@font-face {
  font-family: GreatEscape;
  src:  url('TheGreatEscape.ttf');
}
@font-face {
  font-family: GreatEscapeB;
  src:  url('TheGreatEscapeBold.ttf');
}
.GEfont{font-family: GreatEscape, cursive;}
.GEfontB{font-family: GreatEscapeB, cursive;}

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

	body {text-align: center; background-color: WHITE; -webkit-text-size-adjust: 100%; padding: 0; margin: 0; font-family: proxima-nova, sans-serif; font-weight: 400; font-size: 16px; color: #333333; }

	.contentwrapper{width: 100%; position: relative; overflow: hidden;}

	p{margin: 0 0 14px 0; }
	article, aside {line-height: 1.625; }
	a, a:visited{transition:  all .5s; color: #c70329}
	a:hover, a:focus {color: #2F4858}

	button.modal_link{ border:0; background: transparent; padding: 0; margin: 0;transition:  all .5s; color: #c70329; -webkit-box-shadow: none; box-shadow: none;}
	button.modal_link:focus, button.modal_link:hover{color: #2F4858}
	.modal-header button{-webkit-box-shadow: none; box-shadow: none;}

	input, select, textarea{font-family: proxima-nova, sans-serif; font-weight: 400; font-size: 16px;color: #333333}
	button {padding:0; border: 0; background: transparent; cursor: pointer; -webkit-transition:  all .5s; transition:  all .5s;font-family: proxima-nova, sans-serif; font-weight: 400; font-size: 16px;color: #333333}
	button:hover, button:focus {border: 0; outline: 0}
	strong{font-weight: 700}
	.liner {width: 100%;  max-width: 1199px; margin: 0 auto;  position: relative; }

	/* diff/colored bullets
	article ul, aside ul {list-style: none;}
	article ul li:before, aside ul li:before { content: "�";color:2F4858; display: inline-block; width: 1em;   margin-left: -1em; }
	*/

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

	h1, section.join h2 {font-weight: 700; font-size: 48px; line-height: 54px; margin: 0 0 5px 0; color: #ffffff; text-shadow: -4.1px 2.8px 5px rgba(0, 0, 0, 0.25);}


	h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year
	{font-weight: 700; font-size: 36px; line-height: 42px; margin: 0 0 14px 0;  color: #c70329}

	h3, .code_block h1, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_faq_header, .content_calendar_header, .cms_form_header, .content_article_header, article h1, .calcxml_container h2
	{font-weight: 700; font-size: 30px; line-height: 36px; margin: 0 0 14px 0;  color: #2F4858; text-shadow: none}

	h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
	{font-weight: 700; font-size: 24px; line-height: 30px; margin: 0 0 14px 0;  color: #2F4858}

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

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

	.fourH{font-weight: 400 !important;}

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

	/*M*/
	@media only screen and (max-width: 991px) {
		H1 {font-size: 40px; line-height: 46px}
		H2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year {font-size: 34px; line-height: 40px}
		.fourH{font-size: 30px;}

	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		H1 {font-size: 36px; line-height: 40px}
		H2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year {font-size: 30px; line-height: 36px}
		H3, .code_block h1, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_faq_header, .content_calendar_header, .cms_form_header, .content_article_header {font-size: 24px; line-height: 30px; margin: 0 0 8px 0;}
		H4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name {font-size: 20px; line-height: 26px; margin: 0 0 8px 0;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		H1 {font-size: 26px; line-height: 32px}
		H2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year {font-size: 24px; line-height: 30px; margin: 0 0 8px 0;}
		H3, .code_block h1, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_faq_header, .content_calendar_header, .cms_form_header, .content_article_header {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 {font-size: 18px; line-height: 24px}
		.fourH{font-size: 24px;}
	}

/** HEADER ***********************************************/
	header {width: 100%; height: 100px; background: rgba(255,255,255,.85); position: absolute; top: 0; right: 0; z-index: 100 }

	.redbar{height: 40px; background-color: #c70329; color: white; width: 100%; position: absolute; top: 0; right: 0; }

	a.homelink{background-color: white; width: 300px; height: 151px;  position: absolute; top: 0; left: 50%; margin-left: -600px; z-index: 99; display: flex; justify-content: center;  align-items: center; }
	a.homelink img { width: 206px}

	.toplinks {text-align: right; width: 100%;  max-width: 1199px; margin: 0 auto; text-transform: uppercase; font-size: 14px }
	.toplinks a, .toplinks a:visited, .toplinks .notalink  {color: white; margin-right: 40px}
	.toplinks a:hover, .toplinks a:focus {color: white;}
	.toplinks a .RLicon {display: none;}

	.toplinks .pipe {display: none;}

	.bluebuttons{width: 300px; height: 86px; position: absolute; top: 151px; left: 50%; margin-left: -600px; background-color: #2F4858; z-index: 99; color: white; text-align:center; }
	.divider {height: 45px; width: 1px; border-right: solid 1px white; position: absolute; top: 20px; right: 100px; }
	.bluebuttons .divider:first-child{right: auto; left: 100px;}

	.bluebuttons button, .bluebuttons a, .bluebuttons a:visited{width: 81px;height: 65px;color: white; border-radius: 3px; transition:  all .25s; display: block; font-size: 14px;}
	.bluebuttons button:hover, .bluebuttons button:focus, .bluebuttons a:hover, .bluebuttons a:focus  {background-color: white; color: #2F4858; text-decoration: none; }
	.bluebuttons button.down{height: 77px;  border-radius: 3px 3px 0 0}

	#appttn{position: absolute; top: 10px; right: 12px;}
	#appttn:after{content: '\f078'; font-family: 'Font Awesome 5 Pro'; font-weight: 400; display: block}
	#appttn.down:after{content: '\f077'; }

	.bluebuttons a {position: relative; top: 10px; margin: 0 auto; padding-top: 11px;}
	.appbox{display: none;width: 276px; padding: 10px 30px; background-color: white; position: absolute; top: 237px; left: 50%; margin-left: -588px; z-index: 99 }
	.appbox a, .appbox a:visited {display: block; color: #c70329; width: 100%; padding: 5px 0; border-bottom: solid 2px #e9e9e9; text-transform:uppercase;}
	.appbox a:last-child {border: 0}

	.appbox a:hover, .appbox a:focus {color: #2F4858;}

	#sitesearch {color: white; height: 40px;}
	#sitesearch:hover, #sitesearch:focus, #sitesearch.down {color: white;text-decoration: underline;}
	#sitesearch:before{content: '\f002'; font-family: 'Font Awesome 5 Pro'; font-weight: 400;}
	#sitesearch.down:before {content: '\f00d';}

	.sitesearch {display: none;background-color: #c70329; color: white; height: 40px; width: calc(100% - 44px); max-width: 500px; position: absolute; top: 0; right: 50%; margin-right: -510px }

	.searchbox {width: calc(100% - 10px); position: absolute; top: 5px; left: 5px; padding-left: 30px; color: white; border: 0; border-bottom: solid 1px white;height: 30px; background:#c70329;  }
	.searchbox::placeholder {color: white;  opacity: 1;}
	.searchbox:-ms-input-placeholder {color: white;}
	.searchbox::-ms-input-placeholder { color: white;}

	.sitesearch button[type=submit]{color: white; position: absolute; top:5px; left: 5px; z-index: 99; height: 30px; width: 30px;   }
	.sitesearch button[type=submit]:hover, .sitesearch button[type=submit]:focus {color: white;}

	/*XL*/
	@media only screen and (max-width: 1300px) {
		a.homelink, .bluebuttons{ left: 50px; margin-left: 0px;}
		.appbox{left: 62px; margin-left: 0; }
		.toplinks {padding-right: 50px;}
		.sitesearch {right: 140px; margin-right: 0 }

	}
	/*L*/
	@media only screen and (max-width: 1199px) {
		.toplinks a .RLicon {display: inline;}
		.toplinks a .RLwords {display: none;}
		.toplinks:hover, .toplinks a:focus  {text-decoration: none; }
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		a.homelink{ left: 0px; height: 100px; width: 211px}
		a.homelink img {width: 143px}
		.toplinks {padding-right: 30px;}
		.toplinks a, .toplinks a:visited, .toplinks .notalink  { margin-right: 30px}
		header {position: relative;}
		.bluebuttons{ left: 211px; top: 40px; height: 60px;}
		.bluebuttons button, .bluebuttons a, .bluebuttons a:visited{height: 50px;}
		#appttn{top: 5px}
		.bluebuttons a {top: 5px; padding-top: 5px;}
		.bluebuttons button.down{height: 55px;  border-radius: 3px 3px 0 0}
		.appbox{ top: 100px; left: 223px;  }
		.sitesearch {right: 120px;  width: calc(100% - 331px); }
	}

	@media only screen and  (max-width: 830px) {
		/*.toplinks a:nth-child(3){display: none;}*/
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		a.homelink{  width: 185px}
		.bluebuttons{ left: 185px; width: calc((100% - 185px) * .75);}
		.bluebuttons button, .bluebuttons a, .bluebuttons a:visited{width: calc(33.33% - 10px); }
		.divider {right: 33.33%; top: 7px; }
		.bluebuttons .divider:first-child{right: auto; left: 33.33%;}
		#appttn{right: 5px;}
		.appbox{left: 190px; width: calc(((100% - 185px) * .75) - 10px);}
		.toplinks {padding-right: 20px;}
		.toplinks a#related_link_185 {display: none;}
		.sitesearch {right: 100px; width: calc(100% - 285px); }
		#sitesearch, #sitesearch:hover, #sitesearch:focus{text-decoration: none;}
	}

	@media only screen and  (max-width: 700px) {
		/*.toplinks a:nth-child(2){display: none;}*/
	}


	/*XS*/
	@media only screen and  (max-width: 575px) {
		a.homelink{  height: 40px; width: 127px}
		a.homelink img {width: 67px}
		.toplinks {padding-right:0px;}
		/*.toplinks a:nth-child(2){display: none;}*/
		.toplinks a, .toplinks a:visited, .toplinks .notalink  { margin-right: 20px}
		.searchwords {display: none;}
		.bluebuttons{ left: 0; width: calc(100% - 60px);}
		.bluebuttons button, .bluebuttons a, .bluebuttons a:visited{width: calc(33.33% - 20px); }
		#appttn{right: 10px;}
		.appbox{left: 10px; width: calc(100% - 80px);}
		.bluebuttons a {padding: 5px 10px}
		.sitesearch {right: 100px; top: 44px; width: calc(100% - 100px); }
		#sitesearch {width: 44px; }
	}
	/*XXS*/
	@media only screen and  (max-width: 440px) {
		header {height: 140px;  }
		a.homelink{ height: 40px; width: 100%}
		.redbar {top: 40px;}
		.toplinks {width: calc(100% - 44px); display: flex; justify-content: space-between; align-items: center; }
		.toplinks a, .toplinks a:visited, .toplinks .notalink  { margin-right: 0; }

		.bluebuttons{top: 80px;}
		.bluebuttons a {padding: 5px}
		.bluebuttons button, .bluebuttons a{ font-size: 13px;}
		.appbox{ top: 140px;}
	}


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

	button.menutoggler{display: none;}
	nav.pc  { z-index: 100; width: 840px; height: 60px; position: absolute; top: 40px; right: 50%; margin-right: -600px; padding-top: 13px;  border: solid 0px blue}
	.navliner {width: 100%;   z-index: 100; display: flex; justify-content: space-around; align-items: center;  align-content: center; border: solid 0px fuchsia}

	button.CMitem, a.CMitem, a.CMitem:visited{text-decoration: none; line-height: 1.15;  display: flex; align-items: center; font-size: 18px; color: #2F4858; border-bottom: solid 3px transparent; padding: 5px 0;}
	button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  { border-bottom: solid 3px #c70329; text-decoration: none;}

	.ddcontent{ display: none;background-color: white;  position: absolute; top: 60px; left: 0px; width: 100%; -webkit-box-shadow: -5px 5px 5px 0 rgba(0,0,0,.2); box-shadow: -5px 5px 5px 0 rgba(0,0,0,.2); padding: 36px; text-align: left; }
	.ddcontent p {}
	.ddcontent a, .ddcontent a:visited {display: block;  text-decoration: none; }
	.ddcontent a:hover, .ddcontent a:focus {}


	/*XL*/
	@media only screen and (max-width: 1300px) {
		nav.pc  { right: 50px; margin-right: 0; width: calc(100% - 420px);}
	}

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

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

		nav.pc  {display: none;}

		button.menutoggler{display: block;height: 60px; color: #2F4858; width: 100px; position: absolute; top: 40px; right: 50px; 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';}

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


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

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

		nav.mobile a, nav.mobile button {color: #2F4858;text-decoration: none; position: relative; width: 100%; text-align: left;  display: block; font-size: 22px; margin-bottom: 20px; }
		nav.mobile button .fa-caret-down { position: absolute; top: 0px; right: 0px;-webkit-transition:  all .5s; transition:  all .5s; }
		nav.mobile button.flipped .fa-caret-down { transform: rotate(180deg);}


		nav.mobile .ctaify a,  nav.mobile .ctaify a:visited{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; color: white; background-color: #c70329; padding: 18px 50px; -webkit-box-shadow: -5px 5px 5px 0 rgba(0,0,0,.2); box-shadow: -5px 5px 5px 0 rgba(0,0,0,.2); border-radius:3px; margin-left: 5px;font-size: 14px; text-align: center; margin-bottom: 10px;}

		nav.mobile .ctaify a:hover,  nav.mobile .ctaify a:focus{text-decoration: none; background-color: #e9e9e9; color: #c70329;}

		 nav.mobile .L2 a, nav.mobile .L2 button { transition:  all .5s; color: #c70329; font-size: 18px;}
		 nav.mobile .L2 a{}
		/*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: 991px) {
		button.menutoggler{ right: 30px;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		button.menutoggler{right: 0; width: calc((100% - 185px) / 4);}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		button.menutoggler{ width: 60px;}
	}
	/*XXS*/
	@media only screen and  (max-width: 440px) {
		button.menutoggler{ top: 80px; }
	}

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

	section {padding: 60px 50px}
	section.nopad {padding: 0}

	section.blue{background-color: #2F4858; color: white; padding: 60px 50px;}
	section.blue h2, section.blue h3{color: white;}
	section.blue a {color: white; text-decoration: underline;}

	section.home {}
	section.home .liner {display: flex;  justify-content: center;flex-wrap: wrap;}
	.intboxes {width: 100%; position: relative; display: flex;  justify-content: center;flex-wrap: wrap; margin: 30px 0}

	.bordered{border: solid 1px #d0d0d0; width: 100%; max-width: 350px; margin: 0 15px; padding: 10px; position: relative; overflow: hidden;  }
	.Ptitle{width: 100%; padding: 25px; color: white; font-size: 24px; background-color: #c70329 }
	.Ppic{width: 100%; height: 230px;  margin: 10px 0; background-position: center center;}
	.bordered:hover .Ppic{background-size: 110% auto}
	.Ptext{padding: 10px; text-align: left;}
	.Ptext p:last-child{text-align: center;}
	.Ppic_img{width: 100%; height: 230px;  margin: 10px 0;overflow: hidden;}
	.Ppic_img img{object-fit: cover; object-position: center;width: 100%;  height: 100%;-moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); transition: all .25s}

	.bordered:hover .Ppic_img img{-moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}



	@media only screen and (max-width: 1240px) {
		.bordered{margin:15px;  }
		section.home {padding: 45px 50px}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		section {padding: 40px 30px}
		section.home {padding: 25px 30px}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		section {padding: 30px 20px}
		section.home {padding: 15px 20px}

	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section {padding: 30px 15px}
		section.home {padding: 15px}
	}

/** ICONS ***********************************************/

	.iconic{display: flex; justify-content: space-around; align-items: center; max-width: 1199px; width: 100%; margin: 0 auto; font-size: 20px; height: 150px; border: solid 0px yellow;}
	.iconic img{max-height: 60px; max-width: 70px;transition:  all .5s;}
	.iconic a, .iconic a:visited{font-weight: 400; text-decoration:none !important; height: 100px; padding-top: 10px;}
	.iconic a:hover, .iconic a:focus{padding-top: 4px;}

	.iconic a:hover img, .iconic a:focus img{max-height: 66px; max-width: 77px;}

	.iconic.boxed{ height: auto;flex-wrap: wrap;justify-content: center;}
	.iconic.boxed a {width: 255px; height: 200px; background-color: #2F4858; display: flex; justify-content: center; align-items: center;flex-direction: column; margin: 10px;}
	.iconic.boxed a, .iconic.boxed a {color: white;}

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


	/*S*/
	@media only screen and  (max-width: 767px) {
		.iconic{flex-direction: column; height: auto; }
		.iconic a{display: flex; flex-direction: row;  align-items: center;width: 100%; max-width: 356px; padding: 0px 20px; /*height: 50px;*/ border: solid 1px white; border-radius: 3px; margin-bottom: 10px;}
		.iconic a:hover, .iconic a:focus{padding: 10px 20px; background-color: #c70329}
		.iconic a br {display:none;}
		.iconic img{/*max-height: 30px; max-*/width: 35px; margin-right:20px}
		.iconic a:hover img, .iconic a:focus img{width: 35px; }
		.iconic.boxed a {width: 234px;}
		.iconic.boxed img{max-height: 60px; max-width: 70px; margin-right:0}
	}

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

/** INSIDE & LANDING **********************************************/
	section.intbanner {width: 100%; height: 450px; background-color: #e9e9e9; position: relative; overflow: hidden;background-repeat: no-repeat; background-size: cover; background-position: center center; margin-top: 40px; padding: 0}
	.overlay {background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 40%,rgba(0,0,0,0.4) 100%); width: 100%; height: 40%; position: absolute; bottom: 0; right: 0; z-index: 10}
	section.intbanner .liner {height: 450px; z-index: 99}
	.inttext {position: absolute; bottom: 20px; left: 0; text-align: left; color: white; font-size: 24px; text-shadow: -3px 3px 5px #4F4F4F; border: solid 0px fuchsia}
	.inttext a.cta{text-shadow: none}
	.intshadow{width: 100%; height:  450px; position: absolute; top: 0; right: 0; background: url(../images/InteriorHeroDesktopOverlay.png) repeat center center; }

	section.grey{background-color: #e9e9e9; padding: 60px 50px;}

	section.inside{padding: 60px 50px 0 50px}
	section.grey, section.blue {margin-top: 60px}


	article {width: 100%; max-width: 1199px;  margin: 0 auto; }

	aside {width: 100%;}
	aside  ul {margin: 0px; padding: 0px; list-style: none;}
	aside div.bannerbox {padding: 0; background: transparent}

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

	.box{width: 100%; height: auto; padding: 20px; color: white; border-radius: 10px; background-color:#2F4858}
	.box h2, .box h3, .box h4, .box a{color: white; margin-top: 0}
	.box a{font-weight: bold;}
	.box a:hover, .box a:focus{color: white;}
	.box.red{background-color: #C70329}
	.box a.cta, .box  a.cta:visited, .box button.modal_button	{background-color: #d0d0d0;color:#2F4858; font-weight: 400}
	.box a.cta:hover, .box a.cta:focus, .box button.modal_button:hover, .box button.modal_button:focus
	{background-color: #d0d0d0; color: #c70329;}

	.box.G a.cta{ background-color: #c70329; color: white;}
	.box.G a.cta:hover, .box.G a.cta:focus{ background-color:#2F4858; color: white;}


	.box.W, .box.G{box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.12);  color: #333333; background-color:white}
	.box.W h2, .box.G h2{color:#c70329;}
	.box.W h3, .box.W h4, .box.W a, .box.G h3, .box.G h4, .box.G a{color: #2F4858}
	.box.G {background-color:#E9E9E9; box-shadow: none;  }


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

	}

	/*M*/
	@media only screen and (max-width: 991px) {
		section.intbanner, section.intbanner .liner, .intshadow { height: 300px;  margin-top: 0px;}
		.inttext {padding: 0 40px}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.inttext { font-size: 20px;}
		.intshadow{background: url(../images/InteriorHeroMobileOverlay.png) repeat-y center center; }
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.intbanner, section.intbanner .liner, .intshadow { height: 200px; }
		.inttext { font-size: 18px;padding: 0 20px}
	}

/** FOOT ****************************************************/

	section.join{background-repeat: no-repeat; background-position: center center; background-size: cover; font-size: 24px; text-shadow: -3px 3px 5px #4F4F4F; color: white; padding: 40px 50px; margin: 0}
	section.join a.cta {margin-top: 30px; text-shadow: none}
	section.join h2 {font-size: 48px;}

	footer {width: 100%; background-color: #e9e9e9; font-size: 14px; padding: 50px}

	footer a, footer a:visited, footer .notalink {color: #c70329; display: block; text-transform: uppercase; margin-bottom: 10px}
	footer a:hover, footer a:focus {color: #2F4858;}
	footer .notalink {color: #333;}

	footer .BL a, footer .BL .notalink{display: inline-block; margin: 5px; }

	.bottomlinks {color: white;}
	.pipe {display: none;}

	.ql {border-left: solid 1px #2F4858;border-right: solid 1px #2F4858;}
	.Fhead{font-size: 24px; color: #2F4858; margin-bottom: 10px}

	.socmed{}
	.socmed .RLwords {display: none;}
	.socmed a, .socmed .notalink{ text-decoration: none !important; color: #333; font-size: 24px; margin: 0 10px; display: inline-block;}
	.socmed a, .socmed a:visited{ text-decoration: none !important; color: #333}
	.socmed a:hover, .socmed a:focus{ text-decoration: none !important; color: #2F4858}

	.footnote img {max-height: 60px; margin: 0 10px}

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

	/*M*/
	@media only screen and (max-width: 991px) {
		.ql {border-right: 0;}
		section.join {padding: 30px 20px}
			section.join h2 {font-size: 40px;}

	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		section.join h2 {font-size: 36px;}

	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.ql {border: 0;}
		section.join {padding: 30px 15px; font-size: 20px;}
		section.join h2 {font-size: 30px;}
	}

/** 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.ctaB, 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], button.modal_button
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; color: white; background-color: #c70329; padding: 18px 50px; -webkit-box-shadow: -5px 5px 5px 0 rgba(0,0,0,.2); box-shadow: -5px 5px 5px 0 rgba(0,0,0,.2); border-radius:3px; margin-left: 5px;font-size: 14px; font-weight: 400;}

	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, button.modal_button:hover, button.modal_button:focus
	{text-decoration: none; background-color: #d0d0d0; color: #c70329;}

	a.ctaB {border: solid 2px #2F4858; background-color: transparent; color: #333;}
	a.ctaB:hover, a.ctaB:focus{border: solid 2px #2F4858; background-color: #2F4858; color: white;}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		a.cta, a.cta: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]{padding: 18px 30px;}
	}


/** MORE UNIVERSAL *******************************************/
	hr { border: 0; height: 0; border-top: 1px solid #2F4858 }
	.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: 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) {
		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 {margin-bottom: 20px; width: 100%; border-collapse: collapse;}
	.content_rates_table th, .table_builder th {color: #c70329; padding: 20px 10px;background-color: white}
	.content_rates_table td, .table_builder td { padding: 20px 10px;}
	.content_rates_table_row2, TR.table_builder_row_even {background-color: white}
	.content_rates_table_row1, TR.table_builder_row_odd {background-color: #e9e9e9;}
	.content_rates_table_row_highlight {color: #c70329;}
	.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: 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: 0 0 20px 50%; white-space: normal; text-align:left; }
		.content_rates_table td.wide
		.content_rates_table td:before, .table_builder td:before {position: absolute;	top: 10px; left: 6px; width: 45%; 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 td.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); }

	@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;}
	}



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

/** 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: #2F4858; 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: #c70329; 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: 20px 50px; display: none;}

/** FAQs **********************************************/
	.faq_toolbar {padding-bottom: 15px;}
	.faq_viewed {color: #2F4858; 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 #e9e9e9}
	.cms_form_textarea {width: 100%; height: 100px; border: solid 1px #e9e9e9}
	.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 {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 #2F4858; border-collapse: collapse}
	td.content_calendar_table_headercell {background-color: #2F4858; 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: #e9e9e9; }
	td.content_calendar_table_cell { border: solid 1px #2F4858}
	td.content_calendar_table_selectedcell { border: solid 1px #2F4858; background-color: #e9e9e9}

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

	.blog-filter a{}
	.blog-filter a button{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; color: white;   background-color: #c70329 !important; padding: 18px 50px; -webkit-box-shadow: -5px 5px 5px 0 rgba(0,0,0,.2); box-shadow: -5px 5px 5px 0 rgba(0,0,0,.2); border-radius:3px !important; margin: 0 5px 5px 0;font-size: 14px !important; font-weight: 400; font-family: proxima-nova, sans-serif;}
	
	div.blog_entry .blog_share{display: none;}

	.blog-filter a button:hover, .blog-filter a button:focus
	{text-decoration: none; background-color: #d0d0d0 !important; color: #c70329;}

	/* panels */
	.blog-grid-wrap{gap: 30px; justify-content: center;}

	.blog-grid-wrap .blog_entry {border: 0; flex: 100% 1 0; border-radius: 30px;  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);    background-color: #fff;    padding: 0;    transition: all 0.2s ease-in-out}

	.blog-grid-wrap .blog-img-container{height: 200px;}
	.blog-grid-wrap .blog-img-container img{object-fit: cover; object-position: center;width: 100%;  height: 200px !important;}
	
	.blog-grid-wrap h2 a{font-size: 20px; line-height: 26px; font-weight: 700; color: #2F4858; text-shadow: none}

	.blog-grid-wrap .blog-content p{text-align: center;}
	.blog-grid-wrap .blog-content .short-content p{text-align: left;}

	a.blog_read_more.cta:after{display: none;}

	div.blog-filter h2{font-size: 0; line-height: 0; }
	div.blog-filter h2:after{content: 'Latest News'; font-size: 24px;font-weight: 700;  margin: 0 0 8px 0;line-height: 1.67; color: #c70329}


	/*S*/
	@media only screen and  (min-width: 576px) {
		.blog-grid-wrap h2 a{font-size: 24px; line-height: 30px; margin: 0 0 8px 0;}
		.blog-grid-wrap .blog_entry {flex: 40% 1 0 }
		.blog-grid-wrap .blog_entry .blog-img-container img {height: 200px;}
		div.blog-filter h2:after{font-size: 30px;}
	}	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.blog-grid-wrap h2 a{ font-size: 30px; line-height: 36px;}
		.blog-grid-wrap .blog_entry .blog-img-container img {height: 200px;}
		div.blog-filter h2:after{font-size: 34px;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.blog-grid-wrap .blog_entry {flex: 30% 1 0 }
		div.blog-filter h2:after{ font-size: 36px;  margin: 0 0 14px 0; }
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
	}








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

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

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

/* CALC XML ***************************/

	.calcxml_container.container{margin: 0 !important; padding: 0 !important;}

	h3[data-toggle="collapse"]:after { color: #C70329 !important; }
	h3[data-toggle="collapse"]{border-bottom: 2px solid #D0D0D0 !important;}
	.row.collapsing, .row.collapse.show {  border: 2px solid #D0D0D0 !important; border-top: 0 !important}

	.help_button.btn {color: #C70329; border: solid 1px #C70329 !important; }
	.help_button.btn:hover, .help_button.btn:focus {color: white; background-color: #C70329;}

	a.calcxml_reset{border:  solid 1px #C70329 !important; color: #C70329;display: block; text-decoration: none; border: none;cursor: pointer; line-height: 1;  padding: 18px 50px; -webkit-box-shadow: -5px 5px 5px 0 rgba(0,0,0,.2); box-shadow: -5px 5px 5px 0 rgba(0,0,0,.2); border-radius:3px; margin-left: 5px;font-size: 14px}
	a.calcxml_reset:hover, a.calcxml_reset:focus { background-color: #d0d0d0; color: #c70329;border:  solid 1px #d0d0d0 !important}
