:root {
  --main: #9b4709; /*rust*/
  --second: #4b5964; /*grey*/
  --accent: #55726a; /*green*/
  --pale: #f4f3e9;
  --font: #333;
  --dkbrown: #3c2210;
  --brown: #5a4942;
  --beige: #e3e1cb;

}


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

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

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

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

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



	/* 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-weight: 400; font-size: 48px; line-height: 1.125; color: #ffffff; text-transform: uppercase; margin: 0}

	h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle
	{font-weight: 400; font-size: 36px; line-height: 1.3; margin: 80px 0 14px 0; color: #9B4709; text-transform: uppercase;}
	article h2.KJEToggleTitle{padding: 0}


	h3, .code_block h1, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_faq_header, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname
	{font-weight: 400; font-size: 30px; line-height: 1.2; margin: 24px 0 14px 0; color: #9B4709}

	h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
	{font-weight: 400; font-size: 28px; line-height: 1.2; margin: 10px 0 14px 0;  color: #4B5964}

	h5, .forum_thread_date, .forum_mischeader_title	{font-weight: 400; font-size: 24px; line-height: 1.25; margin: 10px 0 14px 0;  color: #4B5964}
	h6 {color: var(--font); font-size: 18px; font-style: italic; font-weight: bold;}

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

	/*M*/
	@media only screen and (max-width: 991px) {
		h1{font-size: 36px;}
		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle {font-size: 30px; margin: 60px 0 14px 0; }
		h3, .code_block h1, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_faq_header, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname{font-size: 28px;}
		h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name{font-size: 24px;}
		h5, .forum_thread_date, .forum_mischeader_title{font-size: 20px;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		h1{font-size: 30px;}
		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle {font-size: 30px; margin: 50px 0 14px 0; }
		h3, .code_block h1, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_faq_header, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname{font-size: 28px;}
		h3, .code_block h1, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_faq_header, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname{font-size: 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) {
		h1{font-size: 24px;}
		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle {font-size: 30px; margin: 45px 0 14px 0; }
		h3, .code_block h1, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_faq_header, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname{font-size: 24px;}
		h3, .code_block h1, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_faq_header, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname{font-size: 20px;}
		h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name{font-size: 18px;}
		h5, .forum_thread_date, .forum_mischeader_title{font-size: 16px;}
	}

/** HEADER ***********************************************/
	header {width: 100%; z-index: 100; background: rgba(255,255,255,.8);position: absolute; top: 0; left: 0;  box-shadow: 0 3px 7px 0 rgba(0,0,0,.5); padding: 0 70px;}
	header .liner{  height: 130px; max-width: 1254px; }
	header.stuck {position: fixed;  }
	a[name]{position: relative; top: -130px; z-index: 1}

	a.homelink{position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; height: 100%; }
	a.homelink img {width: 100%;}

	.toplinks {text-align: right; position: absolute; top: 27px; right: 46px; font-size: 13px;}
	.toplinks a, .toplinks .notalink  {margin-left: 20px; color: var(--dkbrown);}
	.toplinks a:hover, .toplinks a:focus {}

	#sitesearch {color: var(--main);  position: absolute; top: 16px; right: 0;  height: 44px; width: 44px; font-size: 14px; text-align: right;}
	#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: 20px; right: 44px;width: 377px; height: 34px;  border-radius: 4px;  border: solid 1px var(--main);  background-color: white; z-index: 110}

	.searchbox {position: absolute; top: 0; left: 0; padding-left: 10px; font-size: 14px; font-weight: 300; color: var(--dkbrown); border: 0; width: calc(100% - 34px);height: 32px; border-radius: 4px; }
	/*
	.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; font-size: 14px; height: 34px; width: 34px; }
	.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);}

	.buttons{position: absolute; top: 69px; right: 150px; z-index: 101}
	.buttons a	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center;   border-radius: 4px; border: solid 1px #fff; background-color: var(--second); color: white; padding: 10px 16px;  font-size: 14px;margin-left: 10px;}
	.buttons a:hover, .buttons a:focus	{text-decoration: none;  border-radius: 4px; border: solid 1px #fff; background-color: var(--beige); color: var(--dkbrown); }

	.whitebg{ width: 100%; background-color: white; position: relative; top: 620px; margin-bottom: 620px; border-bottom: solid 5px white; z-index: 99}


	/*L-ish*/
	@media only screen and (max-width: 1260px) {
		header {background: none white;position: relative; padding: 0 30px;}
		header.stuck {position: relative; }
		a[name]{position: static}
		.buttons{ right: 205px; }
		#sitesearch {text-align: center}
		.whitebg{top: 560px;  margin-bottom: 560px;}

	}

	/*M*/
	@media only screen and (max-width: 991px) {
			.whitebg{top: 400px;  margin-bottom: 400px;}

	}

	/*S-ish*/
	@media only screen and  (max-width: 840px) {
		header { box-shadow: none;}
		header .liner{height: 124px;}
		a.homelink{width: 182px; height: 90px}
		.toplinks { top: 12px; font-size: 14px; }
		#sitesearch {top: 0}
		.sitesearch { top: 6px; }
		.buttons{top: 50px; right: 55px; }


	}
	/*S*/
	@media only screen and  (max-width: 767px) {
		.whitebg{top: 325px;  margin-bottom: 325px;}
	}

	/*XS 1*/
	@media only screen and  (max-width: 640px) {
		header .liner{height: 128px;}
		a.homelink{width: 140px; height: 60px}
		.buttons{top: 60px; right: 0; right: -30px; width: calc(100% + 60px);display: flex; }
		.buttons a{flex: 1 1; border: 0; border-radius: 0; margin: 0 }
		.buttons a:first-child{border-right: solid 1px white;}
		.toplinks { display: none;}
		#sitesearch {right: 54px; height: 60px; font-size: 28px; }
		.sitesearch {top: 60px; right: 0; width: 100%;  border-radius: 0 0 4px 4px; }
	}

	/*XS 2*/
	@media only screen and  (max-width: 575px) {
		.whitebg{top:  270px; margin-bottom: 270px;}
	}

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

	nav.pc  { z-index: 100; position: absolute; top: 70px; right: 0;  width: calc(100% - 243px); }
	.navliner {width: calc(100% - 500px);  margin-left: 50px; height: 36px; 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;  display: flex; align-items: center; font-size: 16px; font-weight: 600; color: var(--main); position: relative; padding: 8px 0}
	button.CMitem:after, a.CMitem:after{width: 0; height: 1px; border-top: solid 1px var(--dkbrown); content: ' '; display: block; position: absolute; bottom: 0px; right: 50%; transition: all .25s; }
	button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {text-decoration: none; outline: none;}
	button.CMitem:hover:after, button.CMitem:focus:after, a.CMitem:hover:after, a.CMitem:focus:after{width: 100%; right: 0;}

	.ddcontent{ display: none;background-color: white;  position: absolute; top: 60px; left: 0px;box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); width: 100%;padding: 20px 40px;font-size: 16px; color: var(--main)}
	header .ddcontent .liner {height: auto;}
	.ddcontent p { margin: 0 0 10px 0 ;}
	.ddcontent a {display: block;  color: var(--main)}
	.ddcontent a:hover, .ddcontent a:focus { color: var(--accent)}

	.ddcontent ul {list-style: none; margin: 0 0 10px 0 ; padding: 0 0 10px 0 ;}
	.ddcontent ul li {font-size: 14px; color: var(--second); margin-bottom: 10px;}
	.ddcontent ul li a{ color: var(--second);}
	.ddcontent ul li a:hover, .ddcontent ul li a:focus{ color: var(--dkbrown);}

	.Phead{  font-size: 18px;  line-height: 1.78; color: var(--main);}
	.greytext{color: var(--second);}


	/*XL*/
	@media only screen and (max-width: 1400px) {
		.navliner {width: calc(100% - 450px); max-width: 100%; margin-left: 20px;}
	}


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

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

		nav.pc {display: none;}

		button.menutoggler{display: block; height: 44px; width: 44px; color: var(--main); position: absolute; top: 66px; font-size: 36px; right: 0; padding: 0; line-height: 1; border: solid 0px blue }
		button.menutoggler:hover, button.menutoggler:focus { -webkit-transition:  all .25s; transition:  all .25s;color: var(--second);}
		button.menutoggler:before{content: "\f0c9"; font-family: 'Font Awesome 6 Pro'; font-weight: 400;}

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

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

		div.L2, div.L3 {display: none; padding: 0; margin: 0}

		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-weight: 600;  font-size: 16px; padding: 0;font-family: montserrat,sans-serif; text-transform: uppercase; margin-bottom: 16px;}

		/*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 {font-weight: 400; font-size: 16px;text-transform: initial}

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

		/*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: 840px) {
		button.menutoggler{top: 44px; }

	}

	/*XS*/
	@media only screen and  (max-width: 640px) {
		button.menutoggler{top: 0; height: 60px;

		}
	}

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

	section.icons{padding: 0 30px 80px 30px;}
	section.icons .liner{display: flex;  justify-content: space-between;}
	section.icons a{ Flex: 1 1; color: var(--second); transition: .25s;}
	section.icons a:hover, section.icons a:focus{text-decoration: none;}
	section.icons a .RLicon{opacity: 0; position: relative;  top: -100px; border: solid 5px var(--main); width: 122px; height: 122px; background-color: var(--pale); font-size: 50px;display: flex;  justify-content: center;  align-items: center;border-radius: 50%; margin: 0 auto 40px auto; outline: solid  0 transparent;color: var(--main); /*transition: all .25s;*/}
	section.icons a:hover .RLicon, section.icons a:focus .RLicon{outline: solid  5px var(--beige); color: var(--second);}
	section.icons a:hover .RLicon, section.icons a:focus .RLicon{ font-size: 60px;}
	section.icons .RLwords{font-weight: 600; font-size: 18px;}


	section.promos{}
	section.promos .code_block{}
	section.promos .code_block_center{}

	section.promos .code_block_box{ max-width: 1170px; height: 628px; position: relative; margin: 0 auto 80px auto;transition: all .5s;}
	section.promos .code_block_indiv_top{background: url(../images/ParchmentBackground.jpg) center center; background-size: conver; z-index: 10; width: 1100px; height: 200px; position: absolute; bottom: 80px; left: 0;}
	section.promos .code_block_indiv_bttm{background: url(../images/LeftOakLeaf.png) center bottom no-repeat; background-size: contain; width: 527px; height: 200px; position: absolute; bottom: 0; left: 0; z-index: 20;}

	section.promos .code_block_indiv_image{height: 470px; overflow: hidden; width: 790px; position: absolute; top: 0; left: 30px; z-index: 30; }
	section.promos .code_block_box .code_block_indiv_image img{transition: all 1s;}
	section.promos .code_block_box:hover .code_block_indiv_image img{transform: scale(1.08,1.08);}

	section.promos .code_block_box .code_block_indiv_content{width: 570px; height: 470px; background-color: var(--brown); color: white; padding: 70px 60px; position: absolute; top: 30px; z-index: 90; overflow: hidden; text-align: left; }
	section.promos .code_block_indiv_content h3{color: white;}

	section.promos .code_block_center .code_block_box:nth-child(2) .code_block_indiv_content{background-color: var(--accent);}
	section.promos .code_block_center .code_block_box:nth-child(3) .code_block_indiv_content{background-color: var(--main);}

	section.promos .code_block_center .code_block_box:nth-child(odd) .code_block_indiv_content{  right: -1000px;opacity: 0; transition: all 1s}
	section.promos .code_block_center .code_block_box:nth-child(odd) .code_block_indiv_content.moved{right: 30px; opacity: 1;}
	section.promos .code_block_center .code_block_box:nth-child(odd):hover .code_block_indiv_content.moved{ width: 610px; height: 510px; top: 10px; right: 10px;padding: 90px 80px;}

	section.promos .code_block_center .code_block_box:nth-child(even){}
	section.promos .code_block_center .code_block_box:nth-child(even) .code_block_indiv_bttm{background: url(../images/RightOakLeaf.png) center bottom no-repeat;background-size: contain; width: 527px; height: 205px; left: auto; right: 0; }
	section.promos .code_block_center .code_block_box:nth-child(even) .code_block_indiv_image{left: auto; right: 0; }
	section.promos .code_block_center .code_block_box:nth-child(even) .code_block_indiv_content{left: -1000px; opacity: 0; transition: all 1s }
	section.promos .code_block_center .code_block_box:nth-child(even) .code_block_indiv_content.moved{left: 30px; opacity: 1;}
	section.promos .code_block_center .code_block_box:nth-child(even):hover .code_block_indiv_content.moved{ width: 610px; height: 510px; top: 10px; left: 10px;padding: 90px 80px;}



	section.home {}

	/*Interior Product Box/Rates Table/Bottom Regions Copy - Montserrat 300, 16px/26px, margin bottom 10px, #333333*/

	/*L*/
	@media only screen and (max-width: 1199px) {
		section.promos .code_block_box .code_block_indiv_image{height: 380px; width: 639px; top: 45px; left: 0;}
		section.promos .code_block_box .code_block_indiv_content{width: 55%; top: 0}

		section.promos .code_block_center .code_block_box:nth-child(odd) .code_block_indiv_content.moved{right: 0;}
		section.promos .code_block_center .code_block_box:nth-child(even) .code_block_indiv_content.moved{left: 0;}
		section.promos .code_block_center .code_block_box:nth-child(odd):hover .code_block_indiv_content.moved{ width: calc(55% + 40px);  right: 0px; top: -20px}
		section.promos .code_block_center .code_block_box:nth-child(even):hover .code_block_indiv_content.moved{ width: calc(55% + 40px);  left: 0; top: -20px}

		section.icons .RLwords{font-size: 16px;}
		section.icons a .RLicon{  margin: 0 auto 30px auto;}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		.bannerbox, .regionbox {max-width: 48%;}

		section.icons{padding: 0 30px 40px 30px;}
		section.icons a .RLicon{ width: 100px; height: 100px; font-size: 35px; margin: 0 auto 30px auto;}
		section.icons a:hover .RLicon{font-size: 40px;}

		section.promos .code_block_box { height: auto;  margin: 0 auto 50px auto; padding-bottom: 100px; }
		section.promos .code_block_box .code_block_indiv_image{height: auto; width: calc(100% - 200px); position: relative; top: 0; margin: 0 auto; left: auto; right: auto;}
		section.promos .code_block_indiv_top{ bottom: 50px; }

		section.promos .code_block_indiv_bttm, section.promos .code_block_center .code_block_box:nth-child(even) .code_block_indiv_bttm{width: 50%; z-index: 99; max-height: 160px;}

		section.promos .code_block_center .code_block_box:nth-child(odd) .code_block_indiv_content, section.promos .code_block_center .code_block_box:nth-child(even) .code_block_indiv_content, section.promos .code_block_center .code_block_box:nth-child(odd) .code_block_indiv_content.moved, section.promos .code_block_center .code_block_box:nth-child(even) .code_block_indiv_content.moved{margin: 0 auto; left: auto; right: auto; top: -1px; opacity: 1;height: auto; width: calc(100% - 66px);position: relative; padding: 50px 60px;}

		section.promos .code_block_center .code_block_box:hover .code_block_indiv_content.moved, section.promos .code_block_box:hover .code_block_indiv_image img{transform: scale(1);}

		/*section.promos .code_block_center .code_block_box:nth-child(1) .code_block_indiv_content.moved, section.promos .code_block_center .code_block_box:nth-child(3) .code_block_indiv_content.moved{right: -33px;}
		section.promos .code_block_center .code_block_box:nth-child(2) .code_block_indiv_content.moved{left: 33px;}*/
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		aside .liner{ display: block;}
		.bannerbox, .regionbox {max-width: 100%; width: 100%; }


		section.icons .liner{display: block}
		section.icons a{border: solid 2px var(--main); background-color: var(--pale); border-radius: 4px; display: block; width: 100%; height: 50px; text-align: left; margin-bottom: 10px;}
		section.icons a:hover, section.icons a:focus{}
		section.icons a .RLicon{border: 0; width: 77px; height: 46px;  font-size: 30px;display: inline-flex;  border-radius: 0; margin: 0; outline: 0; opacity: 1; top: 0}
		section.icons a:hover .RLicon, section.icons a:focus .RLicon{outline: 0; font-size: 30px;}
		section.icons .RLwords{display: inline-block;}


		section.promos .code_block_box .code_block_indiv_image{ width: 100%}
		section.promos .code_block_center .code_block_box:nth-child(1) .code_block_indiv_content, section.promos .code_block_center .code_block_box:nth-child(2) .code_block_indiv_content, section.promos .code_block_center .code_block_box:nth-child(3) .code_block_indiv_content, section.promos .code_block_center .code_block_box:nth-child(1) .code_block_indiv_content.moved, section.promos .code_block_center .code_block_box:nth-child(2) .code_block_indiv_content.moved, section.promos .code_block_center .code_block_box:nth-child(3) .code_block_indiv_content.moved{ width: 100%; padding: 50px 30px; font-size: 16px;}

		section.promos .code_block_indiv_bttm, section.promos .code_block_center .code_block_box:nth-child(even) .code_block_indiv_bttm{width: 66%}


	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
			section.promos .code_block_indiv_bttm, section.promos .code_block_center .code_block_box:nth-child(even) .code_block_indiv_bttm{width: 100%}

	}

/** GUIDE *************************************************/

	section.guide{width: 100%; top: -130px; margin-bottom: -130px; z-index: 99; position: relative;}

	.beige{ background: url(../images/ParchmentBackground.jpg) center center; background-size: cover; z-index: 10; width: 1170px; position: relative; margin: 0 auto; padding: 25px 50px 50px 50px; margin-bottom: 110px;}


	section.guide .liner{width: 1000px;  z-index: 90; text-align: left; }

	section.guide h2{color: var(--second); margin-top: 0;}
	.leaves1{ position: absolute; bottom: -60px; left: -70px; z-index: 20; width: 50%; max-width: 478px; }
	.leaves2{ position: absolute; bottom: -50px; right:-70px;z-index: 20;width: 33%; max-width: 331px; }
	.leaves1 img, .leaves2 img{width: 100%;}

	section.guide form{ margin-top: 30px; position: relative;display: flex; flex-wrap: wrap;}
	.block1, .block2, .block3{margin: 10px 0}

	section.guide select[name="tryingto"]{display: none;}

	section.guide label{font-size: 24px; font-weight: 600; color: var(--dkbrown); margin: 0 10px 0 20px;}
	section.guide input[type=submit]{position: relative; top: 4px;}
	section.guide input[type=submit]:hover, section.guide input[type=submit]:focus{background-color: var(--main); color: white; }

	.selectbox{	position:relative; height: 40px; margin-right: 40px; display: inline-block}
	.selectbox select{  -webkit-appearance:none;  appearance:none;  -moz-appearance:none; padding: 5px 40px 5px 10px !important;	margin-left:10px; border:0; background: url(../images/caret.png) no-repeat right center white; height:40px;	position:relative; z-index:90; color: var(--main)}
	.selectbox .arrow{height:40px; width:40px; border:1px solid lime; position:absolute; right:0; top:0; text-align:center; color:var(--main); font-size:24px; z-index: 99}

	/*XL*/
	@media only screen and (max-width: 1370px) {
		.beige{width: calc(100% - 60px); left: 30px; margin: 0 0 110px 0;}
		section.guide .liner{width: 100%; }
		.leaves1{ position: absolute; bottom: -60px; left: -30px;  width: 45%; }
		.leaves2{ position: absolute; bottom: -50px; right:-30px;width: 25%;  }

	}

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

	/*M-rare*/
	@media only screen and (max-width: 1080px) {
		section.guide{top: -90px; margin-bottom: -90px}
		section.guide label{ margin: 0; display: block; font-size: 20px;}
		.selectbox select{margin-left: 0px;}
		.selectbox{ height: 80px;}
		section.guide input[type=submit]{ top: 0;}
		.beige{padding: 25px 50px;}
		section.guide form{ margin-top: 0px; }
	}



	/*S*/
	@media only screen and  (max-width: 767px) {
		section.guide{top: 0; margin-bottom: -40px; padding-bottom: 0}
		.beige{width: 100%; left: 0;}
		section.guide .liner{width: 100%; right: 0; }
		.leaves1{bottom: -30px; left: -30px}
		.leaves2{bottom: -30px; right: -20px;}
		section.guide form{display: block;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.leaves1{bottom: -30px; left: -30px; width: 60%;}
		.leaves2{display: none;}
		.beige{padding: 25px 30px;}
		.selectbox select{font-size: 16px;}


	}

	/*XXS*/
	@media only screen and  (max-width: 400px) {
		section.guide .liner{padding: 0 20px; }
		.selectbox {width: 100%; height: 70px;}
		section.guide label{ display: block;  width: auto; text-align: left; margin: 0}
		.beige{padding: 15px 30px;}
	}

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

	section.intbanner {width: 100%; height: 480px; background-color: var(--pale); position: relative; overflow: hidden;background-repeat: no-repeat; background-size: cover; background-position: center center; padding-top: 120px;}
	.inttext {background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 45%); width: 100%; height: 360px; padding: 0 calc(50% - 585px) 70px calc(50% - 585px); display: flex;  justify-content: flex-start;  align-items: flex-end;}

	.crumbs{font-size: 16px; margin-bottom: -50px; }
	.crumbs a{color: var(--main)}

	section.oakleaf	{background: url(../images/ParchmentBackground.jpg) center center; background-size: cover; z-index: 10; width: 100%;  height: auto; padding: 50px 30px; position: relative; min-height: 200px; }
	.leaves3{position: absolute; bottom: -40px; right: 70px;z-index: 20;width: 24%; max-width: 331px; }

	.testimonial-carousel.carousel { border: 0; background: url(../images/ParchmentBackground.jpg) center center; background-size: cover; z-index: 10; width: calc(100% + 90px); position: relative; left: -45px; padding: 50px 115px; height: 340px; margin: 80px 0;  }
	.testimonial-carousel.carousel.content_slideshow .carousel-item{min-height: 30px;  height: 200px;border: solid 0px green}
	.testimonial-carousel.carousel.content_slideshow .carousel-caption { padding: 0 !important; height: 200px; min-height: 30px; border: solid 0px red}
	.testimonial-carousel.carousel.content_slideshow .carousel_caption_text {text-align: left; margin: 0; border: solid 0px blue }
	.testimonial-carousel.carousel:after{content: ''; background-image: url(../images/RightOakLeafGuidedTour.png);position: absolute; bottom: -80px; right: 45px;z-index: 20; width: 331px; height: 200px; background-repeat: no-repeat; background-size: 100%;}
	.testimonial-carousel.carousel:before{content: 'TESTIMONIALS'; font-size: 36px; color: var(--second);}
	.content_slideshow a.carousel-control-prev, .content_slideshow a.carousel-control-next { width: 30px; font-size: 48px; color: var(--main); text-shadow: none; z-index: 99; width: 70px; }
	

	section.inside{ padding: 0 30px}
	article {width: 100%; max-width: 1199px;  margin: 0 auto; text-align: left; padding: 40px 0 0 0 }

	article .code_block{margin-bottom: 40px;}
	article .code_block_center{display: flex; flex-wrap: wrap; justify-content: space-between;}
	article .code_block_box{ text-align: left; background-color: var(--beige); padding: 20px 40px; flex: 1 1; margin: 15px; min-width: 25%}
	article .code_block_box h3{color: var(--main); font-size: 24px;}

	article .code_block a.cta:hover, article .code_block a.cta:focus, .regionbox a.cta:hover, .regionbox a.cta:focus{ background-color: var(--main); color: white; }

	/*Bottom Region Links - Montserrat 500, 16px/26px, margin bottom 14px, #4B5964, Hover underline*/
	aside {width: 100%; margin-bottom: 80px; padding: 0 30px;}
	aside .liner{display: flex;  justify-content: space-between; flex-wrap: wrap}
	.regionbox { text-align: left; background-color: var(--beige); padding: 40px; margin: 10px; flex: 1 1;}
	aside  ul {margin: 0px; padding: 0px; list-style: none;}
	aside  ul li{margin-bottom: 10px;}
	aside h3{color: var(--main); margin-top: 0}
	aside a{color: var(--second); font-weight: 600; text-decoration: underline;}

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

	/*XL*/
	@media only screen and (max-width: 1300px) {
		.testimonial-carousel.carousel { width: calc(100% + 60px); left: -30px; }
		.testimonial-carousel.carousel:after{right: 0;}
	}
	/*L*/
	@media only screen and (max-width: 1199px) {
		section.intbanner {height: 360px; padding: 0; }
		.inttext { height: 100%; padding: 0 30px 70px 30px; }
		.testimonial-carousel.carousel { padding: 50px 60px; }
		.content_slideshow a.carousel-control-prev, .content_slideshow a.carousel-control-next {font-size: 42px; width: 60px; }

	}

	/*M*/
	@media only screen and (max-width: 991px) {
		.bannerbox, .regionbox {min-width: 40%; max-width: 100%; margin-bottom: 20px; }
		section.intbanner {height: 278px; }
		article .code_block_center{display: block;}
		article .code_block_box{  padding: 40px 30px;  margin: 15px 0;}
		article .code_block h3{margin-top: 0;}
		article { padding: 60px 0 }
		.crumbs{margin-bottom: -30px; }
		.content_slideshow a.carousel-control-prev, .content_slideshow a.carousel-control-next {font-size: 32px;  width: 40px;}
		.testimonial-carousel.carousel:after{width: 300px;  height: 170px; bottom: -40px;}
		.testimonial-carousel.carousel:before{font-size: 30px;}
		.testimonial-carousel.carousel {padding: 30px 50px;margin: 70px 0; height: 400px; }
		.testimonial-carousel.carousel.content_slideshow .carousel-item, .testimonial-carousel.carousel.content_slideshow .carousel-caption { height: 260px;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		aside .liner{ display: block;}
		.bannerbox, .regionbox {max-width: 100%; width: 100%; }
		section.intbanner {height: 210px; }
		article { padding: 50px 0 }
		.crumbs{margin-bottom: -20px; }
		.testimonial-carousel.carousel { height: 500px;   }
		.testimonial-carousel.carousel.content_slideshow .carousel-item, .testimonial-carousel.carousel.content_slideshow .carousel-caption { height: 380px;}	
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.intbanner {height: 170px; }
		article { padding: 45px 0 }
		.testimonial-carousel.carousel:before{font-size: 26px;}
		.testimonial-carousel.carousel:after{width: 50%;  bottom: 0; height: 0; padding-bottom: 30%}
		.testimonial-carousel.carousel { height: 500px;  padding: 30px; margin: 40px 0}
		.testimonial-carousel.content_slideshow .carousel-item{height: 610px; }
		.content_slideshow a.carousel-control-prev, .content_slideshow a.carousel-control-next {font-size: 28px;  width: 24px; }
		.testimonial-carousel.carousel.content_slideshow .carousel-caption { align-items: flex-start;}
	}

	/*XXS*/
	@media only screen and  (max-width: 475px) {
		.testimonial-carousel.carousel.content_slideshow .carousel_caption_text {font-size: 16px;}
	}
	/*XXXS*/
	@media only screen and  (max-width: 375px) {
		.testimonial-carousel.carousel { height: 600px;   }
		.testimonial-carousel.carousel.content_slideshow .carousel-item, .testimonial-carousel.carousel.content_slideshow .carousel-caption { height: 480px;}	
	}
/** FOOT ****************************************************/
	footer {width: 100%; background: url(../images/FooterOakLeaf.png) no-repeat right bottom var(--beige); color: var(--font); padding: 30px 30px 60px 30px;font-size: 14px; position: relative; z-index: 99}

	footer a { color: var(--dkbrown);text-decoration: none;}
	footer a:hover, footer a:focus {color: var(--dkbrown); text-decoration: underline;}

	.newscolumns{column-count: 4; text-align: left; margin-bottom: 30px; }
	.newscolumns div{-webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; margin-bottom: 20px; }
	.newscolumns div a, .newscolumns .notalink{display: block; margin-bottom: 5px}
	.Fhead{font-weight: 600;font-size: 18px;color: var(--main); margin-bottom: 10px;}
	a.Fhead {display: block; padding-bottom: 18px;}
	.newscolumns div p{margin: 0 0 5px 0}

	.where a{font-weight: 600;font-size: 18px;color: var(--main); margin-bottom: 10px; text-transform: uppercase}
	.where a:hover, .where a:focus{color: var(--second);}


	.bottomlinks {}

	.socmed{}
	.newscolumns div.socmed a{display: inline-block; margin-right: 20px; font-size: 24px; }
	.socmed a .RLwords {display: none;}
	.socmed a, .socmed .notalink{  color: var(--second)}
	footer .socmed a:hover, footer .socmed a:focus{text-decoration: none !important; color: var(--main);}

	.ncua{width: 100%; max-width: 1170px; margin: 0 auto; display: flex;  justify-content: flex-start;  align-items: center;}
	.footicons{ text-align: left; width: 300px; padding: 0 }
	.footicons a{margin-right: 20px;}
	.footnote{ width: calc(100% - 320px); text-align: left;}

	/*L*/
	@media only screen and (max-width: 1199px) {
		.newscolumns{column-count: 3; }
		.ncua{ display: block; padding-right: 33%;}
		.footicons{margin-bottom: 20px;}
		.footnote{ width: 100%;}



	}

	/*M*/
	@media only screen and (max-width: 991px) {
		footer {background-size: 33%}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.newscolumns{column-count: 2; }
			.ncua{ padding-right: 0;}

	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.newscolumns{column-count: 1; }
		footer {background-size: 50%}
		.footicons{ width: 100%; text-align: center}
		.footicons a{margin: 0 10px;}

	}

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

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

	a.cta, 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"]
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center;   border-radius: 4px; border: solid 1px #fff; background-color: var(--second); color: white; padding: 10px 30px;  font-size: 14px;}

	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
	{text-decoration: none;  border-radius: 4px; border: solid 1px #fff; background-color: var(--beige); color: var(--dkbrown); }


/** 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 specific */
	.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}

	/* contents */
	.faq_question_block_slide_answer, article .code_block_accordion.open .code_block_indiv_content{padding: 30px 70px}

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

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

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

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


/** ALERTS 2.0 ****************************************************/
	.alertholder{width: 100%; z-index: 101; position: relative; }
	.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;}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.cms_form_label, legend.cms_form_legend {width: 100% !important;  float: none; margin: 0 1% 5px 0; }
		.cms_form_object {width: 100%;  float: none; margin: 1px 0}
	}

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

	button#exedout {display: none;}
	form#locator fieldset label {display: inline;}

	button#exedout {display: none;}
	.legend{ top: -10px;}
	.boxedsearch, .legend {BACKGROUND-COLOR: var(--pale); }
	.boxedsearch label, .boxedsearch legend, .legend_label {font-size: 18px; }
	.cuname { font-size: 22px;}


	@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_title{margin-top: 80px;}
	.content_rates_table, TABLE.table_builder {margin-bottom: 80px; width: 100%; border-collapse: collapse;}
	.content_rates_table th, .table_builder th {font-weight: bold; color: var(--dkbrown); background-color: var(--beige); padding: 15px 20px;}
	.content_rates_table td, .table_builder td {font-size: 16px;padding: 15px 20px;}
	.content_rates_table_row2, TR.table_builder_row_even {background-color: 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{}

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

	/*M*/
	@media only screen and (max-width: 991px) {
		.content_rates_table_title{margin-top: 60px;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.content_rates_table_title{margin-top: 50px;}
	}


	.content_rates_table_postfix {line-height: 1;}
	/*XS*/
	@media only screen and  (max-width: 575px) {
		.content_rates_table_title{margin-top: 45px;}
		.content_rates_table, .table_builder {border-collapse: collapse; border-top: 1px solid var(--beige);}
		.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 var(--beige); 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 {	-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;}
