@font-face {
    font-family: 'lato-thin';
    src: url("../fonts/lato-thin-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-25CA;
}

@font-face {
    font-family: 'lato-regular';
    src: url("../fonts/lato-regular-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-25CA;
}

@font-face {
    font-family: 'lato-semi';
    src: url("../fonts/lato-semibold-webfont.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-25CA;
}

@font-face {
    font-family: 'lato-black';
    src: url("../fonts/lato-heavy-webfont.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-25CA;
}

.hs-form {
    max-width: 640px !important;
}

.hs-form .hs-input {
    border: none !important;
}

.hs-form label,
.hs-error-msgs.inputs-list {
    display: none !important;
}

.hs-form .actions {
    margin-left: 10px !important;
    margin-top: 0 !important;
}

.btn-big-blue,
.btn-big-blue:hover,
.btn-big-blue:visited {
    color: #FFF;
}

.homepage .news-box-inner p a,
.homepage .news-box-inner .main-content li a,
.homepage .main-content .news-box-inner li a,
.homepage .news-box-inner .checkmarks-ul li a,
.homepage .checkmarks-ul .news-box-inner li a,
.homepage .news-box-inner .image-and-text-section li a,
.homepage .image-and-text-section .news-box-inner li a,
.homepage .news-box-inner .caption-inner li a,
.homepage .caption-inner .news-box-inner li a {
    letter-spacing: normal;
}

h1, h2, p {
    position: relative;
    z-index: 500;
}

.main-menu-ul a {
    color: #fff;
}

.container-menu {
    border-bottom: none;
}

.btn-sm {
    padding: 0 20px;
}

.homepage .news-boxes .views-row {
    width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
    padding: 0;
}

.homepage .news-boxes .views-row .news-box.views-col {
    width: 33%;
}

.news-boxes h2 {
    color: rgba(255, 255, 255, 1) !important;
    font-family: CircularStd-Book;
}

.homepage .main-hero {
    height: 60vh;
    min-height: 560px;
    position: relative;
    z-index: 40;
}

.homepage .main-hero:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 36, 44, 0.35);
}

.main-hero .video-text h1 {
    max-width: 640px;
    font-size: 38px;
    line-height: 44px;
    padding-top: 24px;
}

.main-hero .video-text p {
    max-width: 640px;
    font-size: 18px;
    line-height: 22px;
}

.scroll-down-arrow-inner {
    position: relative;
    z-index: 500;
}

.triangle-bottom {
    background: #fff;
    height: 108px;
    -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
}

.trusted-by,
.leverage {
    padding-bottom: 25px;
    background-color: #EFEFEF;
    position: relative;
    z-index: 100;

}

.homepage .trusted-by::before,
.homepage .leverage::before {
    content: '';
    width: 150%;
    height: 100px;
    z-index: -1;
    background-color: #EFEFEF;
    transform: rotate(-2.6deg);
    position: absolute;
    top: -60px;
    left: -30px;
}

.homepage .trusted-by::after,
.homepage .leverage::after {
    content: '';
    width: 150%;
    height: 100px;
    z-index: -1;
    background-color: #EFEFEF;
    transform: rotate(-2.6deg);
    position: absolute;
    bottom: -20px;
    left: -30px;
}

@media (max-width: 768px) {
    .homepage .trusted-by::before,
    .homepage .leverage::before {
        top: -26px;
        left: 0px;
        height: 70px;
        z-index: 50
    }

    .homepage .trusted-by::after,
    .homepage .leverage::after {
        bottom: -20px;
        left: 0;
        height: 50px;
    }
}

.trusted-by .container {
}

.trusted-by h2 {
    margin-top: 0;
    margin-bottom: 34px;
    font-family: CircularStd-Book;
    font-size: 24px;
    line-height: 2.33;
    letter-spacing: 6px;
    text-align: center;
    color: #38383d;
    text-transform: uppercase;
    position: relative;
    z-index: 500;
}

.trusted-by-wrapper {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 33px;
    font-size: 0;
    text-align: center;
}

.trusted-by-wrapper .trusted-by-item {
    margin: 0 15px 40px 15px;
    height: 80px;
    width: 170px;
    display: inline-block;
}

.trusted-by-wrapper .trusted-by-item img {
    height: 100%;
    width: 100%;
}

.btn-green-big {
    display: inline-block;
    height: 56px;
    min-width: 240px;
    background-color: #5db350;
    text-transform: uppercase;
    line-height: 56px;
    vertical-align: middle;
    font-family: CircularStd-Bold;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1.2px;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
}

.btn-green-big:hover {
    color: #FFF;
    background-color: #4b9340;
}

.btn-green-big:active,
.btn-green-big:visited {
    color: #FFF;
}

.workload {
    padding: 39px 135px 100px 135px;
}

.workload .section-img {
    width: 50%;
    display: inline-block;
    float: left;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.workload .section-details {
    width: 40%;
    float: left;
    display: inline-block;
    margin: 0 auto 0 10%;
}

.section-details h2 {
    margin: 0 auto;
    padding: 0;
    font-family: CircularStd-Book;
    font-size: 48px;
    line-height: 1.17;
    text-align: left;
    color: #38383d;

}

.section-details p {
    margin: 0;
    padding: 0;
    font-family: 'lato-regular';
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #38383d;
    margin-top: 24px;
    margin-bottom: 16px;
}

.section-details a {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-family: CircularStd-Book;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: 1px;
    text-align: left;
    color: #0066da;
}

.section-details a:visited,
.section-details a:hover {
    color: #23527c;
}

.section-details p.italic {
    margin: 0;
    padding: 0;
    font-family: 'lato-regular';
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
    color: #38383d;
    margin-top: 24px;
    margin-bottom: 8px;
    font-style: italic;
}

.workload .section-details .aci img {
    height: 32px;
    width: 64px;
    display: block;
    float: left;
    margin-right: 8px;
}

.workload .section-details .aci span {
    display: inline-block;
    font-family: 'lato-regular';
    font-size: 14px;
    font-weight: bold;
    line-height: 1.14;
    text-align: left;
    color: #38383d;
    margin-top: 8px;
}

.leverage .section-img {
    width: 50%;
    display: block;
    float: right;
}

.leverage .section-details {
    width: 45%;
}

.leverage .section-details h2 {
    margin-right: -66px;
}

.leverage .section-details .bumble-bee img {
    height: 32px;
    width: 88px;
    display: block;
    float: left;
    margin-right: 8px;
}

.leverage .section-details .bumble-bee span {
    display: inline-block;
    font-family: 'lato-regular';
    font-size: 14px;
    font-weight: bold;
    line-height: 1.14;
    text-align: left;
    color: #38383d;
    margin-top: 8px;
}

.map {
    padding: 56px 135px 40px 135px;
}

.map .section-img {
    width: 40%;
    height: 576px;
    display: inline-block;
    float: left;
    margin-top: 0;
    margin-left: auto;
    margin-right: 10%;
    padding-top: 50px;
}

.map .section-details {
    width: 50%;
    margin: 0 auto;
    float: left;
    display: inline-block;
}

.map .section-details .aci img {
    height: 32px;
    width: 80px;
    display: block;
    float: left;
    margin-right: 8px;
}

.map .section-details .aci span {
    display: inline-block;
    font-family: 'lato-regular';
    font-size: 14px;
    font-weight: bold;
    line-height: 1.14;
    text-align: left;
    color: #38383d;
    margin-top: 8px;
}

.grid {
    background-image: url("../img/Image-Grid.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 834px;
    -webkit-clip-path: polygon(0 128px, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 128px, 100% 0, 100% 100%, 0 100%);
}

.grid h1 {
    text-align: center;
    width: 593px;
    display: block;
    margin: 275px auto 37px auto;
    font-family: CircularStd-Bold;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.17;
    color: #fff;
}

#before_footer {
    background-color: #272b34;
    margin-top: -128px;
    z-index: 1;
    -webkit-clip-path: polygon(0 128px, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 128px, 100% 0, 100% 100%, 0 100%);
    display: block;
    overflow: hidden;
}

.news-boxes p.color-1 {
    margin-top: 190px;
    font-family: CircularStd-Book;
    font-size: 24px;
    line-height: 2.33;
    letter-spacing: 6px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

.news-boxes .posts-wrapper {
    width: 960px;
    margin: auto;
    padding-bottom: 74px;
}

.news-boxes .posts-wrapper .post-item {
    width: 40%;
    max-width: 272px;
    height: 292px;
    margin: 0 24px 24px 24px;
    float: left;
    background: #fff;
}

.news-boxes .posts-wrapper .post-item img {
    max-width: 272px;
    widtH: 100%;
    max-height: 140px;
    height: auto;
}

.news-boxes .posts-wrapper .post-item .post-inner {
    background: #fff;
    padding: 16px 24px;
}

.news-boxes p.color-1 {
    margin: 0;
    padding: 0;
    font-family: CircularStd-Book;
    font-size: 12px;
    line-height: 1.33;
    text-align: left;
    color: #272b34;
}

.news-boxes p.color-1 {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    font-family: CircularStd-Bold;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    text-align: left;
    color: #38383d;
}

.hbspt-form .hs-form .input {
    padding: 0;
    margin: 0;
    padding-right: 16px;
}

.hbspt-form .hs-form .input input,
.hbspt-form .hs-form .input textarea {
    max-width: none;
    width: 100%;
}

.hbspt-form .hs-form .hs_message .input {
    padding-right: 0;
}

.hbspt-form .hs-form .input textarea {
    height: 190px;
}

input.hs-button.primary.large {
    margin: 0 18px;
    width: calc(100% - 26px) !important;
}

.sticky .menu-section {
    padding: 75px 0 0;
}

.sub-menu-item:first-child .sub-service-box-wrapper .s-sub-menu-item.col-sm-4:nth-child(4) {
    width: 13.667%;
}

.sub-sub-service-box-wrapper {
    background: none;
}

@media (max-width: 850px) {
    .path-frontpage .menu-hero {
        padding-top: 32px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .triangle-bottom {
        background: #fff;
        height: 60px;
        -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
    }

    .main-hero h1 {
        text-align: center;
        font-size: 24px;
        line-height: 1.33;
        font-family: CircularStd-Bold;
        font-weight: bold;
    }

    .main-hero p {
        margin: 0;
        margin-top: 8px;
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 1.25;
        color: #ffffff;
        text-align: center;
    }

    .main-hero {
        padding-top: 0;
        padding-bottom: 0px;
    }

    .path-frontpage .main-hero .constrained-container {
        padding-bottom: 0px;
        padding-top: 0;
    }

    .hs_email {
        display: inline-block;
        width: 40%;
        height: 46px;
        background: #fff;
        line-height: 46px;
        padding: 0 16px;
        font-size: 16px;
        vertical-align: middle;
        text-align: left;
        color: #bfbfc1;
        border: none;
        font-family: CircularStd-Book;
        margin-right: 3px;
        margin-bottom: 8px;
    }

    .big-email-input[placeholder],
    .big-email-input::-moz-placeholder,
    .big-email-input:-moz-placeholder,
    .big-email-input:-ms-input-placeholder, {
        color: #bfbfc1 !important;
    }

    .hs_submit {
        display: inline-block !important;
        width: 45%;
        position: relative;
        top: 0;
    }

    .btn-big-blue {
        height: 46px;
        display: inline !important;
        background-color: #0066da;
        line-height: 46px;
        vertical-align: middle;
        padding: 0 20px;
        font-family: CircularStd-Bold;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1.2px;
        text-align: center;
        color: #ffffff;
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }

    .scroll-down-arrow-wrapper {
        display: none;
    }

    .trusted-by h2 {
        margin-bottom: 24px;
        font-family: CircularStd-Book;
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 4px;
        text-align: center;
        color: #38383d;
        text-transform: uppercase;
    }

    .trusted-by-wrapper {
        width: 700px;
        margin: 0 auto;
        margin-bottom: 8px;
    }

    .trusted-by-wrapper .trusted-by-item {
        margin: 0 8px 24px 8px;
        height: 64px;
        width: 136px;
        display: inline-block;
    }

    .trusted-by-wrapper .trusted-by-item img {
        height: 100%;
        width: 100%;
    }

    .block .container {
        max-width: none;
        min-width: auto;
        padding: 0;
    }

    .workload,
    .leverage .container,
    .map .container {
        padding: 100px 0;
        width: 80%;
        max-width: 550px;
        margin: 0 auto;
    }

    .workload .section-img {
        width: 100%;
        height: auto;
        display: block;
        float: none;
        margin: 0 auto;
        margin-bottom: 0px;
    }

    .workload .section-details {
        width: 100%;
        margin: 0;
        float: none;
    }

    .section-details h2 {
        font-family: CircularStd-Book;
        font-size: 24px;
        line-height: 1.33;
    }

    .section-details p {
        font-family: 'lato-regular';
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        margin-top: 8px;
        margin-bottom: 16px;
    }

    .section-details a {
        text-transform: uppercase;
        font-family: CircularStd-Book;
        font-size: 14px;
        line-height: 1.43;
    }

    .section-details p.italic {
        font-family: CircularStd-BookItalic;
        font-size: 14px;
        line-height: 1.43;
        margin-top: 24px;
        margin-bottom: 8px;
        font-style: italic;
    }

    .workload .section-details .aci span {
        display: inline-block;
        width: 210px;
        font-family: 'lato-regular';
        font-size: 14px;
        font-weight: bold;
        line-height: 1.14;
        text-align: left;
        margin-top: 0px;
    }

    .leverage .section-img {
        width: 273px;
        height: auto;
        display: block;
        float: none;
        margin: 0 auto;
        margin-bottom: 24px;
        position: relative;
        z-index: 500;
    }

    .leverage .section-details {
        width: 100%;
    }

    .leverage .section-details h2 {
        margin-right: 0px;
    }

    .map {
        padding: 0 16px;
    }

    .map .section-img {
        width: 100%;
        height: auto;
        display: block;
        float: none;
        margin: 0 auto;
        margin-bottom: 16px;
    }

    .map .section-details {
        width: 100%;
        margin: 0;
        float: none;
    }

    .grid {
        height: 472px;
        -webkit-clip-path: polygon(0 64px, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 64px, 100% 0, 100% 100%, 0 100%);
    }

    .grid h1 {
        text-align: center;
        width: 272px;
        display: block;
        margin: 140px auto 32px auto;
        font-family: CircularStd-Bold;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.33;
        color: #fff;
    }

    #before_footer {
        background-color: #272b34;
        margin-top: -64px;
        -webkit-clip-path: polygon(0 64px, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 64px, 100% 0, 100% 100%, 0 100%);
    }

    .news-boxes p.color-1 {
        margin-top: 20px;
        font-family: CircularStd-Book;
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 4px;
        text-align: left;
        color: #fff;
        margin-bottom: 20px;
    }

    .news-boxes .posts-wrapper {
        width: 90%;
        margin: auto;
        padding-bottom: 28px;
    }

    .news-boxes .posts-wrapper .post-item {

    }
}

@media (min-width: 851px) {
    .menu-row {
        padding: 16px 16px;
    }

    .sticky .menu-row {
        padding: 16px 16px;
    }

    .triangle-bottom {
        background: #fff;
        height: 57px;
        -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
    }

    .logo-link {
        margin-top: 0;
        height: 25px;
    }

    .logo-link img.main-logo {
        width: 135px;
        display: block;
        min-width: auto;
        max-width: none;
        margin-top: 0px;
    }

    .logo-link img.main-logo.primary {
        display: block;
        min-width: auto;
        max-width: none;
        margin-top: 0px;
    }

    .sticky .alternative-logo-link {
        margin-top: 12px;
    }

    .sticky .btn {
        height: 40px;
        line-height: 40px;
        padding: 0 11px;
    }

    .main-menu-ul {
        margin-top: -8px;
    }

    .main-menu-ul li {
        padding: 8px;
    }

    .main-menu-ul .btn {
        display: inline-block;
    }

    .path-frontpage .menu-hero {
        padding-top: 40px;
        padding-left: 96px;
        padding-right: 96px;
    }

    .main-hero h1 {
        text-align: center;
        font-size: 32px;
        line-height: 1.25;
        font-family: CircularStd-Bold;
        font-weight: bold;
    }

    .main-hero p {
        margin: 0;
        margin-top: 8px;
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 1.4;
        color: #ffffff;
        text-align: center;
    }

    .main-hero {
        padding-bottom: 0px;
    }

    .path-frontpage .main-hero .constrained-container {
        padding-bottom: 0px;
        padding-top: 30px;
    }

    .hs_email {
        width: 40%;
        height: 56px;
        background: #fff;
        line-height: 56px;
        padding: 0 16px;
        font-size: 20px;
        vertical-align: middle;
        text-align: left;
        color: #bfbfc1;
        border: none;
        font-family: CircularStd-Book;
        margin-right: 3px;
        display: inline-block;
    }

    .big-email-input[placeholder],
    .big-email-input:-moz-placeholder,
    .big-email-input:-moz-placeholder,

,
    .big-email-input:-ms-input-placeholder, {
        color: #bfbfc1 !important;
    }

    .hs_submit {
        width: 39%;
        display: inline-block;
        position: relative;
        top: 0px;
    }

    .btn-big-blue {
        width: 100%;
        height: 56px;
        background-color: #0066da;
        line-height: 56px;
        vertical-align: middle;
        padding: 0 20px;
        font-family: CircularStd-Bold;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1.2px;
        text-align: center;
        color: #ffffff;
        margin-top: 0 !important;
    }

    .scroll-down-arrow-wrapper {
        margin-top: 38px;
        margin-bottom: -46px;
    }

    .scroll-down-arrow {
        border: none;
        -webkit-transform: rotate(0deg);
        width: 24px;
        height: 32px;
    }

    .scroll-down-arrow .scroll-down-arrow-inner {
        background-image: url("../img/arrow-icon.svg");
        background-position: 0;
        background-size: contain;
        -webkit-transform: rotate(0deg);
        margin: 0;
        width: 100%;
        height: 100%;
    }

    .trusted-by h2 {
        padding-top: 25px;
        margin-bottom: 24px;
        font-family: CircularStd-Book;
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 4px;
        text-align: center;
        color: #38383d;
        text-transform: uppercase;
    }

    .trusted-by-wrapper {
        width: 800px;
        margin: 0 auto;
        margin-bottom: 8px;
    }

    .trusted-by-wrapper .trusted-by-item {
        margin: 0 12px 40px 12px;
        height: 64px;
        width: 136px;
        display: inline-block;
    }

    .trusted-by-wrapper .trusted-by-item img {
        height: 100%;
        width: 100%;
    }

    .homepage .block .container {
        max-width: none;
        min-width: auto;
    }

    .workload {
        padding: 50px 96px 102px 96px;
    }

    .workload .section-img {

        height: auto;
        margin-bottom: 0px;
        text-align: center;
    }

    .workload .section-img img {
        display: block;
        margin: 0 auto;
        position: relative;
        top: 20px;
    }

    .workload .section-details {
        max-width: 500px;
    }

    .section-details h2 {
        font-family: CircularStd-Book;
        font-size: 38px;
        line-height: 1.2;
    }

    .section-details p {
        font-family: 'lato-regular';
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
        margin-top: 8px;
        margin-bottom: 16px;
    }

    .section-details a {
        text-transform: uppercase;
        font-family: CircularStd-Book;
        font-size: 14px;
        line-height: 1.43;
    }

    .section-details p.italic {
        font-family: CircularStd-BookItalic;
        font-size: 14px;
        line-height: 1.43;
        margin-top: 24px;
        margin-bottom: 8px;
        font-style: italic;
    }

    .workload .section-details .aci span {
        display: inline-block;
        width: 210px;
        font-family: 'lato-regular';
        font-size: 14px;
        font-weight: bold;
        line-height: 1.14;
        text-align: left;
        margin-top: 0px;
    }

    .leverage {
        padding: 0 96px 50px 96px;
    }

    .leverage .section-img {
    }

    .leverage .section-details {
    }

    .leverage .section-details h2 {
        margin-right: 0px;
    }

    .map {
        padding: 60px 96px 0 96px;
    }

    .map .section-img {
        height: auto;
        margin-bottom: 16px;
    }

    .map .section-details {
    }

    .grid {
        height: 640px;
        -webkit-clip-path: polygon(0 64px, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 64px, 100% 0, 100% 100%, 0 100%);
    }

    .grid h1 {
        text-align: center;
        width: 593px;
        display: block;
        margin: 185px auto 40px auto;
        font-family: CircularStd-Bold;
        font-size: 48px;
        font-weight: bold;
        line-height: 1.17;
        color: #fff;
    }

    #before_footer {
        background-color: #272b34;
        margin-top: -64px;
        -webkit-clip-path: polygon(0 64px, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 64px, 100% 0, 100% 100%, 0 100%);
        padding-top: 100px;
    }

    .news-boxes p.color-1 {
        font-family: CircularStd-Book;
        font-size: 20px;
        line-height: 1.2;
        text-align: left;
        color: #fff;
        margin-bottom: 20px;
    }

    .news-boxes .posts-wrapper {
        margin: auto;
        padding-bottom: 44px;
    }

    .news-boxes .posts-wrapper .post-item {
        margin: 0 16px 32px 16px;
    }
}

@media (min-width: 1440px) {
    .menu-row {
        padding: 16px 0;
    }

    .logo-link {
        margin-top: 0;
        height: 35px;
    }

    .logo-link img.main-logo {
        width: 190px;
        display: block;
        min-width: auto;
        max-width: none;
        margin-top: 0px;
    }

    .sticky .alternative-logo-link {
        margin-top: 0;
    }

    .main-menu-ul {
        margin-top: 0px;
    }

    .main-menu-ul li {
        padding: 5px 10px;
    }

    .menu-wrapper .container {
        padding: 0 40px;
        max-width: 1440px;
    }

    .path-frontpage .menu-hero {
        padding-top: 20px;
    }

    .main-hero {
        padding-bottom: 0px;
    }

    .path-frontpage .main-hero .constrained-container {
        padding-bottom: 0px;
    }

    .main-hero h1 {
        text-align: center;
        font-size: 48px;
        line-height: 1.17;
        font-family: CircularStd-Bold;
    }

    .main-hero p {
        margin: 0;
        margin-top: 16px;
        margin-bottom: 32px;
        font-size: 20px;
        line-height: 1.4;
        color: #ffffff;
        text-align: center;
    }

    .main-hero .container {
        max-width: 1440px;
    }

    .main-hero .menu-hero {
        padding-left: 135px;
        padding-right: 135px;
        margin: 0 auto;
        padding-bottom: 20px;
        padding-top: 30px;
    }

    .main-hero .video-text {
        width: 668px;
    }

    .expanded-menu .menu-section {
        margin-top: 82px;
    }

    .sticky .menu-section {
        padding-top: 0;
    }

    .hs_email {
        width: 400px;
        height: 56px;
        background: #fff;
        line-height: 56px;
        padding: 0 16px;
        font-size: 20px;
        vertical-align: middle;
        text-align: left;
        color: #bfbfc1;
        border: none;
        font-family: CircularStd-Book;
        margin-right: 5px;
    }

    .big-email-input[placeholder],
    .big-email-input::-moz-placeholder,
    .big-email-input:-moz-placeholder,
    .big-email-input:-ms-input-placeholder {
        color: #bfbfc1 !important;
    }

    .hs_submit {
        width: 214px;
    }

    .btn-big-blue {
        height: 56px;
        background-color: #0066da;
        line-height: 56px;
        vertical-align: middle;
        padding: 0 20px;
        font-family: CircularStd-Bold;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1.2px;
        text-align: center;
        color: #ffffff;
        margin-top: 0 !important;
    }

    .scroll-down-arrow-wrapper {
        margin-top: 85px;
        margin-bottom: 33px;
        display: none;
    }

    .scroll-down-arrow {
        border: none;
        -webkit-transform: rotate(0deg);
        width: 40px;
        height: 54px;
    }

    .scroll-down-arrow .scroll-down-arrow-inner {
        background-image: url("../img/arrow-icon.svg");
        background-position: 0;
        background-size: contain;
        -webkit-transform: rotate(0deg);
        margin: 0;
        width: 100%;
        height: 100%;
    }

    .menu-section .sub-menu-item {
        padding: 20px 10px;
    }

    .menu-section .container-title {
        width: 60%;
    }
}

@media (min-width: 1025px) {
    .leverage .section-details {
        padding-top: 50px;
        margin-left: 100px;
    }

    .map,
    .workload {
        padding-top: 75px;
    }

    .menu-wrapper.sticky {
        z-index: 1000;
    }
}

@media (max-width: 850px) {
    .menu-hero {
    }

    .main-hero {
        min-height: 300px
    }

    .main-hero .video-text {
        padding-top: 64px;
    }

    .main-hero .video-text h1 {
        font-size: 32px !important;
        line-height: 40px;
    }

    .main-hero .video-text p {
        font-size: 20px;
        line-height: 28px;
    }

    .trusted-by {
        padding-bottom: 50px !important;
    }

    .leverage {
        padding-bottom: 0;
    }

    .leverage .container {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .news-boxes .post-item:nth-child(3n) {
        display: none;
    }

    .workload {
        padding-top: 50px !important;
    }

    .map .section-img {
        padding-top: 0;
    }

    .map .container {
        padding-bottom: 50px;
    }

    .menu-wrapper .menu-row .main-menu-ul > li:last-child > a {
        position: absolute;
        bottom: 20px;
        right: 0;
        width: 115px;
    }
}

@media (max-width: 740px) {
    .main-hero .video-text {
        padding-top: 0
    }

    .main-hero .video-text h1 {
        padding-top: 0;
    }

    .main-hero .video-text h1 {
        line-height: 38px;
    }

    .main-hero .video-text p {
        line-height: 25px;
    }

}

@media (max-width: 670px) {

    .main-hero .video-text h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .main-hero .video-text p {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 650px) {
    .trusted-by-wrapper {
        width: 100%;
    }

    .main-hero {
        max-height: 400px;
        height: inherit;
        position: relative;
        overflow: inherit;
        z-index: auto;
    }

    .menu-hero {
        position: relative;
        z-index: 5000
    }

    .hs_email {
        width: 100%;
        display: block;
        margin-bottom: 30px;
        position: relative;
        z-index: 2000;
    }

    .hs_submit {
        width: 100%;
        display: block;
        margin-bottom: 0;
        position: relative;
        z-index: 2000;
    }

    .btn-big-blue {
        display: block !important;
        width: 100%;
        border-radius: 0;
    }

    .video-text {
        position: relative;
        z-index: 2000;
        padding-top: 0
    }

    .trusted-by h2 {
        padding-top: 40px;
    }

    .main-hero .video-text h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .main-hero .video-text p {
        font-size: 16px;
        line-height: 20px;
    }

    .hs_submit {
        width: 100%;
        display: block;
    }

    .hs-form .actions {
        margin-left: 0 !important;
    }
}

@media (max-width: 420px) {
    .btn-big-blue {
        max-width: 325px;
    }

    .submitted-message {
        text-align: center;
        font-weight: 700;
        padding-top: 50px;
    }

    .news-boxes {
        display: table !important;
    }

    .main-hero .video-text h1 {
        padding-top: 0;
        font-size: 32px !important;
    }

    /*           .news-boxes .view-header {padding-top: 100px; } */
}

@media (max-width: 375px) {
    .btn-big-blue {
        max-width: 285px;
    }
}

@media (max-width: 350px) {
    .workload, .leverage .container, .map .container {
        width: 95%;
    }

    .leverage, .workload, .map {
        padding: 30px 5px 70px 5px !important;
    }

    .workload {
        padding-top: 50px !important;
    }

    .leverage {
        padding-top: 0 !important;
        padding-bottom: 40px !important;
    }

    .map {
        padding-top: 70px !important;
        padding-bottom: 30px !important;
    }

    .map .container,
    .leverage .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .map .section-img,
    .map .section-details {
        padding-top: 0;
    }

    .news-boxes {
        display: table;
    }

    .news-box:nth-child(2n+1) {
        display: none;
    }

    .main-hero {
        max-height: 440px;
    }

    .main-hero .video-text {
        padding-top: 15px;
    }

    .btn-big-blue {
        max-width: 230px !important;
    }

    .submitted-message {
        padding-top: 70px;
    }

}

.service-level-agreement {
    padding: 0 15px;
    max-width: 1396px;
    width: 100%;
    margin: 0 auto 45px;
}

.service-level-agreement h4 {
    font-weight: normal;
    color: #337ab7;
}

.service-level-agreement p {
    margin-bottom: 15px;
}

.service-level-agreement table {
    width: 100%;
    max-width: 992px;
    margin: 0 auto 15px;
    text-align: center;
}

.service-level-agreement table.math {
    max-width: 505px;
}

.service-level-agreement table.math td {
    padding: 5px 0;
}

.service-level-agreement table.math tr:first-child td:last-child {
    border-bottom: 1px solid #898989;
}

.service-level-agreement th {
    color: #38383d;
    text-align: center;
}

.service-level-agreement ul {
    padding-left: 0;
    margin-bottom: 15px;
    list-style-position: inside;
}

.service-level-agreement strong {
    color: #38383d;
}

@media (max-width: 1024px) {
    /*.path-frontpage .main-hero .constrained-container {
        display: flex;
        flex-direction: column;
    }
    .homepage .main-hero .container {
        order: 2;
        padding-bottom: 50px;
    }
    .homepage #videobcg {
        position: relative;
        order: 1;
    }
    .homepage .main-hero {
        height: auto;
    }
    .homepage .main-hero .video-text h1 {
        padding-top: 0;
    }*/
}


body .data-center-locations-site-template .main-hero {
    background: url(../img/site-template-bg.png) !important;
    width: 100%;
    height: auto;
}
body .data-center-locations-site-template.us-west-02-seattle-washington-data-center .main-hero {
    background: url("../img/scalematrix-variable-density-colocation-seattle-data-center-header-1.jpg") !important;
    width: 100%;
    height: auto;
}
body .data-center-locations-site-template.us-south-01-dallas-texas-data-center .main-hero {
    background: url("../img/scalematrix-data-center-dallas-Header.png") !important;
    width: 100%;
    height: auto;
}
body .data-center-locations-site-template.us-south-02-jacksonville-florida-data-center .main-hero {
    background: url("../img/scalematrix-data-center-jacksonville-colocation-florida-density-header.jpg") !important;
    width: 100%;
    height: auto;
}
body .data-center-locations-site-template.us-east-01-charlotte-north-carolina-data-center .main-hero {
    background: url("../img/scalematrix-data-center-Charlotte-Header.jpg") !important;
    width: 100%;
    height: auto;
}
body .data-center-locations-site-template.seattle-wa .main-hero {
    background-image: url("../img/RJS_0060-lighter.jpg") !important;
    width: 100%;
    height: auto;
}
body .data-center-locations-site-template.charlotte-nc .main-hero {
    background-image: url("../img/scalematrix-data-center-Charlotte-Header.jpg") !important;
    width: 100%;
    height: auto; 
}
body .data-center-locations-site-template.jacksonville-fl .main-hero {
    background-image: url("../img/scalematrix-data-center-jacksonville-colocation-florida-density.jpg") !important;
    width: 100%;
    height: auto; 
}

body .data-center-locations-site-template .main-hero .menu-hero .text-center h1 {
    text-transform: uppercase;
    font-size: 45px;
    margin-bottom: 20px;
    letter-spacing: 3.5px;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content {
    width: 100%;
    padding: 30px 70px;
    margin-bottom: 100px;
    display: inline-block;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content ul li {
    list-style: none;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-left {
    width: 80%;
    display: inline-block;
    float: left;
    padding: 20px;
    padding-right: 50px;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-left p,
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-left h2,
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-left h3 {
    font-family: "CircularStd-Book" !important;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-left .about-site-title {
    padding-left: 5px;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-left .about-site-title h2 {
    margin: 0px;
    font-weight: 500;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-left ul.items {
    padding: 0px;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-left ul.items li.item {
    position: relative;
    padding-left: 5px;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-left ul.items li.item h3 {
    font-weight: 500;
    font-size: 22px;
    padding: 20px 0px 10px 5px;
    margin: 0px;
    border-bottom: 1px solid #156cb9;
    text-transform: capitalize;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-left ul.items li.item h3 + .toggle-menu {
    float: right;
    font-size: 0px;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-left ul.items li.item h3 + .toggle-menu:before {
    content: " ";
    background-image: url("../img/arrow-left.png");
    width: 20px;
    height: 35px;
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 0px;
    cursor: pointer;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-left ul.items li.item.active h3 + .toggle-menu:before {
    content: " ";
    background-image: url("../img/arrow-down.png");
    width: 36px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 0px;
    cursor: pointer;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-left ul.items li.item.active > ul.list-sub-lv2 {
    display: block;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-left ul.items li.item > ul.list-sub-lv2 {
    padding: 0px;
    display: none;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-left ul.items li.item > ul.list-sub-lv2 li {
    background-color: #ebebeb;
    padding: 10px;
    font-size: 16px;
    font-family: "latoregular";
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-left ul.items li.item > ul.list-sub-lv2 li:nth-of-type(2) {
    background-color: #fff;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-left ul.items li.item > ul.list-sub-lv2 li .title {
    color: #000000;
    display: inline-block;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-left ul.items li.item > ul.list-sub-lv2 li .value {
    color: #000000;
    float: right;
    display: inline-block;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-left .ddc {
    color: #000000;
    margin-top: 80px;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-left .ddc .title {
    text-transform: uppercase;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-left .ddc .content {
    text-align: left;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-left .ddc .content p {
    margin: 0px;
    font-size: 16px;
    color: #38383d;
    text-align: left;
    line-height: 1.75;
    font-family: "latoregular";
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-left .ddc .question {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    text-align: left;
    color: #38383d;
    font-family: "latoregular";
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-left .ddc .connect-specialist a:hover {
    color: #fff;
}
.site-template-content .site-template-left .ddc .connect-specialist .btn-blue {
    margin-left: 0;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-right {
    width: 20%;
    display: inline-block;
    padding: 20px;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-right .list-content {
    border: 1px solid #898989;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-right .list-content div.locations {
    background-color: #166cb5;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-right .list-content div.locations a {
    color: #fff;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-right .list-content div.locations a:hover {
    text-decoration: underline;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-right .list-content ul {
    margin: 0;
    padding: 0;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-right .list-content ul li {
    text-align: right;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-right .list-content ul li > a {
    display: block;
    padding: 10px;
    text-transform: uppercase;
    font-size: 13px;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-right .list-content ul li > a span {
    margin-right: 5px;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-right .list-content ul li > a:hover,
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-right .list-content ul li.active > a {
    background-color: #ebebeb;
}

body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-right .sidebar-info {
    margin-top: 30px;
    text-align: right;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-right .sidebar-info p {
    font-size: 16px;
    color: #000000;
    text-align: right;
    margin-bottom: 27px;
    margin-top: 0;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-right .sidebar-info .address {
    padding-right: 10px;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-right .sidebar-info .address p {
    margin: 0;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-right .sidebar-info .address p.locations {
    color: #000000;
    font-weight: 700;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-right .sidebar-info .contact {
    margin-top: 20px;
    padding-right: 10px;
}
body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-right .sidebar-info .contact .title {
    color: #000000;
    text-align: right;
    font-weight: 700;
}
@media (max-width: 1199px) {
    body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content {
        padding: 0px 20px;
    }
}
@media (max-width: 991px) {
    body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-left {
        width: 100%;
        padding: 15px;
    }
    body .data-center-locations-site-template .block-system-main-block .container-wrapper .site-template-content .site-template-right {
        width: 100%;
        padding: 15px;
    }
}
@media (max-width: 767px) {
    body .data-center-locations-site-template .main-hero .menu-hero .btn {
        display: inline-block;
    }
    body .data-center-locations-site-template .main-hero .menu-hero .text-center h1 {
        margin-top: 50px;
    }
}


body .scaleassure-dr .scaleassure-physical .scaleassure-physical-left a.btn {
    padding: 15px 50px;
    height: auto;
    line-height: 26px;
}
body .scalebackup-appliance-list {
    padding-left: 0; 
}
@media (max-width: 1200px) {
    body .scalebackup .main-wrapper-inner .main-hero .menu-hero img {
        margin-top: 0;
        margin-right: 0;
        float: none;
        height: auto;
    }
}
@media (max-width: 991px) {
    body .scaleassure-content .scaleassure-benefits a.request-a-quote {
        margin-right: 0;
    }
    body .main-wrapper-inner .main-hero h1 {
        display: block;
    }
    body .scaleassure-dr .main-wrapper-inner .main-hero .menu-hero img {
        height: auto;
        margin-right: 0;
        float: none;
    }
    body .scaleassure-dr .main-hero h1 span {
        display: inline-block;
    }
    body .scaleassure-dr .scaleassure-physical {
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media (max-width: 851px) {
    body .scalebackup .block .container,
    body .scaleassure-dr .block .container {
        padding-left: 10px;
        padding-right: 10px; 
    }
}
@media (max-width: 850px) {
    #block-highperformancecomputingbenefitswithscalematrix-2--2 .container{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 768px) {
    body .benefit-item img {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    body .scalebackup .scalebackup-highlights .btn-green-big {
        min-width: 300;
        width: auto;
    }
    body .scalebackup .scalebackup-benefits ul li .b-title img {
        float: left;
    }
    body .scalebackup .scalebackup-benefits ul li .b-title h5 {
        display: inline;
    }
    body .scalebackup-appliance li {
        margin: 10px 5%;
    }
    body .scaleassure-dr .scaleassure-physical .scaleassure-physical-left a.btn {
        padding: 15px 20px;
        line-height: 26px;
        height: auto;
    }
    body .scaleassure-content .scaleassure-middle {
        margin-bottom: 50px;
    }
    body .scaleassure-dr .with-scaleassure {
        padding: 30px 0 50px;
    }
    body .scaleassure-dr .scaleassure-physical {
        padding: 30px 0;
    }
    body .scaleassure-dr .scaleassure-physical + .scaleassure-physical {
        padding: 0 0 40px;
    }
    body .main-wrapper-inner .main-hero .menu-hero img {
        margin-top: 0;
    }
    #block-entertainmentmediabenefitswithscalematrix-2 {
        margin-bottom: 50px;
    }
    #block-networkcarriersfiberproviders2--2 .basic-text-block .container.content {
        padding: 0 20px;
    }
    #block-sandiegocarrierfiberproviders--2 .brands-4 {
        padding-top: 27px;
    }
    #block-entertainmentmediabenefitswithscalematrix-2--2 .benefits .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    #block-understandingthechallengesofthehighperformancecomputingindustry--2 .benefits {
        padding: 0;
    }
    #block-highperformancecomputingbenefitswithscalematrix-2--2 .container {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 575px) {
    body .main-wrapper-inner .main-hero .menu-hero img {
        float: none;
    }
    body .main-wrapper-inner .main-hero h1 {
        display: inline-block;
    }
}