html {
	overflow-x: hidden;
	height: 100%;
}

body {
	font-family: "Cardo", serif;
	font-weight: 400;
	font-size: 1rem;
	margin: 0;
	letter-spacing: -1px;
	height: 100%;
}

header {
	position: relative;
	z-index: 9999;
}

main {
	padding-top: 82px;
}

p, a {
	font-family: "Montserrat", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

a {
	transition: all 0.15s ease-in-out;
}

a:hover {
	color: #3E92CC;
}

a.text-primary:focus, a.text-primary:hover {
	color: #3E92CC !important;
}

.wdc-content header {
	padding: 0;
}

img {
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 0.7em;
}

h2, .h2 {
	font-size: 2.3rem;
}

.logo img {
	width: 280px;
	float: none;
}

.content {
	position: relative;
}

.hide-txt {
	text-indent: -9999px;
	left: -9999px;
	position: absolute;
	top: -9999px;
}

.bg-full {
	padding: 4rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
	background-attachment: fixed;
}

.bg-multiply {
	background-color: rgba(3, 56, 96, 0.2);
	background-blend-mode: multiply;
}

.bg-overlay-dark {
	position: relative;
	z-index: 1;
}

.bg-overlay-dark::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.bg-callout-color {
	background-color: #3e92cc !important;
}

.bg-luminous-dark {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-color: #121215;
	background-blend-mode: luminosity;
}

.text-shadow {
	text-shadow: 0px 3px 5px rgba(0, 0, 0, 1);
}

.text-med {
	font-weight: 300;
}

.text-thin {
	font-weight: 200;
}

.text-caps {
	text-transform: uppercase;
}

.text-callout-color {
	color: #3e92cc !important;
}

/*header social links*/
.scroll-to-anchor:not(.fixed-top) {
	z-index: 998;
}

.scroll-to-anchor.fixed-top {
	z-index: 1000;
	left: inherit;
	right: inherit;
}

.lang a {
	/*background: url(../images/sw.svg) no-repeat left center;*/
	padding: 0 0 0 22px;
	position: relative;
	z-index: 100;
	background-size: 18px 18px;
}

#mainNav .lang {
	padding: 0.25rem 0.75rem 0.5rem 0.75rem;
}

#mainNav .lang a {
	padding: 0 0 0 25px;
	background-size: 25px;
}

body:not(.search) .search {
	font-size: inherit;
	width: auto;
	border: none;
	border-bottom: 1px solid #ccc;
	color: #ccc;
	padding: 3px 20px 3px 3px;
}

body:not(.search) .search {
	position: relative;
}

.btn.search {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	height: 100%;
	margin: 50px;
	background-color: transparent;
	padding: 0;
	border: none;
	cursor: pointer;
}

.btn.search:hover, .btn.search:focus {
	color: #3e92cc;
}

.social a {
	color: #ccc;
}

body:not(.search) .search input:focus {
	color: #666;
}

body:not(.search) .search::before {
	line-height: normal;
	display: block;
	width: 20px;
	height: 20px;
	padding-top: 3px;
	margin-top: 0px;
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
}

body:not(.search) .search input {
	background-color: transparent;
	border: none;
	color: #ccc;
	font-family: "Montserrat";
}

.search-container {
	position: absolute;
	top: 10px;
	right: 0;
}

.banner-slider h1, .banner-slider h2, .banner-slider h3 {
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}

.content .banner {
	position: relative;
	padding: 5rem 0;
}

.banner-container {
}

.flex-slider .owl-stage-outer, .flex-slider .owl-stage-outer .owl-stage, .flex-slider .owl-stage-outer .owl-stage .owl-item {
	height: 100%;
	width: auto;
}

.flex-slider .owl-stage-outer .owl-stage .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: auto;
	padding-top: 90px;
}

.vh-100 {
	height: 100vh;
}

.vw-100 {
	width: 100vh;
}

a:hover .fa-hover-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

section.bg-image {
	padding: 8.5rem 0;
}

.bg-gray {
	background: none #f6f6f6;
}

.bg-white {
	background: none #fff;
}

/*callout quote*/
.callout {
	/*  background-color: #fff;*/
	position: relative;
}

.callout .callout-wrap {
	padding: 5rem 7rem;
}

.callout-wrap {
	padding: 0;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 700px;
}

.callout blockquote {
	margin-bottom: 0;
	color: #333;
	font-size: 2.5rem;
	line-height: 5rem;
	letter-spacing: 0.1rem;
	position: relative;
	font-weight: 300;
	padding: 0;
	margin: 0;
}

.callout p, p.summary {
	color: #333;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 5px 0 10px 0;
	line-height: 34px;
	font-size: 1.2rem;
}

.callout blockquote::before, .callout blockquote::after {
	content: '"';
	position: absolute;
	color: #3e92cc;
	font-size: 6rem;
	position: relative;
	display: inline;
	top: 1rem;
	font-weight: normal;
	line-height: 2.5rem;
}

.callout blockquote::before {
	left: 0;
	margin-left: -2.5rem;
}

.callout blockquote::after {
	right: 0;
}

.callout-ghost {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.callout .callout-ghost > span {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 0;
	display: block;
	/*font-size: 22rem;*/
	font-size: 14vw;
	/* margin-top: -18rem; */
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
	text-transform: uppercase;
	color: #ccc;
	opacity: 0.1;
}

.callout-inverse .callout-ghost > span {
	color: rgba(255, 255, 255, 0.3);
	background-color: #121215;
}

.callout-quote {
	position: relative;
	z-index: 4;
}

.alerts {
	position: relative;
}

.alerts input {
	padding-right: 30px;
}

.alerts label {
	padding: 0;
	padding-bottom: 0.5rem;
}

.alerts button {
	width: 30px;
	height: 34px;
	background: transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	border: none;
	padding: 0.5rem 0;
	cursor: pointer;
}

.alerts button:after {
	content: "";
	width: 20px;
	height: 20px;
	border: 10px solid transparent;
	border-left-color: #3e92cc;
	position: absolute;
	left: 12px;
	top: 5px;
}

.box-shadow {
	box-shadow: 0 0rem 5rem rgba(0, 0, 0, 0.25);
}

.text-white a {
	color: #fff;
}

.text-white a:not(.btn):hover {
	color: #3e92cc;
	text-decoration: none;
}

.text-grey a {
	color: #999;
}

.text-grey a:not(.btn):hover {
	color: #3e92cc;
	text-decoration: none;
}

.text-dark {
	color: #062e42 !important;
}

footer {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

footer nav.navbar {
	padding: 0;
}

footer p {
	margin-bottom: 0;
	font-weight: 300;
}

footer a {
	font-weight: 300;
}

footer .sitemap {
}

footer nav ul li::after, footer .sitemap span::after {
	line-height: normal;
	content: "|";
	display: inline-block;
	width: 1px;
	height: 10px;
	padding: 0 10px 0 0;
	margin: 0 0 0 10px;
	color: rgba(255, 255, 255, 0.5);
}

footer nav ul li:last-child::after, footer .sitemap span:last-child::after {
	content: none;
	padding: 0;
	margin: 0;
}

footer .list-group-item {
	background-color: transparent;
	border: none;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

/*scroll to top btn*/
.scroll {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	display: none;
}

.scroll .fas:before {
	font-size: 40px;
	line-height: 38px;
	color: rgba(0, 0, 0, 0.4);
	/*opacity: .8;*/
}

.scroll .fas:hover::before {
	color: rgba(0, 0, 0, 0.7);
}

/*scroll down btn*/
.scroll-to-content {
	position: fixed;
	z-index: 999;
	width: 100%;
	left: 0;
	bottom: 20px;
	text-align: center;
	opacity: 0.9;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
}

.move {
	width: 40px;
	margin-left: auto;
	margin-right: auto;
	-webkit-animation: anim2 ease-in-out 3s infinite alternate;
	-moz-animation: anim2 ease-in-out 3s infinite alternate;
}

.scroll-to-content a, .back-to-top a {
	border-radius: 50%;
	border: 2px solid #ffffff;
	width: 40px;
	height: 40px;
	color: #ffffff;
	-webkit-transition: 0.2s background linear;
	-moz-transition: 0.2s background linear;
	transition: 0.2s background linear;
}

.scroll-to-content a::before {
	font-size: 40px;
	line-height: 40px;
}

.scroll-to-content a:hover {
	background-color: #fff;
	color: #121212;
	text-decoration: none;
}

@-webkit-keyframes anim2 {
	from {
		left: 0px;
		-webkit-transform: scale(1) rotate(0deg);
	}

	50% {
		left: 250px;
		-webkit-transform: scale(0.8) rotate(0deg);
	}

	to {
		left: 500px;
		-webkit-transform: scale(1.2) rotate(0deg);
	}
}

@-moz-keyframes anim2 {
	from {
		left: 0px;
		-moz-transform: scale(1) rotate(0deg);
	}

	50% {
		left: 250px;
		-moz-transform: scale(0.8) rotate(0deg);
	}

	to {
		left: 500px;
		-moz-transform: scale(1.2) rotate(0deg);
	}
}

.animated-fast {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.tiles.text-tiles .card .card-title {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 300;
}

.tiles.text-tiles .card .card-body {
	padding: 4rem 1rem 1rem 1rem;
}

.card, .card-header:first-child {
	border-radius: 0;
}

.tiles.image-tiles .card .card-body {
	padding: 0;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
}

.tiles.image-tiles .card-body::before {
	transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0);
	z-index: 1;
}

.tiles.image-tiles .card a:hover .card-body::before {
	background-color: rgba(0, 0, 0, 0.3);
}

.card .card-body img {
	width: 100%;
	/*font-family: ;*/
}

.card .welcome-content {
	padding: 1rem 0;
}

.card .card-title {
	transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

.card.featured-item .card-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
	z-index: 3;
}

.tiles.image-tiles .card.featured-item .card-body {
	height: 350px;
}

hr.strong {
	border-width: 2px;
}

.z-top {
	z-index: 9999;
	position: relative;
}

.card-header {
	color: #fff;
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.3);
}

.card-footer {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
}

.card {
	font-family: Montserrat, LexiaItalic, Times, "Times New Roman", serif;
}

.accordion .card-body {
	border-bottom: 1px solid #ccc;
}

.accordion .card {
	margin-bottom: 0.5rem;
}

.accordion .card .card-header {
	/* border: none; */
	background-color: transparent;
	padding: 0;
}

.accordion .card .card-header a {
	border: 1px solid #006E90;
	background-color: #006E90;
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	font-weight: normal;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	font-size: 0.875rem;
	text-decoration: none;
}

.accordion .card .card-header a.collapsed {
	background-color: transparent;
	color: #006E90;
	border: 1px solid #006E90;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.accordion .card .card-header a.collapsed:hover {
	border: 1px solid #006E90;
	background-color: #006E90;
	color: #fff;
}

.accordion .card .card-header a.collapsed:hover::before {
	color: #fff;
}

.accordion .card .card-header a.collapsed::before, .accordion .card .card-header a:not(.collapsed)::before {
	content: "\f056";
	content: "\f078";
	font-size: 1rem;
	width: 15px;
	color: rgba(255, 255, 255, 1);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	font: normal normal normal 14px/1 "Font Awesome 5 Free";
	line-height: normal;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-weight: 900;
}

.accordion .card .card-header a.collapsed::before {
	content: "\f055";
	content: "\f054";
	color: #006E90;
}

a[data-toggle="collapse"][aria-expanded="false"]:not(.idm-acc-Q), a[data-toggle="collapse"][aria-expanded="true"]:not(.idm-acc-Q) {
	border-top: none;
	border-left: none;
	border-right: 0;
	position: relative;
}

a.btn[data-toggle="collapse"][aria-expanded="false"]::before, a.btn[data-toggle="collapse"][aria-expanded="true"]::before {
	position: absolute;
	left: 50%;
	transition: all 0.15s ease-in-out;
	top: 100%;
	display: block;
	width: 0;
	height: 0;
	content: "";
	margin-left: -16px;
	border-width: 0.8rem 1rem 0 1rem;
	border-style: solid;
	border-color: #3e92cc transparent transparent transparent;
}

a.btn:hover[data-toggle="collapse"][aria-expanded="false"]::before, a.btn:hover[data-toggle="collapse"][aria-expanded="true"]::before {
	border-color: #d11910 transparent transparent transparent;
}

a[class*="secondary"][data-toggle="collapse"][aria-expanded="false"]::before, a[class*="secondary"][data-toggle="collapse"][aria-expanded="true"]::before {
	border-color: #031a6b transparent transparent transparent;
}

a[class*="secondary"]:hover[data-toggle="collapse"][aria-expanded="false"]::before, a[class*="secondary"]:hover[data-toggle="collapse"][aria-expanded="true"]::before {
	border-color: #031a6b transparent transparent transparent;
}

a.btn-secondary:hover[data-toggle="collapse"][aria-expanded="false"]::before, a.btn-secondary:hover[data-toggle="collapse"][aria-expanded="true"]::before {
	border-color: #41434e transparent transparent transparent;
}

.nav-pills-bold li a:not(.active) {
	background-color: #121215;
}

.nav-pills-bold li a:hover, .nav-pills-bold li a.nav-link.active {
	background-color: transparent;
}

/*article*/
.text-2-cols {
	-webkit-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0rem;
	column-gap: 0rem;
	margin-bottom: 2rem;
	clear: left;
	width: 100%;
}

.wrap {
	clear: left;
	/*overflow: hidden;*/
	position: relative;
	margin-bottom: 2rem;
}

.text-2-columns p:first-child {
	padding-top: 0;
}

.summary {
	padding-bottom: 2rem;
	margin: auto;
	margin-bottom: 2rem;
	/* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
	column-count: 1;
	font-weight: 300;
	font-size: 1.25rem;
}

/* recent news */
.wdc-content .content #news ul.items-list > li.list-item > span {
	font-family: Montserrat, LexiaItalic, Times, "Times New Roman", serif;
}

.wdc-content .content #news ul.items-list > li.list-item > .h5 > a {
	color: #031a6b !important;
}

.wdc-content .content #news ul.items-list > li.list-item > .h5 > a:hover {
	color: #3e92cc !important;
}

.wdc-content .content #news img {
	/* object-fit: cover;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%) translateY(-40%); */
}

/* recent events */
.wdc-content .content #events ul.items-list > li.list-item > span {
	font-family: Montserrat, LexiaItalic, Times, "Times New Roman", serif;
}

.wdc-content .content #events ul.items-list > li.list-item > .h5 > a {
	color: #033860 !important;
}

.wdc-content .content #events ul.items-list > li.list-item > .h5 > a:hover {
	color: #3e92cc !important;
}

.stock-number {
	font-family: Montserrat, LexiaItalic, Times, "Times New Roman", serif;
	color: #3E92CC !important;
	font-weight: 100;
	font-size: 4.25rem;
	margin-bottom: 20px;
}

.text-muted {
	font-size: 0.9rem !important;
	color: #666 !important;
}

/* lists */
li {
	font-family: "Montserrat", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

/* form */
form {
	font-family: "Montserrat", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

/* table */
table {
	font-family: "Montserrat", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

/*section.content-container .summary p::first-letter {     font-size: 200%;    font-weight: 500;    line-height: normal;}*/
/*
section.content-container .media .media-image{width: 33%;}
section.content-container .media .media-body{width: 50%;}
*/
section.content-container .callout, .callout-full-width {
	/*font-size: 2.5rem;
	line-height: 3.2rem;*/
	/* letter-spacing: 0.1rem; */
	position: relative;
	font-weight: 300;
	/*padding: 0 10%;*/
	/* margin: 2rem 0; */
	/*border-top: 1px solid #e6e6e7;
	border-bottom: 1px solid #e6e6e7;*/
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	overflow: hidden;
	background-color: #f6f6f6;
	padding: 4rem;
	/* background-repeat: no-repeat; */
	/*
	background-position: center;
	background-repeat: no-repeat;
	*/
}

section.content-container .callout.banner {
	padding: 0;
	margin-top: 0;
	margin-bottom: 3rem;
}

/*blockquote > *:last-child{padding-bottom:4rem;}*/
section.content-container .callout > * {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 400;
}

section.content-container .callout.callout-dark, .callout-full-width.callout-full-width-dark {
	background-color: #3e92cc;
}

section.content-container .callout.callout-dark > * {
	color: #fff;
}

section.content-container .callout.callout-dark p {
	color: #fff;
}

section.content-container .callout.bg-callout-color {
	background-color: #3e92cc;
}

section.content-container .callout.bg-callout-color.text-dark *:not(.btn) {
	color: #062e42 !important;
}

.bg-image {
	background-repeat: no-repeat;
	position: absolute;
	object-fit: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	position: relative;
}

.image-static {
	background-attachment: inherit;
}

.image-height-1 {
	height: 800px;
}

.image-height-2 {
	height: 250px;
}

.image-height-3 {
	height: 600px;
}

.image-1 {
	background-image: url("../images/CMA_CGM_THALASSA_launching_ES.JPG");
}

.image-2 {
	background-image: url("../images/cma-cgm-thalassa_9356294_1957267_XLarge_003.jpg");
	background-image: url("../images/deck-shot.jpg");
}

.image-3 {
	background-image: url("../images/DSC00704.JPG");
}

.bg-pattern {
	background-image: url("../images/wave-pattern-white-10-d.svg");
	background-repeat: repeat;
	background-size: 25px;
	background-position: top left;
	position: relative;
}

.bg-pattern.bg-pattern-light {
	background-image: url("../images/wave-pattern-white-5-d.svg");
}

/* ships section*/
#ships img {
	height: 250px;
	height: 500px;
	width: 100%;
	position: relative;
	object-fit: cover;
}

/*off canvas*/
.off-canvas-wrapper {
	width: 100%;
	overflow-x: hidden;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
}

.off-canvas-wrapper-inner {
	position: relative;
	width: 100%;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
}

.off-canvas-content {
	overflow: hidden;
	position: relative;
	min-height: 100%;
	background: #fff;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	box-shadow: 0 0 10px rgba(27, 27, 27, 0.5);
}

.stock-tray-toggle {
	cursor: pointer;
	position: fixed !important;
	top: 50vh;
	z-index: 1001 !important;
	font-size: 0.875rem;
	line-height: 1.4285714286;
	font-family: Montserrat, LexiaItalic, Times, "Times New Roman", serif;
	padding: 0.5rem;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	text-transform: uppercase;
	transition: padding 0.5s;
}

.stock-tray-toggle:hover {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
}

.stock-tray-toggle span {
	width: 30px;
	height: 30px;
}

.stock-tray {
	background-color: #f8f8f8;
	position: absolute;
	background: #fff;
	/*z-index: 1;*/
	height: 100%;
	padding: 2rem;
	overflow-y: auto;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	right: -100%;
	top: 0;
	width: 100%;
}

/*.stock-tray iframe{overflow-y:auto;}*/
.js-off-canvas-exit {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	transition: background 0.5s ease;
	z-index: 1000;
}

.is-off-canvas-open .js-off-canvas-exit {
	display: block;
}

.off-canvas-wrapper-inner.off-canvas-right .off-canvas {
	right: -100%;
	top: 0;
	width: 100%;
}

.off-canvas-wrapper-inner.off-canvas-left .off-canvas {
	left: -100%;
	top: 0;
	width: 100%;
}

.off-canvas-wrapper-inner.off-canvas-right.is-off-canvas-open {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.off-canvas-wrapper-inner.off-canvas-left.is-off-canvas-open {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.is-off-canvas-open.off-canvas-left .stock-tray-toggle {
	top: 0;
	margin-left: -48px;
}

.is-off-canvas-open.off-canvas-right .stock-tray-toggle {
	top: 0;
	margin-left: -48px;
	left: 200%;
	right: auto !important;
}

.off-canvas-wrapper-inner.off-canvas-right .stock-tray-toggle {
	right: 0;
}

.off-canvas-wrapper-inner.off-canvas-left .stock-tray-toggle {
	left: 0;
}

@media only screen and (min-width: 60em) {
	.is-off-canvas-open.off-canvas-left .stock-tray-toggle {
		top: 50vh;
		margin-left: 0;
	}

	.is-off-canvas-open.off-canvas-right .stock-tray-toggle {
		top: 50vh;
		margin-left: 0;
		left: auto !important;
		right: 0 !important;
		position: absolute !important;
	}

	.search-container {
		position: relative;
		top: auto;
		right: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}

	.stock-tray-toggle, .is-off-canvas-open .stock-tray-toggle {
		top: 50vh;
		margin: 0;
	}

	/*.is-off-canvas-open .stock-tray-toggle {position: relative; top: auto; right:auto;}*/
	.off-canvas-wrapper-inner.off-canvas-right .off-canvas {
		right: -75%;
		top: 0;
		width: 75%;
	}

	.off-canvas-wrapper-inner.off-canvas-right.is-off-canvas-open {
		-webkit-transform: translateX(-75%);
		-ms-transform: translateX(-75%);
		transform: translateX(-75%);
	}

	.off-canvas-wrapper-inner.off-canvas-left .off-canvas {
		left: -75%;
		top: 0;
		width: 75%;
	}

	.off-canvas-wrapper-inner.off-canvas-left.is-off-canvas-open {
		-webkit-transform: translateX(75%);
		-ms-transform: translateX(75%);
		transform: translateX(75%);
	}
}

.change-up {
	color: green;
}

.change-down {
	color: red;
}

section.content-container .callout.bg-callout-color * {
	color: #fff;
}

section.content-container .callout.bg-callout-color p {
	color: #fff;
}

.callout.bg-callout-color blockquote::before, .callout.bg-callout-color blockquote::after {
	color: #fff;
}

section.content-container .callout.bg-callout-color q::before, section.content-container .callout.bg-callout-color q::after {
	color: #fff;
}

section.content-container .callout q::before, section.content-container .callout q::after {
	content: '"';
	position: absolute;
	color: #3e92cc;
	font-size: 6rem;
	position: relative;
	display: inline;
	top: 1rem;
	font-weight: normal;
	line-height: 2.5rem;
}

section.content-container .callout q::before {
	left: 0;
	margin-left: -2.5rem;
}

/*section.content-container .callout p {
	color: #333;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	line-height: 34px;
	font-size: 18px;
	padding-top: 1rem;
	max-width: 1200px; margin: auto;

	color: #fff;
}

*/
section.content-container .callout > img {
	width: 65%;
	margin-top: -4rem;
	margin-bottom: -4rem;
}

section.content-container .callout > img.float-left {
	margin-right: 4rem;
	margin-left: -4rem;
}

section.content-container .callout > img.float-right {
	margin-left: 4rem;
	margin-right: -4rem;
}

section.content-container .callout q {
	font-size: 1.375em;
	padding: 1.5rem;
	line-height: 2rem;
	display: block;
}

section.content-container .callout .with-headshot q {
	padding-top: 0;
}

section.content-container .callout q::before, section.content-container .callout q::after {
	font-size: 3.5rem;
	line-height: 1rem;
}

section.content-container .callout q::before {
	margin-left: -1.5rem;
}

section.content-container > *:last-child {
	margin-bottom: 0;
}

section.content-container > img {
	margin-bottom: 2rem;
	width: 33%;
}

section.content-container > img.float-left {
	margin-right: 4rem;
}

section.content-container > img.float-right {
	margin-left: 4rem;
}

section.content-container .callout.callout-expand {
	padding: 0;
}

section.content-container .callout.callout-expand > div {
	max-width: 100%;
}

section.content-container .callout.callout-expand > .row > div[class*="col"] {
	padding: 4rem;
}

section.content-container .callout.callout-expand div[class*="col"].bg-full {
	background-color: transparent;
	background-blend-mode: none;
	padding: 0;
}

/*section.content-container .callout.callout-expand.hide-img .bg-full img{display: none;}*/
.pointer {
	display: table;
	position: relative;
}

.pointer.pointer-left::before, .pointer.pointer-right::before {
	transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 10px;
	border-color: transparent #3e92cc transparent transparent;
	position: absolute;
	top: 0px;
	left: -20px;
}

.bg-callout-color .pointer.pointer-left::before, .pointer.pointer-right::before {
	border-color: transparent #062e42 transparent transparent;
}

.bg-callout-color .pointer.pointer-left {
	border-left: 1px solid #062e42;
}

/*.pointer.pointer-left::after, .pointer.pointer-right::after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background-color: #3E92CC;
	position: absolute;
	top: 0px;
	left: 0px;
}*/
/*.pointer.pointer-right::after {left: auto; right: 0;}
*/
.pointer.pointer-left {
	border-left: 1px solid #3e92cc;
}

.pointer.pointer-right {
	border-right: 1px solid #3e92cc;
}

.pointer.pointer-right::before {
	border-color: transparent transparent transparent #3e92cc;
	position: absolute;
	left: auto;
	right: -20px;
	box-shadow: none;
}

.pointer.pointer-dark {
	background-color: #e3e4e8;
	padding: 1rem;
}

section.content-container .img-modal {
	position: relative;
	float: right;
	margin-left: 2rem;
	margin-bottom: 2rem;
	width: 33%;
	cursor: pointer;
}

section.content-container .img-modal::before {
	font: normal normal normal 14px/1 "Font Awesome 5 Free";
	line-height: normal;
	content: "\f065";
	font-size: 2rem;
	display: block;
	position: absolute;
	top: 1rem;
	right: 1rem;
	color: rgba(255, 255, 255, 0.4);
	font-weight: 900;
	/*
	margin-left: auto;
	margin-right: auto;
	-webkit-animation: anim2 ease-in-out 3s infinite alternate;
	-moz-animation: anim2 ease-in-out 3s infinite alternate;
*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

section.content-container .img-modal:hover::before {
	color: rgba(255, 255, 255, 0.9);
}

.items-list {
	list-style-type: none;
	padding: 0;
}

.items-list li {
	margin: 0 0 0.7rem 0;
	padding: 0 0 0.3rem 0.8rem;
}

.list-item {
	border-left: 2px solid rgba(96, 194, 203, 0.1);
}

.file-item i::before {
	color: rgba(0, 110, 144, 1);
}

.file-item i:not(.fa-link) {
	padding-right: 5px;
}

.list-item:nth-child(1) {
	border-color: rgba(0, 110, 144, 1);
}

.list-item:nth-child(2) {
	border-color: rgba(0, 110, 144, 0.6);
}

.list-item:nth-child(3) {
	border-color: rgba(0, 110, 144, 0.4);
}

.list-item:nth-child(4) {
	border-color: rgba(0, 110, 144, 0.2);
}

.list-item * {
	margin: 0;
}

@media screen and (max-width: 700px) {
}

/*bootstrap overwriter*/
a {
	color: #031a6b;
}

.text-primary {
	color: #031a6b !important;
}

.text-secondary {
	color: #3e92cc !important;
}

a.text-secondary:focus, a.text-secondary:hover {
	color: #3e92cc !important;
}

.btn {
	border-radius: 0;
	padding: 1rem;
	font-weight: 500;
	letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 0.7em;
	font-weight: 500;
	color: #031a6b !important;
}

.display-4 {
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.1;
	/* text-shadow: 1px 1px 1px rgba(0,0,0,.3); */
}

h4, h5, h6, .h4, .h5, .h6 {
	font-weight: 400;
}

strong, .strong {
	font-weight: 700;
}

.btn-primary {
	background-color: #006E90;
	border-color: #006E90;
}

.btn-primary:hover {
	background-color: #031A6B;
	border-color: #031A6B;
}

.btn-outline-primary {
	font-family: "Montserrat", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	background-color: transparent;
	border: 1px solid #0c6089;
}

.btn-outline-primary {
	color: #0c6089;
	background-color: transparent;
	background-image: none;
	border-color: #0c6089;
}

.btn-secondary {
	color: #fff;
	background-color: #3E92CC;
	border-color: #3E92CC;
	border: 1px solid #3E92CC;
}

.btn-secondary:hover {
	background-color: #fff;
	border-color: transparent;
	color: #3E92CC;
	border-color: #3E92CC;
}

.btn-outline-secondary {
	color: #3E92CC;
	background-color: transparent;
	background-image: none;
	border-color: #3E92CC;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #3E92CC;
	border-color: #3E92CC;
	border: 1px solid #3E92CC;
}

.btn-secondary:focus, .btn-secondary.focus {
	box-shadow: transparent;
}

/*.banner-interior + .scroll-nav{margin-top: -2rem;}*/
.nav-pills {
	border: 1px solid #006E90;
	padding: 0;
	width: 100%;
	background-color: #fff;
}

.nav-pills li a {
	padding: 0.8rem 1rem;
	transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
	color: #031A6B;
	box-sizing: border-box;
	font-family: "Montserrat", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	font-size: 0.875rem;
	position: relative;
}

.nav-pills a:hover, .nav-pills a.active {
	background-color: #006E90 !important;
	color: #fff;
}

.nav-pills a:after {
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
	display: block;
	width: 0;
	height: 0;
	content: "";
	transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
	border-width: 0.8rem 1rem 0 1rem;
	border-style: solid;
	border-color: transparent transparent transparent transparent;
}

.nav-pills a:hover:after, .nav-pills a.active:after {
	border-color: #006E90 transparent transparent transparent;
}

@media screen and (max-width: 600px) {
	.nav-pills li {
		width: 100%;
	}
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
	.nav-pills a:hover:after, .nav-pills a.active:after {
		display: none;
	}
}

.bg-dark-transparent {
	background-color: rgba(18, 18, 21, 0.9);
}

.bg-darker {
	background-color: #033860 !important;
}

.pos-f-t {
	width: 10%;
	margin: 0;
	margin: auto;
	float: none;
	position: fixed;
	left: 0;
	top: 25%;
	z-index: 9999;
	box-shadow: 0 0rem 2rem rgba(0, 0, 0, 0.25);
}

.stat-slider-bg .item {
	background-color: transparent !important;
}

/*.stat-slider{padding-bottom: 1rem;}*/
.stat-slider .item {
	/*margin: 0 .5rem; */
	margin-right: 2px;
	height: 100%;
	/*  padding-top: .5rem;
  padding-bottom: .5rem;*/
	/* background-color: rgba(3, 56, 96, 0.8); */
	background-color: rgba(0, 54, 71, 0.7);
	color: #fff;
	/*
background: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%); 
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); 
background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ffffff', endColorstr='#00ffffff',GradientType=0 ); 
*/
}

/*.stat-slider .owl-stage .owl-item{border-right:1px solid rgba(0, 110, 144, 1); }*/
.stat-slider .owl-stage .owl-item:last-child {
	border-right: none;
	margin-left: 0;
}

.stat-slider .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.stat-slider .owl-dots, .stat-slider .owl-nav, .slider-nav-t-r .owl-dots, .slider-nav-t-r .owl-nav {
	text-align: right;
}

.owl-carousel.slider-nav-t-r .owl-nav button.owl-next, .owl-carousel.slider-nav-t-r .owl-nav button.owl-prev {
	/*background-color: rgba(255,255,255,.5);*/
	border-radius: 0;
}

.owl-carousel.slider-nav-t-r .owl-nav button.owl-next:hover, .owl-carousel.slider-nav-t-r .owl-nav button.owl-prev:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.slider-nav-t-r .owl-prev > span, .slider-nav-t-r .owl-next > span {
	font-size: 2.5rem !important;
	line-height: 1 !important;
	color: rgba(0, 110, 144, 1);
	padding: 0 1rem;
}

.stat-slider .owl-prev > span, .stat-slider .owl-next > span {
	color: #fff;
}

section.content-container .banner .featured-item {
	position: absolute;
	bottom: 0;
	background-color: rgba(18, 18, 21, 0.6);
	width: 100%;
	max-width: 100%;
	background: -moz-linear-gradient( bottom, rgba(18, 18, 21, 0) 0%, rgba(18, 18, 21, 0.9) 100% );
	/* FF3.6-15 */
	background: -webkit-linear-gradient( bottom, rgba(18, 18, 21, 0) 0%, rgba(18, 18, 21, 0.9) 100% );
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient( to bottom, rgba(18, 18, 21, 0) 0%, rgba(18, 18, 21, 0.9) 100% );
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
	/* IE6-9 */
}

.shadow-b:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient( bottom, rgba(18, 18, 21, 0) 0%, rgba(18, 18, 21, 0.9) 100% );
	/* FF3.6-15 */
	background: -webkit-linear-gradient( bottom, rgba(18, 18, 21, 0) 0%, rgba(18, 18, 21, 0.9) 100% );
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient( to bottom, rgba(18, 18, 21, 0) 0%, rgba(18, 18, 21, 0.9) 100% );
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
	/* IE6-9 */
}

.shadow-b .featured-item {
	background: none;
}

/*////////////////////////////////////////
Jumbotron
////////////////////////////////////////*/
.jumbotron {
	position: relative;
	height: 100vh;
}

.jumbotron .modal {
	/*z-index:1;*/
}

.idm-full-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: block;
	/*z-index:-1;*/
}

.transparent-overlay {
	position: relative;
}

.idm-full-bg:after, .transparent-overlay::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003647+38,003647+38,003647+73,003647+88&0+38,0.37+73,0.7+88 */
	background: -moz-linear-gradient(top, rgba(0,54,71,0) 38%, rgba(0,54,71,0.37) 73%, rgba(0,54,71,0.7) 88%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,54,71,0) 38%,rgba(0,54,71,0.37) 73%,rgba(0,54,71,0.7) 88%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,54,71,0) 38%,rgba(0,54,71,0.37) 73%,rgba(0,54,71,0.7) 88%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00003647', endColorstr='#b3003647',GradientType=0 );
	/* IE6-9 */
	opacity: 0.8;
}

.bg-dark .idm-full-bg:after {
	background: rgba(0, 0, 0, 0.75);
}

.idm-full-bg video, .idm-full-bg img {
	object-fit: cover;
	/* width: 100vw; */
	/* height: 100vh; */
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	/*z-index:-1;*/
}

.slider-nav-outside .owl-nav {
	position: static;
	font-family: "Montserrat", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	font-weight: 300;
}

.banner-slider .owl-prev, .banner-slider .owl-next, .slider-nav-outside .owl-prev, .slider-nav-outside .owl-next {
	position: absolute;
	top: calc(50% - 20px);
	/*width: 40px;
	height: 40px;
	background-color: #fff !important;
	border-radius: 50% !important;
	-moz-box-shadow: 0 3px 9px 0 #707070;
	-webkit-box-shadow: 0 3px 9px 0 #707070;
	box-shadow: 0 3px 9px 0 #707070;*/
	transition: all 0.2s ease;
	margin: 0 !important;
	color: #fff !important;
	line-height: 1 !important;
}

.banner-slider .owl-prev > span, .banner-slider .owl-next > span {
	font-size: 5rem !important;
	font-weight: 100;
	/* line-height: 1px !important; */
}

.slider-nav-outside .owl-prev:hover, .slider-nav-outside .owl-next:hover {
	background: none !important;
}

.slider-nav-outside .owl-next {
	right: -20px;
}

.slider-nav-outside .owl-prev {
	left: -20px;
}

.banner-slider .item h1 {
	line-height: normal;
	letter-spacing: normal;
}

.banner-slider .item h3 {
	font-family: "Montserrat", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	font-weight: 300;
}

/* statistics */
.wdc-content .multi-slider .item > .stat-holder > .stat-info > p.stat-name {
	margin-bottom: 1rem;
	font-size: 1rem;
}

.wdc-content .multi-slider .item > .stat-holder > .stat-info > p > span.stat-number,
.wdc-content .stat-holder > .stat-info > p > span.stat-number,
.wdc-content .stat-holder .stat-info  span.stat-number {
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 1;
}

/* from starter package */
.text-truncate-3-lines {
	line-height: 1.3em;
	max-height: calc(1.3em * 3);
	overflow: hidden;
	position: relative;
}

.text-truncate-3-lines::before {
	content: "...";
	position: absolute;
	bottom: 0;
	right: 0;
}

/*responsive video embed*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/*16:9 aspect ratio*/
	padding-top: 25px;
	height: 0;
	background-color: #000;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* hr */
hr {
	border-top: 1px solid rgba(0, 110, 144, 0.5);
}

/*media queries*/
@media (min-width: 1200px) {
	.container, .navbar > .navbar-collapse {
		max-width: 1200px;
	}

	.container-wide {
		max-width: 90%;
	}

	.container-wide .container {
		max-width: 100%;
	}

	section.content-container .summary {
		max-width: 1200px;
	}

	.image-underlap .card {
		border: none;
	}

	.image-underlap .card .caption {
		width: 90%;
		margin: -3rem auto 2rem auto;
		box-shadow: 0 0rem 5rem rgba(0, 0, 0, 0.25);
	}
}

@media (min-width: 992px) {
	.hr-hidden {
		display: none;
	}
}

@media (max-width: 475px) {
	.display-4 {
		font-size: 2rem;
	}
}

@media (max-width: 991px) {
	section.content-container .callout.callout-expand div[class*="col"].bg-full {
		padding: 4rem;
		padding-bottom: 0;
		background-color: inherit;
		background-image: none !important;
	}

	section.content-container .callout.callout-expand div[class*="col"] + .bg-full {
		padding-top: 0;
		padding-bottom: 4rem;
	}

	.pointer.pointer-left {
		border-left: none;
		border-top: 1px solid #3e92cc;
		padding: 1rem;
		margin-top: 2rem !important;
		float: left;
		width: 100%;
	}

	.bg-callout-color .pointer.pointer-left {
		border-left: none;
		border-top: 1px solid #062e42;
		padding: 1rem;
		margin-top: 2rem !important;
		float: left;
		width: 100%;
	}

	.pointer.pointer-left::before {
		border: inset 10px;
		border-color: transparent transparent #3e92cc transparent;
		position: absolute;
		top: -20px;
		left: 50%;
		margin-left: -10px;
	}

	.bg-callout-color .pointer.pointer-left::before {
		border-color: transparent transparent #062e42 transparent;
	}

	.pointer.pointer-right {
		border-right: none;
		border-bottom: 1px solid #3e92cc;
		padding: 1rem;
		margin-bottom: 2rem !important;
		float: left;
		width: 100%;
	}

	.pointer.pointer-right::before {
		border: inset 10px;
		border-color: #3e92cc transparent transparent transparent;
		position: absolute;
		bottom: -20px;
		top: auto;
		left: 50%;
		margin-left: -10px;
	}

	.pointer.pointer-left::after, .pointer.pointer-right::after {
		content: none;
	}
}

@media (min-width: 768px) {
	.card {
		height: 100%;
	}

	#mainNav {
		max-height: 100% !important;
	}

	.logo img {
		width: 350px;
	}
}

@media (max-width: 769px) {
	.box-layout {
		padding: 0 !important;
	}
}

@media (min-width: 992px) {
	.navbar > .navbar-collapse {
		flex-wrap: nowrap;
		flex-basis: auto;
		/*max-width: 960px;*/
		margin-right: auto;
		margin-left: auto;
		padding-right: 15px;
		padding-left: 15px;
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	section.content-container .callout.callout-expand.hide-img .bg-full img {
		display: none;
	}

	.w-33 {
		width: 33% !important;
	}

	.text-2-cols {
		-webkit-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 2rem;
		column-gap: 2rem;
	}

	.nav-pills.nav-pills-bold {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-line-pack: center;
		align-content: center;
		-ms-flex-wrap: initial;
		flex-wrap: initial;
	}

	.nav-pills.nav-pills-bold li a {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-ms-flex-wrap: initial;
		flex-wrap: initial;
	}

	.nav-pills.nav-pills-bold li a {
		padding: 2rem 1rem;
	}

	.idm-full-bg video, .idm-full-bg img {
		top: 100%;
	}
}

@media (min-width: 576px) {
	.modal-dialog:not(.search-modal) {
		max-width: 80%;
	}
}

@media screen and (max-width: 600px) {
	.navbar-nav.mr-auto.social {
		align-items: center;
		justify-content: center;
	}

	.social li a {
		padding-left: 0.6rem;
		padding-right: 0.6rem;
	}

	section.content-container .callout, .callout-full-width {
		padding: 2rem;
	}
}

@media only screen and (max-device-width: 1366px) {
	.bg-image {
		background-attachment: scroll;
	}
}

/**************************************
		  IDM Flex tables
*****************************************/
.idm-print-page {
	text-decoration: none !important;
}

.btn-print {
	color: #031a6b !important;
	padding: 0 !important;
	margin: 0 !important;
}

[class*='idm-legend-'] {
	display: inline-flex;
	align-items: center;
	margin-right: 1rem;
}

[class*='idm-legend-']:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: #333;
	border-radius: 10px;
	margin-right: .25rem;
}

.idm-legend-early:before {
	background-color: #04196b;
}

.idm-legend-late:before {
	background-color: #3E92CC;
}

.idm-table {
	font-family: "Montserrat", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.idm-table-row-header {
	visibility: hidden;
	height: 0;
	width: 0;
}

.idm-table {
	font-size: 1rem !important;
}

.idm-table-row-header {
	background: #006E90;
	color: #fff;
	font-weight: normal;
	letter-spacing: .1rem;
	text-transform: uppercase;
}

.idm-table-row > div {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.idm-table-row > div[data-before]:before {
	content: attr(data-before);
	display: block;
	font-weight: bold;
}

.idm-table-row:not(.idm-table-row-header) {
	border-bottom: 1px solid #ccc;
}

.idm-table-row [data-toggle="collapse"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: bold;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration: none !important;
}

.idm-table-row [data-toggle="collapse"]:before {
	content: '\f055';
	font-family: "Font Awesome 5 Pro";
	font-weight: 300 !important;
	font-size: 1.25rem;
	margin-right: .5rem;
	line-height: 1;
	transition: all .3s ease;
}

.idm-table-row [data-toggle="collapse"][aria-expanded="true"]:before {
	content: '\f056';
}
.idm-table-row .charterer.idm-table-cell[data-before='Charterer'] [data-toggle="collapse"]:before,
.idm-table-row .idm-table-cell[data-before='Rate'] [data-toggle="collapse"]:before {
	content: '\f067';
}
.idm-table-row .charterer a {
	text-transform:capitalize;
}
.idm-table-row .charterer.idm-table-cell[data-before='Charterer'] [data-toggle="collapse"][aria-expanded="true"]:before,
.idm-table-row .idm-table-cell[data-before='Rate'] [data-toggle="collapse"][aria-expanded="true"]:before {
	content: '\f068';
}

.idm-table-row [data-toggle="collapse"]:hover:before {
	transform: rotate(360deg);
}

.idm-table img {
	height: 450px;
	width: 100%;
	position: relative;
	object-fit: cover;
}

@media screen and (min-width: 769px) {
	.idm-table img {
		height: 450px !important;
		width: 100% !important;
	}
}

@media screen and (min-width: 768px) {
	.idm-table-row-header {
		visibility: visible;
		height: auto;
		width: auto;
	}

	.idm-table-row > div {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.idm-table-row > div[data-before]:before {
		display: none;
	}
}

.idm-level {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin: 1.2rem 10px 1.2rem 10px;
}

.idm-level-outer {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	background-color: #d0d0d0;
}

.idm-level-inner {
	height: 30px;
	background-color: #04196b;
	position: relative;
}

.idm-level-text {
	position: absolute;
	bottom: 100%;
	right: 0;
	transform: translateX(50%);
	color: #006E90;
	font-weight: 500;
	font-size: .8em;
}

.idm-duration-inner.idm-earliest .idm-level-text {
	right: 50%;
	display: none;
}

.idm-level-inner:before {
	content: '';
	display: block;
	position: absolute;
	left: -15px;
	top: 0;
	height: 100%;
	width: 15px;
	background: url("../images/ship_stern_blue.svg") no-repeat;
}

.idm-level-inner:after, .idm-level-outer:after {
	content: '';
	display: block;
	position: absolute;
	right: -15px;
	top: 0;
	height: 100%;
	width: 15px;
	background: url("../images/ship_bow_blue.svg") no-repeat;
}

.idm-level-outer:after {
	background: url("../images/ship_bow_gray.svg") no-repeat;
}

.idm-level-floor, .idm-level-ceiling {
	position: absolute;
	top: 50%;
	font-size: .8em !important;
	line-height: 1.2;
	padding: 0 .5em;
	z-index: 1;
}

.idm-level-floor {
	left: 0;
	transform: translateX(-50%) translateY(120%);
	color: #000;
	background: transparent;
}

.idm-level-ceiling {
	right: 0;
	transform: translateX(50%) translateY(120%);
	color: #000;
	background: transparent;
}

/*fleet duration*/
.idm-duration-heading {
	font-size: .8em !important;
	margin: 1.2rem 10px 0 10px;
}

.idm-table.idm-small {
	font-size: .875rem !important;
}

.idm-duration {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin: 1.2rem 10px 1.2rem 10px;
}

.idm-duration-outer {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	background-color: #d0d0d0;
	position: relative;
}

.idm-duration-inner {
	height: 22px;
	background-color: #3E92CC;
	position: relative;
}

.idm-duration-inner.idm-earliest {
	background-color: #04196b;
	position: absolute;
	top: 0;
	left: 0;
}

.idm-duration-text {
	position: absolute;
	bottom: 85%;
	right: 50%;
	transform: translateX(50%);
	color: #006E90;
	font-weight: 500;
	background: #f6f6f6;
	min-width: calc(100% - 60px);
}

.idm-duration-floor, .idm-duration-ceiling {
	position: absolute;
	; top: 120%;
	font-size: .9em !important;
	line-height: 1.2;
	padding: 0 .5em;
	z-index: 1;
}

.idm-duration-floor {
	left: 0;
	transform: translateX(-50%);
	color: #000;
	background: transparent;
}

.idm-duration-ceiling {
	right: 0;
	transform: translateX(50%);
	color: #000;
	background: transparent;
}

.page-link {
	background-color: transparent;
}
