/**
 * BNS Add Style - Custom Stylesheet
 *
 * This file was added after the activation of the BNS Add Style Plugin.
 *
 * If you no longer want to use these styles delete the contents of this file,
 * or simply deactivate the BNS Add Style Plugin (recommended).
 *
 * If you choose to deactivate this plugin this file will remain as is but will
 * not be used. If you reactivate this plugin the styles below will take effect.
 *
 * Add your custom styles for this theme below this comment block. Enjoy!
 * I've added a few media queries to make it easier.
 */

/********************************************************************************************* Modal Popup */

.cp-modal .cp-modal-content .cp-blank {
    background-image: url(img/footer-bg-pattern.png), -webkit-gradient(linear, left top, left bottom, from(#0d3d4b), to(#497c8a));
    background-image: url(img/footer-bg-pattern.png), -webkit-linear-gradient(top, #0d3d4b, #497c8a);
    background-image: url(img/footer-bg-pattern.png), -moz-linear-gradient(top, #0d3d4b, #497c8a);
    background-image: url(img/footer-bg-pattern.png), -o-linear-gradient(top, #0d3d4b, #497c8a);
    background-image: url(img/footer-bg-pattern.png), -ms-linear-gradient(top, #0d3d4b, #497c8a);
    background-image: url(img/footer-bg-pattern.png), linear-gradient(top, #0d3d4b, #497c8a);
    padding: 50px 25px;
    border-top: 3px solid #212d32;
}

.cp-modal .cp-modal-content .cp-blank .cp-modal-body-overlay {
    background: transparent !important;
}

.cp-modal .cp-blank h2 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 600;
    font-family: "Titillium Web", sans-serif;
    margin: 0px 0px 15px;
}

.cp-modal .cp-blank h3 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    font-family: "Titillium Web", sans-serif;
    margin: 15px 0px;
}

.cp-modal .cp-blank p {
    font-size: 16px;
    line-height: 1.5;
}

.cp-modal .cp-blank p a {
    color: #6c0;
}

.cp-modal .cp-blank .button-one,
.cp-modal .cp-blank .button-two {
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 5px;
    margin: 0px 5px;
}

.cp-modal .cp-blank .button-one {
    background: #6c0;
}

.cp-modal .cp-blank .button-two {
    background: #212d32;
    color: white;
}

.cp-modal .cp-blank .button-one:hover,
.cp-modal .cp-blank .button-two:hover {
    opacity: 0.8;
}

/* Popup CTA */

.popup-cta .cp-modal .cp-modal-body {
    background: url(https://pinpointlaser.com/wp-content/uploads/Untitled-design-12.jpg) bottom center no-repeat;
    background-size: cover;
}

.popup-cta .popup-form {
    padding: 35px;
}

.popup-cta .popup-form h2 {
    color: white;
}

.popup-cta .popup-form p {
    color: white;
    font-size: 18px;
    max-width: 500px;
    margin: 0 auto 20px;
}

.popup-cta .popup-form .frm_fields_container {
    max-width: 500px;
    margin: 0 auto;
}

.popup-cta .popup-form .form-field {
    margin-bottom: 15px;
}

.popup-cta .popup-form .form-field input {
    font-size: 15px;
    padding: 10px;
    text-align: center;
    border: none;
    height: 40px;
    border-radius: 5px;
    background-color: white;
}

.popup-cta .popup-form .form-field input::-webkit-input-placeholder,
.popup-cta .popup-form .form-field input::placeholder {
    color: #000;
    opacity: 0.5;
}

.popup-cta .popup-form .frm_submit {
    text-align: center;
}

.popup-cta .popup-form .frm_submit input {
    margin: 0px;
    float: none;
    display: inline-block;
    background: #6c0;
    border: none;
    box-shadow: none;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 15px 50px;
    border-radius: 35px;
    transition: 0.4s all;
}

/********************************************************************************************* Header */

.site-header .meta-nav-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.site-header .meta-nav-wrap .nav-menu a {
    padding: 0px 15px;
    line-height: 50px;
}

.site-header .meta-wrap .search-form {
    padding-top: 0px;
}

.site-header .meta-wrap .search-form input {
    margin-top: 0px;
}

.topbar-button {
    display: flex;
    height: 50px;
    align-items: center;
    margin-left: 15px;
}

.topbar-button a {
    display: block;
    white-space: nowrap;
    background: #e31e25;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 25px;
    transition: 0.4s all;
}

.topbar-button a:hover {
    background: white;
    color: black;
}

/********************************************************************************************* Subheaders */

#main-content .subnav,
#main-content .subnav + br {
    display: none;
}

/********************************************************************************************* Content */

#content .list-2col li {
    width: 50%;
    float: left;
    padding-right: 25px;
}

#content .list-checks li {
    list-style: none;
    position: relative;
    margin-bottom: 5px;
}

#content .list-checks li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: -25px;
    top: -1px;
    color: #6c0;
}

#content .updated-button a {
    border-radius: 35px;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    padding: 12px 30px;
}

#content .updated-button a:hover {
    opacity: 0.8;
}

#content .cta-row:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    display: block;
    opacity: 0.6;
}

#content .cta-row h2,
#content .cta-row p {
    color: white;
}

#content .big-text p {
    font-size: 20px;
    line-height: 1.3;
}

#content .cta-row {
    background-position: 50% 50%;
    padding: 4% 0px;
    position: relative;
}

#content .cta-row .frm_form_field {
    margin: 0px 0px 15px;
    padding: 0px;
}

#content .cta-row .frm_form_field.one-third {
    width: calc(100% / 3);
    float: left;
    display: block;
    clear: none;
    padding-right: 15px;
}

#content .cta-row .frm_form_field.one-half {
    width: 50%;
    float: left;
    clear: none;
}

#content .cta-row .frm_form_field.one-half:nth-child(even) {
    padding-right: 15px;
}

#content .cta-row .frm_form_field.one-third:nth-of-type(3) {
    padding-right: 0px;
}

#content .cta-row .frm_primary_label {
    display: none;
}

#content .cta-row .frm_final_submit {
    background: #e30000;
    color: white;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    border: none;
    padding: 12px 40px;
    border-radius: 35px;
    font-family: "Open Sans";
    margin: 0px;
}

#content .cta-row .frm_final_submit:hover {
    opacity: 0.8;
}

#content .eg-washington-wrapper {
    border-radius: 50%;
}

#content .eg-washington-wrapper .esg-entry-media-wrapper {
    border-radius: 50%;
}

#content .eg-washington-wrapper .esg-entry-cover {
    border-radius: 50%;
}

#content .eg-washington-wrapper .esg-entry-media:before {
    content: " ";
    background: #2b5c6a;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    opacity: 0.6;
}

#content .esg-navbutton-solo-right,
#content .esg-navbutton-solo-left {
    top: calc(50% - 22px);
}

#content .esg-navigationbutton {
    border: none;
    background: #e30000;
    border-radius: 50%;
}

#content .esg-navigationbutton i {
    color: #fff;
}

.single-portfolio #main-content .secondary {
    display: none;
}

.single-portfolio #primary .entry-header {
    display: none;
}

.single-portfolio #main-content .callout {
    display: none;
}

.single-portfolio #main-content {
    padding-bottom: 0px;
}

.single-portfolio #primary {
    width: 100%;
    padding-bottom: 0px;
}

@media screen and (min-width: 768px) {
    #primary .content-float-right .wpb_text_column {
        width: 75%;
        float: right;
        padding-left: 4.5rem;
    }
}

#content .red-box {
    background: #e31e25;
    padding: 30px;
    color: white;
    border-radius: 25px;
    height: 100%;
}

#content .red-box h3 {
    color: white;
}

#content .red-box h4 {
    color: white;
}

#content .red-box.list-checks ul li:before {
    color: white;
}

#content .vc_row-o-equal-height .vc_column-inner > .wpb_wrapper {
    height: 100%;
}

#content .page-title {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 149, 163, 0.85)), to(rgba(38, 74, 84, 0.85)));
    background-image: -webkit-linear-gradient(top, rgba(98, 149, 163, 0.85), rgba(38, 74, 84, 0.85));
    background-image: -moz-linear-gradient(top, rgba(98, 149, 163, 0.85), rgba(38, 74, 84, 0.85));
    background-image: -o-linear-gradient(top, rgba(98, 149, 163, 0.85), rgba(38, 74, 84, 0.85));
    background-image: -ms-linear-gradient(top, rgba(98, 149, 163, 0.85), rgba(38, 74, 84, 0.85));
    background-image: linear-gradient(top, rgba(98, 149, 163, 0.85), rgba(38, 74, 84, 0.85));
}

#content .page-title .wpb_text_column {
    margin: 0px;
}

#content .page-title h1 {
    color: white;
    margin: 0px;
}

/* CTA Button Bar */

.page-wrap .cta-button-bar {
    /* background: #6c0; */
    background-color: #e20d18;
    padding-top: 15px;
    padding-bottom: 15px;
}

.page-wrap .cta-button-bar .vc_col-sm-12 {
    max-width: 75rem;
    margin: 0 auto;
    float: none;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.page-wrap .cta-button-bar .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
}

.page-wrap .cta-button-bar .wpb_text_column {
    margin: 0px auto 0px 0px;
}

.page-wrap .cta-button-bar .wpb_text_column h2 {
    color: white;
    margin: 0px;
}

.page-wrap .cta-button-bar .vc_btn3-container {
    margin-bottom: 0px;
    margin-left: 15px;
}

.page-wrap .cta-button-bar .vc_btn3-container:first-child {
    margin-left: 0px;
}

.page-wrap .cta-button-bar .vc_btn3 {
    background: transparent;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    border: 2px solid white;
    border-radius: 35px;
    padding: 8px 35px;
    font-family: "Titillium Web", sans-serif;
    transition: 0.4s all;
}

.page-wrap .cta-button-bar .vc_btn3:hover {
    background: white;
    color: #000;
}

@media screen and (max-width: 767px) {
    .page-wrap .cta-button-bar .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
        flex-direction: column;
    }
    .page-wrap .cta-button-bar .wpb_text_column {
        margin: 0px 0px 15px;
    }
    .page-wrap .cta-button-bar .vc_btn3-container {
        margin: 5px 0px;
        width: 100%;
    }
    .page-wrap .cta-button-bar .vc_btn3 {
        width: 100%;
    }
}

/* CTA Box */

.cta-box {
    padding: 35px;
    text-align: center;
    background: url(https://pinpointlaser.com/wp-content/uploads/Untitled-design-12.jpg) bottom center no-repeat;
    background-size: cover;
    color: white;
}

.cta-box h2 {
    color: white;
}

.cta-box h3 {
    color: white;
    margin: 20px 0px;
}

.cta-box a {
    color: #fff;
    border: 2px solid #6c0;
    text-transform: uppercase;
    background: #6c0;
    font-weight: 600;
    font-size: 20px;
    border-radius: 35px;
    padding: 12px 35px;
    font-family: "Titillium Web", sans-serif;
    transition: 0.4s all;
    display: inline-block;
}

.cta-box a:hover {
    color: white;
    background: #cc0000;
    border-color: #cc0000;
}

/* Section with Form */

#primary .section-with-form .page-intro-overflow-inner {
    width: 100%;
    padding-left: 50px;
}

#primary .section-with-form .add-padding-left {
    padding-left: 65px;
}

#primary .section-with-form .frm_forms {
    background: #f5f5f5;
    padding: 10px;
    margin-top: 200px;
}

#primary .section-with-form .frm_forms .frm_primary_label {
    font-size: 14px;
}

#primary .section-with-form .frm_forms .frm_none_container .frm_primary_label {
    display: none;
}

#primary .section-with-form .frm_forms .form-field {
    padding-top: 0px;
}

#primary .section-with-form .frm_forms .form-field input,
#primary .section-with-form .frm_forms .form-field select,
#primary .section-with-form .frm_forms .form-field textarea {
    background-color: white;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ccc;
}

#primary .section-with-form .frm_forms .form-field input,
#primary .section-with-form .frm_forms .form-field select {
    height: 32px;
    padding: 0px 10px;
}

#primary .frm_submit input {
    background: rgba(277, 0, 0, 0.8) !important;
    border: none;
    margin: 0px;
    color: white;
    font-size: 15px;
    padding: 12px;
    border-radius: 5px;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    #primary .section-with-form .frm_forms {
        margin-top: 35px;
    }
    #primary .section-with-form .page-intro-overflow-inner {
        padding-left: 0px;
    }
    #primary .section-with-form .add-padding-left {
        padding-left: 0px;
    }
}

/********************************************************************************************* Products */

.single-product .site-main {
    max-width: 100%;
}

#product-page-banner {
    background: -webkit-linear-gradient(top, rgba(98, 149, 163, 0.85), rgba(38, 74, 84, 0.85));
    padding: 50px 0px;
    text-align: center;
}

#product-page-banner h1 {
    color: white;
}

.single-product #main-content .row {
    max-width: 75rem;
    margin: 0 auto;
}

#primary .product-row {
    padding-top: 65px;
    padding-bottom: 65px;
    color: #333;
}

#primary .product-row .vc_column-inner {
    padding-top: 0px;
}

#primary .product-row .wpb_content_element {
    margin-bottom: 0px;
}

#primary .product-row h2 {
    position: relative;
    padding: 0px 0px 20px;
    margin: 0px 0px 20px;
    font-size: 2rem;
}

#primary .product-row h2:after {
    content: " ";
    width: 75px;
    height: 4px;
    background: #cc0000;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#primary .product-row h2[style*="center"]:after {
    left: calc(50% - 37px);
}

#primary .product-row .vc_btn3 {
    background: #cc0000;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    border: none;
    border-radius: 25px;
    padding: 15px 35px;
    font-size: 17px;
    transition: 0.4s all;
}

#primary .product-row .vc_btn3:hover {
    background: #6c0;
}

#primary .product-row.product-tabs {
    background: url(https://pinpointlaser.com/wp-content/uploads/Untitled-design-8.jpg) center center no-repeat;
    background-size: cover;
}

#primary .product-row .vc_tta-container {
    max-width: 900px;
    margin: 0 auto;
}

#primary .product-row .vc_tta-tabs-container {
    margin-bottom: 1px;
}

#primary .product-row .vc_tta-tab {
    margin: 0px;
}

#primary .product-row .vc_tta-tab a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    padding: 16px 30px;
    border-radius: 10px 10px 0px 0px;
}

#primary .product-row .vc_tta-tab.vc_active a {
    background: #cc0000;
    color: white;
}

#primary .product-row .vc_tta-tab i {
    line-height: 30px;
    display: block;
    font-size: 22px;
    color: #6c0;
}

#primary .product-row .vc_tta-tab.vc_active i {
    color: #fff;
}

#primary .product-row .vc_tta-panels {
    background: white;
    border: none;
    border-radius: 0px 10px 10px 10px;
}

#primary .product-row .vc_tta-panels .vc_tta-panel-body {
    padding: 30px;
}

#primary .product-row.product-tabs h2 {
    color: white;
}

#primary .product-row .list-checks li {
    font-size: 18px;
    padding: 0px 15px 0px 35px;
    margin: 0px 0px 12px 0px;
    width: 100%;
}

#primary .product-row .list-checks li:before {
    content: " ";
    width: 24px;
    height: 24px;
    background: url(https://pinpointlaser.com/wp-content/uploads/checkmark.png) center no-repeat;
    background-size: contain;
    left: 0px;
    top: 1px;
}

#primary .product-row .list-2col ul {
    column-count: 2;
    padding: 0px;
}

#primary .product-row .related-products-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 35px 0px 0px 0px;
}

#primary .product-row .related-products-holder .related-product {
    width: 25%;
    padding: 0px 15px 30px;
}

#primary .product-row .related-products-holder .related-product .related-product-inner {
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    height: 100%;
    background: white;
}

#primary .product-row .related-products-holder .related-product .related-product-image {
    height: auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
}

#primary .product-row .related-products-holder .related-product .related-product-image a {
    transition: 0.4s all;
}

/* #primary .product-row .related-products-holder .related-product .related-product-image a:hover {
    filter: grayscale(1);
} */

#primary .product-row .related-products-holder .related-product .related-product-image img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#primary .product-row .related-products-holder .related-product .related-product-inner h4 {
    padding: 15px;
}

#primary .product-row .related-products-holder .related-product .related-product-inner h4 a {
    color: #cc0000;
    transition: 0.4s all;
}

#primary .product-row .related-products-holder .related-product .related-product-inner h4 a:hover {
    color: #6c0;
}

#primary .product-row.gray-bg {
    background: #f5f5f5;
}

.single-product .prefooter {
    display: none;
}

#primary .product-row.form-row {
    background: url(https://pinpointlaser.com/wp-content/uploads/homepage-photo3.jpg) center;
    background-size: cover;
    position: relative;
}

#primary .product-row.form-row:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

#primary .product-row.form-row .row {
    position: relative;
    z-index: 10;
}

#primary .product-row.form-row h2 {
    color: white;
}

#primary .product-row.form-row .form-holder {
    max-width: 900px;
    margin: 35px auto 0px;
}

#primary .product-row.form-row .form-holder .form-field label {
    color: white;
    font-size: 17px;
    font-weight: 600;
    margin: 0px 0px 7px;
}

#primary .product-row.form-row .form-holder .form-field input,
#primary .product-row.form-row .form-holder .form-field select,
#primary .product-row.form-row .form-holder .form-field textarea {
    border: none;
    padding: 10px;
    font-size: 16px;
    height: auto;
    border-radius: 3px;
}

#primary .product-row.form-row .form-holder .form-field input,
#primary .product-row.form-row .form-holder .form-field select {
    height: 50px;
}

#primary .product-row.form-row .frm_submit {
    padding: 20px 0px 0px;
    text-align: center;
}

#primary .product-row.form-row .frm_submit input {
    background: #cc0000;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    border: none;
    border-radius: 25px;
    padding: 15px 35px;
    font-size: 17px;
    transition: 0.4s all;
}

#primary .product-row.form-row .frm_submit input:hover {
    background: #6c0;
}

#primary .product-row .product-specs-header .wpb_wrapper {
    background: #212d32;
    color: white;
    display: flex;
    align-items: flex-start;
    padding: 10px;
}

#primary .product-row .product-specs-header .wpb_wrapper h4 {
    color: white;
    width: 225px;
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
}

#primary .product-row .product-specs-header .wpb_wrapper p {
    font-weight: 600;
    font-size: 18px;
    width: calc(100% - 225px);
}

#primary .product-row .product-specs-detail .wpb_wrapper {
    display: flex;
    align-items: flex-start;
    padding: 10px;
}

#primary .product-row .product-specs-detail:nth-child(odd) .wpb_wrapper {
    background: #f5f5f5;
}

#primary .product-row .product-specs-detail .wpb_wrapper h4 {
    width: 225px;
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
}

#primary .product-row .product-specs-detail .wpb_wrapper p {
    width: calc(100% - 225px);
}

@media screen and (max-width: 767px) {
    #primary .product-row .related-products-holder .related-product {
        width: 50%;
    }
    #primary .product-row .list-2col ul {
        column-count: 1;
    }
    #primary .product-row .product-specs-header .wpb_wrapper p {
        display: none;
    }
    #primary .product-row .product-specs-header .wpb_wrapper h4 {
        width: 100%;
        text-align: center;
    }
    #primary .product-row .product-specs-detail .wpb_wrapper {
        flex-direction: column;
        text-align: center;
    }
    #primary .product-row .product-specs-detail .wpb_wrapper h4 {
        width: 100%;
        margin: 0px 0px 10px;
    }
    #primary .product-row .product-specs-detail .wpb_wrapper p {
        width: 100%;
    }
    #primary .product-row.form-row .row {
        padding: 0px 5%;
    }
}

@media screen and (max-width: 400px) {
    #primary .product-row .related-products-holder .related-product {
        width: 100%;
    }
}

/* Product Feeds */

#content .products-feed .pt-cv-page {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#content .products-feed .pt-cv-page .pt-cv-content-item {
    padding: 0px 15px 30px;
}

#content .products-feed .pt-cv-page .pt-cv-ifield {
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #f5f5f5;
}

#content .products-feed .pt-cv-page .pt-cv-href-thumbnail {
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 200px;
    margin: 0px;
    background: white;
    transition: 0.4s all;
}

#content .products-feed .pt-cv-page .pt-cv-href-thumbnail img {
    position: absolute;
    width: 90%;
    height: 90%;
    object-fit: contain;
    left: 5%;
    top: 5%;
}

#content .products-feed .pt-cv-page .pt-cv-href-thumbnail:hover {
    opacity: 0.8;
}

#content .products-feed .pt-cv-title {
    color: #cc0000;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    padding: 15px;
    transition: 0.4s all;
}

#content .products-feed .pt-cv-title:hover {
    color: #6c0;
}

#content .products-feed .pt-cv-title a {
    color: inherit;
    font-weight: inherit !important;
}

/********************************************************************************************* New Home */

#content .slide-text h1 {
    color: white;
    line-height: 1.1 !important;
    font-size: 4rem !important;
    margin: 0px 0px 25px !important;
}

#content .slide-text p {
    font-size: 17px !important;
    line-height: 1.5 !important;
    margin: 0px 0px 20px;
}

#content .slide-text br {
    display: none;
}

#content .slide-text a {
    background: #cc0000;
    color: white;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 17px !important;
    padding: 11px 30px 13px !important;
    border-radius: 25px !important;
    display: inline-block;
    transition: 0.4s all;
}

#content .slide-text a:hover {
    background: white;
    color: black;
}

#content .service-boxes .vc_col-sm-4 > .vc_column-inner {
    margin: 0px;
}

/* #content .service-boxes .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    border: 2px solid #ccc;
    padding: 20px 20px 100px 20px;
	transition: .4s all;
} */

/* #content .service-boxes .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover {
    background: #f5f5f5;
} */

#content .service-boxes .wpb_text_column {
    margin: 0px;
}

#content .service-boxes h2 {
    font-size: 1.7rem;
    line-height: 1.2;
    position: relative;
    padding: 0px 0px 15px;
    margin: 0px 0px 15px;
}

/* #content .service-boxes h2:after {
    content: " ";
    width: 50px;
    height: 4px;
    position: absolute;
    bottom: -2px;
    left: calc(50% - 25px);
    background: #6c0;
} */

#content .service-boxes p {
    color: #333;
    font-size: 18px;
    min-height: 85px;
}

#content .service-boxes .vc_btn3-container {
    position: absolute;
    margin: 0px;
    bottom: 25px;
    left: 0px;
    width: 100%;
}

#content .service-boxes .vc_btn3,
.over-hero-strip .vc_btn3 {
    background: #cc0000;
    color: white;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 17px !important;
    padding: 11px 30px 13px !important;
    border-radius: 25px !important;
    display: inline-block;
    transition: 0.4s all;
    border: none;
}

#content .service-boxes .vc_btn3:hover,
.over-hero-strip .vc_btn3:hover {
    background: white;
    color: black;
}

.over-hero-strip .vc_btn3 {
    background: #000000 !important;
    color: white !important;
    border: none !important;
}

.over-hero-strip .vc_btn3:hover {
    background: white !important;
    color: black !important;
}

#content .blue-row {
    background-color: #2b5c6a;
    background-image: url(img/footer-bg-pattern.png), -webkit-gradient(linear, left top, left bottom, from(#0d3d4b), to(#497c8a));
    background-image: url(img/footer-bg-pattern.png), -webkit-linear-gradient(top, #0d3d4b, #497c8a);
    background-image: url(img/footer-bg-pattern.png), -moz-linear-gradient(top, #0d3d4b, #497c8a);
    background-image: url(img/footer-bg-pattern.png), -o-linear-gradient(top, #0d3d4b, #497c8a);
    background-image: url(img/footer-bg-pattern.png), -ms-linear-gradient(top, #0d3d4b, #497c8a);
    background-image: url(img/footer-bg-pattern.png), linear-gradient(top, #0d3d4b, #497c8a);
}

#content .white-text * {
    color: white;
}

#content .icon-row .wpb_single_image {
    text-align: center;
}

#content .icon-row .wpb_single_image > .wpb_wrapper {
    width: 140px;
    height: 140px;
    border: 3px solid #6c0;
    border-radius: 50%;
}

#content .icon-row .wpb_single_image > .wpb_wrapper > .vc_single_image-wrapper {
    display: table-cell;
    vertical-align: middle;
    height: 140px;
    width: 100vw;
}

#content .icon-row img {
    height: 60px;
    width: auto;
    margin-bottom: 5px;
}

#content .icon-row h4 {
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

/* #content .testimonial-block {
    background: #f5f5f5;
    padding: 50px;
    position: relative;
} */

#content .testimonial-block + .testimonial-block {
    margin-top: 35px;
}

/* #content .testimonial-block:before {
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 40px;
    position: absolute;
    left: 20px;
    top: 20px;
    opacity: .2;
    color: #6c0;
}
#content .testimonial-block:after {
    content: "\f10e";
    font-family: "FontAwesome";
    font-size: 40px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: .2;
    color: #6c0;
} */

#content .testimonial-block em {
    font-size: 18px;
    line-height: 1.8;
    display: block;
    /* max-width: 800px; */
    margin: 0 auto;
    font-style: normal;
}

#content .testimonial-block strong {
    color: #000000;
    /* text-transform: uppercase; */
    font-size: 14px;
    font-weight: 700;
    font-family: "Titillium Web", sans-serif;
}

#content .resource-boxes .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    background: white;
    padding: 35px 25px;
    /* box-shadow: 2px 2px 8px rgba(0, 0, 0, .2), -2px -2px 8px rgba(0, 0, 0, .2); */
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
}

#content .resource-boxes .wpb_single_image {
    margin: 0px 0px 15px;
}

#content .resource-boxes img {
    /* height: 65px; */
    width: auto;
    height: auto;
}

#content .resource-boxes .wpb_text_column {
    margin: 0px;
}

#content .resource-boxes a {
    color: #cc0000;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.4s all;
}

#content .resource-boxes a:hover {
    color: #6c0;
}

/********************************************************************************************* Matrix Styling */

#content .five-col .vc_col-sm-2 {
    width: 20%;
}

#content .full-matrix .vc_col-sm-2 {
    width: 20%;
}

#content .full-matrix .vc_col-sm-1 {
    width: 10%;
}

#content .five-col .vc_col-sm-2:last-child {
    display: none;
}

#content .table-head {
    margin: 0px;
}

#content .table-head .vc_column_container,
#content .table-body .vc_column_container {
    border-right: 1px solid #333;
}

#content .table-head .vc_column_container:last-child,
#content .table-head.five-col .vc_column_container:nth-child(5),
#content .table-body .vc_column_container:last-child,
#content .table-body.five-col .vc_column_container:nth-child(5) {
    border-right: none;
}

#content .table-head .vc_column-inner {
    padding: 0px;
}

#content .table-head > .vc_column_container:first-child .vc_column-inner {
    padding-left: 15px;
}

#content .table-head .wpb_content_element,
#content .table-body .vc_icon_element,
#content .table-body .wpb_content_element {
    margin-bottom: 0px;
}

#content .table-head .wpb_content_element {
    padding: 15px 0px;
}

#content .table-head img {
    max-height: 50px;
    width: auto;
    margin-bottom: 10px;
}

#content .table-head .vc_figure-caption,
#content .table-head p {
    font-size: 18px;
    color: black;
    font-weight: 600;
    margin: 0px;
    line-height: 22px;
}

#content .table-body {
    margin: 0px;
    height: 60px;
    border-top: 1px solid #ccc;
}

#content .table-body.section + .table-body {
    border-top: none;
}

#content .table-body.section,
#content .table-body.info-top {
    background: #efefef;
}

#content .table-body p,
#content .table-body span {
    font-size: 15px;
}

#content .table-body .fa {
    font-size: 20px !important;
}

#primary #content .table-body .fa-plus {
    color: #777;
}

#content .table-body.section a,
#content .table-body.info-top a {
    color: #df000f;
    text-align: center;
    display: block;
    font-weight: 600;
}

#content .table-body.section a:hover {
    opacity: 0.8;
}

#content .table-body .tooltip-button {
    position: absolute;
    right: 5px;
    top: 5px;
}

#content .table-head .tooltip-button {
    position: absolute;
    right: 5px;
    top: -10px;
}

#primary #content .tooltips .fa {
    background: #ccc;
    color: white;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    font-size: 15px !important;
}

.Zebra_Tooltip_Arrow {
    display: none;
}

body .Zebra_Tooltip .Zebra_Tooltip_Message {
    font-size: 14px;
    line-height: 18px;
    left: 10px;
    border-radius: 0px;
}

.Zebra_Tooltip_Message img {
    margin-bottom: 10px;
}

body .Zebra_Tooltip .Zebra_Tooltip_Message p {
    margin: 0px;
}

#content .table-legend {
    margin: 0px;
    border-bottom: 1px solid #333;
    padding: 10px 0px;
}

#content .table-legend .wpb_content_element {
    margin: 0px;
    text-align: right;
}

#content .table-legend p {
    margin: 0px;
    display: inline-block;
}

#content .table-legend .fa {
    margin-right: 10px;
    margin-left: 30px;
}

#content .table-body > .vc_column_container:first-child p {
    padding-right: 15px;
}

/********************************************************************************************* Mobile Matrix */

#content .mobile-matrix {
    display: none;
}

#content .mobile-matrix .wpb_content_element {
    margin-bottom: 0px;
}

#content .mobile-matrix .vc_tta-container {
    margin: 0px;
}

#content .mobile-matrix .vc_tta-controls-icon {
    display: none;
}

#content .mobile-matrix .vc_tta-panel-heading {
    background: #212d32;
    border-radius: 0px;
    border: none;
    text-align: center;
}

#content .mobile-matrix .vc_tta-panel-heading h4 a {
    color: white;
}

#content .mobile-matrix .vc_icon_element {
    margin-bottom: 0px;
}

#content .mobile-matrix .vc_col-sm-9 {
    width: 75%;
    float: left;
}

#content .mobile-matrix .vc_col-sm-3 {
    width: 25%;
    float: left;
}

#content .mobile-matrix .tooltip-button {
    right: 20px;
    position: absolute;
    top: 5px;
}

#content .mobile-matrix .wpb_single_image {
    padding: 10px 0px;
}

#content .mobile-matrix .fa-plus {
    color: #777;
}

#content .mobile-matrix .fa {
    font-size: 20px !important;
}

/********************************************************************************************* Responsive */

@media screen and (max-width: 1200px) {
    #content .slide-text {
        width: 90vw !important;
        min-width: 90vw !important;
        text-align: center !important;
        padding: 50px !important;
        left: 5vw;
    }
    #content .slide-text h1,
    #content .slide-text p {
        text-align: center !important;
    }
    #content .slide-text {
        text-align: center !important;
        padding: 25px !important;
    }
}

@media screen and (max-width: 991px) {
    #content .table-body p,
    #content .table-body span {
        font-size: 12px;
    }
    #content .table-body h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    body #content .mobile-matrix {
        display: block;
    }
    #content .table-body,
    #content .table-head {
        display: none;
    }
    #content .table-legend {
        padding: 10px 20px;
    }
    .cp-modal .cp-blank .button-one {
        margin-bottom: 15px;
    }
    #content .cta-row .frm_form_field.one-half,
    #content .cta-row .frm_form_field.one-third {
        width: 100%;
        padding-right: 0px !important;
    }
    #content .resource-boxes .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper,
    #content .service-boxes .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
        margin-bottom: 35px;
        padding: 20px;
    }
    #content .service-boxes .vc_btn3-container {
        position: relative;
        bottom: auto;
    }
    body .main .prefooter h2,
    body .main .prefooter .row {
        max-width: 100%;
        padding: 0px 5%;
    }
    #content {
        padding: 0px 5%;
    }
    #content .slide-text {
        padding: 0px 7% !important;
        margin-left: 0px !important;
    }
    #content .slide-text h1 {
        font-size: 24px !important;
    }
    #content .slide-text p {
        font-size: 16px !important;
    }
    #content .tparrows {
        display: none;
    }
    #content .testimonial-block em {
        font-size: 15px;
    }
    #content .slide-text {
        display: none;
    }
    #primary .mobile-banner-text * {
        color: white;
    }
    #primary .mobile-banner-text h2 {
        font-size: 1.5rem;
        line-height: 1.2;
    }
    #primary .mobile-banner-text p a {
        background: #cc0000;
        color: white;
        text-transform: uppercase;
        font-weight: 600 !important;
        font-size: 17px !important;
        padding: 11px 30px 13px !important;
        border-radius: 25px !important;
        display: inline-block;
        transition: 0.4s all;
        border: none;
    }
    #primary .mobile-banner-text p a:hover {
        opacity: 0.8;
    }
}

/********************************************************************************************* Sidebar form */

#sidebar-form-wrapper {
    padding: 10px;
    background-color: #efefef;
}

#sidebar-form-wrapper input[type="submit"] {
    background-color: rgba(277, 0, 0, 0.8) !important;
    color: #fff !important;
}

/*************************************************************************************** Main nav dropdowns */

@media screen and (min-width: 767px) {
    .nav .nav-primary-menu li .sub-menu {
        display: none !important;
        position: absolute;
        top: 95px;
        left: auto;
        padding-left: 0 !important;
        margin-left: 0 !important;
        z-index: 5000;
        background-color: #efefef !important;
        box-shadow: 6px 6px 25px -5px rgba(0, 0, 0, 0.37);
    }
    .nav .nav-primary-menu li:hover .sub-menu,
    .nav .nav-primary-menu .current-menu-item .sub-menu a,
    .nav .nav-primary-menu .current-page-ancestor .sub-menu a {
        display: block !important;
        background-color: #efefef !important;
    }
    .nav .nav-primary-menu li .sub-menu li.menu-item {
        display: block !important;
        float: none !important;
    }
    .nav .nav-primary-menu li .sub-menu a {
        font-size: 0.95rem;
        text-align: left !important;
        text-transform: none !important;
        letter-spacing: 1px;
        display: block;
        color: #467;
        padding: 1rem 1rem !important;
    }
    .nav .nav-primary-menu li .sub-menu a:hover,
    .nav .nav-primary-menu li .sub-menu a:focus,
    .nav .nav-primary-menu .current-menu-item .sub-menu a:hover {
        background: #fff !important;
    }
    .nav .sub-menu {
        text-align: left !important;
    }
}

@media screen and (max-width: 767px) {
    body.active-nav {
        position: fixed;
    }
    .active-nav .page-wrap {
        margin-left: 0px;
    }
    .active-nav .nav-mobile {
        z-index: 999999999;
        background: rgba(33, 45, 50, 1);
        height: 100vh;
        overflow-y: scroll;
    }
    .active-nav .page-wrap .nav-trigger {
        left: calc(70% + 15px);
    }
    .main .et_quote {
        max-width: 90%;
        margin: 0 auto;
    }
}
