

/*-------------------------------------------------------------------------*/
/* 1. Browser Reset
/*-------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    /*font: inherit;*/
    vertical-align: baseline;
}

input[type=submit] {
    -webkit-appearance: none
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
    max-width: 100%
}

body {
    max-width: 100%;
    overflow-x: hidden;
    background: white;
    font-family: 'Raleway',sans-serif;
    color: #676767;
    position: relative;
    /*padding-top: 5rem;*/
}

ol, ul {
    list-style: none
}

input[type=text]::-ms-clear {
    display: none
}

sup {
    font-size: 10px;
    vertical-align: super
}

sub {
    font-size: 10px;
    vertical-align: sub
}

p:empty {
    display: none
}

article, aside, details, figcaption,
figure, footer, header, hgroup,
menu, nav, section {
    display: block
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Self clearing floats - clearfix method */
.row:after,
.col:after,
.clr:after,
.group:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*-------------------------------------------------------------------------*/
/* 2. Globally Applied Styles
/*-------------------------------------------------------------------------*/



@font-face {
    font-family: 'Raleway';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Raleway-Regular.eot');
    src: url('../fonts/Raleway-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Raleway-Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Raleway-Regular.woff') format('woff'); /* Modern Browsers */
}

@font-face {
    font-family: 'Ralewaymedium';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Raleway-Medium.eot');
    src: url('../fonts/Raleway-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Raleway-Medium.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Raleway-Medium.woff') format('woff'); /* Modern Browsers */
}

@font-face {
    font-family: 'Ralewaybold';
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/Raleway-Bold.eot');
    src: url('../fonts/Raleway-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Raleway-Bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Raleway-Bold.woff') format('woff'); /* Modern Browsers */
}


body {
    -webkit-font-smoothing: antialiased;
    font-family: "Raleway" !important;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    /*color: #9a9b9d;*/
    color: rgba(23, 33, 84, 0.7);
    padding-top: 71px;
    font-variant-ligatures: no-common-ligatures;
}


.clear {
    clear: both
}

.subheader {
    color: #6F6F6F;
    margin-bottom: 15px
}

a {
    color: #3555ff;
    text-decoration: none;
    transition: color 0.2s;
    -webkit-transition: color 0.2s
}

    a:hover {
        color: inherit
    }

h1 {
    font-size: 54px;
    line-height: 62px;
    margin-bottom: 7px
}

h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 7px
}

h3 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 7px
}

h4 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 7px
}

h5 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 7px
}

h6 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 7px
}

h1, h2, h3, h4, h5, h6 {
    color: rgba(23, 33, 84, 1);
    font-weight: 700;
}

.whiteText {
    color: #fff;
}

p {
    margin-bottom: 1rem;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.btn-outline-primary {
    color: #151b4e;
    border-color: #151b4e;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #151b4e;
        border-color: #151b4e;
    }

.subtitle {
    font-size:24px;
}

.blue-landing-section a.btn-outline-primary {
    border-color: #fff;
    text-decoration: none;
}

a.btn-outline-white {
    border-color: #fff;
    color:#fff;
    text-decoration: none;
}
    .btn-outline-white:hover {
        color: #151b4e;
        background-color: #fff;
        border-color: #fff;
    }


.section-title h5 {
    color: #0c5adb;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 5px;
}

.blue-landing-section .section-title h5, .blue-landing-section h1, .blue-landing-section h2, .blue-landing-section h3, .blue-landing-section h4 {
    color: #fff;
}

.blue-landing-section {
    padding: 45px 45px 45px 45px;
    background-color: #004ebc;
}

    .blue-landing-section a {
        color: #fff;
        text-decoration: underline;
    }

        .blue-landing-section a:hover {
            color: rgba(0, 156, 229, 1);
            font-weight: 700;
        }



.grey-landing-section {
    padding: 45px 45px 45px 45px;
    background-color: #E9EDF0;
}

@media (max-width: 767px) {
    .mob-pad {
        margin-top: 250%;
    }
    .mob-logo {
        max-width:200px;
    }
}

    ul {
        margin-left: 2%;
    }

        ul.check {
            list-style-image: url('/images/bullets/BenefitsIcons_CheckMark16.png');
            margin-left: 10%;
        }

        ul.perks {
            list-style-image: url('/images/bullets/BenefitsIcons_Perks16.png');
            margin-left: 5%;
        }

        ul.benefits {
            list-style-image: url('/images/bullets/BenefitsIcons_Benfits16.png');
            margin-left: 5%;
        }

    .landing-section {
        padding: 0px 45px 45px 45px;
    }



    .modal-header {
        background-color: #004ebc;
    }

    .modal-title {
        color: #fff;
    }

    .hero-gradient {
        background-color: rgba(23, 33, 84, 0.7);
    }

    .hero-image {
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        position: relative;
        background-position: center;
        padding-bottom: 0;
    }
    /* add media query for mobile
    .hero-image {
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    position: relative;
    background-position: center;
    padding-bottom: 0;
}
    .jumbotron {
    padding: 2rem 1rem;
        padding-right: 1rem;
        padding-bottom: 2rem;
        padding-left: 1rem;
    margin-bottom: 0rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}
*/



    /*************************************************************************************************/
    /********                      Header/Navigation Styles                                  *********/
    /*************************************************************************************************/
    /*.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #009ce5 #009ce5 #dee2e6;
}*/
    /*.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #009ce5;
    background-color: #fff;
    border-color: #009ce5 #009ce5 #fff;
}*/
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(23, 33, 78, 0.9);
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgba(23, 33, 84, 0.9);
        font-weight: 400;
        font-size: 1.0625rem;
    }

    .nav-link:hover {
        color: rgba(0, 156, 229, 0.9);
    }

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0, 156, 229, 0.7);
        text-decoration: underline;
    }

    .dropdown-item:hover {
        color: rgba(0, 156, 229, 0.7);
    }

    .btn-primary {
        color: #fff;
        background-color: #0047bb;
        border-color: #0047bb;
    }

        .btn-primary:hover {
            color: #fff;
            background-color: #009ce5;
            border-color: #009ce5;
        }


    /*************************************************************************************************/
    /********                               Footer Styles                                    *********/
    /*************************************************************************************************/
    footer {
        background-color: #151b4e;
    }

        footer a {
            color: #fff;
        }

            footer a:hover {
                color: #009ce5;
            }

    .footer-tabs li:first-child {
        border-left: none !important;
    }

    .footer-tabs li {
        border-left: 1px solid #fff;
    }

    .footer-tabs .nav-link {
        padding: .1rem 1rem .1rem 1rem
    }

    /*************************************************************************************************/
    /********                              Misc Styles                                    *********/
    /*************************************************************************************************/

    strong {
        font-weight: 700;
    }

    .lead {
        font-weight: 400;
        color: #888888;
    }

    .lead {
        font-size: 1.35714286em;
        line-height: 1.68421053em;
        font-weight: 400;
    }

    @media all and (max-width: 767px) {
        .lead {
            font-size: 1.35714286em;
            line-height: 1.68421053em;
            font-weight: 400;
        }
    }

    .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

   


   

    @media (min-width: 768px) {
        .bd-placeholder-img-lg {
            font-size: 3.5rem;
        }

        .desktop-padding {
            padding-top: 70px;
        }
    }

    .card-footer {
        /*background-color: transparent;*/
        border-top: none;
    }

        .card-footer:last-child {
            border-radius: 0;
        }

    /*#lifeTMNASheader:hover {
    display:none;
}*/

    .home-graphic {
        position: absolute;
        top: 11%;
        width: 100vw;
        margin-left: -51vw;
        left: 51.6%;
    }

    @media (min-width: 320px) and (max-width: 640px) {
        .home-graphic {
            top: 13.5%;
        }
    }

    @media (min-width: 641px) and (max-width: 768px) {
        .home-graphic {
            top: 15%;
        }
    }

    @media (min-width: 769px) and (max-width: 1024px) {
        .home-graphic {
            top: 13.2%;
        }
    }


    /*************************************************************************************************/
    /********                              testamonials                                   *********/
    #testamonial-slider h2 {
        position: relative;
    }

        #testamonial-slider h2::after {
            content: "";
            width: 130px;
            position: absolute;
            margin: 0 auto;
            height: 3px;
            background: #5b55a4;
            left: 0;
            right: 0;
            bottom: -10px;
        }

    .border {
        border: 3px solid #fff !important;
    }

    #testamonial-slider .carousel-inner .carousel-item .img-box {
        width: 225px;
        height: 225px;
    }

    #testamonial-slider .carousel-control-prev {
        left: -100px;
    }

    #testamonial-slider .carousel-control-next {
        right: -100px;
    }

    #testamonial-slider .carousel-indicators {
        top: 320px;
    }

        #testamonial-slider .carousel-indicators li {
            background-color: rgba(0, 154, 73, 0.8);
        }

        #testamonial-slider .carousel-indicators .active {
            background-color: #009a49;
        }

    #testamonial-slider .carousel-control-next-icon {
        background-image: url("images/Arrow-right.png");
    }

    #testamonial-slider .carousel-control-prev-icon {
        background-image: url("images/Arrow-left.png");
    }

    @media (min-width: 320px) and (max-width: 640px) {
        #testamonial-slider .carousel-inner .carousel-item p {
            font-size: 14px;
        }

        #testamonial-slider .carousel-control-prev {
            left: -40px;
        }

        #testamonial-slider .carousel-control-next {
            right: -40px;
        }

        #testamonial-slider .carousel-indicators {
            top: 400px;
        }
    }



    /*************************************************************************************************/
    /********                               Social Feed Styles                               *********/
    /*************************************************************************************************/

    .feeds-wrapper {
        text-align: center;
        margin: 0px auto 50px auto;
    }

        .feeds-wrapper a {
            color: #00205b;
        }

            .feeds-wrapper a, .feeds-wrapper a:hover {
                text-decoration: none;
                font-weight: normal;
            }

        .feeds-wrapper .tabs {
            margin-top: 24px;
            margin-bottom: 16px;
            font-size: 15px;
            padding: 0px;
            list-style: none;
            background: #fff;
            box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
            display: inline-block;
            border-radius: 50px;
            position: relative;
        }

            .feeds-wrapper .tabs a {
                text-decoration: none;
                color: #777;
                text-transform: uppercase;
                padding: 10px 20px;
                display: inline-block;
                position: relative;
                z-index: 1;
                transition-duration: 0.6s;
                font-weight: normal;
            }

                .feeds-wrapper .tabs a.active {
                    color: #fff;
                }

                .feeds-wrapper .tabs a i {
                    margin-right: 5px;
                }

            .feeds-wrapper .tabs .selector {
                height: 100%;
                display: inline-block;
                position: absolute;
                left: 0px;
                top: 0px;
                z-index: 1;
                border-radius: 50px;
                transition-duration: 0.6s;
                transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
                background: #00205B;
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#8200f4',GradientType=1 );
            }

    .feed-tab.hidden {
        display: none;
    }

    .feeds-container {
        background: rgb(255, 255, 255); /* Fallback for older browsers without RGBA-support */
        background: rgba(255, 255, 255, 0.5);
        margin: 0 auto;
        border-radius: 5px;
        max-width: 360px;
        height: 500px;
        padding: 10px;
    }

        .feeds-container .feed-tab {
            overflow-x: hidden;
            overflow-y: auto;
        }

    .instagram-outer-wrapper, .fb-wrapper {
        height: 480px;
        background-color: #ffffff;
        padding: 8px;
        border-radius: 5px;
        margin: 0 auto;
    }

    .instagram-inner-wrapper {
        height: 466px;
    }

        .instagram-inner-wrapper > h4 {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .instagram-inner-wrapper .img-wrapper {
            border-radius: 50%;
            height: 60px;
            width: 60px;
            margin-right: 16px;
            display: inline-block;
            overflow: hidden;
            border: 1px solid rgba(0,0,0,.0975);
            vertical-align: middle;
        }

        .instagram-inner-wrapper .profile-pic {
            width: 100%;
            height: 100%;
        }

        .instagram-inner-wrapper hr {
            margin: 0.5rem 0;
        }

    #instafeed, .juicer-feed {
        overflow-x: hidden;
        overflow-y: auto;
        height: 387px;
    }

        #instafeed .insta-item {
            max-width: 150px;
        }

            #instafeed .insta-item a {
                display: block;
                position: relative;
            }

            #instafeed .insta-item img {
                max-width: 100%;
                max-height: 100%;
            }

    /*************************************************************************************************/
    /********                               Flip Box Styles                               *********/
    /*************************************************************************************************/

    .bod-flip-box .flip-inner .flip-back {
        background-color: #009ce5 !important;
    }

    .bod-flip-box .flip-inner .flip-front {
        border: 3px solid #009ce5;
        background-color: transparent !important;
    }

    .flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    @media (min-width: 576px) {
        .flex-container {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }
    }

    .flex-column {
        margin: 10px 8px
    }

    /*Carousels*/
    .ti-angle-right:before {
        content: "\e649";
    }

    .ti-angle-left:before {
        content: "\e64a";
    }

    /*************************************************************************************************/
    /********                               Carousel/Image Rotator Styles                               *********/
    /*************************************************************************************************/

    .carousel {
        /*background: #2f4357;*/
        margin-top: 20px;
    }

    .carousel-item {
        text-align: center;
        min-height: 280px; /* Prevent carousel from being distorted if for some reason image doesn't load */
    }

    .slider-gradient {
        background: #F0F3F6;
        box-shadow: 0px 4px 32px 37px rgb(240, 245, 249);
        height: 150px;
        margin-bottom: 40px;
        width: 100%;
    }

.slider-solid {
    height: 150px;
    margin-bottom: 40px;
    width: 100%;
}

    .carousel-indicators li {
        background-color: #004ebc;
    }

    .carousel-control-next-icon-color {
        background: url(../images/bullets/sliderright.png) no-repeat !important;
    }

    .carousel-control-prev-icon-color {
        background: url(../images/bullets/sliderleft.png) no-repeat !important;
    }


    .carousel-control-next-icon {
        background: url(../images/bullets/right-circle.png) no-repeat !important;
    }

    .carousel-control-prev-icon {
        background: url(../images/bullets/left-circle.png) no-repeat !important;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 30px;
        height: 30px;
    }

    .carousel-control-next-icon-color, .carousel-control-prev-icon-color {
        width: 30px;
        height: 30px;
        display: inline-block;
    }
    /*.imagebox img {
    width: 100%;
}*/
    .imagebox {
        cursor: pointer;
    }

    /*#Charities .carousel-control-prev, #Charities .carousel-control-next {
    top: -11% !important;
}

.slider-gradient .carousel-control-prev {
    right: 9% !important;
    left: auto !important;
    width: 4% !important;
}

#Charities .carousel-control-next {
    right: 0%;
}*/





    /**************************************************************************************************
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

    .owl-carousel,
    .owl-carousel .owl-item {
        -webkit-tap-highlight-color: transparent;
        position: relative;
    }

    .owl-carousel {
        display: none;
        width: 100%;
        z-index: 1;
    }

        .owl-carousel .owl-stage {
            position: relative;
            -ms-touch-action: pan-Y;
            -moz-backface-visibility: hidden;
        }

            .owl-carousel .owl-stage:after {
                content: ".";
                display: block;
                clear: both;
                visibility: hidden;
                line-height: 0;
                height: 0;
            }

        .owl-carousel .owl-stage-outer {
            position: relative;
            overflow: hidden;
            -webkit-transform: translate3d(0,0,0);
        }

        .owl-carousel .owl-item,
        .owl-carousel .owl-wrapper {
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            -webkit-transform: translate3d(0,0,0);
            -moz-transform: translate3d(0,0,0);
            -ms-transform: translate3d(0,0,0);
        }

        .owl-carousel .owl-item {
            min-height: 1px;
            float: left;
            -webkit-backface-visibility: hidden;
            -webkit-touch-callout: none;
        }

            .owl-carousel .owl-item img {
                display: block;
                width: 100%;
            }

        .owl-carousel .owl-dots.disabled,
        .owl-carousel .owl-nav.disabled {
            display: none;
        }

        .no-js .owl-carousel,
        .owl-carousel.owl-loaded {
            display: block;
        }

        .owl-carousel .owl-dot,
        .owl-carousel .owl-nav .owl-next,
        .owl-carousel .owl-nav .owl-prev {
            cursor: pointer;
            cursor: hand;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .owl-carousel.owl-loading {
            opacity: 0;
            display: block;
        }

        .owl-carousel.owl-hidden {
            opacity: 0;
        }

        .owl-carousel.owl-refresh .owl-item {
            visibility: hidden;
        }

        .owl-carousel.owl-drag .owl-item {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .owl-carousel.owl-grab {
            cursor: move;
            cursor: grab;
        }

        .owl-carousel.owl-rtl {
            direction: rtl;
        }

            .owl-carousel.owl-rtl .owl-item {
                float: right;
            }

        .owl-carousel .animated {
            animation-duration: 1s;
            animation-fill-mode: both;
        }

        .owl-carousel .owl-animated-in {
            z-index: 0;
        }

        .owl-carousel .owl-animated-out {
            z-index: 1;
        }

        .owl-carousel .fadeOut {
            animation-name: fadeOut;
        }

    @keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    .owl-height {
        transition: height .5s ease-in-out;
    }

    .owl-carousel .owl-item .owl-lazy {
        opacity: 0;
        transition: opacity .4s ease;
    }

    .owl-carousel .owl-item img.owl-lazy {
        transform-style: preserve-3d;
    }

    .owl-carousel .owl-video-wrapper {
        position: relative;
        height: 100%;
        background: #000;
    }

    .owl-carousel .owl-video-play-icon {
        position: absolute;
        height: 80px;
        width: 80px;
        left: 50%;
        top: 50%;
        margin-left: -40px;
        margin-top: -40px;
        background: url("../images/bullets/owl.video.play.png") no-repeat;
        cursor: pointer;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        transition: transform .1s ease;
    }

        .owl-carousel .owl-video-play-icon:hover {
            -ms-transform: scale(1.3,1.3);
            transform: scale(1.3,1.3);
        }

    .owl-carousel .owl-video-playing .owl-video-play-icon,
    .owl-carousel .owl-video-playing .owl-video-tn {
        display: none;
    }

    .owl-carousel .owl-video-tn {
        opacity: 0;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: opacity .4s ease;
    }

    .owl-carousel .owl-video-frame {
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%;
    }
    /**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

    .owl-theme .owl-dots,
    .owl-theme .owl-nav {
        text-align: center;
        -webkit-tap-highlight-color: transparent;
    }

    .owl-theme .owl-nav {
        margin-top: 10px;
    }

        .owl-theme .owl-nav [class*=owl-] {
            color: #FFF;
            font-size: 14px;
            margin: 5px;
            padding: 4px 7px;
            background: #D6D6D6;
            display: inline-block;
            cursor: pointer;
            border-radius: 3px;
        }

            .owl-theme .owl-nav [class*=owl-]:hover {
                background: #004ebc;
                color: #FFF;
                text-decoration: none;
            }

        .owl-theme .owl-nav .disabled {
            opacity: .5;
            cursor: default;
        }

            .owl-theme .owl-nav.disabled + .owl-dots {
                margin-top: 10px;
            }

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 25px !important;
            height: 5px !important;
            margin: 5px 7px;
            background: #D6D6D6;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity .2s ease;
            border-radius: 30px;
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #004ebc !important;
        }

        .owl-theme .owl-dots .owl-dot.active span {
            background: #004ebc;
            width: 35px;
        }

        .owl-theme .owl-dots .owl-dot:hover span {
            background: #004ebc;
        }

    /*********************************INTERNET EXPLORER HACKS ************************************************************************************************************************************/

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

        .bod-flip-box:hover .flip-inner .flip-back {
            transform: rotateY(0deg);
        }

        .bod-flip-box:hover .flip-inner .flip-back-content {
            transform: rotateY(180deg);
        }

        .bod-flip-box:hover .flip-inner .flip-front {
            transform: rotateY(180deg);
        }

        .flip-front {
            z-index: 2;
            transform: rotateY(0deg);
        }

        /* back, initially hidden pane */
        .flip-back {
            transform: rotateY(-180deg);
        }

        .centered {
            position: absolute;
            top: 50%;
            width: 60%;
            text-align: left;
        }
    }

    /*********************************Custom SVG shape on home page ************************************************************************************************************************************/

    .custom-shape-divider-bottom-1609981781 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
        transform: rotate(180deg);
    }

        .custom-shape-divider-bottom-1609981781 svg {
            position: relative;
            display: block;
            width: calc(100% + 1.3px);
            height: 101px;
            transform: rotateY(180deg);
        }

        .custom-shape-divider-bottom-1609981781 .shape-fill {
            fill: #009A49;
        }

    /** For mobile devices **/
    @media (max-width: 767px) {
        .custom-shape-divider-bottom-1609981781 svg {
            width: calc(100% + 1.3px);
            height: 25px;
        }
    }



    #desktop-header {
        display: block;
    }

    #mobile-header {
        display: none;
    }

    /* #mobile-header #pictureMosaicsEmbed {
        display: none;
    }*/


    @media screen and (max-width: 768px) {

        #desktop-header {
            display: none;
        }

        #lifeTMNASheader {
            display: none;
        }

        #mobile-header {
            display: block;
        }


        /* .dress-for-charity{
        margin-top: 550px;
    }*/

        #accessibilityTitle {
            font-size: 48px;
        }

        #lifeTitle {
            font-size: 48px;
        }

        .mob-color {
            text-shadow: 2px 2px #000000;
        }

        .flip-front-content h2 {
            font-size: 22px;
        }
    }

    @media screen and (max-width: 525px) {
        .dress-for-charity {
            margin-top: 425px;
        }
    }



    @media screen and (min-width: 526px) and (max-width: 767px) {
        .dress-for-charity {
            margin-top: 550px;
        }
    }

    @media only screen and (device-width: 768px) {
        .nav-item {
            text-align: center;
        }

        .card-title {
            font-size: 17px;
        }
    }


/*********************************Supplier Diversity Form ************************************************************************************************************************************/

.sd-form-header {
    margin-top: 200px;
    margin-bottom: 100px;
    font-weight: bold;
    font-size: 50px;
    color: #00a3e0;
}

.sd-form-description {
    font-weight: bold;
}

.sd-form .value-required {
    position: relative;
}

    .sd-form .value-required::after {
        content: "*";
        display: block;
        color: red;
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
    }

.sd-form input:not(input[type=radio]) {
    padding: 5px 20px;
    border: 1px solid gray;
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sd-form input[type=radio] {
    position: relative;
}

.sd-form input[type="radio"]::before {
   /* content: "";*/
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 8px;
    border-radius: 50%;
    border: 1px solid #00a3e0;
    box-sizing: border-box;
}

/* Set the color of the radio button icon to blue even when not selected */
.sd-form input[type="radio"]:checked::after {
    background-color: #00a3e0;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #00a3e0;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sd-form label {
    margin-left: 10px;
    font-weight:700;
}

.sd-form .org-type-icon {
    margin-left: 5px;
    margin-right: 30px;
}

.OtherOrganizationType {
    margin-top: 0 !important;
}

.recaptcha-error-message {
    color: red;
}

