:root {
  --purple: #785B80;
  --teal: #177D7D;
  --yellow: #e2e41a;
  --font: #3c3c3c;

  --main:#785B80;
  --second: #177D7D;
  --accent: #e2e41a;
}

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

	body {text-align: center; background-color: WHITE; -webkit-text-size-adjust: 100%; padding: 0; margin: 0;font-family: Georgia, serif; font-size: 18px; color: var(--font);  background-image: url(); background-size: 100% auto; background-position: left 100px; background-repeat: no-repeat; background-attachment: fixed}

	.contentwrapper{width: 100%; position: relative; overflow: hidden;}
	*{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

	.BoverlayR{background: linear-gradient(to right, rgba(27,148,149,0) 0%,rgba(27,148,149,1) 80%,rgba(27,148,149,1) 100%);width: calc((100% - 1000px) / 2); height: 100%; position: fixed; top: 0; right: 0; z-index: 1}
	.BoverlayL{background: linear-gradient(to right, rgba(120,91,128,1) 0%,rgba(120,91,128,1) 20%,rgba(120,91,128,0) 100%); width: calc((100% - 1200px) / 2); height: 100%; position: fixed; top: 0; left: 0; z-index: 1}

	
	p{}
	article, aside {line-height: 1.5}
	a{transition: all .25s;text-decoration: none; color: var(--teal);}
	a:hover, a:focus {text-decoration: underline; color: var(--purple);}

	article ul {list-style: none;padding: 20px 0 20px 50px;}
	article ul li {position: relative; margin-bottom: 20px;}
	article ul li:before {content: '\e1a1'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; color: var(--teal); position: absolute; top: 0; left: -30px; }
	.purple article ul li:before, .teal article ul li:before {color: var(--yellow);}

	ol {list-style: none; counter-reset: steps;}
	ol li {counter-increment: steps; padding-left: 30px; margin-bottom: 10px; position: relative; }
	ol li::before {content: counter(steps); position: absolute; top: 2px; left: 0; background:var(--teal);   color: white; width: 24px; height: 24px; border-radius: 50%; display: flex; justify-content: center; align-items: center; line-height: 1; font-family: 'Century Gothic', sans-serif; font-weight: bold;}
	


	.purple a, .teal a{color: var(--yellow);}
	.purple a:hover, .purple a:focus, .teal a:hover, .teal a:focus {color: white;}
	input, select, textarea{font-family: Century Gothic, sans-serif;padding: 10px;font-size: 14px;  margin: 0  10px 0 0;}

	.purpleT{color: var(--purple);}
	.tealT{color: var(--teal);}
	.yellowT{color: var(--yellow);}

	.purple .purpleT, .teal .purpleT, .purple .tealT, .teal .tealT{color: var(--yellow);}

	button {padding:0; border: 0; background: transparent; cursor: pointer;  transition: all .25s;font-family: Century Gothic, sans-serif;}
	button:hover, button:focus {border: 0; outline: 0}
	strong{}
	.liner {width: 100%;  max-width: 1000px; margin: 0 auto;  position: relative; }

	section { width: 100%; padding: 30px 40px; margin: 0; background-color: white; clear: both;}
	article {width: 100%; max-width: 1000px;  margin: 0 auto; text-align: left; }



	* {overflow-wrap: break-word;}
	hr { border: 0; height: 0; border-top: 1px solid var(--teal) }
	.teal hr, .purple hr {border-top: 1px solid var(--yellow) }
	.mobi {display: none;}
	a.skipper, a.skipper:visited {line-height: 0; font-size: 0; border: 0; background: transparent;position: absolute; top: 0; left: 0; z-index: 101}
	a.skipper:focus, a.skipper:visited: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;}

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

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

	/*M*/
	@media only screen and (max-width: 991px) {
		section { padding: 30px; }
		body { background-position: left 80px; }
		.placeholderimg{width: 33%; height: 0; padding: 15% 20px;}
	}

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

	/*XS*/
	@media only screen and  (max-width: 575px) {
		body {background-attachment: initial}
		.placeholderimg{display: none;}
		article ul {list-style: none;padding: 20px 0 20px 30px;}
	}
	/*XXS*/
	@media only screen and  (max-width: 575px) {
	}

/** HEADER ***********************************************/
	header {width: 100%; z-index: 100; padding: 0px 30px; height: 150px; background-color: white; border: solid 0px lime;  -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.3); box-shadow: 1px 1px 5px 0 rgba(0,0,0,.3); border-bottom: solid 1px #D4D4D4 }
	header .liner{height: 120px; max-width: 1200px;}
	header.stuck {position: fixed; top: 0; left: 0;z-index: 100;}
	a[name]{position: relative; top: -170px; z-index: 1}

	.topnav {text-align: right; width: auto; padding: 0; display: flex; justify-content: flex-end; position: absolute; top: 0; right: 0; font-size: 14px;}
	.topnav a, .topnav button {display: block; padding: 10px 20px; color:var(--font); text-transform: uppercase; border-radius: 0 0 5px 5px; text-decoration: none;font-family: Century Gothic, sans-serif;}
	.topnav a:hover, .topnav a:focus, .topnav button:hover, .topnav button:focus {background-color: var(--teal); text-decoration: none; color: white;}

	.Dloads{}
	.Dload_opts{display: none; border: solid 1px silver; border-bottom:0; text-align: center; background-color: white;}
	.Dload_opts a {display: block; padding: 5px; border-bottom: solid 1px silver; border-radius: 0;}
	.Dload_opts a:hover, .Dload_opts a:focus{background-color: var(--purple);}



	a.homelink{position: absolute; top: 15px; left: 0; display: flex; justify-content: flex-start; align-items: center; width: 360px;color: var(--teal)}
	a.homelink div{text-align: left; width: 100%}
	a.homelink img {width: 360px;}
	.tagline{font-family: calibri, sans-serif; font-weight: bold; font-size: 20px; }
	a.homelink:hover, a.homelink:focus{text-decoration: none; color: var(--purple)}

	/*M*/
	@media only screen and (max-width: 991px) {
		header .topnav {display: none;}
		header, header .liner{height: 80px;}
		.tagline {display: block;}
		a.homelink img {width: 200px;}
		a[name]{position: relative; top: -80px; z-index: 1}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		header { padding: 0px 20px;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		a.homelink{width: 100%; top: 10px; }
		.tagline{width: 100%; text-align: center; padding-top: 10px;}
		header.stuck {position: relative;}
		header { padding: 0px 10px;}
	}

 	/*XXS*/
	@media only screen and  (max-width: 400px) {
		a.homelink img {width: 200px;}
		.tagline{font-size: 4.55vw; }
		header, header .liner{height: 80px;}
	}

/** MENU *********************************************/


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

	nav.pc  { z-index: 100;width: 100%;  height: 40px; top: 110px;position: absolute;  right: 0; }
	.navliner {width: 100%;   z-index: 100; display: flex; justify-content: space-between; align-items: center;  align-content: center; position: relative; gap: 20px; }

	button.CMitem, a.CMitem, a.CMitem:visited{text-decoration: none; line-height: 1.15; height: 40px; display: flex; align-items: center;justify-content: center;  font-family: Century Gothic, sans-serif;  font-size: 18px; color: var(--font); padding: 10px 0;border-bottom: solid 5px transparent; }

	button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus {text-decoration: none; color: var(--teal); border-bottom: solid 5px var(--purple);}

	button.CMitem.opened{border-bottom: solid 5px var(--yellow);}
	.ddcontent{display: none; background-color: white; border-bottom: solid 5px var(--yellow); width: 400px; padding: 30px;  position: absolute; top: 40px;  text-align: left;  -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.3); box-shadow: 1px 1px 5px 0 rgba(0,0,0,.3);}
	header .ddcontent .liner {height: auto;}
	.ddcontent a, .ddcontent a:visited {display: block; margin-bottom: 10px;  color: var(--font);font-family: Century Gothic, sans-serif; }
	.ddcontent a:hover, .ddcontent a:focus { text-decoration: none;}

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

	/*M*/
	@media only screen and (max-width: 991px) {

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

		nav.pc {display: none;}

		button.menutoggler{display: block; font-size: 32px; height: 44px; width: 44px; color: var(--font); position: absolute; top: 18px; right: 0; z-index: 101}
		button.menutoggler:hover, button.menutoggler:focus {transition:  all .25s;}
		button.menutoggler:before{content: "\f0c9"; font-family: 'Font Awesome 6 Pro'; font-weight: 900;}

		nav.mobile button.menutoggler2{text-decoration: none; height: 44px; width: 44px; font-size: 18px; color: #FFFFFF; position: absolute; top: 0; right: 0; text-align: center; border: 0; color: var(--font);}
		nav.mobile button.menutoggler2:after {display: none;}

		nav.mobile{display: block; background-color: var(--main); color: white; 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; text-align: left;  background-color:white;}
		nav.mobile.out{right: 0; box-shadow: 0 0 5px black;}

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

		nav.mobile a, nav.mobile button {display: block; font-size: 18px;  padding: 10px 0; border-bottom: solid 1px var(--accent); display: block; width: 100%; text-align: left;font-family: Century Gothic, sans-serif;  font-size: 20px; color: #3c3c3c; position: relative; }
		nav.mobile button.flipped{border-bottom: solid 3px var(--accent);  }
		nav.mobile button:after {content: '\f078'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: relative;  float: right;transition: all .25s; }
		nav.mobile button.flipped:after { transform: rotate(180deg);}

		.TL{padding: 20px 0}
		nav.mobile .TL a{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center;padding: 10px; width:calc(100% - 10px); background-color: var(--yellow); color: var(--font);  font-size: 14px; text-transform: uppercase; outline: solid 1px var(--yellow); outline-offset: 5px; margin: 10px 6px; font-family: Century Gothic, sans-serif; font-weight: normal; }

		nav.mobile .TL a:hover, nav.mobile .TL a:focus {text-decoration: none; background-color: var(--font); color: white;}

		 nav.mobile .L2 a, nav.mobile .L2 button { font-size: 18px;padding: 5px 0 5px 20px;border-bottom: 0; }


		 nav.mobile .L2 a{text-decoration: underline;}

		 nav.mobile .topnav a{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center;padding: 10px 30px; background-color: var(--accent); color: #3c3c3c;  font-size: 14px; text-transform: uppercase; outline: solid 1px var(--accent); outline-offset: 5px; margin: 20px 0 10px 6px; border-radius: 0; width: 100%}

		 nav.mobile .topnav a:hover, .topnav a:focus{text-decoration: none; background-color: #3c3c3c; color: white;}


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

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

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

/** IMAGES ******************/

	article img { position: relative;  border: solid 1px white; outline: solid 1px white; background: white; position: relative; outline-offset: 5px;  padding: 0; margin: 10px 20px; width: 100%; max-width: 400px;}
	.white article img{border: solid 1px var(--font); outline: solid 1px var(--font); }

	article p.funder img, #map-canvas{width: auto; padding: 0; border: 0; outline: 0; margin: 0;background:transparent; }
	article img.photo { max-width: 200px; position: relative;  float: left; margin: 10px 30px 30px 0}

	article img.bounceball{max-width: 498px; width: 100%; margin: 20px auto;}


	.weatherframe{ position: relative; float: right; text-align: center;  border: solid 1px white; outline: solid 1px white;outline-offset: 5px;margin: 10px 6px 10px 30px; padding: 10px 20px; width: 327px; font-family: Century Gothic, sans-serif; height: 240px} 
	.white .weatherframe{border: solid 1px var(--font); outline: solid 1px var(--font);}
	.weatherframe iframe{margin-top: 10px;}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.page65 img{display: none;}
		.weatherframe{float: none; margin: 10px auto; width: 100%;} 
		article img {margin: 10px 0; max-width: 100%;}
		article img.photo { max-width: 200px;}
	}
	/*XXS*/
	@media only screen and  (max-width: 400px) {
		article img.photo { max-width: 150px; margin: 10px 20px 20px 0}
	}


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

	.Bmission{font-family: Century Gothic, sans-serif; display: flex; justify-content: center; align-items: flex-end; height: 600px;padding: 0 50px;text-shadow: 0 0 10px #000000; position: relative; }
	br.smaller{display:none;}
	.Bmission h1{margin: 0;}
	.Bmission_label {font-size: 16px;position: absolute; bottom: 20px; right: 20px; color: white; text-shadow: 0 0 5px #000000; }


	.teal{background-color: #177D7D; color: white; outline: solid 1px #177D7D;  outline-offset: 5px;}

	.purple{background-color: #785B80; color: white;outline: solid 1px #785B80;  outline-offset: 5px;}

	.white{outline: solid 1px white;  outline-offset: 5px;}

	/* I am a... */
	.guide{width: 100%; margin: 0 auto; display: flex; justify-content: flex-start; }
	.block1, .block2{display: flex;  align-items: flex-start;justify-content: flex-end; z-index: 99; position: relative;}
	.block2{padding-left: 20px;}
	.block2{z-index: 90}
	.block1 p, .block2 p{margin: 3px 0 0 0}
	
	.whonowbox:after{content: '\f078'; font-family: 'Font Awesome 6 Pro'; font-weight: 900; position: relative; float: right}
	.whobox{border: solid 1px var(purple); width: 300px; position: relative;margin-left: 20px;}
	button.whonowbox{width: 100%;}
	.wholist, .whatlist{display: none; border: solid 1px white; background-color: var(--teal); position: absolute; top: 30px; right: 0; width: 300px}

	.wholist button, .whatbox button{width: 100%;}

	.whatbox{border: solid 0px lime;width: 300px; display: none;margin-left: 20px; position: relative;}
	.whatbox.showwhat#dd_0{border: solid 0px white}
	.whatbox.showwhat{display: block;border: solid 1px white}
	.whatbox.showwhat button:after{content: '\f078'; font-family: 'Font Awesome 6 Pro'; font-weight: 900; position: relative; float: right}
	.whatlist{}
	
	.whatbox a, .whobox button, .whatbox button{font-family: Georgia, serif; font-size: 18px; color: white; display: block; padding: 5px; text-align: left;}
	.whatbox a:hover, .whatbox a:focus, .whobox button:hover, .whobox button:focus, .whatbox button:hover,  .whatbox button:focus{background-color: var(--purple)}


	/*XL*/
	@media only screen and (max-width: 1340px) {
		br.smaller{display:inline;}

	}
	/*L*/
	@media only screen and (max-width: 1199px) {
		.Bmission{ height: 500px }
	}
	/*M*/
	@media only screen and (max-width: 991px) {
		.guide{ display: block; max-width: 460px; }
		.block2{padding-top: 20px;}
		.Bmission{ height: 280px; padding:  0 30px;}
	}



	/*XS*/
	@media only screen and  (max-width: 575px) {
		.Bmission{ padding:  20px 20px 0 20px;height: 220px; align-items: center;}
	}


	/*XXS*/
	@media only screen and  (max-width: 500px) {
		.block1, .block2{display: block;}
		.whobox, .whatbox, .wholist, .whatlist{margin: 0; width: 100%;}
		.block2{padding-left:0;}
	}
	/*XXXS*/
	@media only screen and  (max-width: 400px) {
			.Bmission{ padding: 26px 20px 0 20px;height: 180px}
	}

/** INSIDE **********************************************/
	section.intbanner {width: 100%; height: 460px; background-color: var(--pale); position: relative; overflow: hidden;background-repeat: no-repeat; background-size: cover; background-position: center center;}
	.inttext { border: solid 0px fuchsia}

	section.inside{}
	article.container-fluid {overflow: hidden; margin: 0 auto; text-align: left; }

	article .code_block_top, article .code_block_bttm, article .code_block_indiv_top, article .code_block_indiv_bttm{display: none;}
	article .code_block_center{display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px}
	article .code_block_box{flex: 1 1 25%; position: relative; overflow: hidden; }
	article .code_block_box:hover{}

	section.regions {}
	section.regions .liner{ display: flex; flex-wrap: wrap; justify-content: space-between;}
	.bannerbox, .regionbox {max-width: 30%; margin: 20px 0; text-align: left}
	section.regions ul {margin: 0px; padding: 0px; list-style: none;}

	/*section.regions img {max-width: 100%; width: 100%; }*/
	.video_wrapper {margin-top: 20px !important;}
	
	/** NEWS ****/
	.archive {display: none; }
	#Marchive:before{content: '\2b'; font-family: "Font Awesome 6 Pro"; font-weight: 900; margin-right: 5px;}
	#Marchive:after{content: ' More';}
	#Marchive.opnd:before{content: '\f068'; }
	#Marchive.opnd:after{content: ' Fewer';}
	#mediaarchive .fa-solid {color: white;}

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

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

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

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

/** FILES  ********************************************/
	ul.content_file_list{margin: 0;	padding: 0;}

	ul.content_file_list li{background: none; list-style-type: none; padding-left: 28px; margin-bottom: 3px;}
	ul.content_file_list li.submenu{ background: white url(../images/closed.png) no-repeat left 1px; cursor: hand !important; cursor: pointer !important;}
	ul.content_file_list li.submenu ul{display: none; }
	ul.content_file_list .submenu ul li{ cursor: default;}

	ul.content_file_list .folder:hover{color: var(--purple); text-decoration: underline;}

	.fa-folder{color: #f2cd77;}
	.fa-file-zipper {color: #ca8800}
	.fa-file-word{color: #2B5796}
	.fa-file-pdf{color: #9b0404}
	.fa-file-powerpoint{color: #D04424}
	.fa-headphones{color: purple }
	.fa-file-image{color: fuchsia }
	.fa-file-excel{color:#207245 }
	.pub{color:#087265 }
	.vob {color: blue }
	.mpg {color: green }
	.mov {color: red }
	.icons {font-size: 16px; }

	.page51 article ul {margin: 0;	padding: 0}
	.page51 article ul li { padding-left: 28px; margin-bottom: 3px;}
	.page51 article ul li:before {display: none; }



/** IMPLEMENTATUIONS ***/

	.loc_results.loc_results h3 {DISPLAY: NONE;}
	.loc_list{margin: 0; padding: 0;}

/** FOOT ****************************************************/
	footer {width: 100%; background-color: #3c3c3c; color: white; padding: 50px; line-height: 1.5;
	outline: solid 1px #3c3c3c;  outline-offset: 5px;}

	footer a, footer a:visited { color: var(--accent);text-decoration: none; white-space: nowrap;}
	footer a:hover, footer a:focus {color: white; text-decoration: underline;}

	.bottomlinks {color: white;}
	.bottomlinks a {white-space: nowrap; margin: 0 10px;}

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

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

	a.cta, a.cta:visited, input[type="submit"], button.cta, a.PSlogout, div.faq_advanced_search_panel input[type=button], input[type="reset"], button.modal_button{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center;padding: 10px 30px; background-color: var(--yellow); color: var(--font);  font-size: 14px; text-transform: uppercase; outline: solid 1px var(--yellow); outline-offset: 5px; margin: 10px 6px; font-family: Century Gothic, sans-serif; font-weight: bold;}

	a.ctaP, a.ctaP:visited{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center;padding: 10px 30px; background-color: var(--purple); color: white;}

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

	a.small_cta {width: 125px; display: inline-block; text-decoration: none; line-height: 1; text-align: center;padding: 5px; background-color: var(--yellow); color: var(--font);   font-size: 14px; text-transform: uppercase;font-family: Century Gothic, sans-serif; font-weight: bold; border-radius: 3px;  margin: 0}
	a.small_cta .fa-headphones, .purple .fa-headphones{background-color: transparent }

	a.small_cta:hover, a.small_cta:focus{color: white; background-color: var(--font);} 


/** HEADERS **********************************************/
	h1 {font-family: Century Gothic, sans-serif; font-size: 62px;color: var(--purple); font-weight: normal; margin-top: 0 }
	.Bmission h1{color: white;font-size: 5vw;}
	h2{font-family: Century Gothic, sans-serif;  font-size: 32px; font-weight: normal; clear: both;}
	article h2:first-child {margin-top:0}

	h3{font-family: Century Gothic, sans-serif; font-weight: 600; color: var(--font); font-weight: normal; margin-top: 40px; font-size: 26px; clear: both;}
	h4{font-family: Century Gothic, sans-serif; font-weight: 600; color: var(--font); font-weight: normal;  font-size: 22px;}
	h5{color: BLACK; font-size: 14px; font-weight: bold; }
	h6 {color: BLACK; font-size: 14px; font-style: italic; font-weight: bold;}

	.teal h3, .purple h3, .teal h4, .purple h4{color: white;}

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

	/*XS*/
	@media only screen and  (max-width: 575px) {
		h2{ font-size: 24px;  }
		h1{font-size: 7vw;}
		.Bmission h1{font-size: 6vw;}
	}
	/*XXS*/
	@media only screen and  (max-width: 500px) {
		.Bmission h1{font-size: 7vw;}
	}

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

	* {overflow-wrap: break-word;}
	hr { border: 0; height: 0; border-top: 3px double var(--second); clear: both; }
	.teal hr, .purple hr { border-top: 3px double white}
	.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;}

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

	/* closed Q */
	div.cms_form_collapsible_header a, div.cms_form_collapsible_header a:visited, .faq_question_block_slide_question_closed a, .code_block_accordion div.code_block_indiv_top {padding: 12px 20px;color: var(--font); background-color: transparent; display: block;   font-size: 20px;position: relative; text-decoration: none;font-size: 18px; font-family: Century Gothic, sans-serif; }
	div.cms_form_collapsible_header a{margin-top: 20px; width: 100%; text-align: left; border: 0 !important}
	
	/* hover Q */
	div.cms_form_collapsible_header a:hover, div.cms_form_collapsible_header a:focus, .faq_question_block_slide_question_closed a:hover, .faq_question_block_slide_question_closed a:focus, .code_block_accordion div.code_block_indiv_top:hover{background-color: var(--accent); color:var(--font);padding: 12px 20px;text-decoration: none;}

	/* open Q */
	div.cms_form_collapsible_header.open a, .faq_question_block_slide_question_open a, .code_block_accordion.open div.code_block_indiv_top {color: white; background-color: var(--purple);  display: block; padding: 12px 20px;  text-decoration: none;font-size: 18px; font-family: Century Gothic, sans-serif; }

	.faq_question_block_slide_question_closed a:before, .faq_question_block_slide_question_open a:before{content: 'Q: '; font-weight: bold;}

	/* 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:after, .code_block_accordion.open .code_block_indiv_top:after, .faq_question_block_slide_question_closed a:after, .faq_question_block_slide_question_open a:after{content: '';}
	.code_block_accordion div.code_block_indiv_top:before, div.cms_form_collapsible_header a:before, .faq_question_block_slide_question_closed 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; }
	.code_block_accordion.open div.code_block_indiv_top:before, div.cms_form_collapsible_header.open a:before, .faq_question_block_slide_question_open a:before{content: '\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; } */

	/* 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; border: 0; border-top: 0; margin: 0; border: double 3px var(--purple)}


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

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

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

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

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

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

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

	/*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(--font)}
	.cms_form_textarea {width: 100%; height: 100px; border: solid 1px var(--font)}
	.cms_form_item_sidebyside {width: 50%; padding: 0 20px 0 0;}
	.cms_form_label, legend.cms_form_legend{width: 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;}
	.cms_form_radio_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 **************************************************/

	
	.boxedsearch, .loc_getD{display: none;}
	.loc_list {width: 100%; float: none; padding: 0;}
	.listbox{border-bottom: double 3px var(--yellow);width: 100%;}



	@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 th, .table_builder th {font-weight: bold; color: white; background-color: var(--main)}
	.content_rates_table td, .table_builder td {}
	.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; }*/

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

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

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

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

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

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

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

}

