.custom-img-container {overflow: hidden;border-top-right-radius: 15px;border-top-left-radius: 15px;}
.blue {
    color: #002575 !important;
}

.red {
    color: #C8102E !important;
}

.orange {
    color: #e07400 !important;
}


.green {
    color: #00843D !important;
}

.white {
    color: white!important;
}

span.buuton-with-line a {
    border: solid 2px #00843D;
    border-radius: 35px;
    padding: 10px 32px 10px 18px;
    display: inline;
    float: right;
    line-height: initial;
    position: relative;
    top: -10px;
    background: white;
    /*    text-transform: uppercase;
*/ white-space: nowrap;
    max-width: 93%;
    overflow: hidden;
    font-size: 17px;
    text-overflow: ellipsis;
    font-weight: 600;
    transition: all ease-in-out 200ms
}
span.buuton-with-line {
    width: 100%;
    line-height: 1px;
    margin: 35px 0px 25px 0px;
    display: block;
    position: relative;
    border-bottom: 2px solid #00843D;
    transition: all ease-in-out 200ms
}
    span.buuton-with-line a:hover {
        color: white;
        background: #00843D;
        text-decoration: none;
        transition: all ease-in-out 200ms
    }
span.buuton-with-line:before {
    color: #00843D;
}

.blue-background {
    background: #002575;
}
.orange-background {
    background: #FF8200;
}
.red-background {
    background: #C8102E;
}
.green-background {
    background: #00843D;
}

.umb-grid .column > div {
    height: 100%;
    min-height: 100%;
}

.umb-grid .column [data-custom="green-background"] {
    background: #00843D;
    color: white;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
}
.umb-grid .column [data-custom="blue-background"] {
    background: #002575;
    color: white;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.umb-grid .column [data-custom="red-background"] {
    background: #C8102E;
    color: white;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.umb-grid .column [data-custom="orange-background"] {
    background: #FF8200;
    color: white;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

    .umb-grid .column [data-custom="red-background"] p, .umb-grid .column [data-custom="blue-background"] p, .umb-grid .column [data-custom="orange-background"] p {
        margin-bottom: 0;
    }

.round-button {
    border: none;
    border-radius: 100%;
    width: 43px;
    position: absolute;
    right: 0;
    top: 0;
    height: 43px;
    z-index: 3;
}


[data-custom="vertical-center"] {
    display: flex;
    height: 100%;
    justify-content: center;
    vertical-align: center;
    align-items: center;
}

[data-custom="vertical-center"] p {
    margin: 0;
}

[data-custom="vertical-center"] a {
    height: 100%;
    display: flex;
}

[data-custom="vertical-center"] img {
    height: auto;
    align-self: center;
}


section img {
    border-radius: 15px;
}

.section img {
    border-radius: 15px;
}

.heading-with-line {
/*    text-transform: uppercase;
*/    position: relative;
    display: block;
    float: left;
    width: 100%;
}

[data-custom="vertical-center"] {
    display: flex;
    height: 100%;
    justify-content: center;
    vertical-align: center;
    align-items: center;
}

    [data-custom="vertical-center"] p {
        margin: 0;
        width: 100%;
    }

    [data-custom="vertical-center"] a {
        height: 100%;
        display: flex;
        padding: 30px 20px;
    }

    [data-custom="vertical-center"] img {
        height: auto;
        align-self: center;
        width: 240px;
        max-width: 100%
    }


@media ( min-width: 767px ) {

    [data-custom="vertical-center"] a {
        padding: 10px;
    }

    .heading-background {
        background: white;
        float: left;
        position: relative;
        display: inline;
        width: auto;
        z-index: 2;
        padding-right: 50px;
    }

    .heading-with-line {
        margin-bottom: 35px;
    }

        .heading-with-line h3 {
            margin-bottom: 0px;
        }

    .text-over {
        background-color: white;
        z-index: 2;
        position: relative;
        left: 0px;
        background: white;
    }

    .line {
        content: "";
        display: inline-block;
        width: 100%;
        height: 2px;
        position: absolute;
        background: #b1b1b1;
        right: 0;
        top: 50%;
        z-index: 0;
    }

        .line:after {
            content: ' \002E';
            font-size: 54px;
            border-radius: 100%;
            position: absolute;
            right: -5px;
            top: -16px;
            display: block;
            line-height: 1px;
            color: #b1b1b1;
        }
}

    /*CTAs*/
.background-globe {
    width: 108%;
    height: 100%;
    float: left;
    background: #002575;
    background-image: url(/media/w5rknhzt/globe.svg);
    background-repeat: no-repeat;
    background-position: right 10px;
    background-size: contain;
    margin-left: -15px;
}

    .cta-network {
        width: 60%;
        float: left;
        padding: 100px 0px;
    }

        .cta-network span.buuton-with-line a {
            color: #fff;
            background: #FF8200;
            border: solid 2px white !important;
        }

        .cta-network h4 {
            margin-bottom: 30px;
        }

        .cta-network span.buuton-with-line {
            border-bottom: 2px solid white !important;
        }

    .CTA {
        color: white !important;
        background-image: url(../media/scigrg1z/star-right.png);
        border-radius: 15px;
        padding: 30px;
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: contain;
        height: 100%;
    }

        .CTA img {
            border-radius: 100%;
        }

    .orange-background.CTA span.buuton-with-line a {
        background: #FF8200;
        color: white;
        border: solid 2px white !important;
    }

        .orange-background.CTA span.buuton-with-line a:hover {
            background: white;
            color: #e07400;
        }

    .orange-background.CTA span.buuton-with-line:before {
        color: #ffffff;
    }


    .red-background.CTA span.buuton-with-line a {
        background: #C8102E;
        color: white;
        border: solid 2px white !important;
    }

        .red-background.CTA span.buuton-with-line a:hover {
            background: white;
            color: #C8102E;
        }

    .red-background.CTA span.buuton-with-line:before {
        color: #ffffff;
    }


    .CTA span.buuton-with-line {
        border-bottom: 2px solid #fff;
    }

    .person {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .personholder {
        margin-bottom: 20px;
        height: 280px;
        border-radius: 15px;
        background-size: cover;
        background-position: center;
        display: block
    }

    .person a {
        font-size: 15px;
    }



    /* Smaller Buttons */

    .nav-wrapper .dropdown-menu span.buuton-with-line a {
        padding: 6px 32px 6px 18px;
        top: -2px;
        max-width: 93%;
        font-size: 15px !important;
    }

        .nav-wrapper .dropdown-menu span.buuton-with-line a:after {
            right: 14px;
            top: 3px;
            font-size: 21px;
        }

.person .blue span.buuton-with-line a, [data-custom="orange-background"] span.buuton-with-line a, [data-custom="red-background"] span.buuton-with-line a, [data-custom="blue-background"] span.buuton-with-line a, [data-custom="green-background"] span.buuton-with-line a {
    padding: 10px 32px 10px 18px;
    top: -5px;
    border-radius: 35px;
    font-size: 16px;
    padding: 6px 32px 6px 18px;
}

.person span.buuton-with-line::before, [data-custom="orange-background"] span.buuton-with-line::before, [data-custom="red-background"] span.buuton-with-line::before, [data-custom="blue-background"] span.buuton-with-line::before, [data-custom="green-background"] span.buuton-with-line::before {
    top: -2px;
    left: -5px;
    font-size: 53px;
}

.person span.buuton-with-line a:after, [data-custom="orange-background"] span.buuton-with-line a:after, [data-custom="red-background"] span.buuton-with-line a:after, [data-custom="blue-background"] span.buuton-with-line a:after, [data-custom="green-background"] span.buuton-with-line a:after {
    right: 14px;
    top: 4px;
    font-size: 21px;
}

    /*Mega Menu*/
    .mega-menu {
        color: #002575;
    }

        .mega-menu .col-md-4 {
            padding: 35px 15px;
        }

        .mega-menu .col-md-8 {
            padding: 35px 15px;
        }

        .mega-menu a {
            color: #002575 !important;
            font-weight: bold;
        }


        .mega-menu li {
            width: auto !important;
        }

        .mega-menu h3 {
            color: #002575;
            font-size: 24px;
            font-weight: 600;
        }

        .mega-menu .dropdown-item {
            color: #444 !important;
        }

            .mega-menu .dropdown-item:hover {
                color: #002575 !important;
            }

    .dropdown-menu ul {
        border-left: solid 1px #ccc;
        margin: 0;
        width: 100%;
        height: 150px;
        list-style: none;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-content: flex-start;
        flex-wrap: wrap;
    }

    .dropdown-menu li {
        flex-basis: 10%;
        width: 25%;
    }



    .stickBottomButton {
        position: absolute;
        width: calc(100% - 30px);
        left: 15px;
        bottom: 5px;
    }


    /*Featured Pages*/
    .featuredPage {
        margin: 10px 0;
    }

        .featuredPage:first-child {
            margin: 30px 0 10px;
        }

        .featuredPage:last-child {
            margin: 10px 0 30px;
        }


        .featuredPage img {
            border-radius: 15px 15px 0px 0px;
        }

        .featuredPage p {
            color: #444;
            border: solid 1px #B1B1B1;
            border-radius: 15px;
            padding: 40px 20px 65px 20px;
            position: relative;
            top: -65px;
            margin-bottom: -65px;
            left: 10px;
            z-index: 0;
            background: white;
        }

        .featuredPage h3 {
            color: #FFF;
            border-radius: 0px 15px 15px 0px;
            font-size: 1rem;
            padding: 8px 30px 8px 20px;
            position: relative;
            top: -25px;
            z-index: 1;
            display: inline-block;
        }

        .featuredPage span.buuton-with-line {
            position: relative;
            left: 0px;
            width: calc(100% + 25px);
        }


        .featuredPage.orange h3 {
            background-color: #FF8200;
        }

        .featuredPage.orange span.buuton-with-line a {
            border: solid 2px #FF8200;
            color: #e07400;
        }

            .featuredPage.orange span.buuton-with-line a:hover {
                background: #FF8200;
                color: #ffffff;
                text-decoration: none;
            }

    featuredPage.orange .buuton-with-line:before {
        color: #e07400 !important;
    }

    .featuredPage.orange span.buuton-with-line {
        border-bottom: 2px solid #FF8200;
    }


    .featuredPage.blue h3 {
        background-color: #002575;
    }

    .featuredPage.green h3 {
        background-color: #00843D;
    }


    .featuredPage.blue span.buuton-with-line a {
        border: solid 2px #002575;
        color: #002575;
    }

        .featuredPage.blue span.buuton-with-line a:hover {
            background: #002575;
            color: #ffffff;
            text-decoration: none;
        }

    featuredPage.blue .buuton-with-line:before {
        color: #002575 !important;
    }

    .featuredPage.blue span.buuton-with-line {
        border-bottom: 2px solid #002575;
    }


    .featuredPage.red h3 {
        background-color: #C8102E;
    }

    .featuredPage.red span.buuton-with-line a {
        border: solid 2px #C8102E;
        color: #C8102E;
    }

        .featuredPage.red span.buuton-with-line a:hover {
            background: #C8102E;
            color: #ffffff;
            text-decoration: none;
        }

    featuredPage.red .buuton-with-line:before {
        color: #C8102E !important;
    }

    .featuredPage.red span.buuton-with-line {
        border-bottom: 2px solid #C8102E;
    }

    /*Banner*/
.customBanner.homeBanner {
    height: 65vh;
    background-size: cover !important;
    min-height: 600px;
}

.customBanner {
    height: 55vh;
    background-size: cover !important;
    padding: 0 15px;
    background-position: center;
    min-height: 500px;
}

    .customOverlay {
        position: absolute;
        bottom: -20px;
        border-radius: 15px;
        right: 0;
        padding: 30px;
        color: #fff;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

        .customOverlay h1 {
            /*text-transform: uppercase;*/
        }

    .customBanner.green-border {
        border-bottom: 8px solid #00843D
    }

    .customBanner.red-border {
        border-bottom: 8px solid #C8102E
    }

    .customBanner.blue-border {
        border-bottom: 8px solid #002575
    }

    .customBanner.orange-border {
        border-bottom: 8px solid #FF8200
    }

    .bannerOverlay {
        max-width: 1330px;
        position: relative;
        margin: auto;
        height: 100%;
    }


    .statColumn {
        text-align: center;
        margin-bottom: 30px;
    }

    .statNumber {
        font-size: 2.9rem;
        font-weight: 700;
    }

    .statDetail {
        color: #002575;
        font-size: 1.1rem;
        line-height: 1.2;
        font-weight: bold;
    }


    /*Resouces*/
    .resouce {
        border: solid 2px #e5e5e5;
        border-radius: 15px;
        margin-bottom: 25px;
        display: flex;
        height: 100%;
        margin-bottom: 30px;
    }

    .resouce-image {
        width: 30%;
        float: left;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .resouce-image img {
            border-radius: 0px;
        }

    .resouce-image {
        width: 35%;
        float: left;
        border-radius: 15px 0px 0px 15px;
    }

    .background-image {
        background-position: center center;
        background-size: cover;
    }

    .resouce-intro {
        width: 65%;
        float: left;
        padding: 30px 30px 5px;
    }

        .resouce-intro p {
            margin-top: 0;
            font-weight: 400;
            font-size: 16px;
            line-height: 1.3;
            margin-bottom: .6rem;
            color: #444;
        }

    /*Featured News Article*/
    .featured-news {
        float: left;
        width: 100%;
        border: solid 2px #e5e5e5;
        padding-bottom: 0;
        border-radius: 15px;
        height: calc(100% - 15px);
    }

        .featured-news img {
            border-radius: 15px 15px 0px 0px;
        }

        .featured-news .img-area {
            overflow: hidden
        }

    .v-article {
        padding-bottom: 45px;
        height: 100%;
    }


    .section-news .card {
        border: solid 2px #e5e5e5;
    }

.section-news .featured-news .img-area {
    height: 400px;
}

    .date {
        color: #444;
        font-size: 14px;
    }

    .v-article a {
        position: absolute;
        bottom: 15px;
    }

    .featured-news .news-copy {
        padding:15px;
        border-radius: 0px 0px 15px 15px;
    }

    .vertical-news {
        height: 100%;
        min-height: 100%;
        display: flex;
        flex-direction: column;
        border-radius: 15px;
    }


    .news-grid .grid-section {
        max-width: 800px;
        margin: auto;
    }

    .news-grid h1, .news-grid h2, .news-grid h3 {
        margin-top: 35px;
    }

    .news-grid blockquote {
        max-width: 800px;
        margin: 15px 0px;
        padding: 30px;
        background: #ededed;
        border-radius: 0px 15px 15px 0px;
    }


    a.news-article h4 {
        margin-top: 30px;
        font-size: 22px;
        color: #444
    }

    a.news-article:hover {
        text-decoration: none !important;
    }

        a.news-article:hover .link {
            color: #00843D !important;
            text-decoration: underline !important;
        }


    a.featured-news h4 {
        color: #444
    }

    a.featured-news .link {
        color: #00843D !important;
    }

    a.featured-news:hover {
        text-decoration: none !important;
        box-shadow: 0px 0px 16px #44444442;
    }

        a.featured-news:hover .link {
            text-decoration: underline !important;
        }


    .news-copy h4 {
        font-size: 22px;
    }

    .vertical-news .news-article {
        flex: 1;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .article-wraper {
        border: solid 2px #e5e5e5;
        border-radius: 15px;
    }

    .vertical-news .background-image {
        border-radius: 13px 0px 0px 13px;
    }
    /*Grid Styles*/
    .green-section {
        background: #00843D;
        padding: 50px 0px;
        color: white;
        background-size: cover;
        background-position: center center;
    }

    .orange-section {
        background: #FF8200;
        padding: 50px 0px;
        color: #fff;
        background-size: cover;
        background-position: center center;
        z-index: 0;
        position: relative;
    }

    .red-section {
        background: #C8102E;
        padding: 50px 0px;
        color: #fff;
        background-size: cover;
        background-position: center center;
    }

    .blue-section {
        background: #002575;
        padding: 50px 0px;
        color: #fff;
        background-size: cover;
        background-position: center center;
    }

    .white-section {
        padding: 85px 0px;
    }

    .section-news {
        padding: 55px 0px 85px;
    }

    /*.container {
    max-width: 1360px !important;
}

.orange-section .container {
        max-width: 1200px;
    }

.red-section .container {
    max-width: 1200px;
}
.blue-section .container {
    max-width: 1200px;
}
.green-section .container {
    max-width: 1200px;
}*/


    .green-section .white-box-left h2, .green-section .white-box-right h2 {
        color: #00843D;
        font-weight: 300;
    }

    .orange-section h2 {
        color: #e07400;
        font-weight: 300;
    }

    .round100 {
        border-radius: 100%;
    }

        .round100 img {
            border-radius: 100%;
            width: auto;
            height: auto;
        }

    .green-section h1, .green-section h2, .green-section h3 {
        color: white;
        font-weight: 300;
    }

    .blue-section .heading-background h3 {
        color: #002575;
        font-weight: 300;
        padding: 15px;
    }


    .green-section .heading-background h3 {
        color: #00843D;
        font-weight: 300;
        padding: 15px;
    }

    .featuredImage {
        min-height: 180px !important;
        height: 20vh;
        border-radius: 15px 15px 0px 0px;
        background-size: cover;
        background-position: center !important;
    }


    .red-section h1, .red-section h2, .red-section h3 {
        color: #002575;
        font-weight: 300;
    }

    .green-section p, .orange-section p, .red-section p, .blue-section p {
        color: white;
    }

    .green-background p, .orange-background p, .red-background p, .blue-background p {
        color: white;
    }

    [data-custom="green-background"] p, [data-custom="red-background"] p, [data-custom="blue-background"] p, [data-custom="orange-background"] p {
        color: white;
    }

    .white-box-right {
        background: white;
        border-radius: 15px;
        padding: 3rem;
        font-size: 1rem;
        position: relative;
        left: -120px;
    }

        .white-box-right p, .white-box-left p {
            color: #444;
        }

    .blue-section .white-box-right h1, .blue-section .white-box-right h2, .blue-section .white-box-right h3 {
        color: #002575;
    }

    .white-section .white-box-right {
        left: 0;
    }

    .white-section .white-box-left {
        right: 0;
    }

    .white-section .big-image {
        position: relative;
        height: calc(110% + 0px) !important;
        top: calc(-5% - 0px);
    }

    .blue-section .white-box-left h1, .blue-section .white-box-left h2, .blue-section .white-box-left h3 {
        color: #002575;
    }

    .white-box-left {
        background: white;
        border-radius: 15px;
        padding: 3rem;
        font-size: 1rem;
        position: relative;
        right: -120px;
        z-index: 2;
    }

    .big-image {
        position: relative;
        height: calc(110% + 100px) !important;
        top: calc(-5% - 50px);
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 15px;
        overflow: hidden;
    }

        .big-image img {
            position: absolute;
            height: 100%;
            max-width: unset;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -35%);
        }


    [data-custom="green-background"] span.buuton-with-line {
        border-bottom: 2px solid #fff;
    }

        [data-custom="green-background"] span.buuton-with-line a {
            border: solid 2px #fff;
            color: white;
            background: #00843D;
        }

        [data-custom="green-background"] span.buuton-with-line:before {
            color: #fff;
        }

        [data-custom="green-background"] span.buuton-with-line a:hover {
            background: white;
            color: #00843D;
        }


    [data-custom="red-background"] span.buuton-with-line {
        border-bottom: 2px solid #fff;
    }

        [data-custom="red-background"] span.buuton-with-line a {
            border: solid 2px #fff;
            color: white;
            background: #C8102E;
        }

        [data-custom="red-background"] span.buuton-with-line:before {
            color: #fff;
        }

        [data-custom="red-background"] span.buuton-with-line a:hover {
            background: white;
            color: #C8102E;
        }

    [data-custom="blue-background"] span.buuton-with-line {
        border-bottom: 2px solid #fff;
    }

        [data-custom="blue-background"] span.buuton-with-line a {
            border: solid 2px #fff;
            color: white;
            background: #002575;
        }

        [data-custom="blue-background"] span.buuton-with-line:before {
            color: #fff;
        }

        [data-custom="blue-background"] span.buuton-with-line a:hover {
            background: white;
            color: #002575;
        }


    [data-custom="orange-background"] span.buuton-with-line {
        border-bottom: 2px solid #fff;
    }

        [data-custom="orange-background"] span.buuton-with-line a {
            border: solid 2px #fff;
            color: white;
            background: #FF8200;
        }

        [data-custom="orange-background"] span.buuton-with-line:before {
            color: #ffffff;
        }

        [data-custom="orange-background"] span.buuton-with-line a:hover {
            background: white;
            color: #e07400;
            border: solid 2px white;
        }



    span.buuton-with-line a:after {
        font-family: 'FontAwesome';
        content: "\f105";
        font-weight: normal;
        position: absolute;
        right: 14px;
        top: 7px;
        display: flex;
        font-size: 24px;
        transition: all ease-in-out 200ms
    }


    span.buuton-with-line a:hover:after {
        right: 10px !important;
        top: 7px;
        transition: all ease-in-out 200ms;
    }


    span.buuton-with-line:before {
        content: ' \002E';
        position: relative;
        top: -2px;
        left: -5px;
        font-size: 53px;
        border-radius: 100%;
        display: inline-block;
    }


    /* green Buttons */
    .green-section .white-box-right span.buuton-with-line:before, .green span.buuton-with-line:before {
        color: #00843D;
    }

    .green-section span.buuton-with-line {
        width: 100%;
        line-height: 1px;
        margin: 0;
        display: block;
        position: relative;
        border-bottom: 2px solid #00843D;
    }

        .green-section span.buuton-with-line a {
            border: solid 2px #00843D;
            border-radius: 35px;
            padding: 11px 32px 10px 18px;
            display: inline;
            float: right;
            line-height: initial;
            position: relative;
            top: -10px;
            background: white;
/*            text-transform: uppercase;
*/            color: #00843D;
              font-weight:600;
        }

        .green-section span.buuton-with-line:before {
            color: #00843D;
        }

        .green-section span.buuton-with-line a:hover {
            color: white;
            background: #00843D;
            text-decoration: none;
        }

    .green-section span.buuton-with-line {
        border-bottom: 2px solid #00843D;
    }



    /* orange Buttons */
    .orange-section .white-box-left span.buuton-with-line:before, .orange span.buuton-with-line:before {
        color: #e07400;
    }

    .orange-section span.buuton-with-line {
        width: 100%;
        line-height: 1px;
        margin: 0;
        display: block;
        position: relative;
        border-bottom: 2px solid #FF8200;
    }

        .orange-section span.buuton-with-line a {
            border: solid 2px #FF8200;
            border-radius: 35px;
            padding: 11px 32px 10px 18px;
            display: inline;
            float: right;
            line-height: initial;
            position: relative;
            top: -10px;
            background: white;
            /*            text-transform: uppercase;
*/ color: #e07400;
   font-weight:600;
        }

        .orange-section span.buuton-with-line:before {
            color: #e07400;
        }

        .orange-section span.buuton-with-line a:hover {
            color: white;
            background: #FF8200;
            text-decoration: none;
        }

    .orange-section span.buuton-with-line {
        border-bottom: 2px solid #FF8200;
    }

    .background-globe span.buuton-with-line a {
/*        background: #FF8200;
*/    }

        .background-globe span.buuton-with-line a:hover {
/*            color: #e07400 !important;
            background: white;
*/        }

    .orange-section .background-globe span.buuton-with-line:before {
        color: #ffffff;
    }


    /* red Buttons */
    .red-section .white-box-left span.buuton-with-line:before, .red span.buuton-with-line:before {
        color: #C8102E;
    }

    .red-section span.buuton-with-line {
        width: 100%;
        line-height: 1px;
        margin: 0;
        display: block;
        position: relative;
        border-bottom: 2px solid #C8102E;
    }

        .red-section span.buuton-with-line a {
            border: solid 2px #C8102E;
            border-radius: 35px;
            padding: 11px 32px 10px 18px;
            display: inline;
            float: right;
            line-height: initial;
            position: relative;
            top: -10px;
            background: white;
/*            text-transform: uppercase;
*/            color: #C8102E
        }

        .red-section span.buuton-with-line:before {
            color: #C8102E;
        }

        .red-section span.buuton-with-line a:hover {
            color: white;
            background: #C8102E;
            text-decoration: none;
        }

    .red-section span.buuton-with-line {
        border-bottom: 2px solid #C8102E;
    }

@media ( min-width: 768px ) {
    .class-home [data-custom="remove-padding"] {
        padding: 50px !important;
    }
}

    /* Blue Buttons */
    .blue-section span.buuton-with-line {
        width: 100%;
        line-height: 1px;
        margin: 0;
        display: block;
        position: relative;
        border-bottom: 2px solid #002575;
    }

        .blue-section span.buuton-with-line a {
            border: solid 2px #002575;
            border-radius: 35px;
            padding: 11px 32px 10px 18px;
            display: inline;
            float: right;
            line-height: initial;
            position: relative;
            top: -10px;
            background: white;
            /*text-transform: uppercase;*/
            color: #002575;
            font-weight:600;
        }

        .blue-section span.buuton-with-line:before {
            color: #002575;
        }

        .blue-section span.buuton-with-line a:hover {
            color: white;
            background: #002575;
            text-decoration: none;
        }


    .blue span.buuton-with-line a {
        border: solid 2px #002575;
        color: #002575;
        border-radius: 35px;
    }

        .blue span.buuton-with-line a:hover {
            background: #002575;
            color: #ffffff !important;
            text-decoration: none;
        }

    .blue .buuton-with-line:before {
        color: #002575 !important;
    }

    .blue span.buuton-with-line {
        border-bottom: 2px solid #002575;
    }

    .white-box-left, .white-box-right {
        color: #444;
    }

        .white-box-left span.buuton-with-line a {
            left: 80px;
        }

        .white-box-right span.buuton-with-line a {
            left: 80px;
        }


    .testimonial {
        text-align: center;
        padding: 100px;
    }

        .testimonial i {
            color: #fff;
            line-height: 130%;
            font-size: 120%;
        }

    .bywho {
        color: #e07400;
    }


    .mobileBanner {
        display: none;
    }

    .vertical-center {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .umb-grid dl, .umb-grid ol, .umb-grid ul {
        font-size: 16px;
    }

    @media ( max-width: 1366px ) {

        .customBanner.homeBanner {
            height: 45vh;
            background-size: cover !important;
            min-height: 500px;
        }


        h1.large {
            font-size: 48px;
        }

        h1, .likeh1 {
            font-size: 38px;
            line-height: 100%;
        }

        h2 {
            font-size: 30px;
        }

        h3 {
            font-size: 26px;
        }

        h4 {
            font-size: 22px;
        }

        h5 {
            font-size: 18px;
        }

        h6 {
            font-size: 14px;
        }

        p {
            margin-top: 0;
            font-weight: 400;
            font-size: 18px;
            margin-bottom: .6rem;
        }
    }

    .ctalink {
        font-size: 16px;
        color: #ffffff;
    }

    @media ( max-width: 768px ) {
        .news-image {
            max-height: 200px;
            overflow: hidden;
        }

        .vertical-news {
            margin-top: 0px;
        }

        .featured-news img {
            transform: translatey(-15%);
        }

        .resouce {
            display: block !important;
        }

        .resouce-image {
            width: 100%;
            height: 300px;
        }

        .resouce-intro {
            width: 100%;
        }

        [data-custom="hide-on-mobile"] {
            display: none !important;
        }

        .umb-grid .column {
            margin-bottom: 0px;
        }

        .umb-grid .white-section .column, .umb-grid .white-box-left, .umb-grid .white-box-right {
            margin: 30px 0px;
        }


        .umb-grid .column > div {
            height: auto;
            min-height: auto;
        }

        .orange-section[data-custom="remove-padding"] {
            background: #FF8200;
            margin-top: 25px;
        }

            .orange-section[data-custom="remove-padding"] .container {
                padding: 0px;
            }

        .cta-network {
            padding: 30px;
        }


        .white-box-right span.buuton-with-line a {
            left: 0px;
        }

        .white-box-left span.buuton-with-line a {
            left: 0px;
        }

        .white-box-left {
            position: initial;
            padding: 0px;
        }

        .white-box-right {
            position: initial;
            margin-top: 30px;
            padding: 0px;
        }

        .testimonial {
            padding: 30px;
            /*           background: #002575;*/
        }

        span.buuton-with-line a {
            top: -10px;
        }

        .green-section span.buuton-with-line {
            border-bottom: 2px solid #00843D;
        }

            .green-section span.buuton-with-line a {
                border: solid 2px #00843D;
            }

        .green-section h1, .green-section h2, .green-section h3 {
            color: #002575;
            font-weight: 300;
        }

        .green-section p {
            color: #444;
            font-weight: 300;
        }

        .big-image {
            height: auto;
            height: 300px;
            border-radius: 0px;
            margin-top: 0px;
            width: calc(100% + 30px);
            left: -15px;
            top: 0px;
            height: 300px !important;
        }

            .big-image img {
                width: 100%;
                height: auto;
                border-radius: 0px;
            }

        .mobileBanner {
            display: block;
            margin-top: 20px;
        }

        .background-globe {
            background-position: right;
            background-position: 130%;
        }

        .cta-network {
            width: 100%;
        }

        .customBanner {
            height: auto;
            background-image: none !important;
        }


            .customBanner.homeBanner {
                height: auto;
            }

        .customOverlay {
            position: unset;
            bottom: 0;
            border-radius: 0;
            width: 100%;
        }

        .customBanner {
            padding: 55px 0 0 0;
        }

            .customBanner img {
                border-radius: 0px;
            }

        .red-section {
            background: white;
            padding: 0px 0px 0px 0px;
        }

        .white-section {
            padding: 20px 0px;
        }

        .blue-section {
            background: white;
            padding: 0;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }

        .white-section h1, .white-section h2, .white-section h3, .white-section h4, .white-section h5, .white-section p, .white-section .link, .white-section a.ctalink {
            padding-left: 10px;
            padding-right: 10px;
        }

        .blue-section h1, .blue-section h2, .blue-section h3, .blue-section h4, .blue-section h5, .blue-section p, .blue-section .link, .blue-section a.ctalink {
            padding-left: 10px;
            padding-right: 10px;
        }

        .green-section {
            background: white;
            padding: 0px 0px 0px 0px;
        }

        .orange-section {
            background: white;
            padding: 0px 0px 0px 0px;
        }

        h1.large {
            font-size: 48px;
        }

        h1, .likeh1 {
            font-size: 38px;
            line-height: 100%;
        }

        h2 {
            font-size: 30px;
        }

        h3 {
            font-size: 26px;
        }

        h4 {
            font-size: 22px;
        }

        h5 {
            font-size: 18px;
        }

        h6 {
            font-size: 14px;
        }

        p {
            margin-top: 0;
            font-weight: 400;
            font-size: 18px;
            margin-bottom: .6rem;
        }

        .umb-grid .white-section .column {
            margin: 10px 0px;
        }
    }


    /*Bootstrap Overwrite*/

    .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .newsitem .img-area {
        height: 180px;
        overflow: hidden;
    }

        .newsitem .img-area img {
            width: 100% !important;
            height: 100%;
        }

    .newsitem .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: .5rem 1.25rem;
    }

    label.umbraco-forms-label {
        padding: 0;
        margin: 8px 0px 2px 0px;
    }

    .umbraco-forms-caption {
        line-height: 1
    }

    .umbraco-forms-form {
        padding: 0px 0px 10px 0px;
    }

    .btn.primary {
        border: solid 2px #00843D;
        border-radius: 15px;
        padding: 10px 20px 10px 20px;
        display: inline;
        float: none;
        line-height: initial;
        position: relative;
        margin: 0;
        background: white;
        color: #00843D;
/*        text-transform: uppercase;
*/        font-family: 'GillSans', sans-serif;
    }

        .btn.primary:hover {
            color: white;
            background: #00843D;
            text-decoration: none;
        }


    /* Partners Swiper */
    .partners .swiper-container {
        width: 100%;
        height: 100%;
        min-height: 240px;
    }

    .partners .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .partners .swiper-pagination-bullet {
        background: #bcbcbc;
        opacity: 0.8;
    }

    .partners .swiper-pagination-bullet-active {
        opacity: 1;
        background: #002575;
    }

    .partners .swiper-slide img {
        display: block;
        width: 80% !important;
    }

    .partners .swiper-slide a, .partners .swiper-slide div {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 200px;
        min-width: 200px;
    }


    @media ( max-width:480px ) {
        .background-globe {
            background-position: right;
            background-position: 200%;
        }
    }

    @media ( max-width:768px ) {
        .umb-grid img {
            width: auto !important;
            height: auto;
        }
    }

    @media ( max-width:1200px ) {
        .dropdown-menu ul {
            padding: 0;
        }
    }


    @media ( min-width:992px ) {
        .featuredPage h3 {
            font-size: 1.2rem;
        }

        .background-globe {
            width: 100%;
            margin-left: 0;
        }
    }

    @media ( max-width:1200px ) {
        .white-section .container, .green-section .container, .blue-section .container, .red-section .container, .orange-section .container {
            max-width: 100%;
        }

        .white-box-right {
            left: -60px;
        }

        .white-box-left {
            right: -60px;
        }
    }

    @media (max-width: 991px) {
        .big-image {
            max-height: 400px !important;
        }
    }


    .foot-social-cont a:hover {
        background: #ccc
    }

    .archive ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .archive ul li {
            padding: 0;
            margin: 0;
            display: inline-block;
            margin-bottom: 5px;
        }

    a.featured-news {
        color: #444
    }

        a.featured-news h3 {
            color: #002575
        }

        a.featured-news:hover .link {
            color: #00843D
        }


    .news-popular h3 {
        font-size: 20px;
        color: #002575
    }

    .news-popular .card-body {
        padding: 5px 10px;
    }

    .news-popular .morenewsrow {
        border: solid 2px #e5e5e5;
        padding-bottom: 0;
        border-radius: 15px;
    }

        .news-popular .morenewsrow .col-4 {
            border-radius: 15px 0px 0px 15px;
        }

    .news-popular a:hover, .news-popular a:hover h3, .news-popular a:hover p, .news-popular a:hover span {
        text-decoration: none !important;
        color: #00843D
    }

    a.featured-news:hover, a.newsitem:hover, a.news-popular:hover, a.news-article:hover {
        box-shadow: 0px 0px 16px #44444442;
    }

    a.newsitem {
        color: #444
    }

        a.newsitem .link {
            color: #00843D
        }

        a.newsitem:hover, a.newsitem:hover h3, a.newsitem:hover p, a.newsitem:hover span {
            text-decoration: none;
        }

            a.newsitem:hover .link {
                text-decoration: underline !important;
                color: #00843D
            }

        a.newsitem h5, a.newsitem h3, a.featured-news h4, a.news-article h4 {
            color: #002575
        }

    .news-archive {
        margin-top: 120px;
    }

    .img-caption {
        display: block;
        position: absolute;
        left: 10px;
        margin-right: 10px;
        background: white;
        color: black;
        z-index: 9999999;
        font-size: 13px;
        bottom: 10px;
        border-radius: 30px;
        padding: 0px 10px;
        line-height: 1.1;
        max-width: 80%;
    }

    .cs-slider.swiper-container {
        padding: 0 0 45px;
        margin: 0 45px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0px;
    }

    .cs-slider.swiper-container .card {
        border: solid 2px #e5e5e5;
    }


    .desktopBanner {
        display: none;
    }

    .addthis_inline_share_toolbox {
        margin: 30px 0px;
    }

    .footer {
        padding-top: 30px;
    }


    [data-custom="remove-padding"] {
        padding: 0 !important;
    }

    [data-custom="small-padding"] {
        padding: 15px 0px 30px 0px !important;
    }

    [data-custom="remove-bottom-padding"] {
        padding-bottom: 0 !important;
    }

    [data-custom="remove-top-padding"] {
        top: 0 !important;
    }

    @media ( min-width:767px ) {
        .footer {
            padding-top: 0px;
        }

        .case-study-banner .customBanner {
            height: 50vh;
            background-size: cover !important;
            padding: 0 15px;
            background-position: center;
            min-height: 500px;
        }

        .desktopBanner {
            display: block;
            height: 115%;
            max-height: 120%;
            left: 10%;
            position: absolute;
            border-radius: 15px;
            top: 0;
        }

        .addthis_inline_share_toolbox {
            margin: 10px 0px;
        }


        .img-caption {
            font-size: 13px;
            padding: 0px 10px;
            line-height: 1.1;
        }

        .featured-news .news-copy {
            padding: 30px;
        }

        [data-custom="small-padding"] {
            padding: 25px 0px !important;
        }

        [data-custom="extra-padding"] {
            padding: 100px 0px !important;
        }

        .white-section[data-custom="extra-padding"] {
            padding: 110px 0px !important;
        }

        .statNumber {
            font-size: 3.7rem;
        }

        .testimonial i {
            line-height: 130%;
        }

        .big-image img {
            transform: translate(-50%, -50%);
        }

        .featuredPage {
            margin: 0px;
        }

            .featuredPage:first-child {
                margin: 0px;
            }

            .featuredPage:last-child {
                margin: 0px;
            }

        .statColumn {
            text-align: center;
            margin-bottom: 0px;
        }
    }

    .card {
        border: 2px solid rgba(0,0,0,.125);
    }


    @media ( min-width: 767px ) {
        .customOverlay {
            width: 55%;
            bottom: 20px;
        }
    }

    @media ( min-width: 992px ) {
        .customOverlay {
            width: 40%;
            bottom: -20px;
        }
    }
    
    .rounded{border-radius: 15px!important}