@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;800;900&display=swap');

/* Globals Classes
----------------------------------------------- */
html {
	scroll-behavior: smooth;
	}
	
body {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: 400;
	}

.material-icons {
	vertical-align: middle;
	line-height: 1px;
	}
	
a,
a:visited {
	text-decoration: none;
	color: rgb(239,76,35);

	}
	
a:hover,
a:hover span {
	color: rgb(239,76,35);
	-moz-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	-webkit-transition: all 0.3s ease; 
	transition: all 0.3s ease; 
	}
	
a.button,
a.button.back,
a.button:visited {
	width: auto;
	height: auto;
	line-height: 100%;
	font-size: 0.8em;
	font-weight: 900;
	color: rgb(255,255,255);
	text-transform: uppercase;
	padding: 0.65em 0.4em 0.65em 1em;
	margin: 0 0 13px 0;
	background: rgb(239,76,35);
	}
	
a.button:hover,
a.button.back:hover {
	color: rgb(255,255,255);
	background: rgb(1,90,148);
	}

a.button.back::before {
	font-size: 2em;
    font-family: "Material Icons";
    content: "\e5cb";
    vertical-align: middle;
	line-height: 1px;
	margin-left: -0.25em;
	margin-right: -0.175em;
	margin-top: -0.05em;
	display: inline-block;
	}
		
a.button::after {
	font-size: 2.25em;
	font-weight: 900;
    font-family: "Material Icons";
    content: "\e5cc";
    vertical-align: middle;
	line-height: 1px;
	margin-left: -0.175em;
	margin-top: -0.05em;
	display: inline-block;
	}

a.button.back::after {
    content: "";
	margin-left: 0.175em;
	}
		

	
a.button.button2,
a.button.button2:visited {
	color: rgb(239,76,35);
	background: none;
	}
	
a.button.button2:hover,
a.button.button2:hover span {
	color: rgb(1,90,148);
	}
	
li.check::before {
	font-size: 1.5em;
	font-weight: 900;
    font-family: "Material Icons";
    color: rgb(239,76,35);
    content: "\e5ca";
    vertical-align: middle;
	line-height: 1px;
	margin-left: -0.75em;
	margin-right: 5px;
	}
	.membership-button {
    font-family: 'Kanit', sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
    margin: 0 auto;
    padding: 10px 70px;
    color: hsl(var(--White));
    border-radius: 10px;
    text-decoration: none;
    min-width: 250px;
}
.blueBg {
		background-color: hsl(var(--Blue));
}
.membership-button.blue:hover {background-color: hsl(var(--LightBlue));color: hsl(var(--Blue));}
	/*---root color values HSL: Generic Color Table to adjust for each brand. Impelementation example: color: hsla(var(--Lightblue)1);---*/
	:root {
  	--Blue: 210, 51%, 30%;
    --LightBlue: 210, 67%, 63%;
    --DarkBlue: 210, 67%, 26%; 
		--Red: 0, 100%, 100%;
		--LightRed: 0, 50%, 100%;
		--DarkRed: 0, 100%, 50%;
		--Purple: 270, 100%, 100%;
		--LightPurple: 270, 50%, 100%;
		--DarkPurple: 270, 100%, 50%;
		--Green: 120, 100%, 100%;
		--LightGreen: 120, 50%, 100%;
		--DarkGreen: 120, 100%, 50%;
    --Orange: 12, 86%, 50%;
		--LightOrange: 12, 86%, 70%;
    --DarkOrange: 12, 86%, 30%;
    --Gold: 41, 69%, 46%; 
    --Teal: 180, 100%, 100%; 
		--DarkTeal: 180, 100%, 50%; 
    --Gray: 0, 0%, 50%; 
		--DarkGray: 0, 0%, 75%;
    --White: 0, 0%, 100%;
		--Black: 0, 0%, 0%; 
}
.video-button {
	font-family: 'Kanit', sans-serif;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; /* Ensure the button is above the video */
    background-color: hsla(var(--Orange), 0.8); /* Set the background color of the button */
    color: #ffffff; /* Set the text color of the button */
    padding: 0.5em 1em; /* Adjust padding as needed */
    text-decoration: none;
    border-radius: 10px; /* Add rounded corners to the button */
		font-size: 3em;
}
.video-button:visited {
	color: white;
}

@media handheld, only screen and (max-width: 768px) {
	.video-button {
		font-size: 1em;
	}
}

.video-button:hover {
    background-color: hsla(var(--DarkOrange)); /* Change the background color on hover */
    /* Add other hover styles as needed */
}
.cta-button {
    position: absolute;
    top: 200%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; /* Ensure the button is above the video */
    background-color: hsla(var(--Orange), 0.8); /* Set the background color of the button */
    color: #ffffff; /* Set the text color of the button */
    padding: 10px 20px; /* Adjust padding as needed */
    text-decoration: none;
    border-radius: 10px; /* Add rounded corners to the button */
		font-size: clamp(.5em, 2vw, 1em);
}

.cta-button:hover {
    background-color: hsla(var(--DarkBlue), 0.75); /* Change the background color on hover */
    color: hsl(var(--DarkBlue)) !important;
}
.cta-button:visited {
	color: white;
}

.content {
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	/* z-index: 2; */
	}

.contentPad {
	padding: 3em;
	}
	
.contentPaddedSides {
	padding: 0 3em;
	}
	
.thic {
	font-weight: 900;
	}
	
.preIcon,
.material-icons {
	vertical-align: middle;
	}

.textRight {
	text-align: right;
	}
	
.textLeft {
	text-align: left;
	}
	
.textCenter {
	text-align: center;
	}
	


.white {
	color: rgb(255,255,255);
	}
		
.red {
	color: rgb(239,76,35);
	
	}

.blue {
	color: rgb(1,90,148);
	}
.gold {
	color: rgb(217,160,44);
	}
	
.bgBlue {
	background-color: rgb(1,90,148);
	}

.bgWhite {
	background-color: rgb(255,255,255);
	}
	
.blueOverlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(1,90,148,0.5);
	}
	
.redUnderline {
	border-bottom: 1px solid rgb(239,76,35);
	}
	
.blueUnderline {
	border-bottom: 1px solid rgb(1,90,148);
	}
	
	
.LBborder {
	border: 1px solid rgb(217,160,44);
	}
	
.DBborder {
	border: 1px solid rgb(1,90,148);
	}
	
.bgLightBLue {
	background: rgb(0,172,199);
	}
.bgPMS123 {
	background: rgb(217,160,44);
	}
	
hr {
	border-top: 1px solid #333;
	}
	
.boxShadow {
	box-shadow: 0px 0px 6px #333;
	}
	
.capitalize {
	text-transform: capitalize;
	}

	
/* Nav Classes
----------------------------------------------- */
/*
.qNav {
	width: 100%;
	padding: 0.25em;
	background: rgba(0,89,149,1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	}
*/	
.qNav {
	width: 100%;
	padding: 0.9em;
	background: rgba(255,255,255,.75);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	}
	
.qNavContainer {
	width: 78%;
	margin: 0 auto;
	}
	
.qNav .qNavContainer ul,
.qNav .qNavContainer li {
	list-style: none;
	margin: 0;
	}

.qNav .qNavContainer li {
	display: inline-block;
	vertical-align: top;
	}
	
a.qNavButton,
a.qNavButton:visited {
	font-size: 1.25vw;
	color: rgb(0,89,149);
	padding: 0.4em;	
	}
	
a.qNavButton:hover {
	color: rgb(255,255,255);
	background: rgb(239,76,35);
	}
	
.mainNav {
	display: none;
	}

.stellarnav.fixed,
.stellarnav.mobile,
.stellarnav.mobile.fixed {
	width: 180px;
	color: rgb(255,255,255);
	text-align: right;
	position: fixed;
	top: 0;
	right: 0;
	left: auto;
	}

.stellarnav.mobile.fixed.init {
	background: none;
	}
	
.stellarnav.mobile.fixed {
	/*background: rgba(0,89,149,0.85);*/
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
	}
	
.stellarnav.mobile.fixed.fadeBG {
	background: rgba(0,89,149,0.85);
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
	}
	
.stellarnav.mobile .menu-toggle,
.stellarnav.mobile.fixed .menu-toggle {
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,89,149,1) 75%);
	padding: 0.95em 2em 0.95em 3em;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
	/*background-position: 200px 0;*/
	background-position: 0 0;
	background-repeat: no-repeat;
	}
/*
.stellarnav.mobile .menu-toggle.fadeBG,
.stellarnav.mobile.fixed .menu-toggle.fadeBG {
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,89,149,1) 75%);
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
	background-position: 0 0;
	background-repeat: no-repeat;
	}
*/
.stellarnav .close-menu,
.stellarnav .close-menu.full,
.stellarnav.mobile.fixed .close-menu,
.stellarnav.mobile.fixed .close-menu.full {
	/*padding: 2.75em 2em 1em 0;*/
	padding: 0.9em;
	border-bottom: 1px solid rgb(239,76,35);
	background: rgba(0,16,36,1);
	}
	
.stellarnav .close-menu,
.stellarnav .close-menu.full, 
.stellarnav.mobile.fixed .close-menu, 
.stellarnav.mobile.fixed .close-menu.full,
.stellarnav.mobile.right .close-menu {
	text-align: left;
	text-transform: capitalize;
	padding-left: 1em;
	}
	
.stellarnav.mobile ul {
	background: rgba(0,16,36,0.85);
	}
	
.stellarnav.mobile ul.section {
	background: none;
	}

.stellarnav.mobile a,
.stellarnav.mobile > ul > li > a {
	padding: 0.75em;
	}

.stellarnav.mobile li a {
	font-size: 1.25em;
	color: rgb(255,255,255);
	padding: 1em;
	border: none;
	}

.stellarnav.mobile li a:hover,		
.stellarnav.mobile li a.active {
	color: rgb(47,150,177);
	}
	
.stellarnav.mobile li a.button {
	width: auto;
	height: auto;
	font-size: 1.75em;
	font-weight: 900;
	text-transform: uppercase;
	color: rgb(239,76,35);
	padding: 0.25em;
	background: none;
	/*border: 1px solid rgb(255,255,255);*/
	margin: 10px;
	}
	
.stellarnav.mobile li a.button::after {
	content: '';
	font-size: 0;
	margin: 0;
	}

.stellarnav.mobile li a.button:hover {
	color: rgb(47,150,177);
	}
	
.stellarnav.mobile ul.section a {
	font-size: 1em;
	padding: 0.5em 0.5em 0.5em 1.75em;
	}
	
.stellarnav a.dd-toggle .icon-plus::before,	
.stellarnav a.dd-toggle .icon-plus::after {

	}

.stellarnav a.dd-toggle.adjusted {
	top: -5px;
	}
	
.stellarnav .icon-close {
	width: 1em;
	height: 1em;
	margin: 0;
	position: absolute;
	right: 1em;
	}
		
.stellarnav .icon-close::before,
.stellarnav .icon-close::after {
	width: 1em;
	}
	
.stellarnav .close-menu.full:hover {
	color: rgb(47,150,177);
	}
	
.stellarnav .close-menu.full:hover .icon-close::before,
.stellarnav .close-menu.full:hover .icon-close::after {
	border-bottom: solid 3px rgb(47,150,177);
	}
	
.stellarnav a.dd-toggle:hover .icon-plus::before,
.stellarnav a.dd-toggle:hover .icon-plus::after {
	 border-bottom: solid 3px rgb(47,150,177);
	}

.stellarnav li.open {
	background: rgba(0,16,36,0.85);
	}
	
@media handheld, only screen and (max-width: 800px) {
.stellarnav.mobile .menu-toggle {
	/*padding: 0;*/
	}
	
.stellarnav .menu-toggle span.bars span {
	background: #fff;
	}

}	

/* Header Classes
----------------------------------------------- */	
.header {
	height: 32vw;
	text-align: center;
	padding-bottom: 0;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	}

@media only screen and (max-width: 768px) {
    .header {
        height: 50vw;
    }
}
.short-header {
	height: 0vw;
	text-align: center;
	padding-bottom: 0;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
	
.header.sliderHeader {
	height: auto;
	}

.headLogo {
	width: 100%;
	position: absolute;
	left:0;
	top: 0;
	z-index: 3;
	}
	
.mobLogo {
	display: none;
	}
	
.mainLogo {
	width: 20%;
	margin-top: 5em;
	}
	
.headImg {
	width: 100%;
	display: block;
	}
	
h1.headTitle {
	color: rgb(255,255,255);
	padding-top: 20vw;
	padding-bottom: 20px;
	line-height: 5vw;
	}
h1,
h2,
h3 {
	font-family: 'Kanit', sans-serif;	
	font-weight: 800;
	color: rgb(1,90,148);
	
	}	
h1.newsTitle {
	position: relative;
	z-index: 2;
	font-size: 4vw;
	text-transform: none;
	text-align: center;
	}
	
h2.headSubTitle,
h3.headSubTitle  {
	margin: 0;
	}
	
h3.headSubTitle {
	line-height: 110%;
	}
	
.material-icons.headPointer {
	font-size: 12vw;
	color: rgb(255,255,255);
	margin-top: 3vw;
	}
	
.material-icons.smallPointer {
	font-size: 5vw;
	color: rgb(239,76,35);
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}
	
a.downPointer {
	font-size: min(4.25vw, 3em);
	display: block;
	}

/* Components Classes
----------------------------------------------- */
.locItem {
	max-width: 950px;
	min-width: 300px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 0px 6px #333;
	}
		
.locName {
	padding: 1em;
	}
	
.locLink {
	padding: 1em;
	}
		
.locLink .preIcon {
	font-size: 2em;
	}
		
.locLink .material-icons {
	font-size: 3em;
	}
	

	
/* Footer Classes
----------------------------------------------- */
.footer {
	min-height: 250px;
	color: #fff;
	border-top: 2px solid rgb(239,76,35);
	background: rgb(0,16,36);
	background: linear-gradient(180deg, rgba(0,16,36,1) 0%, rgba(0,88,146,1) 35%, rgba(0,89,148,1) 100%);
	}
	
.footer a {
	color: rgb(255,255,255);
	}
	
a.footLogo {
	width: 300px;
	margin: 0 auto;
	display: block;
	}
	
.footer ul,
.footer li {
	list-style: none;
	margin: 0;
	}
	
.footer a:hover {
	color: rgb(239,76,35);
	}
	
.footerGrid {
	display: grid;
	grid-template-columns: 30% 30% 30%;
	grid-template-rows: auto;
	grid-gap: 5em;
	justify-content: space-evenly;
	}

.footSocial {
	text-align: center;
	margin: 3em 0;
	}
		
.footer .socialIcon	{
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 1em;
	transition: all 0.3s ease; 
	}

.footer .socialIcon:hover	{	
	opacity: 0.75;
	}
	
.copyRight {
	font-size: 0.75em;
	text-align: right;
	}
	
.fLink {
	display: inline-block;
	margin-bottom: 1em;
	}

/* Media Queries
----------------------------------------------- */		
@media handheld, only screen and (min-width: 1550px) {
.header {
	background-repeat: repeat-y;
	background-size: cover;
	
	}
}

@media handheld, only screen and (min-width: 1400px) {
a.qNavButton,
a.qNavButton:visited {
	font-size: 1.15em;
	}
}

@media handheld, only screen and (max-width: 1200px) {
a.qNavButton,
a.qNavButton:visited {
	font-size: 1em;
	}
}

@media handheld, only screen and (max-width: 820px) {
/*
.qNav {
	width: 100%;
	padding: 0.25em;
	background: rgba(0,89,149,1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	}
*/

.qNav {
	display: none;
	}
		
.contentPad {
	padding: 2em;
	}
	
.headLogo {
	display: none;
	}

.stellarnav.fixed,
.stellarnav.mobile,
.stellarnav.mobile.fixed {
	width: 100%;
	}
	
.stellarnav.mobile a.mobLogo {
	width: 100px;
	display: block;
	padding: 2%;
	position: absolute;
	top: 0;
	left: 2em;
	}

.stellarnav,	
.stellarnav.fixed {
	width: 96%;
	}
	
.stellarnav.mobile,
.stellarnav.mobile.fixed {
	top: 0;
	background: rgb(0,89,149);
	padding: 2%;
	}
	
.stellarnav.mobile .menu-toggle, 
.stellarnav.mobile.fixed .menu-toggle {
	font-size: 0;
	padding-right: 2em;
	}

.footer {
	text-align: center;
	}
	
.footerGrid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2em;
	}
	
.footSocial {
	margin: 1em 0;
	}
	
.footerNav {
	margin-bottom: 1em;
	}
}