/****************
Colors
 blue #104E8B


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

/** UNIVERSAL *************************************/
	body {text-align: center; background-color: WHITE; -webkit-text-size-adjust: 100%; padding: 0; margin: 0; font-family: 'Poppins', sans-serif;   font-size: 18px; color: #2b2b2b; font-weight: 300; padding-top: 85px}

	p{}
	article, aside {line-height: 1.78;}
	a, a:visited{transition:  all .5s; color: #007db4}
	a:hover, a:focus {color: #007db4}
	input, select, textarea{font-family: 'Poppins', sans-serif;   font-size: 18px; max-width: 100%;}
	button {padding:0; border: 0; background: transparent; cursor: pointer; -webkit-transition:  all .5s; transition:  all .5s;font-family: 'Poppins', sans-serif;   font-size: 18px;text-transform: lowercase; cursor: pointer}
	button:hover, button:focus {border: 0; outline: 0; }
	strong{}

	article ul{list-style: none;  }
	article ul li {margin-bottom: 10px;}
	article ul li:before { content: "•";color: #007db4; display: inline-block; width: 1em;   margin-left: -1em; }

	h1 {font-size: 36px;line-height: 1.17; font-weight: 300;  color: white;text-transform: lowercase}


	h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, section#page123 .inside article#maincontent h1
	{font-size: 40px; line-height: 1.5; font-weight: 300; color: #104e8b; text-transform: lowercase}


	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
	{font-size: 34px; line-height: 1.5; font-weight: 300; color: #104e8b; text-transform: lowercase}

	h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
	{font-size: 28px; line-height: 1.5; font-weight: 300; color: #104e8b; text-transform: lowercase}

	h5, .forum_thread_date, .forum_mischeader_title
	{font-size: 24px; line-height: 1.46; font-weight: 300; color: #104e8b; text-transform: lowercase }

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

	.liner {width: 100%;  max-width: 1200px; margin: 0 auto;  position: relative; }
	.container-fluid{max-width: 1200px; width: 100%; margin: 0 auto;  border: solid 0px red !important}
	section { width: 100%; padding: 0; margin: 0;}

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

	/*M*/
	@media only screen and (max-width: 992px) {
		body { padding-top: 0}

	}

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

	/*XS*/
	@media only screen and  (max-width: 576px) {
		select{ font-size: 16px;}
	}


/** HEADER ***********************************************/
	header {width: 100%;position: fixed; top: 0; left: 0; z-index: 100; background-color: white; border-bottom: solid 1px #007db4;  padding: 0 30px;}
	header .liner{height: 85px }
	header.stuck {position: fixed; top: 0; left: 0; z-index: 100}
	/*a[name]{position: relative; top: -57px; z-index: 1}*/

	a.homelink{height: 180px; width: 274px;  position: absolute; top: 0; left: 0; background: url(../images/logo-bump-xl.png) no-repeat center bottom; padding: 34px 20px;}
	a.homelink img {width: 100%; max-width: 226px}

	.toplinks {text-align: right; font-weight: 400; position: absolute; right: 344px; top: 27px;text-transform: lowercase}
	.toplinks a, .toplinks a:visited, .toplinks .notalink  {color: #007db4; margin-left: 25px;}
	.toplinks a:hover, .toplinks a:focus {color: #104e8b}

	.toplinks .pipe {display: none;}

	section.menubar{width: 100%; background-color: #104e8b; height: 57px; margin-bottom: 10px; padding: 0 10px}
	nav.pc { z-index: 100; position: relative;}
	.menubar.stuck {position: fixed; top: 0; left: 0; z-index: 100; box-shadow: 0px 4px 5px 0.1px rgba(0, 0, 0, 0.22);}
	button.menutoggler {display: block;}


	#sitesearch {color: #104e8b; width: 41px; height: 41px; position: absolute; top: 20px; right: 278px;}
	#sitesearch:hover, #sitesearch:focus, #sitesearch.down {color: #007db4;}


	.sitesearch {display: none;width: 401px; height: 60px; border-radius: 11px; background-color: #007db4; position: absolute; top: 70PX;  right: 278px; }

	.searchbox {height: 40px; background-color: white; border: 0; width: calc(67% - 20px); position: absolute; top: 10px; left: 10px; border-radius: 5px;}
	/*
	.searchbox::placeholder {color: white;  opacity: 1;}
	.searchbox:-ms-input-placeholder {color: white;}
	.searchbox::-ms-input-placeholder { color: white;}
	*/
	.sitesearch button[type=submit]{color: #2b2b2b; height: 40px; background-color: white; border: 0; width: calc(33% - 10px); position: absolute; top: 10px; right: 10px; background-color: #fbe78d; border-radius: 5px;}
	.sitesearch button[type=submit]:hover, .sitesearch button[type=submit]:focus {color: #9fdaf5;}

	button.searchex {color: #104e8b;  }
	button.searchex:hover, button.searchex:focus {color: #007db4;}

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

	/*M*/
	@media only screen and (max-width: 992px) {
		.toplinks {display: none;}
		a.homelink{height: 140px; width: 210px;   padding-top: 20px; background-image: url(../images/logo-bump-m.png);}
		a.homelink img {width: 100%; max-width: 175px}
		header {position: relative}
	}

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

	/*XS*/
	@media only screen and  (max-width: 576px) {
		body {padding-top: 61px }
		header .liner{height: 61px }
		header { padding: 0 20px 0 0;}
		a.homelink{height: 88px; width: 124px; padding: 15px 10px; background-image: url(../images/logo-bump-xs.png);}
		#sitesearch { top: 10px; right: 144px; }
		.sitesearch { border-radius: 0 0 11px 11px; top: 60px; right: -20px; width: calc(100% + 20px); }
	}

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

	button.menutoggler {display: block; color: #104e8b; background-color: #9fdaf5; width: 114px; position: absolute; top: 20px; right: 0;border-radius: 5px; padding: 7px 0;-webkit-transition:  all .25s; transition:  all .25s;}
	button.menutoggler:hover, button.menutoggler:focus {color: white; background-color: #104e8b }
	button.menutoggler:before{content: "\f0c9"; font-family: 'Font Awesome 5 Pro', 'Poppins', sans-serif;}

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

	nav.mobile{ height: 0; background: rgba(16,78,139,.95); color: white;position: fixed; z-index: 1000; top: 85px; width: 100%; right: 0;  text-align: left;  padding:  0 30px; transition:  all .5s ease; overflow: hidden;}
	nav.mobile.out{height: auto; padding: 40px 30px 30px 30px;}

	nav.mobile .liner{display: flex; max-width: 1440px;justify-content: space-between;}

	nav.mobile a, nav.mobile a:visited, nav.mobile button {color: white;text-decoration: none; position: relative; width: 100%; text-align: left;  display: block; font-weight: 300;}
	nav.mobile a:hover, nav.mobile a:focus{color: #fbe78d;}
	nav.mobile button .far {font-size: 12px; position: relative;  margin-left: 20px; -webkit-transition:  all .5s; transition:  all .5s; }
	nav.mobile button.flipped .far { transform: rotate(180deg);}


	nav.mobile a, nav.mobile a:visited, nav.mobile button {font-size: 24px; font-weight: 300;}
	nav.mobile .L1 button {cursor: auto}
	nav.mobile .L1 button .far{display: none;}

	nav.mobile .L2 a, nav.mobile .L2 button {font-size: 16px; font-weight: 300; margin-bottom: 5px; text-transform: initial}
	nav.mobile .L2 a:hover, nav.mobile .L2 a:focus {text-decoration: underline;}
	nav.mobile .L2 button {font-weight: 500; cursor: pointer}
	nav.mobile .L2 button .far{display: inline; }

	div.L3, .TL {display: none; padding-left: 20px;}



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

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

	/*M*/
	@media only screen and (max-width: 992px) {
		nav.mobile button.menutoggler2{display: block;}

		nav.mobile{ top: 0; overflow-y: auto; width: 300px;  right: -300px; transition:  all .5s;padding: 40px 30px 30px 30px; height: 100%;}
		nav.mobile.out{right: 0;  box-shadow: 0 0 5px black;height: 100%; padding: 40px 30px 30px 30px;}

		nav.mobile .liner{display: block;}

		nav.mobile a, nav.mobile a:visited, nav.mobile button {color: white;text-decoration: none; position: relative; width: 100%; text-align: left;  display: block; font-weight: 300;}
		nav.mobile button:hover, nav.mobile button:focus, nav.mobile button.flipped{color: #fbe78d;}
		nav.mobile button .far {font-size: 12px; position: relative;  margin-left: 20px; -webkit-transition:  all .5s; transition:  all .5s; }
		nav.mobile button.flipped .far { transform: rotate(180deg);}
		nav.mobile a, nav.mobile a:visited, nav.mobile button {font-weight: 300;  font-size: 18px;}

		
		nav.mobile .L1 {border-bottom: solid 1px white; padding: 5px 0}
		nav.mobile .L1 button {cursor: pointer}
		nav.mobile .L1 button .far{display: block; position: relative; float: right; top: 9px}

		div.L2 {display: none;}
		nav.mobile .L2 a, nav.mobile .L2 button {font-size: 16px; font-weight: 300; margin-bottom: 5px; text-transform: initial;  font-size: 16px;}
		nav.mobile .L2 a:hover, nav.mobile .L2 a:focus {text-decoration: underline;}
		nav.mobile .L2 button {font-weight: 500; cursor: pointer}
		nav.mobile .L2 button .far{display: inline; float: none; top: 0}

		div.L3 {display: none; padding-left: 20px;}

		.TL{display: block;padding: 0}
		.TL a{margin-top: 20px; display: inline-block !important; width: auto !important}
	}

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

	/*XS*/
	@media only screen and  (max-width: 576px) {
		button.menutoggler { width: 44px; top: 10px;}
		button.menutoggler span{display: none;}
		button.menutoggler:before{content: "\f0c9";}
	}



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


	section.home {padding: 50px 30px}

	section.icons{padding: 50px 30px 30px 30px;}
	section.icons .liner {display: flex;  justify-content: center; flex-wrap: wrap} 

	.sun{width: 240px;height: 240px; border-radius: 50%; padding: 10px; position: relative; background-color: #fbe78d; z-index: 70; margin-bottom: 10px; }
	.ray{position: absolute;   z-index: 10; width: 50%; height: 50%;z-index: 80; background-color: white;}
/*	.eye{width: 100px;height: 100px; border-radius: 50%; background-color: black; color: white; position: relative; z-index: 100}*/
	.sun:hover .ray1{animation: ray1 .3s linear 1 forwards;}
	.sun:hover .ray2{animation: ray2 .3s linear 1 forwards;}
	.sun:hover .ray3{animation: ray3 .3s linear 1 forwards;}
	.sun:hover .ray4{animation: ray4 .3s linear 1 forwards;}

	.ray1 {top: 0; left: 0;}
	.ray2 {top: 0; left: 50%;}
	.ray3 {top: 50%; left: 50%;}
	.ray4 {top: 50%; left: 0;}

	section.icons a{display: block; width: 220px;height: 220px; border-radius: 50%; position: relative; z-index: 100; z-index: 90; background-color: white;  position: absolute; top: 10px; right: 10px; font-size: 22px; font-weight: 300; padding: 25px 20px; text-align: center;}
	section.icons a:hover, section.icons a:focus{text-decoration: none;}

	section.icons a img{width: 80px;}

	@keyframes ray2 {
	  0% {top: 0; left: 50%;width: 50%; height: 50%;}
	  25% {top: 0; left: 0;width: 50%; height: 50%;}
	  50% {top: 50%; left: 0;width: 50%; height: 50%;}
	  75% {top: 50%; left: 50%;  width: 50%; height: 50%;}
	  99% {top: 50%; left: 50%;width: 50%; height: 0;}
	  100% {top: 50%; left: auto; right: 0;width: 0; height: 0;}
	}
	@keyframes ray1 {
	  0% {top: 0; left: 0;width: 50%; height: 50%;}
	  25% {top: 0; left: 0;width: 50%; height: 50%;}
	  50% {top: 50%; left: 0;width: 50%; height: 50%;}
	  75% {top: 50%; left: 50%;  width: 50%; height: 50%;}
	  99% {top: 50%; left: 50%;width: 50%; height: 0;}
	  100% {top: 50%; left: auto; right: 0;width: 0; height: 0;}
	}
	@keyframes ray4 {
	  0% {top: 50%; left: 0;width: 50%; height: 50%;}
	  25% {top: 50%; left: 0;width: 50%; height: 50%;}
	  50% {top: 50%; left: 0;width: 50%; height: 50%;}
	  75% {top: 50%; left: 50%;  width: 50%; height: 50%;}
	  99% {top: 50%; left: 50%;width: 50%; height: 0;}
	  100% {top: 50%; left: auto; right: 0;width: 0; height: 0;}
	}

	@keyframes ray3 {
	  0% {top: 50%; left: 50%;width: 50%; height: 50%;}
	  25% {top: 50%; left: 50%;width: 50%; height: 50%;}
	  50% {top: 50%; left: 50%;width: 50%; height: 50%;}
	  75% {top: 50%; left: 50%;width: 50%; height: 50%;}
	  99% {top: 50%; left: 50%;width: 50%; height: 0;}
	  100% {top: 50%; left: auto; right: 0;width: 0; height: 0;}
	}

	.promobox{height: 434px; overflow: hidden;}
	.Pbg{width: 100%; height: 100%; background-size: cover; background-position: center center; border-radius: 10px;position: relative;}
	.Pblu{width: 100%;  background: rgba(0,125,180, .9); color: white;border-radius: 7px;}
	.Phead{font-size: 28px;padding: 20px;}
	.Ptxt{display: none; padding: 0px 20px 20px 20px; transition: all .25s; }

	section.testim {background: url(../images/testimonial-bg.jpg); background-size: cover; padding: 50px 30px;}
	section.testim .liner {}
	.quote{width: 10%; min-width: 60px; text-align: center;  color: #104e8b;}
	.QC{color: #104e8b;}

	.tagline{width: 300px; margin: 55px auto 0 auto;}

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

	/*M*/
	@media only screen and (max-width: 992px) {
		.promobox{height: 400px}
		section.testim h2 {padding: 0 60px;}
		}

	/*S*/
	@media only screen and  (max-width: 768px) {
		.sun{width: 100%;height: 64px; margin: 10px 0; border-radius: 0; padding: 0px;  background-color: transparent; }
		.ray{display: none;}
		section.icons a{display: flex;   align-items: center;width: 100%;height: 64px; border-radius: 0; position: relative; top: 0px; right: 0px; padding: 0; text-align: left;}
		section.icons a img{width: auto; height: 64px; margin-right: 20px}
		section.icons a br {display: none;}
		section.icons{padding:30px;}

	}

	/*XS*/
	@media only screen and  (max-width: 576px) {
		section.testim h2 {padding: 0 40px;}
		.quote{min-width: 40px;	}
		section.icons{padding:20px;}
	}

/** INSIDE **********************************************/
	section.intbanner {width: 100%; height: 425px; position: relative; overflow: hidden;background-repeat: no-repeat; background-size: cover; background-position: center center;}
	.inttextholder {min-height: 97px; width: calc(((100% - 1200px) / 2) + (1200px * .667)); background: rgba(0,125,180, .9); border-radius: 0 46px 46px 0; position: absolute; bottom: 20px; left: 0; display: flex; justify-content: flex-end; align-items: center}
	.inttext {width: calc(1200px * .667);  text-align: left; display: flex; flex-direction: row;}
	.inttext a.cta, .inttext a.ctaY {align-self: center}
	.inttext h1 {margin-right: 40px;}

	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		.inttext {padding-top: 30px}
	}


	article {width: 100%; max-width: 990px; overflow: hidden; margin: 0 auto; }

	aside {width: 100%; padding: 0 30px;}
	aside  ul {margin: 0px; padding: 0px; list-style: none;}

	section.inside{padding: 50px 30px 0 30px;}
	section.blu{padding: 50px 30px;}

	section.inside section.icons {padding: 0}

	.regionbox{width: 100%; height: 100%; border: solid 4px #007db4; border-radius: 7px;}
	.RboxH{width: 100%; padding: 20px; background-color: #007db4;  font-size: 28px; font-weight: 300; color: white;}
	.RboxT{width: 100%; padding: 40px 20px;}
	.RboxT ul {list-style: none;}
	.RboxT ul a{text-decoration: underline;}

	a.bannerlink, .bannerbox{width: 100%; height: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; border-radius: 10px;position: relative; display: block; min-height: 350px;}
	.Pblu{width: calc(100% - 40px); padding: 20px; background: rgba(0,125,180, .9); color: white;border-radius: 7px;position: absolute; bottom: 20px; right: 20px; }


	.video_wrapper {margin-top: 20px !important;}

	section.blu{background: url(../images/callout-bg.jpg) no-repeat center center; background-size: cover; padding: 50px 30px;}
 	section.blu ul {list-style: none; margin: 0px; padding: 0; }
	section.blu ul li:before { content: "�";color: #104e8b; display: inline-block; width: 1em;   margin-left: -1em; }
	section.blu a, section.blu a:visited{color: #104e8b; }
	section.blu a:hover, section.blu a:focus{color: #104e8b; }
	section.blu a.cta {color: white;}
	section.blu a.cta:hover, section.blu a.cta:focus {color:#2b2b2b;}

	.tagline.int{margin: 50px auto; }


	/*XL*/
	@media only screen and (max-width: 1500px) {
		.inttextholder { width: 67%; }
		.inttext {width: 100%; padding: 0 30px;}
	}

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

	/*M*/
	@media only screen and (max-width: 992px) {
		.inttextholder { width: 75%; }
		a.bannerlink, .bannerbox{ min-height: 400px;}
		section.inside, section.blu{padding: 30px 20px;}
		aside { padding: 0 20px;}
	}

	/*S*/
	@media only screen and  (max-width: 768px) {
		section.intbanner {height: auto; background-size: auto 313px; background-position: center top;padding-top: 313px;}
		.inttextholder { width: 100%; background: rgba(0,125,180, 1); border-radius: 0; position: relative; bottom: 0;}
		.inttext {width: 100%; padding: 20px;}
	}

	/*XS*/
	@media only screen and  (max-width: 576px) {
		.inttext {display: block;}
		a.bannerlink, .bannerbox{ min-height: 300px;}
		a.bannerlink .Pblu, .bannerbox .Pblu{width: 100%; bottom: 0; right: 0; }
		section.inside, section.blu{padding: 20px;}
		aside { padding: 0;}
}

/** FOOT ****************************************************/
	footer {width: 100%; background-color: #104e8b; color: white; padding: 50px 30px;}

	footer a, footer a:visited { color: #fbe78d;text-decoration: none; margin: 0 10px}
	footer a:hover, footer a:focus {color: white; text-decoration: underline;}
	footer .notalink {margin: 0 10px}

	.bottomlinks {color: white; font-size: 21px}
	footer .pipe {display: none;}


	.socmed{border-bottom: solid 1px #fbe78d; padding-bottom: 20px; margin-bottom: 20px; font-size: 41px;}
	footer .socmed a:hover, footer .socmed a:focus {text-decoration: none;}
	.socmed a .RLwords {display: none;}

	.addr {font-size: 16px;}

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

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

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

	/*XS*/
	@media only screen and  (max-width: 576px) {
	.bottomlinks a, .addr a,  .addr .notalink {display: block; margin-bottom: 7px }
	}

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



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

	a.cta, a.cta:visited, a.ctaY, a.ctaY: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], .TL a, .TL a:visited, .Rbuttons li a, .Rbuttons li a:visited
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; border-radius: 5px;  background-color: #104e8b; color: white !important; font-size: 18px; padding: 12px 24px; border-radius: 5px; text-transform: lowercase; font-family: 'Poppins', sans-serif;   font-size: 18px;}

	a.cta:hover, input[type="submit"]:hover, a.cta:focus, input[type="submit"]:focus, a.clear:hover, a.clear:focus, button#exedout:hover, button#exedout:focus, button.clear:hover, button.clear:focus, input.go:hover, input.go:focus, input[type="reset"]:hover, input[type="reset"]:focus, a.ctaW:focus, a.ctaW:hover, button.cta:hover, button.cta:focus, a.PSlogout:hover, a.PSlogout:focus, div.faq_advanced_search_panel input[type=button]:hover, div.faq_advanced_search_panel input[type=button]:focus,.Rbuttons li a:hover, .Rbuttons li a:focus
	{text-decoration: none; background-color: #fbe78d; color: #2b2b2b !important;}

	a.cta:after, input[type="submit"]:after, button.clear:after, input.go:after, input[type="reset"]:after, button.cta:after, a.PSlogout:after,  div.faq_advanced_search_panel input[type=button]:after, a.ctaY:after, .TL a:after,.Rbuttons li a:after {content: '\f054'; font-family: 'Font Awesome 5 Pro'; font-weight: 300; margin-left: 10px; font-size: 12px}

	a.ctaY, a.ctaY:visited, .TL a, .TL a:visited{color: #2b2b2b !important; background-color: #fbe78d; }
	a.ctaY:hover, a.ctaY:focus, .TL a:hover, .TL a:focus{background-color: white; color: #104e8b;}

/** MORE UNIVERSAL *******************************************/
	hr { border: 0; height: 0; border-top: 1px solid #104e8b }
	.pipe { margin: 0px 10px;position: relative;}
	.mobi {display: none;}

	a.skipper, a.skipper:visited {line-height: 0; font-size: 0; border: 0; background: transparent;position: absolute; top: 0; left: 0; z-index: 101}
	a.skipper:focus, a.skipper:visited:focus {border: solid 2px white; color: black; background-color: yellow; line-height: 1; font-size: 18px;}
	.breaker {clear: both; }
	img {border: 0px;}
	.print {display: none;}
	sup, sub {vertical-align: baseline; position: relative;  top: -0.4em;}
	sub {top: 0.4em;}
	/*S*/
	@media only screen and  (max-width: 768px) {
		.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) {
		div#KJECalculatorScreenSize {position: relative; left: -15px;}
	}

/** COLUMNS ***************************************************/
	.flexrow{display: flex; flex-wrap: wrap;  border: solid 0px red}
	.flexcol{padding: 0 20px 20px 20px; border: solid 0px blue; }
	.fc2 .flexcol{flex: 1 1 400px; min-width: 50%}
	.fc3 .flexcol{flex: 1 1 300px;min-width: 33.33% }
	.fc4 .flexcol{flex: 1 1 250px; min-width: 25%}
	.fc5 .flexcol{flex: 1 1 190px; min-width: 20%}
	.fc6 .flexcol{flex: 1 1 190px; min-width: 16.66}



/** RATES & TABLES ************************************************/
	.content_rates_table, TABLE.table_builder, table.styled {margin-bottom: 20px; width: 100%; border-collapse: collapse; border: solid 6px #007db4}
	.content_rates_table th, .table_builder th, table.styled th {font-size: 24px; font-weight: 400; color: white; background-color: #007db4; padding: 5px 10px}
	.content_rates_table td, .table_builder td, table.styled td {font-size: 16px; padding: 5px 10px; border-left: solid 4px #007db4}
	.content_rates_table_row2, TR.table_builder_row_even, table.styled tr:nth-child(even) td {background-color:#dff3fc}
	TR.table_builder_row_odd {}
	.content_rates_table_row_highlight {color: RED;}
	.sideslider {width: 100%;}
	.table_builder .filtered {display: none;}

	/*.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: 576px) {
		.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}


		.content_rates_table td.widecell {font-size: 24px; font-weight: 400; color: white; background-color: #007db4; padding: 5px 10px; border: 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: WHITE; }

	@media only screen and (max-width: 1100px) {
		.boxedsearch fieldset {top: 0px}
	}

	/*M */
	@media only screen and (max-width: 992px) {
		.listbox { width: 100%; }
	}
	/*S*/
	@media only screen and  (max-width: 768px) {
		.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: 576px) {
		.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;}
	}



/** ALERTS 2.0 ****************************************************/
	.alertholder{width: 100%; }
	.alertbar {padding: 10px 0; width: 100%; }
	.alertbar.regular{}
	.alertbar.high{}
	.alert {width: 96%; max-width: 1200px; margin: 0 auto; padding: 0 40px 0  300px; position: relative; text-align: left}
	.alert p {margin: 0;}
	.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:"\f00d"; font-family: 'Font Awesome 5 Pro'; font-weight: 400}
	@media only screen and  (max-width: 992px) {
		.alert { padding-left: 240px; }
	}
	@media only screen and  (max-width: 576px) {
		.alert { padding-left: 0px; padding-top:20px}
	}

/** 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: #104e8b; 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: #007db4; color: WHITE;}

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

	.cms_form_collapsible_header a:before, .faq_question_block_slide_question_closed 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, .cms_form_collapsible_header.open a:before, .faq_question_block_slide_question_open a:before{content: ''; }
	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}

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

/** FAQs **********************************************/
	.faq_toolbar {padding-bottom: 15px;}
	.faq_viewed {color: #104e8b; 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;}

	/*S*/
	@media only screen and  (max-width: 768px) {
		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 #dff3fc}
	.cms_form_textarea {width: 100%; height: 100px; border: solid 1px #dff3fc}
	.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: 576px) {
		.cms_form_label {width: 100%;  float: none; margin: 0 1% 5px 0; }
		.cms_form_object {width: 100%;  float: none; margin: 1px 0}
	}


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

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


/** SIDEBAR CONTENT ************************************************/
	.code_block_top {}
	.code_block_center {}
	.code_block_bttm {}
	.code_block_indiv_content p{margin-top: 0px;}
	/*.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;}

/** BLOGS ********************************************/
	.blog_posted_date {display: block; color: #2b2b2b;}
	span.blog_tags_tag a{display: inline-block;}
	.blog_share {position: relative; float: right; }
	.blog_share a {position: relative; float: right; margin-left: 5px;}
	.blog_share ul {list-style: none}
	.blog_share ul li{ display: inline-block;}
	.blog_share ul li .fa {font-size: 20px; position: relative; top: 7px;}

/** RATINGS & COMMENTS **********************************/
	.comments_section_summary { padding: 20px; margin: 0px; border: 0; background: none;}
	.comment_rating_stars, .comment_rating_number {display:  inline-block; }
	.comments_sortbox {position: absolute; top: 5px; right: 0;top: -10px; 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: #dff3fc; padding: 20px; margin: 10px 0;}

/** DEC TREE ***************************************/
	div.CHboxedup {z-index: 90;  }
	.CHbox {border: solid 1px #104e8b; border-radius: 10px; padding: 20px 10px 10px 10px; text-align: center;}
	.reallylarge {font-size: 50px;color: #104e8b;}
	.CHQ {border-bottom: solid 2px #104e8b;font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 20px; color: #007db4;}
	.CHQ:before {content: '\f059'; font-family: 'Font Awesome 5 Pro'; font-weight: 700; }
	.CHA { font-size: 16px; color: #104e8b }
	.CHA:before {content: '\f0a4'; font-family: 'Font Awesome 5 Pro'; font-weight: 300;}
	#startover{color: #007db4; }
	#startover:before {content: '\f021'; font-family: 'Font Awesome 5 Pro'; font-weight: 400}
	.CHA:hover, #startover:hover {color:#104e8b; cursor: pointer}
	.cardname{font-size: 18px; color: #007db4;}

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

