/*
Theme Name: Oil States FPSO
Author: Hundred Brands
Text Domain: fpso
Version: 1.0.0
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

body {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    background-color: #211d57;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

h1 {
	font-size: 51px;
	line-height: 57px;
}

h2 {
	font-size: 29px;
	line-height: 39px;
	color: #1ba4da;
}

h3 {
	font-size: 25px;
	line-height: 29px;
}

.col25 {
	width: 25%;
	float: left;
}

.col75 {
	width: 75%;
	float: left;
}

.clear {
	clear: both;
}

.pb30 {
	padding-bottom: 30px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb100 {
	padding-bottom: 100px;
}

.grid-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0;
	grid-row-gap: 0;
	align-items: center;
}

.grid-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 0px;
}

.grid-2 .div1,
.grids-2 .div1,
.grids-4 .div1 {
	grid-area: 1 / 1 / 2 / 2;
}

.grid-2 .div2 {
	grid-area: 1 / 2 / 2 / 3;
	text-align: right;
}

.grids-2 .div2,
.grids-4 .div2 {
	grid-area: 1 / 2 / 2 / 3;
}

.grids-4 .div3 {
	grid-area: 1 / 3 / 2 / 4;
}

.grids-4 .div4 {
	grid-area: 1 / 4 / 2 / 5;
}

.grids-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 60px;
	grid-row-gap: 0;
}

.grids-2::after {
	content: ' ';
	clear: both;
}

.grids-2 {
	background-image: url('assets/images/line-340.png');
	background-position: top center;
	background-repeat: no-repeat;
}

.grids-2.pb50 {
	background-image: url('assets/images/line-360.png');
}

.grids-2.pb100 {
	background-image: url('assets/images/line-410.png');
}

.grids-2:last-of-type {
	background-image: url('assets/images/line-570.png');
	padding-bottom: 250px;
}

.line-180 {
	background-image: url('assets/images/line-180.png');
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	width: 16px;
	height: 180px;
	top: 0;
	left: -32px;
}

.line-520 {
	background-image: url('assets/images/line-520.png');
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	width: 16px;
	height: 520px;
	top: 12px;
	left: -24px;
}

.line-570-up {
	background-image: url('assets/images/line-570-up.png');
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	width: 16px;
	height: 570px;
	top: -550px;
	left: -24px;
}

section.header {
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.header .wrap {
	position: relative;
	height: 400px;
}

section.header .wrap h1 {
	width: 66.666666666%;
	position: absolute;
	bottom: 60px;
	font-size: 41px;
	line-height: 45px;
	margin: 0;
}

section.blocks {
	padding: 65px 0 90px 0;
	background-color: #1e174d;
	background-image: url('assets/images/background.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
}

header {
	padding: 50px 0;
}

header img {
	display: block;
	float: left;
}

header span {
	display: block;
	float: left;
	height: 20px;
	font-size: 20px;
	padding-left: 30px;
	padding-top: 28px;
}

section.video {
	height: 720px;
	position: relative;
}

#featured-video {
	min-height: 720px;
}

#featured-video iframe {
	display: block;
	background: #000;
	border: none;
	height: 100%;
	width: 100%;
	min-height: 720px;
	color: #fff;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
}

.overlay h1 {
	max-width: 60%;
}

.overlay p {
	font-size: 21px;
	line-height: 29px;
	max-width: 47%;
}

.overlay span.play {
	font-weight: 700;
	font-size: 25px;
	text-transform: uppercase;
	color: #05a1e5;
	background-image: url('assets/images/play.png');
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 50px;
	padding: 11px 0 11px 65px;
	cursor: pointer;
	display: block;
	margin-top: 35px;
}

.blocks-header {
	max-width: 70%;
	padding-bottom: 140px;
}

.blocks-header p {
	max-width: 90%;
}

div.blocks h3 {
	margin: 0;
}

div.blocks p {
	margin: 0;
	padding-right: 30%;
}

div.blocks img {
	width: 100%;
	height: auto;
	display: block;
}

div.blocks p.more {
	margin-top: 15px;
}

div.blocks p.more a {
	background-color: #00a1e4;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 7.5px 30px;
	transition: 0.3s all ease;
}

div.blocks p.more a:hover {
	background-color: #bace43;
}

div.blocks .div1.right {
	text-align: right;
}

div.blocks .div1.right p {
	padding-left: 30%;
	padding-right: 0;
}

.blocks-footer h3 {
	text-align: center;
	font-size: 23px;
	margin-top: 0;
}

.blocks-footer h3 a {
	color: #fff;
}

.blocks-footer h3 a:hover {
	text-decoration: none;
}

section.cta {
	background-color: #005166;
	padding: 65px 0;
}

.cta .more {
	font-size: 19px;
	font-weight: 700;
	max-width: 25%;
	margin-bottom: 65px;
}

.cta .more a,
.cta .download a {
	color: #fff;
}

.cta .more a:hover {
	text-decoration: none;
}

.cta .download {
	font-size: 15px;
	line-height: 19px;
	font-weight: 700;
	height: 88px;
	margin-bottom: 65px;
}

.cta .download a {
	text-decoration: none;
	background-image: url('assets/images/download.png');
	background-repeat: no-repeat;
	background-position: center left;
	background-size: auto 88px;
	display: block;
	padding: 25px 0 25px 88px;
	width: 200px;
}

header .div1 a {
	color: #fff;
	text-decoration: none;
}

header .div2 a,
.cta .contact a,
section.pages .contact a {
	background-color: #bace43;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	padding: 12px 70px;
}

footer {
	background-color: #002269;
	font-size: 11px;
	line-height: 1;
	font-weight: 600;
	padding: 25px 0;
}

footer a {
	color: #05a1e5;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

#social nav {
	display: inline-block;
}

#menu-social {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#menu-social li {
	float: right;
	margin-left: 20px;
}

.social-navigation a {
	background-color: #00a1e4;
	border: none;
	color: #3c3c3b;
	display: inline-block;
	height: 30px;
	text-align: center;
	width: 30px;
	transition: 0.3s all ease;
	position: relative;
}

.social-navigation svg {
	fill: #fff;
}

.social-navigation a:hover,
.social-navigation a:focus {
	background-color: #bace43;
}

.social-navigation .icon {
	height: 20px;
	top: 5px;
	width: 20px;
	left: 5px;
	vertical-align: top;
	position: absolute;
}

.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}

.no-svg .social-navigation li a .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important;
	width: auto;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

body.page-template-template-sub .col25 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.page-template-template-sub .col25 li {
	margin-bottom: 20px;
}

body.page-template-template-sub .col25 a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	padding: 3px 20px;
	transition: 0.3s ease all;
}

body.page-template-template-sub li.current_page_item a,
body.page-template-template-sub .col25 a:hover {
	background-color: #00a1e4;
}

body.page-template-template-sub .col75 .blocks-header {
	max-width: 90%;
	padding-bottom: 100px;
	position: relative;
}

body.page-template-template-sub .col75 .blocks-header h2 {
	color: #fff;
	margin: -7.5px 0 0 0;
}

body.page-template-template-sub .col75 .blocks-header p {
	margin: 0;
	color: #00a1e4;
	font-size: 23px;
}

body.page-template-template-sub .col75 .blocks h3 {
	margin-bottom: 30px;
}

body.page-template-template-sub .col75 .blocks-2 {
	position: relative;
}

body.page-template-template-sub .col75 .div1 {
	width: calc(33% - 20px);
	float: left;
	padding-right: 20px;
	margin-bottom: 75px;
}

body.page-template-template-sub .col75 .div2 {
	width: 66%;
	float: left;
	margin-bottom: 75px;
}

body.page-template-template-sub .blocks-2 {
	background-position: top left;
}

section.downloads {
	background-color: #211d57;
}

section.downloads .downloads {
	padding: 30px 0 60px 0;
}

section.downloads .downloads a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	background-image: url('assets/images/download.png');
	background-repeat: no-repeat;
	background-position: center left;
	background-size: auto 88px;
	display: block;
	padding: 19px 0 19px 88px;
	width: 300px;
}

section.downloads .downloads .download {
	width: calc(50% - 88px);
	float: left;
	padding-left: 88px;
}

section.media {
	background-color: #fff;
	color: #211d57;
	padding: 30px 0;
}

section.media h3 {
	margin: 0;
}

section.media .box {
	margin: 60px 60px 30px 30px;
}

.tns-controls {
	outline: none;
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
	z-index: 10;
}

.tns-controls button {
	position: absolute;
	width: 40px;
	height: 40px;
	border: none;
	color: transparent;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px;
}

.tns-controls button:disabled:first-of-type {
	background-image: url('assets/images/arrow-prev-disabled.png');
}

.tns-controls button:disabled:last-of-type {
	background-image: url('assets/images/arrow-next-disabled.png');
}


.tns-controls button:first-of-type {
	background-image: url('assets/images/arrow-prev.png');
	left: -42px;
}

.tns-controls button:last-of-type {
	background-image: url('assets/images/arrow-next.png');
	right: -7px;
}

.slider div.slide a {
	text-decoration: none;
	color: #211d57;
}

.slider div.slide img {
	width: 100%;
	height: auto;
}

.slider div.slide span.source {
	display: block;
	color: #00a1e4;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 19px;
	position: relative;
}

.slider div.slide span.svg {
	background-color: #00a1e4;
	border: none;
	color: #3c3c3b;
	display: inline-block;
	height: 20px;
	text-align: center;
	width: 20px;
	transition: 0.3s all ease;
	position: relative;
	margin-right: 5px;
}

.slider div.slide span .icon {
	fill: #fff;
	height: 15px;
	top: 2.5px;
	width: 15px;
	left: 2.5px;
	vertical-align: top;
	position: absolute;
}

section.pages {
	background-color: #005166;
	padding: 0 0 40px 0;
}

.grid-4 div a {
	text-decoration: none;
	color: #fff;
}

.grid-4 div h3,
.grid-4 div p {
	margin: 0;
}

.grid-4 div img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 15px;
}

.grid-4 {
	padding: 40px 0;
}

section.pages .contact {
	position: relative;
	margin: 20px 0 30px 0;
}

@media (max-width: 1240px) {

	.wrap {
		width: calc(100% - 40px);
	}

	.outer {
		display: none;
	}

}

@media (max-width: 1024px) {

	.cta .more {
		max-width: 30%;
	}

}

@media (max-width: 768px) {

	header {
		position: relative;
		padding: 20px 0;
	}

	header img {
		display: block;
		float: none;
	}

	header span {
		float: none;
		height: auto;
		padding: 10px 0 0 0;
	}

	header a {
		position: absolute;
		top: 0;
		right: 0;
	}

	.overlay h1 {
		max-width: 80%;
		font-size: 45px;
		line-height: 51px;
	}

	.overlay p {
		max-width: 66%;
	}

	.blocks-header {
		max-width: 100%;
		padding-bottom: 40px;
	}

	.grids-2,
	.grids-2.pb30,
	.grids-2.pb50,
	.grids-2.pb100,
	.grids-2:last-of-type {
		background-image: none !important;
	}

	.grids-2:last-of-type {
		padding-bottom: 100px;
	}

	div.blocks .div1,
	div.blocks .div1.right {
		text-align: left;
		padding: 10px 0;
	}

	div.blocks p,
	div.blocks .div1.right p {
		padding: 0;
	}

	.cta .more {
		max-width: 66%;
	}

	.grid-2,
	.grids-2,
	.grid-4 {
		display: block;
	}

	.div1,
	.div2,
	.div3,
	.div4 {
		display: block;
		clear: both;
	}

	#social nav {
		display: block;
		padding: 20px 0;
	}

	#menu-social li {
		float: left;
		margin-left: 0;
		margin-right: 20px;
	}

	section.header .wrap h1 {
		width: 85%;
		bottom: 40px;
		font-size: 25px;
		line-height: 30px;
	}

	.col25,
	.col75,
	body.page-template-template-sub .col75 .div1,
	body.page-template-template-sub .col75 .div2,
	section.downloads .downloads .download {
		width: 100%;
		float: none;
	}

	.col25,
	body.page-template-template-sub .col75 .blocks-header {
		padding-bottom: 20px;
	}

	body.page-template-template-sub .col75 .div1 {
		padding-right: 0;
		margin-bottom: 0;
	}

	body.page-template-template-sub .col75 .div2 {
		margin-bottom: 20px;
	}

	section.media .box {
		margin: 60px 0 0 0;
	}

	section.downloads .downloads {
		padding: 0;
	}

	section.downloads .downloads .download {
		padding: 0 0 20px 0;
	}

	.grid-4 .div1,
	.grid-4 .div2,
	.grid-4 .div3 {
		margin-bottom: 20px;
	}

	.tns-controls {
		top: 35px;
	}

	.tns-controls button:first-of-type {
		left: 0;
	}

	.tns-controls button:last-of-type {
		right: 0;
	}

}

@media (max-width: 600px) {

	header span {
		font-size: 17px;
	}

	header a,
	.cta .contact a {
		position: relative;
		font-size: 15px;
		padding: 8px 40px;
	}

	.grid-2 .div2 {
		margin-top: 20px;
		margin-bottom: 6px;
		text-align: left;
	}

	.cta .more {
		font-size: 17px;
	}

	section.video {
		height: 480px;
	}

	#featured-video iframe,
	#featured-video {
		min-height: 480px;
	}

	.overlay span.play {
		padding: 13px 0 13px 65px;
	}

	.overlay h1 {
		font-size: 30px;
		line-height: 35px;
	}

	h2 {
		font-size: 23px;
		line-height: 27px;
	}

	.blocks-footer h3,
	h3 {
		font-size: 21px;
	}

	.overlay p {
		font-size: 17px;
		line-height: 25px;
	}

	.overlay h1,
	.overlay p,
	.blocks-header p,
	.cta .more {
		max-width: 100%;
	}

	footer {
		line-height: 15px;
	}

}
