@charset "utf-8";
/* CSS Document */
body {
	background-size:100% 100%;	
	font-family:"Terminal Dosis";
    src: url(https://fonts.googleapis.com/css?family=Open+Sans);
}
.small {
    max-height:150px;
    margin: 0 auto;
}
.left {
    float: left;
    width: 49%;
    min-height: 780px;
	background-color: rgba(255, 255, 255, 0.86);
	position: relative;
}
.right {
    float: right;
    width: 49%;
    min-height: 780px;
	background-color: rgba(255, 255, 255, 0.86);
	position: relative;
}
.group {
    width: 75%;
    margin: 0 auto;
    margin-top: 15px;
}
.group:after {
    content: "";
    display: table;
    clear: both;
}
.btn {
    background-color: #be0400;
    padding: 3%;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    margin: 20px 0 20px 0;
    text-align: center!important;
	display:inline-block;
	position: absolute;
    left: 5%;
    bottom: 0;
	border-radius: 5px;
}
.btn:hover {
	background-color:#770300;
}
h3 {
    text-align: center;
	color: #FFFFFF;
	background: #be0400;
	margin:0;
	font-family:"Open Sans";
	font-size: 16px;
	padding: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 15.4px;
}
.blue {
    text-align: center;
	color: #ffffff;
	background: #00b5d0;
	margin: 0;
	font-family:"Open Sans";
	padding: 15px;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 15.4px;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
li {
	line-height: 1.5em;
	font-family:"Open Sans";
}
p {
	font-family:"Open Sans";
	text-rendering: optimizeLegibility;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	line-height: 20px;
}
a {
	text-decoration: none !important;
}
h2 {
	padding-bottom: 5px;
	font-family:"Open Sans",sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	line-height: 20px;
}
#grad1 {
	height: 2px;
	margin: 20px;
	background: #be0400; /* Old browsers */
background: -moz-linear-gradient(left,  #be0400 0%, #00b5d0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #be0400 0%,#00b5d0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #be0400 0%,#00b5d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0400', endColorstr='#00b5d0',GradientType=1 ); /* IE6-9 */
}

@media screen and (max-width: 915px) {
    .left,
    .right {
        float: none;
        width: auto;
		min-height: auto;
		padding-bottom: 20px;
    }
}
.gauthiers {
	float:right; 
	padding: 2%; 
	background:#be0400; 
	color:#fff; 
	marigin:5%;  
	width: 45%;
}
.codex {
	float:left; 
	padding: 2%; 
	background:#00b5d0; 
	color:#fff; 
	marigin: 5%;  
	width: 45%;
}
.onshore {
	float:left; 
	width: 45%;
	text-align:center;
}
.offshore {
	float:right; 
	width: 45%;
}
@media screen and (max-width: 980px) {
    .gauthiers,
    .codex,
	.offshore,
	.onshore  {
        float: none;
        width: auto;
		padding: 2%;
    }
}
.gauthierslogo {
	float: left; 
	width: 49%;
}
.codexlogo {
	float: right;
}
@media screen and (max-width: 915px) {
    .gauthierslogo,
    .codexlogo {
        display: none;
    }
}
@media screen and (min-width: 915px) {
.gauthiersmobile,
.codexmobile {
	display: none;
    }
}
.onshore-mobile-list a{
	color: #fff;
}
.onshore-mobile-list li{
	padding: 2%; 
	margin: 1%; 
	background-color:#be0400;	
}
.offshore-mobile-list a{
	color: #fff;
}
.offshore-mobile-list li{
	padding: 2%; 
	margin: 1%; 
	background-color:#00b5d0;	
}
@media screen and (max-width: 915px) {
    .onshore,
	.offshore {
        display: none;
    }
}
@media screen and (min-width: 915px) {
.onshore-mobile-list,
.offshore-mobile-list {
	display: none;
    }
}