/*=========== UNIVERSAL
==========================*/


.page,
.post,
.blog,
.single,
.archive,
.category,
.error404,
.search {
    color: #4b4b4b;
}
section {
    margin-top: 3rem;
}

.content section {
    margin-top: 0;
}

h2 {
    font-size: 1.563rem;
    font-weight: bold;
}

.page a,
.post a,
.blog a,
.single a,
.archive a,
.category a,
.error404 a,
.search a {
    color: #005a84;
    -webkit-transition: color .2s;
    transition: color .2s;
}


.page a:hover,
.post a:hover,
.blog a:hover,
.single a:hover,
.archive a:hover,
.category a:hover,
.error404 a:hover,
.search a:hover {
    color: #419639;
}

.single-locations a:hover {
    color: #f58026;
}
@media only screen and (max-width: 500px){
    .single-locations .hours {
        margin-top: 20px;
    }    
}
.grid-x.grid-margin-x.small-up-1.medium-up-2.blog-dropdowns {
    justify-content: center;
}

.blog-grid h2 {
    word-wrap: break-word;
}


/* mega menu */

ul.menu.expanded.submenu.is-dropdown-submenu.first-sub.vertical.js-dropdown-active {
    display: flex;
    flex-direction: row !important;
    flex: 0 1 auto;
}

.js-dropdown-active ul.menu.expanded.submenu.is-dropdown-submenu.vertical {
    display: flex;
    flex-direction: column;
    left: 0;
    /*top: 100%;*/
}

.expanded.menu > li {
    flex: 0 1 auto;
   /* flex-basis:auto;*/
}

.first-sub>li>ul,
ul.first-sub>li>ul>li>ul {
    position: relative;
}

.medium-horizontal.menu.dropdown ul li {
    background: #ebebeb;
    border: none;
}

.medium-horizontal.menu.dropdown ul {
    background: #ebebeb;
    border: none;
}


.medium-horizontal.menu.dropdown .first-sub>li>a {
    font-weight: bold;
    color: #005a84 !important;
}

.medium-horizontal.menu.dropdown .first-sub>li>ul {
    font-weight: bold;
}

.off-canvas-wrapper ul.submenu>li>ul>li>ul>li a,
.medium-horizontal.menu.dropdown ul.submenu>li>ul>li>ul>li a {
    padding: 0.125rem 0 !important;
    line-height: 1.375;
}

.off-canvas-wrapper ul.submenu>li>ul>li>ul>li,
.medium-horizontal.menu.dropdown .off-canvas-wrapper ul.submenu>li>ul>li>ul>li {
    padding-left: .5rem;
}

.medium-horizontal.menu.dropdown .first-sub>li {
    padding: 1.25rem 0rem 0rem 2rem;
}

.dropdown .is-dropdown-submenu a {
    padding: 0.5rem 0rem;
}


ul.menu.expanded.submenu.is-dropdown-submenu.first-sub.vertical a {
    font-size: .9rem !important;
    line-height: 1rem;
}

ul.menu.expanded.submenu.is-dropdown-submenu.first-sub.vertical>li> a {
    font-size: 1.025rem !important;
}

#top-bar-menu ul.first-sub>li>ul>li>ul>li>ul.menu.expanded {
    padding-left: 1rem;
    display: inline-block !important;
    position: relative;
}


/* jquery theme */
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-dialog .ui-dialog-titlebar {
    position: relative;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-state-default {
    color: #005a84;
    font-weight: bold;
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-button .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-button ,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-corner-all {
    border-radius: 3px;
}



.ui-datepicker-calendar a.ui-state-default {
    color: #005a84 !important;
    font-weight: bold !important;
    border: 0px !important;
    background: transparent !important;
}



/*====== HEADER / NAV STYLES
==========================*/

/* UTILITY */
a#logo_link,
a#logo_link-mobile{
    display: flex;
    max-width: 19rem;
    flex: 1;
}

a#logo_link>svg,
a#logo_link-mobile>svg{
    flex: 1;
}

.logo-header-wrap,
.utility-nav-wrap {
    align-items: center;
    display: flex;
}

.utility-nav-wrap {
    justify-content: flex-end;
}

ul#menu-utility-nav-1 {
    margin-right: 2rem;
}

ul#menu-utility-nav-1 li a {
    color: #4b4b4b !important;
    font-size: .9375rem !important;
    font-weight: bold !important;
}

ul#menu-utility-nav-1 li a:hover {
    text-decoration: underline;
}

ul#menu-utility-nav-1 li {
    position: relative;
}

ul#menu-utility-nav-1 li a:before {
    content: " ";
    display: inline-block;
    height: 1rem;
    width: 2px;
    background: #4b4b4b;
    left: 0;
    position: absolute;
}

ul#menu-utility-nav-1 li:first-child a:before {
    display:none;
}

.online-login-wrapper {
    max-width: 18rem;
}

#Online_Login {
    background: #f5f5f5;
    padding: 2rem 1rem;
}

#Online_Login>form {
    display: flex;
}

#Online_Login>form>fieldset {
    flex:1;
}

#Online_Login>form>fieldset>div {
    display: flex;
}

#Online_Login input#SubmitNext,
#Online_Login input#SubmitNextMobile {
    background-color: #005a84;
    color: #fff;
    border: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .8125rem;
    margin-left: .375rem;
    padding: 0 1.25rem 0 1rem;
}

#Online_Login input#SubmitNext:after,
#Online_Login input#SubmitNextMobile:after  {
    content: "\f345";
    position: relative;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
    line-height: 1;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#Online_Login input#SubmitNext:hover,
#Online_Login input#SubmitNextMobile:hover {
    cursor: pointer;
}

#Online_Login>span {
    color: #005a84;
    font-weight: bold;
    display: block;
    margin-bottom: .5rem;
}

#Online_Login span.dashicons.dashicons-arrow-right-alt2 {
    color: #005a84;
    line-height: 1.125;
}

#Online_Login>form>fieldset>div>span.dashicons.dashicons-arrow-right-alt2,
#Online_Login>form>span.dashicons.dashicons-arrow-right-alt2  {
    color: #fff;
    left: -1.25rem;
    position: relative;
    line-height: 2rem;
    font-size: 1rem;
}

#Online_Login>a {
    font-size: 0.90625rem;
    color: #4b4b4b;
    margin-top: 1.5rem;
    display: block;
}

#Online_Login>a:hover {
    text-decoration: underline;
}

#Online_Login>a:hover span.dashicons.dashicons-arrow-right-alt2 {
    text-decoration: none;
}

input#UsernameField,
input#UsernameFieldMobile {
    height: 2rem;
    margin: 0;
    line-height:1rem;
}


.off-can-bg {
    background: #fff;
}



/* NAVBAR */
#navbar-wrapper,
#top-bar-menu {
    padding: 0;
    background: #f58026;
}

.top-bar ul {
	background:transparent !important;
}

.top-bar ul.submenu {
    background:#ebebeb !important;
}

.top-bar input {
    margin-bottom: 0;
}

ul.menu.expanded.submenu.is-dropdown-submenu.first-sub.vertical.js-dropdown-active {
    padding: 0 2rem 2rem 0;
    top: 2.95rem
}

/*ul#menu-main-nav-1>li:first-child>a {
    padding-left: 0;
}*/

form.search-form {
    display: flex;
    position: relative;
    background: #d06d20 !important;
}

.search-form-wrapper {
    width: 18rem;
    background: #d06d20;
    padding: .5rem 1rem;
}

.search-form-wrapper>form.search-form:after {
    content: "\f179";
    position: absolute;
    display: inline-block;
    width: 1.25rem;
    height: 2rem;
    font-size: 1.75rem;
    line-height: 2.25rem;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    right: 1rem;
}


.nav-join-wrapper {
    display: flex;
}

.join-link {
    background: #419639;
    color: #fff !important;
    font-weight: bold;
    width: 130px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.join-link:hover {
    text-decoration: underline;
    color: #fff;
}

a.join-link span.dashicons.dashicons-arrow-right-alt2 {
    display: inline-block;
    font-size: 1.063rem;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 600;
    line-height: 1.5;
}

input.search-submit-nav {
    border: 0;
    background: transparent;
    margin: 0;
    padding: 0;
    width: 3rem;
    z-index:999;
    cursor: pointer;
}

li.menu-item a:after {
    display: none !Important;
}

li.menu-item a {
    color: #fff !important;
    font-size: 1.125rem;
}

li.second-tier a {
    color: #005a84;
    font-weight: bold;
}

ul#menu-main-nav-1>li.active>a {
    border: 1px solid #fff;
}

.dropdown.menu .is-active>a {
    color: #fff;
}

.menu .active>a {
    background: transparent;
    border: 0px;
}


/*.dropdown.menu .is-active>a,*/
ul#menu-main-nav-1>li:before {
    content: " ";
    width: 100%;
    height: 6px;
    display: inline-block;
    background-color: transparent;
    position: absolute;
    top: 2.625rem;
    left: 0;

}

ul#menu-main-nav-1>li:hover:before {
    background-color: #005a84;
}

#navbar-wrapper .no-click:hover > a {
    cursor: default;
    pointer-events: none;
}


.off-canvas.is-transition-overlap {
    z-index: 91;
}
.off-canvas.is-transition-overlap {
    z-index: 99999;
}

.vertical.accordion-menu #menu-item-3248 > a,
.vertical.accordion-menu #menu-item-192 > a,
.vertical.accordion-menu .hidesmall > a {
    display: none;
}

.vertical.accordion-menu #menu-item-3248 > ul,
.vertical.accordion-menu #menu-item-192 > ul,
.vertical.accordion-menu .hidesmall > ul {
    display: flex !important;
}


/* mobile nav styles */

@media screen and ( max-width: 1200px) {

ul#menu-utility-nav-1 {
    margin-right: 1rem;
}



}


@media screen and (max-width: 1023px) {


.general {
    margin-top: 0;
    min-height: 17.5rem !important;
    height: 100% !important;
}

.cell.medium-4.logo-header-wrap,
.cell.logo-header-wrap {
    justify-content: space-between;
}

/* northern logo */

a#logo_link,
a#logo_link-mobile{
    display: flex;
    max-width: 16rem;
    flex: 1;
}

.cell.medium-4.logo-header-wrap,
.cell.logo-header-wrap {
    justify-content: space-between;
}


/* accordion nav */
li.menu-item a,
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a,
.accordion-menu .is-accordion-submenu a {
    font-size: 1.375rem;
    padding: 1.25rem 1rem;
}

}


/* ========== mobile nav menu
=============================*/

.off-canvas .utility-nav-wrap {
    justify-content: flex-start;
}

.off-canvas ul#menu-utility-nav {
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.off-canvas ul#menu-utility-nav a {
    font-size: 1.25rem;
    color: #4b4b4b !important;
    font-weight: bold;
    padding: .75rem 0;
}

.off-canvas ul#menu-utility-nav li a:before,
.off-canvas ul#menu-utility-nav li:first-child a:before  {
    content: "\f345" !important;
    content: ' ' !important;
    font-family: dashicons !important;
    background: none !important;
}

.grid-container.not_a_mem,
.grid-container.not_a_mem a {
    background: #005a84;
    color: #fff;
    font-weight: bold;
}

a.off_join {
    display: block;
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-top: .5rem;
}

a.off_join span.dashicons.dashicons-arrow-right-alt2 {
    font-size: 1.625rem;
    line-height: 1.25;
}

span.off_quest {
    font-size: 1.375rem;
    line-height: 1;
}

.not_a_mem {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}

.not_a_mem p {
    font-size: 1.125rem;
    line-height: 1.375;
    margin-top: 1rem;
}

.menu_btn_wrapper {
    background: #f58026;
    text-align: center;
    padding: 1rem;
    position:relative;
    z-index:9999;
}

.menu_btn_wrapper>button {
    height: 1.25rem;
    width: 1.5rem;
}

.menu-icon::after {
    height: .25rem;
    width: 1.5rem;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a:before {
    position: absolute;
    right: 1.5rem;
    margin-top: -.5rem;
    content: "+";
    font-size: 2rem;
    color: inherit;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a:before {
    content: "-";
}

.off-canvas-wrapper ul#menu-main-nav>li {
    background: #f58026;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}

.off-canvas-wrapper ul.submenu>li {
    background: #959595;
    border-top: 1px solid #fff;
    text-transform: capitalize;
}

.off-canvas-wrapper ul.submenu>li>ul>li {
    background: #f3f3f3;
    border-top: 1px solid #d9dad9;
}

.off-canvas-wrapper ul.submenu>li>ul>li a{
    color: #4b4b4b !important;
}

.off-canvas-wrapper ul.submenu>li>ul>li a:hover {
    text-decoration: underline;
}

.off-canvas-wrapper ul.submenu>li>ul>li a:before {
    color: #959595 !important;
}

.off-canvas-wrapper ul.submenu>li>ul>li {
    background: #f3f3f3;
    border-top: 1px solid #d9dad9;
}

.off-canvas-wrapper ul.submenu>li>ul>li>ul>li {
    background: #fff;
    border-top: 0px;
    font-weight: normal;
}

.off-canvas-wrapper ul.submenu>li>ul>li.is-accordion-submenu-parent[aria-expanded=true] {
    background: #fff;
}

.off-canvas-wrapper ul.submenu>li>ul>li>ul>li a {
    padding: .5rem 1rem !important;
    text-transform: capitalize;
}

.off-canvas-wrapper ul.submenu>li>ul>li.is-accordion-submenu-parent[aria-expanded=true] ul {
    margin-bottom: 1.25rem;
}


/* mobile search bar
=======================*/
.search-join .nav-join-wrapper {
    flex: 3;
}

.mobile .search-form-wrapper {
    /*width: auto !important;*/
    width: 100%;
    padding: 0;
}

.login_mobile {
    background: #005a84;
    position: relative;
}

.search-form-wrapper,
a.join-link_mobile,
.login_mobile {
    align-items: center;
    display: flex;
    justify-content: center;
}

#Online_Login_mobile a,
#Online_Login_mobile div {
    display: flex;
    align-items: center;
}

.O_L_M_drop {
    display:none;
    position: absolute;
    top: 100%;
    left: 0;
    border-top: 1px solid #efefef;
	width: 100%;
}

.login_mobile:hover .O_L_M_drop,
.login_mobile:focus .O_L_M_drop,
.login_mobile:active .O_L_M_drop {
    display:block;
}

.O_L_M_drop div#Online_Login {
    background: #005a84;
    padding: 1rem;
}

.login_mobile #Online_Login>a {
    color: #fff;
    height: auto !important;
    margin-top: 1rem;
    margin-bottom: .5rem;
}

.login_mobile input#SubmitNext,
.login_mobile input#SubmitNextMobile {
    background-color: #004d70 !important;
}

.search-join .nav-join-wrapper {
    background: #419639;
    /*display: flex;
    align-items: center;*/
    justify-content: center;
}

.mobile_nav_parts,
.mobile_nav_parts a {
    color: #fff !important;
    font-weight: bold;
    /*height: 3.5rem;*/
}
.mobile_nav_parts .login_mobile,
.mobile_nav_parts .nav-join-wrapper {
    padding: 20px 0;
}
.search-form-wrapper.mobile {
    position: relative;
    width: auto;
    flex: 1;
    padding: 0;
}

.small-6.cell.search-join>* {
    flex: 1;
}

.sb-search {
    /*position: absolute;
    right: 2vw;*/
    position: relative;
    width: 100%;
    height: 1.875;
    top: -1rem;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.sb-search-input {
    background-color: transparent;
    border: none;
    color: #262626;
    font-size: 1rem;
    height: 0px;
    line-height: 1rem;
    margin: 0;
    width: 92vw;
    outline: none;
    position: absolute;
    right: 2vw;
    right: -0.5rem;
    z-index: 10;
    padding:0px;
}
.sb-search-input::-webkit-input-placeholder,
.sb-search-input:-moz-placeholder,
.sb-search-input::-moz-placeholder,
.sb-search-input:-ms-input-placeholder {
    color: #262626;
}
.search-icon,
.sb-search-submit  {
    display: block;
    position: absolute;
    right: 2vw;
    right: -0.5rem;
    margin: 0;
    text-align: center;
    cursor: pointer;
    width: inherit;
}
.sb-search-submit {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}
.search-icon {
    background: transparent;
    z-index: 90;
    font-size: 1.5rem;
    font-family: 'FontAwesome';
    speak: none;
    margin-top: .25rem;
}
.search-icon:before {
    font-family:'FontAwesome';
    content: "\f002";
}
.sb-search.sb-search-open,
.no-js .sb-search {
    /*width: 200px;*/
}
.sb-search.sb-search-open .sb-search-input,
.sb-search.sb-search-open .search-icon {
    background: #ffffff;
    color: #262626;
    z-index: 11;
}
.sb-search.sb-search-open .sb-search-input {
    height: 1.875rem;
    height: 2rem;
    padding: .25rem .5rem;
}

.no-js .sb-search .search-icon {
    color: #262626;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}
.sb-search-form input:focus {
    border: none !important;
    outline: 0;
}


/** =============== FOOTER
========================**/

#soc_med {
    display: flex;
    justify-content: center;
}

#soc_med>a>svg {
    font-size: 4rem;
    color: #f58026;
    margin: 0 .5rem;
    -webkit-transition: color .2s;
    transition: color .2s;
}

#soc_med>a:hover>svg {
    color: #d06d20;
}

section#footer_info {
    background: #005a84;
    color: #fff;
    margin-bottom: 0;
}

.bot-inner-footer>* {
    align-content: center;
}

img.ehl {
    width: 4rem;
}

.bottom_foot {
    display: flex;
    align-items: center;
    height: 8rem;
}

.bottom_foot a {
    color: #fff !important;
    text-decoration: underline;
}

.bottom_foot a:hover,
ul.contact_list a:hover {
    text-decoration: underline;
}

.bottom_foot {
    justify-content: flex-end;
}

.top-inner-footer>* {
    flex: 1;
}

.cell.mid {
    text-align: center;
    flex-direction: column;
    display: flex;
}

.cell.end {
    display: flex;
    justify-content: flex-end;
}

span.order_chex {
    margin-top: .25rem;
}

.order_chex>a {
    font-weight: bold;
    text-decoration: underline;
    color: #fff !important;
}

.cell.end ul {
    list-style: none;
    text-align: right;
}

.rout_number {
    font-weight: bold;
}

ul.contact_list a {
    color: #fff !important;
}

.top-inner-footer.grid-x {
    padding-top: 3rem;
}

.foot_search {
    margin-top: 5rem;
}

.foot_search label {
    width: 100%;
}

.foot_search input.search-field {
    margin: 0;
}

.foot_search input.search-submit-nav {
    width: 5rem;
    height: 5rem;
}

.foot_search input.search-field {
    margin: 0;
    height: 5rem;
    font-size: 2rem;
}

.foot_search form.search-form:after {
    content: "\f179";
    position: absolute;
    display: inline-block;
    width: 5rem;
    height: 5rem;
    font-size: 3rem;
    line-height: 5.25rem;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    right: 0rem;
}




.foot_search fieldset label {
    width: 100%;
}

.foot_search fieldset input.search-field {
    margin: 0;
}

.foot_search fieldset input.search-submit-nav {
    width: 5rem;
    height: 5rem;
}

.foot_search fieldset input.search-field {
    margin: 0;
    height: 5rem;
    font-size: 2rem;
    padding-left: 1.25rem;
}

.foot_search form.search-forms fieldset:after  {
    content: "\f179";
    position: absolute;
    display: inline-block;
    width: 5rem;
    height: 5rem;
    font-size: 3rem;
    line-height: 5.25rem;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    right: 0rem;
    top: 0;
}

form.search-forms fieldset {
    display: flex;
    position: relative;
    background: #d06d20 !important;
}

form.search-forms fieldset {
    flex: 1;
}

form.search-forms fieldset div {
    display: flex;
    flex: 1;
}

.search-form-wrapper fieldset {
    width: 18rem;
    background: #d06d20;
    padding: .5rem 1rem;
}





@media screen and (max-width:  1023px) {

/* footer  */
.top-inner-footer.grid-x {
    flex-direction: column;
}

.cell.first>img {
    margin: 0 auto;
    display: block;
}

.cell.mid {
    margin: 2rem 0;
}

.cell.end {
    display: flex;
    justify-content: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 100vw;
    margin-left: -.625rem;
}

.cell.end ul {
    text-align: left;
    margin: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: .875rem 0;
}

ul.addres {
    border-right: 1px solid #fff;
}

.bottom_foot {
    justify-content: center;
}

.thisone {
    display: none;
}

.bottom_foot>div br {
    display: block !important;
}

.bottom_foot {
    height: auto;
}

.large-8.cell.bottom_foot {
    margin: 2rem 0;
}

.large-4.cell.bottom_foot {
    margin: 1rem 0 4rem;
}


}



/*====== HOMEPAGE STYLES
==========================*/

header h2 {
    text-align: center;
    color: #4b4b4b;
    font-weight: bold;
}

.home section header h2,
.home section header h1{
    margin-bottom: 2rem;
    font-size: 2.5rem;
}


/* HERO SECTION */

section#hero-section {
    margin-top: 0;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    margin: 7rem 0 9rem;
}

.hero-copy h1 {
    color: #f58026;
    font-size: 4.688rem;
    font-weight: bold;
    line-height: 1.125;
}

span.hero-sub-text {
    color: #4b4b4b;
    font-size: 1.25rem;
    margin: 2rem 0 1.5rem;
}

a.hero-link {
    /*color: #005a84;*/
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: bold;
}

.hero-link span.dashicons.dashicons-arrow-right-alt2 {
    line-height: 1.25;
    font-size: 1.5rem;
}
/* Special SEO exception */
.page-id-5 .hero-copy h1 {
    color: #4b4b4b;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 1rem;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}
.page-id-5 .hero-copy .hero.h2 {
    color: #f58026;
    font-size: 4.688rem;
    font-weight: bold;
    line-height: 1.125;    
}
/* OPTIONS SLIDER */

.slider-wrapper {
    margin: 0 4rem;
}

.home section header h1 {
	text-align: center;
}

header.slider-options-header h2,
.home section header h1{
    text-align: center;
    color: #4b4b4b;
    font-weight: bold;
}

.slider-wrapper .owl-item {
    border-left: 1px solid #d7d7d7;
}

.slider-wrapper span.dashicons.dashicons-arrow-right-alt2 {
    color: #005a84;
    margin-top: 1px;
    margin-top: .0625rem;
}

.slide>a {
    /*display: flex;
    justify-content: center;*/
    text-align: center;
    margin: 0 2rem;
    display:block;
    /*flex: 1;
    flex-direction: column;
    align-items: center;*/
}

.slide h3 {
    color: #005a84;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    margin: 1.5rem 0 .25rem 0;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.slide:hover h3 {
    color: #f58026;
}

img.slide_icon,
.slide>svg,
.slide>a>svg  {
    width: 100%;
    max-width: 5.5rem;
    margin: 0 auto;
    display: block;
}

p.slide-text {
    line-height: 1.5;
    color: #000;
}

p.slide-text span.dashicons.dashicons-arrow-right-alt2 {
    font-size: 1rem;
    height: 1rem;
    margin-top: 0.375rem;
}

.slider-wrapper .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

span.dashicons.slider-nav.dashicons-arrow-right-alt2,
span.dashicons.slider-nav.dashicons-arrow-left-alt2 {
    position: absolute;
    color: #005a84;
    font-size: 3rem;
    height: 3rem;
    width: 3rem;
}

span.dashicons.slider-nav.dashicons-arrow-right-alt2 {
    right: -3.5rem;
}

span.dashicons.slider-nav.dashicons-arrow-left-alt2 {
    left: -3.5rem;
}

.cls-1 {
    fill: #fff;
}

.cls-2 {
    fill:#fff;
    -webkit-transition: fill .2s; /* Safari */
    transition: fill .2s;
}

.cls-3 {
    fill: #005a84;
}

.cls-2a {
    fill: none;
    stroke: #005984;
    stroke-width: 11;
    stroke-miterlimit: 10;
}

.slide:hover {
    cursor: pointer;
}

.product_wrapper:hover .cls-2,
.slide:hover .cls-2 {
    fill:#f48024;
}


.st0 {
    fill:#F58025;
}

.st1 {
    fill:#005984;
}


/* unbeatable rates */

.rate-1 .rates_wrapper,
.rate-1 .starting,
.rate-4 .rates_wrapper,
.rate-4 .starting {
    background: #005a84;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.rate-1 a.rate_link_wrapper:hover .rates_wrapper,
.rate-1 a.rate_link_wrapper:hover .starting,
.rate-4 a.rate_link_wrapper:hover .rates_wrapper,
.rate-4 a.rate_link_wrapper:hover .starting {
    background: #014c6e;
}

.rate-2 .rates_wrapper,
.rate-2 .starting {
    background: #f58026;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.rate-2 a.rate_link_wrapper:hover .rates_wrapper,
.rate-2 a.rate_link_wrapper:hover .starting {
    background: #d06d20;
}

.rate-3 .rates_wrapper,
.rate-3 .starting {
    background: #419639;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.rate-3 a.rate_link_wrapper:hover .rates_wrapper,
.rate-3 a.rate_link_wrapper:hover .starting {
    background: #368131;
}

.starting {
    padding: 0 0.5rem;
    font-size: 1.375rem;
    color: #fff;
    background: inherit;
}

.cell.large-4.rate-2,
.cell.large-4.rate-1  {
    padding-right: 2px;
}

.rates_wrapper {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 1.75rem 3rem;
    align-items: stretch;
    text-align: center;
}

.white_bg_line{
    position: relative;
    z-index: 1;
    margin: .5rem 0;
}

.white_bg_line:before {
    border-top: 1px solid #fff;
    content:"";
    margin: 0 auto;
    position: absolute;
    top: 50%; left: 0; right: 0; bottom: 0;
    width: 95%;
    z-index: -1;
}


.percent_wrapper {
    display: flex;
    justify-content: center;
}

.percantage {
    display: flex;
    flex-direction: column;
}

.rate-title {
    font-size: 1.75rem;
    font-weight: bold;
    background: inherit;
}

.rate_number {
    font-size: 9rem;
    font-size: 7rem;
    line-height: 9rem;
    line-height: 7rem;
    font-weight: bold;
    color: #fff;
    background: inherit;
}

span.apr {
    font-size: 2.25rem;
    font-size: 1.75rem;
    line-height: 2.25rem;
    line-height: 1.75rem;
    color: #fff;
    background: inherit;
}

span.apr>sup {
    font-size: 1.25rem;
    top: -1rem;
    color: #fff;
    background: inherit;
}

span.percent {
    font-size: 5rem;
    font-size: 4rem;
    line-height: 6rem;
    line-height: 5rem;
    color: #fff;
    background: inherit;
}

.rate_link {
    color: #fff !important;
    background: inherit;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin: 1rem 0;
}

.rate_link span.dashicons.dashicons-arrow-right-alt2 {
    line-height: 1.25rem;
    font-size: 1.375rem;
}

.rate_link_wrapper {
    color: #fff !important;
}


/* giving year */

.stats_wrapper {
    margin: 0 4rem;
}

.border {
    border: 1px solid #d7d7d7;
    /*display: flex;
    flex-direction: column;
    align-items: center;*/
    margin: .5rem;
    padding: 3rem;
    text-align: center;
}

.stat_amount {
    font-size: 10rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
}

.stat_amount.amt_1,
.stat_amount.amt_4 { color: #005a84; }

.stat_amount.amt_2 { color: #f58026; }

.stat_amount.amt_3 { color: #419639; }

.stats_wrapper .cell.large-3:last-child .amt_1:before,
.stats_wrapper .cell.large-3:last-child .amt_1:after {
    display: inline-block;
    position: absolute;
}

.cell.large-3 .amt_4:before {
    content: "$";
    font-size: 5rem;
    position: absolute;
    top: 1rem;
    left: -2.5rem;
}

.cell.large-3 .amt_4:after {
    content: "K";
    font-size: 4.5rem;
    bottom: .5rem;
}

span.stat_purpose {
    font-size: 1.375rem;
    color: #4b4b4b;
    line-height: 1.125;
    display:block;
}

.aowl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 41%;
}

.aowl-carousel span.dashicons.slider-nav.dashicons-arrow-right-alt2,
.aowl-carousel span.dashicons.slider-nav.dashicons-arrow-left-alt2 {
    color: #419639;
}




/* featured section */

#featured {
    background: #f5f5f5;
    margin-bottom: .5rem;
}

.fll-ht {
    display:flex;
}

.featured_text_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 2rem;
    flex: 1;
}

.featured_text_wrapper h3 {
    font-size: 2.625rem;
    font-weight: bold;
    color: #4b4b4b;
    margin-bottom: 1.5rem;
    line-height: 1.125;
}

.featured_text_wrapper a {
    /*color: #419639;*/
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
}

.featured_text_wrapper a>span {
    font-size: 1.5rem;
    line-height: 1.375;
}

.featured_img_wrapper>img {
    width: 100%;
}





/* services and testimonials slider */

section#post-obj {
    background: #f58026;
    padding: 4rem 0;
    margin-top: .5rem;
}

.page-template-page-product-list section#post-obj,
.page-template-page-template-b section#post-obj {
    margin-bottom: -2.5rem;
}

#post-obj .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
}

.tst_img_wrapper {
    flex: 1;
    padding-right: .5rem;
}

.tst_caption {
    background: #fff;
    padding: 2rem;
    flex: 2.75;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tst_caption a,
.test_title {
    text-transform: uppercase;
    font-weight: bold;
}

span.test_title {
    font-size: 1.125rem;
    color: #f58026;
    background: #fff !important;
}

.tst_caption a {
    /*color: #005a84;*/
    font-size: 1.25rem;
}

.tst_caption a span {
    font-size: 1.5rem;
    line-height: 1.875rem;
}

.tst_caption a.excerpt-read-more {
    margin-bottom: 0;
}

#post-obj .owl-dots {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 2rem 1.5rem;
    width: 20%;
    right:0;
}

#post-obj .owl-dot span {
    background: #e1e1e1;
    height: .75rem;
    width: .75rem;
    display: block;
    margin-left: .25rem;
}

#post-obj .owl-dot.active span {
    background: #005a84;
}

span.test_copy {
    color: #4b4b4b;
    font-size: 1.125rem;
    margin: 1rem 0px;
}

.chowl-carousel span.test_copy {
    margin: 1.25rem 4rem;
    position: relative;
}

.chowl-carousel span.test_copy:before {
    display: block;
    content: ' ';
    background-image: url('../../../../uploads/2018/03/open-quote.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 60px;
    max-width: 60px;
    position: absolute;
    left: -4rem;
    top: 0;
}

.chowl-carousel span.test_copy:after {
    display: block;
    content: ' ';
    background-image: url('../../../../uploads/2018/03/close-quotes.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 60px;
    max-width: 60px;
    position: absolute;
    right: -4rem;
    top: 0;
}


.bowl-carousel {
    margin-bottom: 2rem;
}


.test_copy h3 {
    font-weight: bold;
    font-size: 1.875rem;
}

.owl-carousel.owl-drag .owl-item,
.owl-stage {
    display: block;
}


/* ======= general pages
=======================*/

div#hero-img {
    background-size: cover;
    background-position: center center;
}

.general {
    margin-top: 0;
    height: 26.25rem;
}

#hero-img.general .hero-sub-text {
    color: #f58026;
    font-size: 2.8125rem;
    font-weight: bold;
    line-height: 1.125;
    margin: .5rem 0;
}

#hero-img.general .hero-copy h1,
#hero-img.general .hero-copy h2.h1.seo {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #005a84 !important;
}

@media screen and (max-width: 1023px){
    #hero-img.general .hero-copy h1,
    #hero-img.general .hero-copy h2.h1.seo,
    .page-id-5 .hero-copy .hero.h2 {
        font-size: 2.813rem;
        margin-bottom: 0;

    }
}
@media screen and (max-width: 768px){
    .hero-img .hero-copy h1,
    .page-id-5 .hero-copy .hero.h2 {
        margin-bottom: 30px;
    }
}
.content {
    margin-top: 4rem;
}

.page-id-83 .content {
    margin-top: 1rem;
}


/* template d */
.page-template-page-template-d .content article,
.page-template-default .content article  {
    padding-right: 6rem;
}

.page-template-page-template-d .content article section,
.page-template-default .content article section {
    margin-top: 0;
    margin-bottom: 6rem;
}

.page-template-page-template-d .content article a,
.page-template-page-template-b .accordion-content a,
.page-template-page-template-b1 .accordion-content a,
.page .content article a,
.post-template-default .content article a {
    color: #f58026;
    font-weight: bold;
    text-decoration: underline;
}


.page-template-page-template-d .content article a:hover,
.page-template-page-template-b .accordion-content a:hover,
.page-template-page-template-b1 .accordion-content a:hover,
.page .content article a:hover,
.post-template-default .content article a:hover {
  color: #d06d20;
  color:#419639;
}

.svg-inline--fa.fa-file-pdf.fa-w-12 {
    font-size: 1.25rem;
}

section.entry-content ul li {
    position: relative;
    list-style: none;
}

section.entry-content ul li:before {
    background: #005a84;
    position: absolute;
    left: -1.25rem;
    width: .625rem;
    background-size: .75rem .75rem;
    height: .625rem;
    content: ' ';
    top: 0.375rem;
}

section.entry-content ul li ul li:before {
  background: transparent;
  border: 2px solid #005a84;
}

.page-template-template-full-width section.entry-content {
    margin-bottom: 6rem;
}

.neg-marg {
  margin-top: -7rem;
  margin-bottom: 9rem;
}

/* ========== side bar
====================*/

#sidebar1 {
  margin-bottom: 6rem;
}


#gform_fields_1 li.gfield {
    padding-right: 0px;
}

.gform_wrapper .top_label .gfield_label {
    display: none !important;
}

.gform_wrapper.gf_browser_chrome select,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: .75rem !important;
    height: 3rem !important;
}

div#gform_wrapper_1,
div#gform_wrapper_2,
div#gform_wrapper_3 {
    background: #f7f7f7;
    padding: 1.75rem;
    margin-top: 0;
}

.gform_confirmation_wrapper {
    background: #f7f7f7;
    padding: 1.75rem;
    margin-top: 0;
}

.sidebar_form h3 {
    margin: 0;
    background: #419639;
    color: #fff;
    padding: 1.75rem;
    font-weight: bold;
    line-height: 1;
    font-size: 1.375rem;
}

input#gform_submit_button_1,
button#gform_submit_button_1,
input#gform_submit_button_2,
button#gform_submit_button_2,
input#gform_submit_button_3,
button#gform_submit_button_3,
input#gform_submit_button_4,
button#gform_submit_button_4,
input#gform_submit_button_5,
button#gform_submit_button_5 {
    background: #005a84;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 1rem;
    padding: .5rem 2rem;
}

/*#gform_wrapper_1 .gform_footer.top_label,*/
#gform_wrapper_2 .gform_footer.top_label,
#gform_wrapper_3 .gform_footer.top_label {
    display: flex;
    justify-content: flex-end;
}

#gform_wrapper_1 span.gform_description,
#gform_wrapper_2 span.gform_description,
#gform_wrapper_3 span.gform_description  {
    font-size: 1.125rem;
    color: #4b4b4b;
}

select#input_1_7 {
    background: #419639 url(../../../../../../ncu.aw-develop.com/wp-content/themes/JointsWP-CSS-master/assets/images/arrow-down-wht.png) 97% 50% no-repeat;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    float: left;
    border: none;
}


ul#gform_fields_4 li:before {
    display: none;
}

header#overdraft_header {
    margin-top: 5rem;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
    margin: .5rem !important;
}


ul#input_2_5>li label {
    font-size: 1.125rem;
    color: #4b4b4b !IMPORTANT;
}

.ginput_container.ginput_container_radio {
    margin-top: 0 !important;
}

.disc_copy {
    font-size: 0.875rem;
    margin-top: 2rem;
}



/* ============ RATES LANDING PAGE
============================*/

#rates_page {
    margin: 3rem 0 6rem;
}

#rates_page .accordion-content {
    padding: 0;
    color: #4b4b4b;
    border:none;
}

#rates_page .accordion li {
    margin-bottom: .5rem;
}

.page-template-page-template-b #rates_page li.accordion-item,
.page-template-page-template-b1 #rates_page li.accordion-item {
    margin-bottom: .5rem;
}

#rates_page .accordion-content H4 {
    background: #e7e7e7;
    padding: 1.5rem 2rem;
    font-weight: bold;
    color: #4b4b4b;
    font-size: 1.375rem;
    margin-bottom: 0;
}

#rates_page .accordion-title {
    background: #005a84;
    color: #fff;
    font-size: 1.375rem;
    font-weight: bold;
    border: 0;
    padding: 1.5rem 2rem;
}

.accordion-title::before {
    top: 16%;
    right: 2rem;
    font-size: 2.5rem;
    margin-top: 0;
}

#rates_page .is-active .accordion-title {
    background: #f58026;
}

#rates_page .is-active .accordion-title:hover {
    background: #d06d20;
}

#rates_page .rates_info_content {
    padding: 2rem;
    background: #f7f7f7;
}

.page-id-1214 a.rates_drop,
.page-id-13 a.rates_drop,
.page-id-77 a.rates_drop,
.page-id-11 a.rates_drop,
#rates_page a.rates_drop {
    background: #419639;
    width: auto;
    color: #fff !important;
    font-weight: bold;
    padding: .5rem 1rem;
    max-width: 13rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .5rem;
    text-decoration: none !important;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.page-id-1214 a.rates_drop:hover,
.page-id-13 a.rates_drop:hover,
.page-id-77 a.rates_drop:hover,
.page-id-11 a.rates_drop:hover,
#rates_page a.rates_drop:hover {
    background: #f58026;
}

.page-id-133 a.rates_drop,
.page-id-127 a.rates_drop {
    display: none !important;
}

#rates_page table thead {
    background: #f8f8f8;
    color: #fff;
    text-transform: uppercase;
    background: #f58026;
    border-color: #f58026;
}

.fine_print_copy {
    font-size: .75rem;
}

#rates_page th {
    font-size: 0.9375rem;
}

#rates_page table tbody td,
#rates_page table thead th {
    padding: 1rem 0rem 1rem 2rem;
}


#rates_page table tbody tr {
    background: #fff !important;
    border-bottom: 1px solid #d7d7d7 !important;
}

.archive_body {
    font-size: 1.5625rem;
}

.archive_body>p {
    line-height: 1.5;
}

.more_prod_info {
    color: #005a84;
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
    /*display: flex;*/
    align-items: center;
}

p.product-text {
    line-height: 1.375;
    color:#4b4b4b;
}

section#products_list {
    margin-bottom: 8rem;
}

#rates_page .accordion-item li {
    list-style:none;
    position: relative;
}

#rates_page .accordion-item li:before {
    background: #005a84;
    position: absolute;
    left: -1.25rem;
    width: .625rem;
    background-size: .75rem .75rem;
    height: .625rem;
    content: ' ';
    top: 0.375rem;
}


/* =======PRODUCT INTRO PAGEs
==================== */

section#product_list_intro {
    background: #f9f9f9;
    padding: 3rem 0;
    margin-top: 0;
    background: linear-gradient(#fff, #f9f9f9);
}

.all_rates_link {
    margin-top: 4rem;
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
}

.all_rates_link a {
    display: flex;
    align-items: center;
}

.all_rates_link a  span.dashicons.dashicons-arrow-right-alt2 {
    font-size: 1.375rem;
}

#product_list_intro h2 {
    font-weight: bold;
    text-align: center;
    line-height: 1.25;
}

header#productos {
    justify-content: center;
    display: flex;
    margin-bottom: 3rem;
}

header#productos h2 {
    max-width: 47rem;
    line-height: 1.25;
}

.col_list {
    margin-top: 3rem;
    display:block;
    width: 100%;
}

.col_list ul {
    -moz-column-gap: 1.25rem;
    -webkit-column-gap:1.250rem;
    column-gap: 1.25rem;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}


section#product_list_intro li {
    list-style: none;
    font-size: 1.4375rem;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 2.5rem;
    padding-left: 3rem;	display:inline-block;
}

section#product_list_intro li:before {
  background-image: url(../../../../../../ncu.aw-develop.com/wp-content/uploads/2018/04/Checkmark.png);
  position: absolute;
  left: 0;
  width: 1.5rem;
  background-size: 1.5rem 1.5rem;
  height: 1.5rem;
  content: ' ';
  top: 0.375rem;
}

.col_list ul a {
    color: #f58026;
    font-weight: bold;
    text-decoration: underline;
}


.col_list ul a:hover {
  color: #419639;
}





/* ======= BANKING ON THE GO
===========================*/
.P_L_border {
border: 1px solid #d7d7d7;
}

/*.product_wrapper,*/
.P_L_border {
    /*border: 1px solid #d7d7d7;
   /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;*/
    margin: 1rem;
    padding: 3rem 2rem;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.product_wrapper.smalr {
    padding: 2rem 2rem;
}

.product_wrapper>svg {
    width: 8.125rem;
    display: inline-block;
    margin: 0 auto;
}

.product_wrapper h3 {
    font-size: 1.625rem;
    font-weight: bold;
    color: #4b4b4b;
}

/*a:hover .product_wrapper,
.product_wrapper:hover,
.P_L_border:hover, */
a:hover .P_L_border {
    background: #f6f6f6;
    cursor: pointer;
}

a:hover .product_wrapper .more_prod_info,
.product_wrapper:hover .more_prod_info,
a:hover .P_L_border .more_prod_info,
.P_L_border:hover .more_prod_info  {
    color: #419639;
}


.ora_bar {
    height: .5rem;
    background: #f58026;
    display: block;
    width: 6rem;
    margin: 3rem auto 2rem;
}

.ora_bar.smalr {
    margin: 1rem auto 1.5rem;
}



/* ==== EVENTS STYLES
================== */

.events-header.grid-x {
    font-size: 1.563rem;
    font-weight: bold;
    padding: 1.125rem 2rem;
}

.events-details.grid-x {
    padding: 1rem 2rem;
    border: 1px solid #d7d7d7;
    margin-bottom: 1rem;
}

.cell.auto.lrg-fnt {
    font-size: 1.563rem;
    display: flex;
    align-items: center;
}

.cell.auto.sec-cll a {
    font-size: 1.6563rem;
    text-decoration: none;
    line-height: 1.25;
}

.cell.auto.thrd-cll {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 1.25rem;
}

.cell.auto.thrd-cll a {
    color: #005a84;
    text-decoration: none;
    text-transform: uppercase;
}

.cell.auto.thrd-cll a:hover {
    color: #419639;
}

.cell.auto.thrd-cll a>span {
    font-size: 1.5rem;
    line-height: 2rem;
}





/* 404 and Search page */

.search {
    margin-top: 0;
    height: 22.5rem;
}


.search .cell.blog-grid {
    border: 0;
}


section.searches .foot_search {
    margin-top: 2rem;
}

section.searches {
    margin-bottom: 6rem;
}

article.content-not-found>.entry-content {
    margin-top: 0rem;
}


.rates_hero_wrapper {
    text-align: center;
    border: 1px solid #d7d7d7;
    color: #005a84;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    text-transform: uppercase;
    background: #fff;
}

span.rates_text {
    border-bottom: 1px solid #d7d7d7;
    padding: .5rem;
}

span.rates_terms {
    border-top: 1px solid #d7d7d7;
    padding: .5rem;
}

.rate_num {
    color: #f58026;
    font-size: 6.25rem;
    font-weight: bold;
}

.rate_percent_wrapper {
    display: flex;
    justify-content: center;
        padding: 0rem 2rem;
}


.rates_hero_wrapper span.apr {
    font-size: 1.75rem;
    line-height: 1.25rem;
    color: #f58026;
}

.rates_hero_wrapper span.percent {
    color: #f58026;
    font-size: 4rem;
    line-height: 4rem;
}

.rates_hero_wrapper .percantage {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.large-7.rates-part,
.large-5.rates-part {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.rate_percent_wrapper {
    display: flex;
    justify-content: center;
    padding: 0rem 2rem;
}

/* Chat test page*/
.page-template-page-template-chat-test .inner-content {
    min-height: 490px;
}
.page-template-page-template-chat-test .hero-copy {
    display: none;
}
.page-template-page-template-chat-test #tc-frame {
    left: 50%;
    top: 240px;
    transform: translate(-50%, 0%);
    z-index: 1;
    position: absolute;
}
.page-template-page-template-chat-test #hero-img {
    height: 700px;
}
.page-template-page-template-chat-test #gen_foot,
.page-template-page-template-chat-test #soc_med {
	display: none;
}
@media only screen and (min-width: 1025px) {
    .search-form-wrapper {
        width: fit-content;
		padding: .5rem;
    }
    #navbar-wrapper .sc-acsearch-hook {
        margin-bottom: 0;
		display: flex;
    }
    .top-bar .sc-acsearch-input {
        width: fit-content;
        min-width: 186px;
    }
    .foot_search .sc-acsearch-input {
        width: calc(100% - 56px);
    }
 .top-bar li.menu-item a {
		padding: .75rem !important;
	 font-size: 1rem !important;
	}
	
	.top-bar a.join-link span.dashicons.dashicons-arrow-right-alt2 {
    display: inline-block;
    font-size: 1rem;
    font-family: dashicons;
    text-decoration: inherit;
    position: relative;
    font-weight: 600;
    line-height: 1.5;
    top: -1px;
}

}
@media only screen and (min-width: 1024px) and (max-width: 1140px){
	.page-template-page-template-chat-test #tc-frame {
        top: 260px;
    }
}
@media only screen and (min-width: 640px) and (max-width: 1023px){
	.page-template-page-template-chat-test #tc-frame {
    	top: 220px;
	}
}
@media only screen and (min-width: 501px) and (max-width: 639px){
	.page-template-page-template-chat-test #tc-frame {
    	top: 125px;
	}
}
@media only screen and (max-width: 500px){
	.page-template-page-template-chat-test .off-canvas-content .content,
	.page-template-page-template-chat-test #footer_info {
		margin-top: 0;
	}
	.page-template-page-template-chat-test .inner-content {
    	min-height: 580px;
	} 
    .page-template-page-template-chat-test #tc-frame {
        top: 15%;
    }
    .page-template-page-template-chat-test #hero-img {
        height: 600px !important;
    } 
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	.page-template-page-template-chat-test .inner-content {
    	min-height: 530px;
	} 
	.page-template-page-template-chat-test #tc-frame {
        top: 215px;
    }
}
/* Silvercloud additions */
.silvercloud-wrapper-box a.browse {
    width: 100%;
    background-color: #005a84;
    color: white !important;
    font-weight: bold;
    padding: 10px;
    width: 150px;
    text-align: center;
    margin: 0 auto;
}
.silvercloud-wrapper-box a.browse:hover {
    background-color: #f58025;
}
#sb-search-updated {
    width: 100%;
}
#sb-search-updated .sc-acsearch-hook {
    margin: 20px auto;
}
#sb-search-updated .sc-acsearch-input {
    width: 75%;
}
@supports (-webkit-overflow-scrolling: touch) {
    #sb-search-updated .sc-acsearch-input {
        font-size: 16px;
    }
}
@media only screen and (max-width: 500px){
    #sb-search-updated .sc-acsearch-input {
        width: 95%;
        margin: 0 auto;
        display: block;
        margin-bottom: 5px;    
    }
}
/*
.search-form-wrapper.mobile .search-icon {
    top: 50%;
}
.search-form-wrapper.mobile .sb-search-input {
    visibility: hidden;
}
.search-form-wrapper.mobile .sb-search.sb-search-open .sb-search-input {
    visibility: visible;
    width: 80vw;
    height: 2rem !important;
    padding: .25rem .5rem !important;
    position: absolute !important;
    line-height: 1rem;
    top: 50%;
    right: 2.5rem;
}
.search-form-wrapper.mobile .sb-search.sb-search-open button {
    opacity: 1;
    right: -0.5rem;
    top: 100%;
    width: fit-content;
    transform: translateY(-35%) !important;
}
.search-form-wrapper-mobile .sb-search.sb-search-open .position-fix {
    left: -21.5rem;
    top: 240%;
    margin: 0;
}
@supports (-webkit-overflow-scrolling: touch) {
    .search-form-wrapper.mobile .sb-search .sb-search-input {
        font-size: 16px;
    }
    .search-form-wrapper.mobile .sb-search.sb-search-open button {
        right: -10px;
        width: 50px;
    }
}
*/
/* random general styling */


#gform_wrapper_4.gform_wrapper .top_label .gfield_label,
#gform_wrapper_5.gform_wrapper .top_label .gfield_label {
    color: #4b4b4b;
    display: block !important;
    font-weight: bold;
}





/* mobile styles */

@media screen and (max-width: 1366px) {
span.stat_amount {
    font-size: 8rem;
}
}

@media screen and ( max-width: 1200px ) {

.page-template-page-template-d .content article,
.page-template-default .content article {
    padding-right: 3rem;
}

}



@media only screen and ( max-width: 1200px ) and ( min-width: 1024px ) {

ul#menu-utility-nav-1 li a {
    padding: .7rem .75rem;
}

span.apr {
    font-size: 1.5rem;
    font-size: 1rem;
    line-height: 2.5rem;
    line-height: 2rem;
}

span.apr>sup {
    font-size: 1rem;
    top: -.5rem;
}

span.percent {
    font-size: 3rem;
    font-size: 2.5rem;
    line-height: 3.5rem;
    line-height: 3rem;
}

.rate_number {
    font-size: 7rem;
    font-size: 5rem;
    line-height: 6rem;
    line-height: 5rem;
}

span.stat_amount {
    font-size: 8rem;
}


#post-obj .owl-nav {
    top: 45%;
}

#post-obj span.dashicons.slider-nav.dashicons-arrow-left-alt2 {
    left: .25rem;
}

#post-obj span.dashicons.slider-nav.dashicons-arrow-right-alt2 {
    right: .25rem;
}

#post-obj span.dashicons.slider-nav.dashicons-arrow-right-alt2,
#post-obj span.dashicons.slider-nav.dashicons-arrow-left-alt2 {
    font-size: 1.5rem;
    line-height: 2rem;
    height: 2rem;
    width: 2rem;
    background: #e3e3e3c9;
    border-radius: 50%;
    -webkit-transition: color .2s;
    transition: color .2s;

}

#post-obj .owl-next:hover span.dashicons.slider-nav.dashicons-arrow-right-alt2,
#post-obj .owl-prev:hover span.dashicons.slider-nav.dashicons-arrow-left-alt2 {
    background: #005a84;
    color: #fff;
}



}



@media screen and ( max-width: 1170px ) and ( min-width: 1024px )  {

.cell.end {
    flex-direction: column;
}

.hero-copy {
    margin: 5rem 0;
}


}



@media screen and ( max-width: 1023px ) {

.page-template-page-template-d .content article,
.page-template-default .content article {
    padding-right: 0;
}

span.hero-sub-text {
    margin: 1.25rem 0 1.5rem;
}

.hero-copy {
    margin: 3rem 0 4rem;
}

.hero-copy h1 {
    font-size: 2.813rem;
    margin-bottom: 0;
}

.services_wrapper.grid-x,
.tstmnl_wrapper.grid-x {
    flex-direction: column;
}

.tst_img_wrapper {
    padding-right: 0;
    padding-bottom: .5rem;
}

.home section header h2,
.featured_text_wrapper h3,
.home section header h1{
    font-size: 1.875rem;
    line-height: 1.25;
}

span.rate-title {
    font-size: 1.5rem;
}

.starting {
    font-size: 1.25rem;
}

.rate_number {
    font-size: 8rem;
    line-height: 8rem;
}

.rates_wrapper {
    padding: 1rem 3rem;
}

a.rate_link {
    font-size: 1.125rem;
    margin: .5rem 0;
}

.white_bg_line {
    margin: 0;
}

.cell.large-4.rate-2 {
    margin: .25rem 0;
}

.cell.large-4.rate-2,
.cell.large-4.rate-1 {
    padding-right: 0;
}

section#featured>*>*,
div#featured>*>* {
    width: 100vw;
    margin-left: -.9375rem;
}

.featured_text_wrapper {
    padding: 2rem;
    text-align: center;
}

section#post-obj>.grid-container {
    margin: 0 2.5rem;
}

span.dashicons.slider-nav.dashicons-arrow-right-alt2 {
    right: -3rem;
}

span.dashicons.slider-nav.dashicons-arrow-left-alt2 {
    left: -3rem;
}

.tst_caption {
    text-align: center;
}

span.test_title {
    font-size: 0.9375rem;
    margin-bottom: .5rem;
}

span.test_copy h3 {
    font-size: 1.25rem;
}

.cell.tst_caption p {
    font-size: 1rem;
}

#post-obj .owl-dots {
    justify-content: center;
    position: relative;
    padding: 1.5rem 0;
    width: 100%;

}

.chowl-carousel span.test_copy {
    margin: 0;
    position: relative;
}

.chowl-carousel span.test_copy:after,
.chowl-carousel span.test_copy:before {
    display:none;
}

.cell.large-3 .amt_4:before {
    left: -1rem;
    font-size: 3rem;
}

.cell.large-3 .amt_4:after {
    font-size: 3.5rem;
}

.cell.tst_img_wrapper {
    min-height:275px;
    overflow: hidden;
    border-bottom: .25rem solid #f58026;
}


.col_list ul {
    -moz-column-gap: 1rem;
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

article.content-not-found,
.searchypoo main {
    padding-right: 0rem;
}



}


@media screen and (max-width:768px) {


/* home page */
div#hero-img {
    /*background-image: none !important;
    background-color: #efefef;*/
}

.slider-wrapper .owl-item {
    border-left: 0px;
}


/* prdocut intro page */
.page-template-page-products section.entry-content {
    margin-top: 0;
}

.col_list ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}



.rate_num {
    font-size: 4.25rem;
}

.rates_hero_wrapper .percantage {
    padding-left: .5rem;
}

.rates_hero_wrapper span.percent {
    font-size: 2rem;
    line-height: 2rem;
}

.rates_hero_wrapper span.apr {
    font-size: 1rem;
    line-height: 1.25rem;
}

span.apr>sup {
    font-size: 1rem;
    top: 0rem;
}

.large-7.rates-part {
    margin-bottom: 3rem;
    margin-top:-2rem;
}


}



@media screen and (max-width: 640px){

/* events updates */
.events-details.grid-x {
    padding: 1rem;
    border: 1px solid #d7d7d7;
    margin-bottom: 1rem;
}	
.hide-small
{
	display:none;
}
.cell.auto.lrg-fnt {
	font-size: 1rem;
	display: flex;
	font-weight:bold;
	align-items: center;
	margin:20px 0px;
}
.cell.auto.thrd-cll {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.25rem;
}


section#featured>*>*,
div#featured>*>* {
    margin-left: -.625rem;
}


#rates_page .accordion-title {
    padding: 1rem;
}

.accordion-title::before {
    right: 1.5rem;
    font-size: 2rem;
}



span.hero-sub-text.hide-for-small {
    display: none;
}


}


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

.mobile_nav_parts,
.mobile_nav_parts a {
    font-size: .9rem;
}

.mobile_nav_parts .dashicons,
.mobile_nav_parts .dashicons-before:before {
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
}

.search-join .nav-join-wrapper {
    flex: 4;
}

.search-icon {
    font-size: 1rem;
    margin-top: .5rem;
}


}





section.missing-search {
    margin-bottom: 6rem;
}


ul.first-sub.js-dropdown-active>li>ul>li>a:hover ,
.first-sub.js-dropdown-active li ul li.is-active>a,
.first-sub.js-dropdown-active li ul li.is-active>a:hover {
    color: #005A7D;
}

.off-canvas-wrapper ul.submenu>li>ul>li>ul>li a:hover {
    text-decoration: underline;
}

.search-results a.excerpt-read-more {
    display: none;
}

.search-results article .entry-content a,
.search-results article .entry-content p {
    color: #4b4b4b;
}

.search-results article a header>*,
.search-results a article header>* {
    color: #005a84;
}

.search-results article:hover header>* {
    color: #419639;
}

/* Overlays */
.ui-widget-overlay {
    background: #000;
    opacity: .3;
    filter: Alpha(Opacity=.3); /* support: IE8 */
}
.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
    background: #f58026;
    border: 0px;
    border-radius: 0;
    padding: 1rem;
}

.ui-dialog,
.ui-widget-content,
.ui-widget.ui-widget-content {
    color: #4b4b4b !important;
    padding: 0;
    border: 0;
}

.ui-dialog .ui-dialog-content,
.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    padding: 1rem;
}

.ui-dialog .medium-9.medium-centered.hide-for-small b {
    color: #005a84;
}

.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    border-top: 1px solid #ddd;
}

button.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
    right: 1rem;
}

#wpfront-notification-bar div.wpfront-close {
    background-color: #f5f5f5;
    color: #005a84;
    border: 0 !important;
}

iframe#tc-frame {
    z-index: 999;
}



.mobile_hero_copy.hide-for-large.hide-for-medium {
    background: #efefef;
    top: .25rem;
    position: relative;
    padding: 1rem;
}

.mobile_hero_copy a.hero-link {
    display: block;
    text-align: center;
    padding: 1rem;
}

.ada_button {
    background-color: #005a84 !important;
    position: fixed;
    top: 25.25rem;
    right: -4.725rem;
    display: block;
    width: 12rem;
    text-align: center;
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
   /*-webkit-font-smoothing: subpixel-antialiased;
    transform: translate3d(-10%, -50%, 0) scale(2, 2) rotate(-90deg);
    zoom: 0.5;
    -webkit-transform: translate3d(-10%, -50%, 0) scale(2, 2) rotate(-90deg);
    -webkit-zoom: 0.5;*/
}

.ada_button p {
    margin:0 !important;
}

.ada_button:hover{
    cursor:pointer;
}



li#next-esavings:before,
li#next-echecking:before,
li#next-auto-loan:before,
li#next-micro-line:before {
    display: block; 
    content: " "; 
    height: 4rem;
    margin-top: -4rem;   
    visibility: hidden; 
}



section#postcontent-find-unit .gr-border {
    color: #727272;
    border-color: #727272;
    border: 1px solid;
    padding: .25rem 1.5rem;
    margin-top: 2rem;
    font-weight: 700;
}


div#ui-datepicker-div {
    padding: 9px;
    background: #ffffff;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    box-shadow: 1px 2px 2px #cccccc;
}

.ui-datepicker-prev.ui-corner-all,
.ui-datepicker-next.ui-corner-all {
    margin-right: 1rem;
    color: #d40511;
    font-weight: bold;
}

.ui-datepicker-prev.ui-corner-all:hover,
.ui-datepicker-next.ui-corner-all:hover {
    color: #a3010b;
}


.colorbox6 #sgcboxMiddleLeft,
.colorbox6 #sgcboxMiddleRight,
.colorbox6 #sgcboxTopLeft,
.colorbox6 #sgcboxTopCenter,
.colorbox6 #sgcboxTopRight,
.colorbox6 #sgcboxBottomLeft,
.colorbox6 #sgcboxBottomCenter,
.colorbox6 #sgcboxBottomRight {
    display: none !important;
}

.inter_wrap {
    padding: 1rem;
}

.or-bar {
    background: #f58026;
    display: block;
    width: 100%;
    height: 3rem;
}

.inter_wrap a {
    font-weight: bold;
}



.colorbox6 #sgcboxContent {
    background: #fff;
    overflow: visible;
    margin: 0 auto;
    display: block;
    float: none !important;
}

img.bank-logos {
    margin: 1rem auto 4rem;
    display: block;
}

/* dropdown links */
.recent-drop {
    position: relative;
}


.recent-drop ul {
    list-style: none;
    position: absolute;
    padding: .5rem;
    top: 100%;
    visibility: hidden;
    right: 0;
    background: #005a84;
    min-width: 12rem;
    text-align: left;
}

.recent-drop ul.seent {
    visibility: visible;
}

ul.seent a {
    font-size: 1rem !important;
    text-transform: capitalize !important;
}

ul.seent li {
    padding: .25rem 1rem;
}

@media screen and (max-width: 768px) {
.colorbox6 #sgcboxContent {
    top: 3rem;
}

}

@media screen and (max-width: 480px) {

.colorbox6 #sgcboxContent,
#sgcboxLoadedContent {
    height: 88vh !important;
}

}




.excerpt-read-more {
display:block;
}

iframe {
    max-width: 100%;
}


h2.ceo-intro {
    text-align: center;
    margin-bottom: 4rem;
}

h2.ceo-intro a {
    color: #f58026;
    font-weight: bold;
    text-decoration: underline;
}

h2.ceo-intro a:hover {
    color:#419639;
}

.hero-img
{
	background-size: cover;
	background-position: center center;	
}
@media screen and (max-width: 768px) {
	.hero-img
	{
		background-size: cover;
		background-position: center center;	
	}
	.hero-img .hero-copy h1
	{
		margin-bottom: 30px;
	}
}

.ada_button
{
	z-index:50;
}

.login_mobile:hover .O_L_M_drop, .login_mobile:focus .O_L_M_drop, .login_mobile:active .O_L_M_drop
{
	z-index:50000;
}


/* CALCULATOR SHORTCODE STYLES */
.calculators .scale {
  max-height: 50%;
  display: flex;
	/*
  justify-content: center;
  align-items: center;
	*/
}

.calculators .calc_pres_logo {
  height: 35px;
  display: inline-block;
  float: left;
  margin: 20px 12px 0 25px;
}

.calculators input[type=currency] {
  border: none;
  text-align: center;
  float: center;
  margin: auto;
}

/* SLIDER */
.calculators input[type=range] {
  -webkit-appearance: none;
  /* margin: 2.6666666666666665em 0; */
  width: 100%;
 min-height:180px;
}
.calculators input[type=range]:focus {
  outline: none;
}
.calculators input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  background: #fff;
  border-top: 1px solid rgba(34,34,34,.08);
}
.calculators input[type=range]::-webkit-slider-thumb {
  height: 84px;
  width: 77px;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -60px;
  border-box: none;
  border: none;
  border-style: none;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzciIGhlaWdodD0iODQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICA8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kKSI+ICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTEuNzEyIDM3LjExMWM3LjA1LTcuMTE4IDcuMDUtMTguNjYgMC0yNS43NzYtNy4wNDYtNy4xMTMtMTguNDg4LTcuMTEzLTI1LjUzNSAwLTcuMDUgNy4xMTYtNy4wNSAxOC42NTcgMCAyNS43NzZMMzguOTQ1IDUwbDEyLjc2Ny0xMi44ODl6IiBmaWxsPSIjNDM5NjM5Ii8+ICA8L2c+ICA8ZGVmcz4gICAgPGZpbHRlciBpZD0iZmlsdGVyMF9kIiB4PSIuODkiIHk9IjAiIHdpZHRoPSI3Ni4xMSIgaGVpZ2h0PSI4NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPiAgICAgIDxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+ICAgICAgPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIi8+ICAgICAgPGZlT2Zmc2V0IGR5PSIxNCIvPiAgICAgIDxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEwIi8+ICAgICAgPGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwLjM1Mjk0MSAwIDAgMCAwIDAuNTE3NjQ3IDAgMCAwIDAuMjIgMCIvPiAgICAgIDxmZUJsZW5kIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvdyIvPiAgICAgIDxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvdyIgcmVzdWx0PSJzaGFwZSIvPiAgICA8L2ZpbHRlcj4gIDwvZGVmcz48L3N2Zz4=) no-repeat;
}
.calculators input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}
.calculators input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  background: #222222;
  opacity: .2;
  border: 0px solid #222222;
}
.calculators input[type=range]::-moz-range-thumb {
  border: 0px solid #ffffff;
  height: 124px;
  width: 77px;
  border-radius: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzciIGhlaWdodD0iODQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICA8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kKSI+ICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTEuNzEyIDM3LjExMWM3LjA1LTcuMTE4IDcuMDUtMTguNjYgMC0yNS43NzYtNy4wNDYtNy4xMTMtMTguNDg4LTcuMTEzLTI1LjUzNSAwLTcuMDUgNy4xMTYtNy4wNSAxOC42NTcgMCAyNS43NzZMMzguOTQ1IDUwbDEyLjc2Ny0xMi44ODl6IiBmaWxsPSIjNDM5NjM5Ii8+ICA8L2c+ICA8ZGVmcz4gICAgPGZpbHRlciBpZD0iZmlsdGVyMF9kIiB4PSIuODkiIHk9IjAiIHdpZHRoPSI3Ni4xMSIgaGVpZ2h0PSI4NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPiAgICAgIDxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+ICAgICAgPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIi8+ICAgICAgPGZlT2Zmc2V0IGR5PSIxNCIvPiAgICAgIDxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEwIi8+ICAgICAgPGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwLjM1Mjk0MSAwIDAgMCAwIDAuNTE3NjQ3IDAgMCAwIDAuMjIgMCIvPiAgICAgIDxmZUJsZW5kIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvdyIvPiAgICAgIDxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvdyIgcmVzdWx0PSJzaGFwZSIvPiAgICA8L2ZpbHRlcj4gIDwvZGVmcz48L3N2Zz4=) no-repeat;
  cursor: pointer;
}
.calculators input[type=range]::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}
.calculators input[type=range]::-ms-fill-lower {
  background: rgba(34,34,34,.3);
  border: 0px solid #222222;
  border-radius: 0px;
}
.calculators input[type=range]::-ms-fill-upper {
  background: rgba(34,34,34,.3);
  border: 0px solid #222222;
  border-radius: 0px;
}
.calculators input[type=range]::-ms-thumb {
  border: 0px solid #222222;
  margin-top: -56px;
  height: 84px;
  width: 77px;
  border-radius: 0px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzciIGhlaWdodD0iODQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICA8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kKSI+ICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTEuNzEyIDM3LjExMWM3LjA1LTcuMTE4IDcuMDUtMTguNjYgMC0yNS43NzYtNy4wNDYtNy4xMTMtMTguNDg4LTcuMTEzLTI1LjUzNSAwLTcuMDUgNy4xMTYtNy4wNSAxOC42NTcgMCAyNS43NzZMMzguOTQ1IDUwbDEyLjc2Ny0xMi44ODl6IiBmaWxsPSIjNDM5NjM5Ii8+ICA8L2c+ICA8ZGVmcz4gICAgPGZpbHRlciBpZD0iZmlsdGVyMF9kIiB4PSIuODkiIHk9IjAiIHdpZHRoPSI3Ni4xMSIgaGVpZ2h0PSI4NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPiAgICAgIDxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+ICAgICAgPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIi8+ICAgICAgPGZlT2Zmc2V0IGR5PSIxNCIvPiAgICAgIDxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEwIi8+ICAgICAgPGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwLjM1Mjk0MSAwIDAgMCAwIDAuNTE3NjQ3IDAgMCAwIDAuMjIgMCIvPiAgICAgIDxmZUJsZW5kIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvdyIvPiAgICAgIDxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvdyIgcmVzdWx0PSJzaGFwZSIvPiAgICA8L2ZpbHRlcj4gIDwvZGVmcz48L3N2Zz4=) no-repeat;
  cursor: pointer;
}

/* ~~~~~~~ RADIO ~~~~~~~~ */
.calculators .button {
		width: 327px;
		height: 84px;
		left: 24px;
		top: 378px;
		border: 1px solid rgba(34,34,34,0.1);
		box-sizing: border-box;
		border-radius: 8px;
    padding: 12px 24px;
    font-size: 30px;
    line-height: 25px;
    text-align: left;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.calculators .button span {
	font-size: 15px;
	opacity: 0.3;
}
.calculators .commission__option {
	width: 327px;
	font-size: 30px;
	line-height: .8;
	font-weight: 500;
}
.calculators .commission__option span span{
	opacity: 0.3;
	font-size: 15px;
}

.calculators .inline1 {
	float: left;
	width: 90%;
}
.calculators .inline2 {
	float: left;
	width: 10%;
}

.calculators .commission__option {
	display: flex;
	position: relative;
	box-sizing: border-box;
	height: 2.8em;
	margin: 6px 24px;
	border-radius: 8px;
	border: 1px solid rgba(34,34,34,.1);
	padding: 0 24px;
	cursor: pointer;
	user-select: none;
}
.calculators .commission__option > span {
	align-self: center;
}
.calculators .commission__option > input {
	opacity: 0;
	z-index: 20;
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translate(-50%, -50%);
}
.calculators .commission__option:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
/** 
 * check box styling
 */
.calculators .commission__option::after {
	position: absolute;
	box-sizing: border-box;
	top: 50%;
	right: 24px;
	transform: translate(0%, -50%);
	border-radius: 50%;
	height: 30px;
	width: 30px;
	content: '';
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.calculators .commission__option:not(.checked):hover::after {
	background-color: rgba(89, 212, 212, .33);
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICA8cGF0aCBkPSJNMTMuNjE3LjA2YTE1LjAwNSAxNS4wMDUgMCAwMC0xMy42MSAxNS40IDE1LjAxIDE1LjAxIDAgMDA0LjM4NyAxMC4xNDYgMTUuMDA2IDE1LjAwNiAwIDAwMjUuNTQ2LTkuMjIzIDE1LjA1IDE1LjA1IDAgMDAtNC4zNDYtMTEuOTc3QTE1LjA1IDE1LjA1IDAgMDAxMy42MTcuMDZ6bTkuNDQgMTEuNTdsLTguODkgOC43OTdjLS41NTQuNTQtMS40MzkuNTQtMS45OTMgMGwtNS4yNC01LjAwNWExLjQzIDEuNDMgMCAxMTEuOTgyLTIuMDYzbDQuMjMgNC4wNTcgNy45MTUtNy44MmExLjQyOSAxLjQyOSAwIDAxMi4wMDggMi4wMzRoLS4wMTF6IiBmaWxsPSIjNDM5NjM5Ii8+PC9zdmc+);
  opacity: .4;
	border: none;
}
.calculators .commission__option.checked::after {
	background-color: rgba(89, 212, 212, 1);
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICA8cGF0aCBkPSJNMTMuNjE3LjA2YTE1LjAwNSAxNS4wMDUgMCAwMC0xMy42MSAxNS40IDE1LjAxIDE1LjAxIDAgMDA0LjM4NyAxMC4xNDYgMTUuMDA2IDE1LjAwNiAwIDAwMjUuNTQ2LTkuMjIzIDE1LjA1IDE1LjA1IDAgMDAtNC4zNDYtMTEuOTc3QTE1LjA1IDE1LjA1IDAgMDAxMy42MTcuMDZ6bTkuNDQgMTEuNTdsLTguODkgOC43OTdjLS41NTQuNTQtMS40MzkuNTQtMS45OTMgMGwtNS4yNC01LjAwNWExLjQzIDEuNDMgMCAxMTEuOTgyLTIuMDYzbDQuMjMgNC4wNTcgNy45MTUtNy44MmExLjQyOSAxLjQyOSAwIDAxMi4wMDggMi4wMzRoLS4wMTF6IiBmaWxsPSIjNDM5NjM5Ii8+PC9zdmc+);
	border: none;
}
/* CALCULATOR */
.calculators .calculator__wrapper {
    width: 25em;
		 /* height: 44em; */
		border-radius: 20px;
    margin: 20px auto 0;
		font-family: "Helvetica", "Helvetica Neue", "cabin", Arial, sans-serif;
		color: #222;
		background-color: #fff;
	  overflow: hidden;
    box-shadow: 0 12px 48px -8px rgba(0,0,0,0.7);
	border:solid 1px #ddd;
}
.calculators [draggable=true] {
  cursor: move;
}
.calculators .calc-subhead {
  font-size: 12px;
  color: rgba(34,34,34,.3);
  float: left;
  font-size: 13px;
  line-height: 25px;
  font-style: none;
  color: #222;
  opacity: .5;
  font-weight: 400;
}
.calculators .calculator__wrapper__title {
  text-transform: capitalize;
	font-size: inherit;
	padding: 20px 0 35px 30px;
  font-weight: 500;
}
.calculators h1 {
	font-weight: 500;
	font-size: inherit;
}

.calculators .calculator__row, .calculator__row2 {
    margin-top: 39px;
}
.calculators .center {
	margin-top: 29px;
	display: flex;
  justify-content: center;
  align-items: center; 
  text-align: center;
}
.calculators .left {
	padding: 100px 0 0 24px;
}
.calculators .adjust-middle {
	padding: 0 0 40px 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CASH REWARD TOTAL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.calculators .calculator__row label, .calculators .calculator__row2 label {
    text-transform: capitalize;
    font-weight: medium;
    background: none;
    border: none;
    color: #fff;
    padding: 0;
    height: auto;
    margin: 0;
    box-shadow: none;
}

.calculators .calculator__price, .calculators .calculator__price2 {
	text-align: left;
	float: left;
}

.calculators .hint-icon, .calculators .hint-icon2 {
	background: #005a84;
	border: none;
  position: relative;
  z-index: 10;
  transition: z-index 0s ease-out 0.5s;
	
}
.calculators .hint-icon > svg, .calculators .hint-icon2 > svg {
  cursor: pointer;
	height:14px;
}
.calculators .hint-icon.show, .calculators .hint-icon2.show2 {
  z-index: 0;
  transition: z-index 0s ease-out 0s;
}
.calculators .calculator__info, .calculators .calculator__info2 {
  	text-transform: capitalize;
  	margin: 40px 0 0 20px;
}
.calculators .calculator__result, .calculators .calculator__result2 {
		margin: 5px 0 0 20px;
		font-size: 30px;
}
.calculators .price-amount, .calculators .price-amount2 {
		font-size: 30px;
		text-align: center;
}
.calculators .price, .calculators .price2 {
		opacity: .3;
		text-align: center;
		width: 100%;
		margin: 0 0 6px 0;
}
.calculators .flex {
  display: flex;
  float: left;
}
.calculators .numberline {
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  color: rgba(34,34,34,.3);
  text-align: justify;
  text-align-last: justify;
  width: 327px;
  margin: -30px -24px 0 24px;
  display: block;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
  float: left;
}
.calculators .numberline:after {
	content: "";
	display: inline-block;
	width: 327px;
}

/* INFO */
.calculators .card {
  position: relative;
  max-width: 25em;
	height: 12em;
  border-radius: 20px;
  background: #005a84;
	color: #fff;
  box-shadow: 0 12px 48px -8px rgba(0,0,0,0.1);
	margin: 0;
}
.calculators .card-padding {
	  padding: 52px 0 0 24px;
}

.calculators .card .hint, .calculators .card .hint2 {
		position: absolute;
		z-index: -1;
		bottom: 0;
    left:0;
		display: block;
		width: 375px;
		height: 373px;
    opacity: 0;
		border-radius: 16px;
		pointer-events: auto;
    transition: all 0.5s ease;
    line-height: 150%;
    font-size: 15px;
		margin: auto;
    background: #005a84;
  box-shadow: 0 12px 48px -8px rgba(0,0,0,0.1);
}
.calculators .card .hint p, .calculators .card .hint2 p {
  padding: 42px 24px 30px 24px; /*CHECK THIS FOR IE. maybe need padding.*/
}
.calculators .card .hint button, .calculators .card .hint2 button {
  width: 327px;
	height: 50px;
	border: 1px solid rgba(255,255,255,.3);
	box-sizing: border-box;
	border-radius: 8px;
	text-transform: uppercase;
	font-weight: 600;
  font-size: 15px;
	color: #fff;
	background: #005a84;
	float: center;
	align: center;
	margin: auto auto auto 24px;
	text-align: center;
  left: 24px;
  justify-content: center;
  align-items: center;
}
.calculators .card .hint button:hover, .calculators .card .hint2 button:hover {
	border: 1px solid rgba(255,255,255,.7);
	cursor: pointer;
}

.calculators .card .hint:before,
.calculators .card .hint:after, 
.calculators .card .hint2:before,
.calculators .card .hint2:after {
		content: '';
		position: absolute;
  left: 0;
  opacity: 0;
  height: 0;
		background: #005a84;
		border-radius: 2px;
		transform-origin: bottom center;
		transition: all 0.5s ease;
  bottom: 0;
  transform: scale(0.2, 1);
  bottom: -373;
}
.calculators .card .hint.show,
.calculators .card .hint2.show2 {
  opacity: 1;
  bottom: 0;
  z-index: 1;
}


.calculators #Layer_1, .calculators #Layer_2 {
	width: 14px;
	line-height: 14;
	opacity: .3;
}
.calculators #Layer_1:hover, .calculators #Layer_2:hover {
	width: 14px;
	line-height: 14;
	opacity: 1;
}
.calculators .top {
	float: left;
	display: block;
	width: 100%;
}
.calculators #abc, .calculators #abc2 {
	width: 120px;
	float: right;
	overflow: hidden;
	z-index: 1;
	bottom: 0;
	margin: -85px 40px 0 0;
}
@media (max-width:768px) {
    .ui-dialog, .ui-widget-content, .ui-widget.ui-widget-content {
        z-index:99999!important;
        width: 85%!important;
        left: 25px!important;
    }
}