:root {
  --main: #2C8188; 
  --second: #005288;
  --accent: #003B61;
  --pale: #AAAAAA;
  --paler: #e5edf3;
  --font: #333;
  --Ptop: 50px 20px 0 20px;
  --Pboth: 50px 20px; 
  --Mtop: 50px;
  --grade: linear-gradient(107deg, var(--main) 2%, var(--second) 91%);
  --Vgrade: linear-gradient(138deg, var(--main) 15%, var(--second) 85%);
  --grade2: linear-gradient(107deg, var(--second) 2%, var(--main) 91%);
  --Vgrade2: linear-gradient(138deg, var(--second) 15%, var(--main) 85%);
  --beige: linear-gradient(to bottom, rgba(170, 170, 170, 0.2) 12%, rgba(170, 170, 170, 0.5) 89%);
  --beigeV: linear-gradient(109deg, rgba(170, 170, 170, 0.2) 11%, rgba(170, 170, 170, 0.5) 89%);

	@media only screen and  (min-width: 576px) {
	  --Ptop: 60px 32px 0 32px;
	  --Pboth: 60px 32px;
	  --Mtop: 60px;
	}

	@media only screen and (min-width: 992px) {
	  --Ptop: 80px 32px 0 32px;
	  --Pboth: 80px 32px;
	  --Mtop: 80px;
	}

	@media only screen and (min-width: 1200px) {
	  --Ptop: 100px 85px 0 85px;
	  --Pboth: 100px 85px; 
	  --Mtop: 100px;
	}

	@media only screen and (min-width: 1400px) {
	  --Ptop: 124px 85px 0 85px;
	  --Pboth: 124px 85px; 
	  --Mtop: 124px;
	}
}

/*
Teal - #2C8188 - main
Blue - #005288 - second
Dark Blue - #003B61 - accent
Light Grey - #AAAAAA - pale
Black - #333333 - font

XS - padding: 50px 20px;
SM & MD - padding: 60px 32px;
LG - padding: 80px 32px;
XL - padding: 100px 85px;
XXL - padding: 124px 85px;
max-width: 1639px;

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*/

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

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


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

	a, button.modal_link{  transition: all .25s; font-weight: 700; color: var(--second); text-decoration: none;}
	a:hover, a:focus, button.modal_link:focus, button.modal_link:hover {color: var(--second);  text-decoration: underline;}
	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}
	button.modal_link{text-align: left;}


	input, select, textarea, button{font-weight: 400; color: var(--font); font-size: 16px; font-family: "Montserrat", sans-serif;}
	button{border: 0; background: transparent;transition: all .25s;text-align: center; padding: 0}
	.CHbox a, .CHA, .cardbennies{font-weight: 400; color: var(--font); font-size: 16px; font-family: "Montserrat", sans-serif;} /* match to regular font size */
	strong{font-weight: 700}
	blockquote{padding: 1rem 0 0 0;}
	.video_wrapper {margin-top: 20px !important;}
	/*.row {margin: 0;}
	.cms_col.col-md-12.py-2	{padding-right: 0 !important; padding-left: 0 !important;}*/


	article ul, article ol {margin: 0; padding: 1rem 0 0 20px;}


	/* 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: 400; color: var(--main); position: absolute; top: 0; left: -30px; }
	
	/*S*/
	@media only screen and  (min-width: 576px) {
		.contentwrapper, input, select, textarea, button{ font-size: 18px; }
	}

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

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

		/* BS for XXL */
		.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto { position: relative; width: 100%; padding-right: 15px; padding-left: 15px;}

		.col-xxl-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%;}
		.col-xxl-2 {-ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
		.col-xxl-3 {-ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
		.col-xxl-4 {-ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}
		.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%;}
		.col-xxl-8 {-ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%;}
		.col-xxl-9 {-ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%;}
		.col-xxl-10 {-ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%;}
		.col-xxl-11 {-ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%;}
		.col-xxl-12 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
		.pt-xxl-0{padding-top: 0 !important;}
		.pb-xxl-0{padding-bottom: 0 !important;}
		.p-xxl-0{padding: 0 !important;}


		.order-xxl-first {-ms-flex-order: -1; order: -1;}
		.order-xxl-last {-ms-flex-order: 13; order: 13;}
		.order-xxl-0 {-ms-flex-order: 0; order: 0;}
		.order-xxl-1 {-ms-flex-order: 1;order: 1;}
		.order-xxl-2 {-ms-flex-order: 2;order: 2;}
		.order-xxl-3 {-ms-flex-order: 3;order: 3;}
		.order-xxl-4 {-ms-flex-order: 4;order: 4;}
		.order-xxl-5 {-ms-flex-order: 5;order: 5;}
		.order-xxl-6 {-ms-flex-order: 6;order: 6;}
		.order-xxl-7 {-ms-flex-order: 7;order: 7;}
		.order-xxl-8 {-ms-flex-order: 8;order: 8;}
		.order-xxl-9 {-ms-flex-order: 9;order: 9;}
		.order-xxl-10 {-ms-flex-order: 10;order: 10;}
		.order-xxl-11 {-ms-flex-order: 11;order: 11;}
		.order-xxl-12 {-ms-flex-order: 12;order: 12;}

		.text-xxl-left {text-align: left !important;}
		.text-xxl-right {text-align: right !important;}
		.text-xxl-center {text-align: center !important;}
	}

/** HEADER ***********************************************/
	.toplinks {background-color: var(--main); padding: 0; }
	.toplinks .liner {display: flex; justify-content: space-between; align-items: center; flex-wrap: nowrap; height: 60px; width: 100%; color: white; font-size: 11px; }
	.toplinks a, .toplinks .notalink  {color: white; font-weight: 400; line-height: 1.2; text-transform: uppercase; padding: 0 10px;}
	.toplinks a:hover, .toplinks a:focus {color: white;}
	.toplinks a .RLicon, .toplinks .notalink .RLicon{display: block;}
	.TL1{display: none;}
	.TL2, .TL3{ flex: 1 1 40%;display: flex; justify-content: space-around; align-items: center;  height: 100%; width: 50%;}

	header {width: 100%; z-index: 100; padding: 0 20px; position: relative; background-color: white; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);}
	header .liner{height: 70px;}
	header.stuck {position: fixed; top: 0; left: 0; }

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

	#sitesearch, header .sitesearch {display: none;}

	.searchbg{background-color: var(--second);  height: 100px;width: 100%; padding: 21px 22px}
	.sitesearch { height: 56px; width: 100;background-color: white;  border-radius: 10px; position: relative; }

	.searchbox {position: absolute; top: 16px; left: 12px; padding-left: 10px; height: 24px; width: calc(100% - 24px); border: 0; outline: 0;  font-size: 12px; font-weight: 600; color: var(--main); border-bottom: solid 1px var(--pale);}
	.searchbox::placeholder {color: var(--main);;  opacity: 1;}
	.searchbox:-ms-input-placeholder {color: var(--main);;}
	.searchbox::-ms-input-placeholder { color: var(--main);;}

	button.SSbttn{color: var(--main); position: absolute; top: 0; right: 0; width: 44px; height: 100%; }
	button.SSbttn:hover, button.SSbttn:focus {color: var(--second);}
	.sitesearch button:before{content: '\f002'; font-family: 'Font Awesome 6 Pro'; font-weight: 400;}

	/*S*/
	@media only screen and  (min-width: 576px) {
		header { padding: 0 32px; }
		header .liner{height: 90px;}
		a.homelink img {width: 232px}
		.toplinks .liner {height: 50px;  }

	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		/*a[name]{position: relative; top: -57px; z-index: 1}*/
		header .liner{height: 140px;}
		.TL2{display: none}
		.toplinks  { padding: 0 32px; }
		.toplinks .liner { justify-content: flex-end;  }
		.TL3{justify-content: flex-end; gap: 20px;}
		.toplinks a, .toplinks .notalink{ font-size: 14px;}
		.toplinks a .RLicon, .toplinks .notalink .RLicon{display: inline; }
		a.homelink img {width: 336px}


	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.TL1{display: flex; justify-content: flex-start; align-items: center; height: 100%;gap: 20px;}
		.TL1 a .RLicon, .TL1 .toplinks .notalink .RLicon{display: none;}

		.toplinks .liner { justify-content: space-between;  gap: 20px;}
		.TL3{flex: 0 1 10%;}
		.toplinks a, .toplinks .notalink{white-space: nowrap}

	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.toplinks .liner { justify-content: flex-end;  }
		.toplinks, header{padding:0 85px;}
	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		a.homelink img {width: 300px;  z-index: 101;}
	}

	@media only screen and (min-width: 1560px) {
		#sitesearch { display: block; color: var(--main);width: 44px; height: 100%; position: absolute; top: 0; right: 160px;  z-index: 101;}
		#sitesearch:hover, #sitesearch:focus, #sitesearch.down {color: var(--second);}
		#sitesearch:before{content: '\f002'; font-family: 'Font Awesome 6 Pro'; font-weight: 400;}
		#sitesearch.down:before{content: '\f00d';}

		.sitesearch { height: 100%;  width: calc(100% - 240px - 320px);background-color: white;  border-radius: 0; position: absolute; top: 0; right: 240px; z-index: 101; }
		.searchbox {position: absolute; top: 54px; left: 12px; padding-left: 10px; height: 32px; width: calc(100% - 24px); border: 0; outline: 0; font-size:  18px;font-weight: 600; color: var(--main); border-bottom: solid 1px var(--pale);}
		button.SSbttn{font-size: 24px; border: 0}
	}

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

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

	button.menutoggler{display: block; height: 100%; width: 44px; color: var(--second); position: absolute; top: 0px; right: 0;  font-size: 36px;transform: scale(1);transition:  all .25s; }
	button.menutoggler:hover, button.menutoggler:focus {color: var(--main);transform: scale(1.1);}
	/*button.menutoggler:before{content: "\f0c9"; font-family: 'Font Awesome 6 Pro'; font-weight: 400;}*/

	nav.mobile button.menutoggler2{text-decoration: none; height: 44px; width: 44px; font-size: 20px; color:var(--second); position: absolute; top: 100px; right: 0; text-align: center; transform: scale(1); transition: all .25s; }
	nav.mobile button.menutoggler2:hover, nav.mobile button.menutoggler2:focus{color:var(--second);transform: scale(1.1);}
	nav.mobile button.menutoggler2:after {content: '';}


	nav.mobile{display: block; color: var(--main); background-color: white; height: 100%; position: fixed; z-index: 1000; top: 0; overflow-y: auto;  width: 300px; right: -300px; text-align: left;  transition: all .25s; }
	nav.mobile.out{right: 0; box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2);}

	.L1{padding: 40px 30px 30px 30px;}


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

	.L1 a, .L1 button {color: var(--second);text-decoration: none; position: relative; width: 100%; text-align: left;  display: block; transition: all .25s; padding: 20px 0 0 0; text-transform: uppercase;  font-weight: 700;}
	.L1 button:before {content: '\f078'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; margin-right: 14px; transition: all .25s;transform: rotate(0deg); }
	.L1 button.flipped:before { transform: rotate(180deg);}

	.L2 a, .L2 button {font-size: 14px;  font-weight: 700;text-transform: initial; padding: 14px 0 0 28px;}
	.L2 a{}
	.L2 button:before {display: none;}

	.L3 a{}

	.TL4{padding: 20px; margin-top: 20px; border-top: solid 1px var(--pale);}
	.TL4 a{display: block; width: 100%; background: var(--grade); color: white; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);font-size: 16px; letter-spacing: 0.32px; font-weight: 400; transform: scale(1); transition: all .25s; border-radius: 10px; margin-bottom: 20px; padding: 20px; text-align: center; text-transform: uppercase; }
	.TL4 a:hover, .TL4 a:focus {transform: scale(1.02); text-decoration: none;}


	/*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; top: 140px; height: calc(100% - 140px); }
		.L2 a, .L2 button {font-size: 16px; }
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		nav.mobile{ top: 190px; height: calc(100% - 190px); }
	}

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

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

		nav.pc  {display: block; z-index: 100;  width:100%; position: absolute; top: 0; right: 0; height: 100%;}
		.navliner {. max-width: 900px; width: calc(100% - 380px - 260px);  z-index: 100; display: flex; justify-content: space-between; align-items: center;  align-content: center;   height: 100%;  position: absolute; top: 0; left: 380px;}

		button.CMitem, a.CMitem{text-decoration: none; line-height: 1.15;  display: flex; align-items: center;height: 100%;font-size: 18px; color: var(--second); text-transform: uppercase; font-weight: 700; padding-top: 10px;}
		button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {text-decoration: none; padding-top: 0px;}

		.ddcontent{ display: none; position: absolute; top: 140px; left: 0px; width: 100%; padding: 100px 66px;  border-radius: 0 0 20px 20px;  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2);  background-color: white; }
		.ddcontent .container-fluid{max-width: 1430px; width: 100%; margin: 0 auto; }
		header .ddcontent .liner{ height: auto;}


		.ddcontent p {}
		.ddcontent a {display: block;  }
		.ddcontent a:hover, .ddcontent a:focus { text-decoration: none;}

		/*.ddcontent div div div{border: solid 1px red;}*/

		.Mpic{padding: 0  0 0 80px;}
		.Mpic img{border-radius: 20px; }

		.TL4{padding: 0 80px 0 0; margin-top: 0px; border-top: 0; border-right: solid 1px var(--pale);}
		.TL4 a{display: block; width: 100%; background: var(--grade); color: white; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);font-size: 16px; letter-spacing: 0.32px; font-weight: 400; transform: scale(1); transition: all .25s; border-radius: 10px; margin-bottom: 20px; padding: 20px; text-align: center; text-transform: uppercase; }
		.TL4 a:hover, .TL4 a:focus {transform: scale(1.02); text-decoration: none;}


		/* for auto dds with 3rd levels
		.CMsub{display:none;padding-left: 20px;}
		button.CMlink{position: relative; width: 100%; text-align: left}
		button.CMlink:after {content: '\f078'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: absolute; top: 0px; right: 0px; transition: all .25s; }
		button.CMlink.opened:after { transform: rotate(180deg);}
		*/
	}

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

	section.promo1{padding: var(--Pboth);position: relative; }
	section.promo1 .container-fluid{max-width: 580px;}
	section.promo1 h2{padding-top: 24px;}
	section.promo1 h2 .d1{ color: var(--second); padding-top: 28px; }
	section.promo1 img{border-radius: 30px;}

	/*section.promo2{padding: var(--Pboth);position: relative; background: url(../images/HomePromoAngle_Mobile.png) no-repeat right top,  linear-gradient(150deg, rgba(0,59,97,1) 0%,rgba(0,82,136,1) 100%);background-blend-mode: normal; background-size: 75%; color: white;}*/

	section.promo2{padding: var(--Pboth);position: relative;background: linear-gradient(to right, rgba(0,59,97,1) 0%,rgba(0,82,136,1) 100%);color: white;}
	section.promo2 .container-fluid{max-width: 580px;}
	section.promo2 h2{padding-top: 24px; color: white;}
	section.promo2 .d1{ color: white; padding-top: 28px;}
	section.promo2 img{border-radius: 30px;}
	.tealangle{height: 100%; width: 80%; position: absolute; top: 0; right: 0; background: url(../images/HomePromoAngle_Mobile.png) no-repeat left top}
	section.promo2 .blueangle{display: none;}
	
	/*S*/
	@media only screen and  (min-width: 576px) {
		.tealangle{ width: 100%; background-position: right top}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		section.promo2{}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		section.promo1 .container-fluid, section.promo2 .container-fluid{max-width: 1400px;}
		section.promo1 .d1{ padding-top: 0;}
		.tealangle{background: url(../images/TealAnglePromoOverlay.png) no-repeat; width: 60%; max-height: 100%}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.promo2 .blueangle{display: block;}
		.blueangle{background: url(../images/BlueAnglesRight.png) no-repeat; width: 181px; height: 200px; position: absolute; top: 100px; right: -80px;}
		section.promo1 .P1_text{padding-right: 100px;}


	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		.blueangle{right: 0px;}
		section.promo2 .blueangle{background: url(../images/TealAngles.png) no-repeat; width: 181px; height: 200px; position: absolute; bottom: 0; left: 0; top: auto; right: auto; }
		section.promo2 .P1_text{padding-left: 100px;}
	}

/** HOME - APP DOWNLOAD *************************************************/

	section.appdwnld{ background: var(--beige); margin-top: var(--Mtop); padding: var(--Ptop); position: relative; overflow: hidden;}
	section.appdwnld .liner {height: 100%;max-width: 1400px;}
	.ADangle{position: absolute; top: 0; right: 0; width: 66%; height: 100%; z-index: 1; background: url(../images/MobileBankingAngle_Mobile.png) no-repeat left top; background-size: cover}
	.ADbluecliff{display: none; position: absolute; bottom: -40px; left: 0; width: 100%; height: 100%; z-index: 2}
	.ADimg{ position: relative; z-index: 99; width: 100%; height: 100%;}
	.ADimg img{border-radius: 30px; max-width: 100%;}
	.ADqr{display: none; }
	.ADtext{position: relative; z-index: 99; max-width: 580px; margin: 0 auto;}
	.ADtext h2{color: var(--second); padding:  0}
	.ADtext h2 .d1{ color: var(--main); padding: 1.5rem 0 1rem 0; }
	.form1{display: none;}
	.form2{display: block;}
	.ADbadge{display: none;}

	#appborder{height: 200px;}
	#appbox{text-align: left;margin-top: 40px; padding: 0 28px;  border-radius: 10px; box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.1);  border: solid 1px #aaa;  background-color: white;}
	#applinks{}

	button#appbutton{ text-align: left; padding: 14px 0; width: 100%; font-weight: 600; color: var(--font)}	
	button#appbutton:after{content: '\f063'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: relative; float: right; transition: all .25s; transform: rotate(180deg);}
	button#appbutton:after.collapsed{transform: rotate(0deg)}


	/*S*/
	@media only screen and  (min-width: 576px) {
		.ADangle{ width: 75%;}
		.ADtext h2 .d1{padding: 1.5rem 0}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		section.appdwnld{ height: 460px; padding: 0 32px; max-height: 690px; display: flex; justify-content: center; align-items: center;}
		section.appdwnld .liner{height: auto;}
		.ADimg{display: none;}
		.ADangle{display: none;}
		.ADtext{width: 400px; margin: 0; text-align: left;}
		.ADtext h2 .d1{ padding: 0 0 1.5rem 0}

	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.appdwnld{height: auto; height: 690px; padding: 0 85px; }

		.ADqr{display: flex; justify-content: center; align-items: center; font-weight: 700; position: absolute; /*bottom: 0;*/ top: calc(50% - 125px); left: 460px; width: 250px;  height: 250px;   border-radius: 20px; padding: 10px; border: solid 1px #707070; background-color: white; z-index: 90}
		.ADqr img{width: 100%;}
		#iQR{ z-index: 9}
		#dQR{ z-index: 9}
		.form2{display: none;}
		.form1{display: block;font-size: 16px; padding-bottom: 60px;}
		.form1 p, .form1 label{margin: .5rem 0}
		.form1 select, .form1 input{  border-radius: 10px; border: solid 1px var(--pale); padding: 10px; background-color: white;}
		.form1 input[type="text"]{ width: 222px;}
		.form1 select{width: 330px;}
		.form1 a{font-weight: 400;}
		.ADtext h2 { margin-bottom: 2rem}
		.ADbluecliff{ display: flex; justify-content: flex-start; align-items: flex-end;}
	}

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

/** HOME - QL *************************************************/

	section.ql{padding: 0 20px; margin-top: -30px; position: relative;  z-index: 99}
	#qlborder{padding: 30px 10px;  border-radius: 20px;  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);  background-color: white; height: 153px; max-width: 1190px; margin: 0 auto;}
	#qlbox{text-align: left;margin-top: 17px; padding: 0 28px;  border-radius: 10px; box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.1);  border: solid 1px #aaa;  background-color: white; }
	#qlbox p{margin: 0 0 .5rem 0 }

	button#qlbutton{ text-align: left; padding: 14px 0; width: 100%; font-weight: 600; color: var(--font)}	

	button#qlbutton:after{content: '\f063'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: relative; float: right; transition: all .25s;  display: block; transform: rotate(180deg);}
	button#qlbutton.collapsed:after{transform: rotate(0deg);}

	#qllinks a{display: block; padding-bottom: 10px;}
	#qllinks a:last-child{padding-bottom: 20px;}

	/*S*/
	@media only screen and  (min-width: 576px) {
		#qlborder{padding: 30px 60px; }
		section.ql{padding: 0 32px;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		#qlborder{padding: 15px 30px; height: 90px; text-align: right; position: relative; }
		#qlborder h2{position: absolute; top: 30px; left: 30px; margin-right: 30px;}
		#qlbox{display: inline-block; margin-top: 0; width: calc(100% - 320px)}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		#qlborder{padding: 25px 30px;height: 110px; }
		#qlborder h2{ top: 40px;font-size: 30px;}
		#qlbox{ width: calc(100% - 340px)}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.ql{padding: 0 85px; margin-top: -50px; }
		#qlborder{padding: 25px 50px; }
		#qlborder h2{left: 50px;}
	}

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

/** HOME - ICONS *************************************************/

	section.icons{padding: var(--Pboth);}
	section.icons .liner {display: flex; flex-wrap: wrap; justify-content: space-around; gap: 20px 30px;max-width: 610px;}
	section.icons a{flex: 1 1 40%;  font-size: 14px; text-align: center; text-transform: uppercase}
	section.icons a .RLicon{display: block;  width: 60px;  height: 60px; background: var(--Vgrade); color: white; font-size:  24px; line-height: 1; display: flex; justify-content: center; align-items: center;box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); border-radius: 12px; margin: 5px auto 10px auto; transition: all .25s}
	section.icons a .RLwords{font-size: 14px;font-weight: 600; color: var(--accent); line-height: 1.3}
	section.icons a:hover,	section.icons a:focus{text-decoration: none;}
	section.icons a:hover .RLicon,	section.icons a:focus .RLicon{width: 66px;  height: 66px;margin: 2px auto 7px auto;}



	/*S*/
	@media only screen and  (min-width: 576px) {
		section.icons .liner { gap: 10px 30px;}
		section.icons a{flex: 1 1 25%; ; font-size: 15px; }
		section.icons a .RLwords{font-size: 15px;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		section.icons{padding: 75px 32px;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.icons{padding: 75px 85px;}
		section.icons .liner { gap: 20px; max-width: 1412px}
		section.icons a{flex: 1 1 5%; ; }
	}

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

/*** HOME RATES SCROLLER SLIDEY THING ***********************************************/
	/** 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;}

	/* borders 
	.rates-carousel{border: solid 1px fuchsia;}
	.slick-slider{ border: solid 1px green; }
	.slick-slide{ border: solid 1px orange;}
	.slick-slide a{border: solid 1px cyan;}
	.slick-prev, .slick-next{border: solid 1px lime;}
	*/



	section.rc-container{background-image: linear-gradient(283deg, var(--main) 0, var(--second) 100%); color: white; padding: var(--Pboth);}
	
	section.rc-container h2{color: white; text-align: center; width: 100%;}
	
	.Rlinks{padding: 1rem 0 0 0;}
	.Rlinks a{width: 205px}
	.Rlinks a:first-child{margin-bottom: 1rem;}

	.rates-carousel{ width: 100%; max-width: 1430px;  position: relative; margin: 0 auto; }

	.slick-slider{  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; padding: 0 10px}

	a.Rlink{ position: relative; display: flex; justify-content: center; align-items: center; padding: 40px 10px; width: 100%; height: 220px; z-index: 1}
	a.Rlink:hover, a.Rlink:focus{text-decoration: none;}
	a.Rlink:after{content: '';  color: yellow; width: 0; height: 0;display: block;position: absolute; top: 50%; right: 50%;background: var(--accent);   border-radius: 30px; transition: all .25s; opacity: 0; z-index: -1}
	a.Rlink:hover:after, a.Rlink:focus:after{ width: 100%; height: 100%; opacity: 1; top: 0; right: 0;}

	.Rtext{font-size: 24px; font-weight: 600; line-height: 1.33; color: white; transition: all .25s;}
	.Rapr{font-size: 14px; font-weight: 400; color: white; padding: 10px 0 5px 0; line-height: 1}
	.Rnumber{font-size: 70px; font-weight: 700;color: white; line-height: 1; position: relative; display: inline-block; /*padding-right: 5px*/  }
	.Rnumber:after{content:'APR'; font-size: 14px; position: absolute; right: 0; bottom: 10px;}
	.Rnumber sup{font-size: 40px; top: -20px;}

	/* arrows nav */
	.slick-arrow.slick-hidden{display:none}
	.slick-prev, .slick-next{ z-index: 99; color: white; 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, .slick-next:hover, .slick-next:focus{opacity: 1; color: white; outline:none;left: 0px;}
	.slick-next:hover, .slick-next:focus{left: auto; right: 0px;}



	/*S*/
	@media only screen and  (min-width: 576px) {
		a.Rlink:before{content: ''; width: 1px; height: 50px; background-color: white; position: absolute; top: calc(50% - 25px); right: -10px;}
		.Rlinks a:first-child{margin-bottom: 0;}

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

	/*L*/
	@media only screen and (min-width: 992px) {
		.slick-slide{ padding: 0 20px}
		a.Rlink:before{right: -20px;}

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

		.Rlinks{padding-top: 54px;}
		.Rlinks a.ctaB{margin: 9px 0;}
		.Rlinks a:hover.ctaB, .Rlinks a:focus.ctaB{margin: 6px 0;}

	}

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

	/* set the height - add arrows if they are on the side */
	.R0.regional_slideshow.carousel, .R0.regional_slideshow.carousel .carousel-item { height: auto;}

	.R0.regional_slideshow.carousel {background-color: var(--accent);} 
	.R0.regional_slideshow .carousel-item{}

	.R0.regional_slideshow .carousel_overlay{}

	.R0.regional_slideshow .carousel-image{position: static; height: 200px}
	.R0.regional_slideshow .carousel-image img{object-fit: cover; object-position: center;width: 100%; height: 200px}


	.R0.regional_slideshow .carousel-caption {width: 100%; height: 100%;  display: flex; justify-content: center; align-items: center;color: white;  position: relative; z-index: 10; bottom: 0; right: 0; top: auto; left: auto; background: url(../images/InteriorImageOverlay.png) no-repeat center top; background-size: contain; padding: 50px 20px 20px 20px; margin-top: -100px}

	.R0.regional_slideshow .carousel_caption_text{}
	.R0.regional_slideshow .carousel_caption_text p{margin: 0; padding: 1.5rem 0 0 0 }

	/* 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);  }

	/* 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; padding: 0;}
	.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) {
		.R0.regional_slideshow .carousel-caption { padding: 80px 20px 20px 20px; margin-top: -150px}
		.R0.regional_slideshow .carousel-image, .R0.regional_slideshow .carousel-image img{height: 330px}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.R0.regional_slideshow .carousel-caption { padding: 100px 20px 20px 20px; margin-top: -150px}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.R0.regional_slideshow .carousel-image, .R0.regional_slideshow .carousel-image img{height: 400px}
		.R0.regional_slideshow .carousel-caption {background-size: 100%;  padding: 120px 20px 20px 20px; margin-top: -190px}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.R0.regional_slideshow.carousel, .R0.regional_slideshow.carousel .carousel-item { height: 480px;}
		.R0.regional_slideshow .carousel-image{position: absolute; top: 0; right: -300px;  height: 480px; width: 1392px }
		.R0.regional_slideshow .carousel-image img{object-fit: cover; object-position: right center;width: 100%; height: 480px;}
		.R0.regional_slideshow .carousel-caption {width: calc(50% + 150px); height: 100%;  display: flex; justify-content: center; align-items: center;  justify-content: flex-start; position: absolute; top: 0; left: 0; background: url(../images/InteriorHeroOverlay.png) no-repeat right center; background-size: cover;padding: 0 160px 0 85px; margin-top: 0px}
		.R0.regional_slideshow .carousel_caption_text{text-align: left;}
	}

	/*XL*/
	@media only screen and (min-width: 1400px) {
		.R0.regional_slideshow .carousel-image{ right: auto; left: calc(50% - (746px / 2));}
	}
	@media only screen and (min-width: 1700px) {
		.R0.regional_slideshow .carousel-image{ right: 0; left: auto;}
	}
	@media only screen and (min-width: 1800px) {
		.R0.regional_slideshow .carousel-caption {padding: 0 160px 0 calc(50% - 819px); }
	}

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

	section.inside{padding: var(--Ptop);}
	article.container-fluid { margin: 0 auto; text-align: left; }

	section.bluegrade{padding: var(--Pboth); margin-top: var(--Mtop); background: var(--grade2); color: white;}
	section.bluegrade h2{color: white; padding: 0; margin: 0 0 20px 0}


	.compbox{padding: 37px 27px;  border-radius: 40px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); background-color: white;  text-align: center; color: var(--font)}
	.row div:last-child  .compbox{ margin-bottom: 0;}
	.compbox ul{text-align: left;display:inline-block}
	.cms_col .compbox{height: 100%;}

	section.utilities{background: linear-gradient(107deg, #003b61 11%, #005288 89%); padding: var(--Pboth); margin-top: var(--Mtop);}
	section.utilities .liner {display: flex; flex-wrap: wrap; justify-content: center; gap: 20px 30px; max-width: 610px;}
	section.utilities h2{color: white; padding: 0; margin-bottom: 24px;}

	section.utilities a{flex: 1 1 24%; max-width: 33%; font-size: 14px; text-align: center; color: white; text-transform: uppercase}
	section.utilities a .RLicon, section.utilities a .RLfa {display: block;  width: 60px;  height: 60px; background: var(--Vgrade); color: white; font-size: 24px; line-height: 1; display: flex; justify-content: center; align-items: center;box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); border-radius: 12px; margin: 5px auto 10px auto; transition: all .25s}
	section.utilities a:hover,	section.utilities a:focus{text-decoration: none;}
	section.utilities a:hover .RLicon, section.utilities a:focus .RLicon, section.utilities a:hover .RLfa, section.utilities a:focus .RLfa{width: 66px;  height: 66px;margin: 2px auto 7px auto;}

	section.utilities ul.regions_relatedlink_list{display: flex; flex-wrap: wrap; justify-content: center; gap: 20px 30px; max-width: 610px; list-style: none; padding: 0; margin: 0 auto}

	section.utilities ul.regions_relatedlink_list li{flex: 1 1 24%; max-width: 33%; }

	section.utilities ul.regions_relatedlink_list li a{flex:0 0; max-width: 100%; displaY: block; width: 100%; font-size: 14px; text-align: center; color: white; text-transform: uppercase;}



	/*S*/
	@media only screen and  (min-width: 576px) {
		section.utilities .liner, section.utilities ul.regions_relatedlink_list { gap: 10px 30px;}
		section.utilities a, section.utilities ul.regions_relatedlink_list li{flex: 1 1 25%; ; font-size: 15px; }
		section.utilities ul.regions_relatedlink_list li a{flex:0 0; max-width: 100%;font-size: 15px;}
		section.utilities h2{margin-bottom: 34px;}

	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		section.utilities h2{margin-bottom: 50px;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
	section.bluegrade h2{margin: 0 0 30px 0}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.utilities{ margin-top: 100px 85px;}
		section.utilities .liner, section.utilities ul.regions_relatedlink_list { gap: 20px; max-width: 1412px}
		section.utilities a, section.utilities ul.regions_relatedlink_list li{flex: 1 1 5%; ; }
		section.utilities ul.regions_relatedlink_list li a{flex:0 0; max-width: 100%;}
		section.utilities h2{margin-bottom: 64px;}
	}

/** INSIDE - RATES & TABLES **********************************************/

	.content_rates_table_title{}
	.content_rates_table_effectivedate{}
	.content_rates_table_row_highlight{}
	table.content_rates_table tr td .widecell{}

	main.inside section.promo2{margin-top: var(--Mtop)}

	/* 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{ width: 100%; border-collapse: collapse; margin-top: 1rem;}
	table.content_rates_table tr td, table.table_builder tr td{padding: 7px 25px;}
	table.content_rates_table tr:nth-child(even) td, table.table_builder tr:nth-child(even) td{background-color: var(--paler);}

	/*table.content_rates_table tr td:first-child, table.table_builder tr td:first-child{font-weight: 700; color: var(--second);}*/



	/*S*/
	@media only screen and  (min-width: 576px) {
		table.content_rates_table, table.table_builder{ margin-top: 2rem;}
	}
	
	/*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: 24px; background-color: var(--accent); color: white; position: static; font-size: 20px;line-height: 1.33;}
		table.content_rates_table tr td, table.table_builder tr td{display: table-cell;padding: 24px; }
		table.content_rates_table tr td:before, table.table_builder tr td:before {display: none}



		/* rounded corners */
		table.content_rates_table, table.table_builder{border-collapse: separate; border-spacing: 0; /*border: solid 1px var(--second);*/ border-radius: 20px;}

		table.content_rates_table tr th:first-child, table.table_builder tr th:first-child{border-radius: 20px 0 0 0; }
		table.content_rates_table tr th:last-child, table.table_builder tr th:last-child{border-radius: 0 20px 0 0; }

		table.content_rates_table  tr:last-child td:first-child, table.table_builder  tr:last-child td:first-child{ border-radius: 0 0 0 20px;}
		table.content_rates_table  tr:last-child td:last-child, table.table_builder  tr:last-child td:last-child{border-radius:  0 0 20px 0}

		

		
	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		table.content_rates_table tr th, table.table_builder tr th, table.content_rates_table tr td, table.table_builder tr td{padding: 24px 50px; }

	}

/** 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}
	.code_block_accordion{ margin: 0}


	/* 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: 20px 60px 20px 24px;color: white; background-color: var(--accent); display: block;   font-size: 18px; font-weight: 700; position: relative; text-decoration: none; position: relative;border-radius: 10px; margin-top: 1rem}
	div.cms_form_collapsible_header a, div.cms_form_collapsible_header a:visited{ width: 100%; text-align: left; border: 0 !important}

	/* for borders between
	.code_block_accordion_wrap .code_block_accordion:first-child div.code_block_indiv_top{border: 0}
	.code_block_accordion_wrap{ border-bottom: solid 1px var(--second);}

	*/
	
	/* 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(--main);color:white;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
	{padding: 20px 60px 20px 24px;background-color: white; color: var(--second); display: block; font-size: 18px; font-weight: 700; position: relative; text-decoration: none; position: relative; border-radius: 10px 10px 0  0; border: solid 1px silver; border-bottom: 0;}

	/* 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;  padding: 0 20px; 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'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: absolute; top: 0; right: 0;  padding: 0 20px; display: block; height: 100%; display: flex; justify-content: center; align-items: center; }

	/* contents */
	article .code_block_accordion .code_block_indiv_content{padding: 0 20px;}
	.faq_question_block_slide_answer, article .code_block_accordion.open .code_block_indiv_content{padding: 20px 60px 20px 24px;  border: 0; border-top: 0; margin: 0; border-radius: 0 0 10px 10px;border: solid 1px silver; border-top: 0;}

	/*M*/
	@media only screen and  (min-width: 768px) {
		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,
		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
		{font-size: 20px;}
	}

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

	section.test{ width: 100%;  z-index: 99; position: relative; padding: var(--Pboth); margin-top: var(--Mtop); background: var(--grade);color: white;}
	section.test h2{color: white; padding-top: 0;}

	.testimonial-carousel.carousel{border: 0}
	
	/* borders 
	.testimonial-carousel.carousel{border:  solid 1px cyan; }
	.content_slideshow.testimonial-carousel.carousel{border: solid 1px red;}
	.content_slideshow.testimonial-carousel .carousel-item{border: solid 1px green;}
	.content_slideshow.testimonial-carousel a.carousel-control-prev, .content_slideshow.testimonial-carousel a.carousel-control-next {border: solid 1px lime;}
	.content_slideshow.testimonial-carousel ol.carousel-indicators {border: solid 1px orange;}
	.content_slideshow.testimonial-carousel .playpause {border: solid 1px orange;}
	*/

	.testimonial-carousel.carousel{border: 0; max-width: 1360px; margin: auto;}

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

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

	.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%; }
	.content_slideshow.testimonial-carousel .carousel_caption_text{text-align: center;color: white; font-size: 18px;line-height: 1.67; }


	/* dots */
	.content_slideshow.testimonial-carousel ol.carousel-indicators { position: absolute;  bottom: 0; right: 0;  top: auto;  margin: 0; width: 100%;  justify-content: center; padding:0;height: 44px;}
	.content_slideshow.testimonial-carousel ol.carousel-indicators li, 	.content_slideshow.testimonial-carousel ol.carousel-indicators li.active, .content_slideshow.testimonial-carousel ol.carousel-indicators li.active:hover{background-color: transparent !important; text-indent: 0;}
	.content_slideshow.testimonial-carousel ol.carousel-indicators li { width: 44px; height: 44px; border-radius: 0; }
	.content_slideshow.testimonial-carousel ol.carousel-indicators li:after{content: '\f111'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; font-size: 18px;} 
	.content_slideshow.testimonial-carousel ol.carousel-indicators li:hover:after{font-weight: 900; opacity: .8} 
	.content_slideshow.testimonial-carousel ol.carousel-indicators li.active:after{font-weight: 900; } 

	/* arrows */
	.content_slideshow.testimonial-carousel a.carousel-control-prev, .content_slideshow.testimonial-carousel a.carousel-control-next {width: 44px; height: 44px; font-size: 30px; text-shadow: none; top: auto; bottom: 0; transition: all .25s }
	.content_slideshow.testimonial-carousel a.carousel-control-prev{ left: auto; right: calc(50% + 22px);}
	.content_slideshow.testimonial-carousel a.carousel-control-next{right: auto; left:calc(50% + 22px);}
	.content_slideshow.testimonial-carousel a.carousel-control-prev:after{font-weight: 300; font-size: 24px; }
	.content_slideshow.testimonial-carousel a.carousel-control-next:after{font-weight: 300; font-size: 24px;}
	.content_slideshow.testimonial-carousel a.carousel-control-prev:hover, .content_slideshow.testimonial-carousel a.carousel-control-prev:focus{color: white; padding-right: 10px;}
	.content_slideshow.testimonial-carousel a.carousel-control-next:hover, .content_slideshow.testimonial-carousela.carousel-control-next:focus{color: white;padding-left: 10px;}



	/* play/pause */
	.content_slideshow.testimonial-carousel .playpause {position: absolute;  bottom: 0; right: calc(50% - 22px); left: auto; top: auto;  margin: 0; width: 44px; height: 44px; z-index: 99;}
	.content_slideshow.testimonial-carousel .playpause button{ border: none;color: white; background-color: transparent; width: 44px; height: 44px; font-size: 24px; border-radius: 0; position: relative;  top:0}
	.content_slideshow.testimonial-carousel .playpause button:hover, .content_slideshow.testimonial-carousel .playpause button:focus{background-color: transparent;color: white; top: -5px;}
	.content_slideshow.testimonial-carousel .playpause button.pushed{display: none;}
	.content_slideshow.testimonial-carousel .pauseButton:after{content: '\f7a5'; 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) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.content_slideshow.testimonial-carousel.carousel, .content_slideshow.testimonial-carousel .carousel-item { height: 240px;}
		.content_slideshow.testimonial-carousel.carousel { padding: 0; min-height: 284px;}

	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.content_slideshow.testimonial-carousel .carousel_caption_text{font-size: 22px;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
	}

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

/** FOOT ****************************************************/
	footer {width: 100%; color: var(--font); background-color: white; padding: var(--Pboth);}

	/*footer a{ color: var(--second);text-decoration: none;}
	footer a:hover, footer a:focus {color: white; text-decoration: underline;}*/

	.bottomlinks { line-height: 2.14;}
	.bottomlinks a {display: inline-block; margin: 0 10px;font-size: 14px;font-weight: 600; text-transform: uppercase}
	/*.bottomlinks a:after, .bottomlinks .notalink:after{content: "|";display: inline-block; padding: 0 10px;}
	.bottomlinks a:last-child:after{content: ""; padding: 0;}*/

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


	/*.ncua{display: flex}*/
	.footicons{}
	.footicons img{margin: 0 10px;}
	.footnote{  font-size: 15px; line-height: 1.6;}


	/*M*/
	@media only screen and  (min-width: 768px) {
		footer {padding: 60px 32px}
		.ncua{display: flex}
		.footicons{white-space: nowrap}

	}

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

/** CUSTOM STYLES ******************************************/
	.disclaim {font-size: 14px; line-height: 1;}
	img.imground{max-width: 100%; border-radius: 30px;}

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

	a.cta, a.ctaB, 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], 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(--main); color: white; padding: 18px 30px; font-size: 14px; text-transform: uppercase;  border-radius: 10px; font-weight: 400; margin: 3px; }

	a.cta:hover,  a.cta:focus, a.ctaB:hover,  a.ctaB: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,  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: var(--main); color: white; padding: 21px 33px;  margin: 0px;}

	a.ctaB, a.ctaB:hover, a.ctaB:focus{background-color: var(--accent);}


	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 {margin: 0; padding: 0; font-size: 22px; line-height: 1.27; font-weight: 600;}

	h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question
	{margin: 0; font-size: 21px; line-height: 1.27; font-weight: 700; color: var(--main); padding-top: var(--Mtop);}
	article h2.KJEToggleTitle, .cke_editable h2:first-child, div h2:first-child{padding: 0}
	h2 .d1{font-weight: 700; text-transform: uppercase; color: var(--second); display: block;font-size: 16px;padding: 0 0 1.5rem 0}


	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
	{margin: 0; font-weight: 700; padding: 1rem 0 0 0;font-size: 20px; line-height: 1.3; color: var(--second);}

	h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
	{margin: 0; padding: 1rem 0 0 0;font-size: 18px; line-height: 1.33; font-weight: 700; color: var(--second);}

	h5, .forum_thread_date, .forum_mischeader_title	
	{margin: 0; padding: 1rem 0 0 0;font-size: 16px; font-weight: 600}

	h6 	{margin: 0; padding: 1rem 0 0 0; font-style: italic; font-weight: 400; font-size: 16px;}

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

		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: 24px;}
		h2 .d1{font-size: 18px;}


		h5, .forum_thread_date, .forum_mischeader_title	
		{font-size: 18px;}

		h6 	{ font-size: 18px;}
	}

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

		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: 28px;}

		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: 20px;}

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

	/*L*/
	@media only screen and (min-width: 992px) {
		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: 30px;}
	}
	

	/*XL*/
	@media only screen and (min-width: 1200px) {
		h1 {font-size: 40px;}

		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; }

		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: 24px;}
	}

/** 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) {
	}
	.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; }

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		.d-xxl-block{display: block !important;}
		.d-xxl-none{display: none !important;}
		.d-xxl-flex{display: flex !important;}
		.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {position: relative; width: 100%; padding-right: 15px; padding-left: 15px;}
		.col-xxl-1 {-ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%;}
		.col-xxl-2 {-ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
		.col-xxl-3 {-ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
		.col-xxl-4 {-ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}
		.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%;}
		.col-xxl-8 {-ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%;}
		.col-xxl-9 {-ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%;}
		.col-xxl-10 {-ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%;}
		.col-xxl-11 {-ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%;}
		.col-xxl-12 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
	}




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



/** 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 {position: relative;  z-index: 99}
	.blog_share a { font-size: 32px; margin-left: 20px;}
	.blog_share ul {list-style: none;}
	.blog_share ul li{ display: inline-block;}
	article .blog_share ul li:before { display: none;}
	.regionbox form input, .regionbox form select {margin: 5px;}
	.comments_sortbox{margin-top: 1rem; z-index: 10}
	
	/*S*/
	@media only screen and  (min-width: 576px) {
		.blog_share { float: right; }
		.blog_share ul { display: flex;  justify-content: flex-end;  align-items: center;}
	}


/** 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 ************************************************/
	form.cms_form_obj{max-width: 1000px; /*margin: 0 auto;*/}
	form .cms_form_object:last-child{float: none;}
	.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_object input, .cms_form_item .cms_form_object select, .cms_form_item .cms_form_object textarea{width: 100%; border-radius: 10px;border: solid 1px var(--pale);}
	.cms_form_item .cms_form_object input[type="submit"]{width: auto;}
	
	.cms_form_item .cms_form_fieldset .cms_form_object input{width: auto;}
	.cms_form_label{font-size: 18px; line-height: 1.15;}
	.cms_form_item{padding: 20px 0 0 0}

	/*M*/
	@media only screen and  (min-width: 768px) {
		.cms_form_item{ display: flex; gap: 20px; padding: 5px 0}
		.cms_form_label{width: 200px;  }
		.cms_form_item .cms_form_object{flex: 1 1;}
		.cms_form_fieldset { width: 100%; display: flex; gap: 20px; position: relative; }
		.cms_form_fieldset .cms_form_legend{ position: absolute; top: 0; left: 0;}
		.cms_form_radio_container { width: calc(100% - 220px); position: relative;  left: 220px}
	}


/** 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(--paler); }
	.boxedsearch label, .boxedsearch legend, .legend_label {font-size: 18px; }
	.boxedsearch h2{padding: 0 0 1rem 0;}
	.cuname { font-size: 22px;}
	div.listbox a[name]{position: relative; top: -200px; z-index: 1}


	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;}



/** 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;
  }

}

