/*
 * Standard build.css
 */


/** TPW **/

#ncr-tpw-popup-panel .ncr-tpw-content:hover {
    cursor: text !important;
}

#ncr-tpw-popup-panel .ncr-tpw-buttons a {
    width: auto;
}

#ncr-tpw-popup-panel .ncr-tpw-buttons a:focus span::before,
#ncr-tpw-popup-panel .ncr-tpw-buttons a:focus-within span::before {
    background: #1D4289;
}

#ncr-tpw-popup-panel .ncr-tpw-buttons a:hover span::before {
    background: #1D4289;
}

#ncr-tpw-popup-panel .ncr-tpw-buttons {
    width: 100%;
}

#ncr-tpw-popup-panel.alert.panel-pop .zone .feature-wrap .feature .feature-padding .feature-content h3,
#ncr-newsite-popup-panel.alert.panel-pop .zone .feature-wrap .feature .feature-padding .feature-content h3 {
    display: block;
}

#ncr-tpw-popup-panel .feature-image-inner img,
#ncr-newsite-popup-panel .feature-image-inner img {
    width: 100%;
}

@media (min-width: 600px) {
    #ncr-tpw-popup-panel .feature-wrap1,
    #ncr-tpw-popup-panel .feature-wrap2,
    #ncr-tpw-popup-panel .zone1 {
        width: 600px;
    }
    #ncr-newsite-popup-panel .feature-wrap1,
    #ncr-newsite-popup-panel .feature-wrap2,
    #ncr-newsite-popup-panel .zone1 {
        width: 600px;
    }
}

@media (max-width: 600px) {
    #ncr-tpw-popup-panel .ncr-tpw-body {
        max-height: 250px;
        overflow: scroll;
    }
}


/* hide tpw until page loads / js inits it */

.hide-tpw {
    display: none !important;
}


/** END TPW **/


/** AIO TPW STYLES **/

.aio_modal-open {
    overflow: hidden;
}

.aio_modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
}

.aio_modal-open .aio_modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.aio_modal-dialog {
    margin: 10px;
    position: relative;
    width: auto;
}

.aio_modal-content {
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    position: relative;
}

.aio_modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
}

.aio_modal-header::before,
.aio_modal-header::after {
    content: ' ';
    display: table;
}

.aio_modal-header::after {
    clear: both;
}

.aio_modal-header .aio_close {
    margin-top: -2px;
    float: right;
}

.aio_modal-title {
    line-height: 1.428571429;
    margin: 0;
}

.aio_modal-body {
    padding: 15px;
    position: relative;
}

.aio_modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 15px;
    text-align: right;
}

.aio_modal-footer::before,
.aio_modal-footer::after {
    content: ' ';
    display: table;
}

.aio_modal-footer::after {
    clear: both;
}

.aio_modal-footer .btn+.btn,
.aio_modal-footer .btn-outline+.btn,
.aio_modal-footer .btn-white+.btn,
.aio_modal-footer .btn+.btn-outline,
.aio_modal-footer .btn-outline+.btn-outline,
.aio_modal-footer .btn-white+.btn-outline,
.aio_modal-footer .btn+.btn-white,
.aio_modal-footer .btn-outline+.btn-white,
.aio_modal-footer .btn-white+.btn-white {
    margin-bottom: 0;
    margin-left: 5px;
}

.aio_modal-footer .btn-group .btn+.btn,
.aio_modal-footer .btn-group .btn-outline+.btn,
.aio_modal-footer .btn-group .btn-white+.btn,
.aio_modal-footer .btn-group .btn+.btn-outline,
.aio_modal-footer .btn-group .btn-outline+.btn-outline,
.aio_modal-footer .btn-group .btn-white+.btn-outline,
.aio_modal-footer .btn-group .btn+.btn-white,
.aio_modal-footer .btn-group .btn-outline+.btn-white,
.aio_modal-footer .btn-group .btn-white+.btn-white {
    margin-left: -1px;
}

.aio_modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

@media (min-width: 768px) {
    .aio_modal-dialog {
        margin: 30px auto;
        width: 600px;
    }
    .aio_modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .aio_modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .aio_modal-lg {
        width: 900px;
    }
}


/** END AIO TPW STYLES **/


/** AIO Search styles **/

.aio-search-result-row {
    border: 1px solid #ddd;
}

.aio-search-result-heading {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    padding: 1rem;
    background-color: #fff;
}

.aio-search-result-heading.open {
    border-bottom: 1px solid #ddd;
}

.aio-search-result-body {
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem;
}


/** END AIO Search styles **/


/** TCALC FIXES **/

.cTimeValue input,
.cTimeValue span,
.cTimeValue label {
    display: inline-block !important;
    margin: 0px 4px !important;
    position: initial !important;
    padding: 0 !important;
}

.cTimeValue input {
    position: relative !important;
    top: 0px !important;
    font-size: initial !important;
}

.cTimeValue input {
    width: auto !important;
}

.cTimeValue th,
.cTimeValue th p {
    color: white !important;
}

.cTimeValue td {
    width: auto;
}

.cTimeValue th {
    /*background:	#0f2652 !important;*/
}

.ie11 .cTimeValue input[type=radio],
.ie .cTimeValue input[type=radio] {
    top: 10px !important;
}


/** END TCALC FIXES **/


/** QUICKLINKS **/

#ncr-quicklinks-list {
    display: none;
}

#quicklinks-landing #ncr-quicklinks-list {
    display: block;
}


/** END QUICKLINKS **/


/** SKIP NAVIGATION LINKS **/


/**
	<a class="skip-to-login skip-link" href="#skip-to-login" tabindex="1">Skip to login</a>
	<a class="skip-to-content skip-link" href="#skip-to-content" tabindex="2">Skip to content</a>
	 **/

.skip-link {
    position: absolute;
    top: -100px;
    left: 20px;
    padding: 10px 15px;
    transition: top .5s ease-out, background .5s linear;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .25);
    background: #fff;
}

.skip-link:focus {
    top: 0;
    transition: all .3s ease-in;
    text-decoration: underline;
    outline: none;
    z-index: 05221989;
    color: #243746;
    background: white;
}

.skip-to-content:focus {}

.skip-to-login:focus {}

.skip-to-login {}

.skip-to-content {}


/** END SKIP NAVIGATION LINKS **/


/** END WP DEFAULTS **/

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}


/* fixes issue in IE where images in blocks blocks are 
 * bleeding out of their container */

.ie .wp-block-image figure.alignleft,
.ie .wp-block-image figure.alignright,
.ie .wp-block-image figure.aligncenter {
    display: inline-block;
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

.aligncenter iframe {
    margin: 0 auto;
    display: block;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.sticky {}

.wp-block-gallery,
.wp-block-gallery li {
    list-style-type: none;
    padding-left: 0;
}

.wp-block-gallery li:before {
    content: none !important;
    display: none !important;
    margin: 0px !important;
}

.blocks-gallery-image:last-child,
.blocks-gallery-item:last-child {
    margin-bottom: 16px;
}


/** END WP DEFAULTS **/


/** WP FIXES **/

.WPbarFix {
    margin-top: 0px !important;
}

.hideWPbar {
    margin-top: 0px !important;
}

.hidden {
    display: none;
}


/** END WP FIXES **/


/** NCR BLOCKS **/

.wp-block-ncr-blocks-button.button-align-right {
    text-align: right;
}

.wp-block-ncr-blocks-button.button-align-center {
    text-align: center;
}


/* image row block */

.image-row-block img {
    max-width: 200px;
}

.image-row-block.is-style-centered div.wp-block-image,
.image-row-block.is-style-centered p,
.image-row-block.is-style-centered figure {
    display: inline-block;
}

.image-row-block.is-style-centered {
    text-align: center;
}

.image-row-block.is-style-centered-h-and-v div.wp-block-image,
.image-row-block.is-style-centered-h-and-v p,
.image-row-block.is-style-centered-h-and-v figure {
    display: inline-block;
    vertical-align: middle;
}

.image-row-block.is-style-centered-h-and-v {
    text-align: center;
}


/* end image row block */


/** END NCR BLOCKS **/


/* PRINT STYLES */


/* to debug in chrome: click dots/menu next to js console, click "Rendering" > Emulate CSS media type > Print */

@media print {
    /* hide things */
    .backToTopButton,
    /*body:not(#home) header,  */
    /* hides the whole header */
    .zone-login-toggle,
    .zone-menu-toggle,
    #new_accelerate_banner,
    .headerback .feature-cta2 {
        display: none !important;
    }
    /* show toggleable things */
    .ncr-accordion-panel-body {
        display: block !important;
    }
    /* make sure whole site shows (no scrollbars) */
    .site-wrap,
    body {
        display: inline;
        overflow: visible;
        position: static;
    }
    /* bootstrap fix, hide url after link */
    a[href]:after {
        content: none !important;
    }
    * {
        -webkit-print-color-adjust: exact;
    }
    /* reduce sizes */
    html,
    body {
        height: 100% !important;
        margin: 0px !important;
    }
    h1 {
        font-size: 30px !important;
    }
    h2 {
        font-size: 25px !important;
    }
    h3,
    h4,
    h5,
    h6 {
        font-size: 20px !important;
    }
    .page-content {
        font-size: 16px !important;
    }
}


/* END PRINT STYLES */


/** GENERAL FIXES: **/

.disclaimer {
    font-style: italic;
}

.webform {
    border: none;
}

.edit_link {
    display: block;
    width: 100%;
}

.edit-button-container {
    display: none;
}

.logged-in .edit-button-container {
    width: 100%;
    display: block;
}


/* for blog */

#no-more-posts {
    width: 100%;
    display: block;
}

.not-a-link:hover {
    cursor: text;
}

.ncr-hidden {
    display: none !important;
}

.feature-wrap-accordion-1 .feature:nth-child(3) {
}

.zone-promos-6 .feature-wrap .slick-list .feature .feature-content .feature-cta {
    display: none;
}

.btn.center {
    width: fit-content;
    display: block!important;
    margin-right: auto!important;
    margin-left: auto;
    margin-bottom: 1em!important;
}

.band.band-custom-content-block-pop-2.panel-pop.level-1.panel-opened .feature-content {
    width: 100%;
    display: block;
}

.band.band-custom-content-block-pop-2.panel-pop.level-1.panel-opened .feature-padding {
    padding: 0px;
}

.band.band-custom-content-block-pop-2.panel-pop.level-1.panel-opened iframe {
    position: absolute;
}

.feature-cta.ncr-tpw-buttons * {
    transition: .3s;
}

#ncr-tpw-popup-panel .ncr-tpw-buttons a:hover span::before {
    background: transparent!important;
}

#ncr-tpw-popup-panel .ncr-tpw-buttons a span::before {
    background: transparent;
}

.band-content-hero-2 .feature-wrap .feature:nth-child(1) .feature-cta a:hover {
    transition: .3s;
    background-color: #1d4289;
    color: #ffcf4b;
}

.band-callout-box-2.overflow {
    position: relative;
    overflow: visible;
}

.band-callout-box-2.gray.overflow::after {
    content: "";
    display: flex;
    width: 100%;
    height: 230px;
    background: rgba(112, 112, 112, .2);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
}

.feature-wrap-accordion-1 [ncr-panel].panel-opened {
    max-height: 8000px;
}

.page-template-search .feature-wrap-accordion-1 [ncr-panel].panel-opened {
    max-height: 3000px;
}

.zone.zone-tier-3-block-1 .feature-wrap-cta {
    display: flex;
    width: 100%;
    justify-content: center;
    order: 4;
    margin-bottom: 60px;
}


ul {
    font-weight: 300;
}

.zone-promos-6 .feature-wrap .slick-list .feature .feature-content .feature-content-text p {
    flex-basis: 100%;
}

.zone-promos-6 .feature-wrap .slick-list .feature .feature-content .feature-cta {
    display: block;
}

.zone-promos-6 .feature-wrap .slick-list .feature .feature-content .feature-cta a {
    display: block;
    border-radius: 50px;
    background-color: #1d4289;
    text-decoration: none;
    font-family: "Nunito", sans-serif;
    box-shadow: none;
    font-weight: 300;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    text-align: center;
    font-size: 1.0625rem;
    border: 2px solid #ffcf4b;
    background: 0 0;
    color: #ffcf4b;
    padding: 6px 18px;
    transition: .3s;
}


#back .zone-clickable-image-area::before,
.zone-promos-5::after,
.zone-promos-5::before {
    position: relative;
    height: 50px;
}

.band-custom-faqs>[ncr-panel].panel-opened {
    max-height: 9000px;
}

.band-custom-faqs .feature-wrap-accordion-1 {
    width: 100%;
}


.btn {
    margin-bottom: 1em;
    width: fit-contentyt;
}

.zone-promos-6 .slick-dots {
    display: block!important;
}

b,
strong {
    font-weight: bold;
}

.zone-promos-8 .feature-content-text a {
    color: #ffcf4b;
}

.band-content-hero-1 .feature .feature-padding .feature-content .feature-content-text a {
    color: #ffcf4b;
}

.band-content-hero-1 .feature .feature-padding .feature-content .feature-content-text a * {
    color: #ffcf4b
}

.band-content-hero-1 .feature .feature-padding .feature-content .feature-cta {
    align-items: baseline
}

.zone-promos-7 .feature-content-text-item>div {
    width: 80%;
}

.zone-tier-3-block-1 li {
    margin-bottom: 15px;
}

.zone-promos-6 .feature-wrap .slick-list .feature .feature-content {
    justify-content: space-between;
    height: calc(100% - 190px)
}

.zone-promos-6 .feature-wrap .slick-list .feature .feature-content .feature-cta a:hover,
.zone-promos-6 .feature-wrap .slick-list .feature:hover .feature-cta a {
    transition: .3s;
    background-color: #ffcf4b;
    color: #1d4289;
    border-color: transparent;
}

.zone-promos-2 .zone-title {
    flex-direction: column;
    padding: 0 1em;
}

.zone-promos-2 .zone-title h2 {
    margin-bottom: .75em;
}

.zone-promos-2 .zone-title h3 {
    color: white;
    text-align: center;
    max-width: 80%;
}

.zone-community-picker .feature-padding .feature-content .feature-cta div[ncr-panel] .inner .inner-list {
    max-height: 366px;
}

.slick-dots li:only-child {
    display: none;
}

@media (max-width: 599px) {
    .band-content-hero-1 .feature .feature-padding .feature-content .feature-cta a {
        max-width: 77px;
    }
}

.zone-testimonials-7 .feature-wrap .feature .feature-padding .feature-content .feature-content-text .feature-content-wysiwyg a {
    color: #ffcf4b
}

.zone-3 .feature-wrap.feature-wrap-1 {
    width: 60%;
}

.zone-3 .feature-wrap.feature-wrap-2 {
    width: 40%;
}


@media(max-width:1199px) {
    .feature-wrap-standard-custom-block.feature-wrap.row>* {
        padding: 1em;
    }
}

.zone-promos-6 .feature-wrap .slick-list .feature:focus .feature-content .feature-cta a {
    background-color: #ffcf4b;
}
/*
.band-testimonials-8 .feature-content-image {
    height: fit-content;
}

.band-testimonials-8 .feature-content-image figure {
    gap: 1em;
}
*/
.feature.awards-wrapper {
    display: flex;
    flex-direction: column;
    padding: 1em;
    gap: 1em;
}

.feature.awards-wrapper .feature-content {
    margin: auto;
}

.feature.awards-wrapper .feature-content img {
    width: 100%;
    height: auto;
}

.zone-promos-3 .feature-wrap .feature:nth-child(3) .feature-padding .feature-image {
    height: fit-content;
}

.zone-promos-3 .feature-wrap .feature .feature-padding .feature-image {
    height: 50%;
}

.zone-testimonials-2 .feature-wrap .feature {
    width: max-content;
}

.zone-testimonials-2 .feature-wrap .feature .feature-padding .feature-content .feature-content-text {
    display: flex;
    max-width: 1007px;
    padding: 40px 40px;
    width: 100%;
    margin: auto;
    position: relative;
}

.zone-testimonials-2 .feature-wrap .slick-list {
    width: 90%;
    max-width: 900px;
}

@media(min-width:900px) {
    .zone-testimonials-2 .feature-wrap .feature .feature-padding .feature-content .feature-content-text .feature-content-wysiwyg h2 {
        font-weight: 300;
        font-size: 2.375rem;
    }
    .zone-testimonials-2 .feature-wrap .feature .feature-padding .feature-content .feature-content-text .feature-content-wysiwyg h3 {
        font-size: 1.3125rem;
    }
}

.zone-testimonials-2 .feature-wrap .feature .feature-padding .feature-content .feature-content-text::before {
    content: "“";
    display: block;
    font-size: 150px;
    position: absolute;
    bottom: 10px;
    right: 0px;
    color: rgb(29, 66, 137);
    font-family: Nunito;
    transform: rotate(180deg);
}

.zone-testimonials-2 .feature-wrap .feature .feature-padding .feature-content .feature-content-text::after {
    content: "“";
    display: block;
    font-size: 140px;
    position: absolute;
    top: -45px;
    left: 0px;
    color: rgb(29, 66, 137);
    font-family: Nunito;
}

.zone-testimonials-2 .feature-wrap .feature .feature-padding .feature-content .feature-content-text .feature-content-wysiwyg {
    display: block;
    text-align: center;
}

.zone-testimonials-2 .slick-arrow {
    margin: auto -4em
}
/*
.zone-testimonials-8 .feature-content-image {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.zone-testimonials-8 figure {
    width: 309px;
    height: 309px;
    border-radius: 15px;
}
*/
.zone-clickable-image-area .banner::after,
.zone-clickable-image-area .banner::before {
    content: "";
    display: block;
    height: 0;
    border: 44px solid #1d4289;
    border-bottom-color: #1d4289;
    z-index: 1;
}

.zone-clickable-image-area .banner::after {
    left: auto;
    right: 0;
    border-left: 0px solid #1d4289;
    border-right: 30px solid transparent;
}

.zone-clickable-image-area .banner::before {
    left: 0;
    border-right: 20px solid #1d4289;
    border-left-color: transparent;
}

.zone-clickable-image-area .feature .feature-image {
    visibility: hidden;
}

.zone-clickable-image-area .feature .feature-image.hidden {
    visibility: visible;
}

.zone-promos-1 .feature-wrap .slick-list .feature .feature-content .feature-content-image {
    min-height: 122px;
}

footer .zone-2 .icon:nth-child(2) img {
    width: 140px
}

footer .zone-2 .icon:nth-child(3) img {
    width: 70px
}

footer .zone-1 .feature-wrap.feature-wrap .icon.award {
    width: 100%;
    margin-bottom: 1em;
}

footer .zone-1 .feature-wrap.feature-wrap .icon.award .feature-cta {
    margin-left: 0px!important
}

footer .zone-1 .feature-wrap.feature-wrap .icon.award img {
    margin: auto;
    width: 40%;
}

@media(max-width:600px) {
    footer .zone-1 .feature-wrap.feature-wrap .icon.award img {
        margin: 0px;
        width: 30%;
    }
}

.band-callout-box-2.no-top-pad {
    padding-top: 0px
}

.band-callout-box-2.no-bottom-pad {
    padding-bottom: 0px
}

.band.content-fullwidth.band-custom-block-funnel {
    padding-bottom: 2em;
}

footer .zone-1>* {
    width: 33.333%;
}

.band-testimonials-8 .feature-content-text .feature-content-wysiwyg::before {
    display: none;
}
.band-content-hero-2 .feature-wrap .feature-wrap-inner:empty{
    display:none
}
.blog-post .feature-wrap .feature .feature-padding .feature-title .feature-title-inner.no-date h3:nth-child(1)::after{
    display:none
}
footer:after{
    
}
main{
    border-bottom:none!important
}
.blog-posts-list .feature-wrap .feature .feature-content-text h2 {
        order: 3;
            font-size: 1.5rem;
                color: #fff;
                    font-weight: 700;
                        width: 100%;
                            margin-bottom: 20px!important;
                            
}
@media (max-width: 599px)
{
    footer .band .zone-1 .feature-wrap-4{
        justify-content:center
    }
    footer .zone-1 .feature-wrap.feature-wrap .icon.award .feature-cta{
        justify-content:center
    }
}
.band-content-hero-1 .feature .feature-padding .feature-content .feature-content-text a{
font-weight: 400;}
.zone-promos-2 .zone-title h2{
    font-weight:600;
}
@media (max-width:599px){
footer .band .zone-1 .feature-wrap-5{
    justify-content: center;
}
}
.blog-header{
    display:none;
}
.band-section-index h2 a, .band-section-index h3 a{
    padding: .5em;
    font-weight:600;
}
.band-section-index h3 a::before, .band-section-index h4 a::before{
    left: 0em;
}
.page-id-3 .zone-promos-6 .feature-wrap .slick-list .feature .feature-image{
    background: #bae5ec;
}
.band-business-team .feature-content-image-inner{
    justify-content: center;
}
.band-business-team .feature-image-inner{
    justify-content: center;
}
.zone-business-team .feature-wrap .feature .feature-padding .feature-content{
    height:100%;
}
.zone-business-team .feature-wrap .feature .feature-padding {
    justify-content:center
}
.zone-business-team .feature-wrap .feature .feature-padding .feature-image img{
height:600px;
}
.fullwidth{
    width:100%
}
.band-meet-our-business-team .zone .feature-wrap .feature .feature-padding .feature-cta a{
    width:100%;
}
.band.content-fullwidth-match.band-board-of-directors .feature{
    pointer-events:none
}
.content-fullwidth-match.band-meet-our-business-team .feature-padding:hover .feature-image{
    opacity:1!important 
}
header .band-login-panel:not(.ncr-turned-off) .zone .feature-wrap .feature .feature-padding .feature-content .feature-cta p{
    color:#1d4289;
    margin-top:.75em;
   margin-bottom:.75em;
}
header .band-login-panel:not(.ncr-turned-off) .zone .feature-wrap .feature .feature-padding .feature-content .feature-cta .spacer{
    width:275px;
    margin-top:11px;
    margin-bottom:11px;
}
header .band-login-panel:not(.ncr-turned-off) .zone .feature-wrap .feature .feature-padding .feature-content form .input-field a.login-fpw-link {
     margin-top:8px;
     margin-bottom:8px;
}
header .band-login-panel:not(.ncr-turned-off) .zone .feature-wrap .feature .feature-padding .feature-content form button{
    background-color:#ffcf4b;
    color:#1d4289;
    font-weight:700;
}
header .band-login-panel:not(.ncr-turned-off) .zone .feature-wrap .feature .feature-padding .feature-content form button:hover,
header .band-login-panel:not(.ncr-turned-off) .zone .feature-wrap .feature .feature-padding .feature-content form button:focus{
    color:#fff;
    background-color:#1d4289;
}

footer .band.band-cookiebar {
    background: #16488b;
    border-top: 1px solid #085dca;
    bottom: 0;
    -webkit-box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
  .band-cookiebar .feature-image,
  .band-cookiebar .feature-content-image,
  .band-cookiebar .feature-content-text h3 {
    display: none;
  }
  .band-cookiebar .zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .band-cookiebar .feature-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1800px;
  }
  .band-cookiebar .feature {
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .band-cookiebar .feature .feature-content {
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-right: 1em;
  }
  .band-cookiebar .feature .feature-content .feature-content-text {
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 1em;
  }
  .band-cookiebar .feature .feature-content .feature-content-text h2 {
    border-right: 1px dashed #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0;
    padding: 0 18px 0 0;
    text-align: right;
  }
  .band-cookiebar .feature .feature-content .feature-content-text .feature-content-wysiwyg {
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 18px;
    text-align: left;
  }
  .band-cookiebar .feature .feature-content .feature-content-text .feature-content-wysiwyg p {
    margin: 0;
    padding: 0;
  }
  .band-cookiebar .feature .feature-content .feature-content-text .feature-content-wysiwyg a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
  }
  .band-cookiebar .feature .feature-content .feature-content-text .feature-content-wysiwyg a:hover, .band-cookiebar .feature .feature-content .feature-content-text .feature-content-wysiwyg a:active, .band-cookiebar .feature .feature-content .feature-content-text .feature-content-wysiwyg a:focus {
    text-decoration: none;
  }
  @media (max-width: 899px) {
    .band-cookiebar .feature .feature-content .feature-content-text .feature-content-wysiwyg {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 8px 18px;
    }
    .band-cookiebar .feature .feature-content .feature-content-text .feature-content-wysiwyg p {
      text-align: center;
    }
  }
  @media (max-width: 899px) {
    .band-cookiebar .feature .feature-content .feature-content-text {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .band-cookiebar .feature .feature-content .feature-content-text h2 {
      border-bottom: 1px dashed #fff;
      border-right: none;
      padding: 0 20px 8px;
      text-align: center;
      width: 100%;
    }
  }
  @media (max-width: 899px) {
    .band-cookiebar .feature .feature-content {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  .band-cookiebar .feature .feature-cta {
    background: url(../images/bg_texture.gif);
    border: 2px solid #053b80;
    border-radius: 3px;
    display: inline-block;
    color: #053b80;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0em auto 1.5em;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    background: #d8dbe3;
    border: 2px solid white;
    border-radius: 3px;
    color: #505050;
    font-size: 14px;
    font-weight: 600;
    height: auto;
    margin: 0;
    padding: 4px 15px;
  }
  .band-cookiebar .feature .feature-cta:active {
    background: white;
    border-color: #df7920;
    color: #df7920;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .band-cookiebar .feature .feature-cta:active:hover {
    background: white;
    border-color: #df7920;
    color: #df7920;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .band-cookiebar .feature .feature-cta:focus {
    background: white;
    border-color: #df7920;
    color: #df7920;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .band-cookiebar .feature .feature-cta:focus:hover {
    background: white;
    border-color: #df7920;
    color: #df7920;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .band-cookiebar .feature .feature-cta:focus-within {
    background: white;
    border-color: #df7920;
    color: #df7920;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .band-cookiebar .feature .feature-cta:hover {
    background: white;
    border-color: #df7920;
    color: #df7920;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .band-cookiebar .feature .feature-cta.active {
    background: white;
    border-color: #df7920;
    color: #df7920;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  @media (max-width: 899px) {
    .band-cookiebar .feature .feature-cta {
      margin-bottom: 18px;
    }
  }
  .band-cookiebar .feature .feature-cta:hover, .band-cookiebar .feature .feature-cta:active, .band-cookiebar .feature .feature-cta:focus {
    background: white;
    color: #373737;
    border-color: #fff;
  }
  .band-cookiebar .feature .feature-cta:hover a, .band-cookiebar .feature .feature-cta:active a, .band-cookiebar .feature .feature-cta:focus a {
    color: #373737;
  }

#cookie_banner p {
	color: #fff;
}

#cookie_banner {
	display: none;
}
@media(min-width:900px){

.band-cookiebar .feature .feature-content .feature-content-text{
    order:1;
}
.band-cookiebar .feature .feature-cta{
    margin-left:1.5em
}
}
header{
    z-index:10
}
