*{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

body {margin: 0px; padding: 0px; text-align: center; font-size: 16px;  background-color: WHITE; -webkit-text-size-adjust: 100%; font-family: acumin-pro, sans-serif; font-weight: 300; color: #000000; font-size: 18px; }

p{ margin: 12px 0 8px 0 }
a, a:visited{color: blue; -webkit-transition:  all .5s; transition:  all .5s;color: #53509f; text-decoration: underline;}
a:hover, a:focus {color: #a05f01; text-decoration: underline; }
input, select, textarea{ font-family: acumin-pro, sans-serif; font-weight: 300; color: #000000; font-size: 18px;}
button {padding:0; border: 0; background: transparent;font-family: acumin-pro-semi-condensed, sans-serif;}
strong {font-weight: 700;}


/* diff/colored bullets
article ul, aside ul {list-style: none; margin: 0px; padding: 0; }
article ul li, aside ul li { content: "\2022"; color: #00539b; display: inline-block; width: 1em;   margin-left: -1em; font-family: 'Font Awesome 5 Pro'}
*/

#contentwrapper {width: 100%; position: relative;  }
a[name]{position: relative; top: -100px;}
.liner {width: 100%;  max-width: 1200px; margin: 0 auto;  position: relative; }

header {width: 100%; height: 165px; position: absolute; top: 0px; right: 0px; z-index: 100}
.headertop{width: 100%; height: 113px; background: RGBA(255,255,255,.9); position: absolute; top: 0px; right: 0px; padding: 0 30px; }

a.homelink{position: absolute; left: 0px; top:10px; width: 472px; height: 93px; -webkit-transition:  all .5s; transition:  all .5s;}
a.homelink img {width: 100%}

header.stuck {position: fixed; top: 0; left: 0; z-index: 100;  height: 124px; }
header.stuck a.homelink{top: 0; width: 365px; height: 72px; }
header.stuck .headertop{ height: 72px; }
header.stuck .toplinks { top: 6px; }

.toplinks {width: 60%; height: 60px;  position: absolute; top: 29px; right: 0; display: flex;  justify-content: space-between; align-items: center; border: solid 0px red}
.toplinks a, .toplinks button  { display: block; padding: 10px 20px; height: 60px; width: auto; position: relative; text-align: left;-webkit-transition:  all .5s; transition:  all .5s; border: solid 0px blue}
.toplinks a, .toplinks a:visited, .toplinks button {color: #333;text-decoration: none; }
.toplinks a:hover, .toplinks a:focus, .toplinks button:hover, .toplinks button:focus, .toplinks.on {background-color: #f2a83d; color: black; text-decoration: none;}
.toplinks img {height: 26px;position: absolute;top: 20px; left: 20px;}
.toplinks .fal {position: absolute;font-size: 26px;  top: 20px; left: 20px; }
.UC, .LC {font-family: acumin-pro-semi-condensed, sans-serif; font-weight: 300; text-align: left; margin-left: 36px; line-height: 20px;}
.UC {letter-spacing: .125em; font-size: 16px;}
.LC {letter-spacing: 0; font-size: 16px; }

.TL{width: 130px;display: flex; justify-content: space-between; align-items: center; height: 52px; position: absolute; top: 0px; right: 50%; margin-right: -600px;  }
.TL a, .TL a:visited {color: #e4e4e4; font-size: 18px;text-decoration: none;}
.TL a:hover, .TL a:focus {color: white; text-decoration: none;}
.TL a .RLwords {display: none;}
.TLm{display: none;}

.pipe { margin: 0px 10px;position: relative;}
.toplinks .pipe:last-child {display: none;}

section { width: 100%;  line-height: 1.5; background-color: white; padding: 0 30px; }
section.nopad, section.notification{padding: 0; margin: 0;}

article {width: 100%; max-width: 1010px; padding: 80px 20px; overflow: hidden; margin: 0 auto; text-align: left; line-height: 30px;}

section.intbanner {width: 100%; height: 550px; background-color: silver; padding: 0; background-position: center center; background-size: cover; position: relative;}
.shaded{width: 100%; height: 385px; display: flex; align-items: center; padding: 0 calc(50% - 600px); position: absolute; bottom: 0px; right: 0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0.5+40,0+55,0+100 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0) 55%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 40%,rgba(0,0,0,0) 55%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 40%,rgba(0,0,0,0) 55%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

aside {width: 100%; padding: 30px calc(50% - 600px); overflow: hidden; text-align: left; display: flex; justify-content: space-between; align-items: stretch;  align-content: stretch;background-color: #e9e8ef; border-top: solid 5px #262262; line-height: 30px;}

.regionbox, .code_block, .bannerbox {overflow: hidden; width: 33.33%;  text-align: left; padding: 30px; border-left: solid 2px #262262;line-height: 28px;}
.regionbox .code_block {width: 100%; padding: 0px; border-left:0;}

aside div:first-child{border: none;}
.regionbox ul {margin: 0px; padding: 0px; list-style: none;}
aside h2 {font-size: 22px; line-height: 30px; margin: 0;}

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

footer {width: 100%; padding: 70px 30px; background-color: #262262; font-size: 16px; line-height: 24px; color: #FFF}


footer .liner:first-child {border-bottom: solid 2px white; padding-bottom: 20px; margin-bottom: 20px;}

.Fheader {font-family: acumin-pro-semi-condensed, sans-serif; font-size: 22px; line-height: 24px; letter-spacing: .05em; color: #FFF; margin-bottom: 10px}

.socmed, .signup, .lmcu, .bottomlinks, .footnote{width: 50%; position: relative;}

.socmed{float:left; text-align: left; padding-bottom: 20px; font-size: 28px;}
.socmed a, .socmed a:visited{color: #e4e4e4; text-decoration: none; margin-right: 10px;}
.socmed a:hover, .socmed a:focus{color: white; text-decoration: none;}
.socmed a .RLwords{display: none;}

.signup{float:left; text-align: left; clear: left; width: 440px}
.signup a.cta {position: absolute; top: 0px; right: 0px; margin: 0; padding: 16px 40px; }
.signup a.cta:hover, .signup a.cta:focus {background-color: white; color: #262262; text-decoration: none;}
.signup br {display: none;}


.lmcu{float: right; text-align: right; margin: -82px 0 0px 0}
.lmcu img:last-child {margin-right: 20px}

.bottomlinks {float: right; text-align: right; color: white; font-size: 18px; line-height: 26px;}
.bottomlinks a, .bottomlinks a:visited { color: #efaa44;text-decoration: none;}
.bottomlinks a:hover, .bottomlinks a:focus {color: white; text-decoration: none;}
.bottomlinks .pipe:last-child {display: none;}

.footnote {text-align: left; font-size: 12px; line-height: 1.15; text-align: left;}

.mobi, .wordiness {display: none;}


/****************
Colors
  - Blue (primary): #262262
  - Gold (primary): #f2a83d
  - Yellow (secondary): #fddd00
  - Text black: #000000
  - pale grey #e4e4e4;


-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5); box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
*************************/

hr { border: 0; height: 0; border-top: 1px solid silver }

a.cta, a.cta:visited, input[type="submit"], a.clear, a.clear:visited, button#exedout, button.clear, input.go{display: inline-block; text-decoration: none; border: none;cursor: pointer;background-color: #f2a83d; font-family: acumin-pro-semi-condensed, sans-serif; color: #222222; letter-spacing: .08em; padding: 20px 40px; margin: 18px 0; text-transform: uppercase}
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 {background-color: #262262; color: #FFFFFF; text-decoration: none;}
/*a.clear{ padding: 8px 30px  10px 30px ; }*/

h1 {font-family: 'Lora', serif; font-weight: 300; color: #FFFFFF; font-size: 36px; line-height: 50px; letter-spacing: .05em}

h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year
{font-family: 'Lora', serif; font-weight: 700; color: #262262; font-size: 32px; line-height: 42px; margin: 18px 0 0 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-family: 'Lora', serif; font-weight: 700; color: #262262; font-size: 26px; line-height: 34px; margin: 18px 0 0 0}

h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
{font-family: 'Lora', serif; font-weight: 700; color: #262262; font-size: 22px; line-height: 30px; margin: 18px 0 0 0}

h5, .forum_thread_date, .forum_mischeader_title
{font-family: 'Lora', serif; font-weight: 700; color: #262262; font-size: 20px; line-height: 28px; margin: 18px 0 0 0}

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

.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}


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

.slidetext{}

section.inside a[name]:before{display: block;  content: " ";  height: 176px;   margin-top: -176px;   visibility: hidden;}

.breaker {clear: both; }
.border {border: solid 1px red;}
img {border: 0px;}
.print {display: none;}
.disclaim {font-size: 11px; line-height: 1;}
sup, sub {vertical-align: baseline; position: relative;  top: -0.4em;}
sub {top: 0.4em;}


/* featured rates */
.regions_rates_table {width: 100%;}
.regions_rates_table_row1, .regions_rates_table_row2 {background-color: silver; border-bottom: 3px solid white; font-size: 12px; }
.regions_rates_table_effectivedate {font-size: 12px;}
.regions_rates_table_title {display: none;}
.regions_rates_table_fields { font-size: 12px; color: blue;}
.aprnote {font-size: 12px; width: 180px;}
td.regions_rates_table_row2 marquee, td.regions_rates_table_row1 marquee {width: 242px;}

/* rates & styled tables */
table.styled, .content_rates_table, TABLE.table_builder {margin-bottom: 20px; width: 100%; border-collapse: collapse;}
table.styled th, .content_rates_table_fields, TR.table_builder_header_row {background-color: #262262; padding: 20px 15px; font-family: acumin-pro-semi-condensed, sans-serif; font-size: 20px; line-height: 24px; text-transform: uppercase; letter-spacing: .08em; color: white; text-align: left;}
TR.table_builder_header_row .table_builder_cell {padding: 20px 15px;}
table.styled td, .content_rates_table_row2, .content_rates_table_row1 {padding: 15px; line-height: 24px}
table.styled tr:nth-child(even) td, .content_rates_table_row2, TR.table_builder_row_even {background-color: #e9e8ef}
TR.table_builder_row_odd {}
.content_rates_table_row_highlight {color: red;}
.sideslider {width: 100%;}
.table_builder .filtered {display: none;}

/*table.styled th:first-child, .content_rates_table_fields:first-child {border-left: none;}*/
/*table.styled tr td:first-child, 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;}

.alertholder{width: 100%}
.alertbar {padding: 10px 0; width: 100%; }
.alertbar.regular{}
.alertbar.high{}
.alert {width: 96%; max-width: 1200px; margin: 0 auto; padding: 0 40px 0 120px; position: relative; text-align: left}
.alertbar.high .alert_icon{content: url(../images/alert-white.png); position: absolute; top: 0px; left: 0px; }
.alertbar.regular .alert_icon{content: url(../images/alert.png); position: absolute; top: 0px; left: 0px; }
.alert a, .alert a:visited {}
.alert a:hover, .alert a:focus {}
button.exed {position: absolute; top: 0px; right: 10px; cursor: pointer; font-size: 20px; text-align: center; display: block; text-decoration: none !important;}
button.exed:before {content:"\f00d"; font-family: 'Font Awesome 5 Pro';}


/* new locator */
.boxedsearch, .legend {BACKGROUND-COLOR: #f7f7f7; }
button#exedout {display: none;}
input.go{ padding: 4px 10px; font-size: 14px; margin-left: 5px;}
/*
form#locator label, form#locator input, form#locator select, form#locator textarea, form#locator fieldset legend{font-family: 'Open Sans', arial, sans-serif;font-size: 16px;}
*/
/* puts search box under map
#map-canvas { width: 100%; height: 520px; float:none; }
.boxedsearch {height: auto;width: 100%; float: none; margin: 0; z-index: 80;}
.boxedsearch fieldset {width: 33%;position: relative; float: right; top: -150px; margin-bottom: -150px }
.legend { top: -100px; margin: 0 0 -80px 0; z-index: 90; position: relative;}
*/

/* 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 silver}
.cms_form_textarea {width: 100%; height: 100px;}
.cms_form_item_sidebyside {width: 50%; padding: 0 20px 0 0;}
.cms_form_label {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, legend.cms_form_legend {white-space: normal; width: 100%; border: none;}

/* form collapsing divs

.cms_form_collapsible_header{background: none;font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif; border-bottom: solid 1px #1C1F6E; }
.cms_form_collapsible_header a, .cms_form_collapsible_header a:visited {background: none;color: #078B08; font-weight:bold; text-decoration: none; width; 100%; -serif; font-size: 16px; padding-top: 10px 0; display: block; width: 100%; height: 24px;}
.cms_form_collapsible_header a:hover, .cms_form_collapsible_header a:focus {color: #1C1F6E;  text-decoration: none; cursor: pointer;}
*/

/* dec tree */
div.CHboxedup {z-index: 90;  }




/* calendars */
.content_calendar_table {border: solid 1px #262262; border-collapse: collapse}

.content_calendar_table td{padding: 5px; border: solid 1px #262262}
td.content_calendar_table_headercell {text-align: center; padding: 20px 15px; font-family: acumin-pro-semi-condensed, sans-serif; font-size: 20px; line-height: 24px; text-transform: uppercase; letter-spacing: .08em; color: white; background-color: #262262}

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: #fddd00; }
td.content_calendar_table_selectedcell {  background-color: #f2a83d}

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

/* faqs page */
.faq_toolbar {padding-bottom: 15px;}
.faq_viewed {color: blue; 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;}

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



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

/* image gallery */
.slideshow-container {width: 300px; height: 200px; overflow: hidden;}

/* slick slider 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: gray;}
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;}

/* comments & rating - affects blogs*/
.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;}

/* include <?php echo $common_js; ?>CSS/ratings.css */