@font-face {
  font-family: KaufmannBT;
  src: local(KaufmannBT-Bold),
    url(KaufmannBdBTBold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
/****************
Colors

BLUE - main color - darker blue: #004990;
GREEN - alt color - blue: #0e6cc7;
GOLD - gold: #ffcf44;  
RED - highlight color
BLACK - text color
SILVER - pale color
ORANGE - #f8971d
#ffe773 - search button

yellow gradient: #fff186 to #fece24
background: linear-gradient(to bottom, rgba(255,241,134,1) 0%,rgba(254,206,36,1) 100%);

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

	body {text-align: center; background-color: WHITE; -webkit-text-size-adjust: 100%; padding: 0; margin: 0; font-family: 'Open Sans', sans-serif; font-size: 16px;}

 
	p{margin: .75em 0;}
	article, aside {line-height: 1.38;}
	a, a:visited, button.modal_link{ -webkit-transition:  color .5s; transition: color .5s; color:  #0e6cc7;.}
	a:hover, a:focus, button.modal_link:focus, button.modal_link:hover {color: #004990}
	button.modal_link{text-decoration: underline}



	input, select, textarea{font-family: 'Open Sans', sans-serif; font-size: 16px;}
	button { border: 0; background: transparent; cursor: pointer; -webkit-transition:  all .5s; transition:  all .5s; font-family: Tahoma, 'Open Sans', sans-serif; font-size: 16px;}
	button:hover, button:focus {border: 0; outline: 0}
	strong{}
	.liner {width: 100%;  max-width: 1230px; margin: 0 auto;  position: relative; }

	article a, article a:visited{text-decoration: underline}

	/*article ul {list-style: none;  }*/
	article ul li:before { color: #ffcf44; display: inline-block; width: 1em;   margin-left: -1em; }/*content: "�";*/

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


/** HEADER ***********************************************/
	header {width: 100%; background-color: #004990; z-index: 99; position: relative; }
	header.stuck {position: fixed; top: 0; left: 0; z-index: 100}
	header.stuck .yellowbar .hb {display:none;}
	/*a[name]{position: relative; top: -57px; z-index: 1}*/

	a.homelink{width: 303px; height: 160px; background: url(../images/logo_bg.svg) no-repeat center bottom; padding-top: 8px; text-align: center; display: block; position: absolute; top: -37px; left: 0; background-size: cover; z-index: 100}
	a.homelink img { max-height: 122px}

	.toplinks {text-align: right;  color: white; width: 100%; padding: 8px 0; font-size: 14px; height: 37px;}
	.toplinks a, .toplinks a:visited, .toplinks .notalink  {color: white; margin-left: 40px;}
	.toplinks a:hover, .toplinks a:focus {color: white; text-decoration: underline;}
	.toplinks .pipe {display: none;}

	.yellowbar{width: 100%; background: linear-gradient(to bottom, rgba(255,241,134,1) 0%,rgba(254,206,36,1) 100%); height: 67px;}

	button.menutoggler {display: none;}

	#sitesearch {color: #004990; width: 44px; height: 67px; position: absolute; top: 0; right: 0; }
	#sitesearch:hover, #sitesearch:focus, #sitesearch.down {color: #0e6cc7;}
	#sitesearch:hover:after, #sitesearch:focus:after, #sitesearch.down:after {content: '\f0d7'; font-family: 'Font Awesome 5 Pro'; font-weight: 700; color: #004990; font-size: 14px; position: absolute; top: auto;bottom: 0; right: 17px; }

	.sitesearch {display: none; width: 311px; height: 77px; background: url(../images/search_bg.svg) center bottom; position: absolute; top: 67px; right: 0; z-index: 100}
	.searchbox {width: 192px;  height: 42px;  border-radius: 21px;  background-color: #ffffff; position: absolute; top: 13px; left: 13px;border: 0; }

	.sitesearch button[type=submit]{color: #004990; width: 87px; height: 42px; border-radius: 21px; background-color: #ffe773; position: absolute; top: 13px; right: 13px; }
	.sitesearch button[type=submit]:hover, .sitesearch button[type=submit]:focus {background-color: #ffcf44;}

	/*XL*/
	@media only screen and (max-width: 1310px) {
		.toplinks {padding: 8px 30px 0 0; }
		#sitesearch{right: 30px; font-size: 24px}
		.sitesearch {right: 30px;}
		a.homelink {left: 20px;}
	}
	/*L*/
	@media only screen and (max-width: 1230px) {
		#sitesearch {right: 84px;}
	}

	/*M*/
	@media only screen and (max-width: 992px) {
		.toplinks {display: none;}
		.sitesearch {right: 20px;}
		a.homelink {left: 10px; top: 0; width: 250px; height: 130px; background-size: cover}
		a.homelink img { height: 98px}
	}

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

	/*XS*/
	@media only screen and  (max-width: 576px) {
		a.homelink {left: -10px; width: 200px; height: 120px;}
		a.homelink img { height: 90px}
		#sitesearch {height: 57px}
		.sitesearch { width: 100%; right: 0; background-size: cover;top: 57px;}
		.searchbox {width: 43%;  left: 10%; }
		.sitesearch button[type=submit]{width: 33%; right: 10%; }
		.yellowbar{width: 100%; background: linear-gradient(to bottom, rgba(255,241,134,1) 0%,rgba(254,206,36,1) 100%); height: 57px;}
	}
	/*XXS*/
	@media only screen and  (max-width: 400px) {
		.searchbox {width: 46%;  left: 10%;}
		.sitesearch button[type=submit]{width: 30%; right: 10%; }
	}



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

	nav.pc  {width: calc(100% - 380px); position: absolute; top: 0; right: 64px; z-index: 100; height: 67px; }
	.navliner {width: 100%;   z-index: 100; display: flex; justify-content: space-between; align-items: center;  align-content: center; }

	button.CMitem, a.CMitem, a.CMitem:visited{text-decoration: none; line-height: 1.15;  display: flex; align-items: center;height: 67px; background-position: center center; color: #004990; position: relative; z-index: 101}
	button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {background: url(../images/primary-nav-link-hover.png) no-repeat center center;}

	button.CMitem.opened:after {content: '\f0d7'; font-family: 'Font Awesome 5 Pro'; font-weight: 700; color: #f8971d; position: absolute; top: 0; right: 0; position: absolute; top: auto; bottom: -17px; right: 50%; margin-right: -10px; font-size: 24px;}

/*
	button.CMitem:hover:after, button.CMitem:focus:after, button.CMitem.opened:after, a.CMitem:hover:after, a.CMitem:focus:after {content: '\f0d7'; font-family: 'Font Awesome 5 Pro'; font-weight: 700; color: #f8971d; position: absolute; top: 0; right: 0; position: absolute; top: auto; bottom: -17px; right: 50%; margin-right: -10px; font-size: 24px;}*/

	.ddcontent{ display: none;background: rgba(255,255,255,.96);  position: absolute; top: 67px; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); text-align: left; padding: 20px 22px; z-index: 100; width: 100%}
	.ddcontent p {}
	.ddcontent a, .ddcontent a:visited {display: block;  color: #004990;}
	.ddcontent a:hover, .ddcontent a:focus {}
	.ddcontent ul {list-style: none; margin: 0; padding: 0;}
	.ddcontent ul li { margin-bottom: 10px; }
	.ddcontent blockquote{padding: 0 0 0 20px; font-size: 14px;}

	#CMc1.ddcontent{left: 0}
	#CMc2.ddcontent{left: 0}
	#CMc3.ddcontent{left: 0}
	#CMc4.ddcontent{right: 0}
	#CMc5.ddcontent{right: 0}

	button.menutoggler {display: none;}

	nav.mobile{display: none;}

	/*XL*/
	@media only screen and (max-width: 1310px) {
		nav.pc  {width: calc(100% - 440px);right: 104px; }

	}


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

		nav.pc  {display: none;}

		button.menutoggler{display: block;color: #00205b;  width: 44px; height: 67px; position: absolute; top: 0; right: 30px;  font-size: 28px; padding: 0}
		button.menutoggler:hover, button.menutoggler:focus { -webkit-transition:  all .25s; transition:  all .25s;}
		button.menutoggler:before{content: "\f0c9"; font-family: 'Font Awesome 5 Pro'; font-weight: 400}

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

		nav.mobile{display: block; background-color: #004990; color: white; height: 100%; position: fixed; z-index: 1000; top: 0; overflow-y: auto; box-shadow: 0 0 5px black; width: 300px; right: -300px; text-align: left; -webkit-transition:  all .5s; transition:  all .5s; padding: 40px 30px 30px 30px;}

		nav.mobile.out{right: 0; }

		div.L2, div.L3 {display: none;}
		div.L2 {padding: 0 0 0 18px;}
		div.L3 {padding: 0 0 0 36px;}

		nav.mobile a, nav.mobile button {color: white;text-decoration: none; position: relative; width: 100%; text-align: left;  display: block; padding: 10px 15px 2px 0; border-bottom: solid 1px white; font-size: 18px; font-weight: 700}
		nav.mobile button .fa-caret-down { position: absolute; top: 10px; right: 0px;-webkit-transition:  all .5s; transition:  all .5s; }
		nav.mobile button.flipped .fa-caret-down { transform: rotate(180deg);}


		 nav.mobile .L2 a, nav.mobile .L2 button {-webkit-transition:  all .5s; transition:  all .5s; border: 0; font-weight: 400; text-decoration: none; font-size: 16px; padding: 3px 0}
		/*https://css-tricks.com/the-current-state-of-styling-scrollbars/*/
		nav.mobile::-webkit-scrollbar {width: 10px;}
		nav.mobile::-webkit-scrollbar-track {
			-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.7);
			background-color: #E86D1F;
		}
		nav.mobile::-webkit-scrollbar-thumb {
			-webkit-box-shadow: inset 0 0 3px rgba(0,73,135,.7);
			border-radius: 5px;
			background-color: #821453
		}

	}

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

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

	/*XS*/
	@media only screen and  (max-width: 576px) {
		button.menutoggler{ height: 57px; }
	}


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

	#carousel {z-index: 1; position: relative; width: 100%; height: 520px; background-color: #ffe773; }


	section.icons{padding: 50px 30px;}
	.iconic{display: flex;  padding: 0 10px; flex-wrap: wrap; justify-content: center;  align-items: flex-start;width: 100%;  max-width: 1230px; margin: 0 auto;  position: relative;}

	.iconic a{width: 174px; height: 174px; border: solid 2px #0e6cc7; border-radius: 50%; margin: 0 1px;display: flex; justify-content: center; align-items: center; position: relative;flex-direction: column; padding: 16px; margin: 10px; text-transform: uppercase; line-height: 1.19; background:transparent; }
	.iconic a, .iconic a:visited{color:  #0e6cc7;}
	.iconic a:hover, .iconic a:focus{background: linear-gradient(to bottom, rgba(255,241,134,1) 0%,rgba(254,206,36,1) 100%); color: #004990; text-decoration: none; font-family: KaufmannBT,'Bradley Hand', 'Open Sans', sans-serif; font-size: 24px; border: 0; text-transform: lowercase; line-height: 0.96;}

/*IE 10 & 11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.iconic a{width: 174px; height: 174px;  padding: 30px; flex-wrap: wrap;text-transform: lowercase;}
	.iconic a:hover, .iconic a:focus{font-family: 'Open Sans', sans-serif; font-size: 14px;text-transform: uppercase; }
}

	.iconic a .MLSlogo {background: url(/files/wanigas20/1/banners/MLS_413.png) no-repeat right top; background-size: cover; width: 121px; height: 70px;}

	.iconic a .RLicon, .iconic a .RLfa, .iconic a .MLSlogo {font-size: 65px; display: block; color: #0e6cc7; margin-bottom: 5px; -webkit-transition:  all .25s; transition:  all .25s; position: relative; top: 0; transition: top .5s;}
	.iconic a:hover .RLicon, .iconic a:focus .RLicon, .iconic a:hover .RLfa{color: #004990; top: -8px;}
	.iconic a:hover .MLSlogo, .iconic a:focus .MLSlogo {background-position: right top; color: #004990; top: -8px;}

	.iconic ul{list-style: none;}
	.iconic ul li{display: inline-block}


	section.promos .row:nth-child(2) .watermark {left: auto; right: -20px;}
	
	section.promos{padding: 0 30px;}
	.Ppic {background-size: cover; background-position: center center; min-height: 400px; overflow: hidden;position: relative;}

	.watermark {background: url(../images/watermark.svg) left top no-repeat; width: 210px; height: 210px; position: absolute; bottom: -20px; left: -20px; opacity: 0;-webkit-transition:  all .5s; transition:  all .5s;}
	section.promos .row:hover .watermark{opacity: 1; }

	.echo {opacity: 0; color: #ffe773;  font-family: KaufmannBT,'Bradley Hand', 'Open Sans', sans-serif;  font-size: 92px; position: absolute !important; bottom:auto; right: auto; top: 0px; left: -50px; -webkit-transition:  all .5s; transition:  all .5s; line-height: 1; }
	section.promos .row:hover .echo {top: -50px; left: -10px; opacity: 0.4; }

	section.promos h2 {margin-top: 0;}
	.Ptxt div {position: relative;}

	aside.home img {margin: 0 10px;}
	.pardnerheader{font-size: 26px; font-weight: 300; color: #004990;margin: 0 10px;}
	.pardnerheader.one {display: none;}


	section.home {}
	/*L*/
	@media only screen and (max-width: 1230px) {
		.pardnerheader.one {display: block;margin-bottom: 20px;}
		.pardnerheader.two {display: none; }
		aside.home {padding: 20px;}
		.Ppic { min-height: 300px;}
	}
	@media only screen and (max-width: 1100px) {
		section.icons{padding: 50px 150px;}
	}

	/*M*/
	@media only screen and (max-width: 992px) {
		.Ppic {height: 450px;}
		section.icons{padding: 20px 100px;}
		aside.home {display: none;}
	}

	/*S*/
	@media only screen and  (max-width: 768px) {
		.Ppic {height: 0; padding-bottom: 64.51%; min-height: auto}
			section.icons{padding: 20px;}
	}

	/*XS*/
	@media only screen and  (max-width: 576px) {
		.iconic{display: block; width: 100%; max-width: 100%; overflow: hidden;}
		.iconic ul li{display: block}
		.iconic a{ width: 100%; height: auto; min-height: 51px; border-radius: 23px; margin: 5px 0; /*display: block;*/ flex-direction: row; padding:2px 10px; text-align: center; white-space: wrap; justify-content: center; align-items: center;}
		.iconic a .RLicon, .iconic a .RLfa {display: inline-block;  margin: 0; width: 50px; text-align: center; font-size: 32px; position: relative; /*top: 5px;*/}
		.iconic a:hover .RLicon, .iconic a:focus .RLicon, .iconic a:hover .RLfa, .iconic a:focus .RLfa { margin-bottom: 0;top: 0;}
		.iconic a .MLSlogo { width: 60px; height: 35px; margin-right: 10px}
		.iconic a:hover .MLSlogo, .iconic a:focus .MLSlogo { margin-bottom: 0;  top: 0; }


		.iconic{padding: 20px 0;}
		.iconic a br {display: none;}
	}


/** INSIDE **********************************************/
	section.intbanner {width: 100%; height: 570px;  position: relative; overflow: hidden; background-position: center center; background-repeat: no-repeat; background-size: cover;}
	.inttextholder {position: absolute; bottom: 0; right: 0; background: linear-gradient(to bottom, rgba(255,241,134,.94) 0%,rgba(254,206,36,.94) 100%);}
	.inttext { width: 100%; max-width: 768px;}

	section.inside {padding: 0 30px;}
	article {width: 100%; max-width: 768px; margin: 0 auto; }

	aside {width: 100%; background-color: #fff9e2; padding: 30px;}
	aside  ul {margin: 0px; padding: 0px; list-style: none;}
	aside  ul li{margin: .75em 0;}
	aside a, aside a:visited {text-decoration: underline}
	.iconic a, .iconic a:visited {text-decoration: none; text-align: center;}
	.iconic ul {list-style: none; margin: 0; padding: 0}
	article .iconic a {margin: 10px 40px;}



	.RL {-webkit-columns: 2 200px; -moz-columns: 2 200px; columns: 2 200px;}
	.RLname{color: #0e6cc7;   font-size: 40px; font-weight: 300;}
	.named {position: relative; z-index: 99; line-height: 1}
	.nameless{font-family: KaufmannBT,'Bradley Hand', 'Open Sans', sans-serif;  font-size: 65px;  color: #ffe773;  opacity: 0.49; position: absolute; top: -10px; left: 0; z-index: 90}
	.RL ul {list-style: none; padding: 0; margin: 0}
	.RL a {/*white-space: nowrap; */display: block; margin-bottom: 10px;}


	.bannerbox img {max-width: 100%; width: 100%; }
	.video_wrapper {margin-top: 20px !important;}
	/*L*/
	@media only screen and (max-width: 1230px) {
	}

	/*M*/
	@media only screen and (max-width: 992px) {
		aside { padding: 20px;}
		section.inside {padding: 0 20px;}
	}

	/*S*/
	@media only screen and  (max-width: 768px) {
		section.intbanner {height: 594px;}
	}

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

		section.intbanner {height: auto; background-position: center top; background-size: auto 304px; padding-top: 304px;}
		.inttextholder {position: relative;}
		article .iconic a {margin: 5px 0;}



	}

/** FOOT ****************************************************/
	footer {width: 100%; background-color: #004990; color: white; padding: 0 30px}

	footer a, footer a:visited { color: #ffcf44;;text-decoration: none;}
	footer a:hover, footer a:focus {color: #ffcf44; text-decoration: underline;}

	.addr {border-right: solid 1px #ffcf44;}
	.addrheader{font-size: 26px; font-weight: 300; line-height: 1.38; color: #ffcf44}

	.middle{border-right: solid 1px #ffcf44;;}
	.bottomlinks, .TL {color: white;}
	.bottomlinks a, .TL a, .bottomlinks .notalink{display: block; white-space: nowrap}
	.bottomlinks .pipe {display: none;}
	.TL {display: none;}

	.socmed{font-size: 31px; margin-bottom: 30px;}
	footer .socmed a, footer .socmed a:visited {width: 62px; height: 62px; border-radius: 50%; background-color: #ffcf44;; color: #004990;display: inline-block; text-align: center; padding-top: 10px}
	footer .socmed a:hover, footer .socmed a:focus{background-color: white; color: #004990; text-decoration: none;}
	.socmed a .RLwords {display: none;}


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

	/*M*/
	@media only screen and (max-width: 992px) {
		footer { padding: 0 20px}
		.TL {display: block; padding-top: 20px;}
	}

	/*S*/
	@media only screen and  (max-width: 768px) {
		.middle{border: 0; border-bottom: solid 1px #ffcf44;;}
		.bottomlinks a{display: inline;}
		.bottomlinks .pipe {display: inline; color: white;}
	}

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

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

/** HEADERS *********************************************/
	h1 {font-size: 48px; color: #004990; font-weight: 300; font-family: 'Roboto Condensed', sans-serif;line-height: 1.22;}
	h1 em{font-size:65px; font-family: KaufmannBT, 'Lucida Hand', 'Bradley Hand', 'Open Sans', sans-serif;  font-style: normal;margin: .75em 0 .5em 0;}

	h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year
	{font-size: 40px; color: #004990; line-height: 1.38;  font-weight: 300;margin: .75em 0 .5em 0;}

	h3, .code_block h2, .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
	{font-size: 32px; color: #004990; line-height: 1.34;  font-weight: 300;margin: .75em 0 .5em 0;}

	h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
	{font-size: 26px; color: #004990; line-height: 1.36;  font-weight: 300;margin: .75em 0 .5em 0;}

	h5, .forum_thread_date, .forum_mischeader_title
	{font-size: 22px; color: #004990; line-height: 1.36;  font-weight: 300;margin: .75em 0 .5em 0;}

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

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

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

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

	/*XS*/
	@media only screen and  (max-width: 576px) {
		h1 {font-size: 39px; }
		h1 em{font-size:50px;}
	}


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

	a.cta, a.cta: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], button.modal_button
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; border-radius: 23px; border: solid 2px #0e6cc7;;  color: #0e6cc7;; padding: 13px 20px;font-family: Tahoma, 'Open Sans', sans-serif;}

	a.cta:hover,  a.cta: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, button.modal_button:hover, button.modal_button:focus
	{text-decoration: none;background-color: #0e6cc7;; color: white;}

	a.ctaB, a.ctaB:visited, input[type="submit"],  a.clear, a.clear:visited
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; border-radius: 23px; border: solid 2px #004990;  background-color: #004990; color: white; padding: 13px 20px;font-family: Tahoma, 'Open Sans', sans-serif;}

	a.ctaB:hover, input[type="submit"]:hover, a.ctaB:focus, a.clear:hover, a.clear:focus, input[type="submit"]:focus
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; border-radius: 23px; border: solid 2px #f8971d;  background-color:#f8971d; color: black; padding: 13px 20px;}


	/*a.clear{ padding: 8px 30px  10px 30px ; }*/


/** MORE UNIVERSAL *******************************************/
	hr { border: 0; height: 0; border-top: 1px solid #004990; width: 120%; position: relative; left: -10% }
	.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;}
		hr {width: 100%; left: 0; }
	}
	@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 #004990}
	.content_rates_table th, .table_builder th, table.styled th{  font-size: 20px;line-height: 1.35;color: #ffffff; font-weight: 600; background-color: #004990; padding: 14px 20px;}
	.content_rates_table td, .table_builder td, table.styled td{padding: 10px 20px; border-left:  solid 2px #004990}
	.content_rates_table_row2, TR.table_builder_row_even, table.styled tr:nth-child(even) td {color: white; background-color:	#0e6cc7;}
	.content_rates_table_row2 a, tr.table_builder_row_even td a, table.styled tr:nth-child(even) td a {color: white; text-decoration: underline;}

	TR.table_builder_row_odd {}
	.content_rates_table_row_highlight {color: black; background-color: #ffcf44;}
	.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 td, .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;  position: relative; padding:  10px 20px; white-space: normal; text-align:left; }
		.content_rates_table td:before, .table_builder td:before {display: block; width: 100%; text-align:left; font-weight: bold; content: attr(data-title); position: relative; left: -10px}

		
/*		.content_rates_table td, .table_builder td  {border: none;  position: relative; padding:  50px 20px 10px 20px; white-space: normal; text-align:left; }
		.content_rates_table td:before, .table_builder td:before {position: absolute;	top: 10px; left: 6px; width: 100%; padding-right: 10px; /*white-space: nowrap;*/ text-align:left; font-weight: bold; content: attr(data-title);}
*/
		.content_rates_table td.content_rates_table_title, .content_rates_table td.content_rates_table_effectivedate {padding: 10px 0; border: 0}
		.content_rates_table_row2.widecell, .content_rates_table_row1.widecell{padding: 10px 5px;}
	}


/** 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(--silver); }
	.listbox p {margin: 10px 0;}

	@media only screen and (max-width: 1100px) {
		.boxedsearch fieldset {top: 0px}
	}
	/*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;}
	}



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

/** 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: #004990; 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: #0e6cc7;; color: WHITE;}

	.cms_form_collapsible_header.open a, .faq_question_block_slide_question_open a {background-color: #ffcf44; color: #004990; display: block;padding: 5px 10px; border-radius: 5px;}
	.forum_catheader_block {background: #004990;}
	.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: #004990; 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;}


/** 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 #004990;margin: 5px 0;}
	.cms_form_textarea {width: 100%; height: 100px; border: solid 1px #004990;}
	.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: 10px 1% 10px 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 #004990; border-collapse: collapse}
	td.content_calendar_table_headercell {background-color: #004990; 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: #ffe773; }
	td.content_calendar_table_cell { border: solid 1px #004990}
	td.content_calendar_table_selectedcell { border: solid 1px #004990; background-color: #ffe773}

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

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

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

/*** SLIDESHOW *****************/


.seq {overflow: hidden;  width: 100% !important; z-index: 1; max-width: 100% !important; height: 550px; position: relative; margin: 0 auto;  padding: 0;}
.seq .seq-pagination,.seq .seq-screen,.seq .seq-canvas,.seq .seq-canvas > * {margin: 0;  padding: 0;  list-style: none;}
.seq .seq-canvas > *{overflow: hidden;}
.seq .seq-preloader {background: #279FE5;}

/* navigation */
.seq .seq-pagination {position: absolute; z-index: 10; bottom: 20px; right: calc((100% - 1230px) / 2); border: none;  text-align: right;}
.seq .seq-pagination a { display: block; width: 100%; height: 100%;}
.seq .seq-pagination li:focus,.seq .seq-pagination li:hover { background-color: white;}
.seq .seq-pagination .seq-current {  background-color: #002346;}
.seq .seq-pagination > * { margin: 0 4px; padding: 0; display: inline-block; zoom: 1; width: 16px; height: 16px; cursor: pointer; background-color: TRANSPARENT; border: #002346 solid 2px; -webkit-transition: all .1s; transition: all .1s;  font: 0/0 a;  text-shadow: none;  color: transparent;border-radius: 100%; }

/* canvas */
.seq .seq-canvas {position: absolute; height: 100%; width: 100%; white-space: nowrap;  font-size: 0;}
.seq .seq-canvas > * { display: inline-block; zoom: 1; vertical-align: top; width: 100%; height: 100%; white-space: normal; text-align: center; color: white; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0);}
.seq .seq-canvas > *:before {content: ""; display: inline-block; vertical-align: middle; height: 100%;}

/* active state */
.seq.seq-active {overflow: hidden;}
.seq.seq-active .seq-preloader,.seq.seq-active .seq-pagination { visibility: visible;}
.seq.seq-active .seq-preloader.seq-preloaded { visibility: hidden;}
.seq.seq-active .seq-preloader .seq-preload-circle { fill: white;}
/* in state */
.seq .seq-in {}
/* out state */
.seq .seq-out {}

/* bg image */
.seq .seqbg{background-position: center center; background-size: cover; background-repeat: no-repeat; width: 100%; height: 100%; position: absolute; top: 0px; right: 0px; -webkit-transition: all 10s;  transition: all 10s;  }
.seq.seq-active .seqbg, .seq .seq-out .seqbg{transform:scale(1,1);}
.seq .seq-in .seqbg{transform:scale(1.2,1.2);}

/* contents */
.seq .seq-content { background: linear-gradient(to bottom, rgba(255,241,134,0.94) 0%,rgba(254,206,36,0.94) 100%); bottom: 0;line-height: 1.56; padding: 20px 30px; position: absolute; bottom: 0; right: 0; width: 100% }
.seq.seq-active .seq-content {}

.seq .seq-content a.cta, .seq .seq-content a.ctaB{font-size: 16px; border-radius: 27px}

/*XL*/
@media only screen and (max-width: 1260px) {
	.seq .seq-pagination {right: 30px; }
}

/*M*/
@media only screen and (max-width: 992px) {
	seq .seq-pagination {right: 20px; }
	.carousel-caption {padding: 20px;}
}

/*S*/
@media only screen and  (max-width: 768px) {
	.seq{height: 594px;}
}

/*XS*/
@media only screen and  (max-width: 576px) {
	.seq{height: 551px;}
	.seq .seqbg{background-position: center top; background-size: auto 304px; }
	.seq .seq-pagination {width: 100%; text-align: center; bottom: 10px;  text-align: center; padding: 0;right: 0;}
	.seq .seq-content {padding-bottom: 55px; background: linear-gradient(to bottom, rgba(255,241,134,1) 0%,rgba(254,206,36,1) 100%); height: 247px}
}
 