@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600,700');
* {
	margin: 0;
	box-sizing: inherit;
}
*:before, *:after {
	box-sizing: inherit;
}
html, body {
	height: 100%;
	box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
iframe {
	border: none;
	margin: 0;
	padding: 0;
}
body, td, th {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #363636;
}
body {
	background-color:#FFF;	
	margin: 0;
}
body.maintenance {
	background:#fff;
}
a:link, a:visited, a:active {
	color: #005e96;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #eeb000;
}
.clr {
	clear: both;
	font-size: 1px;
	height: 1px;
}
/* float clearing for IE6 */
* html .clearfix {
	height: 1%;
	overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix {
	min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
#wrapper {
	width: 100%;
	min-height: calc(100vh - 144px);
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
}

header {
	position:relative;
	z-index:1;
	border-bottom:4px solid #eeb000;
}
header .navbar-brand img {
	height:80px;
}
header .navbar-brand img:not(:first-child) {
	height: 60px;
}
header .navbar-nav .nav-item {
	font-size:18px;
}
header .navbar-light .navbar-nav .nav-link {
	color:#005e96;
}
header .navbar-light .navbar-nav .active>.nav-link,
header .navbar-light .navbar-nav .nav-link.active,
header .navbar-light .navbar-nav .nav-link.show,
header .navbar-light .navbar-nav .show>.nav-link {
	color:#eeb000;
}
header .navbar-light .navbar-nav .nav-link:focus,
header .navbar-light .navbar-nav .nav-link:hover {
	color:#eeb000;
}
header .navbar-light .dropdown-item:focus,
header .navbar-light .dropdown-item:hover,
header .navbar-light .dropdown-item:active {
	color:#eeb000;
	background-color:#f8f9fa;
}
#main_slideshow {
	width:100%;
	height:calc(100vh - 110px);
	position:relative;
	z-index:0;
}

#slideshow .owl-item{
	width:100%;
	height:calc(100vh - 110px);
}

#main_slideshow .item {
	width:100%;
	height:100%;
	position:absolute;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
#main_slideshow .item .data {
	position:relative;
	z-index:2;
	width:80%;
	margin:0 auto;
}
#main_slideshow .item h3 {
	position:absolute;
	top:240px;
	white-space: nowrap;
	font-size: 4rem;
	line-height: 4rem;
	font-weight: 700;
	color: #fff;
	visibility: inherit;
	text-align: left;
	letter-spacing: 0px;
	background-color:rgba(238, 176, 0, .8);
	padding:20px;
}
#main_slideshow .item h4 {
	position:absolute;
	top:280px;
	white-space: nowrap;
	font-size: 1.4rem;
	line-height: 10rem;
	font-weight: 400;
	color: #fff;
	visibility: inherit;
	text-align: left;
	letter-spacing: 0px;
}
#main_slideshow .item h3.slideshow_title {
	/*background-color:rgba(0, 94, 150, .9);*/
	background-color:transparent;
	position:absolute;
	top:360px;
	width:40%;
	font-size: 1.6rem;
	font-weight: 800;
	color: #fff;
	visibility: inherit;
	text-align: left;
	letter-spacing: 0;
	animation: moveInBottom .3s ease-out .5s;
	animation-fill-mode: backwards;
	padding:20px;
	display:inline-block;
	margin:0 auto;
	line-height:normal;
	white-space:normal;
}
@media only screen and (max-width: 991px) {
#slideshow .owl-item {
	height:450px;
}
#main_slideshow, #cover {
	height:450px;
}
#main_slideshow .item h3.slideshow_title {
	width:60%;
	top: 150px;
}
}
@media only screen and (max-width: 576px) {
#main_slideshow .item h3.slideshow_title {
	width:90%;
	margin:0 auto;
	left:0;
	right:0;
	top: 120px;
}
}
#main_slideshow .item h4.effect {
	animation: moveInBottom .3s ease-out .5s;
	animation-fill-mode: backwards;	
}
#main_slideshow .item .description {
	background-color:rgba(0, 94, 150, .9);
	position:absolute;
	top:360px;
	width:100%;
	font-size: 1.6rem;
	font-weight: 400;
	color: #fff;
	visibility: inherit;
	text-align: left;
	letter-spacing: 0px;
	animation: moveInBottom .3s ease-out .5s;
	animation-fill-mode: backwards;
	padding:20px;
}
#main_slideshow .item .shadow {
	background-color:rgba(0,94,150,.5);
	position:absolute;
	width:100%;
	height:100%;
	z-index:0;
}
#main_slideshow .owl-nav {
	position:absolute;
	width:100%;
	top:calc(50% - 34px);
    font-size: 22px;
}
#main_slideshow .owl-carousel .owl-nav .owl-prev {
	position:absolute;
	left:3%;
	outline: none;
	color:rgba(255,255,255,.6);
}
#main_slideshow .owl-carousel .owl-nav .owl-prev:hover {
	color:rgba(255,255,255,1);	
}
#main_slideshow .owl-carousel .owl-nav .owl-next {
	position:absolute;
	right:3%;
	outline: none;
	color:rgba(255,255,255,.6);
}
#main_slideshow .owl-carousel .owl-nav .owl-next:hover {
	color:rgba(255,255,255,1);	
}
#about {
	padding:40px 0 50px 0;
}
/*
#about:after {
	content:'';
	height:100px;
	display:block;
	background-color:#005e96;
	-webkit-clip-path: polygon(100% 100%, 100% 30%, 0 100%);
	clip-path: polygon(100% 100%, 100% 30%, 0 100%);
}
*/
#about .description {
	text-align:center;
}
#moto {
	padding:40px 0;
	position:relative;
	background-image:url(images/capitalgas-lng-ship-6.jpg);
	background-attachment:fixed;
	z-index:0;
}
#moto::before {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	background-color: #2a2a72;
	background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%);
	z-index:0;
	opacity:.7;
}
#moto blockquote {
	margin:0;
}
#moto .blockquote {
    position: relative;
    color: #ffffff;
    padding: 30px 0;
    width: 100%;
    max-width: 90%;
    z-index: 2;
    margin: 80px auto;
    align-self: center;
}

#moto .blockquote h1 {
    position: relative;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    margin: 0;
}
#moto .blockquote h4 {
    position: relative;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding-top: 20px;
    z-index: 1;
}


@media all and (min-width: 600px) {
    #moto .blockquote h1 {
        font-size: 60px;
   }
}

#our-fleet {
	padding:40px 0 50px 0;
	background-color:#005e96;
	color:#fff;
}
#our-fleet .heading {
	color:#fff;	
}
#our_fleet .note {
    margin: 0;
	margin-bottom: 15px;
    padding: 10px 0;
    background: #fff;
    color: #005e96;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 2px solid #eeb000;
}
#our_fleet .total_cbm {
	text-align:right;
}
#our_fleet .fleet_list {
	padding: 0;
}
#our_fleet .fleet_list h3 {
	padding:.75rem;
	background-color: #005e96;
	color: #fff;
	margin-bottom: 15px;
}
/*
#our-fleet:after {
	content:'';
	height:100px;
	display:block;
	background-color:#fff;
	-webkit-clip-path: polygon(100% 100%, 0% 30%, 0 100%);
	clip-path: polygon(100% 100%, 0% 30%, 0 100%);
}
*/
.mini_flag {
	width:32px;
}
#contact {
	padding:20px 0;
}
#contact .google_map {
	width:100%;
	height:350px;
}
#contact .details span {
	display:block;
	margin:5px auto;
	text-align:center;
}
#contact .details span.title {
	color:#005e96;	
}
.contact-images {
	margin:10px auto;
}
#our_fleet {
	padding:30px 0;	
}
#our_fleet .border {
    border: 1px solid #eeb000 !important;
}
.heading {
	font-size:3rem;
	font-weight:600;
	text-align:center;
	color:#005e96;
}
.heading:after {
    content: '';
    display: block;
    width: 100%;
    height: 21px;
    background-image: url(images/separator.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px auto;
}
.table.fleet thead tr th {
	background-color:#eeb000;
	color:#fff;
	border-top:none;
	border-bottom:none;
}
.table.fleet tbody tr td {
	background-color:#fff;
	color:#005e96;
}
.table.fleet.table-striped tbody tr:nth-of-type(even) td {
	background-color:#f9f9f9;
}
#cover {
	width:100%;
	/*height:500px; */
	height:calc(100vh - 110px);
	position:relative;
}
#cover .moto {
	position: absolute;
	z-index: 1;
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #FFF;
	font-size: 50px;
	font-weight: 500;
	text-shadow: 0 1px 10px rgba(0, 0, 0, .6);
}
#cover .scroll-down {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  margin: auto;
  width :34px;
  height: 55px;
}
#cover .mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
#cover .scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

#cover .item {
	position:absolute;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
#cover .item .data {
	position:relative;
	z-index:2;
	width:80%;
	margin:0 auto;
}
#cover .item .data h3.effect {
	animation: moveInBottom .3s ease-out .5s;
	animation-fill-mode: backwards;	
}
#cover .item .data h3 {
	position:absolute;
	top:240px;
	left:0;
	right:0;
	margin:0 auto;
	display:inline-block;
	white-space: nowrap;
	font-size: 4rem;
	line-height: 4rem;
	font-weight: 700;
	color: #fff;
	visibility: inherit;
	text-align: center;
	letter-spacing: 0px;
	background-color:rgba(0, 94, 150, .8);
	padding:20px;
}
#cover .scroll_down a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Poppins', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
#cover .scroll_down a:hover {
  opacity: .5;
}
#cover a {
  padding-top: 60px;
}
#cover a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#cover a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#cover a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdanimate 3s infinite;
  animation: sdanimate 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdanimate {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px #005e96;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdanimate {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px #005e96;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#page {
	padding:40px 0;
}
#page p {
	line-height:1.5;
	margin-bottom:1.5rem;
}
#page ul {
	margin-bottom:20px;
}
#page ul li {
	margin-bottom:5px;
}
#page ul li::before {
	content: '';
	display:inline-block;
	width:15px;
	height:10px;
	background-image:url(images/rhombus.svg);
	background-position:top left;
	background-repeat:no-repeat;
	margin-right:5px;
}
#page ol {
    margin-bottom:20px;    
    padding-left: 20px;
}
#page ol li {
    content: '';
	padding-left: 10px;
    list-style-type:decimal;
}
#page ol.alpha li {
    list-style-type: lower-alpha;
}
#page .ship_row {
	font-size: 20px;
	color: #00548f;
}
#page .ship_row h2.header {
	margin: 10px auto;
}
#page .alert_row {
	margin:5px auto;
}
#page #email_alert_form label {
	margin-bottom:3px;
}
#page #email_alert_form label.error {
	color: #eeb000;
	margin-top:3px;
}
#page #email_alert_form input.error {
	border-color: rgba(238, 176, 0, 0.4);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(238, 176, 0, 0.6);
	outline: 0 none;	
}
#page .download {
	font-size: 14px;
}
#page .ship_row strong {
	color: #eeb000;
}
#page .ship_row span {
	display:inline-block;
	width:60px;
}
#page .ship_row .title span {
	color:#fff;
	display:inline-block;
	width:60px;
}
#page .ship_row .flag img {
	width: 40px;
}
#page .ship_row > div {
	margin-bottom: 10px;
	padding: 0;
}
#page .ship_row .title {
	font-size: 20px;
	min-height: 38px;
	line-height: 38px;
	border-bottom: 2px solid #eeb000;
	display: block;
	background: #035183;
	margin: 10px 0;
	color: #fff;
	font-weight: 700;
	padding: 5px 10px;
}
#page .ship_row .option {
	font-weight: 600;
}
#page .article figure img {
    width: 100%;
}
#page .article .date {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}
#page .article .source {
    display: block;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px
}
#page .article h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    display: -webkit-box;
    max-width: 100%;
    height: 87px;
    margin: 0 auto 20px;
    line-height: 1.2;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#contact_form label.error {
	font-size: 14px;
	font-weight: 400;
	color: #eeb000;
	display: block;
	text-align: left;
	margin-top: 4px;
	padding-bottom: 0;	
}
#contact_form .input-group-text {
	color:#005e96;
}
/* GALLERY */
#loader-counter {
	font-size:60px;
	margin:20px auto;
	color:#005e96;
}
#gallery-container {
	padding:60px 100px 100px;
	text-align:center;
}
#gallery-container .item:hover {
	cursor:pointer;
}
#gallery-container .filter-button {
	display:inline-block;
	float:none;
	margin:5px 25px;
	padding:5px 0;
	border-bottom:2px solid #fff;
}
#gallery-container .filter-button:hover {
	cursor:pointer;
	border-bottom:2px solid #005e96;
}
#gallery-container .titles {
	margin:20px;
}
#gallery-container .filter-button.active {
	color:#383738;
	border-bottom:2px solid #005e96;
}
#gallery-container figure {
    margin: 0;
}
#gal {
	position:relative;
}
#gal .item figure {
	margin:0;
}
#gal .item:hover figure .img-fluid {
	opacity:0.8;
}
/* NEWS */
.img-fluid.right {
	margin: 0 0 15px 15px !important;
	float: right;
}
.img-fluid.left {
	margin: 0 15px 15px 0 !important;
	float: left;
}
.news_item {
	padding: 20px;
	color: #005e96;
	background: #f9f9f9;
	margin-bottom: 30px;
	border:1px solid #eee;
}
.news_item h2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: justify;
}
.news_item .date {
	color: #eeb000;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 10px;
}
.news_item p {
	line-height: 1.5em;
}
.news_item figure {
	display:inline-block;
	float:left;
	margin:0 1rem 1rem 0;
}
.news_page p {
	font-size: 16px;
}
.news_page .date {
	background: #005b98;
	color: #eeb000;
	font-size: 22px;
	font-weight: 700;
	padding: 10px 25px;
	display: table;
	margin: 0 auto;
	text-align: center;
}
.news_page h1 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3em;
	color: #035183;
	text-align: center;
	display: block;
	margin: 20px 0;
}
.news_page img.img-responsive {
	margin: 10px auto;
}

.article_files_wrapper.single_file_wrapper {
	background: #eee;
	padding: 0 10px;
}
.article_file_wrapper {
	padding: 10px 0 0 0;
	margin: 0 25px 15px 0;
	float: left;
}
.article_file a {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 32px;
	padding-left: 38px;
}
.article_file a span {
	display: block;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 0 0 0;
	color: #777
}
.share_icons {
	display:block;
	margin-bottom:10px;
}
.share_icons .fa-facebook-square {
	color:#3765A3;
}
.share_icons .fa-twitter-square {
	color:#5EA9DD;
}
.share_icons .fa-linkedin-square {
	color:#0177B5;
}
.share_icons .fa-google-plus-square {
	color:#DC4A38;
}
.icon_generic a {
	background: url(images/icons/generic.png) no-repeat 0 0;
}
.icon_doc a {
	background: url(images/icons/doc.png) no-repeat 0 0;
}
.icon_excel a {
	background: url(images/icons/excel.png) no-repeat 0 0;
}
.icon_powerpoint a {
	background: url(images/icons/powerpoint.png) no-repeat 0 0;
}
.icon_txt a {
	background: url(images/icons/txt.png) no-repeat 0 0;
}
.icon_pdf a {
	background: url(images/icons/pdf.png) no-repeat 0 0;
}
.icon_audio a {
	background: url(images/icons/audio.png) no-repeat 0 0;
}
.icon_video a {
	background: url(images/icons/video.png) no-repeat 0 0;
}
.icon_image a {
	background: url(images/icons/image.png) no-repeat 0 0;
}
.icon_archive a {
	background: url(images/icons/archive.png) no-repeat 0 0;
}

.extra_photos {
	padding:0;
	margin:0 0 10px 0;
}
.extra_photos .short-title {
	margin-bottom:15px;
	border-bottom:2px solid #EEB000;
	font-size: 26px;
	padding-bottom:10px;
	font-weight: 300;
	line-height: 1.3em;
	color: #035183;
	display: block;
}
.extra_photos [class*="col-"] {
	padding:0 10px;
}
.extra_photos img {
	margin-bottom:20px;
}

/* PAGINATION */
.pagination {
	border-top: 1px dashed #EAEAEA;
	padding: 10px 0 0 0;
	margin: 0 auto 10px auto;
	width: 100%;
	color: #eeb000;
}
.paging_simple {
	float: left;
}
#paging_jump {
	width: 25px;
	text-align: right;
	font-size: 13px;
	padding: 1px 2px;
	margin: 0;
	background: #FAF6EF;
	color: #035183;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#paging_jump:focus {
	border: 1px solid #bbb;
	outline: none
}
.paging_list {
	list-style: none;
	float: right;
}
.paging_list li {
	display: inline;
}
.paging_list li a, .paging_list li span {
	display: block;
	float: left;
	padding: 3px 6px;
	margin: 0 1px;
}
.paging_list li a.selected {
	background: #005b98;
	color: #eeb000;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* BUTTONS */
.btn-bluegold {
	background-color:#005e96;
	background-image: linear-gradient(#eeb000, #eeb000);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 100% 0%;
	transition: background-size .2s, color .2s;
	color:#fff;
	border:none;
	padding:.5rem 1rem;
}
.btn-bluegold:hover {
	background-size:100% 100%;	
}
.btn-goldwhite {
	background-color:#eeb000;
	background-image: linear-gradient(#ffffff, #ffffff);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 100% 0%;
	transition: background-size .2s, color .2s;
	color:#fff;
	border:none;
	padding:.5rem 1rem;
}
.btn-goldwhite:hover {
	background-size:100% 100%;
	color:#005e96;	
}
.sgmf .and {
	line-height:54px;
	margin:0 10px;
	font-weight:600;
}
.sgmf ul li img {
	max-height: 70px;
	mix-blend-mode: darken;
}
.push  {
	height:50px;
}
#footer {
	background-color:#005e96;
	height:50px;
	margin:0 auto;
}
#footer .copyright {
	float: left;
	font-size:13px;
	font-weight:500;
	text-align: left;
	color: #f8f2e8;
	line-height: 50px;
}
#footer .disclaimer {
	font-size:13px;
	font-weight:500;
	line-height: 50px;
	text-align:center;
}
#footer .disclaimer i {
	margin-left: 10px;
}
#footer .disclaimer a:link, #footer .disclaimer a:active, #footer .disclaimer a:visited {
	color: #f8f2e8;
}
#footer .disclaimer a:hover {
	color:#eeb000;
}
#footer .powered {
	font-size:13px;
	float: right;
	text-align: right;
	color: #f8f2e8;
	line-height: 50px;
	font-weight: 500;
}
#footer .powered a {
	font-weight: 500;
	color: #fff;
}
.maintenance_mode_wrapper {
	font-family: 'Ubuntu', sans-serif;
	padding: 200px 0 0 0;
}
.maintenance_mode {
	width: 600px;
	margin: 0 auto;
	background: #fff;
	padding: 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
}
.maintenance_text {
	text-align: center;
	font-size: 24px;
	font-weight:700;
	color:#00598D;
	line-height: 1.5em;
}
.maintenance_logo {
	margin:0 auto 10px auto;
	text-align:center;
}
@media only screen and (max-width: 991px) {
#footer .container {
	max-width:100%;
}
}
@media only screen and (max-width: 1199px) {
#footer {
	height:auto;
}	
#footer .disclaimer, #footer .copyright, #footer .powered {
	max-width:100%;
	flex:0 0 100%;
	width:100%;
	line-height:30px;
	float:none;
	display:block;
	text-align:center;
}
}
@media only screen and (max-width:578px) {
#page .ship_row span {
	width:auto;
}
#page .ship_row .title span {
	width:auto;
}
}
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }
	
#video_fleet {
	position:relative;
}
#video_fleet::before {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
}

#page .mission_box {
    padding: 20px;
    background-color: #ffcc99;
    color: #000;
    border: 1px solid #000;
    margin-bottom: 20px;
    text-align: center;
}
#page .mission_box p:last-child,
#page .code_of_ethics p:last-child {
    margin: 0;
}

#page .code_of_ethics {
    padding: 20px;
    background-color: #ffffcc;
    color: #000;
    border: 1px solid #000;
    margin-bottom: 20px;
}
#page .code_of_ethics ul {
    margin-left:15px;
}
#page .code_of_ethics ul li {
    content: '';
	padding-left: 10px;
    list-style-type: disc;
}
#page .code_of_ethics ul li::before {
    content: '';
    display: none;
    width: auto;
    height: auto;
    background-image: none;
    margin-right: 0;
}

.youtube-container {
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1.7777777778;
	pointer-events: none;
	position: relative;
}
.youtube-container .moto {
	position: absolute;
	z-index: 1;
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 40%;
	transform: translateY(-40%);
	color: #FFF;
	font-size: 50px;
	font-weight: 500;
	text-shadow: 0 1px 10px rgba(0, 0, 0, .6);
}
.youtube-container iframe {
	width: 300%;
	height: 100%;
	margin-left: -100%;
}

#open-talk-form label.error {
	display: block;
	color: #eeb000;
	font-size: 14px;
}

.reCAPTCHA_tos {
	margin-top: 15px;
	padding: 0;
	font-size:11px !important;
	line-height: initial;
}
.grecaptcha-badge {
	z-index:5050;
	visibility: hidden;
	opacity: 0;
	transition: linear opacity 1s;
}

.grecaptcha-badge.show {
	visibility: visible;
	opacity: 1;
	transition: linear opacity 1s;
}

.g-recaptcha > div {
	margin:0 auto;
}
#open-talk-form .g-recaptcha > div {
	margin:0 0 20px 0 !important ;
}

.grecaptcha-badge {
	z-index:1000;
}

.btn-small {
	background: #eeb000;
	color: #fff;
	padding: 10px 30px;
	border: none;
}
.btn-small:hover {
	background: #e29000;
	color: #fff;
}
.btn-small:active {
	background: #8d4000;
}
.btn-small:focus {
	outline: 0;
}

/* CAREER PAGES */
#career-welcome {
	height: calc(100vh - 100px);
	position: relative;
}
#career-welcome .title {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	height: calc(100vh - 100px);
}
#career-welcome .title h1 {
	max-width: 400px;
	font-size: 80px;
	font-weight: 700;
	color: #005e96;
	text-align: center;
	margin: 0 auto;
	line-height: 1.5;
	position: relative;
}
#career-welcome .title h1::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 13px;
	background-image: url("images/careers/separator.png");
	background-position: center center;
	background-repeat: no-repeat;
	top: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#career-welcome .title h1::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 13px;
	background-image: url("images/careers/separator.png");
	background-position: center center;
	background-repeat: no-repeat;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#career-welcome .image {
	height: calc(100vh - 100px);
	position: absolute;
	right: 0;
}
#career-welcome.onshore .image {
	background-image: url("images/careers/onshore-1.png");
	background-size: cover;
}
#career-welcome.onboard .image {
	background-image: url("images/careers/onboard-1.png");
	background-size: cover;
}
#our-story {
	padding: 100px 0;
}
#our-story.onboard {
	padding: 80px 0 0;
}
.career-section .text {
	margin: 20px 0;
}
.career-section h2 {
	font-size: 42px;
	font-weight: 400;
	color: #005e96;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}
.career-section h2 span {
	font-weight: 600;
	font-style: italic;
}
.career-section h2::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 13px;
	background-image: url("images/careers/separator.png");
	background-position: center center;
	background-repeat: no-repeat;
	bottom: -20px;
	left: 0;
}
.career-section .text p {
	margin: 50px auto;
}
.career-section .container {
	max-width: 70%;
	margin: 0 auto;
}
#making-impact {
	padding: 0 0 100px;
	position: relative;
}
#making-impact .image {
	margin: 30px 0
}
#making-impact .text {
	position: absolute;
	right: 50px;
	bottom: 30px;
	width: 50%;
	padding: 50px;
	background-color: #005E96;
	color: #fff;
}
#making-impact .text p {
	margin: 0;
}
@media only screen and (max-width: 991px) {
	#making-impact {
		padding: 0;
	}
	#making-impact .container-fluid {
		padding: 0;
		margin: 0 !important;
	}
	#making-impact .text {
		position: relative;
		width: 100%;
		padding: 40px;
		right: 0;
	}
}
#meet-our-people {
	margin: 30px auto;
	background-color: #005E96;
	color: #fff;
	padding: 60px 0;
}
#meet-our-people.onboard {
	background-color: #FFF;
	color: #005E96;
}
#meet-our-people h2 {
	color: #fff;
	margin-bottom: 50px;
}
#meet-our-people.onboard h2 {
	color: #005E96;
}

#meet-our-people .person {
	text-align: center;
}
#meet-our-people .person img {
	max-width: 240px;
}
#meet-our-people .person h3 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin: 20px 0 10px;
}
#meet-our-people.onboard .person h3 {
	color: #005E96;
}
#meet-our-people .person .job-title {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
}
#meet-our-people .person p {
	text-align: left;
}
#explore-opportunities {
	margin: 50px auto;
	color: #005E96;
}
#explore-opportunities .opportunities:nth-child(odd) {
	background: #DAEBF5;
	color: #005E96;
}
#explore-opportunities .opportunity {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	height: 280px;
}
#explore-opportunities .opportunity .icon {
	font-size: 40px;
}
#explore-opportunities .opportunity h3 {
	font-size: 24px;
	font-weight: 600;
	margin-top: 10px;
}
@media only screen and (max-width: 1600px) {
	.career-section .container {
		max-width: 80%;
	}
}
@media only screen and (max-width: 1399px) {
	.career-section .container {
		max-width: 90%;
	}
	#explore-opportunities .opportunity h3 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 1199px) {
	#meet-our-people .person {
		margin-bottom: 30px;
	}
	#explore-opportunities .opportunity {
		height: auto;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#explore-opportunities .opportunity .icon {
		width: 60px;
	}
	#explore-opportunities .opportunity .description {
		width: calc(100% - 60px);
	}
}

#why-choose-us {
	margin: 80px auto;
	color: #005E96;
}
#why-choose-us.onboard {
	background-color: #005E96;
	color: #FFF;
	padding: 50px 0 0;
	margin: 80px auto 0;
}
#why-choose-us.onboard h2 {
	color: #FFF;
}
#why-choose-us .container {
	max-width: 1000px;
}
#why-choose-us h2::after {
	background-image: url("images/careers/separator_sm.png");
}
#why-choose-us .reasons_wrapper {
	display: flex;
	flex-wrap: wrap;
}
#why-choose-us.onboard .reasons_wrapper {
	justify-content: center;
}
#why-choose-us .reason {
	width: 42%;
	margin-bottom: 40px;
}
#why-choose-us .reason:nth-child(odd) {
	margin-right: 8%;
}
#why-choose-us .reason:nth-child(even) {
	margin-top: 100px;
	margin-left: 8%;
}
#why-choose-us.onboard .reason:last-child {
	margin-right: 0;
}
#why-choose-us .reason .icon-title {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
#why-choose-us .reason .icon {
	display: flex;
	align-items: center;
	width: 90px;
	height: 80px;
	color: #ACC9DB;
	font-size: 60px;
}
#why-choose-us .reason h3 {
	display: flex;
	align-items: center;
	width: calc(100% - 90px);
	height: 80px;
	font-size: 20px;
	font-weight: 600;
}
@media only screen and (max-width: 991px) {
	#meet-our-people h2 {
		display: block;
		text-align: center;
	}
	#why-choose-us {
		margin: 80px auto 50px;
	}
	#our-story {
		padding: 100px 0 0;
	}
	#our-story.onboard {
		padding: 40px 0 0;
	}
	#our-story.onboard h2 {
		display: block;
		text-align: center;
		margin-bottom: 60px;
	}
	#our-story .image {
		padding: 0;
	}
	#explore-opportunities.onboard {
		text-align: center;
	}
}
@media only screen and (max-width: 1199px) {
	#why-choose-us .container {
		max-width: 80%;
	}
	#explore-opportunities .opportunity {
		padding: 40px 20px;
		height: auto;
	}
}
@media only screen and (max-width: 767px) {
	#why-choose-us .container {
		max-width: 90%;
	}
	#why-choose-us .reason {
		width: 80%;
		margin: 0 auto 40px;
	}
	#why-choose-us .reason:nth-child(odd),
	#why-choose-us .reason:nth-child(even),
	#why-choose-us.onboard .reason:last-child{
		margin: 0 auto 40px;
	}
	#why-choose-us .reason .icon-title {
		align-items: center;
	}
	#meet-our-people .person img {
		max-width: 160px;
	}
	#our-story.onboard {
		flex-direction: column;
	}
}
@media only screen and (max-width: 567px) {
	#why-choose-us .reason {
		text-align: center;
	}
	#why-choose-us .reason .icon-title {
		display: block;
	}
	#why-choose-us .reason .icon {
		display: block;
		width: 100%;
		height: auto;
	}
	#why-choose-us .reason h3 {
		display: block;
		align-items: center;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
}
#ready-to-make-difference {
	background-color: #005E96;
	color: #fff;
	margin-bottom: 1.5rem;
	padding: 100px 0;
}
#ready-to-make-difference.onboard {
	background-image: url("images/careers/separator.png");
	background-position: center 30px;
	background-repeat: no-repeat;
}
#ready-to-make-difference h2 {
	color: #fff;
}
#ready-to-make-difference h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin: 20px auto 0;
}
#ready-to-make-difference h2::after {
	display: none;
}
.apply-steps {
	display: flex;
	justify-content: space-evenly;
	margin-top: 40px;
}
.apply-section {
	max-width: 450px;
}

.career-btn-outline {
	width: 300px;
	padding: 25px;
	background-color: #005E96;
	color: #FFF;
	border-color:#FFF;
	font-weight: 600;
	border-radius: 0;
	margin-bottom: 20px;
}
.career-btn-outline:hover {
	background-color: #FFF;
	color: #005E96;
	border-color:#FFF;
}
@media only screen and (max-width: 991px) {
	#ready-to-make-difference {
		padding: 60px 0;
	}
	.apply-steps {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-top: 40px;
	}
	.apply-section {
		max-width: 80%;
		margin: 0 auto 40px;
	}
	#career-welcome {
		height: auto;
		position: relative;
	}
	#career-welcome .title h1 {
		max-width: 100%;
		font-size: 60px;
		margin: 40px auto;
	}
	#career-welcome .title {
		display: block;
		position: relative;
		height: auto;
	}
	#career-welcome .image {
		height: 600px;
		position: relative;
	}
}
@media only screen and (max-width: 767px) {
	#our-story {
		display: flex;
		padding: 50px 0 0;
	}
	#our-story .text {
		order: 1;
	}
	#our-story .text p {
		margin: 20px auto;
	}
	#our-story .image {
		order: 2;
		margin-bottom: 20px;
	}
	#career-welcome .title h1 {
		font-size: 40px;
		margin: 40px auto;
	}
	#career-welcome .image {
		height: 400px;
	}
}

/* JOB APPLICATION FORM */
#application_form {
	padding: 50px 0;
}
.applicant-info {
	width: calc(100% - 190px);
	margin-right: 30px;
}
.applicant-photo {
	background-color: #F9F9F9;
	border: 1px solid #ced4da;
	width: 160px;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: ease-in-out all 0.2s;
}
.applicant-photo:hover {
	border: 1px solid #aab2b8;
	cursor: pointer;
}
@media only screen and (max-width: 567px) {
	.applicant-data {
		flex-direction: column;
	}
	.applicant-info {
		width: 100%;
		margin-right: 0;
		order: 2;
	}
	.applicant-photo {
		width: 100%;
		order: 1;
		margin-bottom: 30px;
	}
}
#application_form .container-fluid {
	width: 80%;
}
@media only screen and (max-width: 991px) {
	#application_form .container-fluid {
		width: 100%;
	}
}
#application_form label {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 5px;
}
#application_form .form-check label {
	margin-bottom: 0;
}
#application_form .form-check label:hover {
	cursor: pointer;
}
#application_form table thead tr th {
	background-color: #005e96;
	border-bottom: 3px solid #eeb000 !important;
	color: #fff;
}
#application_form table.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .02);
}
#application_form table.table-bordered th {
	border: 1px solid #005e96;
}
#application_form tbody tr td {
	vertical-align: middle;
}
#application_form tbody tr td .form-check-inline {
	margin-right: 0;
}
#previous_sea_service h2 {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}
#previous_sea_service .container-fluid {
	width: 96%;
}
#master_officer_supplement h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}