/****************
Colors

slate: #466069;
lime: #9ccb3b;
dark green: #006544;
light-grey: #f4f3ec;
grey-green: #7e96a0;
med green - #007D4A
gold - #C8BB89
pale gold - #ece8d5

NOTE: see also weglott_stuff_button.inc.php, which overrides styles here for the header and featured rates, and overrides.css, which overrides styles in  weglott_stuff_button.inc.php for the header and featured rates

Trying to integrate the three was a nighmare I didn't want to attempt

*************************/

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

	body {text-align: center; background-color: WHITE; -webkit-text-size-adjust: 100%; padding: 0; margin: 0; background-color: #007D4A}
	.contentwrapper{width: 100%; position: relative; overflow: hidden;font-family: open-sans, sans-serif;  font-size: 18px; background-color: white;}

	p{}
	article, aside {line-height: 1.78;}
	a, a:visited, button.modal_link{  transition: all .25s; color: #006544; }
	a:hover, a:focus, button.modal_link:focus, button.modal_link:hover {color: #006544}
	button.modal_link{FONT-WEIGHT: 600; }
	input, select, textarea{font-family: open-sans, sans-serif;  font-size: 18px;}
	button {padding:0; border: 0; background: transparent; cursor: pointer;  transition: all .25s;font-family: open-sans, sans-serif;}

	.code_block a, .code_block a:visited, .code_block button.modal_link{font-weight: 600}
	.code_block a:hover, .code_block a:focus, .code_block button.modal_link:focus, .code_block button.modal_link:hover {color: #877A40}


	button:hover, button:focus {border: 0; outline: 0}
	.CHbox a, .CHA, .cardbennies{font-family: open-sans, sans-serif;  font-size: 18px;} /* match to regular font size */
	strong{FONT-WEIGHT: 600;}
	.liner {width: 100%;  max-width: 1200px; margin: 0 auto;  position: relative; }
	.container-fluid{max-width: 1440px; width: 100%; margin: 0 auto;}

	section { width: 100%; padding: 0; margin: 0; background-color: white;}


	ul.checkedoff {list-style: none;padding-left: 50px;}
	ul.checkedoff li {position: relative;}
	ul.checkedoff li:before {content: '\f058'; font-family: 'Font Awesome 5 Pro'; font-weight: 700; color:#006544; position: absolute; top: 0; left: -30px; }

	ol.iconized { list-style: none; counter-reset: section;}
	ol.iconized li { counter-increment: section; margin-bottom: 20px;}
	ol.iconized li::before { content: counter(section);  Margin-right: 5px; width: 24px; height: 24px; display: inline-flex; justify-content: center;  align-items: center;  align-content: center;  color: white; font-weight: bold; border-radius: 50%;  background-color: #006544;}

	table.smspace{width: 100%}
	table.smspace td{width: 50%}
	table.smspace ul{margin: 10px 20px; padding: 0}


	h1{font-family: linotype-vectora, sans-serif; font-size: 40px; font-weight: 300; color: #006544;}

	h2, .Btitle, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1
	{font-family: linotype-vectora, sans-serif; font-size: 30px;font-weight: 300; line-height: 1.07; color: #006544;}
	h2:after, .Btitle:after, .content_blog_header:after, .category_name:after, .podcast_list_header:after, .blog_year:after, #empapp h1:after, article.FRC h1:after{content: ' '; width: 92px; height: 1px; background-color:#006544; display: block; }
	h2.centered{text-align: center;}
	section.home h2:after, section.blog h2:after, h2.centered:after{margin: 5px auto; }
	h2.video_title{font-size: 24px; margin-bottom: 0}


	h3, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_faq_header, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname, .content_rates_table_title
	{font-family: linotype-vectora, sans-serif; font-size: 24px; font-weight: 300; color: #006544;}

	h4, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
	{font-family: linotype-vectora, sans-serif; font-size: 22px; font-weight: 300; color: black;}

	h5, .forum_thread_date, .forum_mischeader_title	{color: BLACK; font-size: 14px; font-weight: bold; }
	h6 {color: BLACK; font-size: 14px; font-style: italic; font-weight: bold;}

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

/** HEADER ***********************************************/
	header {width: 100%; background-color: white; border-bottom: solid 1px  rgba(126, 150, 160, .5);}
	header .liner {height: 70px; max-width: 1440px}
	header.stuck {position: fixed; top: 0; left: 0; z-index: 100; -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3); box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);}
	a[name]{position: relative; top: -70px; z-index: 1}

	header .liner a.cta{width: 122px; height: 34px; position: absolute; top: 18px; right: 125px; padding-top: 9px }


	header .liner a.cta, #hbbttn{font-size: 14px; width: auto;position: static; display: inline-block; margin: 0 2px; flex: 1 1; white-space: nowrap; padding: 0 5px}
	header .liner a.cta {padding: 10px 5px;}


	a.homelink{position: absolute; top: 10px; left: 0; }
	a.homelink img {width: 150px; }

	.toplinks {text-align: right; font-size: 14px; font-weight: 600; border-bottom: solid 1px  rgba(126, 150, 160, .5); padding: 4px 16px; color: #006544; }
	header .toplinks .liner {height: 30px;}
	.toplinks a, .toplinks a:visited, .toplinks .notalink  {margin-left: 20px; }
	.toplinks a:hover, .toplinks a:focus {color: #466069; }

	.socmed{font-size: 20px;}
	.socmed a .RLwords {display: none; }
	.socmed a, .socmed .notalink{ text-decoration: none !important; margin-left: 10px;}

	.header_buttons{position: absolute;  top: 18px; right: 0; width: 310px;  display: flex; justify-content: space-between;}


	#sitesearch {color: black; font-size: 16px; z-index: 99; position: absolute; top: 18px; right: 340px; height: 34px; width: 20px; }
	#sitesearch:hover, #sitesearch:focus, #sitesearch.down {color: #466069;}
	
	.sitesearch {display: none; width: 480px; height: 76px; background-color: #466069; position: absolute; top: 56px; right: 340px; z-index: 999}

	.searchbox {position: absolute; top: 16px; left: 19px; height: 42px; width: 314px; border: 0; padding-left: 10px; }
	/*
	.searchbox::placeholder {color: white;  opacity: 1;}
	.searchbox:-ms-input-placeholder {color: white;}
	.searchbox::-ms-input-placeholder { color: white;}
	*/

	.sitesearch button[type="submit"] {position: absolute; top: 16px; right: 45px; height: 42px; width: 97px; color: black; background-color: #9ccb3b}
	.sitesearch button[type="submit"]:hover, .sitesearch button[type="submit"]:focus {background-color: #9ccb3b; color: #006544 }

	button.searchex {color: white; position: absolute; top: 16px; right: 0; height: 42px; width: 45px;  }
	button.searchex:hover, button.searchex:focus {color: #9ccb3b;}

	/* language dd */
	#qlborder {position: relative; z-index: 100; width: 110px; display: inline-block; margin-left: 10px;}
	#qlbutton {width: 100%;font-size: 14px; font-weight: 600; padding: 2px 10px;  text-align: left; background-color: white;color: #006544;}
	#qlbutton:hover, #qlbutton:focus {cursor: pointer; color: #466069; text-decoration: underline} 
	#qlbutton .fa-caret-down{position: relative; float: right; transition: all .25s; top: 3px;}
	#qlbutton.showing .fa-caret-down{transform: rotate(180deg);}
	
	#qlbox{width: 100%; text-align: left; background-color: white ; DISPLAY: NONE; position: absolute; top: 27px; left: 0px; border: solid 1px silver;  border-top:0; -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3); box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);}
	.toplinks #qlbox a, .toplinks #qlbox a:visited {display: block; padding: 2px 10px; display: block; border-top: solid 1px silver; color:  #006544;  text-decoration: none; width: 100%; margin: 0;}
	.toplinks #qlbox a:hover, .toplinks #qlbox a:focus { text-decoration: underline; color: #006544;}


	/*XL*/
	@media only screen and (max-width: 1500px) {
		header .liner a.cta{right: 141px;  }
		a.homelink{left: 16px; }
	}
	/*L*/
	@media only screen and (max-width: 1230px) {
		header .liner a.cta{right: 266px;  }
		#sitesearch { right: 420px; height: 34px; width: 44px; }
		.sitesearch { right: 16px;}
		.toplinks {display: none;}
	}

	/*Mish*/
	@media only screen and (max-width: 860px) {
		#sitesearch { right: 180px; height: 50px; width: 44px;  top: 10px;}
		.sitesearch { top: 70px; right: 0; width: 100%;}
		.searchbox { width: calc(100% - 170px); left: 16px;}
	}


	/*S*/
	@media only screen and  (max-width: 767px) {
		header .liner a.cta{display: none;}
	}

	/*Ser*/
	@media only screen and  (max-width: 600px) {
		#sitesearch {height: 34px; top: 5px; width: 44px; }
		.sitesearch { top: 80px; right: 0; width: 100%;}
		.searchbox { width: calc(100% - 170px); left: 16px;}

	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		a.homelink{left: 10px; }
		#sitesearch {height: 34px; top: 5px;}

	}

	/*XXS*/
	@media only screen and  (max-width: 400px) {
		header .liner {height: 90px !important;} 
		#sitesearch { right: 100px; }
		a.homelink{top: 5px; }
		a.homelink img {width: 140px; /*height: 51px*/}
		.sitesearch { top: 90px; right: 0; width: 100%;}

	}


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

	nav.pc  { z-index: 100;  width: calc(100% - 240px - 166px - 248px); position: absolute; top: 10px; left: 288px; height: 50px; }
	.navliner {width: 100%;   z-index: 100; display: flex; justify-content: space-between; align-items: center;}

	button.CMitem, a.CMitem, a.CMitem:visited{text-decoration: none; line-height: 1.25;  display: flex; align-items: center; /*flex: 1 0 auto;*/ color: black; font-size: 16px; text-transform: uppercase; height: 50px; position: relative; padding-left: 0; padding-right: 0; margin: 0 5px}
	
	button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {text-decoration: none;}
	button.CMitem:after, a.CMitem:after{content: ''; width: 0;height: 4px; background-color: #9ccb3b; position: absolute; bottom: 0; transition: all .25s; left: 50% }
	button.CMitem:hover:after, button.CMitem:focus:after, a.CMitem:hover:after, a.CMitem:focus:after  {width: 100%; left: 0}

	.ddcontent{ display: none;background-color: white;  position: absolute; top: 55px; left: 0px; width: 100%; -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.3); box-shadow: 2px 2px 5px 0 rgba(0,0,0,.3);}
	header .ddcontent .liner {height: auto;}
	.ddcontent a, .ddcontent a:visited {display: block; color: #466069 }
	.ddcontent a:hover, .ddcontent a:focus { color: #006544;}
	.menutable{}
	.menutable p{margin: 0 0 10px 0;}
	.menutable td{padding: 20px 10px; text-align: left; font-size: 16px;}
	.menutable tr:last-child {background-color: #466069; color: white;}
	.menutable tr:last-child td{padding: 10px;}
	.menutable ul{padding: 0; margin: 0 16px;}
	.menutable li{list-style: none; font-size: 14px;}
	.menutable a.ctaL{white-space: nowrap;}

	.Mhead{font-family: linotype-vectora, sans-serif; font-size: 18px; font-weight: 300; color: #9ccb3b;}


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

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

		nav.pc {display: none;}

		button.menutoggler{display: block;height: 34px; color: black; width: 122px; position: absolute; top: 18px; right: 16PX; background-color: #9ccb3b; -webkit-transition:  all .25s; transition:  all .25s; text-align: center}
		button.menutoggler:hover, button.menutoggler:focus {background-color: #9ccb3b; color: #006544;}
		button.menutoggler:before{content: "\f0c9"; font-family: 'Font Awesome 5 Pro'; font-weight: 300; margin-right: 5px;}

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

		nav.mobile{display: block; background-color: #466069; 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: 50px 30px 30px 30px;}
		nav.mobile.out{right: 0; box-shadow: 0 0 5px black;}

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

		nav.mobile a, nav.mobile button {color: white;text-decoration: none; position: relative; width: 100%; text-align: left;  display: block; transition: all .25s;font-weight: bold; font-size: 16px; border-top: solid 2px white; padding: 5px 0;}


		nav.mobile button:after {content: '\f077'; font-family: 'Font Awesome 5 Pro'; font-weight: 400; position: absolute; top: 5px; right: 0px; transition: all .25s; }
		nav.mobile button.flipped:after { transform: rotate(180deg);}
		nav.mobile .L2 a, nav.mobile .L2 button {font-size: 14px; font-weight: normal; text-decoration: none; border: 0}

		nav.mobile .links  {border-top: solid 2px white; width: 100%; padding-top: 20px}
		nav.mobile .links a, nav.mobile .links .notalink {color: white; border: 0; font-size: 14px; font-weight: normal;  } 
		nav.mobile .bttns a {margin: 5px 0 0 0 }
		



		/*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: #006544;
		}
		nav.mobile::-webkit-scrollbar-thumb {
			-webkit-box-shadow: inset 0 0 3px rgba(0,73,135,.7);
			border-radius: 5px;
			background-color: #9ccb3b;
		}
	}

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

	/*S*/
	@media only screen and  (max-width: 767px) {
		button.menutoggler{font-size: 0; line-height: 0;width: 50px; height: 50px; top: 10px;}
		button.menutoggler:before{font-size: 24px; line-height: 1;  margin: 0;}
	}

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

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

	/*segmint*/
	.mobiS{display: none;}
	@media only screen and  (max-width: 991px) {
		.mobiS{display: block;}
		.fullS{display: none;}

	}


	section.home {padding: 60px 16px;}
	section.home .liner {max-width: 1200px;}
	section.home h2 {text-align: center;}

	section.promos{padding: 1px 0;}
	.Pimg {height: 560px; background-size: auto 560px; background-position: center center;}

	section.blog{padding: 40px 16px;}
	section.blog .liner{max-width: 1440px; display: flex;  justify-content: space-between;  align-content: center; }
	.blogcard{flex: 1 0 0; margin: 0 16px; text-align: left; font-size: 24px;font-family: linotype-vectora, sans-serif; }
	.blog_img img {width: 100%; }
	.blogbox_content{font-weight: 400;}

	section.disclosure{padding: 1px 30px;}
	section.disclosure .liner {font-size: 12px; margin: 20px auto -20px auto; max-width: 1100px; text-align:left}


	/*XL*/
	@media only screen and (max-width: 1500px) {
		section.promos{padding: 1px 16px}
	}


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

	/*M*/
	@media only screen and (max-width: 991px) {
		.Pimg {height: 0; padding-bottom: 85%; background-size: cover;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		section.blog .liner{ display: block;  }
		.blogcard{margin: 16px 0; text-align: left; display: flex;  align-items: center; align-content: center;}
		.blogcard .blog_img {width: 50%;}
		.blogcard img {width: 100%;}
		.blogcard a.blog_title{padding-left: 20px;width: 50%; }
		section.disclosure{padding: 1px 20px;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.disclosure .liner { margin: 0 auto -20px auto; }
	}

/** INSIDE **********************************************/
	section.intbanner {width: 100%; min-height: 525px;  position: relative; overflow: hidden;padding: 0 16px 0 0; display: flex; }
	.intimage{ background-size: cover; background-position: center center; flex: 1 0 0; position: relative;}
	.inttext {flex: 1 1 0; display: flex;  align-items: center;  align-content: center; padding: 20px 20px 20px 0; }
	.inttext div{text-align: left; padding-left: 32px; }
	.inttext div .code_block{ padding-left: 0; }
	
	.intimage a.ctaL{-webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.5); box-shadow: 1px 1px 5px 0 rgba(0,0,0,.5); position: absolute; bottom: 50px; right: 40px; font-size: 20px;}


	section.inside{padding: 32px 16px}
	article {width: 100%; max-width: 1200px;  overflow: hidden; margin: 0 auto; text-align: left; padding-top: 5px}

	.bb_flexrow{display: flex; flex-wrap: wrap}
	.borderbox{flex: 1 1 300px; width: 100%; padding: 20px; border: solid 1px #466069; }

	aside {width: 100%; padding: 32px 0}
	aside .liner{display: flex; justify-content: space-between; flex-wrap: wrap; padding: 0}
	.iconbox, .regionbox{flex: 1; margin: 10px; background-color: #466069; padding: 30px 30px 70px 30px;font-size: 14px;line-height: 1.43;color: white; text-align: center; position: relative; }
	.iconbox img{max-width: 100px; max-height: 75px;}
	.iconbox h3{color: white; margin: 20px 0}
	.ctaBig{width: calc(100% - 60px); position: absolute; bottom: 30px; right: 30px;}
	.iconbox button.modal_button{ position: absolute; bottom: 30px; right: 30px;background-color: #9ccb3b; color: black;width: calc(100% - 60px);}
	.iconbox button.modal_button:hover,  .iconbox button.modal_button:focus{background-color: #9ccb3b; color: #006544;}



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

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

	/*M*/
	@media only screen and (max-width: 991px) {
		section.intbanner {padding: 0; display: block; }
		.intimage{ width: 100%; height: 0; padding-bottom: 50%;}
		.inttext { display: block;}
		.inttext div{ padding: 16px;}
		.iconbox{flex: 1 0 300px;}
		.inttext {padding: 20px  0; }
		article { min-height: auto;}
		.intimage a.ctaL{ right:auto; left: 40px; }

	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.iconbox{flex: 1 0 200px;}
		.borderbox{flex: 1 1 400px; }
	}

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

/** RATES AT TOP PAGE ************************************************/
	section.R3{background-color: #f4f3ec; padding: 50px 16px;}



/** FOOT ****************************************************/
	footer {width: 100%; color: white; padding: calc(11% + 32px) 16px 32px 16px; background: url(../images/bottom-wave.png) no-repeat center top #007D4A; background-size: contain;}

	footer a, footer a:visited, footer .notalink{ color: white;  font-size: 16px;}
	footer a:hover, footer a:focus {color: white; }

	.bottomlinks {color: white; font-weight: bold;}
	.bottomlinks a {white-space: nowrap;}
	.bottomlinks a:after, .bottomlinks .notalink:after{content: "|";display: inline-block; padding: 0 10px;}
	.bottomlinks a:last-child:after{content: ""; padding: 0;}

	.footnote {display: flex; align-items: flex-start; align-content: center; margin-top: 40px}
	.footimg img{margin-left: 10px;}

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

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

	/*S*/
	@media only screen and  (max-width: 767px) {
		footer { padding: 104px 16px 40px 16px;  background-size: auto 84px; }
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.footnote, .footnote p{display: block; text-align: left}
		.footimg{display: block; text-align: center;}
	}

/** CUSTOM STYLES ******************************************/
	.disclaim {font-size: 11px; line-height: 1;}
	.green{color: #006544;}
	.LV{font-family: linotype-vectora, sans-serif;}

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

	a.cta, a.cta:visited, a.ctaL, a.ctaL:visited, input[type="submit"], a.clear, a.clear:visited, button#exedout, button.clear, input.go,  input[type="reset"], button.cta, a.PSlogout, a.PSlogout:visited, div.faq_advanced_search_panel input[type=button], .Rbuttons li a, .Rbuttons li a:visited, input[type="reset"], nav.mobile .bttns a, nav.mobile .bttns a:visited, .modal_button, .RTbuttons li a, .RTbuttons li a:visited
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; padding: 9px 18px;font-size: 16px; color: white; background-color: #466069; text-transform: uppercase; font-weight: normal !important;}

	a.cta:hover, input[type="submit"]:hover, a.cta:focus, input[type="submit"]:focus, a.clear:hover, a.clear:focus, button#exedout:hover, button#exedout:focus, button.clear:hover, button.clear:focus, input.go:hover, input.go:focus, input[type="reset"]:hover, input[type="reset"]:focus, a.ctaW:focus, a.ctaW:hover, button.cta:hover, button.cta: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, .RTbuttons li a:hover, .RTbuttons li a:focus, .modal_button:hover, .modal_button:focus
	{text-decoration: none; color: black; background-color: #9ccb3b;}

	a.ctaL, a.ctaL:visited, nav.mobile .bttns a, nav.mobile .bttns a:visited{background-color: #9ccb3b; color: black;}
	a.ctaL:hover,  a.ctaL:focus, nav.mobile .bttns a:hover, nav.mobile .bttns a:focus{background-color: #9ccb3b; color: #006544;}





/** MORE UNIVERSAL *******************************************/
	hr { border: 0; height: 0; border-top: 1px solid rgba(126, 150, 160, .5);}
	.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;}

	/*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 !important; display: block}
	.faq_header{ display: block}
	.faq_question_block_slide{padding: 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;}

	.cms_form_collapsible_header{background: none; border-bottom: 0; }

	button.divheader, .cms_form_collapsible_header a, .cms_form_collapsible_header a:visited, .faq_question_block_slide_question_closed a, .faq_question_block_slide_question_closed a:visited {background-color: #f4f3ec; color: black; display: block;padding: 20px; margin: 5px 0 0 0;width: 100% !important; display: block;font-weight: 400 }
	
	button.divheader{margin-top: 5px; width: 100%; text-align: left; border: 0 !important; }
	
	button.divheader:hover, button.divheader:focus, .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 {background-color: #9ccb3b; color: black; text-decoration: none; }

	.cms_form_collapsible_header.open a, .faq_question_block_slide_question_open a, button.divheader.open {background-color: #466069; color: white !important; display: block;padding:  20px; width: 100%}
	.cms_form_collapsible_header.open a:hover, .faq_question_block_slide_question_open a:hover{text-decoration: none;}

	.divcontent {width: 100%; padding: 20px; display: none;}

	.cms_form_collapsible_header a:before, .faq_question_block_slide_question_closed a:before{content: '';}
	button.divheader.open, .cms_form_collapsible_header.open a:before, .faq_question_block_slide_question_open a:before{content: ''; }
	button.divheader:after, .cms_form_collapsible_header a:after, .faq_question_block_slide_question_closed a:after{content: '\f13a'; font-family: 'Font Awesome 5 Pro'; font-weight: 400; position: relative;float: right}
	button.divheader.open:after, .cms_form_collapsible_header.open a:after, .faq_question_block_slide_question_open a:after{content: '\f139'; font-family: 'Font Awesome 5 Pro'; font-weight: 400;position: relative;float: right}

	.Ptext div{width: 100%}

/** ALERTS 2.0 ****************************************************/
	.alertholder{width: 100%; }
	.alertbar {padding: 15px 0; width: 100%; }
	.alertbar.regular{}
	.alertbar.high{}
	.alertbar p{margin: 0}
	.alert {width: 96%; max-width: 1160px; margin: 0 auto; padding: 0 40px 0 0; position: relative; text-align: left}
	/*.alert:before {content: '\f071 \a0 ALERT'; font-family: 'Font Awesome 5 Pro', open-sans, sans-serif; font-weight: 700; display: inline; position: relative; float: left; padding-right: 10px}*/
	.alert a, .alert a:visited {}
	.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:"\f00d"; font-family: 'Font Awesome 5 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: none;}
	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 a, .blog_share a:visited {color: #007D4A}
	.blog_share a:hover, .blog_share a:focus {color: #5EA446}
	.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 { content: "";}
	.faq_ask_link, .faq_recent_block{display:none;}
	article.blog-post-content a:not(.cta){font-weight: 700}

	/* custom blog panels */
	section.blogcontainer{border: solid 0px red}

	.headerbanner {padding-top: 170px; margin-bottom: 40px; }

	.top_blogbox{width: 100%; background-color: white;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;margin-bottom: 10px; border: solid 1px green}
	.top_blogbox img {width: 100%; max-height: 300px}

	article.blog-post-content { width: 100%;  padding: 40px 0;}
	article.blog-post-content .blog_image{width: 100%; max-width: 554px; margin: 0 0 20px 20px; position: relative; float: right;}

	a.blogbox, .Blistbox{width: 29.33%;  background-color: white;position: relative; float: left;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 10px 2%; height: 480px; overflow: hidden; border: solid 1px #9ccb3b; display: block; text-decoration: none;-webkit-transition:  -webkit-box-shadow .5s, border .5s; transition:  box-shadow .5s, border .5s;}
	a.blogbox:hover, a.blogbox:focus {-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.25); box-shadow: 2px 2px 5px 0 rgba(0,0,0,.25);border: solid 1px silver;}
	a.blogbox p {margin: 0}

	a.blogbox.one{width: 62.66%; height: 293px; overflow: hidden; }
	.Blistbox{height: 293px; padding: 10px; font-size: 16px;}
	.Blistbox h2, .blogbox_content h2 {font-size: 28px; margin: 0 0 10px 0; line-height: 1.25}
	.Blistbox.bttm {display: none;}

	.blogbox_img {width: 100%; height: 293px; background-size: cover; background-position: center top;}
	a.blogbox.one .blogbox_img {width: 50%; position: relative; float: left;}

	.blogbox_header{width: 100%;  padding: 5px 10px 2px 10px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;color: #1A5EA3; font-size: 16px; letter-spacing: 1px;}
	.blogbox_header h3{ color: #1A5EA3; font-size: 16px; letter-spacing: 1px; display: inline}
	.blogbox_header .fa{font-size: 18px;}
	.blogbox_header A, .blogbox_header A:link, .blogbox_header A:active, .blogbox_header A:visited {color: #1A5EA3; text-decoration: none; }
	.goR {position: relative; float: right;}

	.blogbox_content { width: 100%; padding: 10px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px;}
	.blogbox_content p {margin: 5px 0; padding: 0;}
	.blogbox_content h2 a, .blogbox_content h2 a:visited {text-decoration: none; color: #0A334F}
	.blogbox_content h2 a:hover {color: #0A334F; text-decoration: none;}
	a.smaller {font-size: 12px;}

	a.blogbox.one .blogbox_content {width: 50%; position: relative; float: right;}

	.blogdiv {display: none;}
	#blog_div1 {display: block;}

	.blog_pagination {text-align: right; margin: 10px 0 10px 0}
	div.blogpag {display: inline-block; padding: 2px 5px !important; line-height: 1; margin: 0 3px; cursor: pointer;  }
	div.blogpag.on {border: solid 1px #007E4B;}
	div.blogpag:hover {border-bottom: solid 1px #006544;}

	.breaker {clear: both;}

	aside.sidebar-blog-post {position: relative; float: left; width: 31%;}

	ul.blogcatlist, ul.blogtrendlist {list-style: none; margin: 10px 0; padding: 0;}
	ul.blogcatlist li, ul.blogtrendlist li {margin-bottom: 10px;  line-height: 1.25}

	@media only screen and (max-width: 1330px) {
		.headerbanner { height: 0; padding: 12.3% 0 5% 0; background-size: 150%}
		article.blog-post-content {padding: 40px 30px;}

	}
	@media only screen and (max-width: 1200px) {
		a.blogbox{height: 520px}
	}

	@media only screen and (max-width: 900px) {
		a.blogbox, .Blistbox{width: 46%; margin: 10px 2%; height: 540px; }
		a.blogbox.one{width: 46%;height: 540px;  }
		a.blogbox.one .blogbox_img {width: 100%; height: 293px; float: none;}
		a.blogbox.one .blogbox_content {width: 100%; float: none;}
		.headerbanner { padding: 10.3% 0 7% 0; }
	}

	@media only screen and (max-width: 770px) {
		.headerbanner { height: 130px; padding: 90px 0 0 0;background-size: 1250px auto}
	}

	@media only screen and (max-width: 600px) {
		a.blogbox, a.blogbox.one {width: calc(100% - 20px); float: none;margin: 10px;height: auto;}
		.blogcontainer {padding-top: 0px !important;}
		.headerbanner {display: none;}
		.blogbox_img, a.blogbox.one .blogbox_img {height: 200px; }
		.Blistbox {height: auto;width: calc(100% - 20px);}
		article.blog-post-content {padding: 20px;}
	}

	@media only screen and (max-width: 560px) {
		article.blog-post-content, aside.sidebar-blog-post {width: 100%; float: none;}
		article.blog-post-content {padding: 20px 10px;}
	}

/** CALENDAR *****************************/
	.content_calendar_table {border: solid 1px #006544; border-collapse: collapse}
	td.content_calendar_table_headercell {background-color: #006544; color: white; text-align: center; font-weight: bold;}
	td.content_calendar_table_headercell a, td.content_calendar_table_headercell a:visited { color: white; }
	td.content_calendar_table_headercell a:hover, td.content_calendar_table_headercell a:focus { color: #9ccb3b; }
	td.content_calendar_table_cell { border: solid 1px #006544}
	td.content_calendar_table_selectedcell { border: solid 1px #006544; background-color: #9ccb3b}


/** 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 #006544; 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 #006544;}/* matchED to H3 */
	.cardname{} /* matchED to H3 */
	.CHA {color: #006544 } /* match to regular content size or not */
	.CHA:hover, #startover:hover {color:#9ccb3b; 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 5 Pro'; font-weight: 700; margin-right: 10px; }
	.CHA:before {content: '\f0a4'; font-family: 'Font Awesome 5 Pro'; font-weight: 300;margin-right: 10px;}
	#startover:before {content: '\f021'; font-family: 'Font Awesome 5 Pro'; font-weight: 400; margin-right: 10px;}
	/* 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: #006544; 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;}
	.faq_popular_block{PADDING-TOP: 40PX;}
	
	/*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 #9ccb3b}
	.cms_form_textarea {width: 100%; height: 100px; border: solid 1px #9ccb3b}
	.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;}
	/*XS*/
	@media only screen and  (max-width: 575px) {
		.cms_form_label, legend.cms_form_legend {width: 100% !important;  float: none; margin: 0 1% 5px 0; }
		.cms_form_object {width: 100%;  float: none; margin: 1px 0}
	}

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

	button#exedout {display: none;}
	form#locator fieldset label {display: inline;}
	form#locator fieldset label img{top: 0; margin-right: 5px}

	button#exedout {display: none;}
	.boxedsearch{z-index: 90}
	.legend{ top: 0px;z-index: 99}
	.boxedsearch, .legend {BACKGROUND-COLOR: #f4f3ec; }

	.boxedsearch h2 {margin: 20px 0;}
	.loc_formbox2a p{font-size: 14px;}



	@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:0px; margin: 0; padding-top: 1px; 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;}

/** RATES & TABLES ************************************************/
	.content_rates_table, TABLE.table_builder {margin-bottom: 20px; width: 100%; border-collapse: collapse;}
	.content_rates_table th, .table_builder th {background-color: #006544; color: white; padding: 5px 10px;}
	.content_rates_table td, .table_builder td { padding: 5px;}
	.content_rates_table_row2, TR.table_builder_row_even {background-color: #ece8d5}
	TR.table_builder_row_odd {}
	.content_rates_table_row_highlight {color:red;}
	.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: solid 1px #C8BB89; 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}
		.content_rates_table_row2, TR.table_builder_row_even {background-color: #ece8d5;}
	}

/** 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: #9ccb3b; padding: 20px; margin: 10px 0;}

/** SIDEBAR CONTENT ************************************************/
	.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 {	-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;    -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y;  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;}


/* IMAGE GALLERY */
	.gallery,.gallery figure, .galleryliner {height: 380px}
	.gallery figcaption{font-size: 14px; padding-right: 40px;}
	.gallery {overflow-y: hidden;}
	.galleryliner {}
	.galleryliner figure {position: relative; float: left; margin: 0 10px;}
	.swiper {width: 100%; text-align: center;}

	html {
	  --scrollbarBG: #466069;
	  --thumbBG:  #9ccb3b;
	}
	.gallery::-webkit-scrollbar { width: 20px;}
	.gallery {
	  scrollbar-width: thin;
	  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
	}
	.gallery::-webkit-scrollbar-track {
	  background: var(--scrollbarBG);border-radius: 6px;
	}
	.gallery::-webkit-scrollbar-thumb {
		background: -webkit-linear-gradient(top, #006544 0%, #9ccb3b 100%);
	 /* background-color: var(--thumbBG) ;*/
	  border-radius: 6px;
	  /*border: 3px solid var(--scrollbarBG);*/
	}


/****************
Colors

slate: #466069;
lime: #9ccb3b;
dark green: #006544;
light-grey: #f4f3ec;
grey-green: #7e96a0;
med green - #007D4A
gold - #C8BB89
pale gold - #ece8d5


*************************/

/** ADVANCED CONTENT **/

	.compbox{width: 100%; height: 100%; text-align: center; border: solid 1px #006544;}
	.compheader{background-color: #006544;  padding: 20px; color: white;}
	.compheader h3{color: white; margin: 0}
	.compimg{padding: 30px 30px 0 30px; min-height: 283px;}
	.compimg img{max-height: 253px;}
	.compimg p{margin: 0}

	.comptext{padding: 30px}
	.comptext h4{color: #006544; margin: 30px 0 0px 0}
	.comptext h4:first-child{margin-top: 0;}
	.comptext p{margin: 0 0 10px 0}

	.icontable tr td:last-child{padding-left: 20px; color: #006544;}
	.iconimg{width: 80px; height: 80px; border-radius: 50%; background-color: #466069;display: flex; justify-content: center; align-items: center;}
	.introtext{min-height: 165px;}

	/*L*/
	@media only screen and (max-width: 1230px) {
		.introtext{min-height: 229px;}
	}
	/*M*/
	@media only screen and (max-width: 991px) {
		.introtext{min-height: 29px;}
	}


