
/*******Audience Page*******/
.naf-advantage {
    padding: 0 !important;
}
.copy-title {
    font-family : DIN-Bold,Arial,Helvetica,sans-serif;
    font-weight : bold;
    font-size : 26px;
    color : #000000;
    color : rgb(0, 0, 0);
}

.grid-section .audience-grid{
    grid-auto-rows: 400px;
}

.grid-item:hover .grid-overlay {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;:
}
.grid-item .grid-overlay .grid-title{
    text-decoration: underline transparent;
}
.grid-item:hover .grid-overlay .grid-title{
    text-decoration: underline white;
    transition: text-decoration .7s;
}
.audience-h3 {
    font-family : DIN-Bold ,Arial,Helvetica,sans-serif;
    font-weight : bold;
    font-size : 40px;
    color : #000000;
    color : rgb(0, 0, 0);
    line-height: 1;
}

.h3-subtext {
    padding: 0 18em;
    margin-top: 0;
    margin-bottom: 3em;
}
.hidden {
    display: none;
}

.audience-grid .grid-overlay-text {
    display: grid;
    padding: 0px 40px;
    text-align: left;
}

.audience-grid .grid-category {
    font-family: DIN-Regular;
    font-size : 17px;
    color : #FFFFFF;
    color : rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
}
.audience-grid .grid-title {
    font-weight : bold;
    font-size : 23px;
    color : #FFFFFF;
    color : rgb(255, 255, 255);
}
.audience-grid .grid-item {
    border: none;
}
.audience-grid .grid-content {
    font-size : 15px;
    color : #FFFFFF;
    color : rgb(255, 255, 255);
    align-self: end;
}
.audience-grid .grid-overlay-text p {
    line-height: 1.5;
    font-family: DIN-Regular, Arial, Helvetica;
}
p.grid-title {
    padding-top: 58px;
    margin-bottom: 0;
    margin: 0;
}

.bottom-bar {
    height: 13px;
    background: #32b04a;
    position: relative;
    bottom: 10px;
}

.no-max-width { max-width: 144em !important;}

.flex {
    display:flex;
    justify-content: space-around;
}
.right-border {

}
.bar {
    position: relative;
    left: 7%;}
.left-border {
    width: 70%;
    margin: 0 auto;
}
.left-border p {
    text-align: left;
    margin-top: 4em;
}

.advantage-title {
    width: 30%;
    margin-top: 8em;
}

.naf-advantage {
    margin:3em;
}

.audience-h3 span {
    font-size: 70%;
    border-top: 7px solid #32b04a;
    clear: both;
    min-width: 120px;
    height: 31px;
    display: table;
    font-family: "AvenirNext",Arial,Helvetica,sans-serif;
    font-weight: 100;
    margin: 0 auto;
    padding-top: 6px;
    text-align: center;
    text-transform: uppercase;
}

.audience-container p.circle {
    margin-bottom: 0;
    margin-top: 3em;
}

html {
    scroll-behavior: smooth;
}

#scroll-form {
    height: 7em;
}

button.btn-cta {
    width: 165px;
    height: 45px;
    background: #3C9C4E;
    border: none;
    border-radius: 3px;
    padding: 0;
}
button.btn-cta a {
    color: white;
}
button.btn-cta:hover {
    background: white;
    border: 1px solid #3C9C4E;
}
button.btn-cta:hover a {
    color: #3C9C4E;
}
.owl-prev, .owl-next{
    height: 75px;
    position: absolute;
    width: 50px;
    top: 34%;
    display: block !important;
    border:0px solid black;
    background-color: rgba(0,0,0,.25) !important;
    border-radius: 10px;
}
.owl-prev {
    left: 48px;
}
.owl-next {
    right: 53px;
}
button.owl-prev:hover .fa-angle-left {
    color:#32b04a;
    transition: all 0.3s;
}
button.owl-next:hover .fa-angle-right {
    color:#32b04a;
    transition: all 0.3s;
}
button:focus {outline:0;}
.owl-prev i, .owl-next i {color: #c6c8ca;}
.fa-angle-left, .fa-angle-right {
    font-size: 50px;
}
.audience-section .flex{
    flex-direction: column;
}
.advantage-title {
    align-self: center;
    width: 100%;
    margin-top: 0;
}

.left-border-container {
    width: 100%;
    min-height: 19em;
    display: flex;
}
.img-hover-zoom {
    overflow: hidden;
    -ms-scroll-limit: 0 0 0 0;
    height: 100%
}

.img-hover-zoom img {
    overflow: hidden;
    -ms-scroll-limit: 0 0 0 0;
    transition: transform 1s ease;
    height: 100%
}

.img-hover-zoom:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    overflow: hidden;
    -ms-scroll-limit: 0 0 0 0;
}
.img-hover-zoom:hover .grid-overlay{
    background-color: rgba(0,0,0,0.5);
}
a.grid-item, .grid-overlay {
    overflow: hidden;
    -ms-scroll-limit: 0 0 0 0;
    height: 100%
}
section.grid-section.container {
    margin-bottom: 3em !important;
}


p.the-quote {
    padding-right: 86px;
    padding-left: 86px;
}
.attribution {
    padding-right: 86px;
    padding-left: 86px;
}

@media only screen and (max-width: 1120px) {
    .bar {
        margin-top: 3em;
    }
}

@media only screen and (max-width: 964px) {

    .audience-container .circle img{
        width: 150px;
    }


    section.naf-advantage.no-max-width.audience-section {
        padding: 0;
    }
    .h3-subtext {
        margin-left: 1em;
        margin-right: 1em;
        padding: 0;
    }
    .advantage-title h2, .left-border{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px){
    .background-hover {
        top: 36px;
    }
    #scroll-form {
        height: 4em;
    }
    .bar {
        display: none;
    }
    .read_more_view.expander {
        margin-top: 2em;
    }
    .left-border { width: 100% }
    section.grid-section.container {
        margin-bottom: 0 !important;
    }

    p.the-quote {
        padding-right: 37px;
        padding-left: 37px;
    }
    .attribution {
        padding-right: 37px;
        padding-left: 37px;
    }
    .owl-prev{
        left: 0px;
    }
    .owl-next{
        right: 2px;
    }
    .hero_img label {
        top: 30%;
    }
}
@media screen and (max-width: 600px){
    .hero_img label {
        top: 24%;
    }
}
ul.how-it-works:before {
    position:unset !important;
}
ul.how-it-works:after {
    position:unset !important;
}