.custom-container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto
}

.hero-outer-section {
    position: relative;
    overflow: hidden;
    background-size: 0
}

.hero-outer-section .hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 30, 60, 0.3)
}

#heroVideo {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover
}

_:-ms-fullscreen,
:root #heroVideo {
    height: auto
}

_:-ms-lang(x),
_:-webkit-full-screen,
#heroVideo {
    height: auto
}

.hero-section-inner {
    padding: 153px 0 152px;
    position: relative;
    text-align: center
}

.hero-section-inner p {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    color: #fff;
    text-transform: uppercase
}

.hero-section-inner .heading-section {
    margin-top: 20px;
}

.hero-section-inner .heading-text {
    font-family: graphik;
    font-size: 44px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.59;
    letter-spacing: -.4px;
    color: #fff;
}

.hero-section-inner .heading-text span {
    border-bottom: 3px solid #00bfa5;
    padding-bottom: 4px;
}

.hero-section-inner .heading-text .button-area {
    margin-top: 40px;
}

.hero-section-inner .button-area .sp-hero-btn-blue {
    box-shadow: none;
    background-color: #4050c6;
    border-radius: 2px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #fff;
    width: 164px;
    margin-right: 16px;
}

.hero-section-inner .button-area .sp-hero-transparent {
    margin-top: 40px;
    width: 164px;
    height: 50px;
    line-height: 46px;
    background: transparent;
    border: solid 2px rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    box-shadow: none
}

.hero-section-inner .button-area .sp-hero-transparent:hover {
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.1);
}

.hero-section-inner .button-area .sp-hero-transparent:hover {
    background: #fff;
    color: #071e3c;
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.1);
}

.branding-logo-section {
    padding: 50px 0;
    position: relative
}

.branding-logo-section .branding-logo-overlay {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(250, 250, 250, 0.6)
}

.branding-logo-section .branding-logo-overlay a {
    background: #4050c6;
    padding: 0;
    line-height: 50px;
    height: 50px;
    width: 138px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 2px;
}

.branding-logo-section:hover .branding-logo-overlay {
    display: block
}

.branding-logo-section .custom-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.branding-logo-section .custom-container div {
    width: calc(100% / 6);
    text-align: center
}

.content-section.left-image {
    padding: 100px 0 93px;
    display: flex
}

.content-section.left-image .left-section,
.content-section.left-image .right-section {}

.content-section.left-image .custom-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/*
.content-section:nth-child(even) {
    background: #fafafa
}
*/

.content-section.left-image .left-section {
    margin-right: 71px;
    max-width: 380px;
    width: 50%
}

.content-section.left-image .right-section {
    margin-left: 71px;
    max-width: 500px;
    width: 50%
}

.content-section.left-image .right-section h3 {
    font-family: graphik;
    font-size: 36px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: -.5px;
    color: #071e3c;
    margin-bottom: 20px;
}

.content-section.left-image .right-section h3:before {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #00bfa5;
    display: block;
    margin-bottom: 25px;
}

.content-section.left-image .right-section p {
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: normal;
    color: #4e4e4e;
}

.content-section.left-image .right-section p.bottom-txt {
    font-size: 16px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e6e6e6;
    padding-bottom: 20px;
    line-height: 1.5
}

.content-section.left-image .right-section p a {
    margin-top: 40px;
}

.content-section.left-image .right-section img {
    max-width: 85px;
}

.btn-learnmore {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    border: solid 2px rgba(64, 80, 198, 0.5);
    height: 50px;
    line-height: 46.5px;
    display: inline-block;
    text-align: center;
    box-shadow: none;
    border-radius: 2px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #4050c6;
}

.btn-learnmore:hover {
    color: #4e4e4e;
    background-color: transparent;
    opacity: 1;
}

.content-section.all-center {
    padding: 100px 0;
}

.content-section.all-center .custom-container {
    max-width: 943px;
    text-align: center
}

.content-section.all-center .custom-container p a {
    margin-top: 20px;
}

.content-section.all-center .custom-container h3:before,
.content-section.two-column .custom-container .text-area-top h3:before,
.content-section.three-column .text-area-top h3:before {
    width: 60px;
    height: 3px;
    background: #00bfa5;
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.content-section.all-center .custom-container .text-area-top {
    max-width: 715px;
    margin-left: auto;
    margin-right: auto
}

.content-section.all-center .custom-container .text-area-top h3 {
    font-family: graphik;
    font-size: 36px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: -.5px;
    color: #071e3c;
}

.content-section.all-center .custom-container .text-area-top p {
    padding: 20px 0 50px;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: normal;
    color: #4e4e4e;
}

.content-section.two-column {
    padding: 100px 0
}

.content-section.two-column .text-area-top {
    text-align: center
}

.content-section.two-column .text-area-top h3 {
    font-family: graphik;
    font-size: 36px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: -.5px;
    color: #071e3c;
}

.content-section.two-column .text-area-bottom-outer {
    display: flex;
    flex-wrap: wrap
}

.content-section.two-column .text-area-bottom {
    margin-top: 60px;
    width: calc(100% / 2);
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-section.two-column .text-area-bottom:nth-child(odd) {
    padding-right: 20.5px
}

.content-section.two-column .text-area-bottom:nth-child(even) {
    padding-left: 20.5px
}

.content-section.two-column .text-area-bottom .left-section {
    max-width: 120px;
    width: 120px;
}

.content-section.two-column .text-area-bottom .right-section {
    max-width: calc(100% - 120px);
    padding-left: 20px;
}

.content-section.two-column .text-area-bottom .right-section h3 {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    color: #071e3c;
    text-transform: uppercase
}

.content-section.two-column .text-area-bottom .right-section p {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #4e4e4e;
    padding: 15px 0;
}

.content-section.two-column .text-area-bottom .right-section a {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #4e4e4e;
    text-transform: uppercase
}

.content-section.two-column .text-area-bottom .right-section a:hover,
.content-section.three-column .grid-section .grid-outer .bottom-section a:hover {
    text-decoration: underline
}

.content-section.three-column {
    padding: 0px 0 96px
}

.content-section.three-column .text-area-top {
    text-align: center
}

.content-section.three-column .text-area-top h3 {
    font-size: 36px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: -.5px;
    color: #071e3c;
    font-family: graphik
}

.content-section.three-column .text-area-top p {
    padding-top: 21px;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #4e4e4e;
}
/*
.content-section.three-column .grid-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
*/
.content-section.three-column .grid-section .grid-outer {
    /*width: calc(100% / 3);
    max-width: 393px;*/
    background: #f5f5f5;
    margin-top: 60px;
    height: 610px;
    transition: all .4s ease-in-out;
    cursor: grab;
    padding-bottom: 60px;
}

@media (min-width: 767px) {
	.content-section.three-column .grid-section .grid-outer {
	    height: 600px;
	}

}


.content-section.three-column .grid-section .grid-outer:hover {
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.15) !important
}

.content-section.three-column .grid-section .grid-outer:hover .top-section img:not(.logo) {
    transform: scale(1.1);
}

.content-section.three-column .grid-section .grid-outer .top-section {
    position: relative;
    overflow: hidden;
}

.content-section.three-column .grid-section .grid-outer .top-section .grid-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(160, 183, 214, 0.2);
}

.content-section.three-column .grid-section .grid-outer .top-section img.logo {
    position: absolute;
    max-height: 59px;
    max-width: 115px;
    top: 30px;
    left: 30px;
    object-fit: contain;
    z-index: 1;
}

.content-section.three-column .grid-section .grid-outer .top-section img {
    width: 100%;
    max-height: 270px;
    object-fit: cover;
    transition: all .4s ease-in-out;
}

.content-section.three-column .grid-section .grid-outer .bottom-section {
    padding: 20px 48px 0 30px;
    position: relative
}

.content-section.three-column .grid-section .grid-outer .bottom-section:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: skewY(1.5deg);
    -moz-transform: skewY(1.5deg);
    -webkit-transform: skewY(1.5deg);
    background-color: #f5f5f5;
    transform-origin: right;
    content: "";
}

.content-section.three-column .grid-section .grid-outer .bottom-section * {
    position: relative;
}

.content-section.three-column .grid-section .grid-outer .bottom-section img {
    max-width: 21px;
    position: absolute;
    top: -10px;
}

.content-section.three-column .grid-section .grid-outer .bottom-section p {
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.367;
    letter-spacing: normal;
    color: #4e4e4e;
}

.content-section.three-column .grid-section .grid-outer .bottom-section a {
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 0px;
    display: inline-block;
    text-decoration: none !important;
}
.content-section.three-column .grid-section .see-customer-stories {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.content-section.three-column .grid-section .see-customer-stories a {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    border: solid 2px rgba(64, 80, 198, 0.5);
    width: 211px;
    height: 50px;
    line-height: 46.5px;
    display: inline-block;
    text-align: center;
    box-shadow: none;
    border-radius: 2px;
    background-color: #4050c6;
}

.content-section.three-column .grid-section .see-customer-stories a:hover {
    color: #4e4e4e;
    background: transparent;
    opacity: 1;
}

.contact-section {
    background-color: #4050c6;
    padding: 100px 0;
    border-bottom: 30px solid #b2caf7
}

.contact-section .custom-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-section .custom-container .left-section,
.contact-section .custom-container .right-section {
    width: calc(100% / 2);
    float: left;
    text-align: center
}

.contact-section .custom-container h3 {
    font-family: graphik;
    font-size: 32px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.6px;
    color: #fff;
}

.contact-section .custom-container p {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
    padding: 12px 0 20px;
}

.contact-section .custom-container h4 {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
}

.contact-section .custom-container h4 a {
    color: #fff !important
}

.contact-section .custom-container #current-Language {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    padding-left: 8px;
}

.contact-section .language-options {
    padding: 10px 0
}

.contact-section .custom-container .language-selector-new:after,
.contact-section .custom-container #mobile-lang-select:after {
    padding-left: 6.3px;
    font-size: 12px;
}

.contact-section .custom-container .language-selector-new:after {
    padding-left: 6.3px;
    font-size: 12px;
    color: #92979a;
    content: '\f35f';
    font-family: 'Ionicons';
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.contact-section .custom-container .language-selector-new {
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    position: relative
}

.contact-section .custom-container .lang-options-new {
    color: #4a4a4a;
    opacity: 0;
    z-index: -1;
    position: absolute;
    bottom: calc(100% + 20px);
    width: 200px;
    left: calc(100% - 200px);
    background-color: #fff;
    transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.contact-section .custom-container .lang-options-new:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 6px;
    margin-left: -10px;
}

.contact-section .custom-container .lang-options-new.open-lang {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    z-index: 1;
    opacity: 1;
    pointer-events: inherit;
}

.contact-section .custom-container .right-section a {
    width: 152px;
    height: 50px;
    border-radius: 2px;
    /*box-shadow:0 4px 8px 0 rgba(0,0,0,.06),inset 0 -2px 0 0 rgba(0,0,0,.1);*/
    border: solid 2px rgba(255, 255, 255, 0.5);
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 46px;
    letter-spacing: normal;
    color: #000;
    background-color: #fff;
    padding: 0;
}

.contact-section .custom-container .right-section a:hover {
    background: transparent;
    color: #fff;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .1);
}

.darkBlue-border {
    height: 60px;
    width: 100%;
    background: #e5f4ff;
}

.desktop-visible {
    display: block
}

.mobile-visible {
    display: none
}

.page-home-page-vb footer .get-in-touch {
    display: none
}

@media (max-width:1199px) {
    #heroVideo {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
    _:-ms-lang(x),
    _:-webkit-full-screen,
    #heroVideo {
        height: auto
    }
    .hero-section-inner {
        padding: 84px 0
    }
    .hero-section-inner .heading-text {
        font-size: 36px;
        letter-spacing: -0.3px;
        line-height: 1.5;
    }
    .content-section.three-column .grid-section .grid-outer .bottom-section a {
        margin-top: 20px;
    }
    .custom-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .content-section.left-image {
        padding: 94px 0 38px;
    }
    .content-section.left-image .left-section {
        max-width: 370px;
    }
    .content-section.left-image .left-section {
        margin-right: 38px;
    }
    .content-section.left-image .right-section {
        margin-left: 38px;
        max-width: 399px;
    }
    .content-section.all-center img {
        max-width: 754px;
        margin-left: auto;
        margin-right: auto
    }
    .content-section.all-center .custom-container .text-area-top {
        max-width: 649px;
    }
    .content-section.all-center .custom-container .text-area-top p {
        padding: 20px 0 60px;
    }
    .content-section.all-center {
        padding: 100px 0 60px;
    }
    .content-section.two-column .text-area-bottom .left-section {
        max-width: 100px;
    }
    .content-section.two-column .text-area-bottom .right-section {
        max-width: calc(100% - 100px)
    }
    .content-section.two-column .custom-container {
        padding-right: 42px;
    }
/*
    .content-section.three-column .grid-section .grid-outer {
        max-width: 32%;
        margin-right: 2%;
        height: auto;
        padding-bottom: 20px;
    }
*/    
    .content-section.three-column .grid-section .grid-outer:nth-child(3n) {
        margin-right: 0
    }
    .content-section.three-column .grid-section .grid-outer .top-section img {
        max-height: 220px;
    }
    .content-section.three-column .grid-section .grid-outer .bottom-section {
        padding: 32px 23px 0 20px
    }
    .content-section.three-column .grid-section .grid-outer .bottom-section img {
        top: 0
    }
    .hero-section-inner .heading-text span {
        border-bottom: 2px solid #00bfa5;
    }
}

@media (max-width:1023px) {
    .hero-section-inner .heading-text {
        font-size: 28px;
        line-height: 44px;
    }
    .hero-section-inner {
        padding: 52px 0 51px;
    }
    .hero-section-inner .heading-section {
        margin-top: 10px;
    }
    .content-section.left-image {
        padding: 80px 0 30px
    }
    .content-section.left-image .left-section {
        margin-right: 0;
        padding-right: 65px;
        padding-left: 55px;
        width: calc(100% / 2);
    }
    /* .branding-logo-section .custom-container{padding-left:0;padding-right:0;} */
    .branding-logo-section .custom-container div {
        padding-left: 20px;
        padding-right: 20px;
    }
    .content-section.left-image .right-section {
        margin-left: 0;
        padding-left: 11px;
        width: calc(100% / 2);
    }
    .content-section.left-image .right-section p.bottom-txt {
        padding-right: 10px;
    }
    .content-section.left-image .right-section p.top-txt {
        padding-right: 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .content-section.left-image .right-section h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .content-section.all-center .custom-container {
        padding-left: 83px;
        padding-right: 83px;
    }
    .content-section.all-center img {
        max-width: 100%
    }
    .content-section.left-image .right-section p.bottom-txt {
        margin-top: 30px;
        padding-top: 30px;
    }
    .content-section.two-column .text-area-bottom .right-section {
        max-width: 100%
    }
    .content-section.two-column .text-area-bottom .left-section {
        margin-left: auto;
        margin-right: auto
    }
    .content-section.two-column .text-area-bottom {
        text-align: center
    }
    .content-section.two-column {
        padding: 80px 0
    }
    .content-section.all-center {
        padding: 80px 0 48px;
    }
    .content-section.three-column {
        padding: 80px 0
    }
    .content-section.three-column .grid-section .grid-outer .bottom-section p {
        font-size: 16px;
        line-height: 1.5;
    }
    .content-section.three-column .grid-section .grid-outer .bottom-section a {
        font-size: 12px;
        margin-top: 25px;
    }
    .content-section.three-column .grid-section .grid-outer {
        padding-bottom: 15px;
    }
    .content-section.three-column .grid-section .grid-outer .bottom-section img {
        top: 8px;
    }
    .content-section.three-column .grid-section .grid-outer .bottom-section {
        padding: 37px 18px 0 20px
    }
    .contact-section {
        padding: 80px 0
    }
    .content-section.three-column .grid-section .grid-outer .top-section img.logo {
        max-width: 95px;
    }
    .content-section.three-column .grid-section .grid-outer .top-section img {
        max-height: 300px;
    }
    .content-section.all-center .custom-container .text-area-top h3,
    .content-section.two-column .text-area-top h3,
    .content-section.three-column .text-area-top h3 {
        font-size: 24px;
        line-height: 36px;
        letter-spacing: -0.3px;
    }
    .content-section.all-center .custom-container .text-area-top p,
    .content-section.two-column .text-area-bottom .right-section h3 {
        font-size: 16px;
    }
    .contact-section .custom-container h3 {
        font-size: 24px;
    }
    .content-section.all-center .custom-container .text-area-top p {
        padding: 20px 0 40px;
        line-height: 24px;
    }
    .content-section.two-column .text-area-bottom .right-section h3 {
        letter-spacing: 1px;
    }
}

@media(max-width:800px) {
    .contact-section .custom-container .lang-options {
        bottom: calc(100% + 20px);
        left: 0;
        top: auto
    }
    .contact-section .custom-container .lang-options:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #fff;
        border-width: 10px;
        margin-left: -10px;
    }
}

@media(max-width:767px) {
    .desktop-visible {
        display: none
    }
    .mobile-visible {
        display: block
    }
    #heroVideo {
        display: none
    }
    /* .branding-logo-section{padding:0 0 29px;} */
    .branding-logo-section {
        padding: 35px 0 29px;
    }
    .branding-logo-section img {
        width: 100%
    }
    .content-section.left-image {
        padding: 80px 0;
    }
    .content-section.left-image .left-section,
    .content-section.left-image .right-section {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }
    .content-section.left-image .right-section p.top-txt {
        padding-right: 0;
        margin-top: 20px;
    }
    .content-section.all-center .custom-container .text-area-top h3 {
        font-size: 24px;
    }
    .content-section.all-center .custom-container h3:before,
    .content-section.two-column .custom-container .text-area-top h3:before,
    .content-section.three-column .text-area-top h3:before {
        margin-bottom: 20px;
    }
    .content-section.left-image .right-section h3,
    .content-section.two-column .text-area-top h3,
    .content-section.three-column .text-area-top h3 {
        font-size: 24px;
    }
    .content-section.left-image .right-section h3:before {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto
    }
    .content-section.all-center .custom-container .text-area-top h3 {
        margin-bottom: 20px;
        letter-spacing: -0.3px;
    }
    .content-section.all-center {
        padding: 80px 0
    }
    .content-section.all-center .custom-container .text-area-top p {
        padding-bottom: 0;
        line-height: 24px;
    }
    .content-section.left-image .right-section p.top-txt,
    .content-section.left-image .right-section p.bottom-txt {
        line-height: 24px;
    }
    .content-section.all-center .custom-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .content-section.two-column .text-area-bottom,
    .content-section.two-column .text-area-bottom:nth-child(odd),
    .content-section.two-column .text-area-bottom:nth-child(even),
    .content-section.two-column .text-area-bottom .right-section {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }
    .content-section.two-column .custom-container {
        padding-right: 20px;
    }
    .content-section.two-column .text-area-bottom {
        margin-top: 40px;
    }
    .content-section.two-column .text-area-bottom:first-child {
        margin-top: 42px;
    }
    .content-section.two-column .text-area-bottom .left-section {
        margin-bottom: 20px;
    }
    .content-section.three-column .grid-section {
        display: block
    }
/*    .content-section.three-column .grid-section .grid-outer,
    .content-section.three-column .grid-section .grid-outer:nth-child(3n) {
        max-width: 315px;
        width: 100%;
        margin-right: auto;
        margin-left: auto
    }
*/    
    .content-section.three-column .text-area-top p {
        padding-top: 20px;
    }
    .content-section.three-column .grid-section .grid-outer {
        margin-top: 20px;
    }
    .content-section.three-column .grid-section .grid-outer:first-child {
        margin-top: 40px;
    }
    .content-section.three-column .grid-section .see-customer-stories {
        margin-top: 30px;
    }
    .contact-section .custom-container .left-section,
    .contact-section .custom-container .right-section {
        width: 100%;
        max-width: 100%
    }
    .contact-section .custom-container h3 {
        font-size: 24px;
    }
    .contact-section .custom-container p {
        padding: 15px 0 20px;
    }
    .contact-section .custom-container .right-section {
        margin-top: 80px;
    }
    .contact-section .custom-container h4 {
        font-size: 18px;
    }
    .hero-outer-section {
        background-size: cover
    }
    .hero-outer-section .hero-overlay {
        display: none
    }
    .content-section.three-column .grid-section .grid-outer .bottom-section p {
        font-size: 16px;
    }
    .content-section.three-column .grid-section .grid-outer .bottom-section a {
        font-size: 12px;
    }
    .hero-section-inner .heading-text {
        font-size: 24px;
        line-height: 32px;
        padding-left: 13px;
        padding-right: 12px;
        margin-bottom: 13px;
    }
    .branding-logo-section .custom-container {
        padding-left: 32px;
        padding-right: 32px
    }
    .branding-logo-section .custom-container div {
        width: calc(100% / 2);
        margin-top: 35px;
        padding-left: 0;
        padding-right: 0
    }
    .branding-logo-section .custom-container div:nth-child(odd) {
        padding-right: 20px;
    }
    .branding-logo-section .custom-container div:nth-child(even) {
        padding-left: 20px;
    }
    .content-section.left-image .right-section h3 {
        letter-spacing: -0.3px;
    }
    .content-section.three-column .grid-section .grid-outer .top-section img.logo {
        top: 20px;
    }
}

@media(max-width:420px) {
    .hero-section-inner .button-area .sp-hero-btn-blue,
    .hero-section-inner .button-area .sp-hero-transparent,
    .contact-section .custom-container .right-section a,
    .content-section.three-column .grid-section .see-customer-stories a {
        width: 100%;
        margin-right: 0;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    .hero-section-inner .button-area {
        margin-top: 30px;
    }
    .hero-section-inner .button-area .sp-hero-transparent {
        margin-top: 20px;
        line-height: 36px;
    }
    .content-section.three-column .grid-section .see-customer-stories a,
    .contact-section .custom-container .right-section a {
        line-height: 36px;
    }
    .hero-section-inner {
        padding: 61px 0 40px;
    }
    .btn-learnmore {
        width: 100%;
        line-height: 36px;
        height: 40px;
        font-size: 14px;
    }
}