/****************
Colors
  --dusk-blue: #274c8b;
  --green: #218455;
  --light-green: #5dc090;
  --black: #343434;
  --ocean-green: #369a6a;
  --sunflower-yellow: #ffe300;

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

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

	body {text-align: center; background-color: WHITE; -webkit-text-size-adjust: 100%; padding: 0; margin: 0;}
	.contentwrapper{width: 100%; position: relative; overflow: hidden;font-family: open-sans, sans-serif; font-size: 18px; color: #343434}

	p{margin: 0 0 8px 0;}
	article, aside {line-height: 28px}
	a, a:visited, button.modal_link{transition: all .25s; color: #1d3865; text-decoration: underline;}
	a:hover, a:focus, button.modal_link:focus, button.modal_link:hover {color: #218455;  text-decoration: underline;}

	input, select, textarea{font-family: open-sans, sans-serif; font-size: 18px; color: #343434}
	button {padding:0; border: 0; background: transparent; cursor: pointer;  transition: all .25s;}
	button:hover, button:focus {border: 0; outline: 0}
	.CHbox a, .CHA, .cardbennies{font-family: open-sans, sans-serif; font-size: 18px; color: white} /* match to regular font size */
	strong{}
	.liner {width: 100%;  max-width: 1199px; margin: 0 auto;  position: relative; }
	.container-fluid{max-width: 1199px; width: 100%; margin: 0 auto;}

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


	/*ul {list-style-position: inside;}*/

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



	h1 {font-family: merriweather, serif; font-weight: 300; font-size: 46px; line-height: 54px; color: #ffffff}

	h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1
	{font-family: merriweather, serif; font-size: 34px; line-height: 40px; margin: 0 0 14px 0; color: #218455}

	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, .cardname, .content_rates_table_title
	{font-family: merriweather, serif; font-size: 24px; line-height: 30px; margin: 0 0 10px 0; color: #274C8B}
	 .cardname {color: white;}

	h4, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
	{font-weight: 600; font-size: 18px; line-height: 24px; margin: 0 0 10px 0; color: #218455}

	h5, .forum_thread_date, .forum_mischeader_title	{font-family: merriweather, serif; color: #369a6a;; font-size: 18px; font-weight: 400; }
	h6 {color: BLACK; font-size: 14px; font-style: italic; font-weight: bold;}
	.content_rates_table_title{text-align:left;}

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

	/*M*/
	@media only screen and (max-width: 991px) {
		h1{font-size: 36px; line-height: 42px}
		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1{font-size: 30px; line-height: 36px;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		h1 {font-size: 30px; line-height: 36px}

		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1
		{font-size: 28px; line-height: 34px; 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, #empapp h2, .cardname, .content_rates_table_title
		{font-size: 22px; line-height: 28px; margin: 0 0 8px 0;}

		h4, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
		{margin: 0 0 8px 0;}

	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		body, input, select, textarea, .CHbox a, .cardbennies{font-size: 16px;}
		p{line-height: 26px}

		h1 {font-size: 24px; line-height: 30px}

		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1
		{font-size: 24px; line-height: 30px}

		h3, .code_block h1, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_faq_header, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .cardname, .content_rates_table_title
		{font-size: 20px; line-height: 26px}

		h4, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
		{font-size: 18px; line-height: 24px}

	}

/** HEADER ***********************************************/
	header {width: 100%; height: 128px; padding: 0 34px; background: rgba(255,255,255,.8); position: relative; z-index: 100; margin-bottom: -128px; box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.25); }
	header .liner {height: 128px;}
	header.stuck {position: fixed; top: 0; left: 0; }
	a[name]{position: relative; top: -128px; z-index: 1}

	a.homelink{position: absolute; top: 5px; left: 0; z-index: 99}
	a.homelink img {width: 100%; max-width: 230px}

	.toplinks {text-align: right; font-weight: 500; font-size: 13px; text-transform: uppercase; color: #274c8b; position: absolute; top: 0; right: 0; width: 100%; height: 38px; z-index: 90;  padding: 0 34px}
	.toplinks .liner {display: flex; justify-content: flex-end; align-items: center; height: 38px; }
	.toplinks a, .toplinks a:visited, .toplinks .notalink  {color: #274c8b; display: block; margin-right: 30px;  text-decoration:none;}
	.toplinks a:hover, .toplinks a:focus {color: #218455;  text-decoration: underline;}

	#sitesearch {color: #274c8b;  }
	#sitesearch:hover, #sitesearch:focus, #sitesearch.down {color: #274c8b;text-decoration: none;}
	#sitesearch:before{content: '\f002'; font-family: 'Font Awesome 5 Pro'; font-weight: 400; margin-right: 5px;}
	#sitesearch.down:before{content: '\f00d';}

	.sitesearch {display: none; border-bottom: solid 1px white; position: absolute; top: 0; right: 80px; width: calc(100% - 80px - 240px); height: 33px; background-color: #274c8b}

	.searchbox {width: calc(100% - 44px); height: 37px; position: absolute; top: 0; left: 0; background: transparent; border: 0; color: white;}
	.searchbox::placeholder {color: white;  opacity: 1;}
	.searchbox:-ms-input-placeholder {color: white;}
	.searchbox::-ms-input-placeholder { color: white;}
	

	.sitesearch button[type=submit]{color: white; height: 33px; width: 44px; position: absolute; top: 0; right: 0;}
	.sitesearch button[type=submit]:hover, .sitesearch button[type=submit]:focus {color: #369a6a;}

	button.searchex {color: #274c8b;  }
	button.searchex:hover, button.searchex:focus {color: #369a6a;}

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

	/*M*/
	@media only screen and (max-width: 991px) {
		a.homelink{width: 184px; height: 71px; top: 26px}
		.toplinks .liner {justify-content: space-between;}
		.toplinks a, .toplinks a:visited, .toplinks .notalink  { margin-right: 0px}
		.sitesearch { width: calc(100% - 80px); }

	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		header, .toplinks {padding: 0 35px }
		.toplinks .notalink  {display: none;}
		header {background: none white; margin: 0px }
		header.stuck {position: relative;  }
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		header { height: 172px;padding: 0 20px}
		header .liner {height: 172px;}
		.toplinks {padding: 0 20px }
		.toplinks a:first-child{display: none;}
	}

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

	nav.pc  { z-index: 100; position: absolute; top: 62px; right: 260px; width: calc(100% - 260px - 250px); height: 40px; }
	.navliner {width: 100%;   z-index: 100; display: flex; justify-content: space-around; 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;text-align: left; height: 40px;font-size: 20px; color: #274c8b; font-family: merriweather, serif; border-bottom: solid 4px transparent }
	button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {text-decoration: none; color: #274c8b; border-bottom: solid 4px #218455}

	.ddcontent{ display: none; position: absolute; top: 50px; left: 0px;  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25); background-color: #ffffff; padding: 25px 30px; width: 100%; text-align: left;}
	.ddcontent a, .ddcontent a:visited {display: block;  text-decoration: none; }
	.ddcontent a:hover, .ddcontent a:focus { text-decoration: none;}

	.ddcontent .row .columnar:first-child a, .ddcontent .row .columnar:first-child a:visited {display: block; font-family: merriweather, serif; }
	.ddcontent .row .columnar:first-child a:hover, .ddcontent .row .columnar:first-child a:focus {display: block;  }

	.ddcontent .row .columnar:first-child {padding-right: 30px; border-right: solid 1px #274c8b;}
	.ddcontent .row .columnar:last-child {padding-left: 30px; }


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

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

		nav.pc {display: none;}

		button.menutoggler{display: block; height: 44px; color: #00205b; width: 44px;   font-size: 36px; position: absolute; top: 56px; right: 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';}

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

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

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

		nav.mobile a, nav.mobile button {color: #274c8b;text-decoration: none; position: relative; width: 100%; text-align: left;  display: block; transition: all .25s;font-family: merriweather, serif; margin-bottom: 10px}
		nav.mobile button:after {content: '\f0d7'; font-family: 'Font Awesome 5 Pro'; font-weight: 700; position: absolute; top: 0px; right: 0px; transition: all .25s; }
		nav.mobile button.flipped:after { transform: rotate(180deg);}

		 nav.mobile .L2 a, nav.mobile .L2 button {font-family: open-sans, sans-serif; font-size: 16px}

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

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

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

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

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

/** TRIANGLES *****************************************/

	.blueT{background: url(../images/BlueTriangle.png); width: 164px; height: 35px; position: absolute; top: -35px; right: 50%; margin-right: -82px; z-index: 99 }
	.whiteT{background: url(../images/WhiteTriangle.png); width: 164px; height: 35px; position: absolute; top: -35px; right: 50%; margin-right: -82px;  z-index: 99;  }
	.unT{background: url(../images/InteriorTopImageTriangle.png) center center; width: 100%; height: 35px; }

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

	.icons{display: flex; justify-content: space-between; flex-wrap: wrap;}
	.icons a, .icons .notalink{display: block; flex: 1 1 140px;font-size: 18px;line-height: 1.44;font-family: merriweather, serif; max-width: 140px; margin: 0 10px; text-align: center; text-decoration: none;}
	.icons a, .icons a:visited, .icons .notalink{color: #ffffff;}
	.icons a:hover, .icons a:focus{color: #ffffff; text-decoration: none;}
	
	.icons a .RLicon, .icons a .RLfa,  .icons .notalink .RLicon{width: 100%; height: 100px; max-width: 100px;border-radius: 50%; display: flex; justify-content: center; align-items: center;font-size: 50px; margin: 0 auto 25px auto;}
	.icons a:hover .RLicon, .icons a:focus .RLicon, .icons a:hover .RLfa, .icons a:focus .RLfa{background: radial-gradient(ellipse at center, rgba(91,190,142,1) 0%,rgba(60,138,101,1) 100%);color: white}
	.icons a .RLwords, .icons .notalink .RLwords{line-height: 1.44;}

	section.home .icons a:hover .RLicon, section.home .icons a:focus .RLicon, section.home .icons a:hover .RLfa, section.home .icons a:focus .RLfa{background: radial-gradient(ellipse at center, rgba(251,243,185,1) 0%,rgba(255,227,0,1) 100%); color: #218455}
	section.home .icons a .RLicon, section.home .icons a .RLfa, section.home .icons .notalink .RLicon{ margin: 0 auto 35px auto;}
	

	/*M*/
	@media only screen and (max-width: 991px) {
		.icons a, .icons .notalink{flex: 1 1 30%; max-width:33%;}
		.icons a .RLicon, .icons a .RLfa,  .icons .notalink .RLicon{margin: 15px auto 5px auto;}
		section.home .icons a .RLicon, section.home .icons a .RLfa, section.home .icons .notalink .RLicon{ margin: 15px auto 5px auto;}
	}

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


		.icons{display: block;}

		.icons a, .icons .notalink{ max-width: 420px; width: 100%; margin: 5px auto; height: auto; padding: 15PX 30px;border-radius: 30px; text-align: left; display: flex;  align-items: center; }
		.icons a .RLicon, .icons a .RLfa,  .icons .notalink .RLicon{width: 60px; height: 100%; max-width: 60px;border-radius: 0; display: flex; justify-content: center; align-items: center;font-size: 30px; margin: 0;}
		.icons a:hover .RLicon, .icons a:focus .RLicon, .icons a:hover .RLfa, .icons a:focus .RLfa{background: NONE;color: white}
		.icons a .RLwords, .icons .notalink .RLwords{display: block;}

		section.home .icons a:hover .RLicon, section.home .icons a:focus .RLicon, section.home .icons a:hover .RLfa, section.home .icons a:focus .RLfa{background: NONE; color: #218455}
		section.home .icons a .RLicon, section.home .icons a .RLfa, section.home .icons .notalink .RLicon{ margin: 0;}

		section.home .blubox {background-color: white;}
		.blubox .icons a, .blubox .icons a:visited{background: none #274c8b; color: white;}
		.blubox .icons a:hover, .blubox .icons a:focus{color: #ffffff; background-color: #218455}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.icons a .RLicon, .icons a .RLfa, .icons .notalink .RLicon, .icons .notalink .RLfa{width: 50px; padding: 10PX 30px; }
		.icons a, .icons .notalink{ padding: 0 20px;}
	}

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


	.liner.home {max-width: 1400px; margin: 0 auto;z-index: 91; padding-bottom: 35px; border: solid 1px white}

	.Prow{min-height: 450px; background-repeat: no-repeat; background-position: left center; margin: 50px 0; padding: 50px 35px;}
	.Prow.Prow2{background-position: right center; }
	.Prow .liner {display: flex; justify-content: flex-end;  align-items: center;}
	.Prow.Prow2 .liner { justify-content: start;}
	.Ptxt{width: 600px; text-align:left;}

	/*L*/
	@media only screen and (max-width: 1199px) {
		.Ptxt{width: calc(100% - 600px);}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		.Prow, .Prow.Prow2{ padding: 400px 35px 50px 35px; background-position: center top;  margin: 20px 0;}
		.Prow .liner, .Prow.Prow2 .liner {justify-content: center;  align-items: flex-end;}
		.Ptxt{width: 472px;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.Prow, .Prow.Prow2{ padding: 400px 30px 30px 30px;  margin:  0;}
	}

	/*XS*/
	@media only screen and  (max-width: 500px) {
		.Prow, .Prow.Prow2{ padding: 75% 20px 20px 20px; background-size: 110% auto;}
	}

/** INSIDE **********************************************/
	section.intbanner {width: 100%; height: 460px; background-color: #e8eef9; position: relative; overflow: hidden;background-repeat: no-repeat; background-size: cover; background-position: center center;}
	.inttext {width: 100%; height: 100%; text-align: left;   background: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%); padding: 0 calc(50% - 600px) 125px calc(50% - 600px); display: flex; align-items: flex-end; text-shadow: 0 0 5px #000000;}
	.nobannerspacer{height: 100px; width: 100%}

	.blubox{width: 100%; padding: 50px 50px 85px 50px; background-color: #218455; color: white; text-align: left; position: relative; z-index: 90}
	.blubox h2, .blubox h3{color: white;}
	.blubox a.cta:hover, blubox a.cta:focus{background-color: white; color: blue;}

	article {width: 100%; max-width: 1199px; margin: 0 auto; padding: 50px;position: relative; z-index: 99}
	article ul{text-align: left;}

	.boxes{display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin: 20px 0}
	.box{padding: 33px 15px 93px 15px;  border: solid 10px #dadada; flex: 1 1 20%; text-align: left; position: relative;}
	.box h3 {text-align: center;}
	.box:hover{box-shadow: 5.6px 5.8px 8px 0 rgba(0, 0, 0, 0.2);}
	.box a.cta{position: absolute; bottom: 33px; left: 50%; margin-left: -94px; width: 188px}
	.box ul{margin: 0; padding: 0; padding-left: 20px;}


	.bigicon{padding: 75px 0px 0px 0px}
	.BIicon img{ width: 100%; max-width: 414px}
	.BItext { display: flex;  align-items: center;}

	.photo_bg{color: white; background-size: cover; background-position: center center; }
	.shade{width: 100%; height: 100%; position: relative; background: rgba(0,0,0,.4);}
	.photo_bg .liner{padding: 50px 50px 85px 50px}
	.photo_bg h2, .photo_bg h3{color: white;}


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

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

	/*M*/
	@media only screen and (max-width: 991px) {
		section.intbanner {height: 370px;}
		.inttext {padding: 0 50px 50px 50px;}
		.blubox{ padding: 20px 50px 50px 50px;}
		.boxes{display: block; margin: 0}
		.box{width: 100%;margin: 20px 0}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		section.intbanner {height: 260px;}
		.inttext {padding: 0 35px 50px 35px;}
		.inttext { background: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%,rgba(0,0,0,0) 100%);}
		.blubox{padding: 20px 35px 30px 35px; }
		.bigicon{padding: 50px 0;}
		.photo_bg .liner{padding: 50px 35px 75px 35px}
		article { padding: 35px;}
		.nobannerspacer{display: none;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.inttext {padding: 0 20px 50px 20px;}
		.blubox{padding: 30px 20px; }
		.bigicon{padding: 30px 0;}
		.photo_bg .liner{padding: 50px 20px 75px 20px}
		article { padding: 35px 20px;}
	}

/** GIVING BACK **************************************/

	.logos{width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
	.logo {flex: 1 1 200px; display: flex; justify-content: center; align-items: center; position: relative; margin: 20px; max-width: 25%}
	.logo img{width: 100%; z-index: 10}
	.logo a{display: none; position: absolute; top: 0; right: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; z-index: 99; background:rgba(39, 76, 139, .8); opacity: 0; color: white; font-size: 24px; font-weight: bold; padding: 20px; text-decoration: none;}
	.logo:hover a{opacity: 1;}

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

	/*M*/
	@media only screen and (max-width: 991px) {
		.logo{display: block;}
		.logo a{display: block; position: static; height: auto; z-index: 99; background:rgba(39, 76, 139, 1); opacity: 1; font-size: 24px; padding: 20px; }

	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.logo { max-width: 50%}

	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.logo { max-width: 100%;margin: 20px 0;}
		.logo img{width: auto; max-width: 100%; max-height: 200px}
	}

/** FOOT ****************************************************/
	footer {width: 100%; background: url(../images/FooterMountains.png) no-repeat center bottom #218455;  color: white; padding: 50px 35px 140px 35px; position: relative; }

	footer .blueT{position: absolute; top: -35px; right: 50%; margin-right: -82px }

	footer a, footer a:visited { text-decoration: none;font-weight: 500; font-size: 14px; color: #ffffff}
	footer a:hover, footer a:focus {color: white; }

	footer .liner {display: flex; justify-content: space-between;}

	.footL{font-size: 16px;font-weight: 600; text-align: left;}
	.footL h2 {color: white;position: relative; left: -20px}
	.tagline{font-size: 20px; font-style: italic; line-height: 1.8; border-bottom: solid 1px white; margin-bottom: 20px; font-weight: 400}

	.footR{text-align: left; width: 50%}
	  
	.socmed{font-family: merriweather, serif;  color: white}

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

	.socmed{display: flex; padding: 30px 0}
	.socmed a .RLwords {display: none;}
	.socmed a{ text-decoration: none !important}
	.socmed .RLicon{font-size: 46px; padding: 0 10px}
	.apps{border-right: solid 1px white; padding-right: 40px;}
	.fb{padding-left: 40px;}
	.apps br, .fb br{display: none;}

	.footnote {text-align: left;display: flex;  align-items: center; }
	.footlogos{ text-align: center; padding-right: 20px}
	.footlogos img{display: block; clear: both; margin: 10px auto;}
	.foottext{}

	/*L*/
	@media only screen and (max-width: 1199px) {
		footer {background-size: contain; padding-bottom: 12%}
	}

	/*Mrare*/
	@media only screen and (max-width: 1170px) {
		.apps br, .fb br{display: inline;}
		.apps a, .fb a{display: inline-block;margin-top: 16px;}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		footer .liner {display: block}
		.footL, .footR{width: 100%; max-width: 460px; margin: 0 auto;}
  		.bottomlinks {padding-top: 30px;}
	}

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

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

/** CUSTOM STYLES ******************************************/
	.disclaim {font-size: 11px; line-height: 1;}
	.Mhead	{font-family: merriweather, serif; color: #369a6a; font-size: 18px; font-weight: 400; }
	.left {text-align:left;}

	.subhead{font-size: 24px; line-height:30px; margin: 10px 0; color: white}
	/*S*/
	@media only screen and  (max-width: 767px) {
		.subhead{font-size: 17px; line-height:24px;}
	}



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

	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], .Rbuttons li a, .Rbuttons li a:visited, .CHA, button.modal_button 
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; padding: 10px 40px; border-radius: 20px; border: solid 1.3px #ffffff;font-size: 16px;color: #001e51; text-transform: uppercase;background-image: linear-gradient(to top, #369a6a, #5dc090 22%, #5dc090); transition: all  .25s;}

	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, button.modal_button:hover, button.modal_button:focus
	{text-decoration: none; background: linear-gradient(to bottom, rgba(39, 76, 139,1) 0%,rgba(39, 76, 139,1) 100%); color: white;}

	.CHA{text-decoration: none; background: linear-gradient(to bottom, rgba(251,243,185,1) 0%,rgba(255,227,0,1) 100%); color: #001e51;}
	.CHA:hover {background-image: linear-gradient(to top, #369a6a, #5dc090 22%, #5dc090);color: #001e51;}



/** MORE UNIVERSAL *******************************************/
	hr { border: 0; height: 0; border-top: 1px solid #274c8b }
	.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;}
	.flexcenter{display: flex; justify-content: center; align-items: center;}
	.flexVC{display: flex; align-items: center;}

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

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



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

/** ACCORDION - FAQS, FORMS, & DIVS ************************************************************/
	.faq_featured_block{ margin: 20px 0 0 0 !important; display: block}
	.faq_header{ display: block; margin-top: 40px;}
	.faq_question_block_slide{padding: 10px 0;border-bottom: 0; text-align: left; }
	.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 {border-bottom: solid 1px #274c8b; color: #274c8b; display: block;padding: 5px 10px;  text-align: left;}
	button.divheader{margin-top: 20px; width: 100%; text-align: left; }
	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 { color: #369a6a; text-decoration: none;}

	.cms_form_collapsible_header.open a, .faq_question_block_slide_question_open a {border-bottom: solid 1px #369a6a;color: #369a6a; display: block;padding: 5px 10px; text-align: left;}

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

	.cms_form_collapsible_header a:before, .faq_question_block_slide_question_closed a:before{content: '';}
	button.divheader.open, .cms_form_collapsible_header.open a:before, .faq_question_block_slide_question_open a:before{content: ''; }
	button.divheader:after, .cms_form_collapsible_header a:after, .faq_question_block_slide_question_closed a:after{content: '\f067'; font-family: 'Font Awesome 5 Pro'; font-weight: 400; position: relative;float: right}
	button.divheader.open:after, .cms_form_collapsible_header.open a:after, .faq_question_block_slide_question_open a:after{content: '\f068'; font-family: 'Font Awesome 5 Pro'; font-weight: 400;position: relative;float: right}
	/* FA 4
	button.divheader:after, .cms_form_collapsible_header a:after, .faq_question_block_slide_question_closed a:after{content: '\f067'; font-family: 'FontAwesome'; position: relative;float: right}
	button.divheader.open:after, .cms_form_collapsible_header.open a:after, .faq_question_block_slide_question_open a:after{content: '\f068'; font-family: 'FontAwesome';position: relative;float: right}
	*/

/** ALERTS 2.0 ****************************************************/
	.alertholder{width: 100%; }
	.alertbar {padding: 10px 0; width: 100%; }
	.alertbar.regular{}
	.alertbar.high{}
	.alert {width: 96%; max-width: 1160px; margin: 0 auto; padding-right: 40px; position: relative; text-align: left}
	.alert_icon{}
	.alert a, .alert a:visited {}
	.alert a:hover, .alert a:focus {}
	button.exed {position: absolute; top: 0px; right: 10px; cursor: pointer; font-size: 20px; text-align: center; display: block; text-decoration: none !important;}
	button.exed:before {content:"\f057"; font-family: 'Font Awesome 5 Pro';}
	/* fa 4 - older sites
	button.exed {position: absolute; top: 0px; right: 10px; cursor: pointer; font-size: 20px; text-align: center; display: block; text-decoration: none !important; background: transparent; border: 0;}
	button.exed:before {content:"\f057"; font-family: 'FontAwesome'; }
	 */



/** BLOGS ********************************************/
	.blog_posted_date {display: block; color: BLACK;}
	span.blog_tags_tag a{display: inline-block;}
	.blog_share {position: relative; float: right; }
	.blog_share a { font-size: 32px; margin-left: 20px;}
	.blog_share ul {list-style: none; display: flex;  justify-content: flex-end;  align-items: center;}
	.blog_share ul li{ display: inline-block;}
	article .blog_share ul li:before { content: "";}

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


/** DEC TREE ***************************************/

	/* use any height less than 1000px - within reason */
	.CHboxedup{max-width: 100%; height: 230px; z-index: 90;  }
	.CHbox {height: auto; height: 230px; padding: 20px 10px 10px 10px; border: 0; text-align: center;}
	.cardbennies, .CHAs {max-height: calc(100% - 50px); overflow: auto;}
	.card img {border: 0 !important}
	.CHAs {text-align: center;}
	.CHA {margin: 10px;}

	/* to overwrite BS styles for .card */
	.CHbox .card {display: block;  background-color: transparent; border: none !important;}
	.blubox h2 {text-align:center;}

	.CHbox a {font-family: open-sans, sans-serif; font-size: 18px; } /* match to regular content size */
	.CHQ {border-bottom: 0; color: white; text-align: center;  font-family: merriweather, serif; font-size: 22px;line-height: 1.27; color: white}
	.cardname{} /* matchED to H3 */
	.startover {color:white; cursor: pointer;font-size: 16px; right: auto; left: 50%; margin-left: -40px;}
	.startover:hover {color:white; text-decoration: underline;}
	.startover i .fa{display: none;}
	.startover:before{content: '\f021'; font-family: 'Font Awesome 5 Pro'; font-weight: 400; margin-right: 5px;}
	.cardbennies {font-family: open-sans, sans-serif; font-size: 18px;  } /* match to regular content size */

	/*M*/
	@media only screen and  (max-width: 992px) {
	}
	/*S*/
	@media only screen and  (max-width: 768px) {
		.CHboxedup{height: 300px; }
		.CHbox { height: 300px; }
	}
	/*xXs*/
	@media only screen and  (max-width: 500px) {
		.CHboxedup{height: 400px; }
		.CHbox { height: 400px; }
	}

/** FAQs **********************************************/
	.faq_toolbar {padding-bottom: 15px;}
	.faq_viewed {color: #274c8b; font-size: 11px; font-weight: bold;}
	.faq_search {margin: 20px 0px}
	.faq_question_block {margin-top: 10px;}
	.faq_advanced_search_panel {padding: 0px;}
	.faq_advanced_search_panel table {margin: 20px 0px;}
	.faq_advanced_search_panel table td {padding: 2px 0px;}
	.faq_advanced_search_panel i {color: silver;}
	div.faq_browse input[type=submit] {margin-left: 10px;}
	.faq_search_form input[type=submit]{margin: 0 10px;}
	div.faq_advanced_search_panel input[type=text], div.faq_advanced_search_panel textarea{width: 100%;}
	div.faq_advanced_search_panel input[type=button] {margin-left: 10px;}
	
	/*remove recent, featured, & popular */
	/*div.faq_featured_block, div.faq_recent_block, .faq_popular_block{display: none;}*/


	/*S*/
	@media only screen and  (max-width: 767px) {
		form.faq_search_form input[type="submit"], div.faq_browse form input[type="submit"]{margin: 10px 0;}
	}

/** FAQS REGION ***************************************/
	ul.region_faq_list li {margin-bottom: 5px;}
	span.region_faq_header {display: block; margin-bottom: 10px}

/** FORMS ************************************************/
	.visuallyhidden {border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
	.cms_form_item, .cms_form_content_block {clear: both; padding: 10px 0; margin: 0 !important;}
	.cms_form_textinput, .cms_form_dropdown  {width: 100%; border: solid 1px #24488a}
	.cms_form_textarea {width: 100%; height: 100px; border: solid 1px #24488a}
	.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}
	}

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

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

	button#exedout {display: none;}
	.legend{ top: -10px;}
	.boxedsearch, .legend {BACKGROUND-COLOR: #e8eef9; }
	.listbox {text-align:left;}
	.cuname a{font-weight: bold}

	@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: 0px; margin: 0; padding-top: 0px; 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 0;}
		.loc_formbox input[type=text] {width: 100% !important;}
	}

/** POLLS ****************************************/
	.region table td table td {padding: 2px;}
	.region table td table{margin-bottom: 10px;}
	.region_poll_table_inner td {padding: 2px;}
	.region_poll_table_inner {margin-bottom: 10px;}
	.region_poll_radio_cell input {position: relative; top: 5px;}

/** RATES & TABLES ************************************************/
	.content_rates_table, TABLE.table_builder {margin-bottom: 20px; width: 100%; border-collapse: collapse;border: solid 2px #274c8b}
	.content_rates_table th, .table_builder th {background-color: #274c8b; color: white; padding: 15px 35px;border-right: solid 2px #274c8b; text-align:left;}
	.content_rates_table td, .table_builder td {border-right: solid 2px #274c8b;  padding: 20px 35px;text-align:left;}
	.content_rates_table_row2, TR.table_builder_row_even {background-color: #e8eef9;}
	TR.table_builder_row_odd {}
	.content_rates_table_row_highlight {color: #218455;}
	.table_builder .filtered {display: none;}
	.content_rates_table td.widecell{border-top: solid 2px #274c8b;border-bottom: solid 2px #274c8b;}

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

	.sideslider {width: 100%; margin-bottom: 20px;}
	.sideslider table {width: 1099px;}
	.xlsideslider .content_rates_table th, .xlsideslider .content_rates_table td {padding: 15px 15px;}

	/*L*/
	@media only screen and (max-width: 1199px) {
		.xlsideslider{overflow: scroll;overflow-y: hidden; -ms-overflow-y: hidden;}
	}

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



	/*S
	@media only screen and  (max-width: 767px) {
		.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}
	}*/

	/*S*/
	@media only screen and  (max-width: 767px) {
		.table_builder {border-collapse: collapse;}
		.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;}
		.table_builder_header_row {position: absolute; top: -9999px; left: -9999px; }
		.table_builder td  {border: none; border-bottom: 1px solid #eee; position: relative; padding: 10px 10px 10px 20px; white-space: normal; text-align:left; }
		.table_builder td:before {display: block; text-align:left; font-weight: bold; content: attr(data-title); position: relative; left: -10px}
		
	}

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

/** SIDEBAR CONTENT ************************************************/
	.code_block{max-width: 100%;overflow-wrap: break-word; }
	.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;}

/* image gallery */
	/* image height 262px */
	.gallery,.gallery figure, .galleryliner {height: 380px}
	.gallery figcaption{font-size: 14px; padding-right: 40px;}
	.gallery {overflow-y: hidden;}
	.galleryliner {}
	.galleryliner figure {position: relative; float: left; margin: 0 10px;}
	.swiper {width: 100%; text-align: center;}


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


