:root {
  --main: #024482; /*blue*/
  --second: #db090d; /*red*/
  --accent: #ff7700; /*orange*/
  --pale: #deefff;  /* lt blue */
  --font: #333333;
  --dkblu: #01396d;
  --btblu: #0054a4;
  --grade: linear-gradient(to bottom, var(--btblu), var(--dkblu));

/*

font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;

blue #024482 rgb 2 68 130
darker-blue #01396d rgb 1 57 109
bright-blue #0054a4 rgb 0 84 164
light-blue #deefff rgb 222 239 255

black #333333 rgb 51 51 51
red #db090d rgb 219 9 13
orange #ff7700 rgb 255 119 0
 */
}

/* if no issues with our cu, remove :visited */

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

	body {text-align: center; background-color: WHITE; -webkit-text-size-adjust: 100%; padding: 0; margin: 0;}
	.contentwrapper{width: 100%; position: relative; overflow: hidden;font-family: 'Roboto', sans-serif; font-weight: 300; font-size: 18px;}

	p{margin: 14px 0;}
	article, aside {line-height: 1.55}
	.liner, article {width: 100%;  max-width: 1150px; margin: 0 auto;  position: relative; }
	.container-fluid{max-width: 1150px; width: 100%; margin: 0 auto;}
	section { width: 100%; padding: 0; margin: 0;}

	a, button.modal_link{  transition: all .25s; color: var(--btblu);}
	a:hover, a:focus, button.modal_link:focus, button.modal_link:hover {color: var(--second);}
	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: 'Roboto', sans-serif; font-weight: 300; font-size: 18px;}
	button{border: 0; background: transparent;}
	.CHbox a, .CHA, .cardbennies{font-family: 'Roboto', sans-serif; font-weight: 300; font-size: 18px;} /* match to regular font size */
	strong{font-weight: 700}

	/*center a list without centering the items*/
	/*article ul, article ol  {margin: 20px auto; text-align: left; display: table; }*/

	/*FA bullets*/
	ul {list-style: none;padding: 0px 0 0px 20px; margin: 0 0 0 20px}
	ul li {position: relative;}
	ul li:before {content: '\f00c'; font-family: 'Font Awesome 6 Pro'; font-weight: 700; color: var(--btblu); position: absolute; top: 0; left: -20px; }

	ul.content_sitemap{margin: 0; padding: 0 0 0 20px; list-style: initial;}
	ul.content_sitemap li {position: static;}
	ul.content_sitemap li:before {content: '';display: none;}




	h1{font-size: 50px; color: var(--main); line-height: 1.12; font-family: 'Roboto Condensed', sans-serif; font-weight: 300; margin: 14px 0;}

	h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, h1.KJEFontTitle, h1.faq_question
	{font-size: 40px; color: var(--main); line-height: 1.15; font-family: 'Roboto Condensed', sans-serif; font-weight: 300; margin: 14px 0; }
	article h2.KJEToggleTitle{padding: 0}


	h3, .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; color: var(--main); line-height: 1.2; font-family: 'Roboto Condensed', sans-serif;font-weight: 400; margin: 10px 0 14px 0;}

	h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
	{font-size: 24px; color: var(--main); line-height: 1.25; font-family: 'Roboto Condensed', sans-serif;font-weight: 300; margin: 10px 0 14px 0;}

	h5, .forum_thread_date, .forum_mischeader_title	{color: BLACK; font-size: 18px;font-weight: 400 }
	h6 {color: var(--font); font-size: 18px; font-style: italic; font-weight: 400}

	/*L*/
	@media only screen and (max-width: 1199px) {
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		h1 {font-size: 40px;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		h1 {font-size: 36px;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
	}

/** HEADER ***********************************************/
	header {width: 100%; z-index: 101; position: relative; background-color: var(--pale); overflow: visible; padding: 0 60px; position: relative; }
	header .liner{max-width: 1400px; height: 40px; position: relative; }
	header.stuck {position: fixed; top: 0; left: 0; }
	/*a[name]{position: relative; top: -57px; z-index: 1}*/

	.logobox{box-shadow: 0 0 5px 0 rgba(0,0,0,.5); width: 306px; /*height: 221px;*/position: absolute; top: 0; left: 0; background-color: white; }
	a.homelink{width: 100%; height: 140px; display: flex; justify-content: center; align-items: center; }
	a.homelink img {width: 100%; max-width: 275px;}

	.buttons{width: 100%; height: 81px; display: flex;}
	.buttons a, .buttons button{flex: 1 1;}
	.buttons a, button#applybttn{width: 33.33%; height: 81px; background-color: var(--btblu); color: white; font-size: 16px; line-height: 1.125; display: flex; justify-content: center; align-items: center; font-weight: 400; border-left: solid 1px white; padding: 0 5px;}
	.buttons a:hover, .buttons a:focus, button#applybttn:hover, button#applybttn:focus {color: white; background-color: var(--dkblu); text-decoration: none;}

	#applybuttons{display: none; width: 100%; height: 100px; background-color: var(--btblu); color: white; border-top: solid 1px white}
	#applybuttons div{height: 100%;}
	#applybuttons a{width: 50%; height: 100%; background-color: var(--btblu);color: white; font-size: 16px; line-height: 1.125; display: flex; justify-content: center; align-items: center; font-weight: 400; border-right: solid 1px white; padding: 0 20px;}
	#applybuttons a:last-child{border: 0; }
	#applybuttons a:hover, #applybuttons a:focus {color: white; background-color: var(--dkblu); text-decoration: none;}



	.toplinks {text-align: right; display: flex;  justify-content: flex-end;  align-items: center; height: 40px;font-size: 14px; }
	.toplinks a, .toplinks .notalink  {  font-size: 14px; color: var(--font); margin-left: 35px;}
	.toplinks a:hover, .toplinks a:focus {}
	.TL1 a .RLicon {display: none;}

	.TL2 a .RLwords {display: none;}

	#sitesearch, #sitesearch.down {color: var(--font); margin-left: 35px; font-size: 20px;font-size: 14px; width: 22px;}
	#sitesearch:hover, #sitesearch:focus, #sitesearch.down:hover, #sitesearch.down:focus {color: var(--second);}
	#sitesearch:before{content: '\f002'; font-family: 'Font Awesome 6 Pro'; font-weight: 400;}
	#sitesearch.down:before{content: '\f00d';}

	.sitesearch {display: none; width: 700px; height:30px; background-color: var(--pale); position: absolute; top: 5px; right: 40px; border-bottom: solid 1px var(--font); font-size: 14px;}

	.searchbox {position: absolute; top: 0; left: 0; padding-left: 10px; width: calc(100% - 30px); height: 29px; border: 0; font-size: 14px; background: transparent;}
	/*
	.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: 0; right: 0; width: 30px; height: 30px;font-size: 16px; }
	.sitesearch button[type=submit]:hover, .sitesearch button[type=submit]:focus {color: var(--second);}

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


	/*L*/
	@media only screen and (max-width: 1199px) {
		.TL1 {display: none;}
		.sitesearch { width: calc(100% - 370px); }
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		header { padding: 0 30px 0 0;}
		.logobox{box-shadow: none; width: 550px;  background-color: transparent; }
		a.homelink{width: 250px; height: 104px;  background-color: white; position: absolute; top: 0; left: 0; padding: 0 30px;}
		.buttonbox{position: absolute; top: 40px; right: 0;width: 300px;}
		.buttons{ height: 64px; }
		.buttons a, button#applybttn{ height: 64px;}
		.sitesearch { width: calc(100% - 320px); }
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		a.homelink{width: 182px; padding: 0 14px;}
		.logobox{ width: calc(100% - 54px);  }
		.buttonbox{width: calc(100% - 182px);}
		.sitesearch { width: calc(100% - 250px); }

	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		header { padding: 0 20px 0 0;}
		.toplinks a, .toplinks .notalink  { margin-left: 20px;}
		a.homelink{width: 103px; height: 40px; padding: 0 10px;}
		.buttonbox{width:100%;}
		.sitesearch { width: calc(100% - 160px); }

	}

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

	nav.pc  { z-index: 100; width: 100%;height: 66px; position: relative; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);}
	.navliner {width: 930px; position: absolute; top: 0px; right: 50%; margin-right: -700px;  height: 66px; z-index: 100; display: flex; justify-content: space-between; align-items: center;  align-content: center; padding: 0; }

	button.CMitem, a.CMitem{text-decoration: none; line-height: 1.15;   font-size: 20px; display: flex; align-items: center; color: var(--font); border-bottom: solid 4px transparent; font-weight: 400; padding: 9px 0 5px 0}
	button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {text-decoration: none; border-bottom: solid 4px var(--second);}
	
	.navliner a.CMitem:first-child{color: var(--second);}

	.ddcontent{ display: none;background-color: white; width: 100%; max-width: 722px; position: absolute; top: 66px; padding: 25px 36px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); text-align: left}
	header .ddcontent .liner {height: auto;}

	#CMc1.ddcontent{left: 0px; }
	#CMc2.ddcontent{left: calc((100% - 722px) / 5); }
	#CMc3.ddcontent{left: calc((100% - 722px) / 2); }
	#CMc4.ddcontent{right: calc((100% - 722px) / 5); }
	#CMc5.ddcontent{right: calc((100% - 722px) / 2);}

	.ddcontent p {}
	.ddcontent a {display: block;   font-size: 20px;font-family: 'Roboto Condensed', sans-serif; font-weight: 400; color: var(--btblu);}
	.ddcontent a:hover, .ddcontent a:focus {}
	.ddcontent table tr td:last-child{ line-height: 1.56;}
	.Mhead{font-size: 24px; color: var(--main); font-weight: 400;font-family: 'Roboto Condensed', sans-serif; }

	/*XL*/
	@media only screen and (max-width: 1500px) {
	.navliner {right: 60px; margin-right: 0;  }


	}
	@media only screen and (max-width: 1400px) {
	.navliner {width: calc(100% - 140px - 320px);   }
	}

	/*L*/
	@media only screen and (max-width: 1199px) {

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

		nav.pc  {height: 64px;}
		.navliner {display: none;}

		button.menutoggler{display: block; height: 66px; width: 44px; color: var(--main); position: absolute; top: 0px; right: 60px;font-size: 36px; color: var(--main);}
		button.menutoggler:hover, button.menutoggler:focus {transition:  all .25s;color: var(--second);}
		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(--font); position: absolute; top: 0; right: 0; text-align: center; }
		nav.mobile button.menutoggler2:after {content: '';}

		.babyblu{width: 100%; padding: 20px 30px 10px 30px; background-color: var(--pale);}
		.babyblu .notalink {display: block; margin: 20px 0;}
		.white{padding: 30px;}

		nav.mobile{display: block; 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 0 5px black;}

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

		nav.mobile a, nav.mobile button {color: white;text-decoration: none; position: relative; width: 100%; text-align: left;  display: block; transition: all .25s; color: var(--font); font-size: 20px; font-weight: 400; padding: 0; margin-bottom: 10px;}

		/*nav.mobile button:after {content: '\f0d7'; 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);}*/

		 nav.mobile .L2 a, nav.mobile .L2 button {color: var(--btblu); font-size: 18px; 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);
		}
	}


	/*M*/
	@media only screen and (max-width: 991px) {
			button.menutoggler{right: 30px;}

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

	/*XS*/
	@media only screen and  (max-width: 575px) {
				button.menutoggler{right: 0px; width: 54px;}

	}

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

	section.home {padding: 80px 30px; }
	section.home article{font-size: 22px; line-height: 1.63 }
	.lineart{text-align: center; margin-bottom: 80px; padding: 0 50px;}
	.lineart img {max-width: 635px; width: 100%;}

	section.icons{padding: 0 30px 70px 30px;}
	section.icons .liner{display: flex;justify-content: center; height: 342px;}
	section.icons a{width: 228px;height: 228px; display: block; color: var(--main); position: relative; z-index: 99; padding: 80px 50px 0 50px; margin: 0 -4px;font-family: 'Roboto Condensed', sans-serif; }
	section.icons a .RLicon{color: var(--dkblu);  font-size: 40px; margin-bottom: 10px; display: block;font-weight: 900}
	section.icons a .RLwords{font-weight: 400; line-height: 1.15; font-size: 20px;}
	section.icons a:hover, section.icons a:focus{color: var(--second); text-decoration: none;}
	section.icons a:hover .RLicon, section.icons a:focus .RLicon{color: var(--second);}
	section.icons a:nth-child(odd){align-self: flex-end;}
	section.icons a:nth-child(even){align-self: flex-start;}

	section.icons a:after{content: ' '; height: 228px; width:228px; position: absolute; top: 0; right: 0; transition: all .25s; background-size: cover; display: block; z-index: 9; }
	section.icons a:hover:after{transform: rotate(30deg);}
	section.icons a:nth-child(1):after {background: url(../images/BranchesATMsCircle.png) no-repeat center center; background-size: cover;}
	section.icons a:nth-child(2):after {background: url(../images/CardControlCircle.png) no-repeat center center; background-size: cover;}
	section.icons a:nth-child(3):after {background: url(../images/MobileAppCircle.png) no-repeat center center; background-size: cover;}
	section.icons a:nth-child(4):after {background: url(../images/OnlinebankingCircle.png) no-repeat center center; background-size: cover;}
	section.icons a:nth-child(5):after {background: url(../images/WalletPayCircle.png) no-repeat center center; background-size: cover;}

	section.students {position: relative; height: 454px; padding: 70px 60px }
	.pic{ background-size: cover; background-position: center center; position: absolute;  top: 0px; right: 0; width: 100%; height: 100%;}
	.gradient{background: linear-gradient(to right, rgba(0,0,0,0.45) 60%,rgba(14,14,14,0) 90%);width: 100%; height: 100%; }
	section.students .container-fluid {padding: 70px 30px;}
	.blurb{ color: white; font-size: 22px;  line-height: 1.64; padding: 0 50px 120px 0; position: absolute; top: 0px; left: 0; width: 66%; text-align: left; }
	section.students h2 {color: white;}
	.comp1{width: 100%; height: 120px; position: absolute; bottom: 0; left: -30px;background: url(../images/ComputerLineArt.png) no-repeat left bottom;}
	.links {width: 34%; position: absolute; top: 0px; right: 0; padding-top: 60px}
	.links a{display: block; width: 100%;  margin-bottom: 16px }
	.comp2{display: none;width: 100%; height: 120px; background: url(../images/ComputerLineArt.png) no-repeat left bottom; text-align: left; padding-left: calc(50% - 270px);}

	section.insure{padding: 80px 30px;}
	.circle{height: 370px;}
	.scribble{background: url(../images/ServicesCircle.png) no-repeat; position: absolute; top: 0; left: 0;width: 362px; height: 370px;}
	.circle img {position: absolute; top: 28px; left: 20px;}
	.text{font-size: 20px;line-height: 1.5;}
	.ql{padding-top: 30px;}
	.ql a{font-size: 20px; color: var(--btblu); border-bottom: solid 1px #707070; display: block; padding: 10px 0 10px 10px; font-weight: 400;}
	.ql a:hover, .ql a:focus{color: var(--second); text-decoration: none; }
	.ql a:after{content: '\f30b'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: relative; float: right;}


	/*L*/
	@media only screen and (max-width: 1199px) {
		section.icons a{width: 200px;height: 200px;  margin: 0 -10px; padding: 60px 20px 0 20px; }
		section.icons a:after{width: 200px; height: 200px; }
		section.icons a:nth-child(3){top: -20px;}
		.blurb{ padding: 0 30px 120px 0;  width: 60%;  font-size: 20px; line-height: 1.4; }
		.links { width: 40%;}
		.text{ font-size: 20px;}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		section.students { height: auto; padding: 0 0 60px 0 }
		.pic{ min-height: 300px; height: 300px; position: static;  border: solid 0px blue }
		.gradient{display: flex;  justify-content: flex-start;  align-items: flex-end; padding-bottom: 15px;}
		.blurb h2, .comp1{display: none;}
		.blurb{ color: var(--font); font-size: 20px;padding: 10px 0 20px 0; width: calc(100% - 60px); max-width: 580px; margin: 0 auto; position: static;}
		.links {position: static; width: 100%;  width: calc(100% - 60px); max-width: 580px; margin: 0 auto;padding: 0}
		.comp2{display: block}
		section.insure{padding: 70px 30px;}
		.circle{height: 400px;}
		.scribble{top: 0; left: 50%; margin-left: -181px;}
		.circle img { left:50%; margin-left: -162px }
		section.icons .liner{height: 300px; }
		section.icons a{width: 160px;height: 160px;  margin: 0 -10px;padding: 30px 20px 0 20px; }
		section.icons a .RLwords{font-size: 16px;}
		section.icons a:after{width: 160px;height: 160px;  background-size: cover;}
		.section.icons a .RLicon{font-size: 30px;  margin-bottom: 10px; }
		section.insure{padding: 0px 30px 70px 30px;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.comp2{padding-left: 30px; background-position: right bottom; }
		section.home {padding: 50px 30px}
		.lineart{ margin-bottom: 50px;}
		section.icons{ padding: 50px 30px 40px 30px;}
		section.icons .liner{display: block; height: 440px;}
		section.icons a{position: absolute; margin: 0 }
		section.icons a:nth-child(1){top: 0; left: 20px;}
		section.icons a:nth-child(2){top: 0; right: 20px;}
		section.icons a:nth-child(3){top: 140px; left: 50%; margin-left: -80px;}
		section.icons a:nth-child(4){bottom: 0; left: 0;}
		section.icons a:nth-child(5){bottom: 0;right: 0;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.students {padding: 0 0 0px 0 }
		.blurb, .text{font-size: 18px;}
		.blurb, .links { width: calc(100% - 32px);}
		.comp2{padding-left: 20px; background-position: -170px bottom;}
		section.insure{padding: 40px 16px;}
		section.home {padding: 30px 16px}
		.lineart{ margin-bottom: 30px;}
		section.icons {padding: 0 16px 30px 16px;}
		section.icons .liner{display: block; height: 300px; }
		section.icons a{width: 114px;height: 114px; padding: 30px 10px 0 10px;}
		section.icons a .RLwords{font-size:14px;}
		section.icons a:after{width: 114px;height: 114px;  background-size: cover;}
		section.icons a .RLicon{font-size: 20px; margin-bottom: 0;}
		section.icons a:nth-child(3){top: 100px; left: 50%; margin-left: -57px;}
	}

	/*XXS*/
	@media only screen and  (max-width: 400px) {
		.circle{height: 310px;}
		.scribble{background-size: contain; width: 100%; height: 0; padding-bottom: 100%; max-width: 100%; left: 0; margin: 0; }
		.circle img {width: calc(100% - 40px); margin-left:0; left: 20px }
		.iconbox:nth-child(1){left: 10px;}
		.iconbox:nth-child(2){right: 10px;}
	}

/* HOME PAGE LOCATOR ****************************/

	section.locations {padding: 0 30px 80px 30px;}
	section.locations h2{margin-bottom: 40px;}

	section.locations #map-canvas{WIDTH: 66%; float: right; height: 580px}
	section.locations .boxedsearch{height: auto; width: 33%; float: left; height: 580px}
	section.locations .boxedsearch h2{margin-bottom: 0}
	section.locations .boxedsearch input[type="text"] {width: 100%;}
	section.locations label[for="search"] {border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}

	section.locations .loc_formbox{width: 100%; float: none; }
	section.locations .legend, .loc_results{ display: none;}

	section.locations .loc_formbox2 {width: 100%; float: none; top: 0; }
	section.locations .loc_formbox2 fieldset legend {border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
	/*section.locations .loc_formbox2 fieldset {top: 34px;position: relative; }*/

	.loc_getD{display: none;}


	@media only screen and (max-width: 1100px) {
		section.locations .boxedsearch fieldset {top: 0px}
	}
	/*M*/
	@media only screen and (max-width: 991px) {
		section.locations {padding: 0 30px 70px 30px;}
		section.locations h2{margin-bottom: 30px;}
		section.locations #map-canvas, section.locations .boxedsearch{width: 100%; float: none;}
		section.locations #map-canvas{height: 500px;}
		section.locations .boxedsearch{height: auto;}
		section.locations .boxedsearch input[type="text"] {max-width: 300px;}
		section.locations .loc_formbox2 fieldset {top: 0; }
	}
	/*S*/
	@media only screen and  (max-width: 767px) {
		section.locations h2{margin-bottom: 20px;}
		section.locations .boxedsearch fieldset {width: 100%; float: none; top: 0; margin-bottom: 0}
		section.locations .boxedsearch {height: auto;}
		section.locations .legend { top: 0; margin: 0; text-align: left;}
		section.locations .legend_label {display: block;}
		section.locations .legend_label .fas, section.locations .legend_label .far, section.locations .legend_label .fa {padding-left: 0;}
		section.locations .loc_list {width: 100%; float: none; margin-bottom: 0px;}
	}
	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.locations .legend {text-align: left;padding-right: 20px;}
		section.locations .legend_label .fas, section.locations .legend_label .far, section.locations .legend_label .fa { padding: 0 5px 0 0px;}
		section.locations .loc_formbox input[type=text] {width: 100% !important;}
	}



/** INSIDE **********************************************/
	section.pagetop{width: 100%; padding: 0 calc(50% - 575px); margin: 0 auto;  display: flex; justify-content: space-between;flex-direction: row-reverse;background: linear-gradient(to bottom, rgba(222,239,255,1) 0%,rgba(255,255,255,1) 36%,rgba(255,255,255,1) 100%);}

	.intbanner {width: 590px; height: 450px;  overflow: hidden;background-repeat: no-repeat; background-size: cover; background-position: right center; margin-top: 60px;}
	.inttext {width: 560px; text-align: left; padding: 170px 82px 0 0;}
	
	/* if there is nothing in pagetop */
	.spacer{width: 100%; height: 100px;}
	
	/* if there is only text for the pagetop */
	.nobannerpagetop{padding: 130px 30px 0 30px;}

	section.inside {padding: 70px 30px; }
	article { text-align: left; }

	article .code_block_center{display: flex; flex-wrap: wrap; justify-content: flex-start; padding-top: 50px; gap: 50px;}
	article .code_block_box{width: 350px; margin-bottom: 50px;}
	article .code_block_indiv_top{}
	article .code_block_indiv_image{padding-bottom: 20px;}
	article .code_block_indiv_image img{width: 100%}
	article .code_block_indiv_content{text-align: center;}

	/*aside img {max-width: 100%; width: 100%; }*/
	.video_wrapper {margin-top: 20px !important;}


	/* int slideshow */
	.content_slideshow { height: 450px; margin: 0; max-width: 100%;}
	.content_slideshow .carousel-item{ height: 450px; background-position: center center; background-size: auto 100% ; }
	.content_slideshow .carousel-caption {display: none;}
	.content_slideshow a.carousel-control-prev, .content_slideshow a.carousel-control-next {display: none;}


	/*L*/
	@media only screen and (max-width: 1199px) {
		article .code_block_center{ justify-content: center;}
		article .code_block_box{ margin: 0 25px 50px 25px;}
		section.pagetop{padding: 0 30px; }
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		.bannerbox, .regionbox {max-width: 48%;}
		article .code_block_center{ padding-top: 30px;}
		article .code_block_box{width: 300px; margin: 0 15px 30px 15px;}
		section.pagetop{max-width: 100%; margin: 0;  display: block; padding: 0}
		.intbanner {display: none;}
		.inttext {width: 100%;  margin: 0 auto; padding:  30px;}
		section.inside {padding: 0 30px 70px 30px; }
		.nobannerpagetop{padding: 30px 30px 0 30px;}
		.content_slideshow {margin: 40px 0;}
		.spacer{ height: auto; padding-top: 30px}

	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		aside .liner{ display: block;}
		.bannerbox, .regionbox {max-width: 100%; width: 100%; }
		section.inside {padding: 0 30px 40px 30px; }
		article .code_block_box{width: 350px; margin: 0 0 30px 0;}

		/*.content_slideshow { height: 400px;}
		.content_slideshow .carousel-item{ height: 400px; background-position: -200px center; }
		.content_slideshow .carousel-caption {width: 66%; padding: 20px 30px;}
		.content_slideshow a.carousel-control-prev{left: 34%;}*/
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.inside {padding: 0 16px 40px 16px; }
		article .code_block_box{width: 100%; max-width: 350px;}
		.intbanner {height: 220px; }
		.inttext {padding: 30px 16px;}
		/*.content_slideshow {margin: 30px 0;}
		.content_slideshow .carousel-item{background-position: center center; background-size: cover;}
		.content_slideshow .carousel-caption {width: 100%; background: rgba(255,255,255,.8); color: black;padding: 20px 30px;}
		.content_slideshow a.carousel-control-prev, .content_slideshow a.carousel-control-next { color: var(--main);}
		.content_slideshow a.carousel-control-prev{left: 0;}*/
	}
	/*XS*/
	@media only screen and  (max-width: 400px) {
		/*.content_slideshow, .content_slideshow .carousel-item{ height: 480px; }*/
		.content_slideshow { height: 373px; margin: 0;}
		.content_slideshow .carousel-item{ height: 373px;background-size: cover ; }

	}


/** CC PAGE **********************************************/

	/** DEC TREE ***************************************/
	section.dectree{background: var(--grade); color: white; padding: 30px 30px 10px 30px; min-height: 325px; position: relative; margin: 50px 0}
	section.dectree h2{ color: white; margin-bottom: -20px}
	section.dectree div.code_block {position: relative; max-width: 1150px; margin: 0 auto; text-align: left;}
	section.dectree p {margin: 0}
	/*.computer{width: 100%; max-width: 1150px;position: absolute; height: 440px; bottom: 100px; right: 50%; margin-right: -575px; background: url(../images/COMPUTER_line.apng.png) no-repeat right bottom; }*/
	section.dectree	ul li:before { color: white; }
	.CHbox a {text-decoration: underline;}

	.CHboxedup{border: solid 0px yellow; max-width: 100% !important; width: 100%;z-index: 90; margin: 0; padding:0; text-align: left;  }
	.CHbox {border: solid 0px lime; border-radius: 0; padding: 0; margin: 0; text-align: center;}
	.cardbennies, .CHAs {/*max-height: calc(100% - 50px);*// overflow: auto; text-align: left;}
	.card img {border: 0 !important}

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

	.CHbox a {font-family: 'Roboto', sans-serif; font-weight: 300; font-size: 18px; color: white;} /* match to regular content size */
	.CHQ {border-bottom: 0; color: white}/* matchED to H3 */
	.cardname{color: white; text-align: left;} /* matchED to H3 */
	.CHA {display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center;font-size: 16px; color: white; background-color: var(--second); border: solid 1px white; padding: 10px 30px;border-radius: 2px; margin-right: 20px;}
	.CHA:hover{text-decoration: none;color: var(--font); background-color: var(--pale);}
	.startover{ font-size: 16px;color: var(--pale);  bottom: 20px }
	.startover:hover {color: white; cursor: pointer; }

	/*div.CHboxedup div#P11.CHbox div.noimage ulli*/
	.cardbennies {color: white; font-size: 18px; } /* match to regular content size */
	.noimage{text-align: left;}

	.cardbox{margin-bottom: 80px;}
	.carboxtop{font-size: 24px; font-weight: 300; font-family: 'Roboto Condensed', sans-serif; color: var(--main); margin: 0 0 34px; padding: 8px 30px; border-radius: 2px; background-color: var(--pale);}
	.cardcard{}
	.cardcard img{max-width: 232px; width: 100%;}
	.cardtextL{border-right: solid 1px #707070;}
	.cardtextR{}

	.CCrate{  margin: 0 0 15px 0; font-size: 50px; font-weight: 900;color: var(--btblu);}
	.CCheavy{font-weight: 400}
	.CCdisclaimer{font-size: 14px;}

	.disclosurelinks{margin-bottom: 50px;}
	.disclosurelinks a{font-size: 20px; color: var(--btblu); border-bottom: solid 1px #707070; display: block; padding: 10px 0 10px 10px; font-weight: 400;}
	.disclosurelinks a:hover, .disclosurelinks a:focus{color: var(--second); text-decoration: none; }
	.disclosurelinks a:after{content: '\f30b'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: relative; float: right;}

	/*L*/
	@media only screen and (max-width: 1199px) {
		.computer{width: calc(100% - 30px); right: 20px; bottom: 20px; margin-right: 0; text-align: right;}

	}

	/*M*/
	@media only screen and (max-width: 991px) {
		.cardbox{margin-bottom: 50px;}
		.cardtextL{border-right: 0; border-bottom: solid 1px #707070;}
		.computer{width: 244px; height: 176px; bottom: 40px; background: url(../images/Computer.apng.png) no-repeat right bottom;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.CHAs, .noimage {width: 50%;}
		.CHA {display: block;  margin: 10px 0;}
		.cardbox{margin-bottom: 30px;}
		.computer{width: 215px; height: 155px; background-size: cover;}


	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.cardcard img{max-width: 145px; }
		.computer{width: 157px; height: 113px;}

	}

/** BLOG customizations ******************************************/
	section.blogregions {background: var(--grade); color: white; padding: 20px 30px 30px 30px; min-height: 325px; position: relative; margin-bottom: 50px; color: white;}
	section.blogregions .liner{display: flex; justify-content: center; gap: 150px; flex-wrap: wrap}
	section.blogregions h2{color: white; margin-bottom: 25px;}
	section.blogregions a{color: white;}

	section.blogregions form select{height: 38px; border: 0; border-radius: 3px}
	.hands{position: absolute; bottom: 0; left: 0; background: url(../images/RatesLineArt.png) no-repeat; width: 247px; height: 325px;}
	/*M*/
	@media only screen and (max-width: 991px) {
		.hands{display: none;}
		section.blogregions .liner{gap: 50px;}
	}
	/*S*/
	@media only screen and  (max-width: 767px) {
		section.blogregions .liner div{flex: 0 0 100%;}
		section.blogregions .liner{gap: 20px;}
	}
	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.blogregions{ padding: 30px 16px; }

	}

/** FOOT ****************************************************/
	footer {width: 100%; color: white; padding: 60px 30px; min-height: 284px;  font-size: 16px;background: var(--grade);}
	footer .liner {display: flex;max-width: 1400px;}

	footer a { color: white;}
	footer a:hover, footer a:focus {color: white; font-weight: bold; text-decoration: none; }

	.left{width: 320px; padding-right: 80px;}

	.bottomlinks {color: white; line-height: 1.25; margin-bottom: 20px; text-align: right;}
	.bottomlinks a {display: block; margin-bottom: 20px; }
	.BL2, .BL3{display: none;}
	/*.bottomlinks a:after, .bottomlinks .notalink:after{content: "|";display: inline-block; padding: 0 10px;}
	.bottomlinks a:last-child:after{content: ""; padding: 0;}*/

	.socmed{ text-align: right;}
	.socmed a .RLwords {display: none;}
	.socmed a, .socmed .notalink{ margin-left: 10px; text-decoration: none !important; font-size: 26px }
	.socmed a:hover, .socmed a:focus{ text-decoration: none !important; }

	.phone{background: url(../images/PhoneLineArt.png) no-repeat; width: 242px; height: 86px;font-size: 14px; text-align: right;color: white; margin-top: 60px; }
	.phone a{text-decoration: none;font-family: 'Roboto Condensed', sans-serif; font-weight: 300; font-size: 28px; display: block;}
	.unia{text-align: right;}
	.U2 {display: none;}

	.right{padding-left: 80px; border-left: solid 1px white; width: calc(100% - 320px);}

	.box1{text-align: left;}
	.box1 a {display: block; margin-bottom: 20px; }
	.box1 a .RLicon{display: none;}
	.Fhead{font-size: 20px; margin-bottom: 20px; font-weight: 400}

	.ncua{border: solid 0px yellow; margin: 60px 0 20px 0;}
	.footicons{text-align: left; margin-bottom: 20px}
	.footicons img{margin: 0 20px 0 0;}
	.footnote{ text-align: left; }
	.footnote p{margin: 0;}

	.copyr{text-align: left; }

	.bauer{position: relative;  float: right; margin: 0 0 0 40px; }
	.B2{display: none;}

	/*L*/
	@media only screen and (max-width: 1199px) {
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		.left{ padding-right: 30px;}
		.right{padding-left: 30px; border-left: 0; width: calc(100% - 320px);}
		.sitemap{display: none;}
		.bottomlinks { margin-bottom: 0px; text-align: left; line-height: 1.75}
		.bottomlinks a {display: inline-block; margin-bottom: 0; }
		.bottomlinks a:after, .bottomlinks .notalink:after{content: "|";display: inline-block; padding: 0 10px;}
		.bottomlinks a:last-child:after, .bottomlinks .notalink:last-child:after{content: ""; padding: 0;}
		.BL2{display: block;}
		.BL1{display: none;}
		.U1 {display: none;}
		.U2 {display: flex;}
		.unia{gap: 10px; margin: 30px 0;justify-content: space-between;   align-items: center;}
		.socmed{display: none;}
		.socmed a, .socmed .notalink{ margin-left: 0; }
		.U2 a .RLwords {display: none;}
		.U2 a, .U2 .notalink{text-decoration: none !important; font-size: 26px }
		.U2 a:hover, .U2 a:focus{ text-decoration: none !important; }
		.B1{display: none;}
		.B2{display: block;}
		.bauer{float: none; margin: 0; text-align: center }
		.phone{margin-top: 0px; }
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		footer { padding: 40px 30px; }
		footer .liner {display: block;}
		.left, .right{padding: 0; width: 100%;}
		.phone{margin: 0 auto;}
		.bottomlinks { margin: 30px 0; text-align: center;}
		.BL3{display: block;}
		.BL2{display: none;}
		.unia{margin: 30px auto; gap: 5px; width: 240px; }
		.ncua{margin: 20px 0;}
		.footicons, .footnote{ text-align: center; }
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		footer { padding: 30px 16px; }
	}

/** CUSTOM STYLES ******************************************/
	.disclaim {font-size: 11px; line-height: 1;}

/** 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], .Rbuttons li a, input[type="reset"], .links a, button[type="submit"]
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center;font-size: 16px; color: white; background-color: var(--second); border: solid 1px white; padding: 10px 30px;border-radius: 2px;}
	a.ctaB, button.clear:hover, button.clear:focus {background-color: var(--btblu); }

	a.cta:hover, input[type="submit"]:hover, a.cta:focus, input[type="submit"]:focus, a.clear:hover, a.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, .links a:hover, .links a:focus, a.ctaB:hover, a.ctaB:focus, button[type="submit"]:hover, button[type="submit"]:focus
	{text-decoration: none;color: var(--font); background-color: var(--pale);}




/** MORE UNIVERSAL *******************************************/
	* {overflow-wrap: break-word;}
	hr { border: 0; height: 0; border-top: 1px solid var(--main) }
	.mobi {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;}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.mobi {display: block;}
		.full {display: none;}
	}

	@media only screen and (max-width: 500px) {
		.sideslider table {width: 510px; }
		.sideslider { overflow: scroll;overflow-y: hidden; -ms-overflow-y: hidden;}
	}

	@media only screen and (max-width: 400px) {
	}



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

	/* 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; border-radius: 0 0 20px 20px; border: solid 3px var(--steel); border-top: 0; margin: 0}


	/* resets */
	.cms_form_collapsible_header{background: none; border-bottom: 0; }
	article .code_block_box.code_block_accordion{ flex: 0 0 100%; width: 100%; border: 0; padding: 0; border-radius: 0}
	article .code_block_box.code_block_accordion.code_block_box{ text-align: left; background: none; padding: 0px;  margin: 0 0 20px 0; max-width: 100%; text-align: left}

	.code_block_accordion .code_block_indiv_content{text-align: left}

	article .code_block_center.code_block_accordion_wrap{ padding-top: 0px; gap: 0px;}

	/* closed Q */
	.cms_form_collapsible_header a,  .faq_question_block_slide_question_closed a, .code_block_accordion div.code_block_indiv_top {padding: 12px 60px 12px 20px !important;background-color: var(--pale); color: black; display: block;   font-size: 20px; padding-left: 60px; font-weight: 300;}
	.cms_form_collapsible_header a{margin-top: 20px; width: 100%; text-align: left; border: 0 !important}
	
	/* hover Q */
	.cms_form_collapsible_header a:hover, .cms_form_collapsible_header a:focus, .faq_question_block_slide_question_closed a:hover, .faq_question_block_slide_question_closed a:focus, .code_block_accordion div.code_block_indiv_top:hover{background-color: var(--pale); color: black;padding: 12px 60px 12px 20px; text-decoration: underline;}

	/* open Q */
	.cms_form_collapsible_header.open a, .faq_question_block_slide_question_open a, .code_block_accordion.open div.code_block_indiv_top {background-color: var(--pale);color: black; display: block; padding: 12px 60px 12px 20px;   font-size: 20px;}

	/* chevrons
	.code_block_accordion div.code_block_indiv_top:after, .code_block_accordion.open .code_block_indiv_top:after{content: '';}
	.code_block_accordion div.code_block_indiv_top:before, .cms_form_collapsible_header a:before, .faq_question_block_slide_question_closed a:before{content: '\f077'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: absolute; top: 0; right: 0; font-size: 26px; 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, .cms_form_collapsible_header.open a:before, .faq_question_block_slide_question_open a:before{content: '\f078'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: absolute; top: 0; right: 0; font-size: 26px; padding: 0 20px; display: block; height: 100%; display: flex; justify-content: center; align-items: center; } */

/** 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:before {content: '\f071 \a0 ALERT'; font-family: 'Font Awesome 6 Pro', open-sans, sans-serif; font-weight: 700; display: inline; position: relative; float: left; padding-right: 10px}
	*/
	.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';}
	/* fa 4 - older sites
	button.exed {position: absolute; top: 0px; right: 10px; cursor: pointer; font-size: 20px; text-align: center; display: block; text-decoration: none !important; background: transparent; border: 0;}
	button.exed:before {content:"\f057"; font-family: 'FontAwesome'; }
	 */

/** BLOGS ********************************************/
	.blog_posted_date {display: block; color: BLACK;}
	span.blog_tags_tag a{display: inline-block;}
	.blog_share {position: relative; float: right; }
	.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;}


/** CALENDAR *****************************/
	.content_calendar_table {border: solid 1px var(--main); border-collapse: collapse}
	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(--main)}
	td.content_calendar_table_selectedcell { border: solid 1px var(--main); background-color: var(--pale)}



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

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


	/*S*/
	@media only screen and  (max-width: 767px) {
		form.faq_search_form input[type="submit"], div.faq_browse form input[type="submit"]{margin: 10px 0;}
	}

/** 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(--main)}
	.cms_form_textarea {width: 100%; height: 100px; border: solid 1px var(--main)}
	.cms_form_item_sidebyside {width: 50%; padding: 0 20px 0 0;}
	.cms_form_label, legend.cms_form_legend{width: 33%; position: relative; float: left; margin: 0 1% 5px 0; font-weight: normal}
	.cms_form_object {width: 66%; position: relative; float: right; 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;}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.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}
	}

/** 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; }
	.cuname { font-size: 22px;}
	input#submit:hover, a.clear:hover, input#submit:focus, a.clear:focus{color: white; background-color: var(--dkblu)}
	.listbox {text-align:left;}
	div.loc_formbox2 fieldset p:nth-child(3){display: none;}



	@media only screen and (max-width: 1100px) {
		.boxedsearch fieldset {top: 0px}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.boxedsearch fieldset {width: 100%; float: none; top: 0; margin-bottom: 0}
		.boxedsearch {height: auto;}
		.legend { top: 0; margin: 0; text-align: left;}
		.legend_label {display: block;}
		.legend_label .fas, .legend_label .far, .legend_label .fa {padding-left: 0;}
		.loc_list {width: 100%; float: none; margin-bottom: 0px;}
	}
	/*XS*/
	@media only screen and  (max-width: 575px) {
		.legend {text-align: left;padding-right: 20px;}
		.legend_label .fas, .legend_label .far, .legend_label .fa { padding: 0 5px 0 0px;}
		.loc_formbox input[type=text] {width: 100% !important;}
	}

/** 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, TABLE.table_builder { width: 100%; border-collapse: collapse; margin-bottom: 40px;}
	.content_rates_table th, .table_builder th {font-weight: 300; color: white; background: var(--grade);font-family: 'Roboto Condensed', sans-serif;font-size: 24px; padding: 10px 30px;}
	.content_rates_table td, .table_builder td {padding: 10px 30px; background-color: var(--pale); border-top: solid 14px white;}
	.content_rates_table_row2, TR.table_builder_row_even {}
	TR.table_builder_row_odd {}
	.content_rates_table_row_highlight {color: var(--accent);}
	.sideslider {width: 100%;}
	.table_builder .filtered {display: none;}
	.content_rates_table td.widecell{}

	/*.content_rates_table_fields:first-child {border-left: none;}*/
	/*tr td.content_rates_table_row2:first-child, tr td.content_rates_table_row1:first-child {border-left: none; }*/


	/*M*/
	@media only screen and (max-width: 991px) {
		.content_rates_table th, .table_builder th, .content_rates_table td, .table_builder td {padding: 10px; }
		.content_rates_table, TABLE.table_builder {margin-bottom: 20px; }
	}


	.content_rates_table_postfix {line-height: 1;}
	/*XS*/
	@media only screen and  (max-width: 575px) {
		.content_rates_table, .table_builder {border-collapse: collapse;}
		.content_rates_table, .content_rates_table_effectivedate, .content_rates_table_title, .content_rates_table_row_highlight, .content_rates_table thead, .content_rates_table tbody, .content_rates_table_fields, .content_rates_table_row1, .content_rates_table_row2, .content_rates_table tr, .table_builder, .table_builder thead, .table_builder tbody, .table_builder_header_row, .table_builder_cell, .table_builder_row_even, .table_builder_row_odd{display: block;}
		.content_rates_table_fields_row, .table_builder_header_row {position: absolute; top: -9999px; left: -9999px; }
		.content_rates_table td, .table_builder td  {border: none;  border-top: solid 1px white; position: relative; padding: 10px 10px 10px 20px; white-space: normal; text-align:left; }
		 .content_rates_table tr td:last-child, .table_builder tr td:last-child  {border-bottom: solid 14px white;}
		.content_rates_table td:before, .table_builder td:before {display: block; text-align:left; font-weight: bold; content: attr(data-title); position: relative; left: -10px}
		.content_rates_table td.content_rates_table_title, .content_rates_table td.content_rates_table_effectivedate {padding: 10px 0; border: 0}
	}

/** RATINGS & COMMENTS **********************************/
	.comments_wrapper{position: relative;}
	.comments_section_summary { padding: 20px; margin: 0px; border: 0; background: none;}
	.comment_rating_stars, .comment_rating_number {display:  inline-block; }
	.comments_sortbox {position: absolute;  right: 0;top: 30px; width: auto;}
	.comments_form_table {background: none; border: 0; width: calc(100% - 20px); margin: 10px;}
	.comments_form_table TD {border: 0;  padding: 3px;}
	/*div.star-rating,div.star-rating a{background:url(../images/stars.png) no-repeat 0 0px}*/
	.comment_item {border: 0; background-color: var(--pale); padding: 20px; margin: 10px 0;}

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

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