@media all and (min-width: 768px) {
    #page {
        margin-top: 148px;
    }
}

#headermain .logo-wrap .desktop-logo img,
#headermain .logo-wrap .desktop-logo svg {
    max-height: 90px;
    height: auto;
}

#headermain .logo-wrap .mobile-logo img {
    max-height: 67px;
}

.alert-home-wrapper {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 20px 0;
    background: #3d506c;
    color: white;
    /*
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
    */
    text-align: center;

    box-shadow: none;
}

#main {
    position: relative;
}

.alert-home-wrapper p,
.alert-home-wrapper h1,
.alert-home-wrapper a,
.alert-home-wrapper h4 {
    margin-top: 0;
    margin-bottom: 0;
    color: white;
    font-size: 12px;
    font-weight: 400;
}

.alert-home-wrapper a {
    margin: 0 5px;
    padding: 5px 15px;
    background: RGB(0, 0, 0, .28);
    border-radius: 10px;
    font-weight: 500;
}

.alert-home-wrapper h1 {
    font-size: 24px;
}

.featured-video {
    /* display: none; */
}

/* Evnets pages additions */
.events .masonry .masonry-w .third .content .date .y {
    font-size: 11px;
    display: block;
    margin: 7px auto 0;
}

.events.past {
    margin-bottom: 60px;
}

/* Sub Menu Styles */
.sub-menu-wrapper ul li a.active::after {
    /* bottom: -9px; */
}

.select-styled .nice-select .option .indented {
    padding-left: 10px;
}

.banner-content .sub {
    position: absolute;
    bottom: 40%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(101, 120, 149, 0.64);
    color: #fff;
    padding: 10px 20px;
    max-width: 1100px;
    display: inline-block;
    width: 90%;
}

#chat-notification {
    background: rgba(66, 82, 112, 0.7);
    position: absolute;
    top: 140px;
    color: #fff;
    padding: 16px;
    right: 100px;
    z-index: 10002;
}

#chat-notification .notification-header {
    position: absolute;
    top: 10px;
    right: 10px;
}

#chat-notification .notification-content p {
    margin: 0;
    color: white;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
}

#headermain .rhead-wrap #chatbot-menu-link svg {
    margin-right: 10px;
}

#chat-button-close {
    cursor: pointer;
}

.dropdown-single.range-locator-menu .wrapper {
    display: flex;
    max-width: 1170px;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: center;
}

.dropdown-single.range-locator-menu p,
.dropdown-single.range-locator-menu a {
    color: white;
    margin-bottom: 0;
}

.dropdown-single.range-locator-menu a {
    text-decoration: underline;
}

#headermain .rhead-wrap > a:focus {
    text-decoration: none;
}

.contact-modal {
    margin-top: 30px;
}
.contact-modal h3 {
    margin-bottom: 20px;
}
.contact-modal .all-friends-email {
    height: 0;
}
.contact-modal .all-friends-email #close-email-2:before,
.contact-modal .all-friends-email #close-email-2:after {
    margin-top: 22px;
}
.contact-modal .all-friends-email .close-email-friend {
    visibility: hidden;
    cursor: pointer;
}
.contact-modal .all-friends-email .close-email-friend:before,
.contact-modal .all-friends-email .close-email-friend:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 0.5px;
    border: solid 1px #537274;
    margin-top: 36px;
    margin-left: 10px;
}
.contact-modal .all-friends-email .close-email-friend:before {
    transform: rotate(45deg);
}
.contact-modal .all-friends-email .close-email-friend:after {
    transform: rotate(-45deg);
}
.contact-modal .all-friends-email .wpcf7-form-control-wrap {
    visibility: hidden;
}
.contact-modal .label-friends label {
    margin-bottom: 0;
    font-family: Montserrat-Medium;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: left;
    color: #757575;
}
.contact-modal .btn-add-friend {
    font-family: Montserrat-Bold;
    font-size: 11px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: left;
    color: #537274;
    box-shadow: none;
    margin-top: -15px;
    padding: 10px 20px;
    vertical-align: middle;
    position: relative;
}
.contact-modal .btn-add-friend:before,
.contact-modal .btn-add-friend:after {
    position: absolute;
    left: 0px;
    top: 10px;
    content: "";
    width: 10px;
    height: 0.5px;
    border: solid 1px #537274;
    margin-top: 6px;
}
.contact-modal .btn-add-friend:before {
    transform: rotate(90deg);
}
.contact-modal .btn-add-friend:after {
    transform: rotate(180deg);
}
.contact-modal #friends-email {
    width: 387.6px;
    height: 36px;
    background-color: #ffffff;
    border: solid 1px #b8b8b8;
    padding-left: 10px;
    font-family: Montserrat-Regular;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
    margin-top: 20px;
}
.contact-modal .friends-email-1 #friends-email {
    margin-top: 0;
}
.contact-modal .friends-email-2 #friends-email {
    margin-top: 5px;
}
.contact-modal .date-invitation {
    display: table-cell;
    padding-bottom: 8px;
}
.contact-modal .date-invitation span .wpcf7-not-valid-tip {
    margin-top: 45px;
    margin-left: 65px;
}
.contact-modal .date-invitation label {
    font-family: Montserrat-Medium;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: left;
    color: #757575;
}
.contact-modal .date-invitation .wpcf7-date {
    width: 190px;
    height: 36px;
    background-color: #ffffff;
    border: solid 1px #b8b8b8;
    margin-top: 2px;
    font-family: Montserrat-Regular;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
    padding-left: 10px;
}
.contact-modal p label {
    font-family: Montserrat-Medium;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: left;
    color: #757575;
    display: inline;
}
.contact-modal p label .wpcf7-email,
.contact-modal p label .wpcf7-text,
.contact-modal p label .wpcf7-textarea {
    width: 387.6px;
    height: 36px;
    background-color: #ffffff;
    border: solid 1px #b8b8b8;
    margin-top: 2px;
    font-family: Montserrat-Regular;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
    padding-left: 10px;
}
.contact-modal p label .wpcf7-textarea {
    resize: none;
    width: 100%;
    height: 70px;
    background-color: #ffffff;
    border: solid 1px #b8b8b8;
    margin-top: 2px !important;
    padding-top: 10px;
}
.contact-modal div.wpcf7-response-output {
    margin: 0;
}

.custom-calendar-invite-a-friend {
    position: relative;
    top: 28px;
    right: 23px;
    font-size: 14px;
}

.btn-delete-search-email-friends {
    border: solid 1px #537274;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin-left: 10px;
    margin-top: 13px;
    position: absolute;
    width: 14px;
}
.btn-delete-search-email-friends:before {
    content: "x";
    color: #537274;
    font-size: 12px;
    font-family: Arial, sans-serif;
    position: absolute;
    margin-top: -3.5px !important;
    margin-left: 3.3px !important;
}

.btn-delete-search-email-friends-2 {
    border: solid 1px #537274;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin-left: 10px;
    margin-top: 13px;
    position: relative;
    top: 4px;
    width: 14px;
}
.btn-delete-search-email-friends-2:before {
    content: "x";
    color: #537274;
    font-size: 12px;
    font-family: Arial, sans-serif;
    position: absolute;
    margin-top: -3.5px !important;
    margin-left: 3.3px !important;
}

#close-email-2,
#close-email-3,
#close-email-4,
#close-email-5 {
    visibility: hidden;
}

div.invite-form #prefil {
    display: none;
}

/* Fix masonry blocks */
.news.with-sidebar .wrapper .masonry .masonry-w .block {
    padding: 0 0 21% !important;
}

.news.with-sidebar .wrapper .masonry .masonry-w .block.large {
    padding: 0 0 43.9% !important;
}

/* half-slider */
.half-slider-wrapper {
    max-width: 1170px;
    margin: 60px auto;
}

.half-slider-wrapper .half-slider .slide {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}

/* .half-slider-wrapper .half-slider .flickity-viewport {
  overflow: initial;
  position: relative;
  height: auto;
}

.half-slider-wrapper .half-slider .flickity-slider {
  position: initial;
  width: initial;
  height: auto;
} */

.half-slider .flickity-prev-next-button.next {
    right: 0;
}

.half-slider .flickity-prev-next-button.previous {
    left: auto;
    right: 50px;
}

.half-slider .flickity-prev-next-button svg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.half-slider .flickity-prev-next-button {
    top: 60px;
    /* left: auto; */
    /* right: 50px; */
    border: 2px solid #537274;
    border-radius: 50% !important;
    padding: 0;
    width: 30px;
    height: 30px;
}

.half-slider .flickity-prev-next-button .arrow {
    fill: #537274;
}

.half-slider-wrapper .half-slider .slide {
    width: 100%;
    padding: 50px 0px;
}

.half-slider-wrapper .half-slider .half {
    width: 50%;
    position: relative;
    padding: 0 70px;
    min-height: 300px;
}

.half-slider-wrapper .half-slider .half .sub {
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: 2px;
    text-align: left;
    color: #282828;
    margin-top: 35px;
    position: relative;
}

.half-slider-wrapper .half-slider .half .sub:before {
    content: "";
    width: 239px;
    height: 0.5px;
    opacity: 0.5;
    border: solid 0.5px #979797;
    position: absolute;
    left: 0;
    margin-top: 17px;
    margin-left: -250px;
}

.half-slider-wrapper .half-slider .half h2 {
    font-size: 50px;
    line-height: 1.6;
    text-align: left;
    text-transform: uppercase;
    color: #282828;
    margin-top: -15px;
}

.half-slider-wrapper .half-slider .half h3 {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: 1px;
    text-align: left;
    color: #537274;
}

.half-slider-wrapper .half-slider .half a.btn {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.8px;
    text-align: center;
    color: #fff;
    margin-top: 2px;
    background-color: #537274;
    padding: 0.5rem 1rem;
    margin-top: 25px;
}

.half-slider-wrapper .half-slider .half img {
    max-width: 463px;
    display: inline-block;
    height: auto;
    -webkit-box-shadow: 2px 4px 25px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 2px 4px 25px 0 rgba(0, 0, 0, 0.32);
}

.half-slider-wrapper .half-slider .half .first_img {
    position: absolute;
    top: -30px;
    left: 25px;
    z-index: 10;
}

.half-slider-wrapper .half-slider .half img.second_img {
    position: absolute;
    bottom: -30px;
    right: 25px;
    z-index: 9;
}

/* Padded two column full */
.padded-two-column-callout .padded .column ul li {
    font-size: 17px;
    line-height: 2.12;
    font-family: Montserrat, sans-serif;
    color: #fff;
}

/* homepage callouts */
.callouts .callout-wrapper .pure-u-lg-1-4.callout-single span {
    padding: 0 50px;
}

.callouts .callout-wrapper .pure-u-lg-1-4.callout-single h3 {
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 1px;
}

.callouts .callout-wrapper .pure-u-lg-1-4.callout-single p {
    font-size: 13px;
    line-height: 18px;
}

.resultwrapper {
    max-height: 720px;
    overflow-y: scroll;
}

.resultwrapper h3 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.resultwrapper .address {
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #797979;
    letter-spacing: 1px;
}

.resultwrapper .singleresult {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.fancybox-loading-wrapper {
    width: 100%;
    height: 50vh;
    position: relative;
}

#wth_map .fancybox-loading {
    display: block;
    margin: auto;
}

#wth_map {
    /* min-height: 50vh; */
    position: relative;
}

.sub-menu-wrapper ul {
    font-size: 0;
}

.sub-menu-wrapper.sub-sub-menu {
    margin-top: 0 !important;
    padding: 5px 0 !important;
    line-height: 1;
}

.sub-menu-wrapper {
    line-height: 1;
    background: #333333;
}

.sub-menu-wrapper ul li a {
    padding: 5px 18px;
    display: inline-block;
}

.featured-campaign {
    max-width: 1024px;
    display: block;
    margin: 30px auto;
    text-align: center;
}

/* Social Sharing Section */
.social-share-section {
    display: grid;
    /* grid-template-columns: [first-col] 1fr [second-col] 1fr [third-col] 1fr [fourth-col] 1fr; */
    grid-template-columns: repeat(12, 1fr);
    /* grid-template-rows: [first-row] 50% [second-row] 50%; */
    justify-items: center;
    align-items: stretch;
    justify-content: center;
    grid-gap: 40px;
    /* grid-column-gap: 40px;
    grid-row-gap: 0; */
    margin: 0 40px;
}

.social-share-section .single {
    position: relative;
    font-size: 0;
    grid-gap: 0;
    border: 1px solid #CBCBCB;
}

.social-share-section .single.fourth {
    grid-column-end: span 3;
}

.social-share-section .single.third {
    grid-column-end: span 4;
}

.social-share-section .single.half {
    grid-column-end: span 6;
}

.social-share-section .single.three_fourths {
    grid-column-end: span 9;
}

.social-share-section .single.full {
    grid-column-end: span 12;
}

.social-share-section .single .share {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    cursor: pointer;
    transition: opacity 300ms ease;
}

.social-share-section .single .share:hover {
    opacity: 1;
}

.social-share-section .single .share a {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #3d506c;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.22);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 52px;
    overflow: hidden;
}

.social-share-section .single .share a:hover {
    background: #657895;
    text-decoration: none !important;
}

.social-share-section .single.two_rows {
    grid-row-end: span 2;
}

.sharing-section-fancybox {
    display: none;
    font-size: 0;
    padding: 0;
}

.sharing-section-fancybox img {
    max-height: 75vh;
}

.sharing-section-fancybox svg g {
    fill: #3d506c;
}

.sharing-section-fancybox a {
    display: block;
    font-size: 16px;
}

.sharing-section-fancybox .url-input {
    position: absolute;
    text-indent: -100000px;
    left: -100000px;
}

.sharing-section {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 20px;
}

.sharing-section p {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    letter-spacing: 1px;
    font-weight: bold;
}

.sharing-section .download-btn {
    color: white;
    background: #3d506c;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.22);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 52px;
    overflow: hidden;
}

.sharing-section img {
    max-height: 21px;
}

.sharing-section-fancybox a svg {
    width: 34px;
    height: 22px;
    vertical-align: middle;
}

.sharing-section p, .sharing-section a {
    margin: 0;
    padding: 0 20px;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    line-height: 1;
}

.custom-modal-shortcode {
    display: none;
    max-width: 80vw;
}

.classified-single {
    max-width: 1170px;
    margin: auto;
}

.classified-single .back {
    padding-left: 0;
}

.classified-single-content .tar {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}

.classified-single-content {
    padding-bottom: 60px;
}

.classified-single-content .description {
    padding: 20px 15px 0;
}

.classified-single-content .description h4 {
    margin: 15px 0;
}

#classifieds-form .acf-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#classifieds-form .acf-field {
    display: inline-block;
    width: 100%;
}

#classifieds-form .half {
    width: 49%;
    display: inline-block;
}

#classifieds-form .third {
    width: 32%;
    display: inline-block;
}

#classifieds-form .acf-fields > .acf-field {
    border-top: 0;
    padding: 0;
    margin-bottom: 15px;
}

#classifieds-form .acf-field input[type="text"],
#classifieds-form .acf-field input[type="password"],
#classifieds-form .acf-field input[type="number"],
#classifieds-form .acf-field input[type="search"],
#classifieds-form .acf-field input[type="email"],
#classifieds-form .acf-field input[type="url"],
#classifieds-form .acf-field textarea,
#classifieds-form .acf-field select,
.styled-form input[type="text"],
.styled-form input[type="password"],
.styled-form input[type="number"],
.styled-form input[type="search"],
.styled-form input[type="email"],
.styled-form input[type="url"],
.styled-form textarea,
.styled-form select {
    border: 1px solid #ccc;
    padding: 17px;
    width: 100%;
}

.styled-form .radio-single {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.styled-form .radio-single label {
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 16px;
}

#classifieds-form .acf-field textarea {
    height: auto;
}

#classifieds-form .nice-select {
    border: 1px solid #ccc;
    width: 100%;
}

#classifieds-form .acf-form-submit button {
    padding: 10px 40px;
}

#classifieds-form .acf-field-message h3 {
    font-size: 24px;
}

.classified-form-wrapper {
    max-width: 1170px;
    margin: auto;
    padding: 40px 10px;
}

.classified-form-wrapper .intro {
    text-align: center;
    padding: 20px 0 60px;
}

.classified-form-wrapper h2 {
    text-align: center;
    font-size: 25px;
}

/* New where to buy edits */
.retailers .single-retailer-block a {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.retailers .single-retailer-block .content-image {
    height: 86px;
    width: 34.25%;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.retailers .single-retailer-block .content-vertical-line {
    border: solid 0.5px #979797;
    display: inline-block;
    height: 90px;
    opacity: 0.5;
    vertical-align: middle;
    width: 2px;
}

#retailers,
.retailers .single-retailer-block {
    -webkit-transform: translate3d;
    transform: translate3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.retailers .single-retailer-block.premium {
    background-color: #c7d6ec;
}

.retailers .single-retailer-block:hover {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    z-index: 10;
}

.retailers .single-retailer-block a:hover {
    background-color: transparent;
    color: #000;
    text-decoration: none;
}

.retailers .single-retailer-block a:hover h3,
.retailers .single-retailer-block a:hover p {
    color: #000;
}

.retailers .single-retailer-block a:hover .arrow {
    background-image: url(/wp-content/themes/nssf/img/right_arrow_black.png);
}

.retailers .single-retailer-block .content {
    width: calc(65.75% - 2px);
    padding-left: 10px;
}

#where-to-buy-form .nice-select.disabled {
    opacity: 0.5;
}

#where-to-buy-form {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 18px 30px;
}

#where-to-buy-form input[type="submit"] {
    margin: 18px 0 7px 20px;
}

#where-to-buy-form .nice-select,
#where-to-buy-form select {
    width: 200px;
    margin: 18px 0 7px 20px;
}

.menu-active #chat-notification {
    display: none;
}

#masthead .searchwp-revised-search-notice,
#secondary .searchwp-revised-search-notice {
    display: none;
}

.searchwp-revised-search-notice {
    padding: 0px 20px 20px;
    background: #ececec;
}

.searchwp-suggested-revision-query {
    font-style: italic;
    font-weight: bold;
}

.member-results {
    margin-bottom: 40px;
}

.member-results p {
    margin-bottom: 10px;
}

#member-id label,
.styled-form label {
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 5px;
    font-weight: bold;
    color: #6f6f6f;
    display: block;
}

#member-id input {
    border: 1px solid #333;
    max-width: 300px;
    width: 100%;
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
}

#member-id div {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#member-id .button {
    line-height: 20px;
    margin-bottom: 10px;
}

.single-tag,
.single-tag:active,
.single-tag:visited {
    background: #3d506c;
    color: white;
    padding: 2px 7px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
}

.single-tag:focus,
.single-tag:hover {
    background: #657895;
    color: #fff;
    text-decoration: none;
}

.advanced-search {
    display: none;
}

.advanced-search.active {
    display: block;
}

.search-form-padded p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}

.advanced-filters {
    display: flex;
    align-content: center;
    align-items: center;
    margin-top: 10px;
}

.advanced-filters .nice-select {
    width: 200px;
    border: 1px solid;
    margin-right: 30px;
    margin-top: 15px;
}

.advanced-filters span input {
    vertical-align: middle;
    display: inline-block;
    margin-top: -1px;
}

.advanced-filters span {
    margin-right: 10px;
    font-size: 14px;
}

.search-page #primary .search-form-padded .advanced-filters label {
    width: auto;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 15px;
}

.nav-links {
    width: auto;
}

.dropdown-single .advanced-filters,
.dropdown-single .search-form p {
    display: none;
}

.post-type {
    background: #657895;
    color: white;
    padding: 2px 5px;
}

.filter-by-date {
    display: none;
}

.filter-by-date.show {
    display: inline-block;
}

.sub-tags,
.blog-single #primary .sub-tags {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.wysiwyg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.current-campaigns .campaigns-wrapper .campaign-single {
    font-size: 0;
}

.industry-reference-slides {
    max-width: 1024px;
    margin: auto;
    padding: 60px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
    background: #fff;
}

.industry-wrapper .slider-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    align-content: center;
}

.industry-slider .featured-image {
    width: 35%;
}

.industry-slider .info {
    width: calc(65% - 60px);
}


.button.ml,
a.button.ml {
    margin-left: 18px;
}

.industry-slider p {
    margin-top: 5px;
}

.featured-single-slide,
.cover-single-slide {
    width: 100% !important;
    z-index: 1;
    height: 0;
    padding-bottom: 40%;
    overflow: hidden;
    background: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cover-single-slide {
    width: 66% !important;
    /* margin-right: 40px; */
}

.cover-slider {
    background-color: #000;
    padding: 40px;
}

.featured-slider .slider-info,
.cover-slider .slider-info {
    position: absolute;
    top: 50%;
    color: #fff;
    z-index: 3;
    left: 0;
    transform: translate(0, -50%);
    background-color: RGB(61,80,108,.75);
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    min-width: 400px;
    width: 40%;
}

.featured-slider .slider-info p,
.cover-slider .slider-info p {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
}

.featured-video {
    width: 100%;
}

.featured-slider .slider-info h3,
.featured-slider .slider-info p,
.cover-slider .slider-info h3,
.cover-slider .slider-info p {
    width: 100%;
}

.featured-slider .flickity-page-dots,
.cover-slider .flickity-page-dots {
    z-index: 100;
    bottom: 20px;
}

.cover-slider .flickity-page-dots {
    left: 0px;
}

.featured-slider .flickity-page-dots .dot,
.cover-slider .flickity-page-dots .dot {
    background: #fff;
}

.featured-slider .flickity-prev-next-button,
.cover-slider .flickity-prev-next-button {
    top: unset;
    right: 0;
    width: 52px;
    height: 52px;
    background: #FFF;
    transform: translateY(-100%);
    z-index: 101;
}
.cover-slider .flickity-prev-next-button {
    bottom: -52px;
}
.featured-slider .flickity-prev-next-button:hover,
.cover-slider .flickity-prev-next-button:hover {
    background: #3d506c;
    border: 2px solid #fff;
}
.featured-slider .flickity-prev-next-button svg,
.cover-slider .flickity-prev-next-button svg {
    width: 16px;
    height: 16px;
    transform: translate(50%, 50%);
}
.featured-slider .flickity-prev-next-button .arrow,
.cover-slider .flickity-prev-next-button .arrow {
    fill: #000;
}
.featured-slider .flickity-prev-next-button:hover .arrow,
.cover-slider .flickity-prev-next-button:hover .arrow {
    fill: #FFF;
}

.featured-slider .flickity-prev-next-button.previous,
.cover-slider .flickity-prev-next-button.previous {
    left: unset;
    right: 52px !important;
}

.cover-slider .flickity-viewport {
    perspective: 1000px;
}
.cover-slider .flickity-slider {
    transform-style: preserve-3d;
}
.cover-slider .cover-single-slide {
    transition: all 0.3s ease;
    transform: scale(0.8) rotateY(45deg);
    opacity: 0.6;
    margin-right: 20px;
    background-size: contain;
}
.cover-slider .cover-single-slide.is-selected {
    transform: scale(1) rotateY(0deg);
    opacity: 1;
    z-index: 10;
}
.cover-slider .cover-single-slide.is-selected + .cover-single-slide {
    transform: scale(0.9) rotateY(-15deg);
    opacity: 0.8;
}
.cover-slider .cover-single-slide.is-selected + .cover-single-slide + .cover-single-slide {
    transform: scale(0.8) rotateY(-30deg);
    opacity: 0.6;
}
.cover-slider .cover-single-slide:not(.is-selected):not(.is-selected + .cover-single-slide):not(.is-selected + .cover-single-slide + .cover-single-slide) {
    transform: scale(0.7) rotateY(60deg);
    opacity: 0.4;
}
.cover-slider .video-lightbox {
    position: absolute;
    top: 50%;
    left: 50%;
}


.flickity-page-dots .dot {
    width: 56px;
    height: 4px;
    margin: 0 4px;
    border-radius: 0;
    opacity: 0.3;
}

.largertext p {
    font-family: "PT Sans", sans-serif;
    font-family: 'Montserrat';
    font-size: 18px;
    font-size: 17px;
}

.headerwrapper {
    padding: 0;
}

#headermain {
    padding: 0 30px;
}

.headersocial svg g {
    fill: #000;
}

/* Inline #44 | https://nssf.lndo.site/ */

#headertop {
    background: #e3e3e3;
    padding: 5px 30px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.headersocial a {
    margin-right: 20px;
}

.headersocial a:hover,
.headersocial a:focus,
.headersocial a:active {
    text-decoration: none;
}

.headersocial a:hover svg g {
    fill: #3d506c;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.headersocial a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-size: 0;
    display: inline-block;
}

#headertop #top-header-menu li::before {
    display: none;
}

#headertop #top-header-menu li a {
    color: black;
    font-size: 12px;
    padding: 0 15px;
    font-weight: 600;
}

.transparent-logo::before {
    top: 26px;
}

.mission {
    padding: 160px 0 70px;
}

/* Featured Events section on homepage */
.upcoming-events .flex-row {
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0 40px;
    height: 100%;
}

.upcoming-events .flex-row .event-single-wrapper {
    width: 50%;
    height: 100% !important;
    display: block;
    position: relative;
}

.visuallyhidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

:focus,
a:focus,
.headersocial a:focus {
    outline: 1px dotted #3d506c;
}

.gform_legacy_markup_wrapper li.gfield .gfield_repeater_wrapper fieldset legend.gfield_label {
    width: 0;
}

.gform_legacy_markup_wrapper li.gfield .gfield_repeater_wrapper fieldset {
    padding: 30px;
}

/* Watson style updates */
.nssf-virtual-assistant .chat-footer strong,
.chat-container #chat-assistant.nssf-virtual-assistant .chat-footer .w-for {
    color: white !important;
    opacity: 1 !important;
}

.advisory-counsil .ac-wrapper .ac-single h3 {
    font-size: 14px;
    line-height: 1.14;
    text-align: center;
    color: #000;
    margin: 6px 0;
    padding: 0;
}

.advisory-counsil .ac-wrapper .ac-single:hover .ac-info h3 {
    color: white;
}

.upcoming-events .events-wrapper .event-single h3 {
    margin: 0 0 10px;
    position: relative;
    z-index: 2;
    font-size: 22px;
}

h3.smaller {
    font-size: 18px;
}

.upcoming-events .events-wrapper .event-single::before {
    background-image: none;
    background-color: #000;
    opacity: 0.8;
}

@media all and (max-width: 1450px) {
    .menu-hide-mobile {
        display: none;
    }

    #headermain .menu-wrap .secondary-navigation a {
        padding: 0 15px 0;
        font-size: 13px;
    }
}

@media all and (max-width: 1676px) {
    .single-retailer-block {
        width: 50%;
    }
}

@media all and (max-width: 1280px) {
    #masthead .headerwrapper {
        padding: 0 !important;
    }
}

@media all and (max-width: 1170px) {
    .half-slider-wrapper .half-slider .half .first_img {
        left: 10px;
    }
    .half-slider-wrapper .half-slider .half img.second_img {
        right: 0;
    }

    .half-slider .flickity-prev-next-button.next {
        right: 10px;
    }

    .half-slider .flickity-prev-next-button.previous {
        right: 60px;
    }
    .cover-slider .cover-single-slide {
        margin-right: 10px;
    }
    .cover-slider .slider-info {
        display: none;
    }
}

@media all and (max-width: 1030px) {
    .menu-wrap,
    .persona-menus {
        display: none;
    }
    body:has(.header-dropdowns.active) #page {
        margin-top: 0px;
    }
}

@media all and (max-width: 1024px) {
    .banner-home .banner-content img.banner-text {
        top: 20%;
    }

    .banner-content .sub {
        bottom: 33%;
    }

    .news.with-sidebar .wrapper .masonry .masonry-w .block.large,
    .news.with-sidebar .wrapper .masonry .masonry-w .block {
        padding: 0 5px !important;
    }

    .half-slider-wrapper .half-slider .half img.second_img {
        display: none;
    }

    #where-to-buy-form .nice-select,
    #where-to-buy-form select {
        width: 100%;
    }
}

@media all and (max-width: 820px) {
    .half-slider-wrapper .half-slider .half .first_img {
        left: 0px;
    }

    .banner-content .sub {
        display: none;
    }

    .banner-home .banner-content img.banner-text {
        top: 33%;
    }

    .half-slider-wrapper {
        margin-bottom: 0;
    }

    .half-slider-wrapper .half-slider .half {
        width: 100%;
    }

    .half-slider-wrapper .half-slider .half .first_img {
        max-width: 90%;
        top: 0;
        position: relative;
        display: block;
        margin: auto;
    }

    .half-slider-wrapper .half-slider .half .sub:before {
        display: none;
    }

    .half-slider .flickity-prev-next-button.next {
        right: 20px;
    }

    .half-slider .flickity-prev-next-button.previous {
        right: auto;
        left: 20px;
    }

    .half-slider-wrapper .half-slider .half h2 {
        margin-bottom: 0;
    }

    .half-slider-wrapper .half-slider .half h3 {
        margin-top: 10px;
    }

    .half-slider-wrapper .half-slider .half .sub {
        display: block;
        margin-top: 20px;
    }

    .half-slider-wrapper .half-slider .half img,
    .half-slider-wrapper .half-slider .half .first_img {
        max-width: 100%;
    }

    .upcoming-events .flex-row .event-single-wrapper {
        width: 50%;
    }
}

@media all and (min-width: 783px) {
    .admin-bar .header-dropdowns {
        top: 172px;
    }
}

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

    .featured-single-slide {
        /* padding-bottom: 58%; */
        height: 100% !important;
    }

    .featured-single-slide .slider-info {
        padding-bottom: 50px;
    }

    #page {
        margin-top: 124px;
    }

    #chat-notification {
        top: 90px;
    }

    #headermain .rhead-wrap #chatbot-menu-link .text {
        display: none;
    }

    .classified-single-content .tar {
        justify-content: flex-start;
        margin-top: 15px;
    }

    #classifieds-form .half,
    #classifieds-form .third {
        width: 100%;
    }

    .industry-wrapper .slider-content .button.ml,
    .industry-wrapper .slider-content a.button.ml {
        margin-left: 0;
        display: inline-block;
    }

    .industry-reference-slides {
        padding: 40px;
    }

    .industry-slider .featured-image {
        width: 40%;
    }

    .wysiwyg .tac {
        padding-left: 10px;
        padding-right: 10px;
    }

    .wysiwyg.tac br {
        display: none;
    }

    .alert-home-wrapper {
        display: none;
    }

    .transparent-logo::before {
        display: none;
    }

    .mission {
        padding: 70px 0 70px;
    }

    .featured-video {
        width: auto;
    }
    
    #headermain {
        margin-top: 32px;
    }
    .sideicons {
        z-index: 10002;
    }
    .sideicons .fl-icon-group {
        height: 32px;
        top: 0;
        flex-direction: row;
        width: 100%;
        justify-content: space-evenly !important;
        border-radius: 0;
    }
}

@media all and (max-width: 600px) {
    #page {
        margin-top: 90px;
    }

    .social-share-section .single {
        margin: 0 40px;
    }

    .social-share-section .single.fourth {
        grid-column-end: span 12;
    }
    .social-share-section .single.third {
        grid-column-end: span 12;
    }

    .social-share-section .single.half {
        grid-column-end: span 12;
    }

    .social-share-section .single.three_fourths {
        grid-column-end: span 12;
        /* flex: 1 1 100%; */
    }

    .social-share-section .single.full {
        grid-column-end: span 12;
        /* flex: 1 1 100%; */
    }

    .social-share-section {
        padding: 0 !important;
    }

    .single-retailer-block {
        width: 100%;
    }

    .featured-slider .flickity-viewport, .cover-slider .flickity-viewport {
        height: 540px !important;
    }

    .featured-slider .slider-info {
        top: auto;
        bottom: 0;
        padding-bottom: 50px !important;
        width: 100%;
        transform: none;
        padding: 25px;
    }

    .featured-single-slide, .cover-single-slide {
        padding-bottom: 0;
        height: 400px;
    }


    .featured-slider .slider-info {
        background: #3d506cdb;
    }

    .featured-slider .flickity-page-dots .dot, .cover-slider .flickity-page-dots .dot {
        width: 22px;
        margin: 0 8px;
    }

    .industry-reference-slides,
    .button,
    a.button {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .industry-wrapper .slider-content {
        flex-wrap: wrap;
    }

    .industry-slider .info {
        padding: 20px 0;
    }

    .industry-slider .featured-image,
    .industry-slider .info {
        width: 100%;
    }

    .home .bottom-cta p {
        max-width: 100% !important;
    }

    #headertop {
        display: none;
    }

    .upcoming-events .flex-row .event-single-wrapper {
        width: 100%;
    }
}

/* Header overrides */
#headermain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.fancybox__iframe:focus {
    outline: none;
}

.fancybox__container {
    z-index: 100000;
}

/* ADA April */

.featured-image-credit,
.blog-single #primary .featured-image-credit {
    font-size: 10px;
    font-style: italic;
    text-align: right;
}

#headerdropdowns-wrapper .video-content a {
    text-decoration: underline;
}

.blog-single.entry-content a,
.single-categories a.single-cat {
    text-decoration: underline;
}

.events-half-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.events-half {
    width: 50%;
}

@media all and (max-width: 1500px) {
    .upcoming-events .events-wrapper.padded {
        width: 100%;
    }
}

@media all and (max-width: 1200px) {
    .events-half-wrapper {
        flex-wrap: wrap;
        gap: 0;
    }

    .events-half {
        width: 100%;
    }
}

/* Enter Your Custom CSS Here */
.blog-single #primary .featured-image .featured-image-content:after {
    content: "";
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(transparent));
    background-image: -webkit-linear-gradient(bottom, transparent, transparent);
    background-image: -o-linear-gradient(bottom, transparent, transparent);
    background-image: linear-gradient(to top, transparent, transparent);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.addeventatc {
    visibility: hidden;
    z-index: -100;
}

.contentLink {
    text-decoration: underline;
    font-weight: bolder;
}

/* added 031519 LS - for ECR table - can probably be re-used for other table-to-div conversion */
/* DivTable.com */
.divECRTable {
    display: table;
    width: 100%;
}
.divECRTableRow {
    display: table-row;
}
.divECRTableHeading {
    background-color: #eee;
    /*	display: table-header-group;*/
}
.divECRTableCell,
.divECRTableHead {
    border-top: #cccccc solid 1px;
    display: table-cell;
    padding: 3px 10px;
    vertical-align: top;
}
.divECRTableHeading {
    background-color: #eee;
    display: table-header-group;
    font-weight: bold;
}
.divECRTableFoot {
    background-color: #eee;
    display: table-footer-group;
    font-weight: bold;
}
.divECRTableBody {
    display: table-row-group;
}

/* end ECR table add */

/* added 041819 LS - for RRBE agenda joop joop - can probably be re-used for other accordions */
/* Shared for all accordion types */
.LS-accordion {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0 auto;
    /*border-top:1px solid #000000; */
    /*border-left:1px solid #000000;
  border-radius:10px;*/
    max-width: 800px;
    padding: 20px;
    background: #fff;
}
.LS-accordion ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.LS-accordion li {
    padding-left: 20px;
    margin: 0;
}
.LS-accordion [type="checkbox"],
.LS-accordion [type="checkbox"] {
    display: none;
}
.LS-accordion label {
    display: block;
    font-size: 16px;
    line-height: 20px;
    background: #3d506c;
    border: 1px solid #333333;
    color: #e7e9e7;
    text-shadow: 1px 1px 1px rgba(39, 39, 43, 0.3);
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}

.LS-accordion ul li label:hover,
.LS-accordion [type="checkbox"]:checked ~ label,
.LS-accordion [type="checkbox"]:checked ~ label {
    background: #9f9c99;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(39, 39, 43, 0.5);
}
.LS-accordion .content {
    padding: 0 10px;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #333333;
    overflow: hidden;
    border: 1px solid #ffffff; /* Make the border match the background so it fades in nicely 
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;*/
}
.LS-accordion p {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #333333;
    margin: 0 0 10px;
}
.LS-accordion h3 {
    color: #000000;
    padding: 0;
    margin: 10px 0;
}
.LS-accordion h4 {
    padding: 15px 0;
}

/* Vertical */
.vertical ul li {
    overflow: hidden;
    margin: 0 0 1px;
}
.vertical ul li label {
    padding: 10px;
}
.vertical [type="checkbox"]:checked ~ label,
.vertical [type="checkbox"]:checked ~ label {
    border-bottom: 0;
}
.vertical ul li label:hover {
    border: 1px solid #000000; /* We don't want the border to disappear on hover */
}
.vertical ul li .content {
    height: 0px;
    border-top: 0;
}
.vertical [type="checkbox"]:checked ~ label ~ .content,
.vertical [type="checkbox"]:checked ~ label ~ .content {
    height: auto;
    border: 1px solid #000000;
}
/* end accordion add */

/* GENERIC DIV TABLE STYLING ADDED 03182020 LS */
.divTable {
    display: table;
    width: 100%;
}
.divTableRow {
    display: table-row;
}
.divTableHeading {
    background-color: #eee;
    display: table-header-group;
}
.divTableCell,
.divTableHead {
    /*	border: 1px solid #999999; */
    display: table-cell;
    padding: 3px 10px;
}
.divTableHeading {
    background-color: #eee;
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    background-color: #eee;
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}

/* added 04292020 for 2-column display */
.articleColumns {
    -webkit-columns: 2 200px;
    -moz-columns: 2 200px;
    columns: 2 200px;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
    -webkit-column-rule: 1px solid #333;
    -moz-column-rule: 1px solid #333;
    column-rule: 1px solid #333;
}

/* added 05212020 blue gradient */
.blueGradient {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e7e9e7), to(rgba(0, 0, 0, 1)));
    background-image: linear-gradient(#e7e9e7, #ffffff);
}

.charitable-donation-form input {
    border: 1px solid lightgray !important;
}

#charitable_field_cc_expiration fieldset > :not(.charitable-fieldset-field-header) {
    float: none;
}

.campaign-donation-receipt #primary {
    padding-left: 30px;
    padding-right: 30px;
}

/* added 02172021 WRP styles - /research/wildlife-restoration-program */
.statsText {
    font-family: Abril Fatface, Times, serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 30px;
}
.mapText {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 12px;
}

/* added 08302022 mouseover for image display */
.hiddenimg {
    display: none;
}

.hiddentxt {
    font-weight: bold;
    color: #f00;
    z-index: 99;
}

.hiddentxt a {
    color: #f00;
    text-decoration: none;
    z-index: 99;
}

.hiddenclick {
    font-weight: bold;
    color: #f00;
    text-decoration: none;
    cursor: pointer;
}

.hiddenclick a {
    color: #f00;
    text-decoration: none;
}

.hiddenclick a:visited {
    color: #f00;
    text-decoration: none;
}

.hiddentxt:hover ~ .hiddenimg {
    display: block;
    position: absolute;
    z-index: 2;
}

.hiddenclickimg {
    display: none;
}

/* added 061223 for 3-column display */
.articleColumns3 {
    -webkit-columns: 3 150px;
    -moz-columns: 3 150px;
    columns: 3 150px;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
    -webkit-column-rule: 1px solid #999;
    -moz-column-rule: 1px solid #999;
    column-rule: 1px solid #999;
}

/* added 100623 for 2-column display NO vertical line */
.articleColumnsNoDiv {
    -webkit-columns: 2 200px;
    -moz-columns: 2 200px;
    columns: 2 200px;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
}

input[type="password"] {
    border: 1px solid #999999;
    border-radius: 4px;
}

.page-template-template-subpage-with-children .upcoming-events .events-wrapper .event-single h3 {
    font-size: 16px;
}

.page-template-template-subpage-with-children .events-wrapper.padded {
    width: 100%;
    padding: 0 30px;
}




.welcome .bottom {
    text-align: revert;
}

/*
div.pure-g {
    flex-direction: column;
}
*/

.pure-g #primary,
.pure-g #secondary {
    width: 100%;
}

div.blog-single-wrapper {
    padding: 30px 30px 30px 30px;
}

@media all and (max-width: 992px) {

    div#secondary {
        flex-direction: column;
    }

    div#secondary section {
        width: 100%;
    }

}




.newCols {
    display:block;
}
.newCols ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}
.newCols ul li {
    background-color: #E7E9E7;
    padding: 20px;
    height: 150px;
    overflow: auto;
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newCols ul li a {
    color: var(--NSSF-Blue, #3D506C);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: capitalize;
}


h2.h2_star_ranges {
    color: var(--NSSF-Blue, #3D506C);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.36px;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
}

/* for mobile */
@media all and (max-width: 675px) {
    .newCols.star_ranges ul li {
        width: 100%;
    }
}

.newCols.star_ranges strong {
    color: var(--NSSF-Blue, #3D506C);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700 !important;
    letter-spacing: 0.36px;
    margin: 0 0 10px 0;
}

.newCols.star_ranges ul li a {
    font-weight: normal;
    text-transform: lowercase;
    font-size: 13px;
    text-decoration: underline;
}



/* Swift FAQ Accordion */
.swiftfaq-accordion {
    max-width: 100%;
}
.swiftfaq-category-group h2 {
    font-size: 18px;
    border-bottom: none;
    margin-bottom: 22px;
}
.swiftfaq-item {
    margin-bottom: 9px;
    border-radius: 0;
    border: none;
    background-color: #E7E9E7;
}
.swiftfaq-item summary {
   padding: 28px 30px;
   color: #3D506C;
}
.swiftfaq-item summary::after {
    content: '\2198';
    transform: translateY(-50%) rotate(45deg);
    right: 30px;
    font-size: 30px;
}
.swiftfaq-item[open] summary::after {
    content: '\2198';
    transform: translateY(-50%) rotate(225deg);
}




.callouts a {
    text-decoration: none !important;
    text-align: left;
    color: #fff;
}

