p {
    color: var(--brand-blue, #444);
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

.custom-img-container {
    overflow: hidden;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.featured-news .custom-img-container,
.all-insights .custom-img-container {
    border-radius: 14px 14px 0 0 !important;
    overflow: hidden;
}

.custom-img-container {
    width: 100%;
}

.object-fit-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-img-area {
    padding-bottom: 56.25%;
    position: relative;
}

.custom-img-area img {
    transform: none !important;
}

.blue {
    color: var(--brand-blue) !important
}

.red {
    color: var(--brand-red) !important
}

.orange {
    color: var(--brand-orange) !important
}

.green {
    color: var(--brand-blue, var(--brand-blue-light)) !important
}

.white {
    color: #fff !important
}

span.buuton-with-line a {
    border: solid 2px var(--brand-blue, var(--brand-blue-light));
    border-radius: 35px;
    padding: 10px 32px 10px 18px;
    display: inline;
    float: right;
    line-height: initial;
    position: relative;
    top: -10px;
    background: #fff;
    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 0 25px 0;
    display: block;
    position: relative;
    border-bottom: 2px solid var(--brand-blue, var(--brand-blue-light));
    transition: all ease-in-out 200ms
}

span.buuton-with-line a:hover {
    color: #fff;
    background: var(--brand-blue, var(--brand-blue-light));
    text-decoration: none;
    transition: all ease-in-out 200ms
}

span.buuton-with-line:before {
    color: var(--brand-blue, var(--brand-blue-light))
}

.blue-background {
    background: var(--brand-blue)
}

.orange-background {
    background: #ff8200
}

.red-background {
    background: var(--brand-red)
}

.green-background {
    background: var(--brand-blue, var(--brand-blue-light))
}

.umb-grid .column>div {
    height: 100%;
    min-height: 100%
}

.umb-grid .column [data-custom="green-background"] {
    background: var(--brand-blue, var(--brand-blue-light));
    color: #fff;
    border-radius: 15px;
    padding: 20px;
    height: 100%
}

.umb-grid .column [data-custom="blue-background"] {
    background: var(--brand-blue);
    color: #fff;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.umb-grid .column [data-custom="red-background"] {
    background: var(--brand-red);
    color: #fff;
    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: #fff;
    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
}

.heading-with-line {
    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: #fff;
        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: 0
    }

    .text-over {
        background-color: #fff;
        z-index: 2;
        position: relative;
        left: 0;
        background: #fff
    }

    .line {
        content: "";
        display: inline-block;
        width: 100%;
        height: 2px;
        position: absolute;
        background: #b1b1b1;
        right: 0;
        top: 50%;
        z-index: 0
    }

    .line:after {
        content: ' .';
        font-size: 54px;
        border-radius: 100%;
        position: absolute;
        right: -5px;
        top: -16px;
        display: block;
        line-height: 1px;
        color: #b1b1b1
    }
}

.background-globe {
    width: 108%;
    height: 100%;
    float: left;
    background: var(--brand-blue);
    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 0
}

.cta-network span.buuton-with-line a {
    color: #fff;
    background: #ff8200;
    border: solid 2px #fff !important
}

.cta-network h4 {
    margin-bottom: 30px
}

.cta-network span.buuton-with-line {
    border-bottom: 2px solid #fff !important
}

.CTA {
    color: #fff !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: #fff;
    border: solid 2px #fff !important
}

.orange-background.CTA span.buuton-with-line a:hover {
    background: #fff;
    color: var(--brand-orange)
}

.orange-background.CTA span.buuton-with-line:before {
    color: #fff
}

.red-background.CTA span.buuton-with-line a {
    background: var(--brand-red);
    color: #fff;
    border: solid 2px #fff !important
}

.red-background.CTA span.buuton-with-line a:hover {
    background: #fff;
    color: var(--brand-red)
}

.red-background.CTA span.buuton-with-line:before {
    color: #fff
}

.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-top-right-radius: 30px;
    background-size: cover;
    background-position: center;
    display: block
}

.person a {
    font-size: 15px
}

.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;
    text-decoration: none;
}

.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 {
    color: var(--brand-blue)
}

.mega-menu .col-md-4 {
    padding: 35px 15px
}

.mega-menu .col-md-8 {
    padding: 35px 15px
}

.mega-menu a {
    color: var(--brand-blue) !important;
    font-weight: bold
}

.mega-menu li {
    width: auto !important
}

.mega-menu h3 {
    color: var(--brand-blue);
    font-size: 24px;
    font-weight: 600
}

.mega-menu .dropdown-item {
    color: var(--brand-blue, #444) !important
}

.mega-menu .dropdown-item:hover {
    color: var(--brand-blue) !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
}

.featuredPage {
    margin: 10px 0
}

.featuredPage:first-child {
    margin: 30px 0 10px
}

.featuredPage:last-child {
    margin: 10px 0 30px
}

.featuredPage img {
    border-radius: 15px 15px 0 0
}

.featuredPage p {
    color: var(--brand-blue, #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: #fff
}

.featuredPage h3 {
    color: #fff;
    border-radius: 0 15px 15px 0;
    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: 0;
    width: calc(100% + 25px)
}

.featuredPage.orange h3 {
    background-color: #ff8200
}

.featuredPage.orange span.buuton-with-line a {
    border: solid 2px #ff8200;
    color: var(--brand-orange)
}

.featuredPage.orange span.buuton-with-line a:hover {
    background: #ff8200;
    color: #fff;
    text-decoration: none
}

featuredPage.orange .buuton-with-line:before {
    color: var(--brand-orange) !important
}

.featuredPage.orange span.buuton-with-line {
    border-bottom: 2px solid #ff8200
}

.featuredPage.blue h3 {
    background-color: var(--brand-blue)
}

.featuredPage.green h3 {
    background-color: var(--brand-blue, var(--brand-blue-light))
}

.featuredPage.blue span.buuton-with-line a {
    border: solid 2px var(--brand-blue);
    color: var(--brand-blue)
}

.featuredPage.blue span.buuton-with-line a:hover {
    background: var(--brand-blue);
    color: #fff;
    text-decoration: none
}

featuredPage.blue .buuton-with-line:before {
    color: var(--brand-blue) !important
}

.featuredPage.blue span.buuton-with-line {
    border-bottom: 2px solid var(--brand-blue)
}

.featuredPage.red h3 {
    background-color: var(--brand-red)
}

.featuredPage.red span.buuton-with-line a {
    border: solid 2px var(--brand-red);
    color: var(--brand-red)
}

.featuredPage.red span.buuton-with-line a:hover {
    background: var(--brand-red);
    color: #fff;
    text-decoration: none
}

featuredPage.red .buuton-with-line:before {
    color: var(--brand-red) !important
}

.featuredPage.red span.buuton-with-line {
    border-bottom: 2px solid var(--brand-red)
}

.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: 0 30px 0 0;
    right: 0;
    padding: 30px;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.customBanner.green-border {
    border-bottom: 8px solid var(--brand-blue, var(--brand-blue-light))
}

.customBanner.red-border {
    border-bottom: 8px solid var(--brand-red)
}

.customBanner.blue-border {
    border-bottom: 8px solid var(--brand-blue)
}

.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: var(--brand-blue);
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: bold
}

.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: 0
}

.resouce-image {
    width: 35%;
    float: left;
    border-radius: 15px 0 0 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: var(--brand-blue, #444)
}

.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 0 0
}

.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: var(--brand-blue, #444);
    font-size: 14px
}

.v-article a {
    position: absolute;
    bottom: 15px
}

.featured-news .news-copy {
    padding: 15px;
    border-radius: 0 0 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 0;
    padding: 30px;
    background: #ededed;
    border-radius: 0 15px 15px 0
}

a.news-article h4 {
    margin-top: 30px;
    font-size: 22px;
    color: var(--brand-blue, #444)
}

a.news-article:hover {
    text-decoration: none !important
}

a.news-article:hover .link {
    color: var(--brand-blue, var(--brand-blue-light)) !important;
    text-decoration: underline !important
}

a.featured-news h4 {
    color: var(--brand-blue, #444)
}

a.featured-news .link {
    color: var(--brand-blue, var(--brand-blue-light)) !important
}

a.featured-news:hover {
    text-decoration: none !important;
    box-shadow: 0 0 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 0 0 13px
}

.green-section {
    background: var(--brand-blue, var(--brand-blue-light));
    padding: 50px 0;
    color: #fff;
    background-size: cover;
    background-position: center center
}

.orange-section {
    background: #ff8200;
    padding: 50px 0;
    color: #fff;
    background-size: cover;
    background-position: center center;
    z-index: 0;
    position: relative
}

.red-section {
    background: var(--brand-red);
    padding: 50px 0;
    color: #fff;
    background-size: cover;
    background-position: center center
}

.blue-section {
    background: var(--brand-blue);
    padding: 50px 0;
    color: #fff;
    background-size: cover;
    background-position: center center
}

.white-section {
    padding: 85px 0
}

.section-news {
    padding: 85px 0
}

.green-section .white-box-left h2,
.green-section .white-box-right h2 {
    color: var(--brand-blue, var(--brand-blue-light));
    font-weight: 300
}

.orange-section h2 {
    color: var(--brand-orange);
    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: #fff;
    font-weight: 300
}

.blue-section .heading-background h3 {
    color: var(--brand-blue);
    font-weight: 300;
    padding: 15px
}

.green-section .heading-background h3 {
    color: var(--brand-blue, var(--brand-blue-light));
    font-weight: 300;
    padding: 15px
}

.featuredImage {
    min-height: 180px !important;
    height: 20vh;
    border-radius: 15px 15px 0 0;
    background-size: cover;
    background-position: center !important
}

.red-section h1,
.red-section h2,
.red-section h3 {
    color: var(--brand-blue);
    font-weight: 300
}

.green-section p,
.orange-section p,
.red-section p,
.blue-section p {
    color: #fff
}

.green-background p,
.orange-background p,
.red-background p,
.blue-background p {
    color: #fff
}

[data-custom="green-background"] p,
[data-custom="red-background"] p,
[data-custom="blue-background"] p,
[data-custom="orange-background"] p {
    color: #fff
}

.white-box-right {
    background: #fff;
    border-radius: 15px;
    padding: 3rem;
    font-size: 1rem;
    position: relative;
    left: -120px
}

.white-box-right p,
.white-box-left p {
    color: var(--brand-blue, #444)
}

.blue-section .white-box-right h1,
.blue-section .white-box-right h2,
.blue-section .white-box-right h3 {
    color: var(--brand-blue)
}

.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: var(--brand-blue)
}

.white-box-left {
    background: #fff;
    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: #fff;
    background: var(--brand-blue, var(--brand-blue-light))
}

[data-custom="green-background"] span.buuton-with-line:before {
    color: #fff
}

[data-custom="green-background"] span.buuton-with-line a:hover {
    background: #fff;
    color: var(--brand-blue, var(--brand-blue-light))
}

[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: #fff;
    background: var(--brand-red)
}

[data-custom="red-background"] span.buuton-with-line:before {
    color: #fff
}

[data-custom="red-background"] span.buuton-with-line a:hover {
    background: #fff;
    color: var(--brand-red)
}

[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: #fff;
    background: var(--brand-blue)
}

[data-custom="blue-background"] span.buuton-with-line:before {
    color: #fff
}

[data-custom="blue-background"] span.buuton-with-line a:hover {
    background: #fff;
    color: var(--brand-blue)
}

[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: #fff;
    background: #ff8200
}

[data-custom="orange-background"] span.buuton-with-line:before {
    color: #fff
}

[data-custom="orange-background"] span.buuton-with-line a:hover {
    background: #fff;
    color: var(--brand-orange);
    border: solid 2px #fff
}

span.buuton-with-line a:after {
    font-family: 'FontAwesome';
    content: "";
    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: ' .';
    position: relative;
    top: -2px;
    left: -5px;
    font-size: 53px;
    border-radius: 100%;
    display: inline-block
}

.green-section .white-box-right span.buuton-with-line:before,
.green span.buuton-with-line:before {
    color: var(--brand-blue, var(--brand-blue-light))
}

.green-section span.buuton-with-line {
    width: 100%;
    line-height: 1px;
    margin: 0;
    display: block;
    position: relative;
    border-bottom: 2px solid var(--brand-blue, var(--brand-blue-light))
}

.green-section span.buuton-with-line a {
    border: solid 2px var(--brand-blue, var(--brand-blue-light));
    border-radius: 35px;
    padding: 11px 32px 10px 18px;
    display: inline;
    float: right;
    line-height: initial;
    position: relative;
    top: -10px;
    background: #fff;
    color: var(--brand-blue, var(--brand-blue-light));
    font-weight: 600
}

.green-section span.buuton-with-line:before {
    color: var(--brand-blue, var(--brand-blue-light))
}

.green-section span.buuton-with-line a:hover {
    color: #fff;
    background: var(--brand-blue, var(--brand-blue-light));
    text-decoration: none
}

.green-section span.buuton-with-line {
    border-bottom: 2px solid var(--brand-blue, var(--brand-blue-light))
}

.orange-section .white-box-left span.buuton-with-line:before,
.orange span.buuton-with-line:before {
    color: var(--brand-orange)
}

.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: #fff;
    color: var(--brand-orange);
    font-weight: 600
}

.orange-section span.buuton-with-line:before {
    color: var(--brand-orange)
}

.orange-section span.buuton-with-line a:hover {
    color: #fff;
    background: #ff8200;
    text-decoration: none
}

.orange-section span.buuton-with-line {
    border-bottom: 2px solid #ff8200
}

.orange-section .background-globe span.buuton-with-line:before {
    color: #fff
}

.red-section .white-box-left span.buuton-with-line:before,
.red span.buuton-with-line:before {
    color: var(--brand-red)
}

.red-section span.buuton-with-line {
    width: 100%;
    line-height: 1px;
    margin: 0;
    display: block;
    position: relative;
    border-bottom: 2px solid var(--brand-red)
}

.red-section span.buuton-with-line a {
    border: solid 2px var(--brand-red);
    border-radius: 35px;
    padding: 11px 32px 10px 18px;
    display: inline;
    float: right;
    line-height: initial;
    position: relative;
    top: -10px;
    background: #fff;
    color: var(--brand-red)
}

.red-section span.buuton-with-line:before {
    color: var(--brand-red)
}

.red-section span.buuton-with-line a:hover {
    color: #fff;
    background: var(--brand-red);
    text-decoration: none
}

.red-section span.buuton-with-line {
    border-bottom: 2px solid var(--brand-red)
}

@media(min-width:768px) {
    .class-home [data-custom="remove-padding"] {
        padding: 50px !important
    }
}

.blue-section span.buuton-with-line {
    width: 100%;
    line-height: 1px;
    margin: 0;
    display: block;
    position: relative;
    border-bottom: 2px solid var(--brand-blue)
}

.blue-section span.buuton-with-line a {
    border: solid 2px var(--brand-blue);
    border-radius: 35px;
    padding: 11px 32px 10px 18px;
    display: inline;
    float: right;
    line-height: initial;
    position: relative;
    top: -10px;
    background: #fff;
    color: var(--brand-blue);
    font-weight: 600
}

.blue-section span.buuton-with-line:before {
    color: var(--brand-blue)
}

.blue-section span.buuton-with-line a:hover {
    color: #fff;
    background: var(--brand-blue);
    text-decoration: none
}

.blue span.buuton-with-line a {
    border: solid 2px var(--brand-blue);
    color: var(--brand-blue);
    border-radius: 35px
}

.blue span.buuton-with-line a:hover {
    background: var(--brand-blue);
    color: #fff !important;
    text-decoration: none
}

.blue .buuton-with-line:before {
    color: var(--brand-blue) !important
}

.blue span.buuton-with-line {
    border-bottom: 2px solid var(--brand-blue)
}

.white-box-left,
.white-box-right {
    color: var(--brand-blue, #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: var(--brand-orange)
}

.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: #fff
}

@media(max-width:768px) {
    .news-image {
        max-height: 200px;
        overflow: hidden
    }

    .vertical-news {
        margin-top: 0
    }

    .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: 0
    }

    .umb-grid .white-section .column,
    .umb-grid .white-box-left,
    .umb-grid .white-box-right {
        margin: 30px 0
    }

    .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: 0
    }

    .cta-network {
        padding: 30px
    }

    .white-box-right span.buuton-with-line a {
        left: 0
    }

    .white-box-left span.buuton-with-line a {
        left: 0
    }

    .white-box-left {
        position: initial;
        padding: 0
    }

    .white-box-right {
        position: initial;
        margin-top: 30px;
        padding: 0
    }

    .testimonial {
        padding: 30px
    }

    span.buuton-with-line a {
        top: -10px
    }

    .green-section span.buuton-with-line {
        border-bottom: 2px solid var(--brand-blue, var(--brand-blue-light))
    }

    .green-section span.buuton-with-line a {
        border: solid 2px var(--brand-blue, var(--brand-blue-light))
    }

    .green-section h1,
    .green-section h2,
    .green-section h3 {
        color: var(--brand-blue);
        font-weight: 300
    }

    .green-section p {
        color: var(--brand-blue, #444);
        font-weight: 300
    }

    .big-image {
        height: auto;
        height: 300px;
        border-radius: 0;
        margin-top: 0;
        width: calc(100% + 30px);
        left: -15px;
        top: 0;
        height: 300px !important
    }

    .big-image img {
        width: 100%;
        height: auto;
        border-radius: 0
    }

    .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: 0
    }

    .red-section {
        background: #fff;
        padding: 0 0 0 0
    }

    .white-section {
        padding: 20px 0
    }

    .blue-section {
        background: #fff;
        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: #fff;
        padding: 0 0 0 0
    }

    .orange-section {
        background: #fff;
        padding: 0 0 0 0
    }

    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 0
    }
}

.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
}

.card-body p {
    color: var(--brand-blue);
}

label.umbraco-forms-label {
    padding: 0;
    margin: 8px 0 2px 0
}

.umbraco-forms-caption {
    line-height: 1
}

.umbraco-forms-form {
    padding: 0 0 10px 0
}

.btn.primary {
    border: solid 2px var(--brand-blue, var(--brand-blue-light));
    border-radius: 15px;
    padding: 10px 20px 10px 20px;
    display: inline;
    float: none;
    line-height: initial;
    position: relative;
    margin: 0;
    background: #fff;
    color: var(--brand-blue, var(--brand-blue-light));
    font-family: 'GillSans', sans-serif
}

.btn.primary:hover {
    color: #fff;
    background: var(--brand-blue, var(--brand-blue-light));
    text-decoration: none
}

.partners .swiper-container {
    width: 100%;
    height: 100%;
    min-height: 240px
}

.partners .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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: .8
}

.partners .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--brand-blue)
}

.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: var(--brand-blue, #444)
}

a.featured-news h3 {
    color: var(--brand-blue)
}

a.featured-news:hover .link {
    color: var(--brand-blue, var(--brand-blue-light))
}

.news-popular h3 {
    font-size: 20px;
    color: var(--brand-blue)
}

.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 0 0 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: var(--brand-blue, var(--brand-blue-light))
}

a.featured-news:hover,
a.newsitem:hover,
a.news-popular:hover,
a.news-article:hover {
    box-shadow: 0 0 16px #44444442
}

a.newsitem {
    color: var(--brand-blue, #444)
}

a.newsitem .link {
    color: var(--brand-blue, var(--brand-blue-light))
}

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: var(--brand-blue, var(--brand-blue-light))
}

a.newsitem h5,
a.newsitem h3,
a.featured-news h4,
a.news-article h4 {
    color: var(--brand-blue)
}

.news-archive {
    margin-top: 120px
}

.img-caption {
    display: block;
    position: absolute;
    left: 10px;
    margin-right: 10px;
    background: #fff;
    color: #000;
    z-index: 9999999;
    font-size: 13px;
    bottom: 10px;
    border-radius: 30px;
    padding: 0 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: 0
}

.cs-slider.swiper-container .card {
    border: solid 2px #e5e5e5
}

.desktopBanner {
    display: none
}

.addthis_inline_share_toolbox {
    margin: 30px 0
}

.footer {
    padding-top: 30px
}

[data-custom="remove-padding"] {
    padding: 0 !important
}

[data-custom="small-padding"] {
    padding: 15px 0 30px 0 !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: 0
    }

    .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 0
    }

    .img-caption {
        font-size: 13px;
        padding: 0 10px;
        line-height: 1.1
    }

    .featured-news .news-copy {
        padding: 30px
    }

    [data-custom="small-padding"] {
        padding: 25px 0 !important
    }

    [data-custom="extra-padding"] {
        padding: 100px 0 !important
    }

    .white-section[data-custom="extra-padding"] {
        padding: 110px 0 !important
    }

    .statNumber {
        font-size: 3.7rem
    }

    .testimonial i {
        line-height: 130%
    }

    .big-image img {
        transform: translate(-50%, -50%)
    }

    .featuredPage {
        margin: 0
    }

    .featuredPage:first-child {
        margin: 0
    }

    .featuredPage:last-child {
        margin: 0
    }

    .statColumn {
        text-align: center;
        margin-bottom: 0
    }
}

.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
    }
}
