/* General ----------------------- */

html {scroll-behavior: smooth;}

body, html {
	height: 100%;
	min-height: 100%;
}
body {
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #444;
	font-family: "EB Garamond", serif;
	font-size: 105%;
}
.img-cover {object-fit: cover;}

strong {font-weight: 600;}

a {
	text-decoration: none;
	color: #3E6A9D;
}
a:hover, a:focus {color:#8D9FB2;}

.breadcrumb {
	font-weight: 300;
	background-color: transparent;
	margin: 0;
	font-size:80%;
}
.sans-serif, label, input, textarea, select, .breadcrumb, .btn {
  font-family: Helvetica, sans-serif;
}
.tracking-tighter {letter-spacing: -.1em;}

.tracking-wider {letter-spacing: .1em;}

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

.fw-bold {font-weight:600!important;}

.fw-bolder {font-weight:800!important;}

.btn {
	font-weight: 600;
	text-transform: uppercase;
}
.btn:hover {text-decoration: none !important;}

.btn-primary {
	background-color: #3E6A9D;
	border-color: #3E6A9D;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #8D9FB2;
	border-color: #8D9FB2;
}
.btn-outline-primary {
	border-color: #3E6A9D;
	color: #3E6A9D;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
	color: #fff;
	background-color: #3E6A9D;
	border-color: #3E6A9D;
}
.bg-primary {background-color: #3E6A9D !important;}

.text-primary {color: #3E6A9D !important;}

.border-primary {border-color: #3E6A9D !important;}

.bg-secondary {background-color: #DAE0DF !important;}

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

.border-secondary {border-color: #DAE0DF !important;}

.h-150 {height: 150%;}

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

.h-150px {height: 150px;}

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

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

.w-200px {width: 200px;}

.w-150px {width: 150px;}

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

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

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

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

.mw-0 {max-width: none;}

.vh-75 {height: 75vh;}

.vh-50 {height: 50vh;}

.vh-25 {height: 25vh;}

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

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

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

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

.border-6 {border-width: 6px;}

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

.z-1 {z-index:-1;}

.z0 {z-index:0;}

.z1 {z-index:1;}

.z2 {z-index:2;}

/* Header ----------------------- */
.active .nav-link {
  color: #111;
}
/******* Index ******/
#Video {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	transition: transform linear;
	background-size: cover;
	background-position: center;
}
.index-slider .slick-list, 
.index-slider .slick-track, 
.index-slider .slick-slide {
	height: 100%;
	position: relative;
}
.slick-active .index-caption>div {
  animation: movetop 3s;
}
.index-caption h1 {
	text-shadow: 2px 2px 15px rgba(0,0,0,.3);
}
/* Wrap Content ----------------------- */

/* Slider ----------------------- */
/** arrows **/
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  font-size: 0;
  background-color: transparent;
  border: 0;
  padding: 0;
  z-index: 999;
  cursor:pointer;
}
.slick-prev {left: .5em;}

.slick-next {right: .5em;}

.slick-prev:before, .slick-next:before {
  content:'';
  display: block;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center;
}
.slick-prev:before {
  background-image: url(https://cdn1.gttwl.net/attachments/dd9fe8a8-c9ea-4532-90ae-6041c700b12b.png);
}
.slick-next:before {
  background-image: url(https://cdn1.gttwl.net/attachments/e9caf701-cbd7-4c18-8131-5911fe971316.png);
}
.white-arrow .slick-prev:before {
  background-image: url(https://cdn1.gttwl.net/attachments/e5779300-b986-4e57-88cb-4c345dec6ac8.png);
}
.white-arrow .slick-next:before {
  background-image: url(https://cdn1.gttwl.net/attachments/6a1e34c9-eb1c-4ac8-8558-5e579ee1ba87.png);
}
.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
	margin: 10px 0 0;
	z-index:5;
}
.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: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 20px;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	background-color: #000;
}
/* ARTICLES ----------------------- */
article p, article li, article > div {
	font-size: 132%;
	line-height: 1.45;
}
article p, article li {
	margin-bottom: 1em;
}
article img {
	max-width: 100%;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
	margin: 1em 0 .5em;
}
/* PAGES ----------------------- */
.cover-img {
  height: 400px;
  transition: all 2s;
}
.cover-img img {
  transition: all 2s;
  width: 110%;
  max-width: none;
}
.cover-img:hover img {
  width:160%;
}
.cta-hero, .bcg {
  background-size: cover;
  background-position: center;
}
.supplier img {
	max-width: 85%;
	max-height: 85%;
}

/* Pagination ------------------ */
.pagination {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	font-family: 'Montserrat', sans-serif;
}
.pagination a:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.pagination a, .pagination span {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin: 0;
	line-height: 1.25;
}
.pagination .disabled span, .pagination .active span {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	border-color: #dee2e6;
}
/* FOOTER ----------------------- */

#footer a {color: #F8F9FA;}

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

.social-links .rounded-circle {
	padding: 0;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
}

/* RESPONSIVE CSS ----------------------- */

@media (max-width: 767px) {
	
}
@media (min-width: 768px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
	
}
@media (max-width: 991px) {
  .navbar-brand {
    font-size: 1.6em;
  }
	.navbar-brand img {
		max-height: 70px;
	}
	.navbar-toggler {
	  top: -2.5em;
	}
}
@media (min-width: 992px) {
  .navbar-brand {
    font-size: 2em;
  }
	.navbar-brand img {
		max-height: 90px;
	}
	.fixed-top .brand img {
    max-height: 50px;
  }
  .specialty-body-right {
	  margin-left: -4em;
	}
	.specialty-body-left {
	  margin-right: -4em;
	}
}
@media (max-width: 1200px) {
	
}
@media (min-width: 992px) and (max-width: 1200px) {
	
}
@keyframes movetop {
  from {top: 50px;}
  to {top: 0;}
}