body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 14px;
    background-color: WHITE;
    -webkit-text-size-adjust: 100%;
    color: #333
}

#contentwrapper {
    width: 100%;
    position: relative;
}

.headerbar {
    width: 100%;
}

header {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    height: 202px;
    position: relative;
    z-index: 90;
    border: solid 0px orange;
}

.graybar,
.graybar2 {
    height: 38px;
    width: 100%;
    background-color: #f1f1f1;
    z-index: 1;
    position: absolute;
    top: 0px;
    right: 0px;
}

.graybar2 {
    height: 422px;
    top: 180px
}

.greenbar,
.greenbar2 {
    background-color: #9fcf67;
    height: 20px;
    width: 100%;
    z-index: 30;
    position: absolute;
    top: 50px;
    left: 0px;
}

.greenbar2 {
    right: 0px;
    left: auto;
    top: 40px;
    height: 40px;
    width: 60%
}

.blubar {
    background-color: #007db1;
    width: 20px;
    height: 202px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.bluL,
.bluR {
    background-color: #007db1;
    width: 20px;
    height: 44px;
    position: absolute;
    top: 38px;
    left: 30px;
    z-index: 40;
}

.bluL {
    left: -30px;
}

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: 14px;
}

a.homelink {
    position: absolute;
    left: 50px;
    bottom: 40px;
}

.toplinks {
    text-align: right;
    position: absolute;
    top: 10px;
    right: 185px;
    font-size: 13px;
    color: #757575;
    font-family: 'Open Sans', arial, sans-serif;
}

.toplinks a,
.toplinks a:visited {
    text-decoration: none;
    color: #757575;
}

.toplinks a:hover {
    text-decoration: underline;
    color: #007db1;
}

.pipe {
    font-weight: bold;
    margin: 0px 5px;
}

.toplinks .pipe:last-child {
    display: none;
}

.search {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 175px;
    height: 28px;
    background-color: white;
    border: solid 1px #757575;
}

.searchbox {
    width: 130px;
    height: 24px;
    border: 0;
    position: absolute;
    left: 5px;
    top: 1px;
}

.searchbox::-webkit-input-placeholder {
    color: #666;
}

.searchbox:-moz-placeholder {
    color: #666;
}

.searchbox::-moz-placeholder {
    color: #666;
}

.searchbox:-ms-input-placeholder {
    color: #666;
}

.search button {
    position: absolute;
    right: 3px;
    top: 1px;
    border: 0;
    color: #9fcf67;
    background-color: white;
    height: 24px;
    font-size: 18px;
}

.searchbttn,
.search label {
    display: none;
}

.search label {
    display: none;
}

section {
    width: 96%;
    max-width: 1170px;
    margin: 0 auto;
    line-height: 1.5;
    position: relative;
}

section.nopad {
    width: 100%;
    max-width: initial;
    line-height: 1.15;
}

section.home {
    z-index: 9;
}

section.inside {
    margin-top: 40px;
}

.crumb {
    width: 100%;
    text-align: left;
    font-size: 12px;
    margin-bottom: 10px;
}

.crumb a,
.crumb a:visited {
    color: #757575;
    text-decoration: underline;
}

.crumb a:hover {
    color: #007db1;
    text-decoration: underline;
}

article {
    width: 68%;
    position: relative;
    text-align: left;
    float: left;
}

aside {
    width: 24%;
    min-width: 281px;
    overflow: hidden;
    position: relative;
    float: right;
}

article.home {
    width: 360px;
    background-color: #9fcf67;
    padding: 20px;
    height: 300px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -180px;
    font-family: 'Open Sans', arial, sans-serif;
}

article.home.last {
    position: relative;
    float: right;
    left: auto;
    margin-left: 0px;
    text-align: center;
}

article.home.first {
    position: relative;
    float: left;
    left: auto;
    margin-left: 0px;
    text-align: center;
}

article.home img {
    width: 100%;
    max-width: 320px;
}

.liner,
.notsowide .code_block_indiv_content {
    width: 100%;
    height: 260px;
    border: solid 1px #757575;
    background-color: white;
    text-align: left;
    padding: 20px;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .3);
}

aside .liner {
    height: auto;
    border: 0;
    background-color: transparent;
    padding: 10px 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.buttons {
    width: 281px;
    position: absolute;
    display: block;
    top: -340px;
    right: 0px;
    z-index: 9
}

.buttons.int {
    width: 100%;
    top: 0;
    position: relative
}

.buttons a,
.buttons a:visited {
    display: block;
    width: 100%;
    height: 52px;
    padding: 10px 20px;
    text-align: left;
    color: #007db1;
    text-decoration: none;
    border: solid 2px #007db1;
    background-color: white;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .3);
    font-family: 'Proxima Nova', 'open sans', arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.buttons a:hover {
    color: #9FCF67;
    background-color: white;
    text-decoration: none;
}

.buttons a img {
    float: left;
    margin-right: 5px;
}

.buttons.int a,
.buttons.int a:visited {
    background-color: #007db1;
    border: solid 2px white;
    color: white;
}

.buttons.int a:hover {
    background-color: #9FCF67;
    color: white;
    text-decoration: none;
}

div.bcStatic a,
.buttons.int div.bcStatic a {
    padding: 0;
    -webkit-box-shadow: 0px 0px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    border: 0;
    background: transparent;
    width: 281px;
    margin: 0 auto 10px auto;
}

.wide {
    width: 100%;
    position: relative;
    text-align: center;
}

.notsowide {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    display: block;
}

.notsowide .regionbox,
.notsowide .code_block {
    width: 30.33%;
    display: inline-block;
    margin: 20px 1%;
    background-color: #9fcf67;
    padding: 20px;
    height: 300px;
    position: relative;
    float: left;
    z-index: 9;
    display: block;
}

.notsowide .bannerbox {
    width: 30.33%;
    display: inline-block;
    margin: 20px 1%;
    height: 300px;
    overflow: hidden;
    background-color: #9fcf67;
    padding: 20px;
    position: relative;
    float: left;
    z-index: 9;
    display: block;
}

.notsowide .bannerbox img {
    width: 100%;
}


/*
.notsowide .regionbox {width: 100%; height: 260px; border: solid 1px #757575; background-color: white; text-align: left; padding: 20px; overflow: hidden;-webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.3); box-shadow: 1px 1px 4px 0 rgba(0,0,0,.3); }

.notsowide .regionbox h2 {color: #007db1;}
.notsowide .regionbox a, .notsowide .regionbox a:visited {color: white;}
.notsowide .regionbox a:hover {color: black;}

*/

.regionbox,
.code_block_indiv_content {
    overflow: hidden;
    width: 100%;
    text-align: left;
    padding: 20px;
    z-index: 99;
    font-family: 'Open Sans', arial, sans-serif;
}

.regionbox ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.boxtop,
.code_block_indiv_top,
.boxbottom,
.code_block_indiv_bttm {
    display: none;
}

.regionbox h2,
.code_block_indiv_content h1 {
    color: #757575;
    font-size: 20px;
}

.regionbox a,
.regionbox a:visited,
.code_block a,
.code_block a:visited {
    color: #757575
}

.regionbox a:hover,
.code_block a:hover {
    color: #007DB1
}

.code_block_indiv_content a:hover {
    color: #007db1;
}

.footerbar {
    width: 100%;
    padding: 20px 0;
    background-color: #757575;
    margin-top: 40px;
}

footer {
    width: 96%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 10px 0;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 12px
}

.socmed {
    width: 34px;
    height: 70px;
    position: fixed;
    top: 95px;
    right: 0;
    z-index: 99
}

.socmed img {
    margin-bottom: 2px;
}

.third {
    width: 33.33%;
    min-height: 140px;
    position: relative;
    float: right;
    padding: 20px;
    margin: 20px 0;
    color: white;
    text-align: center;
}

.third.bordered {
    border-right: solid 1px white;
    border-left: solid 1px white;
    padding-top: 40px;
}

footer .third:first-child {
    padding-top: 30px;
}

.third img {
    margin: 0 5px;
}

.third a,
.third a:visited {
    text-decoration: none;
    color: white;
}

.third a:hover {
    text-decoration: underline;
    color: white;
}

.mobi,
.wordiness {
    display: none;
}

.ppol a {
    color: white;
    font-size: 18px;
    font-weight: bold
}


/*
pale grey - #e7e7e7
dk grey - #58595D
purple - #007db1
teal - #9fcf67

Colors:
green #9fcf67
blue #007db1
Light Gray #f1f1f1
Gray #757575888
*/


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

.tester {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 18px;
    z-index: 1020
}

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

a,
a:visited {
    color: #007db1;
    text-decoration: none;
}

a:hover {
    color: #9fcf67;
    text-decoration: none;
}

.breaker {
    clear: both;
}

.border {
    border: solid 1px red;
}

img {
    border: 0px;
}

.print {
    display: none;
}

a.cta,
a.cta:visited,
.cta a,
.cta a:visited,
input[type="submit"] {
    background-color: #007db1;
    color: white;
    border: solid 1px #757575888;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: 5px 20px;
}

a.cta:hover,
.cta a:hover,
input[type="submit"]:hover {
    color: white;
    background-color: #9fcf67;
    text-decoration: none;
}

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

.col4 {
    width: 23%;
    margin: 0 1%;
    position: relative;
    float: left;
}

.col3 {
    width: 31%;
    margin: 0 1%;
    position: relative;
    float: left;
}

.col2 {
    width: 48%;
    margin: 0 1%;
    position: relative;
    float: left;
}

h1,
h2,
h3 {
    margin-top: 0;
    font-weight: 600;
    text-transform: uppercase;
}

h1,
.blog_title,
.content_blog_header,
.category_name,
.podcast_list_header,
.blog_year {
    color: #007db1;
    font-size: 24px;
}

h2,
.content_rates_category1,
.faq_header,
.faq_question,
.comments_section_header,
.pod_episode_header,
#KJETitle,
.forum_thread_category,
.Category_Header_Text,
.content_faq_header,
.content_calendar_header {
    color: #007db1;
    font-size: 20px;
}

h3,
.content_rates_table_title,
.region_faq_header,
.comment_title,
.forum_thread_firstpost_replies,
.forum_reply_bottom {
    color: #77ab36;
    font-size: 18px;
}

h4,
.forum_thread_date,
.forum_mischeader_title {
    color: #007db1;
    font-size: 14px;
    font-weight: bold;
}

h5 {
    color: black;
    font-size: 14px;
    font-weight: bold;
}

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


/* 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: #007db1;
}

.aprnote {
    font-size: 12px;
    width: 180px;
}

td.regions_rates_table_row2 marquee,
td.regions_rates_table_row1 marquee {
    width: 242px;
}


/* rates page */

.content_rates_table {
    margin-bottom: 20px;
    width: 100%;
}

.content_rates_table_fields {
    background-color: #007db1;
    color: white;
    font-weight: bold;
}

.content_rates_table_row2 {
    background-color: #dfe5ef;
}

.content_rates_table_row_highlight {
    color: #0a6104;
}

.sideslider {
    width: 100%;
}


/* alerts */

.alertbar {
    min-height: 20px;
    padding: 10px 0;
    width: 100%;
    background-color: red;
    color: white;
    position: relative;
    z-index: 1001
}

.alert {
    width: 96%;
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 40px;
    position: relative;
    text-align: left
}

.alert a,
.alert a:visited {
    color: white;
    text-decoration: underline;
}

.alert a:hover {
    color: yellow;
    text-decoration: underline;
}

#exed {
    position: absolute;
    top: 0px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    color: white;
}

#exed:hover {
    color: black
}


/* old forms */

.captcha_warning {
    font-size: 14px;
    color: red;
    font-weight: bold;
}

.required_legend {
    padding-bottom: 20px;
    color: gray;
    font-style: italic;
}


/* new forms */

div.taft_formElement-wrapper.wide {
    width: 100%;
}

span.fb_legend {
    padding-bottom: 10px;
    color: gray;
    font-style: italic;
}

hr.fb_legend {
    display: none;
}

li.fb_element {
    padding: 0;
}

form.taft_fb_form ul {
    padding: 0;
    margin: 0;
}

.taft_label-wrapper,
.taft_formElement-wrapper {
    position: relative;
    float: left;
    min-height: 30px;
    border: solid 0px red;
    padding: 0 10px 10px 0;
}

.taft_label-wrapper {
    clear: both;
    width: 33%;
}

.taft_formElement-wrapper {
    width: 66%;
}

input.fbPhoneprt {
    width: 50px;
}

.captcha,
.no-sortable {
    clear: both;
}

.taft_formElement-wrapper label {
    margin-left: 5px;
}

.wide p {
    border-bottom: solid 1px #666;
}

.regionbox .taft_formElement-wrapper,
.code_block_indiv_content .taft_formElement-wrapper {
    width: 66%;
}

.regionbox .taft_label-wrapper,
.code_block_indiv_content .taft_label-wrapper {
    width: 33%;
}

.col2 li.fb_element .taft_label-wrapper {
    width: 40%;
    padding-right: 10px;
    border: solid 1px red
}

.col2 li.fb_element .taft_formElement-wrapper {
    width: 60%;
    padding-right: 10px;
    border: solid 1px #007db1
}


/* forms 2017 */

.cms_form_item,
.cms_form_content_block {
    clear: both;
    padding: 5px 0;
}

.cms_form_item_sidebyside {
    width: 50%;
    padding: 0 20px 0 0;
    float: left;
}

.cms_form_clear {
    clear: both;
}

.cms_form_label {
    width: 33%;
    position: relative;
    float: left;
    margin: 0 1% 2px 0;
    font-weight: normal;
}

.cms_form_object {
    width: 66%;
    position: relative;
    float: right;
    margin: 1px 0
}

.cms_form_textinput {
    width: 100%;
}

.cms_form_textarea {
    width: 100%;
    height: 100px;
}

.cms_form_dropdown {
    width: 100%;
}

.cms_form_ssn1 {
    width: 50px;
}

.cms_form_ssn2 {
    width: 40px;
}

.cms_form_ssn3 {
    width: 70px;
}

.cms_form_cc_exp {
    width: 50px;
}

.cms_form_cc_cvv {
    width: 50px;
}

.cms_form_required_block {
    color: #333;
    font-style: italic;
    border-bottom: 1px solid silver;
}

.cms_form_collapsible {
    margin-bottom: 10px;
}

.cms_form_collapsible_header A {
    display: block;
    background-color: #dddddd;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    color: Black;
}

.cms_form_collapsible_header A:before {
    content: '+ ';
}

.cms_form_collapsible_header.open A:before {
    content: '- ';
}

.cms_form_submitted {
    color: green;
    font-weight: bold;
}

.cms_form_error,
.cms_form_errors {
    color: red;
    font-weight: bold;
}

.cms_form_wrapper .required:before,
#existing_elements_column .required:before {
    content: '* ';
}

.cms_form_item_backend .required:after {
    content: '';
}


/* for polls */

.region table td table td {
    padding: 2px;
}

.region table td table {
    margin-bottom: 10px;
}


/* calendars */

.content_calendar_table {
    border: solid 1px black;
    border-collapse: collapse
}

td.content_calendar_table_headercell {
    background-color: #007db1;
    color: white;
    text-align: center;
    font-weight: bold;
}

td.content_calendar_table_headercell a,
td.content_calendar_table_headercell a:visited {
    color: white;
    text-decoration: none;
}

td.content_calendar_table_headercell a:hover {
    color: silver;
    text-decoration: none;
}

td.content_calendar_table_cell {
    border: solid 1px black
}

td.content_calendar_table_selectedcell {
    border: solid 1px black;
    background-color: silver
}


/* for polls */

.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: #007db1;
    font-size: 11px;
    font-weight: bold;
    font-family: arial, sans-serif;
}

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


/* blog styles */

.blog_posted_date {
    display: block;
    color: gray;
}

.blog_share {
    position: relative;
    float: right;
    width: 110px
}

.blog_share a {
    position: relative;
    float: right;
    margin-left: 5px;
}

.comments_sortbox {
    position: relative;
    float: right;
    background-color: white;
    top: -20px;
}

.comment_item {
    border: solid 1px #007db1;
    padding: 0px 10px 10px 10px;
    margin: 10px 0px;
    clear: both;
}

.comment_posted_by_and_who {
    color: gray;
}

.comment_text {
    margin-top: 10px;
}

table.comments_form_table {
    border: solid 1px #007db1;
    width: 100%
}

table.comments_form_table td {
    padding: 3px 5px;
}

.comments_submitted {
    margin: 10px 0px;
    border: solid 1px red;
    padding: 10px;
}

.comment_reply_body {
    border: solid 1px #007db1;
    padding: 10px;
    margin: 10px;
    background-color: #E9E7E6;
}

textarea.comments_form_textbox {
    width: 98%;
    height: 75px;
}

span.blog_tags_tag a {
    display: inline-block;
}


/* for sidebar content */

.code_block {
    overflow: hidden;
    width: 100%
}


/* prevents breaking the design with images that are too wide, if width set */

.code_block_top {}

.code_block_center {}

.code_block_bttm {}

.code_block_indiv_content p {
    margin-top: 0px;
}


/* for image gallery */

.slideshow-container {
    width: 300px;
    height: 200px;
    overflow: hidden;
}


/* videos */

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

.cms_form_item {
    margin-bottom: 0 !important;
}