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

  --orange: #d34416;
  --blue: #004c98;
  --pale grey: #666666;
  --dk grey: #333333;

font-family: 'Exo 2', sans-serif;
font-family: 'Open Sans', sans-serif;

max-width: 1124px;

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

/** 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: 'Open Sans', sans-serif;font-size: 16px;color: #333333}

	p{margin-bottom: 14px;}
	article, aside {line-height: 1.63;}
	a, a:visited, .modal_link{  transition: all .25s; color:  #004c98; font-weight: 700; text-decoration: none;}
	a:hover, a:focus {text-decoration: underline}
	input, select, textarea{font-family: 'Open Sans', sans-serif;font-size: 16px;}
	button {padding:0; border: 0; background: transparent; cursor: pointer;  transition: all .25s;}
	button:hover, button:focus {border: 0; outline: 0}
	.CHbox a, .CHA, .cardbennies{font-family: 'Open Sans', sans-serif;font-size: 16px;} /* match to regular font size */
	strong{font-weight: 600}
	.liner {width: 100%;  max-width: 1124px; margin: 0 auto;  position: relative; }
	.container-fluid{max-width: 1124px; width: 100%; margin: 0 auto;}

	section { width: 100%; padding: 0; margin: 0;}

	/* diff/colored bullets
	article ul, aside ul {list-style: none;}
	article ul li:before, aside ul li:before { content: " "; background-color: #004c98; display: inline-block; width: 8px; height: 8px; border-radius: 50%;   margin-left: -15px; position: relative; top: -4px; margin-right: 5px; }
	article .blog_share ul li:before { display: none;}

	*/

	h1{font-family: 'Exo 2', sans-serif; font-weight: 400; font-size: 48px; line-height: 54px; color: #ffffff; margin: 0 0 14px 0}

	h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1
	{ font-family: 'Exo 2', sans-serif; font-weight: 400; font-size: 36px; line-height: 42px; margin: 60px 0 14px 0; color: #004c98}
	
	h3, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_faq_header, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname
	{ font-family: 'Exo 2', sans-serif; font-weight: 400; font-size: 30px; line-height: 36px; margin: 24px 0 10px 0; line-height: 1.2;color: #004c98}

	h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name, article .code_block_indiv_content h3, .regionbox h3
	{ font-family: 'Exo 2', sans-serif; font-weight: 400; font-size: 24px; line-height: 30px; margin: 14px 0 8px 0; line-height: 1.5; color: #004c98}

	h5, .forum_thread_date, .forum_mischeader_title, .Mhead	{ font-family: 'Exo 2', sans-serif; font-weight: 600; font-size: 18px; line-height: 1.25; margin: 14px 0; color: #004c98}

	h6 {color: #333333; font-size: 14px; font-style: italic; font-weight: bold;}

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

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

	/*S*/
	@media only screen and  (max-width: 767px) {
		p{margin-bottom: 10px;}
		h1{font-size: 34px; line-height: 40px}
		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1{ font-size: 30px; line-height: 36px; margin: 40px 0 10px 0; line-height: 8px}
		h3, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_faq_header, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname{font-size: 24px; line-height: 30px; margin: 10px 0; line-height: 8px}
		h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name, article .code_block_indiv_content h3{font-size: 20px; line-height: 26px; margin: 10px 0; }
		h5, .forum_thread_date, .forum_mischeader_title, .Mhead	{margin: 10px; }
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		h1{font-size: 30px; line-height: 36px}
		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1{ font-size: 24px; line-height: 30px; margin: 30px 0 10px 0;}
		h3, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_faq_header, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname{font-size: 20px; line-height: 26px}
		h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name, article .code_block_indiv_content h3{font-size: 18px; line-height: 24px}
		h5, .forum_thread_date, .forum_mischeader_title, .Mhead{ font-size: 16px; line-height: 22px}
	}

/** HEADER ***********************************************/
	header {width: 100%; box-shadow: 5px 5px 6px 0 rgba(0, 0, 0, 0.25); background: #306eab; position: relative;  z-index: 100; padding: 0 50px;}
	header .liner{height: 140px; transition: all .25s}
	header.stuck {position: fixed; top: 0; left: 0; z-index: 100}
	header.stuck .liner{height: 90px;}

	/*a[name]{position: relative; top: -57px; z-index: 1}*/

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

	.toplinks {text-align: right; }
	.toplinks a, .toplinks a:visited, .toplinks .notalink  {}
	.toplinks a:hover, .toplinks a:focus {}

	#sitesearch {color: white; font-size: 18px; position: absolute; top: 0; height: 100%; right: 220px; }
	#sitesearch:hover, #sitesearch:focus, #sitesearch.down {color: white;}
	#sitesearch:after{content: '\f002'; font-family: 'Font Awesome 5 Pro'; font-weight: 400;}
	#sitesearch.down:after{content: '\f00d';}

	.sitesearch {display: none;width: calc(100% - 190px - 285px - 80px - 20px); right: 260px; top: 50px; height: 40px; border-radius: 5px; background-color: white; position: absolute; z-index: 101; transition: top .25s}
	header.stuck .sitesearch {top: 25px;}


	.searchbox {height: 30px; width: calc(100% - 44px - 20px); position: absolute; top: 5px; left: 10px; border: none}

	.sitesearch button[type=submit]{color: #d34416; position: absolute; top: 0; right: 5px; height: 40px; width: 44px;  }
	.sitesearch button[type=submit]:hover, .sitesearch button[type=submit]:focus {color:#004C98;}

	button.searchex {color: #004c98;  }
	button.searchex:hover, button.searchex:focus {color: #d34416;}

	/*L*/
	@media only screen and (max-width: 1199px) {
		header .liner{height: 100px;}
		header.stuck .liner{height: 80px;}

		#sitesearch {right: 284px; }
		.sitesearch {width: calc(100% - 190px - 285px - 80px - 90px); right: 330px; top: 30px;}
		header.stuck .sitesearch {top: 20px;}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		.sitesearch {width: 310px; right: 0px; top: 100px;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		header {padding: 0 30px; height: 120px;position: relative; box-shadow: none;}
		header .liner{height: 80px;}
		a.homelink{width: 240px; }
		#sitesearch {right: 70px; }
		.sitesearch { top: 130px;width: 100%;}
	}

	/*XSish*/
	@media only screen and  (max-width: 650px) {
		header {padding: 0 20px; /*height: 120px; position: relative; background: none #004c98;*/}

	}
	/*XXS*/
	@media only screen and  (max-width: 400px) {
		a.homelink{width: 220px; top: 25px}
		#sitesearch {width: 100px;  border: solid 1px #ffffff;  border-right: 0;  right: -20px; background-color: #d34416;height: 40px;}
	}

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

	nav.pc  { width: 100%; position: absolute; top: 53px; right: 0;  z-index: 100;transition: top .25s}
	.navliner { width: 100%; max-width: 549px; position: absolute; top: 0; right: calc(350px + (50% - 652px));  z-index: 100; display: flex; justify-content: space-around; align-items: center;  align-content: center; }

	header.stuck nav.pc  {top: 26px; }

	button.CMitem, a.CMitem, a.CMitem:visited{text-decoration: none; line-height: 1.15;  font-size: 20px; font-weight:400; color: #ffffff;font-family: 'Exo 2', sans-serif;  padding: 5px 0; border-bottom: solid 3px transparent;}
	button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus, button.CMitem.opened  {text-decoration: none;border-bottom: solid 3px #d34416;}

	.ddcontent{ display: none;background-color: white;  position: absolute; top: 87px; left: 0px; width: 100%; padding: 30px 40px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); z-index: 100}
	header.stuck .ddcontent{ top: 64px;}

	.ddcontent a, .ddcontent a:visited {display: block; font-family: 'Exo 2', sans-serif; font-weight: 500 }
	.ddcontent a:hover, .ddcontent a:focus {}
	.ddcontent .liner, header.stuck .ddcontent .liner{height: auto;}
	.ddcontent .col-6{max-width: 450px;}
	.ddcontent .col-6 img{max-width: 100%;}

	/*L*/
	@media only screen and (max-width: 1199px) {
		button.mntgglr{ display: block; height: 100%; color: white; width: 44px; position: absolute; top: 0px; right: 0;  font-size: 30px;}
		button.mntgglr:hover, button.mntgglr:focus { -webkit-transition:  all .25s; transition:  all .25s;}
		button.mntgglr:before{content: "\f0c9"; font-family: 'Font Awesome 5 Pro';}
		button.mntgglr.exer:before{content: "\f00d"; }

		nav.pc  {display: none; position: relative; top: auto; background-color: #e6e6e6; width: calc(100% + 100px); right: 50px;}
		.navliner { position: relative;  right: auto; margin: 0 auto;  height: 100px; }
		button.CMitem, a.CMitem, a.CMitem:visited{ color: black;}
		header.stuck nav.pc  {top: auto; }
		.ddcontent{  top: 100px;}
		header.stuck .ddcontent{  top: 100px;}
	}

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

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


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

		nav.pc, button.mntgglr {display: none;}

		button.menutoggler{ display: block; height: 100%; color: white; width: 44px; position: absolute; top: 0px; right: 0;  font-size: 30px;}
		button.menutoggler:hover, button.menutoggler:focus { -webkit-transition:  all .25s; transition:  all .25s;}
		button.menutoggler:before{content: "\f0c9"; font-family: 'Font Awesome 5 Pro';}
		button.menutoggler.exer:before{content: "\f00d"; }

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

		nav.mobile{display: block; background-color: #e6e6e6;  height: auto; max-height: calc(100% - 120px); position: fixed; z-index: 1000; top: 120px; overflow-y: auto;  width: 300px; right: -300px; text-align: left;  transition: all .25s; padding: 40px 30px 30px 30px; }
		nav.mobile.out{right: 0; -webkit-box-shadow: -5px 5px 5px 0 rgba(0,0,0,.3);box-shadow: -5px 5px 5px 0 rgba(0,0,0,.3)}

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

		nav.mobile a, nav.mobile button {color: #333; text-decoration: none; position: relative; width: 100%; text-align: left;  display: block; transition: all .25s;  font-size: 20px; font-weight: 600;font-family: 'Exo 2', sans-serif; padding: 10px 0;}
		/*nav.mobile button:after {content: '\f0d7'; font-family: 'Font Awesome 5 Pro'; font-weight: 400; position: absolute; top: 0px; right: 0px; transition: all .25s; }
		nav.mobile button.flipped:after { transform: rotate(180deg);}*/

		div.L2{background-color: white;padding: 7px 0}
		nav.mobile .L2 a, nav.mobile .L2 button {color: #004c98; font-size: 16px;padding: 7px 15px;}

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

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

	/*XS*/
	@media only screen and  (max-width: 650px) {
		
	}
	/*XS*/
	@media only screen and  (max-width: 575px) {
		nav.mobile{ max-height: calc(100% - 80px); top: 80px;}
	}

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


	section.icons{ background-color: #e6e6e6;  width:100%; position: relative;  z-index: 99; margin: 0 auto;padding: 60px  50px}
	section.icons .liner{display: flex; justify-content: space-around;}
	section.icons a{display: block;  font-size: 18px;  font-weight: 500;font-family: 'Exo 2', sans-serif; color: #004c98; width: 120px; line-height: 1.2;}
	section.icons a .RLicon{font-size: 40px; display: block; width: 98px; height: 98px; border-radius: 50%; border: solid 4px #e6e6e6;display: flex; justify-content: center; align-items: center; margin: 0 auto; position: relative; margin-bottom: 20px;background-color: #004c98; color: white;}
	
	section.icons a .RLicon:after{content: ' '; display: block; width: 100px; height: 100px; border-radius: 50%; /*border-right: solid 6px*/ background-color:  transparent;  position: absolute; bottom: -10px; right: -10px;  transform: rotate(45deg); transition: all .5s; z-index: -1 }
	section.icons a:hover .RLicon:after, section.icons a:focus:after{ /*border-right: solid 6px*/ background-color: #004c98;; }
	
	section.icons a:hover, section.icons a:focus{text-decoration: none;}
	section.icons a .RLwords{display: block;}

	section.home {background-color: #e6e6e6; margin: 170px 0 0 0}
	section.home .liner{max-width: 1200px;display: flex; justify-content: space-between;  flex-wrap: wrap; position: relative; top: -100px; margin-bottom: -60px}

	.box{width: 380px; padding: 245px 15px 0 15px; background-repeat: no-repeat; background-position: center top; overflow: hidden;transition: all .5s;}
	.box:hover{background-size: 110% auto; }
	.txtbx{width: 350px; padding: 40px; background-color: white;  box-shadow: 2.8px 2.9px 4px 0 rgba(0, 0, 0, 0.15); height: 100%;}
	.txtbx h2 {font-size: 24px; font-weight: 500; line-height: 1.25; margin: 0 0 16px 0;}
	section.home div.liner div.box:first-child div.txtbx{background-color:#d34416 }

	/*XL*/
	@media only screen and (max-width: 1260px) {
		section.home .liner{ justify-content: center;}
		.box{margin: 0 15px 30px 15px;}
	}

	/*L*/
	@media only screen and (max-width: 1199px) {
		section.icons .liner{ flex-wrap: wrap; gap: 40px 10px;justify-content: center; }
		section.icons a{width: calc(25% - 10px);}

	}

	/*M*/
	@media only screen and (max-width: 991px) {
		section.icons{ width: 100%; top: 0; width: 100%; padding: 60px 40px;}
		/*section.icons a .RLicon{font-size: 30px; width: 75px; height: 75px; border-radius: 50%;}
		section.icons a .RLicon:after{ width: 77px; height: 77px; bottom: -14px; right: -14px; }*/
		section.home {margin: 150px 0 0 0}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		section.icons{height: auto;padding: 40px 33px;}
		section.icons .liner{display: block; }
		section.icons a{width: 100%; max-width: 420px; border: solid 1px #004c98; background-color: #004c98; color: white;  border-radius: 5px; box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25); padding: 10px 32px; margin: 10px auto; text-align: left;}
		section.icons a .RLicon{display: inline-block; width: 40px; height: auto; border-radius: 0; border: 0; margin: 0; text-align: center; background-color: transparent;font-size: 30px; }
		section.icons a .RLicon:after{ display: none; }
		section.icons a:hover .RLicon:after, section.icons a:focus:after{  display: none; }
		section.icons a:hover, section.icons a:focus{background-color: #d34416; border: solid 1px white}
		section.icons a .RLwords{display: inline-block;}

		section.home {margin: 140px 0 0 0}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.home {background-color: white; margin:0}
		section.home .liner{top: 0px; margin: 20px 0 0 0}
		.box{width: 100%; padding: 66% 0 0 0; background-size: 100% auto; background-position: center top; margin: 0 0 30px 0;}
		.box:hover{background-size: 100% auto;}
		.txtbx{width: 100%; padding: 30px 50px;  }
		section.icons{ padding: 30px 20px; }
	}

	/*XXS*/
	@media only screen and  (max-width: 400px) {
		section.icons a{padding: 10px 5px;font-size: 14px; }
	}

/** INSIDE **********************************************/
	section.intbanner {width: 100%; height: 520px; background-color: #E6E6E6; position: relative; overflow: hidden;background-repeat: no-repeat; background-size: cover; background-position: center center;display: flex; align-items: flex-end;}
	.inttext {background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 65%,rgba(0,0,0,0.5) 100%); width: 100%; height: 380px; text-align: left; padding: 230px 0 0 0; }

	section.inside{padding: 0 50px}

	article {width: 100%; max-width: 1124px; margin: 0 auto; text-align: left; }

	article .code_block_center{display: flex; justify-content: space-between;  flex-wrap: wrap; width: calc(100% + 30px); position: relative; left: -15px}
	article .code_block_indiv_content{flex: 1 1 0; margin: 7px;  padding: 26px 18px 46px 18px;  border: solid 1px #666; }
	article .code_block_indiv_content:hover {border: solid 2px  #004c98; padding: 25px 17px 45px 17px;   }
	article .code_block h3 {text-align: center; margin-bottom: 22px;}

	aside {background-color: #e6e6e6; margin: 170px 0 0 0; padding: 0 35px}
	aside .container-fluid{ position: relative; top: -100px; margin-bottom: -60px; max-width: 1154px;}
	aside .regionbox{margin: 7px; padding: 16px 30px 30px 30px;  border: solid 1px #666; background-color: white; text-align: left; height: 100%}

	aside  ul {margin: 22px 0 0 0px; padding: 0px; list-style: none;}
	aside h4, aside h3, aside h2 {text-align: center; margin-bottom: 22px;}
	aside  ul li {margin-bottom: 15px}

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

	/*L*/
	@media only screen and (max-width: 1199px) {
		.inttext { padding: 230px 50px 0 50px; }
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		article .code_block_indiv_content{flex: 1 1 300px;}
		aside .regionbox{flex: 1 1 200px;}
		section.inside{padding: 0 40px}
		section.intbanner {height: 360px;}
		.inttext { height: 260px; padding: 180px 40px 0 40px; }
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		article .code_block_indiv_content, aside .regionbox{flex: 1 1 250px;}
		aside .regionbox{flex: 1 1 400px; padding: 20px; }
		section.inside{padding: 0 33px}
		section.intbanner {height: 320px;}
		.inttext { height: 220px; padding: 146px 33px 0 33px; }
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.inside{padding: 0 20px}
		section.intbanner {height: 200px;}
		.inttext { height: 200px; padding: 130px 20px 0 20px; }
	}
	/*XXS*/
	@media only screen and  (max-width: 400px) {
		.inttext { padding: 100px 20px 0 20px; }
	}

/** FOOT ****************************************************/
	footer {width: 100%; background-color: #666; color: white; padding: 50px; font-size: 14px;}

	footer a, footer a:visited { color: white;text-decoration: none;}
	footer a:hover, footer a:focus {color: white; text-decoration: underline;}
	footer p{margin: 0 0 20px 0;}

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

	.socmed{}
	.socmed a .RLwords {display: none;}
	.socmed a, .socmed .notalink{ text-decoration: none !important; margin-left:10px;font-size: 33px; }
	.bottomlinks .socmed a:after{content: "";display: inline-block; padding: 0;}

	.footnote {line-height: 1.29;}
	.footnote img {margin-right: 20px;}

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

	/*M*/
	@media only screen and (max-width: 991px) {
		.socmed a, .socmed .notalink, .footnote img {margin: 0 10px;}
		.footnote {margin-top: 40px}
	}

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

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

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


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

	a.cta, a.cta:visited, a.ctaG, a.ctaG: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, a#id_sef_submit.sef_search.btn, a#id_sef_submit.sef_search.btn:visited, .modal_button 
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; padding: 12px 45px; border-radius: 5px; border: solid 1px #ffffff; background-color: #d34416; color:white; font-size: 14px;font-family: 'Exo 2', sans-serif;font-weight: 500; text-transform: uppercase}
	a.ctaG, a.ctaG:visited{background-color: #666;}

	a.cta:hover, a.ctaG:hover, a.ctaG:focus, 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, a#id_sef_submit.sef_search.btn:hover, a#id_sef_submit.sef_search.btn:focus
	{text-decoration: none; background-color:#004c98}


	/** landing page CTAs **/
	a.ctaRLP, a.ctaBLP
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; padding: 24px 50px; border-radius: 5px; border: solid 2px #d34416; background-color: transparent; color:white; font-size: 22px;font-family: 'Exo 2', sans-serif;font-weight: 500; transform: scale(1); min-width: 300px; max-width: 100%; position: relative; transition: all .25s;}

	a.ctaRLP{background-color: #d34416;}
	a.ctaRLP:after{content: ''; background-color: white; width: 0; height: 100%; display: block; position: absolute; top: 0; right: 50%;transition: all .25s; z-index: -1;  border-radius: 5px;}
	a.ctaRLP:hover, a.ctaRLP:focus {text-decoration: none; color:#d34416; transform: scale(1.05); border: 0}
	a.ctaRLP:hover:after, a.ctaRLP:focus:after{width: 100%; right: 0; border: solid 2px #d34416;}

	a.ctaBLP{border: solid 2px #004c98; color:#004c98; background-color: white;}
	a.ctaBLP:hover, a.ctaBLP:focus {text-decoration: none; color: white; transform: scale(1.05);border: 0}
	a.ctaBLP:after{content: ''; background-color: #004c98; width: 0; height: 100%; display: block; position: absolute; top: 0; right: 50%;transition: all .5s; z-index: -1;  border-radius: 5px;}
	a.ctaBLP:hover:after, a.ctaBLP:focus:after{width: 100%; right: 0; border: solid 2px #004c98;}

/** MORE UNIVERSAL *******************************************/
	hr { border: 0; height: 0; border-top: 1px solid #666 }
	.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: #333333; background-color: yellow; line-height: 1; font-size: 18px;}
	.breaker {clear: both; }
	img {border: 0px;}
	.print {display: none;}
	sup, sub {vertical-align: baseline; position: relative;  top: -0.4em;}
	sub {top: 0.4em;}
	.flexcenter{display: flex; justify-content: center; align-items: center;}



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

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

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



/******************************/
/*  MODULES, BELLS & WHISTLES */
/*        ALPHABETIZED        */
/******************************/

/** ACCORDION - FAQS, FORMS, & DIVS ************************************************************/
	.faq_featured_block{ margin: 20px 0 0 0 !important; display: block}
	.faq_header{ display: block}
	.faq_question_block_slide{padding: 10px 0;border-bottom: 0;}
	.faq_question_block_slide_question{padding: 0; border: solid 0px red}
	.faq_question_block_slide_answer{padding: 0 20px 10px 20px;}

	.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: #004c98; color: WHITE; display: block;padding: 5px 10px; border-radius: 5px;}
	button.divheader{margin-top: 20px; 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: #d34416; color: WHITE;}

	.cms_form_collapsible_header.open a, .faq_question_block_slide_question_open a {background-color: #d34416; color: WHITE; display: block;padding: 5px 10px; border-radius: 5px;}

	.divcontent {width: 100%; padding: 0px 50px 20px 50px; 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: '\f067'; 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: '\f068'; font-family: 'Font Awesome 5 Pro'; font-weight: 400;position: relative;float: right}
	/* FA 4
	button.divheader:after, .cms_form_collapsible_header a:after, .faq_question_block_slide_question_closed a:after{content: '\f067'; font-family: 'FontAwesome'; position: relative;float: right}
	button.divheader.open:after, .cms_form_collapsible_header.open a:after, .faq_question_block_slide_question_open a:after{content: '\f068'; font-family: 'FontAwesome';position: relative;float: right}
	*/

/** ALERTS 2.0 ****************************************************/
	.alertholder{width: 100%; }
	.alertbar {padding: 10px 0; width: 100%; }
	.alertbar.regular{}
	.alertbar.high{}
	.alert {width: 96%; max-width: 1160px; margin: 0 auto; padding-right: 40px; position: relative; text-align: left}
	.alert_icon{}
	.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:"\f057"; 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: block; color: #333333;}
	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 { content: "";}

/** CALENDAR *****************************/
	.content_calendar_table {border: solid 1px #004c98; border-collapse: collapse}
	td.content_calendar_table_headercell {background-color: #004c98; 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: #E6E6E6; }
	td.content_calendar_table_cell { border: solid 1px #004c98}
	td.content_calendar_table_selectedcell { border: solid 1px #004c98; background-color: #E6E6E6}


/** 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 #004c98; 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 #004c98;}/* matchED to H3 */
	.cardname{} /* matchED to H3 */
	.CHA {color: #004c98 } /* match to regular content size or not */
	.CHA:hover, #startover:hover {color:#d34416; 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: #004c98; 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: #E6E6E6;}
	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 #E6E6E6}
	.cms_form_textarea {width: 100%; height: 100px; border: solid 1px #E6E6E6}
	.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;}

	button#exedout {display: none;}
	.legend{ top: -10px;}
	.boxedsearch, .legend {BACKGROUND-COLOR: #E6E6E6; }

	@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: -20px; 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: #004c98; color: white; padding:  13px 27px; font-size: 18px;   font-weight: 600;}
	.content_rates_table td, .table_builder td {padding: 13px 27px;}
	.content_rates_table_row2, TR.table_builder_row_even {background-color: #e6e6e6;}
	TR.table_builder_row_odd {}
	.content_rates_table_row_highlight {color: #d34416;}
	.sideslider {width: 100%;}
	.table_builder .filtered {display: none;}
	.content_rates_table td.widecell{}

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

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

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

/** groovecar *****************************/
div#selectEmbedForm fieldset legend {display: none;}
input#id_sef_preowned{margin-left: 20px}
form#id_sef_form label{border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
form#id_sef_form fieldset label{border: 0; clip: rect(0 0 0 0); height: auto; margin: 0; overflow: hidden; padding: 0; position: relative; top: 5px; width: auto; padding-left: 5px; }
form#id_sef_form select {width: 100%; height: 34px; border: solid 1px #666666; border-radius: 3px;}
form#id_sef_form  select#id_sef_year_from, form#id_sef_form select#id_sef_year_to {width: 48%}
 form#id_sef_form select#id_sef_year_to {margin-left: 4%;}