/*
Theme Name: East Coast Seafood Company 2024
Theme URI: https://eastcoastseafoodgroup.com/
Description: East Coast Seafood Company 
Author: HeliumStudio
Author URI: https://heliumstudio.com
Version: 1.1
*/

@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome/fontawesome-webfont.eot?v=6.6.0");
  src: url("fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=6.6.0") format("embedded-opentype"), 
       url("fonts/fontawesome/fontawesome-webfont.woff?v=6.6.0") format("woff"), 
       url("fonts/fontawesome/fontawesome-webfont.ttf?v=6.6.0") format("truetype"), 
       url("fonts/fontawesome/fontawesome-webfont.svg?v=6.6.0#fontawesomeregular") format("svg");
}

@font-face {
  font-family: 'FontAwesomeBrands';
  src: url("fonts/fontawesome/fa-brands-400.eot?v=6.6.0");
  src: url("fonts/fontawesome/fa-brands-400.eot?#iefix&v=6.6.0") format("embedded-opentype"), 
       url("fonts/fontawesome/fa-brands-400.woff2?v=6.6.0") format("woff2"),
       url("fonts/fontawesome/fa-brands-400.woff?v=6.6.0") format("woff"),
       url("fonts/fontawesome/fa-brands-400.ttf?v=6.6.0") format("truetype");
}

/* ==========================================

    HTML5 Reset

========================================== */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:bottom}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:60%;line-height: initial;}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

/* Admin bar offset  */
body.logged-in .alert-panel {
    top: 32px; 
}
body.logged-in header#site-header {
    margin-top: 32px;
}
@media screen and (max-width: 1040px) {
	body.logged-in  #site-alert {
		position: unset;
	}
	body.logged-in header#site-header {
		margin-top: 0 !important;
	}
}

/* ==========================================

    Layout

========================================== */

html { font-size: 62.5%; overflow-x: hidden; scroll-behavior: smooth;}
body {
	font-size: 16px;
	font-size: 1.6rem;
	background: #eeeeee;
	color: #000000;
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	overflow-x: hidden;
}
::selection,
::-moz-selection {
    background: #000;
    color: #fff;
}
.row {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	*zoom: 1;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}
.row:before { 
	content: normal; 
	display: table; 
}
.row:after { 
	content: normal; 
	display: table; 
	clear: both; 
}
.row.full { 
	max-width: 100% !important; 
	padding: 0;
}
img {
	width: 100%;
	height: auto;
}
.middle {
	align-self: center;
}
.padding-top,
.padding-top-none {
	padding-top: 0px !important;
}
	.padding-top-small {
		padding-top: 20px !important;
	}
	.padding-top-medium {
		padding-top: 60px !important;
	}
	.padding-top-large {
		padding-top: 80px !important;
	}
.padding-bottom,
.padding-bottom-none {
	padding-bottom: 0px !important;
}
	.padding-bottom-small {
		padding-bottom: 20px !important;
	}
	.padding-bottom-medium {
		padding-bottom: 60px !important;
	}
	.padding-bottom-large {
		padding-bottom: 80px !important;
	}
.margin-top,
.margin-top-none {
	margin-top: 0px !important;
}
	.margin-top-small {
		margin-top: 20px !important;
	}
	.margin-top-medium {
		margin-top: 60px !important;
	}
	.margin-top-large {
		margin-top: 80px !important;
	}
.margin-bottom,
.margin-bottom-none {
	margin-bottom: 0px !important;
}
	.margin-bottom-small {
		margin-bottom: 20px !important;
	}
	.margin-bottom-medium {
		margin-bottom: 60px !important;
	}
	.margin-bottom-large {
		margin-bottom: 80px !important;
	}
	
.mobile {
	display: none;
	visibility: hidden;
}
	@media screen and (max-width: 880px) {
		.desktop {
			display: none;
			visibility: hidden;
		}
		.mobile {
			display: revert;
			visibility: revert;
		}
	}


/* ==========================================

    Fonts

========================================== */

h1 {
	font-size: 80px;
	font-size: 8rem;
	font-weight: 600;
	line-height: 80px;
	color: #003082;
	font-family: "Poppins", sans-serif;
	margin: 10px 0;
	word-break: keep-all;
	letter-spacing: -1px;
}
h2 {
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 40px;
	font-weight: 600;
	color: #003082;
	font-family: "Poppins", sans-serif;
	margin: 10px 0;
	word-break: keep-all;
}
h3 {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 30px;
	font-weight: 400;
	color: #003082;
	font-family: "Poppins", sans-serif;
	margin: 10px 0;
}
h4 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 28px;
	color: #003082;
	font-family: "Poppins", sans-serif;
	margin-bottom: 10px;
}
h5 {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 24px;
	color: #003082;
	font-family: "Poppins", sans-serif;
}
p {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 22px;
	color: #2F2F2F;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	margin-bottom: 20px;
}
li {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 22px;
	color: #2F2F2F;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}
a {
	color: #003082;
	text-decoration: underline;
	transition: all .3s;
}
a:hover {
	color: #003082;
	text-decoration: none;
	opacity: 0.7;
}
em, i {
    font-weight: 300;
	font-style: italic;
}
strong, b {
	font-weight: 600;
}
	@media screen and (max-width: 1024px) {
		h1 {
			font-size: 60px;
			font-size: 6rem;
			font-weight: 700;
			line-height: 60px;
		}
		h2 {
			font-size: 40px;
			font-size: 4.0rem;
			line-height: 38px;
		}
		h3 {
			font-size: 26px;
			font-size: 2.6rem;
			line-height: 30px;
		}
		h4 {
			font-size: 24px;
			font-size: 2.4rem;
			line-height: 26px;
		}
		h5 {
			font-size: 20px;
			font-size: 2.0rem;
			line-height: 22px;
		}
	}
	@media screen and (max-width: 768px) {
		h1 {
			font-size: 40px;
			font-size: 4.0rem;
			line-height: 38px;
		}
		h2 {
			font-size: 28px;
			font-size: 2.8rem;
			line-height: 30px;
		}
		h3 {
			font-size: 24px;
			font-size: 2.4rem;
			line-height: 26px;
		}
		h4 {
			font-size: 20px;
			font-size: 2.0rem;
			line-height: 22px;
		}
		h5 {
			font-size: 18px;
			font-size: 1.8rem;
			line-height: 20px;
		}
	}


/* ==========================================

    Animate

========================================== */

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}


/* ------------------------------------------

    Alert

------------------------------------------ */


#site-alert {
	background-color: #F3D54E;
	padding: 10px 40px;
	justify-content: center;
	text-align: center;
	z-index: 7900;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	font-size: 1.2rem;
	color: #333333;
}
#site-alert p {
	margin: 0;
}
#site-alert > .row { justify-content: center;}

/* ------------------------------------------

    Header

------------------------------------------ */

header#site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	transition: all .5s;
	min-height: 90px;
}

header#site-header .nav-wrap {
	padding: 0 40px;
	transition: linear .3s;
}

#logo-container {
	display: flex;
	flex: 1;
}

header#site-header #logo {
    max-width: 220px;
    transition: linear .3s;
}

@media screen and (max-width: 1140px) {
	header#site-header #logo {
		max-width: 180px;
	}
}

header#site-header.scroll {
	background-color: #091F2C;
	box-shadow: 0 0px 20px rgba(0,0,0,.8);
	min-height: 70px;
	margin-top: 0 !important;
}

header#site-header.scroll img#logo {
	max-width: 100px;
	transition: linear .3s;
}

header#site-header.scroll .nav-wrap {
	transition: linear .3s;
}

@media screen and (max-width: 1040px) {
	header#site-header {
		position: relative !important;
		background-color: #091F2C;
		min-height: unset;
	}

	header#site-header #logo {
		max-width: 100px;
		position: relative;
		transition: linear .3s;
		filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(321deg) brightness(103%) contrast(102%);
	}

	header#site-header .nav-wrap {
		padding: 0 20px;
		height: 60px;
	}
}

/* ------------------------------------------

    Navigation

------------------------------------------ */

#main-nav {
	display: flex;
	position: absolute;
	right: 40px;
	top: 42px;
	transition: linear .3s;
}

#main-nav a {
	font-size: 1.6rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	display: inline-block;
	text-decoration: none;
	padding: 0 15px;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	margin-bottom: 18px;
	cursor: pointer;
	transition: all .3s;
}

#main-nav a:hover { 
	opacity: 0.7;
}

#main-nav ul {
	display: flex;
	white-space: nowrap;
}

@media screen and (max-width: 1140px) {
	#main-nav a {
		font-size: 1.5rem;
		padding: 0 10px;
	}
}

header#site-header.scroll #main-nav {
	top: 26px;
	transition: linear .3s;
}

nav#main-nav ul > li:hover::after {
	margin-left: -20px;
	width: 40px;
}

#main-nav .footer-only { display: none !important; }

#main-nav .current-menu-item a:after,
#main-nav .current-menu-ancestor a::after,
#main-nav .current-page-ancestor a::after {
    content: "";
	height: 2px;
	width: calc(100% - 50px);
	margin-left: 25px;
	background-color: #fff;
	position: absolute;
	bottom: -8px;
	left: 0;
	transition: opacity .5s;
	opacity: 1;
}

nav#main-nav ul.sub-menu {
    background-color: #fff;
    position: absolute;
    display: none;
    padding: 8px 10px;
    min-width: 200px;
    text-align: left;
    white-space: nowrap;
    border: 1px solid #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    z-index: 10;
	border-radius: 8px;
}

nav#main-nav ul > li:hover > ul {
	display: block;
}

header#site-header.scroll #main-nav a,
header#site-header.scroll #main-nav a:hover {
	color: #fff;
}

nav#main-nav ul.sub-menu li a,
header#site-header.scroll nav#main-nav ul.sub-menu li a {
	font-size: 1.5rem;
	padding: 15px 5px;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
	color: #003082;
}

nav#main-nav ul.sub-menu a,
header#site-header.scroll nav#main-nav ul.sub-menu li a {
	margin-bottom: 0;
}

nav#main-nav ul li ul.sub-menu:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 10px 10px;
	border-color: #ffffff transparent;
	width: 0;
	z-index: 1;
	top: -10px;
	left: 25px;
}

/* Nav Button */

nav#main-nav .nav-btn a {
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
	font-weight: 600;
    padding: 6px 17px;
    color: #fff;
    text-decoration: none;
	transition: all .5s;
	background-color: #E60D2E;
    border: 1px solid #E60D2E;
    margin: -8px 20px 0 15px;
    border-radius: 50px;
}

nav#main-nav .nav-btn a:hover {
	color: #E60D2E;
	background-color: #fff;
    border: 1px solid #fff;
}

nav#main-nav .nav-btn a::after {
	opacity: 0;
}

header#site-header.scroll nav#main-nav .nav-btn a:hover {
    color: #E60D2E;
	background-color: #fff;
    border: 1px solid #fff;
}

/* ------------------------------------------
    Mobile Nav
------------------------------------------ */

#nav-trigger {
  display: none;
  position: absolute;
  cursor: pointer;
  padding: 0;
  width: 28px;
  height: 20px;
  z-index: 9999;
  top: 20px;
  right: 20px;
}
#nav-trigger #hamburger-top, #nav-trigger #hamburger-mid, #nav-trigger #hamburger-btm {
  height: 1px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  border-radius: 3px;
  left: 0;
  transition: all .3s;
}
#nav-trigger #hamburger-top {
  width: 28px;
  top: 0;
}
#nav-trigger #hamburger-mid {
  width: 23px;
  top: 8px;
}
#nav-trigger #hamburger-btm {
  width: 20px;
  top: 16px;
}
#nav-trigger.triggered #hamburger-top, #nav-trigger.triggered #hamburger-mid, #nav-trigger.triggered #hamburger-btm {
  background-color: #ffffff;
}
html.csstransforms #nav-trigger.triggered #hamburger-top {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  top: 8px;
  width: 28px;
}
html.csstransforms #nav-trigger.triggered #hamburger-btm {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  top: 8px;
  width: 28px;
}
html.csstransforms #nav-trigger.triggered #hamburger-mid {
  opacity: 0;
}
#mobile-nav {
  display: none;
  width: 100%;
  position: relative;
  background-color: #091F2C;
}
#mobile-nav nav {
  display: none;
}
#mobile-nav nav .sub-menu {
  display: none;
  overflow: hidden !important;
}
#mobile-nav ul.sub-menu {
  background-color: #003082;
}
li.mnav-trigger > a::after {
  content: "\f067";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  font-size: 28px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: -2px;
  position: absolute;
  right: 16px;
  transition: transform 0.5s ease, opacity 0.3s ease;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: rotate(0deg) scale(1);
}
li.mnav-trigger.open > a::after {
  content: "\f068";
  transform: rotate(360deg) scale(1);
  right: 16px;
  opacity: 1;
  transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
}
#mobile-nav a {
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  display: block;
  color: #ffffff;
  padding: 25px 25px;
  transition: background-color .5s;
  text-decoration: none;
  text-transform: none;
  position: relative;
  margin-bottom: 0;
}
#mobile-nav a:hover {
  background-color: #003082;
}
#mobile-nav ul, #mobile-nav ol {
  margin: 0;
}
#mobile-nav ul ul ul li a {
  font-weight: 300;
  margin-left: 20px;
}
@media screen and (max-width: 1040px) {
  #main-nav {
    display: none;
  }
  #mobile-nav, #nav-trigger {
    display: block;
  }
  main {
    padding-top: 40px;
  }
}



/* ========================================== 

    Search 

========================================== */

.search-trigger {
    margin-top: -2px;
    font-size: 2rem!important;
    color: #ffffff;
    cursor: pointer;
    display: block;
    text-align: center;
}
.search-trigger:hover {
    color: #ffffff;
}
#search-trigger-mobile {
	display: none;
}
	@media screen and (max-width: 1040px) {
		#search-trigger-mobile {
			display: unset;
		}
	}
.search-trigger-mobile {
	position: absolute;
	top: 20px;
	right: 80px;
    font-size: 2rem!important;
    color: #ffffff !important;
    cursor: pointer;
    display: block;
}

#search-box {
	padding: 10px;
}
.search-box {
	display: none;
	width: 100%;
	background: rgba(9, 31, 44, .9);
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
}
.search-container {
	height: 100%;
}
.open {
    display: block;
}
i#search-close {
	position: absolute;
    font-weight: 300;
    color: #fff;
    font-size: 34px;
    top:  100px;
	right: 15px;
}
i#search-close:hover {
    color: #888888;
}
.search-container .search-form {
	max-width: 900px;
	padding: 0 20px;
}
.search-form {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  flex-grow: 1;
  align-self: center;
  flex-direction: column;
}
.search-hd {
    font-family: 'Lobster', sans-serif;
    font-size: 3.8rem;
    color: #E81C2C;
    flex: 1;
	margin-bottom: 15px;
}
.search-form label {
    flex-grow: 1;
	position: relative;
	width: 100%;
}
input.search-field {
    width: 100%;
    padding: 10px 40px 10px 10px;
    border: 1px solid #eeeeee !important;
    height: 50px;
}
input[type="search"] {
  font-size: 16px; 
}

.fa-icon-button {
    position: absolute;
    right: 20px;  
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    color: #E60D2E; 
    cursor: pointer;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fa-icon-button i {
    font-size: 20px;
	font-weight: 300;
}
.fa-icon-button:hover i {
    color: #E60D2E;
}
@media (max-width: 580px) {
    .fa-icon-button {
        right: 15px; 
    }
}

	
/* ==========================================
    FLEX PANELS
========================================== */

.narrow {
    max-width: 1140px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
	text-align: center;
}
.narrower {
    max-width: 940px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
	.row.full.trim-top {
		padding-top: 0 !important;
	}
	.row.full.trim-bottom {
		padding-bottom: 0 !important;
	}
	
	.row.full.bgcolor-white {
		background-color: #ffffff;
	}
	.row.full.bgcolor-gray {
		background-color: #eeeeee;
	}
	.row.full.bgcolor-blue {
		background-color: #091F2C;
	}
	.row.full.bgcolor-red {
		background-color: #E60D2E;
	}
	
	h2.color-white,
	h2.color-gray,
	.color-white p,
	.color-gray p,
	.color-white li,
	.color-gray li, 	
	.color-white,
	.color-gray,
	.color-white a,
	.color-gray a, 
	icon-fontawesome {
		color: #091F2C;
	}
	h2.color-blue,
	h2.color-red,
	.color-blue p,
	.color-red p	,
	.color-blue li,
	.color-red li,
	.color-blue,
	.color-red,
	.color-blue a,
	.color-red a,
	icon-fontawesome {
		color: #fff;
	}
	
/* ------------------------------------------
    HERO PANEL
------------------------------------------ */

.hero-panel.row.full {
	background-color: #091F2C;
	height: 500px;
	padding: 80px 40px;
	position: relative;
    overflow: hidden;
}
.full.hero-panel.tall-banner {
	height: 740px;
}

.row.hero-text {
    flex-direction: column;
    text-align: center;
    max-width: fit-content;
	z-index: 1;
	max-width: 1000px;
}
.hero-text h1 {
	z-index: 1;
	color: #ffffff;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.76);
	margin-bottom: 20px;
}
.hero-text h2 {
    z-index: 1;
    color: #ffffff;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.76);
}
.hero-gradient-overlay {
	height: 100px;
	background: linear-gradient(to top, 
	    rgba(9, 31, 44, 1) 0%,    
	    rgba(9, 31, 44, 0.9) 50%, 
	    rgba(9, 31, 44, 0) 100%
	);
	width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.hero-panel {
    position: relative; 
}

.hero-img {
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    position: absolute; 
    top: 0;
    left: 0;
    z-index: 0;
    background-position: center;
}
.compass-wrap {
	position: relative;
}
.compass-overlay {
    position: absolute;
    z-index: 2;
    right: -20%; 
    opacity: 0.2;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50vw;
    height: 50vw;
	top: 200px;
	overflow: visible;
}
	@media (max-width: 1040px) {
	    .compass-overlay {
	        top: 240px;
			right: -30%; 
	        width: 80vw;
	        height: 80vw;
	    }
	}
	@media (max-width: 640px) {
	   .compass-overlay {
	        top: 200px;
	    }
	}


	@media screen and (max-width: 1040px) {
		.hero-panel.row.full {
			height: 400px;
		}
	}
	@media screen and (max-width: 760px) {
		.hero-panel.row.full {
			height: 350px;
		}
	}	
	
/* ------------------------------------------
    HERO VIDEO PANEL
------------------------------------------ */

.hero-video-panel.row.full {
	background-color: #333;
	height: 900px;
	padding: 0 40px;
	overflow: hidden;
}
.hero-video h1 {
	color: #ffffff;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.76);
	margin-bottom: 20px;
    border-bottom: 2px solid #fbc120;
}
.hero-video h2 {
	color: #fff;
	margin-bottom: 20px;
}

.hero-video-panel video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:0;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    opacity: 1;
}
.hero-video-fallback {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hero-video-fallback img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.controls {
    z-index: 1;
}
.hero-video-panel .controls {
	position: absolute;
	z-index: 1;
	bottom: 1em;
	right: 1em; }
.hero-video-panel .controls .playpause {
	padding: 1rem;
	border: none;
	background: rgba(0, 0, 0, 0.15);
	color: white;
	font-size: .65em;
	min-width: inherit;
	width: auto; }
.feature-banner-intro-copy {
	font-weight: 300;
	font-size: 1.25em; }
	
	@media screen and (max-width: 1040px) {
		.hero-video-panel.row.full {
			height: 400px;
		    padding: 30px 30px;
		}
		.hero-video-container {
		    max-width: unset;
		}

		.hero-video-panel h1 {
			font-size: 40px;
			font-size: 4.0rem;
			line-height: 46px;
		}
	}
	@media screen and (max-width: 760px) {
		.hero-video-panel.row.full {
			height: 350px;
			padding: 20px 20px;
		}
		.hero-video-container {
		    padding: 10px 20px;
		    max-width: unset;
		}
		.hero-video-panel h1 {
			font-size: 30px;
			font-size: 3.0rem;
			line-height: 32px;
		}
		.hero-video h2 {
		    font-size: 18px;
		    font-size: 1.8rem;
		    line-height: 20px;
		}
		.hero-video-panel .controls {
			bottom: 2rem;
			left: 2rem;
			right: auto; 
		}
		.hero-video-panel .controls .playpause {
			padding: .75rem;
			font-size: .5em; } 
	}


/* ------------------------------------------
    BASIC CONTENT PANEL
------------------------------------------ */

.row.full.basic-panel {
	padding: 80px 40px;
}
	@media screen and (max-width: 1040px) {
		.row.full.basic-panel {
			padding: 30px 30px;
		}
	}
	@media screen and (max-width: 760px) {
		.row.full.basic-panel {
			padding: 20px 20px;
		}
		.basic-panel a {
		  word-break: break-all; 
		}

	}

/* ------------------------------------------
    INTRO PANEL
------------------------------------------ */

.intro-panel-wrap.row.full {
	text-align: center;
	position: relative;
}
.intro-panel {
	padding: 80px 40px;
    flex-direction: column;
    text-align: center;
	z-index: 2;
}
.intro-photo-grid-wrap {
	background-color: #eee;
}
.intro-photo-grid {
	padding: 0 40px 80px 40px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
	z-index: 2;
}
.intro-photo-grid-img {
    border-radius: 30px;
    overflow: hidden;
    min-height: 450px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    transition: all .5s;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;	
	z-index: 1;
}
.intro-two-tone-bg {
    height: 225px;
	width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}	
	.intro-two-tone-bg.bgcolor-white {
		background-color: #ffffff;
	}
	.intro-two-tone-bg.bgcolor-gray {
		background-color: #eeeeee;
	}
	.intro-two-tone-bg.bgcolor-blue {
		background-color: #091F2C;
	}
	.intro-two-tone-bg.bgcolor-red {
		background-color: #E60D2E;
	}

	@media screen and (max-width: 1240px) {
		.intro-photo-grid-img {
		    min-height: 350px;
		}
	}

	@media screen and (max-width: 1040px) {
		.intro-panel {
			padding: 30px 30px;
		}
		.intro-photo-grid {
			grid-template-columns: 1fr 1fr;
		}
		.intro-photo-grid {
		    padding: 0 40px 40px 40px;
		}
		.intro-photo-grid-img {
		    min-height: 350px;
		}
	}
	@media screen and (max-width: 768px) {
		.intro-photo-grid {
		    padding: 0 20px;
		}
		.intro-two-tone-bg {
		    height: 125px;
		    width: 100%;
		    position: absolute;
		    top: 0;
		    z-index: 0;
		}
		.intro-photo-grid-img {
		    min-height: 200px;
		}
	}

/* ------------------------------------------
    TWO COLUMN CONTENT PANEL
------------------------------------------ */

.twocol-content.row.full {
	padding: 80px 40px;
}
.twocol-content.bg_color {
	background-color:#eee
}
.twocol-content-wrap {
	display: flex;
	flex-direction: row;
	gap: 50px;
}
.align-left {
	flex-direction: row-reverse;
}
.twocol-content {
	flex: 1;
}
.twocol-content-img {
	flex: 1;
	position: relative;
	z-index: 2;
}
.twocol-content-img img {
	border-radius: 30px;
}
.twocol-content-img img.align-left {
    right: unset;
}
.twocol-content p {
    margin-bottom: 20px;
}
.twocol-content ul {
    list-style-type: disc;
	color: #2F2F2F;
    font-weight: 300;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    margin-left: 50px;
	margin-bottom: 20px;
}
.twocol-content li {
    text-align: left;
}
	@media screen and (max-width: 768px) {
		.twocol-content.row.full {
			padding: 40px 20px;
		}
		.twocol-content-wrap.align-left,
		.twocol-content-wrap.align-right  {
			display: revert;
		}
		.twocol-content {
		    max-width: 100%;
		}	
		.twocol-content-img {
		    max-width: 100%;
			margin-top: 20px;
		}	
	}

/* ------------------------------------------
    FULL WIDTH PHOTO PANEL
------------------------------------------ */

.full-width-panel.row.full {
    height: 700px;
	background-color: #091F2C;
    height: 600px;
}

.background-img {
	position: absolute;
	background-size: cover;
	min-width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: .6;
}
.photo-width {
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 0 40px;
	overflow: hidden;
    display: flex;
    flex-direction: column;
}
.photo-width h2 {
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	margin: 20px auto;
	letter-spacing: -0.5px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.76);
}
}
.photo-width p {
	font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
	color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.photo-width img {
    max-width: 280px;
    margin-bottom: 30px;
}
	@media screen and (max-width: 1040px) {
		.full-width-panel.row.full {
			padding: 30px 30px;
			height: 500px;
		}
	}
	@media screen and (max-width: 760px) {
		.full-width-panel.row.full {
			height: 380px;
			padding: 20px 20px;
		}
	}

/* ------------------------------------------
    INSET PHOTO PANEL
------------------------------------------ */

.inset-panel.row.full {
	text-align: center;
	background-color: #FFFFFF;
	padding: 80px 40px;
}
.inset-photo {
	border-radius: 25px;
}
	@media screen and (max-width: 1040px) {
		.inset-panel.row.full {
			padding: 20px 20px;
		}
	}

	
/* ------------------------------------------
    Spacer
------------------------------------------ */

.spacer-panel.row.full {
	background-color: #ffffff;
	z-index: -1;
}
.spacer-panel.row.full.bg_color {
	background-color:#eee
}
.spacer-panel.row.full .row.small {
	padding: 20px 40px;
}
.spacer-panel.row.full .row.medium {
	padding: 40px 40px;
}
.spacer-panel.row.full .row.large {
	padding: 60px 40px;
}
.spacer-panel.row.full .row.xlarge {
	padding: 80px 40px;
}
	@media screen and (max-width: 1040px) {
		.spacer-panel.row.full {
			padding: 20px 20px;
		}
	}

/* ------------------------------------------
    ICON REPEATER PANEL
------------------------------------------ */

.icon-panel.row.full {
	text-align: center;
	padding: 80px 40px;
}
.row.icon-wrap {
	display: grid;
	gap: 50px;
	grid-template-columns: 1fr 1fr 1fr;
	text-align: center;
}
.icon-intro h2 {
    font-family: "Poppins", sans-serif;
	margin-bottom: 40px;
}

article.icon-item {
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    height: 100%;
}
.icon-item {
    transition: transform 0.3s ease, background-color 0.3s ease;
}


.icon-fontawesome:hover .fa-thin {
    transform: rotate(360deg);
    color: #ff6600; /* Change icon color */
    transition: transform 0.6s ease, color 0.3s ease;
}

.icon-img img {
    transition: transform 0.3s ease;
}
.icon-item img:hover {
    transform: scale(1.05);
}

.icon-img:hover img {
    transform: scale(1.1); /* Slightly enlarge the image on hover */
}

.icon-item .btn.ghost {
    margin-top: auto;
}
.icon-fontawesome {
	font-size: 60px;
    font-size: 6.0rem;
    line-height: 60px;
    font-weight: 300;
	margin-bottom: 30px;
}
.icon-img img {
    max-width: fit-content;
	margin-bottom: 20px;
}
	@media screen and (max-width: 1040px) {
		.icon-panel.row.full {
			padding: 30px 30px;
		}
		.row.icon-wrap {
			grid-template-columns: 1fr 1fr;
		}

	}
	@media screen and (max-width: 768px) {
		.icon-panel.row.full {
			padding: 20px 20px;
		}
		.row.icon-wrap {
			grid-template-columns: 1fr;
			gap: 30px;
		}

	}


/* ------------------------------------------
    TWO-COLUMN PHOTO REPEATER 
------------------------------------------ */

.photo-block-panel.row.full {
	text-align: center;
    position: relative;
	background-color: #eee;
	padding: 80px 40px;
}
.two-tone-bg {
    height: 350px;
	width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}	
	.two-tone-bg.bgcolor-white {
		background-color: #ffffff;
	}
	.two-tone-bg.bgcolor-gray {
		background-color: #eee;
	}
	.two-tone-bg.bgcolor-blue {
		background-color: #091F2C;
	}
	.two-tone-bg.bgcolor-red {
		background-color: #E60D2E;
	}
	.photo-block-panel > .row > h2.bg-blue,
	.photo-block-panel > .row > h2.bg-red  {
		color: #ffffff;
	}

.row.photo-block-wrap {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr;
	padding: 40px 0;
}
.row.photo-block-wrap > article {
	min-height: 100%;
	display: flex;
	justify-content: center;
}
.row.photo-block-wrap > article div {
    width: 100%;
}
.row.photo-block-wrap > article .photo-block-image {
    height: 340px; 
    background-size: cover; 
    background-position: top center; 
    background-repeat: no-repeat; 
	border-radius: 30px;
	margin-bottom: 20px;
    transition: transform 0.5s ease;
}
	@media screen and (max-width: 1040px) {
		.photo-block-panel.row.full {
			padding: 30px 30px;
		}
		.row.photo-block-wrap {
			grid-template-columns: 1fr 1fr;
		}

	}
	@media screen and (max-width: 768px) {
		.photo-block-panel.row.full {
			padding: 20px 20px;
		}
		.row.photo-block-wrap {
			grid-template-columns: 1fr;
			gap: 30px;
		}

	}


/* ------------------------------------------
    CARD REPEATER PANEL
------------------------------------------ */

.card-panel.row.full {
	text-align: center;
	padding: 80px 40px;
    position: relative;
}
.row.card-wrap {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 40px 0;
}
article.card-item {
	background-color: rgba(255, 255, 255, 0.8); 
	box-shadow: 0px 0px 13px rgba(0,0,0,0.36);
	border-radius: 30px;
	padding: 50px;
	min-height: 100%;
	display: flex;
	justify-content: center;
}
article.card-item:hover {
	background-color: rgba(255, 255, 255, 1); 
    transition: all 0.5s ease;
}
.card-intro h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
	color: #003082;	
}
.card-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

	@media screen and (max-width: 1040px) {
		.card-panel.row.full {
			padding: 30px 30px;
		}
		.row.card-wrap {
			grid-template-columns: 1fr 1fr;
		}
	}

	@media screen and (max-width: 840px) {
		.card-panel.row.full {
			padding: 20px 15px;
		}
		.row.card-wrap {
			grid-template-columns: 1fr;
		}
	}

/* ------------------------------------------
    CTA REPEATER PANEL
------------------------------------------ */

.cta-panel.row.full {
    text-align: center;
    padding: 20px 40px;
    position: relative;
}
.row.cta-wrap {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    justify-content: center;
    padding: 40px 0;
	position: relative;
}
.cta-flag {
	position: absolute;
	top:  -30px;
	padding: 0 20px;
	z-index: 1;
}
.cta-flag img {
	max-width: 500px;
}
article.cta-item {
    padding: 10px;
    min-height: 100%;
    display: flex;
	flex-direction: column;
}
article.cta-item .cta-title {
	font-size: 56px;
    font-size: 5.6rem;
    line-height: 56px;
	font-family: 'Lobster', sans-serif;
    font-weight: 300;
	margin: 10px 0;
}
article.cta-item .cta-text {
	font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
	margin: auto;
	max-width: 220px;
}

	@media screen and (max-width: 1040px) {
	    .cta-panel.row.full {
		    padding: 20px 20px;
		}
		.row.cta-wrap {
	        grid-template-columns: repeat(2, 1fr);
	    }
	}
	
	@media screen and (max-width: 720px) {
	    .row.cta-wrap {
	        grid-template-columns: repeat(1, 1fr);
	    }
		article.cta-item .cta-text {
			max-width: unset;
		}
		.cta-flag {
		    top: -20;
		}
	}

/* ------------------------------------------
    PRODUCT PANEL
------------------------------------------ */

.row.full.product-panel {
    padding: 40px 40px;
}
.product-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	gap: 40px;
	padding: 40px 0 40px 0;
	border-bottom: 1px solid #999;
	width: 100%;
}
.product-wrap:last-of-type {
    border-bottom: none;
}
.product-wrap.align-left {
    flex-direction: row-reverse;
}
.product-panel h2 {
    color: #E60D2E;
    flex: 1;
}
.product-content {
    flex: 0 0 60%;
    text-align: left;
}
.product-content h3 {
	font-weight: 600;
	margin-bottom: 20px;
}
.product-details {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}
.product-details h4 {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    color: black;
    font-weight: 500;
}
.product-details h4::before {
    content: "\f015"; 
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2rem;
    color: #E60D2E; 
}
.product-details .products h4::before {
    content: "\f54e";
}
.product-details .country h4::before {
    content: "\f57d";
}
.product-details .details h4::before {
    content: "\f05a";
}
.product-details .specifications h4::before {
    content: "\f0ce";
}
.product-details .products div,
.product-details .country div,
.product-details .details div,
.product-details .specifications div {
    padding-left: 30px;
	margin-bottom: 20px;
}
.details p {
    margin-bottom: 0;
}
.product-details ul {
    list-style-type: none; 
    margin-left: 0px;
    margin-bottom: 20px;
}
.product-details li {
    text-align: left;
    position: relative;
    padding-left: 10px;
}
.product-details li::before {
    content: "•";
    position: absolute;
    left: 0;
    font-size: 0.8em;
    line-height: 1.5;
}
.product-img {
    display: flex;
	flex:  1;
	min-height: 450px;
    justify-content: center;
    align-items: center;
	position: relative;
    border-radius: 30px;
    background-size: cover;
    background-position: center;
}
img.compass-small {
    position: absolute;
    top: -5px;
    right: 31px;
    z-index: 3; 
	max-width: 38px;
}
.product-img-polygon {
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 50% 79%, 0% 100%);
    height: 50px;
    width: 40px;
    position: absolute;
    top: -5px;
    right: 30px;
    z-index: 1; 
    background-color: #091F2C;
}
	@media screen and (max-width: 1240px) {
		.product-img {
		    min-height: 350px;
		}	
	}
	@media screen and (max-width: 1040px) {
		.row.full.product-panel {
		    padding: 30px 30px;
		}	    
		.product-details {
		    grid-template-columns: 1fr;
		    gap: 10px;
		}
	}
	@media screen and (max-width: 768px) {
		.row.full.product-panel {
		    padding: 20px 20px;
		}	    
		.product-wrap,
	    .product-wrap.align-left {
	        flex-direction: column;
			padding: 20px 0 40px 0;
			gap: 0px;
		}
	    .product-content, .product-img {
			flex: unset;
	        width: 100%;
	    }
	    .product-content {
	        padding: 10px 0;
	    }
	}


/* ------------------------------------------
    TIMELINE PANEL
------------------------------------------ */

.timeline-panel.row.full {
    text-align: center;
    padding: 80px 40px;
    position: relative;
    background-color: #eee;
}
.row.timeline-wrap {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
    padding: 0;
    position: relative;
}
.timeline-wrap::before {
    content: "";
    position: absolute;
    top: 150px;
    height: calc(100% - 500px); 
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    background: repeating-linear-gradient(
        transparent,
        transparent 5px,
        #777 4px, /* Make the colored part exactly 1px thick */
        #777 7px
    );
    z-index: 1;
}

.timeline-wrap article {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 100px;
    position: relative;
    z-index: 2;
}
.timeline-text-wrap h3 {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 38px;
	color: #E60D2E;
}
.timeline-wrap article .timeline-img {
    min-height: 500px; 
    background-size: cover;
    background-position: center;
    border-radius: 30px;
}
.timeline-wrap article > div {
    text-align: left;
}
.timeline-wrap article .timeline-img .timeline-date-wrap {
    display: flex;
    justify-content: right;
    align-items: center; 
    margin-top: 150px;
}
.timeline-wrap article:nth-child(even) {
    grid-template-columns: 1fr 1fr;
}
.timeline-wrap article:nth-child(even) > .timeline-img {
    order: 2;
}
.timeline-wrap article:nth-child(even) > div {
    order: 1;
    text-align: right;
}
.timeline-wrap .timeline-img .timeline-date-wrap {
    margin-left: -51px;
    margin-right: -51px;
}
.timeline-wrap article:nth-child(even) .timeline-img .timeline-date-wrap {
    justify-content: left;
}
.timeline-wrap article .timeline-img .timeline-date {
    background-color: #003082;
    max-width: fit-content;
    height: 50px;
    padding: 0 20px;
    color: #fff;
    margin-right: 0; 
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 50px;
}
.timeline-polygon-left {
    clip-path: polygon(44% 0, 0 0, 32% 50%, 0 100%, 45% 100%);
    background-color: #003082;
    width: 60px;
    margin-right: -34px;
    height: 50px;
}
.timeline-polygon-right {
    clip-path: polygon(56% 0, 100% 0, 68% 50%, 100% 100%, 55% 100%);
    background-color: #003082;
    width: 60px;
    margin-left: -34px; 
    height: 50px;
}
.timeline-wrap article:nth-child(even) .timeline-polygon-left {
    display: none;
}
.timeline-wrap article:nth-child(odd) .timeline-polygon-right {
    display: none;
}
.timeline-wrap article .timeline-text-wrap {
    padding-top: 150px;
    height: 100%;
}

@media screen and (max-width: 1040px) {
	.timeline-panel.row.full {
	    padding: 30px 30px;
	}
    .timeline-wrap article {
        grid-template-columns: 1fr;
		grid-gap: 5px;
	    grid-auto-flow: row;
	    justify-content: start;
	    align-content: end;
    }
    .timeline-wrap article:nth-child(even) {
        grid-template-columns: 1fr;
    }
	.timeline-wrap .timeline-img .timeline-date-wrap {
	    margin-left: -26px;
	    margin-right: -26px;
	}
    .timeline-wrap article:nth-child(even) > .timeline-img,
    .timeline-wrap article:nth-child(even) > div {
        order: 0;
    }
    .timeline-wrap article .timeline-img .timeline-date {
        text-align: center;
    }
    .timeline-wrap article > div,
    .timeline-wrap article:nth-child(even) > div {
        text-align: center;
    }
	.timeline-wrap article .timeline-text-wrap {
	    padding: 10px 10px 40px 10px;
	}
	.timeline-text-wrap h3 {
	    background-color: #eee;
	    padding: 10px;
	}
}
@media screen and (max-width: 760px) {
	.timeline-panel.row.full {
	    padding: 20px 15px;
	}
	.timeline-wrap article .timeline-img {
	    min-height: 300px;
	}
	.timeline-wrap article .timeline-img .timeline-date-wrap {
	    margin-top: 60px;
	}
	.timeline-text-wrap h3 {
		font-size: 30px;
		font-size: 3.0rem;	
		line-height: 32px;
	}
}

/* ------------------------------------------
    Scripts panel  
------------------------------------------ */

.row.full.script-panel {
	padding: 80px 40px 40px 40px;
}
.script-wrapper {
	width: 100%;
}
.script-wrapper div#resumator-wrapper {
    min-width: 100%;
}
.script-wrapper img {
    max-width: max-content;
}
.script-wrapper .resumator-job-title,
.script-wrapper .resumator-job-info-details, 
.script-wrapper .resumator-job-info,
.script-wrapper a.resumator-job-link {
	font-family: 'Poppins', sans-serif; !important;
}
@media screen and (max-width: 1040px) {
	.row.full.script-panel {
		padding: 30px 30px;
	}
}
@media screen and (max-width: 760px) {
.row.full.script-panel {
		padding: 20px 15px;
	}
}

/* ------------------------------------------
    Testimonial  
------------------------------------------ */

.testimonial-panel.row.full {
	text-align: center;
	padding: 80px 40px;
	color: #BA0A25;
}
@media screen and (max-width: 1040px) {
	.testimonial-panel.row.full {
		padding: 30px 30px;
	}
}
@media screen and (max-width: 760px) {
	.testimonial-panel.row.full {
		padding: 20px 15px;
	}
}


/* ------------------------------------------
    CONTACT PANEL
------------------------------------------ */

.contact-panel.row.full {
	text-align: center;
	padding: 80px 40px;
}
.contact-header {
    flex-direction: column;
    text-align: left;
}
.contact-wrap {
	gap: 50px;
	align-items: flex-start;
}
.contact-form {
	flex: 1;
	max-width: 550px;
	text-align: left;
	background-color: #E60D2E;
	padding: 35px;
	margin-top: -150px;
	border-radius: 14px;
	z-index: 2;
}
.contact-form h2 {
	color: #fff;
	margin-bottom: 25px;
}
.contact-text {
    display: flex;
	flex: 1;
    flex-direction: row;
    text-align: left;
	gap: 40px;
}
.contact-text div {
	flex-grow: 1
}
.contact-form label,
.contact-form legend {
    color: #fff !important;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
	border: 0;
	color: #fff;
	background-color: #BA0A25;
    font-family: "Poppins", sans-serif;
}
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
    margin-bottom: 8px;
    margin-top: 20px;
}
p.gform_required_legend,
.gfield_required {
    display: none !important;
}

@media screen and (max-width: 1040px) {
	.contact-wrap {
		gap: 20px
	}
	.contact-panel.row.full {
		padding: 30px 30px;
	}
	.contact-text {
		flex-direction: column;
		gap: 0;
	}
}
@media screen and (max-width: 760px) {
	.contact-panel.row.full {
		padding: 20px 20px;
	}
	.contact-text {
		flex-direction: row;
		gap: 30px;
		width: 100%;
	}
	.contact-form {
	    margin-top: 0;
		max-width: 100%;
		min-width: 100%;
		padding: 20px;
	}
}
@media screen and (max-width: 600px) {
	.contact-text {
		flex-direction: column;
		gap: 0;
	}
}


/* ------------------------------------------
    PHOTO GRID PANEL 
------------------------------------------ */

.photo-grid-panel.row.full {
	background-color: #ECF9FC;
	text-align: center;
	padding: 80px 0;
}
.photo-grid-container {
	padding: 0 40px;
	position: relative;
}
.compass-overlay-home {
    position: absolute;
    z-index: 2;
    right: -20%; 
    opacity: 0.05;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50vw;
    height: 50vw;
	top: 35px;
}
	@media (max-width: 1040px) {
	    .compass-overlay-home {
	        right: -30%; 
	        width: 70vw;
	        height: 70vw;
	    }
	}
	@media (max-width: 480px) {
	   .compass-overlay-home {
	        width: 80vw;
	        height: 80vw;
	    }
	}
.photo-grid-wrap {
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    z-index: 2;
}
.photo-grid-img {
    border-radius: 30px;
    overflow: hidden;
    min-height: 450px;
}
.photo-grid-img > a {
	background-repeat: no-repeat;
	background-position: 50% 50%;
    background-size: 200%;
	transition: all .5s;
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    padding: 20px;
	text-decoration: none;
}
.photo-grid-img > a:hover {
    background-size: 225%;
}

.photo-grid-img a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to top, rgba(9, 31, 44, 0.9), rgba(9, 31, 44, 0));
    z-index: 1;
    transition: opacity 0.3s ease;
}
.photo-grid-img:hover {
    text-decoration: none; 
}
.photo-grid-img h3 {
    z-index: 2;
    color: #ffffff;
}
@media screen and (max-width: 1040px) {
	.photo-grid-panel.row.full {
		padding: 40px 0 60px 0;
	}
	.photo-grid-wrap {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr; 
	}
	.photo-grid-img {
	    border-radius: 30px;
	    overflow: hidden;
	    min-height: 350px;
	}

}

@media screen and (max-width: 760px) {
	.photo-grid-panel.row.full {
		padding: 20px 0;
	}
	.photo-grid-wrap {
		grid-template-columns: 1fr 1fr;
	}	
	.photo-grid-container {
		padding: 0 20px;
	}
	
}

@media screen and (max-width: 640px) {
	.photo-grid-panel.row.full {
		padding: 20px 0 20px 0;
	}
	.photo-grid-wrap {
		grid-template-columns: 1fr;
	}		
}


/* Gradient Outro */

.photo-grid-outro {
	height: 1200px;
	position: relative;
	margin-top: -500px;
}
.gradient-overlay {
    background: linear-gradient(to bottom, 
        rgba(236, 249, 252, 1) 0%,    
        rgba(236, 249, 252, 0.9) 50%, 
        rgba(236, 249, 252, 0) 100% 
    );
    height: 260px;
    width: 100%;
	position: absolute;
	top:  0;
	z-index: 1;
}
.row.gradient-wrap.middle {
	display: block;
    width: 100%;
    text-align: center;
	z-index: 1;
	margin-top: 250px;
	padding: 0 40px;
}
.row.gradient-wrap.middle h2 {
	font-size: 60px;
	font-size: 6.0rem;
	line-height: 62px;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.76);
}
.row.gradient-wrap.middle h3 {
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 40px;
	font-weight: 600;
}
.gradient-background-img {
	position: absolute;
	background-size: cover;
	min-width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

	

/* ------------------------------------------
    Pagination
------------------------------------------ */

#blog-pagination.row.narrow {
	margin: 0px auto;
	padding: 20px 60px;
	text-align: center;
}
	#blog-pagination.row.narrow a,
	#blog-pagination.row.narrow span {
		display: inline-block;
		position: relative;
		width: 40px;
		height: 40px;
		margin: 0px 6px;
		padding: 10px 5px;
		background: #003082;
		text-decoration: none;
		border-radius: 30px;
		color: #fff;
		text-align: center;
		font-size: 18px;
		line-height: 18px;
		-webkit-transition: color .25s ease-in-out, background .25s ease-in-out;
		-o-transition: color .25s ease-in-out, background .25s ease-in-out;
		transition: color .25s ease-in-out, background .25s ease-in-out;
	}
	#blog-pagination.row.narrow a:hover,
	#blog-pagination.row.narrow a.next:hover {
		background: #E60D2E;
		color: #fff;
	}
	#blog-pagination.row.narrow a.next {
		background: #003082;
		color: #fff;
	}
	#blog-pagination.row.narrow span.current {
		color: #003082;
		background: #fff;
	}

/* ==========================================

    Search Results

========================================== */

.search-results.row.full {
    padding: 40px 40px 80px 40px;
	background-color: #eee;
}
.search-wrappper {
    display: flex;
    gap: 10px;
    text-align: left;
    flex: 1;
    flex-direction: column;
}
a.search-wrap {
	text-decoration: none;
	padding: 40px;
    opacity: 1;
	background-color: #fff;
}
a.search-wrap:hover {
    opacity: .8;
}
.search-content h2 {
	font-size: 28px;
	font-size: 2.8rem;
	margin: 0;
}
.excerpt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 22px;
    color: #2F2F2F;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}
	@media screen and (max-width: 1040px) {
		.search-results.row.full {
			padding: 0 30px 30px 30px;	
		}
	}
	@media screen and (max-width: 760px) {
		.search-results.row.full {
			padding: 0 20px 20px 20px;	
		}
		.search-wrappper {
			grid-gap: 20px;
		}
		a.search-wrap {	
			padding: 20px;
		}
		.search-panel.row.full {
		    padding: 0 15px 80px 15px;
		}
	}

/* ==========================================

    Footer

========================================== */


#site-footer {
	background-color: #091F2C;
	border-top: 5px solid #E81C2C;
    position: relative;
	z-index: 2;
}
.footer-container {
    padding: 50px 40px 40px 40px;	
}
.footer-wrap,
.footer a,
.footer-contacts a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #ffffff !important;
}

.footer a:hover {
    color: #ffffff !important;
}
.footer-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 100px;
}
.footer-wrap > *:not(:last-child)::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #fff;
    right: -50px;
    top: 0;
	opacity: .2;
}

.row.footer-left {
    flex-direction: column;
	align-items: flex-start;
    justify-content: flex-start;
}
	.footer-logo {
	    max-width: 250px;
	    padding: 0 0 30px 0;
	}	
	.footer-contacts {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	    padding: 0 0 30px 0;
	}
	.social-list {
	    display: flex;
	    width: 100%;
	    justify-content: left;
		text-align: center;
	    padding: 0 0 30px 0;
	}
	.li.social-link,
	.tw.social-link,
	.ig.social-link,
	.yt.social-link,
	.fb.social-link,
	.x.social-link {
		color: #fff;
		display: block;
		position: relative;
		margin: 0 20px 0 0;
		width: 34px;
		height: 34px;
		padding: 3px;
		-webkit-transform: translateY(0px);
		    -ms-transform: translateY(0px);
		        transform: translateY(0px);
		opacity: 1;
		background-color: #091F2C;
		border: 1px solid #fff;
		border-radius: 50%;
		-webkit-transition: opacity .3s ease-in-out, -webkit-transform .25s ease-in-out;
		transition: opacity .3s ease-in-out, -webkit-transform .25s ease-in-out;
		-o-transition: transform .25s ease-in-out, opacity .3s ease-in-out;
		transition: transform .25s ease-in-out, opacity .3s ease-in-out;
		transition: transform .25s ease-in-out, opacity .3s ease-in-out, -webkit-transform .25s ease-in-out;
	}
	.social-link:hover {
		-webkit-transform: translateY(-5px);
		    -ms-transform: translateY(-5px);
		        transform: translateY(-5px);
	}
	.copyright {
		margin-top: 20px;
		text-align: left;
	}
	.copyright a {
		color: #fff;
		margin-right: 15px;
	}

.row.footer-right {
    flex-direction: column;
	align-items: flex-start;
    justify-content: flex-start;
}
	.row.footer-right h3 {
	    font-family: 'Lobster', sans-serif;
	    color: #E81C2C;
	    flex: 1;
	}
	.footer-newsletter {
	    flex-direction: column;
	}
	.footer-newsletter .gfield_label {
	    position: absolute;
	    width: 1px;
	    height: 1px;
	    padding: 0;
	    margin: -1px;
	    overflow: hidden;
	    clip: rect(0, 0, 0, 0);
	    border: 0;
	}
	.footer-newsletter .ginput_container_email {
	    position: relative;
	}
	
	#gform_submit_button_2 {
	    position: absolute;
	    top: 55px;
	    right: 10px;
	    transform: translateY(-50%);
	    font-size: 2rem;
	    color: #fff;
	    background: transparent;
	    border: none;
	    cursor: pointer;
	    padding: 0;
	    outline: none;
	}
	#gform_wrapper_2 input::placeholder {
	    color: #fff;
	}	
	.footer-newsletter input {
		border: 0;
		color: #fff;
		background-color: #001522;
	    font-family: "Poppins", sans-serif;
		padding: 15px !important;
	}
	.gform_wrapper.gravity-theme .gform_footer {
		padding: 0 0 20px 0 !important;
		margin: 0 !important;
	}
		
	/* footer nav */
	.footer-careers a {
	    font-size: 1.5rem;
	    line-height: 20px;
	    font-weight: 500;
	    color: #ffffff;
	    text-decoration: none;
	}
	.footer-careers a:hover {
	    color: #ffffff;
	    opacity: 0.7;
		}

	.footer-nav #menu-main-menu-2 {
	    display: flex;
	    flex-wrap: wrap; 
		flex: 1;
	}
	
	.footer-nav #menu-main-menu-2 li {
	    margin: 5px 0;
	    flex: 1 1 33%;
	}
	
	.footer-nav #menu-main-menu-2 li:nth-child(1),
	.footer-nav #menu-main-menu-2 li:nth-child(2),
	.footer-nav #menu-main-menu-2 li:nth-child(3) {
	    order: 1; 
	}
	
	.footer-nav #menu-main-menu-2 li:nth-child(4),
	.footer-nav #menu-main-menu-2 li:nth-child(5),
	.footer-nav #menu-main-menu-2 li:nth-child(6) {
	    order: 2; 
	}
	.footer-nav #menu-main-menu-2 li a {
	    font-size: 1.5rem;
	    line-height: 20px;
	    font-weight: 500; 
	    color: #ffffff;
	    text-decoration: none;
	}
	.footer-nav #menu-main-menu-2 li a:hover {
	    color: #ffffff;
	    text-decoration: none;
	}
	#menu-main-menu-2 .sub-menu li a {
	    font-size: 1.4rem;
	    font-weight: 300; 
	}
	#menu-main-menu-2 .sub-menu li {
	    margin: 0;
	}

/* logos */
.footer-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px; 
    padding: 20px;
    background-color: #001522;
}
.logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 1 auto;
    max-width: 120px;
    height: 120px;
}
.logo-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.3s ease;
}
.logo-item:hover img {
    opacity: 0.8;
}


@media screen and (max-width: 1040px) {
	.footer-container {
	    padding: 40px 20px;
	}
	.footer-wrap {
	    grid-template-columns: 1fr;
	    gap: 40px;
	}
	.footer-wrap > *:not(:last-child)::after {
	    content: unset;
	}
	.row.footer-left {
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	.footer-logo {
	    margin: auto;
	}
	.footer-contacts {
	    grid-template-columns: 1fr;
	    gap: 0; 
	    padding:  0 0 30px 0;
	    width: 100%;
	    text-align: center;
	}
	.copyright {
		flex: revert;
		min-width: 100%;
		width: 100%;
		text-align: center;
		justify-content: center;
		margin-bottom: 20px;
	}
	#social-nav {
		position: revert;
		width: 100%;
		display: block;
		margin-top: 15px;
	}
	.social-list {
		right: revert;
		left: 0;
		margin: auto;
		justify-content: center;
	}
	.li.social-link,
	.tw.social-link,
	.ig.social-link,
	.yt.social-link,
	.fb.social-link,
	.x.social-link {
		margin: 0 10px;
	}
	
}

@media screen and (max-width: 600px) {
	.footer-container {
	    padding: 30px 20px;
	}
	.footer-logo {
	    max-width: 220px;
	}
	.footer-nav #menu-main-menu-2 li {
	    flex: 1 1 50%;
	}
	.full.footer-logos {
	    flex-direction: column;
	    align-items: center;
		gap: 20px;
	}
}

/* ==========================================

    Forms & Buttons

========================================== */

.btn a,
.btn {
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	padding: 15px 40px;
	display: inline-block;
	color: #ffffff;
	background-color: #E81C2C;
	text-decoration: none;
	display: inline-block;
	transition: all .5s;
	line-height: 18px;
	border-radius: 30px;
	border: none;
	margin: 0;
}
.btn a:hover,
a.btn:hover {
	color: #ffffff;
	background-color: #003082;
	border: none;
	text-decoration: none;
}

a.btn.ghost,
input[type='submit'] {
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	padding: 15px 40px;
	display: inline-block;
	color: #003082;
	background-color: #ffffff;
	text-decoration: none;
	display: inline-block;
	transition: all .5s;
	line-height: 18px;
	border-radius: 30px;
	border: 1px solid #ffffff;
	margin: 0;
}
a.btn.ghost:hover,
input[type='submit']:hover {
	color: #ffffff;
	background-color: #003082;
	border: 1px solid #003082;
	text-decoration: none;
}
a.btn.ghost.color-white {
	color: #fff;
	background-color: #003082;
	border: 1px solid #003082;
}
a.btn.ghost.color-white:hover {
	color: #fff;
	background-color: #E81C2C;
	border: 1px solid #E81C2C;
}


/* ==========================================

    Hides & Fixes

========================================== */

.print-only, .hide, .hidden { display: none !important; visibility: hidden; }
body img.gform_ajax_spinner { display: none !important; }

/* ==========================================

    Media: Mobile

========================================== */

@media print {
	#site-header {display: none;}
	.print-only { display: block!important; visibility: visible;}
	* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
	a, a:visited { text-decoration: underline; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}