@import url("/templates/COMMON_JS/bootstrap-4.6.2-dist/css/bootstrap.min.css");

:root {
  --main: #001489;
  --second: #C4D600;
  --accent: #000A45;
  --pale: #F3F3F3;
  --font: #333;
  --brtblue: #0058D6;
  --bluegrade: linear-gradient(103deg, var(--main), var(--accent));
}
/*

Blue : #001489 - main
Lime Green : #C4D600 - second
Light Grey : #F3F3F3 - pale
Dark Blue : #000A45 - accent
Black: #333333
bright blue: #0058D6



XS – 60px 20px
SM – 70px 30px
MD – 80px 40px
LG : 100px 50px
XL : 100px 80px
XXL : 100px - max width: 1450px;


*/

/** UNIVERSAL *************************************/

	body {text-align: center; background-color: WHITE; -webkit-text-size-adjust: 100%; padding: 0; margin: 0;font-family: "Karla", sans-serif;  font-weight: 400; font-size: 18px; color: var(--font);}
	.contentwrapper{width: 100%; position: relative; overflow: hidden;  }

	p{margin: 0 0 1rem 0;}
	article, aside {line-height: 1.3}
	.liner, article {width: 100%; max-width: 1450px; margin: 0 auto;  position: relative; }
	.container-fluid{width: 100%; max-width: 1450px; margin: 0 auto; padding: 0}
	section { width: 100%; padding: 0; margin: 0;}

	a, button.modal_link{  transition: all .25s; font-weight: 700; color: var(--main);}
	article a, article button.modal_link{text-decoration: underline;}
	a:hover, a:focus, button.modal_link:focus, button.modal_link:hover {color: var(--brtblue)}
	button.modal_link{ padding:0; border: 0; background: transparent; cursor: pointer;  transition: all .25s;}
	button.modal_link:focus, button.modal_link:hover{text-decoration: underline;border: 0; outline: 0}

	input, select, textarea, button{font-family: "Karla", sans-serif;  font-weight: 400; font-size: 18px; color: var(--font);}
	button{border: 0; background: transparent;transition: all .25s;}
	.CHbox a, .CHA, .cardbennies{font-family: "Karla", sans-serif;  font-weight: 400; font-size: 18px; color: var(--font);} /* match to regular font size */
	strong{font-weight: 700}
	blockquote{padding: 0 1rem;}
	.video_wrapper {margin-top: 20px !important;}
	.row {margin: 0;}

	/* diff color bullets */
	article ul li::marker {color: var(--second);}
	

	/*FA bullets
	article ul, .inttext ul {list-style: none;padding: 20px 0 20px 50px;}
	article ul li, .inttext ul li {position: relative;}
	article ul li:before, .inttext ul li:before {content: '\f058'; font-family: 'Font Awesome 6 Pro'; font-weight: 700; color:#006544; position: absolute; top: 0; left: -30px; }
	*/

	.use-mixin { background-color: #007bff; box-shadow: 0 0 1px rgba(0, 123, 255, 0.25); color: #fff; }
	.message, .success, .error, .warning { border: 1px solid #ccc; padding: 10px; color: #333; }
	.success { border-color: green; }
	.error { border-color: red; }
	.warning { border-color: yellow; }


	/*S*/
	@media only screen and  (min-width: 576px) {
	}

	/*XL*/
	@media only screen and (min-width: 1200px) {
	}

	/*XL*/
	@media only screen and (min-width: 1600px) {
		.col-xxl-5, .col-xxl-6, .col-xxl-7 {position: relative; width: 100%;  padding-right: 15px;  padding-left: 15px;}
		.col-xxl-5 {-ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%;}
		.col-xxl-6 {-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
		.col-xxl-7 {-ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%;}
	}

/** HEADER ***********************************************/
	header {width: 100%; z-index: 100; padding: 0 20px; position: relative; background-color: white;}
	header .liner{height: 210px;}

	a.homelink{position: absolute;  height: 100%;top: 0; left: 0; height: 155px; }
	a.homelink img {  width: 150.2px; height: 125px;}


	#sitesearch {color: var(--font);width: 44px; height: 44px;position: absolute; top: 55px; right: 64px;font-size: 26px; }
	#sitesearch:hover, #sitesearch:focus, #sitesearch.down {color: var(--brtblue);}
	#sitesearch:before{content: '\f002'; font-family: 'Font Awesome 6 Pro'; font-weight: 400;}
	#sitesearch.down:before{content: '\f00d';}

	.sitesearch {display: none; position: absolute; top: 0px; right: 128px; height: 155px; width: calc(100% - 128px); z-index: 101; background-color: white;}

	.searchbox { position: absolute; top: 50px; left: 0; padding-left: 10px; height: 55px; width: calc(100% - 44px); border: 0; background-color: var(--pale); font-weight: bold}

	/*
	.searchbox::placeholder {color: white;  opacity: 1;}
	.searchbox:-ms-input-placeholder {color: white;}
	.searchbox::-ms-input-placeholder { color: white;}
	*/

	.sitesearch button[type=submit]{color: var(--main); position: absolute; top: 50px; right: 0; width: 44px; height: 55px; font-size: 20px; background-color: var(--pale);}
	.sitesearch button[type=submit]:hover, .sitesearch button[type=submit]:focus {background-color: var(--second);}
	.sitesearch button:before{content: '\f002'; font-family: 'Font Awesome 6 Pro'; font-weight: 400;}

	button.searchex {color: var(--main);  }
	button.searchex:hover, button.searchex:focus {color: var(--second);}

	#hbbttn{width: calc(50% + 20px); background-color: var(--second); border: solid 2px var(--second); color: var(--font); height: 55px;font-size: 15px; font-weight: 700;  line-height: 1.07; text-transform: uppercase; position: absolute; bottom: 0; right: -20px; padding: 0 20px; z-index: 90; display: flex; justify-content: center; align-items: center;}
	#hbbttn:hover, #hbbttn:focus {background-color: white; text-decoration: none;}

	#hbex{display: none; color: white; width: 44px; height: 44px; position: absolute; top: 0; right: 0; }
	#hbex:hover, #hbex:focus{color: white;}


	.apply a{width: calc(50% + 20px); background-color: white; color: var(--main); border: solid 2px var(--main); height: 55px;font-size: 15px; font-weight: 700;  line-height: 1.07; text-transform: uppercase; position: absolute; bottom: 0; left: -20px; padding: 0 30px;display: flex; justify-content: center; align-items: center; z-index: 90}
	.apply a:hover, .apply a:focus{background-color:var(--main); color: white; text-decoration: none;}

	/*S*/
	@media only screen and  (min-width: 576px) {
		header { padding: 0 30px;box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.12); }
		header .liner{height: 155px;}
		header.stuck {position: fixed; top: 0; left: 0; }
		a[name]{position: relative; top: -155px; z-index: 1}
		#sitesearch {top: 90px; height: 55px;}
		.apply a{width: 160px; bottom: auto; top: 20px; left: auto; right: 170px;  border-radius: 10px;}
		.sitesearch {height: 55px; top: 90px; width: calc(100% - 128px - 170px);}
		.searchbox, .sitesearch button[type=submit]{top: 0;}
		#hbbttn{width: 160px; bottom: auto; top: 20px; left: auto; right: 0;  border-radius: 10px;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		header { padding: 0 40px; }
		a.homelink{box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);  width: 252px; height: 190px;  border-radius: 0 0  25px 25px;  border: solid 4px #fff; border-top: 0; background-color: var(--pale);}
		a.homelink img { width: 165px; height: 137px;}
		.sitesearch {width: calc(100% - 128px - 272px);}

	}

	/*L*/
	@media only screen and (min-width: 992px) {
		header { padding: 0 50px; }
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		header { padding: 0 80px; }
		.toplinks {position: absolute; top: 20px; right: 350px; width: calc(100% - (350px + 275px)); height: 55px }
		.toplinks a, .toplinks .notalink  {font-size: 15px; color: var(--font); font-weight: 400; white-space: nowrap}
		.toplinks a:hover, .toplinks a:focus { color: var(--accent); }
		.toplinks a:after,  .toplinks .notalink:after{content: "|";display: inline-block; padding: 0 10px;}
		.toplinks a:last-child:after{content: ""; padding: 0;}
		#sitesearch {right: 0; height: 55px; }
		.sitesearch {width: calc(100% - 64px - 272px); right: 64px}

	}

	/*XXL*/
	@media only screen and (min-width: 1900px) {
	}

/** MOBI MENU ***************************************/

	nav.pc, .ddcontent {display: none;}

	button.menutoggler{display: block; height: 44px; width: 44px; color: var(--main); position: absolute; top: 55px; right: 0; font-size: 36px;}
	button.menutoggler:hover, button.menutoggler:focus {transition:  all .25s;}

	nav.mobile button.menutoggler2{text-decoration: none; height: 44px; width: 44px; font-size: 20px; color: var(--main); position: absolute; top: 0; right: 0; text-align: center; }
	nav.mobile button.menutoggler2:after {content: '';}

	nav.mobile{display: block; color: var(--font); background-color: white; height: 100%; position: fixed; z-index: 1000; top: 0; overflow-y: auto;  overflow-x: hidden; width: 300px; right: -300px; text-align: left;  transition: all .25s; padding: 40px 30px 30px 30px;line-height: 1.33}
	nav.mobile.out{right: 0; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12); }

	div.L2, div.L3 {display: none;}

	a.L1, button.L1 {color: var(--font);text-decoration: none; position: relative; text-align: left;  display: inline-block; transition: all .25s; padding: 0; font-family: Merriweather; font-size: 19px;  font-weight: 700; border-bottom: solid 2px transparent; margin-top: 25px}
	a.L1:hover, a.L1:focus, button.L1:hover, button.L1:focus{color: var(--main); border-bottom: solid 2px var(--second);} 

	button.L1.d-block[which="FRCsub"] {display: none;}
	/*nav.mobile button:after {content: '\f078'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: absolute; top: 0px; right: 0px; transition: all .25s; }
	nav.mobile button.flipped:after { transform: rotate(180deg);}*/

	 .L2 a, .L2 button {color: var(--font); display: block; margin-bottom: 5px; font-weight: 500; padding-left: 10px}
	 .L2 a:hover, .L2 a:focus, .L2 button:hover, .L2 button:focus {text-decoration: underline;}

	 .L3 a{font-weight: 400;}

	 .TL{width: calc(100% + 60px); position: relative; left: -30px; background-color: var(--pale);padding: 30px; margin-top: 30px; }
	 .TL a, .TL .notalink{font-size: 15px; font-weight: 400; color: var(--font); text-decoration: none;font-family: "Karla", sans-serif; display: block; margin-bottom: 15px; }
	 .TL a:hover, .TL a:focus{ color: var(--font);text-decoration: underline;}

	/*https://css-tricks.com/the-current-state-of-styling-scrollbars/*/
	nav.mobile::-webkit-scrollbar {width: 10px;}
	nav.mobile::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.7);
		background-color: var(--main);
	}
	nav.mobile::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 3px rgba(0,73,135,.7);
		border-radius: 5px;
		background-color: var(--second);
	}

	/*S*/
	@media only screen and  (min-width: 576px) {
		nav.mobile{ width: 360px; right: -360px; }
		button.menutoggler{top: 90px; }
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {

/** MENU *********************************************/
		button.menutoggler, nav.mobile{display: none;}

		nav.pc  {display: block; z-index: 100; height: 50px; width: calc(100% - 100px - 265px - 60px); position: absolute; top: 90px; right: 100px;}
		.navliner {width: 100%;   z-index: 100; display: flex; justify-content: space-between; align-items: center;  align-content: center; }

		button.CMitem, a.CMitem{text-decoration: none; line-height: 1.15;  display: flex; align-items: flex-end; font-family: "Merriweather", serif; font-weight: 700; color: var(--font); line-height: 1.11; max-width: 130px; border-bottom: solid 2px transparent;height: 50px; padding-bottom: 5px; position: relative;  }
		button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {text-decoration: none; color: var(--main); }
		button.CMitem:after, a.CMitem:after{content: ''; display: block; width: 0; height: 2px; background-color: var(--second); position: absolute; bottom: 0; left: 50%; transition: all .25s;}
		button.CMitem:hover:after, button.CMitem:focus:after, a.CMitem:hover:after, a.CMitem:focus:after  {width: 100%; left: 0}

		.ddcontent{ display: none;background-color: white;  position: absolute; top: 65px; left: -50px; width: calc(100% + 100px);   border-radius: 0 0 20px 20px; box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1);}
		header .ddcontent .liner {height: auto;}
		.ddcontent .container-fluid{ width: 100%; margin: 0 auto;}

		.Mpale{background-color: var(--pale);border-radius: 0 0 20px 0;}
		.Mpale img{border-radius: 20px;}
		.Mbox{padding: 30px; border-radius: 20px; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);  background-color: white;}
		.Mhead{font-size: 20px;font-family: "Merriweather", serif; font-weight: 700;}

		.ddcontent p {font-size: 16px; line-height: 1.38;}
		.ddcontent a {display: block;   line-height: 1.06;  letter-spacing: 0.18px; color: var(--font); font-weight: 400;}
		.ddcontent a:hover, .ddcontent a:focus {color: var(--main);}
	}

/** HOME *************************************************/

	section.home{background-color: var(--pale); position: relative;padding: 60px 20px}
	.squares{background: url(../images/home-squares-desktop.svg) no-repeat center bottom; background-size: auto 178px; opacity: .6; position: absolute; bottom: 0px;; right: 0; width: 100%; height: 179px; }
	.img1{display: none;padding-bottom: 40px;}
	.img2{padding-bottom: 40px;}
	.Htext{line-height: 1.33; }
	.Htext h2{margin: 5px 0 15px 0}
	.Htext .subhead{}

	/*S*/
	@media only screen and  (min-width: 576px) {
		.img1{display: block;}
		.img2{display: none;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		section.home .container-fluid{max-width: 730px;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.home .container-fluid{max-width: 1450px;}
		.Htext{ display: flex; align-items: center;}
	}

	/*XL*/
	@media only screen and (min-width: 1900px) {
		.squares{ background-size: auto 244px; height: 244px; }
	}

/** HOME - PROMOS *************************************************/


	section.promos{padding: 60px 20px}
	section.promos .container-fluid{max-width: 1480px;}
	section.promos .row{gap: 40px;}
	.Pcol{position: relative; padding: 0}
	.Pbox{width: 100%; height: 450px; max-width: 460px;position: relative; margin: 0 auto; overflow: hidden;}
	.Pimg{ position: absolute; top: 0px; right: 0; width: 100%; height: 100%; border-radius: 25px; overflow: hidden; border-radius: 25px; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);border: solid 10px white; }
	.Pimg img{object-fit: cover; object-position: center;width: 100%;  height: 100%; z-index: 1}
	.Pgrade{opacity: 1; position: absolute;background: linear-gradient(0deg, rgba(0,20,137,0.65)  0%, rgba(0,10,69,0.6)  15%, rgba(0,10,69,0.55)  30%, rgba(0,10,69,0.25)  45%, rgba(0,10,69,0)  100%); z-index: 50; border-radius: 18px; width: calc(100% - 20px); height: calc(100% - 20px); top: 10px; left: 10px; transition: all .25s}
	.Pgrade2{opacity: 0; position: absolute;background: linear-gradient(0deg, rgba(0,20,137,0.8)  0%, rgba(0,10,69,0.75)  30%, rgba(0,10,69,0.7)  80%, rgba(0,10,69,0.25)  100%);z-index: 50; border-radius: 18px; width: calc(100% - 20px); height: calc(100% - 20px); top: 10px; left: 10px; transition: all .25s}
	
	.Pbox:hover .Pgrade{opacity: 0}
	.Pbox:hover .Pgrade2{opacity: 1}

	
	.Ptext{color: white; position: relative; z-index: 99; width: calc(100% - 20px); height: calc(100% - 20px); top: 10px; left: 10px; display: flex;  justify-content: center;  align-items: flex-end;transition: all .25s; padding: 0 10px;}
	.Ptext h3{color: white;}
	.Ptext p.date{display: block; line-height: 1.33; font-size: 15px; margin: 0 0 1rem 0;text-transform: uppercase;}
	.Pbox:hover .Ptext{}

	.Ptext a{color: var(--second); text-transform: uppercase;}


	.Ptext p{position: absolute; bottom: -500px; transition: all .3s; margin: 0}
	.Pbox:hover .Ptext p{position: static; margin: 0 0 1rem 0;}

	/*
		.Ptext p{display: none; transition: all .25s; margin: 0}
		.Pbox:hover .Ptext p{display: block;  margin: 0 0 1rem 0;}
	*/
	/*
		.Ptext a{color: var(--second);font-size: 0; text-transform: uppercase;}
		.Ptext p{line-height: 0; font-size: 0; transition: all .25s; margin: 0}
		
		.Pbox:hover .Ptext p{line-height: 1.33; font-size: 18px;  margin: 0 0 1rem 0;}
		.Pbox:hover a{font-size: 15px;}
	*/

	

	/*S*/
	@media only screen and  (min-width: 576px) {
		section.promos{padding: 70px 30px;}
		.Ptext{ padding: 0 20px;column-gap: 20px;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		section.promos{padding: 80px 40px;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		section.promos{padding: 100px 50px;}
		section.promos .row{gap: 0px;}
		.Pcol{padding: 0 10px;}

	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.promos{padding: 100px 80px;}
	}

/*** HOME RATES SCROLLER + SLICK ***********************************************/
	/** SLICK SLIDESHOW ***/
	.slick-slider {	user-select: none;  -webkit-touch-callout: none; touch-action: pan-y; -webkit-tap-highlight-color: transparent;}
	.slick-list {position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
	.slick-list:focus{outline: none;}
	.slick-list.dragging {cursor: pointer; cursor: hand;}
	.slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
	.slick-track{position: relative; top: 0; left: 0; display: block; margin: 0 auto; }
	.slick-track:before {display: table;content: '';}
	.slick-track:after{display: table;content: '';clear: both;}
	.slick-loading .slick-track {visibility: hidden;}
	.slick-slide.slick-loading img{display: none;}
	.slick-slide.dragging img{pointer-events: none;}
	.slick-initialized .slick-slide{display: block;}
	.slick-loading .slick-slide{visibility: hidden;}
	.slick-loading .slick-list{background: #fff url(/templates/COMMON_JS/images/ajax-loader.gif) center center no-repeat;}
	.slick-vertical .slick-slide{display: block; height: auto; border: 1px solid transparent;}
	.slick-arrow.slick-hidden {display: none;}

	section.rc-container{background-color: var(--pale); color: black; padding: 60px 20px;}

	.rates_links{}


	.rates-carousel{border: solid 0px fuchsia; width: 100%; max-width: 1450px;  position: relative; margin: 0 auto; }

	.slick-slider{ border: solid 0px green; padding: 0; margin: 0 auto; width: calc(100% - 80px) !important;  }
	.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto; display: flex;align-items: center;}

	.slick-slide{display:none;min-height:1px; /*display: flex; justify-content: center; align-items: center;*/border: solid 0px orange; padding: 15px}

	
	a.Rlink{display: block; width: 220px; height: 190px;  padding: 0 10px;  border-radius: 20px;  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);display: flex; justify-content: center; align-items: center; margin: 0 auto; background-color: white;}
	.Rtext{  font-weight: 700; color: var(--font); border-bottom: 2px solid transparent; display: inline-block; position: relative; }
	.Rapr{font-size: 13px; color: var(--font); padding: 10px 0 5px 0; line-height: 1; font-weight: 400}
	.Rnumber{font-size: 50px; font-weight: 700;color: var(--main); line-height: 1;font-family: "Merriweather", serif; padding: 8px 0 15px 0}

	.Rtext:after{content: ''; display: block; width: 0; height: 2px; background-color: var(--second); position: absolute; bottom: 0; left: 50%; transition: all .25s;}
	.slick-slide a.Rlink:hover .Rtext:after, .slick-slide a.Rlink:focus .Rtext:after{width: 100%; left: 0}


	.slick-slide a.Rlink:hover, .slick-slide a.Rlink:focus{text-decoration: none;box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);}

	/* arrows nav */
	.slick-arrow.slick-hidden{display:none}
	.slick-prev, .slick-next{border: solid 0px lime; z-index: 99; color: var(--main); font-size: 24px; position: absolute; top: 0; display: block;  width: 40px; height: 100%; cursor: pointer; text-align: center; background: transparent; opacity: 1; -webkit-transition: all .25; transition: all .25s; z-index: 90}
	.slick-prev{left: 5px;}
	.slick-next{left: auto;right: 5px;}
	.slick-prev:hover, .slick-prev:focus{opacity: 1; color: var(--brtblue); outline:none;left: 0px;}
	.slick-next:hover, .slick-next:focus{opacity: 1; color: var(--brtblue); outline:none;left: auto; right: 0px;}

	/*S*/
	@media only screen and  (min-width: 576px) {
		section.rc-container{padding: 70px 30px;}
		.slick-slider{ width: calc(100% - 160px) !important;  }
		.slick-prev, .slick-next{ width: 80px; }
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		section.rc-container{padding: 80px 40px;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		section.rc-container{padding: 100px 50px;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.rc-container{padding: 100px 80px;}
	}

/** HOME - GUIDE  ****************************************/

	section.guide{padding: 60px 20px 20px 20px;text-align: center;}
	section.guide h2{text-align: center; margin: 0 0 40px 0; color: var(--font);}

	.sl{z-index: 90; }

	#qlborder {position: relative; z-index: 100; width: 100%; max-width: 100%}

	#qlbutton {width: 100%; height: 55px;   text-align: left; background-color: var(--pale); color: var(--font); font-weight: bold; display: flex;  align-items: center;border-radius: 10px; padding: 0 20px;justify-content: space-between;}
	#qlbutton:hover, #qlbutton:focus {cursor: pointer; color: var(--font); background-color: var(--pale);} 
	#qlbutton.ouvre{ color: var(--font); background-color: var(--pale);border-radius: 10px 10px 0 0; }
	#qlbutton span {position: relative; font-size: 20px; transition: all .25s}
	#qlbutton.ouvre span { transform: rotate(180deg);}
	
	#qlbox{width: 100%; text-align: left; background-color: var(--pale) ; DISPLAY: NONE; position: absolute; top: 55px; left: 0px; border-radius: 0 0 10px 10px; }
	#qlbox a, #qlbox a:visited { padding: 17px 20px; display: block; color: var(--font); }
	#qlbox a:hover, #qlbox a:focus {  background-color: white;  text-decoration: none; color: var(--brtblue);}
	


	.ql {text-align: left;padding: 50px 50px 0 50px;}
	.ql ul.content_relatedlink_list{margin: 0; padding: 0px;list-style: none}
	.ql ul.content_relatedlink_list li{text-align: center; display: block; padding: 0 0 40px 0; margin: 0; }
	.ql a{color: var(--font);}
	.ql a:hover, .ql a:focus{color: var(--main); text-decoration: none;}
	.ql a .RLfa{font-size: 35px; margin-left: 10px; position: relative; top: 7px;}

	.sl label{font-size: 18px;   font-weight: 500; text-transform: uppercase; display: block;}
	.sl input[type=submit]{background-color: var(--main); color: white;	}
	.sl input[type=submit]:hover, .sl input[type=submit]:focus{background-color: var(--ltteal); color: var(--font);	}


	.sl select{ padding: 5px 50px 5px 10px !important; background-color: white;  border-radius: 5px;  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16); border: 0;  min-width: 300px; height: 55px }

	/*S*/
	@media only screen and  (min-width: 576px) {
		section.guide{padding: 70px 30px 30px 30px;}
		.ql {text-align: left;padding: 50px 30px 0 30px;}
		.ql ul.content_relatedlink_list{ display: flex; flex-wrap: wrap; gap: 20px;}
		.ql ul.content_relatedlink_list li{flex: 0 0 calc(50% - 10px);text-align: left}

	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		section.guide{padding: 80px 40px 40px 40px;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		section.guide{padding: 100px 50px 60px 50px;}
		section.guide .container-fluid{max-width: 100%;}
		.sl{border-right: solid 2px var(--pale);padding: 0 60px 0 0;}
		.ql {padding: 0 0 0 60px;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.guide{padding: 100px 80px;}
		section.guide .container-fluid{max-width: 965px;}
	}

	/*XXL*/
	@media only screen and (min-width: 1200px) {
		section.guide .container-fluid{max-width: 1057px;}
	}

/** TESTIMONIAL **************************/

	section.test{ width: 100%;  z-index: 99; position: relative; padding: 60px 20px; }
	section.inside section.test{ padding: 60px 0 0 0; }

	div.test{ width: 100%;  z-index: 99; position: relative; padding-top: 60px; }

	.testimonial_wrapper{width: 100%; max-width: 1450; height: 550px; border-radius: 25px; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);  border: solid 10px white; background-image: url(../images/testimonials-mobile_blue.jpg);  background-position: center center; background-size: cover; margin: 0 auto;  padding: 0 20px;}

	.testimonial_wrapper h2{color: white;margin-top: 60px !important;}
	.testimonial_wrapper h2 span{ color: var(--second); }
	section.inside section.test{text-align: center;}

	/* borders 
	.testimonial-carousel.carousel{border:  solid 1px cyan;}
	.content_slideshow.testimonial-carousel.carousel{border: solid 1px fuchsia;}
	.content_slideshow.testimonial-carousel .carousel-item{border: solid 1px lime;}
	.content_slideshow.testimonial-carousel a.carousel-control-prev, .content_slideshow.testimonial-carousel a.carousel-control-next {border: solid 1px yellow;}
	*/
	.testimonial-carousel.carousel{border: 0;}

	.content_slideshow.testimonial-carousel.carousel, .content_slideshow.testimonial-carousel .carousel-item { height: 350px;}

	.content_slideshow.testimonial-carousel.carousel { padding: 0; min-height: 244px;}

	.content_slideshow.testimonial-carousel .carousel-item { min-height: auto; }
	.testimonial-carousel.carousel{}
	.content_slideshow.testimonial-carousel .carousel-caption {padding: 20px 0px; text-align: left;height: 100%; color: white;}
	.content_slideshow.testimonial-carousel .carousel_caption_text{text-align: center; }

	/* arrows grouped */
	.content_slideshow.testimonial-carousel a.carousel-control-prev, .content_slideshow.testimonial-carousel a.carousel-control-next {width: 44px; height: 44px;  font-size: 18px; text-shadow: none; color: white; position: absolute; top: auto; bottom: 0;}
	.content_slideshow.testimonial-carousel a.carousel-control-prev{left: auto; right: 50%; }
	.content_slideshow.testimonial-carousel a.carousel-control-next{left: 50%;}
	.content_slideshow.testimonial-carousel a.carousel-control-prev:after{content: '\f060'; font-family: 'Font Awesome 6 Pro'; font-weight: 300; }
	.content_slideshow.testimonial-carousel a.carousel-control-next:after{content: '\f061'; font-family: 'Font Awesome 6 Pro'; font-weight: 300;}

	/* play/pause */
	.content_slideshow.testimonial-carousel .playpause {position: absolute;  bottom: 0; right: 0; left: auto; top: auto;  margin: 0; width: auto; z-index: 99;}
	.content_slideshow.testimonial-carousel .playpause button{color: white; background-color: transparent; width: 44px; height: 44px; font-size: 24px; border-radius: 5px; border: none;}
	.content_slideshow.testimonial-carousel .playpause button:hover, .content_slideshow.testimonial-carousel.carousel .playpause button:focus{background-color: transparent;color: var(--second);}
	.content_slideshow.testimonial-carousel .playpause button.pushed{display: none;}
	.content_slideshow.testimonial-carousel .pauseButton:after{content: '\f04c'; font-family: 'Font Awesome 6 Pro'; font-weight: 900;}
	.content_slideshow.testimonial-carousel .playButton:after{content: '\f04b'; font-family: 'Font Awesome 6 Pro'; font-weight: 900; }



	/*S*/
	@media only screen and  (min-width: 576px) {
		section.test{padding: 70px 30px; }
		section.inside section.test{ padding: 70px 0 0 0; }
		div.test{ padding-top:70px; }
		.testimonial_wrapper{ height: 400px;}
		.content_slideshow.testimonial-carousel.carousel, .content_slideshow.testimonial-carousel .carousel-item{height: 250px;}
		/*.testimonial_wrapper h2{margin-top: 70px !important;}*/
	}

	/*M*/
	@media only screen and  (min-width: 768px) {
		section.test{padding: 80px 40px; }
		section.inside section.test{ padding: 80px 0 0 0; }
		div.test{ padding-top: 80px; }
		/*.testimonial_wrapper h2{margin-top: 80px !important;}*/
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		section.test{padding: 100px 50px; }
		section.inside section.test{ padding: 100px 0 0 0; }
		div.test{padding-top: 100px; }
		.testimonial_wrapper{ padding: 0 40px;}
		.content_slideshow.testimonial-carousel.carousel, .content_slideshow.testimonial-carousel .carousel-item{height: 220px;}
		/*.testimonial_wrapper h2{margin-top: 100px !important;}*/
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.test{padding: 100px 80px; }
		section.inside section.test{ padding: 100px 0 0 0; }
		.testimonial_wrapper{ height: 447px; background-image:url(../images/testimonials-desktop_blue.jpg) center center; background-size: cover;}
	}
	
	/*XXL*/
	@media only screen and (min-width: 1900px) {
	}

/** INTERIOR HERO *****************************************/

	/* set the height - add arrows if they are on the side */

	.R0.regional_slideshow.carousel, .R0.regional_slideshow.carousel .carousel-item { height: 360px;}
	.R0.regional_slideshow.carousel {/*top: -27px*/} /* idfkw */
	.R0.regional_slideshow .carousel-item{}


	.R0.regional_slideshow .carousel-caption {width: 100%; height: 100%;  padding: 35px 20px; display: flex; justify-content: center; align-items: center;background-color: rgba(0, 10, 69, 0.6); color: white;   text-shadow: 0 0 2px rgba(0, 0, 0, 0.3); right: 0; top: 0; left: 0; bottom: 0 }
	.R0.regional_slideshow .carousel-caption h1{margin-top: 0;}

	.R0.regional_slideshow .carousel_caption_text{}

	/* arrows grouped */
	.R0.regional_slideshow a.carousel-control-prev, .R0.regional_slideshow a.carousel-control-next {width: 44px; height: 44px; font-size: 18px; text-shadow: none; color: white; position: absolute; top: auto; bottom: 0;}
	.R0.regional_slideshow a.carousel-control-prev{left: auto; right: 50%; }
	.R0.regional_slideshow a.carousel-control-next{left: 50%;}
	.R0.regional_slideshow a.carousel-control-prev:after{content: '\f060'; font-family: 'Font Awesome 6 Pro'; font-weight: 300; }
	.R0.regional_slideshow a.carousel-control-next:after{content: '\f061'; font-family: 'Font Awesome 6 Pro'; font-weight: 300;}

	/* dots, squares, etc */
	.R0.regional_slideshow.carousel ol.carousel-indicators {border: solid 0px yellow;  height: 44px;  width:100%;}
	.R0.regional_slideshow.carousel ol.carousel-indicators li { width: 44px; height: 44px;background-color: transparent; border-radius: 0;  margin: 0px; border: 0; text-indent: 0; display: flex; justify-content: center;  align-items: center}
	.R0.regional_slideshow.carousel ol.carousel-indicators li:before{content: '\f0c8'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; color: white; }
	.R0.regional_slideshow.carousel ol.carousel-indicators li:hover {background-color: transparent; }
	.R0.regional_slideshow.carousel ol.carousel-indicators li:hover:before {font-weight: 900;}
	.R0.regional_slideshow.carousel ol.carousel-indicators li.active {background-color: transparent;  }
	.R0.regional_slideshow.carousel ol.carousel-indicators li.active:before {font-weight: 900; color: var(--second);  }

	/*.regional_slideshow .carousel .slide .carousel-fade div.playpause*/
	.R0.regional_slideshow .playpause {position: absolute;  bottom: 0; right: 0; left: auto; top: auto;  margin: 0; width: auto; z-index: 99;}
	.R0.regional_slideshow .playpause button{color: white; background-color: transparent; width: 44px; height: 44px; font-size: 24px; border-radius: 5px; border: none;}
	.R0.regional_slideshow .playpause button:hover, .R0.regional_slideshow .playpause button:focus{background-color: transparent;color: var(--second);}
	.R0.regional_slideshow .playpause button.pushed{display: none;}
	.R0.regional_slideshow .pauseButton:after{content: '\f04c'; font-family: 'Font Awesome 6 Pro'; font-weight: 900;}
	.R0.regional_slideshow .playButton:after{content: '\f04b'; font-family: 'Font Awesome 6 Pro'; font-weight: 900; }


	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.R0.regional_slideshow .carousel-caption { background: linear-gradient(to bottom, rgba(0,10,69,0) 0%,rgba(0,10,69,0) 2%,rgba(0,10,69,0.35) 35%,rgba(0,10,69,0.65) 70%,rgba(0,10,69,0.75) 100%);padding: 35px 40px;}
		.R0.regional_slideshow.carousel, .R0.regional_slideshow.carousel .carousel-item { height: 300px;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.R0.regional_slideshow.carousel, .R0.regional_slideshow.carousel .carousel-item { height: 390px;}
		.R0.regional_slideshow .carousel-caption { padding: 35px 50px;}

	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.R0.regional_slideshow.carousel, .R0.regional_slideshow.carousel .carousel-item { height: 400px;}
		.R0.regional_slideshow .carousel-caption {padding: 35px 80px;}
	}

	/*XL*/
	@media only screen and (min-width: 1900px) {
	}



/** INSIDE **********************************************/


	section.inside{padding: 60px 20px}
	article.container-fluid {margin: 0 auto; text-align: left; }

	article img{ border-radius: 25px; margin: 30px 0;}
	article img.notround{border-radius: 0; margin:  0;}

	.regions{padding-top: 60px; gap: 40px; display: flex; width: 100%; max-width: 450px; margin: 0 auto; flex-wrap: wrap; justify-content: center;}
	.Rbox{padding: 30px 48px;  border-radius: 20px; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); flex: 1 1 100%;}
	.Rbox img{ border-radius: 20px; margin: 0;}

	/* MC widget */
	.sm_container{border: solid 2px var(--main); border-radius: 20px; margin: 20px 0;}

	/*S*/
	@media only screen and  (min-width: 576px) {
		section.inside{padding: 70px 30px}
		.regions{padding-top: 70px; gap: 50px;}
		.Rbox{ flex: 1 1 350px; max-width: 350px;}

	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		section.inside{padding: 80px 40px}
		.regions{padding-top: 80px;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		section.inside{padding: 100px 50px}
		article img{  margin: 0;}
		.regions{max-width: 100%; gap: 34px; padding-top: 100px;}
		.sm_container{border: 0; margin: 0;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.inside{padding: 100px 80px}
		.regions{ gap: 50px}
	}

	@media only screen and (min-width: 1900px) {
	}

/** FOOT ****************************************************/
	footer {width: 100%; background-image: var(--bluegrade); color: white; padding: 60px 20px}

	footer a{ color: white;}
	footer a:hover, footer a:focus {color: var(--second); }
	.Fhead{  font-size: 20px;  font-weight: 500; margin-bottom: 15px; width:  100%;}

	.bottomlinks {color: white;}
	.bottomlinks a, .bottomlinks .notalink {text-decoration: underline; display: block; margin-bottom: 50px;font-weight: 500;}
	.bottomlinks .notalink {text-decoration: none; }

	.socmed{}
	.socmed a .RLwords {display: none;}
	.socmed a, .socmed .notalink{ text-decoration: none !important; margin: 0 10px; font-size: 30px; }
	.socmed a:hover, .socmed a:focus {color: var(--second);}

	.apps {display: flex; gap: 10px 20px; justify-content: center;flex-wrap: wrap }

	.footicons{border: solid 0px fuchsia; white-space: nowrap;}
	.footicons img{margin: 0 10px;}
	.footnote{border: solid 0px silver; font-size: 15px;}


	@media only screen and (orientation: landscape){
	}
	@media only screen and  (min-width: 576px)and (orientation: landscape){
	}

	/*S*/
	@media only screen and  (min-width: 576px) {
		footer { padding: 70px 30px}
		.footicons, .footnote{display: inline-block;}
		.ncua{display: flex}
		.bottomlinks { display: flex; gap:  30px; flex-wrap: wrap; justify-content: center;}
		.bottomlinks a, .bottomlinks .notalink  {margin-bottom: 0;}
	}

	/*M*/
	@media only screen and  (min-width: 768px) {
		footer { padding: 80px 40px}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		footer { padding: 100px 50px}

	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		footer { padding: 100px 80px}
		.bottomlinks {justify-content: space-between}
	}

/** CUSTOM STYLES ******************************************/
	.disclaim {font-size: 14px; line-height: 1;}
	.subhead{  font-size: 18px; font-weight: 500; line-height: 1.11; text-transform: uppercase}
	.green{color: var(--second);}

/** CTA **********************************************/
	input[type="submit"], input[type="reset"] {appearance: none;cursor: pointer}

	a.cta,  a.ctaC, input[type="submit"], a.clear, a.clear:visited, button.clear, input.go,  input[type="reset"],  a.PSlogout, div.faq_advanced_search_panel input[type=button], .Rbuttons li a, input[type="reset"], button.modal_button, button.cta, button#exedout
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; transition: all .25s; border-radius: 0; background-color: var(--second); color: var(--font); border: solid 2px var(--second);border-radius: 10px; padding: 17px 30px; text-transform: uppercase }

	a.ctaC{border: solid 2px white; background: transparent; color: white;}

	a.cta:hover,  a.cta:focus, a.ctaC:hover, a.ctaC:focus, input[type="submit"]:hover, input[type="submit"]:focus, a.clear:hover, a.clear:focus, button.clear:hover, button.clear:focus,  input.go:hover, input.go:focus, input[type="reset"]:hover, input[type="reset"]:focus, a.PSlogout:hover, a.PSlogout:focus, div.faq_advanced_search_panel input[type=button]:hover, div.faq_advanced_search_panel input[type=button]:focus, .Rbuttons li a:hover, .Rbuttons li a:focus, input[type="reset"]:hover, input[type="reset"]:focus, button.modal_button:hover, button.modal_button:focus, button.cta:hover, button.cta:focus, button#exedout:hover, button#exedout:focus
	{text-decoration: none;background-color: white; color: var(--font);}



	a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary{}
	a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:hover, a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:focus{}

/** HEADERS **********************************************/
	h1 {font-family: "Merriweather", serif; font-weight: 700; font-size: 28px; line-height:1.33; color: white; margin: 0 0 1rem 0;}


	h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question
	{font-family: "Merriweather", serif; font-weight: 700; font-size: 26px; ; color: var(--main); margin: 60px 0 1rem 0;}
	article h2.KJEToggleTitle{padding: 0}
	article h2:first-child, .cke_editable h2:first-child{margin-top: 0px}


	h3, .code_block h1, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_faq_header, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname,.content_rates_table_title
	{font-family: "Merriweather", serif; font-weight: 700; font-size: 22px; ; color: var(--font); margin: 0 0 1rem 0;}

	h4,  .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
	{font-family: "Merriweather", serif; font-weight: 700; font-size: 20px; ; color: var(--main); margin: 0 0 1rem 0;}

	h5, .forum_thread_date, .forum_mischeader_title	
	{font-family: "Merriweather", serif; font-weight: 700; font-size: 18px; ; color: var(--font); margin: 0 0 1rem 0}

	h6 {}

	/*S*/
	@media only screen and  (min-width: 576px) {
		h1 {font-size: 34px;}

		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question
		{font-size: 32px;margin: 70px 0 1rem 0; }
		article h2:first-child, .cke_editable h2:first-child{margin-top: 0px}

		h3, .code_block h1, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_faq_header, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname
		{font-size: 28px;}

		h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
		{font-size: 24px;}
	}

	/*M*/
	@media only screen and  (min-width: 768px) {
		h1 {font-size: 36px;}

		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question
		{font-size: 34px; margin: 80px 0 1rem 0;}
		article h2:first-child, .cke_editable h2:first-child{margin-top: 0px}

		h3, .code_block h1, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_faq_header, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname
		{font-size: 30px;}

		h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
		{font-size: 26px;}
		
		h5, .forum_thread_date, .forum_mischeader_title	{font-size: 20px;}

	}

	/*L*/
	@media only screen and (min-width: 992px) {
		h1 {font-size: 42px;}

		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question
		{font-size: 36px;  margin: 100px 0 1rem 0;}
		article h2:first-child, .cke_editable h2:first-child{margin-top: 0px}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
	}


/** MORE UNIVERSAL *******************************************/

	* {overflow-wrap: break-word;}
	hr { border: 0; height: 0; border-top: 1px solid var(--main) }
	.full {display: none;}
	a.skipper {line-height: 0; font-size: 0; border: 0; background: transparent;position: absolute; top: 0; left: 0; z-index: 101}
	a.skipper:focus {border: solid 2px white; color: black; background-color: yellow; line-height: 1; font-size: 18px;}
	.breaker {clear: both; }
	img {border: 0px;}
	.print {display: none;}
	sup, sub {vertical-align: baseline; position: relative;  top: -0.4em;}
	sub {top: 0.4em;}
	.flexcenter{display: flex; justify-content: center; align-items: center;}
	.sideslider table {width: 510px; }
	.sideslider { overflow: scroll;overflow-y: hidden; -ms-overflow-y: hidden;}

	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.mobi {display: none;}
		.full {display: block;}
		.sideslider table {width: 100%; }
	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
	}



/******************************/
/*  MODULES, BELLS & WHISTLES */
/*        ALPHABETIZED        */
/******************************/

/** ACCORDION - FAQS, FORMS, & DIVS ************************************************************/
	.faq_featured_block{ margin: 20px 0 0 0 !important; display: block}
	.faq_header{ display: block}
	.faq_question_block_slide{padding: 10px 0;border-bottom: 0;}
	.faq_question_block_slide_question{padding: 0; border: solid 0px red}
	.faq_question_block_slide_answer{padding: 0 20px 10px 20px;}
	.faq_header{padding-top: 40px;}

	/* resets */
	div.cms_form_collapsible_header{background: none; border-bottom: 0; }
	article .code_block_center.code_block_accordion_wrap {display: block; padding: 0px; gap: 0px;}
	article .code_block_box.code_block_accordion, article .code_block_box.code_block_accordion:hover {display: block; max-width:100%; padding: 0px; border: 0; outline: 0; border-radius: 0; box-shadow: none;background-color: transparent}
	article .code_block_box.code_block_accordion .code_block_indiv_image{display: none;}
	article .code_block_box.code_block_accordion .code_block_indiv_content{text-align: left}

	/* closed Q */
	div.cms_form_collapsible_header a:visited, 
	.faq_question_block_slide_question_closed a, 
	.faq_question_block_slide_question_closed a:visited, 
	div.faq_recent_block .faq_question_block_slide_question_closed a, 
	div.faq_recent_block .faq_question_block_slide_question_closed a:visited, 
	div.faq_featured_block .faq_question_block_slide_question_closed a, 
	div.faq_featured_block .faq_question_block_slide_question_closed a:visited, 
	div.faq_popular_block .faq_question_block_slide_question_closed a, 
	div.faq_popular_block .faq_question_block_slide_question_closed a:visited, 
	div.faq_question_panel .faq_question_block_slide_question_closed a, 
	div.faq_question_panel .faq_question_block_slide_question_closed a:visited, 
	.code_block_accordion div.code_block_indiv_top,
	.code_block_accordion.open .code_block_accordion div.code_block_indiv_top,
	div.cms_form_collapsible_header a, div.cms_form_collapsible_header a:visited
	{padding: 17px 80px 17px 30px;color: var(--font); background-color: white; display: block;   font-size: 20px;position: relative; text-decoration: none; border-radius: 10px;box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);}
	div.cms_form_collapsible_header a, div.cms_form_collapsible_header a:visited{margin-top: 20px; width: 100%; text-align: left; border: 0 !important}
	
	/* hover Q */
	div.cms_form_collapsible_header a:hover, 
	div.cms_form_collapsible_header a:focus, 
	.faq_question_block_slide_question_closed a:hover, 
	.faq_question_block_slide_question_closed a:focus, 
	div.faq_recent_block .faq_question_block_slide_question_closed a:hover, 
	div.faq_recent_block .faq_question_block_slide_question_closed a:focus, 
	.code_block_accordion div.code_block_indiv_top:hover, 
	div.faq_featured_block .faq_question_block_slide_question_closed a:hover,
	div.faq_featured_block .faq_question_block_slide_question_closed a:focus, 
	div.faq_popular_block .faq_question_block_slide_question_closed a:hover, 
	div.faq_popular_block .faq_question_block_slide_question_closed a:focus,
	div.faq_question_panel .faq_question_block_slide_question_closed a:hover, 
	div.faq_question_panel .faq_question_block_slide_question_closed a:focus,
	.code_block_accordion.open .code_block_accordion div.code_block_indiv_top:hover,
	.code_block_accordion.open .code_block_accordion div.code_block_indiv_top:focus
	{ background-color: var(--second); color:var(--font);text-decoration: none;}

	/* open Q */
	div.cms_form_collapsible_header.open a, 
	.faq_question_block_slide_question_open a, 
	div.faq_recent_block .faq_question_block_slide_question_open a, 
	.code_block_accordion.open div.code_block_indiv_top,  
	div.faq_featured_block .faq_question_block_slide_question_open a,  
	div.faq_popular_block  .faq_question_block_slide_question_open a, 
	div.faq_question_panel  .faq_question_block_slide_question_open a, 
	.code_block_accordion.open .code_block_accordion.open div.code_block_indiv_top 
	{color: white; background-color: var(--main); display: block; padding: 17px 80px 17px 30px; text-decoration: none;position: relative;font-size: 20px;border-radius: 10px;box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);}



	/* new chevroms */
	.code_block_accordion div.code_block_indiv_top:after, 
	.code_block_accordion.open .code_block_indiv_top:after, 
	.faq_question_block_slide_question_closed a:after
	{content: '';}
	
	.code_block_accordion div.code_block_indiv_top:before, 
	.code_block_accordion.open div.code_block_indiv_top:before, 
	div.cms_form_collapsible_header a:before,
	.faq_question_block_slide_question_closed a:before,
	.faq_question_block_slide_question_open a:before
	{content: '\2b'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: absolute; top: 0; right: 0; font-size: 22px; padding: 0 30px; display: block; height: 100%; display: flex; justify-content: center; align-items: center; }
	
	.code_block_accordion.open div.code_block_indiv_top:before, 
	.code_block_accordion.open .code_block_accordion.open div.code_block_indiv_top:before, 
	div.cms_form_collapsible_header.open a:before,
	.faq_question_block_slide_question_open a:before
	{content: '\f068' !important;font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: absolute; top: 0; right: 0; font-size: 22px; padding: 0 30px; display: block; height: 100%; display: flex; justify-content: center; align-items: center; }
	
	/* contents */
	article .code_block_accordion .code_block_indiv_content{padding: 0 30px;}
	.faq_question_block_slide_answer, article .code_block_accordion.open .code_block_indiv_content{padding: 17px 30px; border-radius: 0; border: 0; border-top: 0; margin: 0}


/** ALERTS 2.0 ****************************************************/
	.alertholder{width: 100%; }
	.alertbar {padding: 10px 0; width: 100%; }
	.alertbar.regular{}
	.alertbar.high{}
	.alert {width: 96%; max-width: 1160px; margin: 0 auto; padding-right: 40px; position: relative; text-align: left}
	.alert_icon{}
	.alert a {}
	.alert a:hover, .alert a:focus {}
	button.exed {position: absolute; top: 0px; right: 10px; cursor: pointer; font-size: 20px; text-align: center; display: block; text-decoration: none !important;}
	button.exed:before {content:"\f057"; font-family: 'Font Awesome 6 Pro';}

/** BLOGS ********************************************/
	.blog_posted_date {display: block; color: BLACK;}
	span.blog_tags_tag a{display: inline-block;}
	.blog_share {float: none; Text-align: left;}
	.blog_share a { font-size: 32px; margin-left: 20px;}
	.blog_share ul {list-style: none; display: flex;  justify-content: flex-end;  align-items: center;}
	.blog_share ul li{ display: inline-block;}
	article .blog_share ul li:before { display: none;}
	.regionbox form input, .regionbox form select {margin: 5px;}
	
	/*S*/
	@media only screen and  (min-width: 576px) {
		.blog_share {position: relative; float: right; }
	}


/** CALENDAR *****************************/
	.content_calendar_table {border: 0; }
	td.content_calendar_table_headercell {background-color: var(--main); color: white; text-align: center; font-weight: bold;}
	td.content_calendar_table_headercell a { color: white; }
	td.content_calendar_table_headercell a:hover, td.content_calendar_table_headercell a:focus { color: var(--pale); }
	td.content_calendar_table_cell { border: solid 1px var(--pale); border-top: 0}
	tr td.content_calendar_table_cell:last-child { border-bottom: solid 1px var(--main);}
	td.content_calendar_table_selectedcell { border: solid 1px var(--main); background-color: var(--pale)}

	/* de-tablize it */
	table.content_calendar_table, table.content_calendar_table tbody, table.content_calendar_table thead,  table.content_calendar_table tr, table.content_calendar_table tr th, table.content_calendar_table tr td{display: block;}

	/* remove empty cells */
	table.content_calendar_table tr td:empty{display: none;}

	/* fix the header row */
	table.content_calendar_table tr:first-child{display: flex; width: 100% !important; }
	table.content_calendar_table tr:first-child td.content_calendar_table_headercell{display: block; width: 33.33%}

	/* remove the days of the week row */
	table.content_calendar_table tr:nth-child(2){display: none}
	
	/* add days of the week to cells */
	table.content_calendar_table tr td:before{content:'Sunday: ';}
	table.content_calendar_table tr td:nth-child(2):before{content:'Monnday: '}
	table.content_calendar_table tr td:nth-child(3):before{content:'Tuesday: '}
	table.content_calendar_table tr td:nth-child(4):before{content:'Wednesday: '}
	table.content_calendar_table tr td:nth-child(5):before{content:'Thursday: '}
	table.content_calendar_table tr td:nth-child(6):before{content:'Friday: '}
	table.content_calendar_table tr td:last-child:before{content:'Saturday: '}
	table.content_calendar_table tr:first-child td:before{display: none;}



	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {

		/* re-tableize it */
		table.content_calendar_table{display: table;}
		table.content_calendar_table tbody{display: table-row-group}
		table.content_calendar_table tr, table.content_calendar_table tr:nth-child(2){display: table-row}
		table.content_calendar_table tr td, table.content_calendar_table tr td:empty{display: table-cell}
		table.content_calendar_table tr:first-child{display: table-row}
		/* fix header row */
		table.content_calendar_table tr:first-child td.content_calendar_table_headercell{display: table-cell; width: 14.29%;}
		table.content_calendar_table tr:first-child td.content_calendar_table_headercell[colspan="5"]{width: 71.42%;}
		/* remove days of the week from cells */
		table.content_calendar_table tr td:before{display: none;}

		.content_calendar_table {border: solid 1px var(--main); border-collapse: collapse}
		td.content_calendar_table_cell { border: solid 1px var(--main); }
	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
	}

/** CALCXML ***********************************/
	.calcxml_container.container{max-width: 100%;}
	.calcxml_container .row {margin: 0;}
	h3[data-toggle="collapse"] {border-bottom: 2px solid #333;}
	.row.collapsing, .row.collapse.show {  border: 2px solid #333;  border-top: none;}
	.calcxml_container h3[data-toggle="collapse"]:after {color: var(--main);}
	table.tipped_table{ margin: 10px 0; }
	input.calcxml_submit.btn.btn-lg.btn-block.btn-primary{}
	input.calcxml_submit.btn.btn-lg.btn-block.btn-primary:hover, input.calcxml_submit.btn.btn-lg.btn-block.btn-primary:focus{}
	a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary{}
	a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:hover, a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:focus{}



/** DEC TREE ***************************************/

	/* use any height less than 1000px - within reason */
	.CHboxedup{max-width: 100%; height: auto; z-index: 90;  }
	.CHbox {height: auto; height: auto;border: solid 1px var(--main); border-radius: 10px; padding: 20px 10px 60px 10px; text-align: center;}
	.cardbennies, .CHAs {max-height: calc(100% - 50px); overflow: auto;}
	.card img {border: 0 !important}

	/* to overwrite BS styles for .card */
	.CHbox .card {display: block;  background-color: transparent; border: none !important;}

	.CHbox a {} /* match to regular content size */
	.CHQ {border-bottom: solid 2px var(--main);}/* matchED to H3 */
	.cardname{} /* matchED to H3 */
	.CHA {color: var(--main) } /* match to regular content size or not */
	.CHA:hover, .startover:hover {color:var(--second); cursor: pointer;}
	.startover{ font-size: 16px; }
	.cardbennies { } /* match to regular content size */

	/* generic icons for FA 5 */
	.CHQ:before {content: '\f059'; font-family: 'Font Awesome 6 Pro'; font-weight: 700; margin-right: 10px; }
	.CHA:before {content: '\f0a4'; font-family: 'Font Awesome 6 Pro'; font-weight: 300;margin-right: 10px;}
	.startover:before {content: '\f021'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; margin-right: 10px;}
	.startover i .fa{display: none;}

	/* for FA 4
	.CHQ:before {content: '\f059'; font-family: 'FontAwesome';  }
	.CHA:before {content: '\f0a4'; font-family: 'FontAwesome'; }
	#startover:before {content: '\f021'; font-family: 'FontAwesome'; }
	*/

/** FAQs **********************************************/
	.faq_toolbar {padding-bottom: 15px;}
	.faq_viewed {color: var(--main); font-size: 11px; font-weight: bold;}
	.faq_search {margin: 20px 0px}
	.faq_question_block {margin-top: 10px;}
	.faq_advanced_search_panel {padding: 0px;}
	.faq_advanced_search_panel table {margin: 20px 0px;}
	.faq_advanced_search_panel table td {padding: 2px 0px;}
	.faq_advanced_search_panel i {color: silver;}
	div.faq_browse input[type=submit] {margin-left: 10px;}
	.faq_search_form input[type=submit]{margin: 0 10px;}
	div.faq_advanced_search_panel input[type=text], div.faq_advanced_search_panel textarea{width: 100%;}
	div.faq_advanced_search_panel input[type=button] {margin-left: 10px;}
		form.faq_search_form input[type="submit"], div.faq_browse form input[type="submit"]{margin: 10px 0;}

	/*remove recent, featured, & popular */
	/*div.faq_featured_block, div.faq_recent_block, .faq_popular_block{display: none;}*/

	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
	}

/** FAQS REGION ***************************************/
	ul.region_faq_list li {margin-bottom: 5px;}
	span.region_faq_header {display: block; margin-bottom: 10px}

/** FORMS ************************************************/
	.visuallyhidden {border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
	.cms_form_item, .cms_form_content_block {clear: both; padding: 10px 0; margin: 0 !important;}
	.cms_form_textinput, .cms_form_dropdown  {width: 100%; border: solid 1px var(--font)}
	.cms_form_textarea {width: 100%; height: 100px; border: solid 1px var(--font)}
	.cms_form_item_sidebyside {width: 50%; padding: 0 20px 0 0;}
	.cms_form_label, legend.cms_form_legend {width: 100% !important;  float: none; margin: 0 1% 5px 0; }
	.cms_form_object {width: 100%;  float: none; margin: 1px 0}
	fieldset.cms_form_fieldset {white-space: normal; width: 100%; border: none;}
	.cms_form_checkbox_container input[type="checkbox"], .cms_form_checkbox_container label{display: inline;}
	.cms_form_radio_container label {display: inline;}


	/*S*/
	@media only screen and  (min-width: 576px) {
		.cms_form_label, legend.cms_form_legend{width: 33% !important; position: relative; float: left; margin: 0 1% 5px 0; font-weight: normal}
		.cms_form_object {width: 66%; position: relative; float: right; margin: 1px 0}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
	}

/** LOCATOR 2.5 **************************************************/


	button#exedout {display: none;}
	form#locator fieldset label {display: inline;}

	button#exedout {display: none;}
	.legend{ top: -10px;}
	.boxedsearch, .legend {BACKGROUND-COLOR: var(--pale); }
	.boxedsearch label, .boxedsearch legend, .legend_label {font-size: 18px; }
	.boxedsearch h2{margin-top: 1rem}
	.cuname { font-size: 22px;}

	form#locator fieldset p{display: flex; justify-content: flex-start; }
	input[type="checkbox"]{margin-right: 5px;}
	.legend .legend_label:nth-child(2){margin-right: 20px;}

	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
	}

/** POLLS ****************************************/
	.region table td table td {padding: 2px;}
	.region table td table{margin-bottom: 10px;}
	.region_poll_table_inner td {padding: 2px;}
	.region_poll_table_inner {margin-bottom: 10px;}
	.region_poll_radio_cell input {position: relative; top: 5px;}
	label.content_poll_option_label{padding-left: 5px;}


/** RATES & TABLES **********************************************/

	.content_rates_table_title{}
	.content_rates_table_effectivedate{}
	.content_rates_table_row_highlight{}
	table.content_rates_table tr td .widecell{}
/*
	table.content_rates_table{}
	table.content_rates_table tbody{}
	table.content_rates_table thead{}
	table.content_rates_table tr{}
	table.content_rates_table tr th{}
	table.content_rates_table tr td{}

	table.table_builder{}
	table.table_builder tbody{}
	table.table_builder thead{}
	table.table_builder tr{}
	table.table_builder tr th{}
	table.table_builder tr td{}
*/
	/* de-tablize it */
	table.content_rates_table, table.table_builder, table.content_rates_table tbody, table.table_builder tbody, 	table.content_rates_table thead, table.table_builder thead, table.content_rates_table tr, table.table_builder tr, table.content_rates_table tr th, table.table_builder tr th, table.content_rates_table tr td, table.table_builder tr td{display: block;}

	/* remove table headers */
	table.content_rates_table tr th, table.table_builder tr th {position: absolute; top: -9999px; left: -9999px;}
	
	/* put title into cell */
	table.content_rates_table tr td:before, table.table_builder tr td:before {display: block; text-align:left; font-weight: 600; content: attr(data-title); position: relative; left: -10px}

	/* style it */
	table.content_rates_table, table.table_builder{margin-bottom: 20px; width: 100%; border-collapse: collapse;}
	table.content_rates_table tr td, table.table_builder tr td{padding: 18px 20px;}
	table.content_rates_table tr:nth-child(even) td, table.table_builder tr:nth-child(even) td{background-color: var(--pale);}
	table.content_rates_table tr td:first-child, table.table_builder tr td:first-child{border-radius: 10px 10px 0 0;}
	 table.content_rates_table tr td:last-child, table.table_builder tr td:last-child{ border-radius: 0  0 10px 10px;}




	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		table.content_rates_table, table.table_builder{display: table;}
		table.content_rates_table tbody, table.table_builder tbody{display: table-row-group}
		table.content_rates_table thead, table.table_builder thead{display: table-header-group}
		table.content_rates_table tr, table.table_builder tr{display: table-row}
		table.content_rates_table tr th, table.table_builder tr th{display: table-cell; padding: 10px; background-color: var(--main); color: white; position: static; }
		table.content_rates_table tr td, table.table_builder tr td{display: table-cell; padding: 10px;  line-height: 1.56;}
		table.content_rates_table tr td:before, table.table_builder tr td:before {display: none}

		table.content_rates_table tr th:first-child, table.table_builder  tr th:first-child, table.content_rates_table tr td:first-child, table.table_builder tr td:first-child{border-radius: 10px 0 0 10px;}
		table.content_rates_table tr th:last-child, table.table_builder tr th:last-child, table.content_rates_table tr td:last-child, table.table_builder tr td:last-child{ border-radius:  0 10px 10px 0;}
		table.content_rates_table tr:nth-child(odd) td, table.table_builder tr:nth-child(odd) td{background-color: var(--pale);}
		table.content_rates_table tr:nth-child(even) td, table.table_builder tr:nth-child(even) td{background-color: white;}
		
	}

	/*L*/
	@media only screen and (min-width: 992px) {

			table.content_rates_table tr th, table.table_builder tr th, table.content_rates_table tr td, table.table_builder tr td{ padding: 25px;}

	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
	}

/** SIDEBAR CONTENT ************************************************/
	.code_block{max-width: 100%;}
	.code_block_top {}
	.code_block_center {}
	.code_block_bttm {}
	.code_block_indiv_content p{margin-top: 0px;}
	article .code_block_top {}
	article .code_block_center {}
	article .code_block_bttm {}
	article .code_block_indiv_top{}
	article .code_block_indiv_content{}
	article .code_block_indiv_bttm{}

	/*.boxtop, .code_block_indiv_top, .boxbottom, .code_block_indiv_bttm {display: none;}*/


/** SMARTBANNER ********************/

	#smartbanner { position:absolute; left:0; top:-82px; border-bottom:1px solid #e8e8e8; width:100%; height:78px; font-family:'Helvetica Neue',sans-serif; background:-webkit-linear-gradient(top, #f4f4f4 0%,#cdcdcd 100%); background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); box-shadow:0 1px 2px rgba(0,0,0,0.5); z-index:9998; -webkit-font-smoothing:antialiased; overflow:hidden; -webkit-text-size-adjust:none; }
	#smartbanner, html.sb-animation {-webkit-transition: all .3s ease;}
	#smartbanner .sb-container { margin: 0 auto; }
	#smartbanner .sb-close { position:absolute; left:5px; top:5px; display:block; border:2px solid #fff; width:14px; height:14px; font-family:'ArialRoundedMTBold',Arial; font-size:15px; line-height:15px; text-align:center; color:#fff; background:#070707; text-decoration:none; text-shadow:none; border-radius:14px; box-shadow:0 2px 3px rgba(0,0,0,0.4); -webkit-font-smoothing:subpixel-antialiased; }
	#smartbanner .sb-close:active { font-size:13px; color:#aaa; }
	#smartbanner .sb-icon { position:absolute; left:30px; top:10px; display:block; width:57px; height:57px; background:rgba(0,0,0,0.6); background-size:cover; border-radius:10px; box-shadow:0 1px 3px rgba(0,0,0,0.3); }
	#smartbanner.no-icon .sb-icon { display:none; }
	#smartbanner .sb-info { position:absolute; left:98px; top:18px; width:44%; font-size:11px; line-height:1.2em; font-weight:bold; color:#6a6a6a; text-shadow:0 1px 0 rgba(255,255,255,0.8); }
	#smartbanner #smartbanner.no-icon .sb-info { left:34px; }
	#smartbanner .sb-info strong { display:block; font-size:13px; color:#4d4d4d; line-height: 18px; }
	#smartbanner .sb-info > span { display:block; }
	#smartbanner .sb-info em { font-style:normal; text-transform:uppercase; }
	#smartbanner .sb-button { position:absolute; right:20px; top:24px; border:1px solid #bfbfbf; padding: 0 10px; min-width: 10%; height:24px; font-size:14px; line-height:24px; text-align:center; font-weight:bold; color:#6a6a6a; background:-webkit-linear-gradient(top, #efefef 0%,#dcdcdc 100%); text-transform:uppercase; text-decoration:none; text-shadow:0 1px 0 rgba(255,255,255,0.8); border-radius:3px; box-shadow:0 1px 0 rgba(255,255,255,0.6),0 1px 0 rgba(255,255,255,0.7) inset; }
	#smartbanner .sb-button:active, #smartbanner .sb-button:hover { background:-webkit-linear-gradient(top, #dcdcdc 0%,#efefef 100%); }

	#smartbanner .sb-icon.gloss:after { content:''; position:absolute; left:0; top:-1px; border-top:1px solid rgba(255,255,255,0.8); width:100%; height:50%; background:-webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); border-radius:10px 10px 12px 12px; }

	#smartbanner.android { border-color:#212228; background: #3d3d3d url('data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7'); border-top: 5px solid #88B131; box-shadow: none; }
	#smartbanner.android .sb-close { border:0; width:17px; height:17px; line-height:17px; color:#b1b1b3; background:#1c1e21; text-shadow:0 1px 1px #000; box-shadow:0 1px 2px rgba(0,0,0,0.8) inset,0 1px 1px rgba(255,255,255,0.3); }
	#smartbanner.android .sb-close:active { color:#eee; }
	#smartbanner.android .sb-info { color:#ccc; text-shadow:0 1px 2px #000; }
	#smartbanner.android .sb-info strong { color:#fff; }
	#smartbanner.android .sb-button { min-width: 12%; border:1px solid #DDDCDC; padding:1px; color:#d1d1d1; background: none; border-radius: 0; box-shadow: none;}
	#smartbanner.android .sb-button span { text-align: center; display: block; padding: 0 10px; background-color: #42B6C9; background-image: -webkit-gradient(linear,0 0,0 100%,from(#42B6C9),to(#39A9BB)); background-image: -moz-linear-gradient(top,#42B6C9,#39A9BB); text-transform:none; text-shadow:none; box-shadow:none; }
	#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover { background: none; }
	#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span { background:#2AC7E1; }

	#smartbanner.windows .sb-icon { border-radius: 0px; }

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
   *background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }

}

