/* barlow-regular - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('barlow/barlow-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('barlow/barlow-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* barlow-italic - latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('barlow/barlow-v12-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('barlow/barlow-v12-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* barlow-600 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('barlow/barlow-v12-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('barlow/barlow-v12-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* barlow-600italic - latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 600;
  src: local(''),
       url('barlow/barlow-v12-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('barlow/barlow-v12-latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* barlow-800 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 800;
  src: local(''),
       url('barlow/barlow-v12-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('barlow/barlow-v12-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* barlow-800italic - latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 800;
  src: local(''),
       url('barlow/barlow-v12-latin-800italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('barlow/barlow-v12-latin-800italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* barlow-900 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('barlow/barlow-v12-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('barlow/barlow-v12-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* barlow-900italic - latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 900;
  src: local(''),
       url('barlow/barlow-v12-latin-900italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('barlow/barlow-v12-latin-900italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Brightwall Regular */
@font-face {
  font-family: "Brightwall";
  font-style: normal;
  font-weight: 400;
  src: local(''),
	url('brightwall/font.woff2') format('woff2'), url('brightwall/font.woff') format('woff');
}

@import url("https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css");
@import url('sass.css');


:root {
  --main: #0075a9; 
  --second: #bf283a;
  --accent: #fc4c4c;
  --pale: #f1f1f1;
  --font: #000000;
  --turq: #2ac8d0;
  --blu: #0076a8;
  --blugrade: linear-gradient(to right, #003b54 0%,#0076a8 100%);
  --nograde: linear-gradient(to right, #0076a8 0%,#0076a8 100%);
  --blugradeV: linear-gradient(to top, #003b54 0%,#0076a8 100%);
  --retrograde: linear-gradient(to right, #bf283a 0%,#bf283a 100%);
  --dkteal: #048292;
  --vpaleteal: #e9f9fd;

  /*2025*/

  --navy: #184c60;
  --aqua: #1ecad3;
  --pink: #ff4ca2;
  --purple: #895fc4;

/*
  Pink: #ff4ca2 
Purple: #895fc4
Blue: #0075a9
Slate-Blue: #184c60
Aqua: #1ecad3
*/

}

/* original blue #00517f; */

main .mobilehidden, .regions .mobilehidden {
	display: none;
}

@media (min-width: 768px) {
	main .mobilehidden, .regions .mobilehidden {display: inline;}
}

main .desktophidden, .regions .desktophidden {
	display: inline;
}

@media (min-width: 768px) {
	main .desktophidden, .regions .desktophidden {display: none;}
}

/** 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-size: 18px;color: var(--font);font-family: 'Barlow', Geneva, 'Lucida Sans', Verdana, sans-serif;}

	p{}
	article, aside {  line-height: 1.44;}
	.liner, article {width: 100%;  max-width: 1170px; margin: 0 auto;  position: relative; }
	section { width: 100%; padding: 0; margin: 0;}

	a, button.modal_link{  transition: all .25s; color: var(--second)}
	a:hover, a:focus, button.modal_link:focus, button.modal_link:hover {color: var(--blu)}
	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: 'Barlow', Geneva, 'Lucida Sans', Verdana, sans-serif;font-size: 18px;}
	button{border: 0; background: transparent;}
	.CHbox a, .CHA, .cardbennies{font-size: 18px;} /* match to regular font size */
	strong{}

	/*center a list without centering the items*/
	/*article ul, article ol  {margin: 20px auto; text-align: left; display: table; }*/

	article ul {padding: 0 0 0 20px; margin: 14px 0 px; }


	/* diff/colored bullets
	article ul {list-style: none;padding: 20px 0 20px 20px;}
	article ul li:before { content: " "; background-color: var(--main); display: inline-block; width: 6px; height: 6px; border-radius: 50%;   margin-left: -15px; position: relative; top: -3px; margin-right: 10px; }
	*/
	/*FA bullets
		article ul, .inttext ul {list-style: none;padding: 20px 0 20px 50px;}
	article ul li, .inttext ul li {position: relative;}
	article ul li:before, .inttext ul li:before {content: '\f058'; font-family: 'Font Awesome 6 Pro'; font-weight: 700; color:#006544; position: absolute; top: 0; left: -30px; }
	*/


	h1 {font-size: 50px; font-weight: 800; COLOR: WHITE;  line-height: 1.04; letter-spacing: 0.5px;}

	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;  font-weight: bold;  line-height: 1.17; letter-spacing: 0.36px; color: var(--main);}
	article h2{margin-top: 0px;}
	article h2.KJEToggleTitle{padding: 0; margin-top: 20px}


	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, .cardname
	{  font-size: 30px;font-weight: bold;  line-height: 1.2;color: var(--main);}

	h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
	{ font-size: 24px;font-weight: bold;  line-height: 1.25;color: var(--dkteal);}

	h5, .forum_thread_date, .forum_mischeader_title	{  font-size: 20px;font-weight: bold;  line-height: 1.3;color: var(--dkteal);}
	h6 {color: BLACK; font-size: 14px; font-style: italic; font-weight: bold;color: var(--dkteal);}

	/*L*/
	@media only screen and (max-width: 1199px) {
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		h1 {font-size: 44px; }
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		article h2{margin-top: 30px;}
		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;}
		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, .cardname{font-size: 24px;}
		h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name{font-size: 20px;}
		h5, .forum_thread_date, .forum_mischeader_title	{font-size: 18px}


	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		article h2{margin-top: 0px;}
		h1 {font-size: 28px; text-align: center !important; }
		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; text-align: center;}
		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, .cardname{font-size: 20px; }
	}

/** HEADER ***********************************************/
	header {width: 100%; z-index: 100; height: 136px; box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1); background-color: #fff; z-index: 100; position: relative; padding: 0 30px;}
	header .liner{height: 100px; max-width: 1470px}
	header.stuck {position: fixed; top: 0; left: 0; }
	a[name]{position: relative; top: -136px; z-index: 1}

	a.homelink{position: absolute; top: 0; left: 0; width: 205px;}
	a.homelink img {width: 100%; }

	.toplinks {height: 36px; background-color: var(--pale); padding: 0 30px; width: calc(100% + 60px); position: relative; right: 30px;}
	.toplinks a, .toplinks .notalink  {font-size: 14px; color: var(--font); margin-left: 30px;}
	.toplinks a:hover, .toplinks a:focus {}
	.toplinks a .RLicon {display: none;}

	.TL{display: None;}



	#sitesearch {color: var(--second); font-size: 20px; width: 44px; height: 44px; position: absolute; top: 27px; right: 250px; border: solid 0px red }
	#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 {display: none; position: absolute; top: 27px; right: 324px; height: 44px; border-bottom: solid 1px var(--font); width: calc(100% - 564px); background-color: white; z-index: 101}

	.searchbox {position: absolute; top: 0; left: 0; padding-left: 10px; width: calc(100% - 44px); border: 0}
	/*
	.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: 44px;}
	.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) {
		#sitesearch { right: 290px; }
		.sitesearch {right: 334px; width: calc(100% - 554px); }
	}

	/*M*/
	@media only screen and (max-width: 991px) {
	}



	/*S*/
	@media only screen and  (max-width: 767px) {
		header {height: 60px; margin-bottom: 74px; padding: 0 20px;}
		header .liner{height: 60px;}
		a[name]{ top: -60px;}
		a.homelink{width: 150px;}
		#sitesearch {height: 60px; right: 64px; top: 0; }
		.sitesearch {right: 128px; top: 8px; width: calc(100% - 128px - 170px); border: none}

		.toplinks{display: None;}

		.TL{height: 50px; background-color: var(--blu); position: fixed; top: auto; bottom: 0px; right: 0px; z-index: 99; padding: 0;width: 100%; display: flex;   justify-content: center; padding: 0 20px;}
		.TL a, .TL .notalink  {font-size: 14px; color: white; margin: 0px; padding: 0 5px;display: flex; justify-content: center; align-items: center;flex-direction: column; }
		.TL a .RLicon, .TL a .RLwords {display: block;}
		.TL a:hover, .TL a:focus {text-decoration: none;}
		.TL a:hover .RLwords, .TL a:focus  .RLwords{text-decoration: underline;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.sitesearch {right: -20px; top: 60px; width: calc(100% + 40px);  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1); z-index: 101 }
		.searchbox {border-bottom: solid 1px var(--font); height: 30px; top: 7px; left: 20px; width: calc(100% - 104px); }
		.sitesearch button[type=submit]{right: 20px;}
	}

	/*XXS*/
	@media only screen and  (max-width: 400px) {
		.TL{ padding: 0;}
	}

/** MENU *********************************************/
	button.menutoggler, nav.mobile{display: none;}

	nav.pc  { z-index: 100;  position: absolute; top: 40px; left: 240px; height: 44px;  max-width: calc(100% - 560px);width: 720px;}
	.navliner {width: 100%; z-index: 100; display: flex; justify-content: space-between; align-items: center;  align-content: center; }

	button.CMitem, a.CMitem{text-decoration: none; line-height: 1.15; height: 44px; font-size: 18px; font-weight: 800; color: var(--blu); padding: 0 10px; }
	button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {text-decoration: none;color: var(--main)}
	button.CMitem:after, a.CMitem:after{content: '\f7a4'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; color: white; display: block; width: 100%; text-align: center; }
	button.CMitem:hover:after, a.CMitem:hover:after{color: var(--second); }

	button.ddclose{height: 44px; width: 44px;  position: absolute; top: -20px; right: -20px; color: black; font-size: 20px; }
	button.ddclose:hover, button.ddclose:focus{color: var(--second);}

	/* might need agian if they go back to menu dds with promos in them
	
	.ddcontent{ display: none;background-color: var(--pale);  position: absolute; top: 134px; left: 0px; width: 100%; text-align: left; padding: 30px 0; box-shadow: 3.5px 3.6px 5px 0 rgba(0, 0, 0, 0.15); }
	*/

	.ddcontent{ display: none;background-color: var(--pale);  position: absolute; top: 60px; left: 0px; width: 100%; text-align: left; padding: 30px; box-shadow: 3.5px 3.6px 5px 0 rgba(0, 0, 0, 0.15); }

	header .ddcontent .liner {height: auto;}
	.ddcontent a {display: block; font-size: 18px;font-weight: bold;  line-height: 1.25;color: var(--second);font-weight: 600}
	.ddcontent a:hover, .ddcontent a:focus {color: var(--main); }

	.ddcontent ul {margin: 0; padding: 0; list-style: none;color: var(--font); font-size: 16px; font-weight: 400}
	.ddcontent ul li {margin-bottom: 10px;}
	.ddcontent ul li a {display: block; color: var(--font); font-size: 16px; font-weight: 400}
	.ddcontent ul li a:hover, .ddcontent a:focus {color: var(--font); }

	/* 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);}
	*/

	/*L*/
	@media only screen and (max-width: 1199px) {

/** MOBI MENU ***************************************/

		nav.pc {display: none;}

		button.menutoggler{display: block; height: 44px; width: 44px;  position: absolute; top: 20px; right: 0; color: var(--blu); font-size: 36px; }
		button.menutoggler:hover, button.menutoggler:focus {transition:  all .25s;}
		button.menutoggler:before{content: "\f7a4"; font-family: 'Font Awesome 6 Pro'; font-weight: 900;}

		nav.mobile button.menutoggler2{text-decoration: none; height: 44px; width: 44px; font-size: 36px; color: var(--main); position: absolute; top: 0; right: 0; text-align: center; }
		nav.mobile button.menutoggler2:after {content: '';}

		nav.mobile{display: block; background-color: var(--pale); height: 100%; position: fixed; z-index: 1000; top: 0; overflow-y: auto;  width: 300px; right: -300px; text-align: left;  transition: all .25s; padding: 40px 30px 30px 30px;}
		nav.mobile.out{right: 0; box-shadow: 0 0 5px black;}

		div.L2, div.L3 {display: none; padding: 0 !important}

		nav.mobile a, nav.mobile button {color: var(--main);text-decoration: none; position: relative; width: 100%; text-align: left;  display: block; transition: all .25s;  font-size: 20px; font-weight: 800; margin-top: 5px; padding: 0; font-family: 'Barlow', Geneva, 'Lucida Sans', Verdana, sans-serif;}
		/*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(--second); font-size: 18px; font-weight: 600;}

		nav.mobile .L3 a{color: var(--font);font-weight: 400 }

		/*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) {
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		button.menutoggler{height: 60px; top: 0; right: 0; }
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
	}

/** HOME *************************************************/

	.hometop.container-fluid{max-width: 1170px; margin: 0 auto;}


	section.home {padding: 0 30px 40px 0;}
	section.home .code_block{max-width: 1300px; margin: 0 auto;}
	section.home .code_block_center{display: flex; justify-content: space-between;width: 100%;flex-wrap: wrap; }
	section.home .code_block_box{border: solid 1px var(--pale); flex: 1 1 30%; max-width: 397px; margin: 20px; text-align: left;}
	section.home .code_block_box h3{text-align: center;}
	section.home .code_block_box:nth-child(3n){ margin-right: 0}
	section.home .code_block_box:nth-child(3n+1){ margin-left: 0}
	section.home .code_block_box{border: solid 1px var(--pale); flex: 1 1 30%; margin: 20px}
	section.home .code_block_box:hover{border: solid 1px silver}
	section.home .code_block_box h3{font-size: 24px; margin: 26px 0;}
	section.home .code_block_box h3:after{content: ' '; display: block; width: 40px; height: 1px; border-top: solid 1px #999; margin: 26px auto;}
	section.home .code_block_indiv_content p{padding: 0 30px; }
	section.home .code_block_indiv_content p:first-child {padding: 0}
	section.home .code_block_indiv_content img {width: 100%;}

	.Mbutton{display: none;top: 80px; position: relative; width: calc(50% - 7px); float: left; }
	.Mbutton a {display: inline-block; text-decoration: none; background-color: var(--main); color: white; border-radius: 6px; box-shadow: 3.5px 3.6px 5px 0 rgba(0, 0, 0, 0.15); border: solid 1.5px #fff; padding: 0 10px;  display: flex; justify-content: center;  align-items: center; width: 100%; font-size: 13px; line-height: 1.15; font-weight: 800; text-transform: uppercase; height: 44px}
	.Mbutton a:hover, .Mbutton a:focus {text-decoration: none;background: var(--blugrade); color: white;}

	/*L*/
	@media only screen and (max-width: 1199px) {
		section.home .code_block_box{min-width: 360px;}
		section.home .code_block_center{justify-content: center;}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		section.home .code_block_center{display: block; text-align: center; }
		section.home .code_block_box, section.home .code_block_box:nth-child(3n), section.home .code_block_box:nth-child(3n+1){margin: 30px auto;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.home {padding: 0 20px;}
		section.home .code_block_box{min-width: 100%; margin: 20px 0}

	}

/** BUTTONS ***************************************/

	.buttons{}
	.buttons a{width: 197px; height: 67px; font-weight: 600; margin: 10px 20px; border-radius: 6px; box-shadow: 3.5px 3.6px 5px 0 rgba(0, 0, 0, 0.15); border: solid 2px #fff; background: var(--blugrade); color: white;display: inline-flex;  align-items: center; position: relative; padding: 0 24px; transition: all .5s; line-height: 1.17}
	.buttons a img{position: absolute; top: 0px;left: 0px;  }
	.buttons a:hover, .buttons a:focus{background: var(--retrograde); color: white; text-decoration: none;}
	.buttons a:after{content: "\f7a5"; font-family: 'Font Awesome 6 Pro'; font-weight: 400; margin-right: 5px; color: white; position: absolute; top: 20px; right: 5px; transition: all .5s;}
	.buttons a:hover:after, .buttons a:focus:after{right: calc(100% - 23px);}
	.bttn_name, .bttn_alt{position: absolute; top: 0px; right: 0px; width: 100%; height: 100%; display: flex; justify-content: flex-start; align-items: center; text-align:left; padding: 0 26px; }
	.bttn_name{transition: all .5s; }
	.bttn_alt{opacity: 0; transition: all .5s; line-height: 1.15; font-size: 14px; padding: 0 10px 0 26px; }
	.buttons a:hover .bttn_name, .buttons a:focus .bttn_name{opacity: 0;}
	.buttons a:hover .bttn_alt, .buttons a:focus .bttn_alt{opacity: 1;}
	.buttons a img {transition: all .5s; max-width: 100%}
	.buttons a:hover img, .buttons a:focus img{opacity: 0;}

	section.regions{padding: 0}
	section.regions .liner {max-width: 1000px;}
	.buttons.int a{/*width: 197px;*/ flex: 1 0 20%;}
	/*L*/
	@media only screen and (max-width: 1199px) {
		.buttons div{max-width: 1000px; margin: 0 auto;}
		.buttons a, .buttons.int a{ margin: 10px 16px; flex: 1 0 20%; }
	}
	/*M*/
	@media only screen and (max-width: 991px) {
		.buttons a, .buttons.int a{margin: 10px; flex: 1 0 21%;}
	}
	/*S*/
	@media only screen and  (max-width: 767px) {
		.buttons {background-color: var(--vpaleteal); padding: 33px calc(50% - 255px);}
		/*.buttons a, .buttons.int a{flex: 1 0 40%; }*/

		.buttons .bttns2{gap: 10px;}

		.buttons .bttns2 a {margin: 0; padding: 0; border: none;background: transparent;box-shadow: none;display:inline-flex;align-items: center;flex-flow:column; flex: 1 1 20%}/*justify-content:center; */
		.buttons .bttns2 a .RLicon, .buttons div.newicons a .RLicon {color: var(--turq);display: inline-block;margin-bottom: 10px;width: 21px;text-align: center;font-size: 20px;}
		.buttons .bttns2 a .RLwords, .buttons div.newicons a .RLwords {color: var(--main); font-size: 14px;}
		.buttons .bttns2 a:after, .buttons div.newicons a:after {display: none;}
		.buttons .bttns2 a:hover, .buttons .bttns2 a:focus, .buttons div.newicons a:hover, .buttons div.newicons a:focus {background: transparent;}
		.buttons .bttns2 a:hover .RLicon, .buttons .bttns2 a:focus .RLicon, .buttons div.newicons a:hover .RLicon, .buttons div.newicons a:focus .RLicon{color: var(--main);}

		.buttons div.newicons a {margin: 5px 0;padding:0 10px;border: none;background: transparent;box-shadow: none;display:inline-flex;align-items: center;flex-flow:column; justify-content:center;width:calc(25% - 10px);}
		
	}
	/*XS*/
	@media only screen and  (max-width: 575px) {
		.buttons { padding: 10px 20px;} /* new - was padding: 33px 20px; */
		/* new - see also hb, slideshow, rates_slider */
	}

/** INSIDE &  LANDING **********************************************/
	section.intbanner {width: 100%; max-width: 1170px; margin: 24px auto;  background-color: var(--pale); position: relative; overflow: hidden;background-repeat: no-repeat; background-size: cover; background-position: center center;border-radius: 10px; }
	.inttext {background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);padding: 70px; display: flex; align-items: flex-end; width:100%; height: 385px;}

	section.nobanner, .nomobibanner{ padding: 50px 30px 30px 30px;}
	section.nobanner h1, .nomobibanner h1{color: var(--main); text-align: left;}

	.landing_buttons{display: none; max-width: 300px; margin: 0 auto; margin-bottom: 50px;}
	.landing_buttons a{width: 100%; display: flex; margin: 10px 0; background-color: var(--main); color: white; border-radius: 5px; height: 60px; }
	.LBimg{width: 100px; height: 60px; border-radius: 5px 0 0 5px}
	.LBimg:after{content: url(../images/angle.png.webp); position: relative;  float: right}
	.LBtxt{width: 200px; height: 60px; padding: 0 10px 0 0; display: flex; justify-content: center; align-content: center; align-items: center; text-align: center; font-weight: 600; text-transform: uppercase}

	section.inside{padding: 0 30px;}
	article { overflow: hidden; margin: 0 auto; text-align: left; padding: 0}

	article .code_block{width: 100%; }
	article .code_block_center{display: flex; justify-content: space-between;width: 100%;flex-wrap: wrap; }
	article .code_block_box{border: solid 1px var(--pale); flex: 1 1 30%; margin: 15px; padding: 0}
	article .code_block_box:hover{border: solid 1px silver}
	article .code_block_box h3{font-size: 24px; margin: 26px 0;  padding: 0 30px; }
	article .code_block_box h3:after{content: ' '; display: block; width: 40px; height: 1px; border-top: solid 1px #999; margin: 26px auto;}
	article .code_block_indiv_content {padding: 0;}
	article .code_block_indiv_content p{ overflow: hidden;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical;}

	article .code_block_indiv_content p{padding: 0 30px; }
	article .code_block_indiv_content img {width: 100%; margin: 0}
	article .code_block_indiv_content p:first-child {padding: 0}
	/*article .code_block_indiv_content  p:last-child {text-align: center;}*/



	aside {width: 100%;}
	aside .liner{ display: flex; flex-wrap: wrap; justify-content: space-between;}
	.bannerbox, .regionbox {max-width: 30%; margin: 20px 0; text-align: left}
	aside  ul {margin: 0px; padding: 0px; list-style: none;}

	/*aside img {max-width: 100%; width: 100%; }*/
	/*.video_wrapper {margin-top: 20px !important;}*/

	table.personbox{max-width: 370px; overflow: hidden;background-color: var(--pale); border: solid 20px var(--pale); margin: 0 auto;}
	table.personbox td{padding: 0}
	table.personbox tr:first-child td{width: 50%;}
	table.personbox tr:first-child td:first-child{vertical-align: bottom; }
	table.personbox tr:first-child td:last-child{height: 211px;}
	table.personbox img {max-width: 140px;} /* 170 x 208 */
	table.personbox tr:first-child td:last-child{background-color: var(--main); color: white; padding: 10px; font-weight: 600;}
	table.personbox h3{color: white; font-size: 22px}
	
	table.personbox tr:nth-child(2) td{background-color: white; border-top: solid 20px var(--pale);border-bottom: solid 20px var(--pale); line-height: 1}
	table.personbox tr:nth-child(2) td a{display: flex; padding: 10px; text-align: left; color: var(--font);}
	table.personbox a .fa-solid {color: var(--dkteal); width: 24px; text-align: center;}
	table.personbox a:hover .fa-solid, table.personbox a:focus .fa-solid  {color: var(--second);}

	table.personbox button.modal_button, table.personbox a.cta{ padding: 14px 5px !important;  width: calc(100% - 5px)}

	
	
	a.ctaPB, a.ctaPBt	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; background-color: var(--main); color: white; border-radius: 6px; padding: 14px 5px; font-weight: 800;  font-size: 16px; width: calc(100% - 5px)}

	a.ctaPBt:hover, a.ctaPBt:focus {text-decoration: none;background: var(--second); color: white;}/*a.ctaPB:hover, a.ctaPB:focus, */

	a.ctaPBt {background-color: var(--dkteal)}

	.calcxml_container.container{max-width: 100%;}


	/*XL*/
	@media only screen and (max-width: 1400px) {
		section.intbanner {width: calc(100% - 60px); }
		.inttext {height: 0;  padding:  22.5% 70px 70px 70px}
	}


	/*L*/
	@media only screen and (max-width: 1199px) {
		.inttext {height: 300px; padding: 33px 50px;  }
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		.bannerbox, .regionbox {max-width: 48%;}
		article .code_block_box{ flex: 1 1 40%; }
		.inttext {height: 230px;padding: 25px 30px; }
		table.personbox tr:first-child td:last-child{height: auto;}

	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		aside .liner{ display: block;}
		.bannerbox, .regionbox {max-width: 100%; width: 100%; }
		article .code_block_center{display: block}
		article .code_block_box{ margin: 30px 0;}
		section.inside{padding: 0 20px;}
		section.intbanner {width: calc(100% - 40px); }
		.inttext {height: 168px;padding: 18px 22px; }
		.landing_buttons{display: block;}
		section.landing article .code_block{display: none; }
		section.nobanner, .nomobibanner{ padding: 30px;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.inttext {height: 105px;  padding: 11px 14px}
		section.nobanner {padding: 10px 0px 0px 20px;}
		a.ctaPB {max-width: 158px; padding: 14px 0; }
		#page207 a.ctaPB {max-width: 100%;}
		section.nobanner, .nomobibanner{ padding: 20px;}
	}

/** 2025 ACM BANNERS */
	h1.d1{font-family: Brightwall; line-height: 2; color: black; font-size: 100px; font-weight: 400}
	h1.d2{font-family: Brightwall; font-size: 64px; line-height: 2; color: black; font-weight: 400}
	.d3{ font-size: 70px; line-height: 1.08; margin: 0 0 18px 0;color: black;}
	.d4{font-size: 32px; line-height: 1.25; margin: 0 0 40px 0;color: black;}


	.Bppl h1.d1, .Bppl h1.d2, .Bppl .d3, .Bppl .d4{color: white;}
	.Bblue h1.d1, .Bblue h1.d2, .Bblue .d3, .Bblue .d4{color: white;}


	section.banner2025,section.banner25 {padding: 140px 85px;  }
	section.banner2025 .liner{max-width: 1470px; display: flex; justify-content: space-between; }
	.Bimg{width: 426px; height: 724px; }
	.Bimg img{object-fit: cover; object-position: center;width: 100%; height: 724px;border-radius: 20px;}

	.Btext{width: calc(100% - 44px - 426px); min-height: 724px; padding: 24px 95px 24px 124px;border-radius: 20px; text-align: left; display: flex;  align-items: center;position: relative; z-index: 90;}
	.Btext div{}

	section.banner25 .liner{max-width: 1470px; position: relative;  }
	
	.BBtext{width: 100%; min-height: 734px; padding: 86px calc((100% - 970px) + 345px) 86px 95px;position: relative; z-index: 90; margin-bottom: 37px;}
	.BBblob{ width: 970px; height: 100%;  background-color: var(--purple);border-radius: 20px; position: absolute; top: 0; left: 0; z-index: 10 }
	.BBtext div{}

	.BBimg{width: calc((100% - 970px) + 250px); max-width: 750px; height: 100%; position: absolute; bottom: -37px; right: 0;z-index: 99; display: flex;  align-items: flex-end;}
	.BBimg img{width: 100%;border-radius: 20px;}

	/* colors */
	.Bpink .Btext, .Bpink .BBblob{ background-color: var(--pink);}
	.Bppl .Btext, .Bppl .BBblob{background-color: var(--purple);}
	.Bblue .Btext, .Bblue .BBblob{ background-color: var(--main);}




	
	@media only screen and (max-width: 1399px) {
		.Bimg{  width: 350px;  height: 595px; }
		.Bimg img{height: 595px; }
		.Btext{width: calc(100% - 30px - 350px); padding: 65px 61px; height: auto; min-height: auto; display: block}
		.BBtext{ padding: 90px calc(44% + 30px) 90px 65px; margin-bottom: 0}
		.BBimg{max-width: 530px; width: 44%; height: 100%; bottom: 0;display: flex;  align-items: center;}
	}
	
	@media only screen and (max-width: 1199px) {
		h1.d1{font-size: 80px;}
		h1.d2{font-size: 54px;}
		.d3{font-size: 60px;}

		section.banner2025,section.banner25 {padding: 120px 32px;}
		section.banner2025 .liner{display: block; position: relative; min-height: 762px}
		.Btext{width: 100%; padding: 50px 400px 50px 80px; position: relative; z-index: 90}
		.Bimg{  width: 300px; height: 462px; position: absolute; top: 300px; right: 50px; z-index: 99}
		.Bimg img{ height: 462px; }
		/*.B2 .Btext{ padding: 50px 400px 50px 80px; }*/
		
		.BBblob{display: none; ;}
		.BBtext{ width: 100%; padding: 80px 80px 220px 80px; min-height: auto;  border-radius: 20px;}
		.BBimg{max-width: 560px; width: 60%; height: auto; position: relative; top: auto; margin-top: -220px; float: right; left: -32px;}
	
		/* colors 
		.Bpink .BBblob{ background-color: var(--pink);}
		.Bppl .BBblob{background-color: var(--purple);}
		.Bblue .BBblob{ background-color: var(--main);}*/
		.Bpink .BBtext{ background-color: var(--pink);}
		.Bppl .BBtext{background-color: var(--purple);}
		.Bblue .BBtext{ background-color: var(--main);}*/

	}

	@media only screen and (max-width: 991px) {
		h1.d1{font-size: 60px;}
		h1.d2{font-size: 44px;}
		.d3{font-size: 50px;}
		.d4{font-size: 30px;}

		section.banner2025,section.banner25 {padding: 100px 32px;}
		section.banner2025 .liner{ min-height: 710px}
		.Btext{ padding: 70px 305px 70px 32px; }
		.Bimg{width: 230px; height: 368px; top: 342px; right: 32px;} 
		.Bimg img{ height: 368px; }

		.BBtext{ padding:  70px 33px 100px 33px;}
		.BBimg{ margin-top: -100px; }
	}

	@media only screen and  (max-width: 767px) {
		h1.d1{font-size: 50px;}
		h1.d2{font-size: 34px;}
		.d3{font-size: 40px;}
		.d4{font-size: 24px;}

		section.banner2025 .liner{display: flex; flex-direction: column-reverse; min-height: auto; gap: 30px;}
		.Btext{ padding: 60px 32px; text-align: center;}
		.Bimg{width: 100%; height: auto; position: static; top: auto; right: auto;} 
		.Bimg img{object-fit: contain;width: 100%; height: auto;}
		.BBtext{ padding:  60px 33px 100px 33px;}
		.BBimg{width: 100%; margin-top: -100px; height: auto; justify-content: center; float: none; left: auto;}
		.BBimg img{width: calc(100% - 140px);}
	}

	@media only screen and  (max-width: 575px) {
		h1.d1{font-size: 40px;}
		h1.d2{font-size: 24px;}
		.d3{font-size: 30px;}
		.d4{font-size: 18px;}

		section.banner2025,section.banner25 {padding: 90px 20px;}
		section.banner2025 .liner{ gap: 20px;}
		.Btext{ padding: 50px 15px; text-align: center;}
		.BBtext{ padding:  50px 15px;}
		.BBimg { margin-top: -50px;}
		.BBimg img{width: calc(100% - 60px);}

	}

	

/** FOOT ****************************************************/

	section.blu{background: var(--blugrade); padding: 20px 30px; color: white;}
	.Flogo{padding-right: 30px; border-right: solid 1px white; height: 80px; display: flex; justify-content: flex-start; align-items: center; }
	section.blu a { color: white;text-decoration: none;}
	section.blu a:hover, section.blu a:focus {color: white; text-decoration: underline;}

	.BL{line-height: 2;font-size: 14px;}
	.BL a, .BL .notalink{font-size: 14px;margin-left: 30px; display: inline-block}
	.BL a .RLicon{display: none;}
	.pipe{padding: 0 10px;}
	.socmed{font-size: 24px;}
	.socmed a .RLwords {display: none;}
	.socmed a, .socmed .notalink{ text-decoration: none !important; margin-left: 30px}


	footer {width: 100%;  padding: 30px; color: var(--font);  font-size: 14px;}
	footer div {border: solid 0px silver}
	footer a { color: var(--font);text-decoration: none;}
	footer a:hover, footer a:focus {color: var(--main); text-decoration: underline;}

	.Fhead{  font-size: 18px; font-weight: 800; line-height: 1.56; color: var(--main)}

	.box1 p, .box2 p, .box4 p{margin-top: 14px}
	.box1 a, .box2 a, .box4 a{font-size: 16px; font-weight: 600; color: var(--second);}
	.box1 ul, .box2 ul, .box4 ul{margin: 10px 0 0 0; padding: 0; list-style: none;}
	.box1 ul li, .box2  ul li, .box4  ul li{margin-top: 10px}
	.box1 ul li a, .box2  ul li a, .box4  ul li a{font-size: 14px; font-weight: 400; color: var(--font);}

	.bottomlinks {color: var(--font);}
	.bottomlinks a {  font-size: 16px; font-weight: 600; color: var(--second); display: block; margin-bottom: 14px  }
	.bottomlinks a:hover, .bottomlinks a:focus {color: var(--main);}

	.apps a {margin-left: 30px;}

	.footnote{position: relative; top: -50px; display: flex; align-items: flex-end;align-content: flex-end}
	.footnote .code_block{height: 20px; padding-left: 10px;}


	/*L*/
	@media only screen and (max-width: 1199px) {
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		.socmed{font-size: 18px;}
		.socmed a, .socmed .notalink{  margin-left: 15px}
		.apps, .footnote, .copyr{position: relative; top: -100px;}
		.copyr{ margin-bottom: -220px}
		.apps a {margin: 0 30px 0 0;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		footer {padding-bottom: 80px;}
		.Flogo{padding: 0 0 10px 0; border-right: 0; border-bottom: solid 1px white; width: 77px; margin: 0 auto}
		.socmed{font-size: 24px;}
		.socmed a, .socmed .notalink{  margin: 0 10px}
		.BL a, .BL .notalink{  margin: 0 15px}
		.addr{margin-top: 10px}
		.apps, .footnote, .copyr{ top: 0}
		.copyr{ margin-bottom: 0}
		.bottomlinks a{display: inline-block; font-size: 14px; }
		.bottomlinks a:after, .bottomlinks .notalink:after{content: "|";display: inline-block; padding: 0 10px;}
		.bottomlinks a:last-child:after{content: ""; padding: 0;}
		.footnote{justify-content: center;}
		section.blu, .footer{ padding: 20px; }

	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.apps a {width: calc(50% - 20px);margin: 30px 10px; display: inline-block;}
		.apps a img {width: 100%;}

	}

/** CUSTOM STYLES ******************************************/
	.disclaim {font-size: 11px; line-height: 1;}
	.disclosure {font-size: 12px; line-height: 1;}
	p.bignbold{font-size: 72px; font-weight: 800; line-height: 1; letter-spacing: 0.5px; margin:0 0 10px 0; }
	p.bignbold sup{font-size: 14px;top: -36px;}
	/*S*/
	@media only screen and  (max-width: 767px) {
		p.bignbold{font-size: 52px;  }
		p.bignbold sup{top: -20px;}

	}

/** CTA **********************************************/


	input[type="submit"], input[type="reset"] {appearance: none;cursor: pointer}

	/* OLD */
	
	a.cta, a.ctaR, a.ctaT, input[type="submit"], a.clear,  input.go,  input[type="reset"],  a.PSlogout, div.faq_advanced_search_panel input[type=button], .Rbuttons li a, input[type="reset"], input.calcxml_submit, button.cta, .calc_buttons a,button.modal_button{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; background-color: var(--main); color: white !important; border-radius: 6px; box-shadow: 3.5px 3.6px 5px 0 rgba(0, 0, 0, 0.15); border: solid 1px #fff; padding: 14px 37px; font-size: 13px; font-weight: 800; text-transform: uppercase; font-family: 'Barlow', Geneva, 'Lucida Sans', Verdana, sans-serif;}

	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, input.calcxml_submit:hover, input.calcxml_submit:focus, button.cta:hover, button.cta:focus, a.ctaR:hover a.ctaR:focus, a.ctaT:hover, a.ctaT:focus, .calc_buttons a:hover, .calc_buttons a:focus, button.modal_button:hover, button.modal_button:focus
	{text-decoration: none;background: var(--blugrade); color: white !important;}

	a.ctaR{background-color: var(--second)} 
	a.ctaT{background-color: var(--dkteal)}
	button.ctaLocs
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; background-color: var(--main); color: white; border-radius: 6px; box-shadow: 3.5px 3.6px 5px 0 rgba(0, 0, 0, 0.15); border: solid 1px #fff; padding: 14px 37px; font-size: 13px; font-weight: 800; text-transform: uppercase}

	button.ctaLocs:hover
	{text-decoration: none;background: var(--blugrade); color: white;}

	a.learnmore{font-size: 16px; font-weight: 600; color: var(--second); position: relative; float: right; margin-bottom: 20px; clear: both;}
	a.learnmore:hover, 	a.learnmore:focus{text-decoration: none;color: var(--main);}
	a.learnmore:after{content: '\f178'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; margin-left: 5px; transition: all .25s}
	a.learnmore:hover:after, a.learnmore:focus:after{ margin-left: 10px;}


	/* NEW */

	
	/* CTA lnks and buttons */

	/*a.ctaNT, a.ctaBN, a.ctaBT, a.ctaWT, input[type="submit"], a.clear,  input.go,  input[type="reset"],  a.PSlogout, div.faq_advanced_search_panel input[type=button], .Rbuttons li a, input.calcxml_submit, button.cta, .calc_buttons a,button.modal_button{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; background-color: var(--navy); color: white !important; border-radius: 24px; padding: 17px 26px; font-size: 13px; font-weight: 600; text-transform: uppercase; font-family: 'Barlow', Geneva, 'Lucida Sans', Verdana, sans-serif; position: relative; margin: 0 8px 8px 0;  transition: all .25s}*/
	
	a.ctaNT, a.ctaBN, a.ctaBT, a.ctaWT{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; background-color: var(--navy); color: white !important; border-radius: 24px; padding: 17px 26px; font-size: 13px; font-weight: 600; text-transform: uppercase; font-family: 'Barlow', Geneva, 'Lucida Sans', Verdana, sans-serif; position: relative; margin: 0 8px 8px 0;  transition: all .25s}
	
	a.ctaBN{background-color: var(--main)} 
	a.ctaBT{background-color: var(--main)}
	a.ctaWT{background-color: var(--white); color: var(--main) !important;}


	/* hover on CTA links & buttons */

	/*a.ctaNT:hover, input[type="submit"]:hover, a.ctaNT: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, input.calcxml_submit:hover, input.calcxml_submit:focus, button.cta:hover, button.cta:focus, a.ctaBN:hover, a.ctaBN:focus, a.ctaBT:hover, a.ctaBT:focus, .calc_buttons a:hover, .calc_buttons a:focus, button.modal_button:hover, button.modal_button:focus, a.ctaWT:hover, a.ctaWT:focus*/
	
	a.ctaNT:hover, a.ctaNT:focus, a.ctaBN:hover, a.ctaBN:focus, a.ctaBT:hover, a.ctaBT:focus, a.ctaWT:hover, a.ctaWT:focus
	{text-decoration: none;background: var(--navy); color: white;margin: 8px 8px 0 0;}

	a.ctaBN:hover, a.ctaBN:focus, a.ctaBT:hover, a.ctaBT:focus{ background-color: var(--main);}
	a.ctaWT:hover, a.ctaWT:focus{color: var(--white) !important; background-color: var(--main);}


	/* except submit and reset, because this effect doesn't work with them */

	/*input[type="submit"], input[type="reset"]{ margin: 0;}*/
	/*input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus{ margin: 0; background-color: var(--main);}*/


	/* shadow on CTA links & buttons */

	/*a.ctaNT:before, a.ctaBN:before, a.ctaBT:before, a.ctaWT:before,  a.clear:before,  input.go:before,  a.PSlogout:before, div.faq_advanced_search_panel input[type=button]:before, .Rbuttons li a:before, input.calcxml_submit:before, button.cta:before, .calc_buttons a:before, button.modal_button:before{content: ''; width: 100%;height: 100%; z-index: -1; position: absolute; bottom: -8px; right: -8px; background-color: var(--aqua); border-radius: 24px; transition: all .25s}*/

	a.ctaNT:before, a.ctaBN:before, a.ctaBT:before, a.ctaWT:before,  a.clear:before{content: ''; width: 100%;height: 100%; z-index: -1; position: absolute; bottom: -8px; right: -8px; background-color: var(--aqua); border-radius: 24px; transition: all .25s}

	a.ctaBN:before{background-color: var(--navy); }

	/* what happens with shadow on hover/focus */

	/*a.ctaNT:hover:before, a.ctaBN:hover:before, a.ctaBT:hover:before, a.ctaWT:hover:before,  a.clear:hover:before,  input.go:hover:before,  a.PSlogout:hover:before, div.faq_advanced_search_panel input[type=button]:hover:before, .Rbuttons li a:hover:before, input.calcxml_submit:hover:before, button.cta:hover:before, .calc_buttons a:hover:before, button.modal_button:hover:before, a.ctaNT:focus:before, a.ctaBN:focus:before, a.ctaBT:focus:before, a.ctaWT:focus:before,  a.clear:focus:before,  input.go:focus:before,  a.PSlogout:focus:before, div.faq_advanced_search_panel input[type=button]:focus:before, .Rbuttons li a:focus:before, input.calcxml_submit:focus:before, button.cta:focus:before, .calc_buttons a:focus:before, button.modal_button:focus:before{bottom: 0; right: 0;}*/

	a.ctaNT:hover:before, a.ctaBN:hover:before, a.ctaBT:hover:before, a.ctaWT:hover:before, a.ctaNT:focus:before, a.ctaBN:focus:before, a.ctaBT:focus:before, a.ctaWT:focus:before,  a.clear:focus:before,  input.go:focus:before{bottom: 0; right: 0;}

	/* arrows */

	/*a.ctaNT:after, a.ctaBN:after, a.ctaBT:after, a.ctaWT:after,  a.clear:after,  input.go:after,  a.PSlogout:after, div.faq_advanced_search_panel input[type=button]:after, .Rbuttons li a:after, input.calcxml_submit:after, button.cta:after, .calc_buttons a:after, button.modal_button:after{content: '\f061'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; margin-left: 10px;  }*/
	a.ctaNT:after, a.ctaBN:after, a.ctaBT:after, a.ctaWT:after{content: '\f061'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; margin-left: 10px;  }





/** 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;}

	article .code_block_box.code_block_accordion{ flex: 0 0 100%; width: 100%; border: 0}

	article .code_block_box h3{font-size: 24px; margin: 26px 0; text-align: center}
	article .code_block_box h3:after{content: ' '; display: block; width: 40px; height: 1px; border-top: solid 1px #999; margin: 26px auto;}
	article .code_block_accordion .code_block_indiv_content {padding: 20px 40px;}
	article .code_block_accordion .code_block_indiv_content  p:last-child {text-align: left;}
	article .code_block_accordion .code_block_indiv_content h3 {text-align: left;  font-size: 30px;font-weight: bold;  line-height: 1.2;color: var(--main);}
	article .code_block_accordion .code_block_indiv_content h3:after {display: none;}
	/*S*/
	@media only screen and  (max-width: 767px) {
		article .code_block_accordion .code_block_indiv_content h3 {font-size: 24px;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		article .code_block_accordion .code_block_indiv_content h3 {font-size: 20px;}
	}

	.cms_form_collapsible_header{background: none; border-bottom: 0; }

	.cms_form_collapsible_header a,  .faq_question_block_slide_question_closed a, .code_block_accordion div.code_block_indiv_top {background: var(--blugrade); color: WHITE; display: block;padding: 23px 23px 23px 50px; border-radius: 5px; font-size: 20px;}

	.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: var(--retrograde); color: white;}

	.cms_form_collapsible_header.open a, .faq_question_block_slide_question_open a, .code_block_accordion.open div.code_block_indiv_top {background: var(--retrograde); color: white; display: block;padding: 23px 23px 23px 50px;  border-radius: 5px;}

	.code_block_accordion div.code_block_indiv_content{padding: 20px 60px;}

	.code_block_accordion .code_block_indiv_top:after {height: 100%; font-size: 30px; font-weight: 400; right: auto; left: 20px; top: 13px;}



/** 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)}


/** DEC TREE ***************************************/

	.CHboxedup{max-width: 100%;  z-index: 90; background: var(--blugradeV);border-radius: 10px; padding: 0; color: white;}
	.CHbox {border: 0;padding: 30px; text-align: center; width: 100%; }
	.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; top: -20px;}

	.CHbox a {color: white; text-decoration: underline} /* match to regular content size */
	.CHQ {border-bottom: 0; color: white;font-size: 30px;text-align: center; font-weight: 600; margin: 0}

	.cardname{color: white; margin-bottom: 5px} /* matchED to H3 */
	.CHAs{text-align: center;}
	.CHA {color: var(--second);   padding: 14px 30px;  border-radius: 6px;  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.16);  background-color: #fff; display: inline-block; margin: 20px; font-size: 18px;  font-weight: 600; }
	.CHA:hover, .CHA:focus{color: var(--second); padding: 20px 40px; margin: 14px 10px; transition: all .25s}
	.CHA:hover, .startover:hover {color:var(--second); cursor: pointer;}

	.cardbennies {font-size: 18px; } /* match to regular content size */

	.startover{ font-size: 14px;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(--pale)}
	.cms_form_textarea {width: 100%; height: 100px; border: solid 1px var(--pale)}
	.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 PANELS **************************************************/

	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;}


	@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 {margin-bottom: 20px; width: 100%; border-collapse: collapse;}
	.content_rates_table tr:first-child, .table_builder_header_row{ background: var(--blugrade); }
	.content_rates_table th, .table_builder th {font-weight: bold; color: white;padding: 24px 37px;font-weight: 600;}
	.content_rates_table td, .table_builder td {padding: 13px 37px; font-weight: 600;}
	.content_rates_table_row2, TR.table_builder_row_even {background: var(--pale);}
	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{font-weight: 400}

	/*.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; }*/

	.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-bottom: 1px solid #eee; position: relative; padding: 10px 10px 10px 20px; white-space: normal; text-align:left; }
		.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;}
