html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

input[type=text], input[type=email], input[type=tel], textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
}

@keyframes autofill {
    100% {
        background: transparent;
        color: #fff;
    }
}

@-webkit-keyframes autofill {
    100% {
        background: transparent;
        color: #fff;
    }
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
    color: #fff;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
    color: #fff;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
    color: #fff;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=password],
.wpcf7-form input[type=email] {
    padding-left: 0;
    padding-right: 0;
}

div.wpcf7 .ajax-loader {
    display: none;
}

.checkbox-col input {
    margin: 4px 0 0;
    margin-left: -20px;
    float: left;
}

.wpcf7-form-control-wrap {
    display: block;
}

.video {
    padding-top: 25px;
}

.unmatched-excellence-video iframe {
    width: 100%;
    min-height: 315px;
}

.slick-arrow {
    cursor: pointer;
}

footer.footer {
    height: auto;
    padding: 80px 110px 90px;
}

.footer-logo-link {
    display: block;
    margin-bottom: 60px;
}

.footer-logo {
    margin-top: 0;
}

footer .w-col-stack:first-child {
    padding: 0 100px 0 15px;
}

.footer-address {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
}

.footer-address .w-col {
    width: calc((100% - 72px)/3);
}

.footer-address .w-col:not(:nth-of-type(3n)) {
    margin-right: 36px;
}

.footer-address .w-col:not(:nth-last-child(-n+3)) {
    margin-bottom: 70px;
}

.footer-location {
    margin-top: 0;
}

.footer-address:before,
.footer-address:after {
    display: none;
}

.facebook-link {
    padding-top: 0;
}

.text-block-2-copy {
    font-size: 20px;
    line-height: 30px;
}

.grid-sizer, .grid-item {
    width: 50%;
    padding: 10px;
    height: 27vw;
}

.filter-button-group button {
    background: none;
    position: relative;
    color: #ffffff;
    outline: none;
    border-radius: 0;
    padding: 0;
}

.filter-button-group button:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease;
    width: 0;
    height: 1px;
    background: #ffffff;
}

.filter-button-group button.active:after {
    width: 100%;
}

.filter-button-col {
    display: inline-block;
    padding: 10px;
}

.service-header-container {
    background: #ffffff;
}

.blog-tags span.categories-separator:first-child,
.single-blog_categories span.categories-separator:first-child,
.blog-post_categories span.categories-separator:first-child,
.blog-list_loop-categories span.categories-separator:first-child {
    display: none;
}

.w-col .downloads-services_col {
    padding-right: 10px;
}

.services-row, .downloads-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.slider-section .w-slide {
    padding-bottom: 30px;
}

.blog-list_loop-image {
    height: 220px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.w-dropdown-link {
    white-space: normal
}

/*.blog-list_loop-title {*/
/*white-space: nowrap;*/
/*overflow-x: hidden;*/
/*}*/

.blog-list_loop-categories {
    height: 54px;
}

div.wpcf7-mail-sent-ok.wpcf7-response-output {
    border: 2px solid #fff;
    color: #fff;
}

.contact-bg-img {
    padding-top: 50px;
    height: auto;
}

.contact-section .simple-paragraph {
    text-align: center;
}

.blog-tags {
    margin-left: -5px;
}

.contact-form-bg {
    padding-top: 50px;
    height: auto;
}

.contact-form_checkboxes-row > p {
    padding: 0 10px;
}

form > p {
    padding: 0 10px;
}

.blog-list_top {
    margin-bottom: 75px;
}

.footer-location-description a {
    color: #ffffff;
    text-decoration: none;
}

.footer-location-description a:hover {
    color: #d60b0b;
}

a.privacy-policy-link {
    transition: color 250ms ease;
}

a.privacy-policy-link:hover {
    color: #d60b0b;
}

.button.ctct-button, .subscription-form label {
    display: none;
}

.ctct-form-wrapper {
    max-width: 100%;
}

.ctct-form-wrapper form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ctct-form-wrapper .ctct-form-field {
    margin: 0;
}

.ctct-form-field.ctct-form-field-email {
    margin-left: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 0;
    width: calc(100% - 118px);
}

.form-2 {
    display: block;
    margin-bottom: 36px;
}

.ctct-form-field-email input {
    line-height: 46px;
    width: 100%;
    vertical-align: middle;
    outline: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    margin-left: 0px;
    border-style: none none solid;
    border-width: 1px 1px 2px;
    border-color: #000 #000 #fff;
    background: transparent !important;
    font-weight: 300;
}

.ctct-form-field-email input::-webkit-input-placeholder { /* Edge */
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.ctct-form-field-email input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.ctct-form-field-email input::placeholder {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.ctct-form-field-email input:focus {
    border-bottom-color: #d60b0b;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
}

.ctct-form-field-submit {
    display: inline-block;
    padding: 0;
}

.ctct-form-field-submit input {
    -webkit-appearance: button;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0;
    background-color: #fff;
    -webkit-transition: background-color 325ms ease;
    transition: background-color 325ms ease;
    font-family: 'Source Sans Pro', sans-serif;
    color: #d60b0b;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    width: 115px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

.ctct-form-field-submit input:hover {
    background-color: #d60b0b;
    color: #fff;
}

.ctct-form-wrapper input[type="text"]:required:valid, .ctct-form-wrapper input[type="email"]:required:valid, .ctct-form-wrapper input[type="password"]:required:valid, .ctct-form-wrapper input[type="tel"]:required:valid, .ctct-form-wrapper input[type="number"]:required:valid {
    padding-left: 0;
}

/*Checkboxes custom styling*/
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked) + span,
[type="checkbox"]:checked + span {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + span:before,
[type="checkbox"]:checked + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #ffffff;
    background: transparent;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + span:after,
[type="checkbox"]:checked + span:after {
    content: '✔';
    position: absolute;
    width: 18px;
    text-align: center;
    top: 2px;
    left: 2px;
    font-size: 18px;
    line-height: 18px;
    background: #d60b0b url(../images/google-icon-check.svg) no-repeat center;
    -webkit-background-size: 18px;
    background-size: 18px;
    color: transparent;
    transition: all .2s;
    font-family: Helvetica, Arial, sans-serif;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + span:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked + span:after {
    opacity: 1;
    transform: scale(1);
}

.globe-overlay {
    opacity: 0.15;
    transition: opacity 850ms, transform 700ms;
    transform: translateX(0px) translateY(0);
}

.team-member_image {
    width: 307px;
    height: 358px;
}

.team-member_title, .team-member_position {
    width: 307px;
}

.home-blog_slide {
    display: inline-block;
}

.home-blog_slider > .slick-list {
    overflow: hidden;
}

.home-blog_slider-section {
    position: relative;
}

.home-blog_slider-controls {
    position: relative;
    z-index: 100;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-blog_slider-controls-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog-slider-control {
    margin-left: 18px;
    margin-right: 18px;
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    color: #d60b0b;
    cursor: pointer;
    -webkit-transition: color 0.325s ease;
    transition: color 0.325s ease;
}

.blog-slider-control:hover {
    color: #000000;
}

.blog-search-form #search, .blog-search-form [type="submit"] {
    max-height: 30px;
}

.slider-section .slick-slide, .slider-section .slick-list {
    border: none;
    outline: none;
}

.w--open > .w-icon-nav-menu {
    width: 30px;
    height: 30px;
    position: relative;
}

.w--open > .w-icon-nav-menu:before {
    position: absolute;
    left: 13px;
    top: 0;
    content: "";
    display: block;
    width: 3px;
    height: 25px;
    background: #333333;
    transform: rotate(45deg);
}

.w--open > .w-icon-nav-menu:after {
    position: absolute;
    left: 13px;
    top: 0;
    content: "";
    display: block;
    width: 3px;
    height: 25px;
    transform: rotate(-45deg);
    background: #333333;
}


a svg:hover #facebook,
a svg:hover #linkedin {
    fill: #d60b0b !important;
}

/*-------------------------------------------------------
                    Search form
-------------------------------------------------------*/

::-webkit-input-placeholder {
    color: white;
    font-size: 16px;
    font-family: Source Sans Pro;
    font-weight: 600;
}

::-moz-placeholder {
    color: white;
    font-size: 16px;
    font-family: Source Sans Pro;
    font-weight: 600;
}

:-ms-input-placeholder {
    color: white;
    font-size: 16px;
    font-family: Source Sans Pro;
    font-weight: 600;
}

:-moz-placeholder {
    color: white;
    font-size: 16px;
    font-family: Source Sans Pro;
    font-weight: 600;
}

.blog-search-form input {
    width: calc(100% - 34px);
    max-width: calc(100% - 30px);
    outline: none;
    background: none;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
    border-left: none;
    border-right: none;
    border-top: none;
    color: white;
}

.blog-search-form button {
    width: 30px;
    outline: none;
    background: none;
    border-bottom: 1px solid white;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-left: -4px;
    color: white;
    font-size: 16px;
    padding-bottom: 9px;
}

/*-------------------------------------------------------
                    Dropdown list
-------------------------------------------------------*/
.blog-dropdown {
    float: right;
}

.blog-dropdown a {
    padding: 6px 20px;
}

.blog-dropdown .w-dropdown-toggle {
    padding: 0px;
}

.blog-dropdown .w-dropdown-list {
    left: -35px;
}

@media only screen and (max-width: 992px) {
    .blog-dropdown {
        float: none;
        margin-top: 10px;
    }

    .blog-dropdown .w-dropdown-toggle {
        margin: 0;
    }

    .search-first-item__intro {
        padding-left: 30px;
        padding-right: 30px;
    }

    .search-title .blog-list_page-title {
        font-size: 30px;
    }

    .search-first-item__intro .blog-list_loop-date {
        text-align: left;
    }

    .search-first-item__intro .blog-list_loop-categories {
        text-align: left;
    }

    .search-first-item__intro .blog-list_loop-excerpt {
        text-align: left;
    }

}

@media only screen and (max-width: 600px) {
    .blog-dropdown {
        float: none;
        margin-top: 10px;
    }

    .blog-dropdown .w-dropdown-toggle {
        margin: 0;
    }

    .search-first-item__intro {
        padding-left: 0px;
    }

    .search-title .blog-list_page-title {
        margin-bottom: 20px;
    }
}

/*Share buttons styles*/
.share-block {
    overflow: hidden;
    padding: 120px 0 130px 0;
    text-align: center;
}

.share-block__title {
    display: block;
    padding-bottom: 20px;
    font-family: Source Sans Pro;
    font-size: 32px;
    color: #ffffff;
    line-height: 36px;
}

.share-block__btn {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.share-block__btn > li {
    display: inline-block;
    margin: 0 15px;
}

.share-block__btn > li > a {
    color: #fff;
    font-size: 26px;
    cursor: pointer;
}

.share-block__btn > li > a:hover {
    color: #d60b0b;
}

/*Search form styles*/
.search-first-result-bg {
    background-color: #000;
    overflow: hidden;
    padding: 100px 0;
}

.search-result-bg {
    background-color: #161616;
    overflow: hidden;
    padding: 120px 0;
}

.search-title span {
    font-family: Source Sans Pro;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 300;
}

.search-title .blog-list_page-title {
    font-size: 50px;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    text-transform: capitalize;
}

.search-item {
    background: black;
    color: white;
    margin-bottom: 60px;
}

.search-firts-item__image {
    display: block;
    width: 100%;
    height: 535px;
    background-size: cover !important;
    position: relative;
}

.search-firts-item__image:before {
    position: absolute;
    display: block;
    content: "";
    right: -30px;
    top: 35px;
    width: 60px;
    height: 12px;
    background-color: #d60b0b;
}

.search-item__image {
    display: block;
    width: 100%;
    height: 220px;
    background-size: cover !important;
}

.search-item__intro {
    padding: 10px 20px 20px 20px;
}

.search-first-item__intro {
    padding-left: 60px;
}

.loadmore-wrapper {
    text-align: center;
}

.loadmore-btn {
    color: #fff;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    transition: all 0.5s ease;
}

.loadmore-btn_arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    font-family: 'webflow-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.loadmore-btn_arrow:after {
    content: "\e603";
}

.loadmore-btn:hover {
    color: #d60b0b;
}

.loadmore-wrapper {
    padding-top: 90px;
}

.back-to-blog {
    padding: 100px 0;
    background: #161616;
}

.single-blog_related+.back-to-blog {
    padding-top: 0;
}

.contact-section_container .heading-22 {
    display: inline-block;
}

.contact-link-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.section-13 {
    background: #000;
    padding-top: 50px;
}

.link-5 {
    font-size: 18px;
}

.image-4, .image-4-copy {
    width: 24px;
}

.section-image-xs {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 90vw;
}

.contact-section div.wpcf7-response-output {
    margin: 0 0 50px;
}

div.wpcf7-spam-blocked {
    visibility: hidden;
}

div.wpcf7-spam-blocked.wpcf7-mail-sent-ok {
    visibility: visible;
    border: 2px solid #ffffff;
}


@media (min-width: 575px) {
    .grid-sizer, .grid-item {
        width: 33.33333333%;
        height: 18vw;
    }
}

@media (min-width: 768px) {
    .contact-form_checkboxes-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -14px;
        margin-right: -14px;
    }

    .contact-form_checkboxes-row > p {
        display: inline-block;
        width: 265px;
        margin-bottom: 25px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
    }

    form > p {
        padding: 0;
    }

    .check-block {
        padding-top: 10px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .downloads-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%
    }

    .grid-sizer, .grid-item {
        width: 25%;
        height: 13vw;
    }

    .contact-form_bold-text {
        padding-top: 20px;
    }

    .downloads-services_row {
        /*display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;*/
    }

    .downloads-services_col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
        min-height: 200px;
    }

    .blog_categories_dropdown-wrapper {
        text-align: right;
    }

    .blog-list_loop-title {
        height: 72px;
        overflow-y: hidden;
    }

    .blog-list_loop-excerpt {
        height: 104px;
        overflow-y: hidden;
    }

    .team-member_image, .team-member_title, .team-member_position {
        margin-left: auto;
        margin-right: auto;
    }

    .team-member_title {
        display: block;
    }

    .team-member_title, .team-member_position {
        width: 307px;
    }
}

@media (min-width: 992px) {
    .contact-form_checkboxes-row > p {
        width: 681px;
    }

    .nav-logo {
        padding: 15px 0 15px 30px;
    }

    .nav-logo .image {
        position: static;
        left: auto;
        top: auto;
        right: auto;
        width: 100%;
        margin: 0;
    }

    .grid-sizer, .grid-item {
        height: 13vw;
    }

    .team-item {
        padding-right: 15px;
        margin-bottom: 50px;
        cursor: pointer;
    }

    .section-heding-block {
        padding-top: 0px;
    }

    .home-blog_slider-controls {
        position: absolute;
        bottom: 110px;
        left: 15%;
        right: 15%;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .home-blog_slider-controls-row {
        margin-left: 41.66666667%;
        padding-left: 52px;
    }

    .page-template-company-page .column-13 {
        padding-top: 0;
    }

    .page-template-company-page .column-13 .paragraph-9 {
        padding-right: 0;
    }

    .services-section_image {
        height: 53vw;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .page-template-company-page .column-14 .paragraph-9 {
        padding-right: 15px;
    }

    .slider-section {
        padding: 65px 10%;
    }

    .slider-section_row {
        position: relative;
    }

    .slider-section_row .column-8.slider-quote {
        position: absolute;
        top: auto;
        bottom: 70px;
        height: auto;
    }

    .home-blog_slider-section {
        padding: 100px 10%;
    }

    .footer {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media (min-width: 1025px) {
    .thanksgiving-div {
        padding-top: 0;
    }

    .banner-container {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (min-width: 1200px) {
    .block-box {
        padding-left: 5%;
        padding-right: 5%;
    }

    .nav-logo {
        padding: 15px 0 15px 0;
    }

    .grid-sizer, .grid-item {
        width: 20%;
        height: 10vw;
    }

    .navbar-2 > .w-container {
        margin-right: 0;
    }

    .navbar-2 > .w-container .nav-menu {
        margin-right: 10px;
    }

    .desktop-logo-container {
        height: 110px;
    }

    .desktop-nav-wrapper {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 10px;
    }

    .section-3 {
        padding-bottom: 50px;
    }

    .downloads-services_col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .rank-img {
        background-position: 70% 30%;
    }

    .link-5 {
        font-size: 24px;
    }

    .image-4, .image-4-copy {
        width: 36px;
    }

    .downloads-services {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .services-section_image {
        height: 36vw;
    }

    .downloads-img {
        height: 410px;
    }

    .home .column-4 {
        padding-left: 100px;
    }

    .services-section_text {
        padding-top: 70px;
    }

    .unmatched-excellence {
        padding: 100px 10%;
    }

    .slider-section_row .column-8.slider-quote {
        bottom: 0;
    }

    .ctct-form-wrapper {
        width: 100%;
    }

    .ctct-form-wrapper form {
        width: 100%;
    }

    .ctct-form-field-email input {
        width: 100%;
    }
}

@media (min-width: 1600px) {
    .grid-sizer, .grid-item {
        width: 16.6666666%;
        height: 8.7vw;
    }
}

@media (min-width: 1800px) {
    .nav-logo .image {
        width: 350px;
    }

    .team-member_image {
        width: 400px;
        height: 467px;
    }

    .team-member_title, .team-member_position {
        width: 400px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .contact-section {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .div-block-37 {
        max-width: 728px;
        margin: 0 auto;
    }

    .service-item_title {
        margin-left: 20px;
    }

    .blog-list_loop-permalink {
        padding: 18px 30px;
    }

    .section-image-xs {
        height: 500px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .w--nav-menu-open {
        background: #ffffff;
    }

    .div-block-37 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 10px;
        padding-bottom: 10px;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;

        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;

        background-color: #fff;
    }

    .blog-list_loop-permalink {
        padding: 18px 36px;
    }

    .single-blog_wrapper,
    .blog-list_banner,
    .installation-banner,
    .section-2,
    .section-10,
    .security-systems-banner {
        margin-top: 65px;
    }
}

@media (min-width: 768px) and (max-width: 1365px) {
    .blog-search-form {
        padding-right: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .home-blog_slider-controls-row {
        padding-left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .div-block-37 {
        max-width: 940px;
        margin: 0 auto;
    }

    .team-item {
        width: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1256px) {

    footer .w-col-stack {
        width: 50%;
    }

    footer .w-col-stack:first-child {
        padding-right: 50px;
    }

    .row-5.w-row.footer-address .w-col.w-col {
        width: calc((100% - 30px)/2);
        padding: 0;
    }

    .footer-address .w-col:not(:nth-of-type(3n)) {
        margin-right: 0;
    }

    .footer-address .w-col:not(:nth-last-child(-n+3)) {
        margin-bottom: 0;
    }

    .row-5.w-row.footer-address .w-col.w-col:not(:nth-last-child(-n+2)) {
        margin-bottom: 60px;
    }

    .row-5.w-row.footer-address .w-col:nth-of-type(odd) {
        margin-right: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1367px) {
    .column-12 {
        padding-right: 50px;
    }

    .sign-up-btn {
        padding: 18px 24px;
    }

    .blog-content-item, .blog-list_loop-image {
        width: 100%;
    }

    .contact-section {
        height: auto;
    }
}

@media (min-width: 992px) and (max-width: 1699px) {
    .nav-menu {
        margin-right: 15px;
    }

    .slide-text {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .block-box {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (min-width: 1025px) and (max-width: 1299px) {
    .home-blog_slide .paragraph-7 {
        padding-right: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    /*.desktop-logo-container {*/
    /*width: 15%;*/
    /*}*/
    /*.desktop-nav-container {*/
    /*width: 85%;*/
    /*}*/
    .w-icon-dropdown-toggle {
        margin-right: 2px;
    }

    .div-block-8 {
        height: 100%;
        padding: 17px 17px;
    }

    .nav-logo {
        width: 270px;
        max-width: 270px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .team-member_image {
        width: 250px;
        height: 292px;
    }

    .team-member_title, .team-member_position {
        width: 250px;
    }

    .nav-link-dropdown, .w-nav-link, .w-dropdown-link {
        font-size: 12px;
    }

    header .w-icon-dropdown-toggle {
        right: 2px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .nav-logo {
        width: 235px;
        max-width: 235px;
    }

    .column-7 {
        padding: 0 30px;
    }

    .column-25 {
        padding-top: 50px;
    }

    .nav-logo {
        width: 280px;
        max-width: 280px;
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .nav-logo {
        padding: 15px 0;
    }

    .w-dropdown-toggle {
        padding: 20px 5px;
        padding-right: 10px;
    }

    .w-nav-link {
        padding: 20px 5px;
    }

    header .w-icon-dropdown-toggle {
        margin-right: 0;
        width: 0.7em;
        font-size: 10px;
        line-height: 13px;
    }

    .nav-menu .div-block-4 {
        margin-left: 15px;
    }

    .column-4 {
        height: 580px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .div-block-8 {
        height: 100%;
        padding: 30px 35px;
    }

    .paragraph-3 {
        padding-right: 15px;
    }
}

@media (min-width: 1300px) and (max-width: 1699px) {

    .w-dropdown-toggle {
        padding-right: 15px;
    }

    .w-icon-dropdown-toggle {
        margin-right: 5px;
    }

    header .w-icon-dropdown-toggle {
        right: 5px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .desktop-logo-container {
        width: 20%;
    }

    .desktop-nav-container {
        width: 80%;
    }
}

@media (min-width: 1400px) and (max-width: 1799px) {
    .team-member_image {
        width: 310px;
        height: 362px;
    }

    .team-member_title, .team-member_position {
        width: 310px;
    }
}

@media (min-width: 1700px) {
    .navbar-2 > .w-container {
        padding-right: 20px;
    }
}

@media (min-width: 1700px) and (max-width: 1799px) {
    .w-dropdown-toggle, .w-nav-link {
        padding-left: 10px;
    }
}

@media (max-width: 1199px) {
    .icon-5 {
        font-size: 30px;
    }

    .navbar-phone {
        position: fixed;
        left: 0px;
        top: 0px;
        right: 0px;
        background-color: #fff;
        box-shadow: 0 20px 20px -16px rgba(0, 0, 0, .3);
    }

    .brand-3 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .mobile-nav-dropdown {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #c7c7c7;
        background-color: #fff;
        font-family: 'Source Sans Pro', sans-serif;
        color: #383838;
        font-weight: 600;
    }

    .mobile-menu.w--open {
        background-color: #fff;
        color: #000;
    }

    .button-5 {
        display: inline-block;
        margin-top: 13px;
        margin-bottom: 13px;
        padding-top: 9px;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-color: #d60b0b;
        font-family: 'Source Sans Pro', sans-serif;
        text-transform: uppercase;
    }

    .text-block-12 {
        display: block;
        margin-top: 10px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 600;
        text-align: left;
    }

    .link-11 {
        color: #d60b0b;
    }

    .dropdown-link {
        background-color: #fff;
        font-family: 'Source Sans Pro', sans-serif;
        color: #383838;
        font-weight: 600;
    }

    .dropdown-toggle-3-double-line {
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #c7c7c7;
        background-color: #fff;
        font-family: 'Source Sans Pro', sans-serif;
        color: #383838;
        font-weight: 600;
    }

    .dropdown-toggle-3--no-line {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        font-family: 'Source Sans Pro', sans-serif;
        color: #383838;
        font-weight: 600;
    }

    .dropdown-toggle-3--no-line:hover {
        color: #d60b0b;
    }

    .mobile-nav-dropdown-line {
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #c7c7c7;
        border-bottom: 1px solid #c7c7c7;
        background-color: #fff;
        font-family: 'Source Sans Pro', sans-serif;
        color: #383838;
        font-weight: 600;
    }

    .mobile-nav-no-line {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        font-family: 'Source Sans Pro', sans-serif;
        color: #383838;
        font-weight: 600;
    }

    .section-2 {
        margin-top: 65px;
    }

    .div-block-33 {
        height: 360px;
        margin-top: 75px;
        padding: 35px 7% 35px 6%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 12px solid #c7c7c7;
        background-color: #fff;
    }

    .div-block-35 {
        width: 90%;
        height: 335px;
        margin: 40px auto 80px;
        background-image: url(../images/shutterstock_instalation.jpg);
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .div-block-34 {
        height: 170px;
        background-image: url(../images/trophy.png);
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .heading-23 {
        margin-top: 5px;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 24px;
        font-weight: 300;
    }

    .paragraph-13 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
    }

    .column-25 {
        width: 100%;
    }

    .column-7 {
        width: 100%;
    }

    .w--open > .w-icon-dropdown-toggle {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .fire-alarm-banner {
        margin-top: 65px;
    }
}

@media (max-width: 991px) {
    .home-blog_slider-controls {
        padding-top: 60px;
    }

    .blog-slider-control {
        margin-left: 12px;
        margin-right: 12px;
    }
}

@media (max-width: 767px) {
    .unmatched-excellence-video iframe {
        min-height: 300px;
    }

    .blog-list_loop-date {
        display: block;
        text-align: left;
    }

    .div-block-33 {
        height: auto;
    }

    .video {
        padding-top: 0;
    }

    .slider-section .slider-quote {
        width: 36px;
    }

    .slider-section .w-row > .w-col-10 {
        width: calc(100% - 72px);
    }
}

@media (max-width: 500px) {
    .div-block-31 {
        margin-top: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 479px) {
    .unmatched-excellence-video iframe {
        min-height: 200px;
    }

    .sign-up-btn {
        padding: 18px;
    }

    .ctct-form-field-submit {
        max-width: 116px;
    }

    .contact-form_checkboxes-row > p {
        width: 100%;
    }

    .category-contact {
        margin-left: 30px;
        margin-right: 30px;
    }

    .blog-search-form input {
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
    }

    .blog-search-form button {
        height: 31px;
        width: 30px;
    }
}

.back-to-blog {
    padding-top: 100px;
    text-align: center;
}

.back-to-blog > a {
    font-family: Source Sans Pro;
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.5s;
}
.back-to-blog > a:hover{
    color: #d60b0b;
}


/* NEXT/PREV PAGE */

.next-prev-block{
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.next-prev-block__title {
    font-family: Source Sans Pro;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    line-height: 30px;
    letter-spacing: 5px;
    transition: color 0.5s;
    cursor: pointer;
}
.next-prev-block__title:hover{color: #d60b0b;}


.next-prev-block__prev {
    font-family: Source Sans Pro;
    font-size: 24px;
    color: #ffffff;
    text-decoration: none;
    line-height: 40px;
    cursor: pointer;
    font-weight: 100;
    transition: color 0.5s;
}
.next-prev-block__prev > i {font-size: 24px;margin-right: 10px;}
.next-prev-block__prev:hover{color: #d60b0b;}

.next-prev-block__next {
    font-family: Source Sans Pro;
    font-size: 24px;
    color: #ffffff;
    text-decoration: none;
    line-height: 40px;
    cursor: pointer;
    font-weight: 100;
    transition: color 0.5s;
}
.next-prev-block__next > i{font-size: 24px; margin-left: 10px;}
.next-prev-block__next:hover{color: #d60b0b;}

@media only screen and (max-width: 600px) {
    .next-prev-block__title span {display: block;}
    .next-prev-block__prev { margin: 0 auto; font-size: 18px;}
    .next-prev-block__next { margin: 0 auto; font-size: 18px;}
    .next-prev-block__prev > i { font-size: 18px;}
    .next-prev-block__next > i { font-size: 18px;}
    .section-13 {padding-bottom: 50px;}
}

@media only screen and (max-width: 1024px) {
    .next-prev-block {padding: 0 60px;}
}
/* / NEXT/PREV PAGE */

.financing {
    color: #fff;
    margin-top: 60px;
    font-style: italic;
    font-size: 16px;
    font-family: Source Sans Pro;
}

.financing p {
    margin-bottom: 0;
}

.financing p:not(:last-of-type) {
    margin-bottom: 12px;
}

.ctct-disclosure {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.employee-image {
    display: block;
    width: 360px;
    height: 420px;
    background-position: center center;
    background-size: cover;
}

@media only screen and (max-width: 600px) {

    .employee-image {
        width: 100%;
        height: 230px;
    }

}

.fact-file {}
.fact-file__fullname {
    font-family: Source Sans Pro;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}
.fact-file__position {
    font-family: Source Sans Pro;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    text-decoration: none;
    line-height: 24px;
}
.fact-file__contacts {
    margin: 24px 0;
    padding: 0;
    list-style-type: none;
}
.fact-file__contacts a {
    font-family: Source Sans Pro;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    line-height: 24px;
    transition: color .25s ease;
}

.fact-file__contacts a:hover {
    color: #d60b0b;
}

.fact-file__about {
    width: 100%;
    height: 250px;
    font-family: Source Sans Pro;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    text-decoration: none;
    line-height: 24px;
    overflow-y: scroll;
}

@media only screen and (max-width: 600px) {

    .fact-file__about {
        height: 180px;
    }

}

.fact-file__about::-webkit-scrollbar {width: 6px;}
.fact-file__about::-webkit-scrollbar-track {background-color: #EEEEEE;}
.fact-file__about::-webkit-scrollbar-thumb {background-color: #c8c8c8;}
.fact-file__about::-webkit-scrollbar-thumb:hover {background-color: #aaa;}

.footer-disclaimer {
    margin-top: 97px;
    display: flex;
    justify-content: space-between;
    line-height: 18px;
    margin-bottom: 23px;
}

.footer-location-description {
    margin-bottom: 0;
    margin-top: 0;
}

@media (max-width: 767px) {
    .footer {
        height: auto
    }
}

/*-------------------------------------------------------
                    Thank You Page
-------------------------------------------------------*/

.thank-section {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/contact-us-bg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/contact-us-bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    padding: 250px 0 150px
}
.thank-section h1,
.thank-section p {
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    text-align: center;
    font-weight: 300;
    line-height: 1.3
}
.thank-section h1 {
    font-size: 60px
}
.thank-section p {
    font-size: 18px;
    padding-top: 40px
}

/*-------------------------------------------------------
                    Support Page
-------------------------------------------------------*/

.support-section {
    background-color: #161616;
    padding: 250px 0 150px;
    text-align: center
}
.support-section h1,
.support-section__buttons a {
    font-family: 'Source Sans Pro', sans-serif
}
.support-section h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 75px
}
.support-section__buttons {
    display: flex;
    justify-content: space-between
}
.support-section__buttons a {
    margin: 0 30px;
    padding: 25px 50px;
    width: 40%;
    background-color: #fff;
    -webkit-transition: background-color 325ms ease;
            transition: background-color 325ms ease;
    color: #d60b0b;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none
}
.support-section__buttons a:hover {
    background-color: #d60b0b;
    color: #fff
}


@media (max-width: 992px) {
    footer.footer {
        padding: 80px 70px 80px;
    }

    .footer-logo-link {
        margin-bottom: 50px;
    }

    footer .w-col-stack:first-child {
        padding: 0 15px;
    }

    footer .form-2 {
        margin-top: 12px;
        display: block;
    }

    footer .ctct-form-field.ctct-form-field-email {
        width: calc(100% - 153px);
    }

    footer .ctct-form-field-email input {
        width: 100%;
    }

    footer .ctct-form-field-submit input {
        width: 150px;
    }

    footer .financing {
        margin: 50px 0;
    }

    .row-5.w-row.footer-address .w-col.w-col {
        width: calc((100% - 42px)/2);
        padding: 0;
    }

    .footer-address .w-col:not(:nth-of-type(3n)) {
        margin-right: 0;
    }

    .footer-address .w-col:not(:nth-last-child(-n+3)) {
        margin-bottom: 0;
    }

    .row-5.w-row.footer-address .w-col.w-col:not(:nth-last-child(-n+2)) {
        margin-bottom: 60px;
    }

    .row-5.w-row.footer-address .w-col:nth-of-type(odd) {
        margin-right: 42px;
    }

    .footer-disclaimer {
        margin-top: 50px;
    }

    .footer-location-description {
        margin-bottom: 0;
        margin-top: 0;
    }
}

@media (max-width: 650px) {
    footer.footer {
        padding: 80px 35px 80px;
    }
}

@media (max-width: 480px) {
    footer.footer {
        padding: 60px 3px 80px;
    }

    footer .w-col-stack {
        display: block;
    }

    .footer-logo {
      width: 100%;
    }

    .footer-logo-link {
        margin-bottom: 36px;
    }

    footer .form-2 {
        margin-bottom: 30px;
    }

    footer .ctct-form-field-submit input {
        width: 84px;
    }

    footer .ctct-form-field.ctct-form-field-email {
        width: calc(100% - 87px);
    }

    footer .financing {
        margin: 48px 0 40px;
        font-size: 14px;
    }

    footer .financing p:not(:last-of-type) {
        margin-bottom: 14px;
    }

    .footer-location {
        font-size: 16px;
        line-height: 26px;
    }

    .footer-location-description {
        font-size: 14px;
    }

    .row-5.w-row.footer-address .w-col.w-col {
        width: calc((100% - 20px)/2);
        padding: 0;
    }

    .row-5.w-row.footer-address .w-col.w-col:not(:nth-last-child(-n+2)) {
        margin-bottom: 48px;
    }

    .row-5.w-row.footer-address .w-col:nth-of-type(odd) {
        margin-right: 20px;
    }

    .footer-disclaimer {
        margin-top: 40px;
    }

    .footer-location-description {
        margin-bottom: 0;
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .support-section {
        padding-top: 150px
    }
    .support-section__buttons {
        flex-direction: column;
        align-items: center
    }
    .support-section__buttons a {
        width: 70%
    }
    .support-section__buttons a:first-of-type {
        margin-bottom: 30px
    }
}
