/* GENERAL STYLES */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-rendering: optimizelegibility;
	font-size: 101%;
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	background-color: #fff;
	color: #383f49;
}
html {scroll-behavior: smooth;}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Manrope', sans-serif;
	font-weight: 800;
}
.text-uppercase {letter-spacing: .1em;}

a {text-decoration: none;}

a:hover, a:focus {text-decoration: none;}

p  {line-height: 1.75; letter-spacing: .015rem; font-size: 105%;}

.fs-tiny {font-size: 76%;}

.breadcrumb {
	background-color: transparent;
	padding: .5rem 0;
	font-weight: 300;
	font-size: 80%;
}
.btn {
	font-family: 'Manrope', sans-serif;
	letter-spacing: normal; 
	text-transform: uppercase;
	font-weight: 600;
	text-shadow: none;
	letter-spacing: .025em;
}
.border-2 {border-width: 2px !important;}

.border-3 {border-width: 3px !important;}

.border-4 {border-width: 4px !important;}

.border-5 {border-width: 5px !important;}

.w-25px {width: 25px !important;}

.w-50px {width: 50px !important;}

.w-75px {width: 75px !important;}

.w-100px {width: 100px !important;}

.h-25px {height: 25px !important;}

.h-50px {height: 50px !important;}

.h-75px {height: 75px !important;}

.h-100px {height: 100px !important;}

.h-200px {height: 200px !important;}

.minh-100 {min-height: 100%;}

.minw-100 {min-width: 100%;}

.vh-75 {height: 75vh !important;}

.gradient-dark-b {background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.75));}

.gradient-dark-t {background-image: linear-gradient(rgba(0,0,0,.75), rgba(0,0,0,0));}

cite {
	display: block;
	font-size: .8125rem;
	margin: 5px 0;
}
cite:before {content: "— ";}

table {font-family: 'Helvetica', Arial, sans-serif;}

/******* Content ******/

.wrap-content {min-height: 600px;}

.mw-laptop {max-width: 1400px;}

/* Index
==================================== */
.index-slider .slick-list, 
.index-slider .slick-track, 
.index-slider .slick-slide,
.index-slider .slick-slide>div{
	height: 100%;
	position: relative;
}
/******* Sliders ******/
.articles-slider .slick-slide {
	padding-left: 10px;
	padding-right: 10px;
}
/* Slider Arrows */
.slick-prev, .slick-next {
	position: absolute;
	top:50%;
	font-size: 0;
	line-height: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-color: transparent;
	border-color: transparent;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	z-index: 1;
	cursor:pointer;
}
.slick-prev {left: 20px;}

.slick-next {right: 20px;}

.slick-prev:hover, .slick-next:hover,
.slick-prev:active, .slick-next:active,
.slick-prev:focus, .slick-next:focus {
	background-color: transparent;
	border: none;
}
.slick-prev:before, .slick-next:before {
	content:'';
	display: block;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-style: solid;
	margin: 15px;
	width: 20px;
	height: 20px;
	border-color: rgba(255,255,255,.5);
}
.slick-prev:before {border-width: 0 0 4px 4px;}

.slick-next:before {border-width: 4px 4px 0 0;}

/* Slider Dots */
.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
	margin: 10px 0 0;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	line-height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	content: '•';
	text-align: center;
	opacity: .25;
	background-color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 20px;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	background-color: #333;
}
.index-slider .slick-dots {
	position: absolute;
	bottom: 1em;
	z-index: 999;
}
.index-slider .slick-dots li.slick-active button:before, .index-slider .slick-dots li button:before {
	background-color: #fff;
}
/******* Sections ******/

/******* Boostrap Card ******/

.card {height: 100%;}

.card-img-top img {
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.card-img-top:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.card-body {padding: .55rem .8rem .8rem;}

h5.card-title {font-size: 137%;}

.video-thumb {
	position: relative;
	overflow: hidden;
}
.card-video h5.card-title {
	font-size: 100%;
	font-weight: 400;
	line-height: 1.5;
}
h5.card-title, h5.card-title a {color:#1D2957;}

.card-body p {font-size: 93%; line-height: 1.48;}

.card:hover h5.card-title {color: #4CA7DD;}

.card-cta {font-weight: 600;}

.card-over {
	position: absolute;
	width: 90%;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,.2);
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	margin: 0;
}
.card-over h5.card-title {
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,.2);
	font-size: 170%;
}
.card:hover .card-over h5.card-title {color: #fff;}

.card:hover .card-over {
	opacity: 0;
	filter: alpha(opacity=0);
}
.card-blog .card-body {padding: 1.3rem 1rem .8rem;}

.card-blog .card-img {border-radius: 4px 4px 0 0;}

.card.card-blog:hover .card-img-top {
	opacity: .5;
	filter: alpha(opacity=50);
}
.card-img {
	position: relative;
	background-color: #111;
	display: block;
}
.card-img small {
	position: absolute;
	color: #fff;
	bottom: .8rem;
	left: 1rem;
	z-index:2;
}
/******* Pages ******/
.page-top {
	background-color: #1D2957;
	padding-bottom: 2em;
	color: #fff;
}
.before-title {letter-spacing: .25em;}

.page-title, .page-content {position: relative;}

.page-content {padding: 3em 0;}

.page-title p span:before, .card-detail span:before {content:' • ';}

.page-title p span:first-child:before, .card-detail span:first-child:before {display: none;}

.page-title p a {color: #161616; text-decoration: underline;}

.page-top .page-title p a {color: #fff;}

.page-title p a:hover {text-decoration: none;}

.page-title h1 {line-height: 1.1;}

/* Parallax Banner */
.bcg-parallax {
	min-height: 575px;
	color: #fff;
	position: relative;
	overflow: hidden;
	background-color: #000;
}
.bcg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 150%;
	top: 0;
	z-index: 1;
	opacity: 0.6;
}
.bcg-content {
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:2;
}
.bcg-content a {color: #fff;}

/**** Pagination ***/
.pagination {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}
.pagination> li:first-child a, .pagination> li:first-child span {
	margin-left: 0;
}
.pagination> li:last-child a, .pagination> li:last-child span {
	margin-right: 0;
}
.pagination a:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.pagination a, .pagination span {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin: 0 .25rem;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
}
.bg-dark .pagination a, .bg-dark .pagination span {
	background-color: transparent;
	color: #fff;
}
.bg-dark .pagination .active a {
	border: 1px solid #fff;
}
.pagination .disabled span, .pagination .active span {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}
/******* Post ******/
.post-summary {
	line-height: 1.55;
	font-size: 120%;
}
.post-kind {
	position: relative;
	letter-spacing: .1em;
	font-size: 90%;
	font-family: 'Helvetica', Arial, sans-serif;
	text-transform: uppercase;
}
.post h2, .post h3, .post h4, .post h5, .post h6 {
	margin: 1em 0 .85em;
}
.post ul, .post ol {margin-top: 1em; margin-bottom: 1.75em;}

.post p, .post>div, .post li, .post-itinerary p, .post-itinerary>div, .post-itinerary li {
	text-align: justify;
	margin-bottom: 1.25em;
	line-height: 1.62;
	font-size: 108%;
}
.post>div>br {display: none;}

.post hr {
  margin: 1rem 0 !important;
  display: inline-block;
  width: 100%;
}
.post img {width: 100%;}

.product-length small {
	display: block;
	line-height: 1;
	margin-bottom: .5rem;
}
.product-length span {
	display: block;
	font-weight: 100;
	font-size: 200%;
	line-height: 1.1;
}
.post-disclaimer {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 85%;
	color: #aaa;
}
/****** Tabs *****/
.nav-tabs {
	background-color: #dee2e6;
}
.nav-tabs .nav-link {
	border-radius: 0;
	padding: 1em;
	font-family: 'Manrope', sans-serif;
	text-transform: uppercase;
	font-size: 110%;
	color: #555;
}
/******* CTAs ******/
.cta-subscribe {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg-overly:before {
	content:'';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background-color: rgba(0,48,132,.45);
	z-index: 1;
}
.bg-dark label {color: #fff;}

/**** Forms *****/

.ebook-form .form-check-label {font-size: 90%;}

/******* Footer ******/
#footer {font-size: 95%;}

#footer a {color: rgba(255,255,255,.85);}

#footer a:hover, #footer a:focus {color: #fff;}

.credits {
	font-family: Arial, sans-serif;
	font-size: 80%;
	color: rgba(255,255,255,.5);
}
/****** PDF iframe *****/

/*******************************
					Responsive
*******************************/
/*** Small devices (landscape phones, 576px and up)***/
@media (max-width: 576px) {
	
}
@media (max-width: 767px) {
	.page-top {
		padding-top: 80px;
	}
}
@media (min-width: 577px) and (max-width:767px) {
	
}
/*** Medium devices (tablets, 768px and up)***/
@media (min-width: 768px) {
	.page-top {
		padding-top: 100px;
		padding-bottom: 3em;
	}
}
@media (max-width:991px) {
	
}
@media (min-width: 768px) and (max-width:991px) {
	
}
/*** Large devices (desktops, 992px and up)***/
@media (min-width: 992px) {
	
}
@media (min-width: 992px) and (max-width:1199px) {
	
}
/*** Extra large devices (large desktops, 1200px and up)***/
@media (min-width: 1200px) {
	
}
@media (min-width: 1499px) {
	
}
@media (min-width: 1199px) and (max-width:1498px) {
	
}