/*------------
 Theme Name:   DVS Child Theme
 Theme URI:    
 Description:  ...
 Author:       DVS Development
 Author URI:   https://www.dvs.com/
 Template:     Divi
 Version:      2.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
------------ ADDITIONAL CSS HERE ------------*/

/*------------ Core Styling Helper Starts ------------*/
/*- Typeface Import Helper Starts -*/
:root {
    --body-font-family: "museo-sans-300", sans-serif;
    --yellow: #F4B824;
    --blue: #60A7E5;
    --white: #ffffff;
    --grey: #585959;
    --black: #2D2A29;
    --active-yellow: #E2AA21;
    --active-blue: #3375AF;
    --active-white: #E7E7E7;
    --active-grey: #B7B7B7;
    --spacing: 1em;
    --view_width: 100vw;
}

p {
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
    font-family: var(--body-font-family);
    line-height: 1.5em;
    color: var(--grey);
}

/*- H1 - H6 Helper Starts -*/
h1,
h1.entry-title {
    font-size: calc(48px + (96 - 48) * ((100vw - 300px) / (1600 - 300)));
    line-height: 1.1em;
}

.et-db #et-boc .et_pb_title_container h1 {
    font-size: calc(48px + (80 - 48) * ((100vw - 300px) / (1600 - 300)));
}

h2,
.h2_ll {
    font-size: calc(24px + (48 - 24) * ((100vw - 300px) / (1600 - 300)));
    line-height: 1.2em;
}

p.h2_ll {
    padding-bottom: .25em;
}

h3,
.h3_ll {
    font-size: calc(22px + (34 - 22) * ((100vw - 300px) / (1600 - 300)));
    font-family: "museo-sans-500", sans-serif;
}

h4 {
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1600 - 300)));
}

h4,
h5 {
    font-family: "museo-sans-700", sans-serif;
}

h5,
h6 {
    font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));
}

h6 {
    font-family: "museo-sans-500", sans-serif;
}

.hero_support {
    font-size: calc(18px + (23 - 18) * ((100vw - 300px) / (1600 - 300)));
    line-height: 1.5em;
}

/*- Body Helper Starts - */
#col {
    column-count: 2;
    column-gap: 3em;
}

.footnote {
    font-family: "museo-sans-100", sans-serif;
    font-weight: normal;
    font-size: .8em;
    line-height: 1em;
}

@media (max-width: 900px) {
    #col {
        column-count: 1;
    }
}

.article h2 {
    padding-top: 1em;
}

.article h3 {
    padding-top: .5em;
}

::-moz-selection {
    background: var(--blue);
    color: #ffffff;
}

::selection {
    background: var(--blue);
    color: #ffffff;
}

/*- Font Size Helper Starts -*/
.xxs_sz {
    font-size: .25em;
}

.xsm_sz {
    font-size: .5em;
}

.sml_sz {
    font-size: .75em;
}

.reg_sz {
    font-size: 1em;
}

.med_sz {
    font-size: 1.3em;
}

.lrg_sz {
    font-size: 2em !important;
}

.xlg_sz {
    font-size: 3em;
}

.display_sz {
    font-size: 5em;
}

.lh-reset {
    line-height: 1em;
}

/*- Font Weight Helper Starts -*/
.lit_wt {
    font-family: "museo-sans-100", sans-serif;
    font-weight: normal;
}

.reg_wt {
    font-family: "museo-sans-300", sans-serif;
    font-weight: normal;
}

.med_wt {
    font-family: "museo-sans-500", sans-serif;
    font-weight: normal;
}

.bld_wt {
    font-family: "museo-sans-700", sans-serif;
    font-weight: normal;
}

.blk_wt {
    font-family: "museo-sans-900";
    font-weight: normal;
}

.cap {
    text-transform: uppercase;
}

/*- Line Height  Helper Starts -*/
.xsm_lh {
    line-height: 1em;
}

.sml_lh {
    line-height: 1.2em;
}

.reg_lh {
    line-height: 1.5em;
}

.med_lh {
    line-height: 1.7em;
}

.lrg_lh {
    line-height: 2em;
}

/*- Text Align Helper Starts -*/
.left_align {
    text-align: left;
}

.center_align {
    text-align: center;
}

.right_align {
    text-align: right;
}

.vertical_center {
    vertical-align: middle;
}

.center_image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/*- Float Helper Starts -*/
.float_right_clear {
    float: right;
    clear: right;
    display: inline-block;
}

.float_left_clear {
    float: left;
    clear: left;
    display: inline-block;
}

.clear_inline {
    clear: both;
    display: inline-block;
}

/*- Padding Helpers Starts -*/
/* Padding Top Helpers Starts */
.xxs_pad_top {
    padding-top: 0.250em;
}

.xsm_pad_top {
    padding-top: 0.500em;
}

.sml_pad_top {
    padding-top: 0.750em;
}

.reg_pad_top {
    padding-top: 1em;
}

.med_pad_top {
    padding-top: 1.250em;
}

.lrg_pad_top {
    padding-top: 1.500em;
}

.xlg_pad_top {
    padding-top: 1.750em;
}

.xxl_pad_top {
    padding-top: 2em;
}

.xxx_pad_top {
    padding-top: 5em;
}

/*--- Padding Right Helpers Starts */
.xxs_pad_right {
    padding-right: 0.250em;
}

.xsm_pad_right {
    padding-right: 0.500em;
}

.sml_pad_right {
    padding-right: 0.750em;
}

.reg_pad_right {
    padding-right: 1em;
}

.med_pad_right {
    padding-right: 1.250em;
}

.lrg_pad_right {
    padding-right: 1.500em;
}

.xlg_pad_right {
    padding-right: 1.750em;
}

.xxl_pad_right {
    padding-right: 2em;
}

/* Padding Bottom Helpers Starts */
.no_pad_bot {
    padding-bottom: 0px;
}

.xxs_pad_bot {
    padding-bottom: 0.250em;
}

.xsm_pad_bot {
    padding-bottom: 0.500em;
}

.sml_pad_bot {
    padding-bottom: 0.750em;
}

.reg_pad_bot {
    padding-bottom: 1em;
}

.med_pad_bot {
    padding-bottom: 1.250em;
}

.lrg_pad_bot {
    padding-bottom: 1.500em;
}

.xlg_pad_bot {
    padding-bottom: 1.750em;
}

.xxl_pad_bot {
    padding-bottom: 2em;
}

/* Padding Left Helpers Starts */
.xxs_pad_left {
    padding-left: 0.250em;
}

.xsm_pad_left {
    padding-left: 0.500em;
}

.sml_pad_left {
    padding-left: 0.750em;
}

.reg_pad_left {
    padding-left: 1em;
}

.med_pad_left {
    padding-left: 1.250em;
}

.lrg_pad_left {
    padding-left: 1.500em;
}

.xlg_pad_left {
    padding-left: 1.750em;
}

.xxl_pad_left {
    padding-left: 2em;
}

.header_pad_left {
    padding-left: .58em;
}

/*- Margin Helpers Starts -*/
/* Margins Top Helpers Starts */
.xxs_mar_top {
    margin-top: 0.250em;
}

.xsm_mar_top {
    margin-top: 0.500em;
}

.sml_mar_top {
    margin-top: 0.750em;
}

.reg_mar_top {
    margin-top: 1em;
}

.med_mar_top {
    margin-top: 1.250em;
}

.lrg_mar_top {
    margin-top: 1.500em;
}

.xlg_mar_top {
    margin-top: 1.750em;
}

.xxl_mar_top {
    margin-top: 2em;
}

/* Margins Right Helpers Starts */
.xxs_mar_right {
    margin-right: 0.250em;
}

.xsm_mar_right {
    margin-right: 0.500em;
}

.sml_mar_right {
    margin-right: 0.750em;
}

.reg_mar_right {
    margin-right: 1em;
}

.med_mar_right {
    margin-right: 1.250em;
}

.lrg_mar_right {
    margin-right: 1.500em;
}

.xlg_mar_right {
    margin-right: 1.750em;
}

.xxl_mar_right {
    margin-right: 2em;
}

/* Margins Bottom Helpers Starts */
.xxs_mar_bot {
    margin-bottom: 0.250em;
}

.xsm_mar_bot {
    margin-bottom: 0.500em !important;
}

.sml_mar_bot {
    margin-bottom: 0.750em;
}

.reg_mar_bot {
    margin-bottom: 1em;
}

.med_mar_bot {
    margin-bottom: 1.250em;
}

.lrg_mar_bot {
    margin-bottom: 1.500em;
}

.xlg_mar_bot {
    margin-bottom: 1.750em;
}

.xxl_mar_bot {
    margin-bottom: 2em;
}

/* Margins Left Helpers Starts */
.xxs_mar_left {
    margin-left: 0.250em;
}

.xsm_mar_left {
    margin-left: 0.500em;
}

.sml_mar_left {
    margin-left: 0.750em;
}

.reg_mar_left {
    margin-left: 1em;
}

.med_mar_left {
    margin-left: 1.250em;
}

.lrg_mar_left {
    margin-left: 1.500em;
}

.xlg_mar_left {
    margin-left: 1.750em;
}

.xxl_mar_left {
    margin-left: 2em;
}

.no_margin {
    margin: 0px;
}

/*- Color Helper Starts -*/
/* Primary Color Helper Starts */
.pri_yellow {
    color: var(--yellow);
}

.pri_blue {
    color: var(--blue);
}

.pri_white {
    color: #FFFFFF;
}

.pri_grey {
    color: var(--grey);
}

/* Secondary Color Helper Starts */
.sec_yellow {
    color: var(--active-yellow);
}

.sec_blue {
    color: var(--active-blue);
}

.sec_white {
    color: #E7E7E7;
}

.sec_grey {
    color: #B7B7B7;
}

/* Tertiary Color Helper Starts */
.ter_yellow {
    color: #D99F13;
}

.ter_white {
    color: #EEEEEE;
}

.ter_grey {
    color: #D0D2D3;
}

/* Quaternary Color Helper Starts */
.qua_grey {
    color: #353535;
}

/*- Hyperlink / Button Helper Starts -*/
/* Hyperlink Starts */
p a,
.et_pb_text_inner ul li a,
.et_pb_text_inner ol li a,
.et_pb_blurb_content h4 a {
    color: inherit;
    box-shadow: inset 0 -.1em 0 0 var(--yellow);
    -webkit-transform: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

p a:hover,
.et_pb_text_inner ul li a:hover,
.et_pb_text_inner ol li a:hover,
.et_pb_blurb_content h4 a:hover {
    color: var(--yellow);
    box-shadow: inset 0 -.1em 0 0 var(--yellow);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

/* Anchor Menu Helper Starts */
.sticky-menu-style .fullwidth-menu li>a {
    padding-bottom: 4px !important;
    margin-bottom: 25px !important;
    font-size: 1.2em !important;
}

.sticky-menu-style a {
    color: inherit !important;
    -webkit-transition: box-shadow .15s ease-in-out !important;
    transition: box-shadow .15s ease-in-out !important;
}

.sticky-menu-style a:hover {
    color: #000000 !important;
    box-shadow: inset 0 -1.5em 0 -1px var(--yellow) !important;
}

.sticky-menu-style a:active {
    box-shadow: inset 0 -1.5em 0 -1px var(--active-yellow) !important;
}

/* Primary Button Helper Starts */
.pri_btn,
.et_pb_button.pri_btn.et_pb_bg_layout_light {
    text-align: center;
    display: inline-block;
    padding: .6em 1.2em !important;
    font-family: "museo-sans-700", sans-serif;
    font-size: .8em;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: var(--yellow);
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    -webkit-box-shadow: 0px 4px 0px #D99F13;
    -moz-box-shadow: 0px 4px 0px #D99F13;
    box-shadow: 0px 4px 0px #D99F13, 3px 5px 10px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media all and (max-width: 980px) {

    .pri_btn,
    .et_pb_button.pri_btn.et_pb_bg_layout_light {
        font-size: 1em;
    }
}

.pri_btn.black {
    color: #202020;
    -webkit-box-shadow: 0px 4px 0px #C9910B;
    -moz-box-shadow: 0px 4px 0px #C9910B;
    box-shadow: 0px 4px 0px #C9910B;
}

.pri_btn.blue {
    color: var(--active-blue);
}

.pri_btn.blue:hover {
    color: #2b6395 !important;
}

.pri_btn.white {
    color: #ffffff;
}

.pri_btn_icon {
    float: right;
    z-index: 9999;
}

.pri_btn:hover {
    background-color: #f4bc30;
    box-shadow: 0px 5px 0px #D99F13, 4px 6px 11px 0px rgba(0, 0, 0, 0.13);
}

.pri_btn:active {
    background-color: #D99F13;
    box-shadow: none;
    transform: translateY(2px);
    -webkit-transition: all 00ms ease;
    transition: all 00ms ease;
}

/* Secondary Button Helper Starts */
.sec_btn,
.et_pb_button.sec_btn.et_pb_bg_layout_light {
    text-align: center;
    display: inline-block;
    padding: .4em 1em !important;
    font-family: "museo-sans-700", sans-serif;
    font-size: .8em;
    letter-spacing: 1px;
    color: var(--yellow);
    background-color: transparent;
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    border: 2px solid #f4bc30;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}

@media all and (max-width: 980px) {

    .sec_btn,
    .et_pb_button.sec_btn.et_pb_bg_layout_light {
        font-size: 1em;
    }
}

.sec_btn:hover {
    color: #ffffff;
    background-color: #f4bc30;
    border-color: #f4bc30;
}

.sec_btn.black:hover {
    color: #000000;
}

.sec_btn:active {
    background-color: #f2b210;
    border-color: #f2b210;
    -webkit-transition: all 00ms ease;
    transition: all 00ms ease;
}

/* Tertiary Button Helper Starts */
.ter_btn,
.et_pb_button.sec_btn.et_pb_bg_layout_light {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    font-family: "museo-sans-700", sans-serif;
    color: var(--active-yellow);
    box-shadow: 0 0 1.5px rgba(0, 0, 0, 0) !important;
    -webkit-transform: perspective(1.5px) translateZ(0);
    transform: perspective(1.5px) translateZ(0);
}

.ter_btn:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    content: "";
    background: var(--active-yellow);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-transform: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: -1;
}

.ter_btn:hover {
    color: var(--active-yellow);
}

.ter_btn:hover:before,
.ter_btn:focus:before,
.ter_btn:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.ter_btn:active {
    color: #D09810;
}

.ter_btn:active:before {
    background: #D09810;
}

/*- DIVI Mobile Position Starts -*/
@media all and (max-width: 980px) {
    .custom_row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .first-on-mobile {
        -webkit-order: 1;
        order: 1;
    }

    .second-on-mobile {
        -webkit-order: 2;
        order: 2;
    }

    .third-on-mobile {
        -webkit-order: 3;
        order: 3;
    }

    .fourth-on-mobile {
        -webkit-order: 4;
        order: 4;
    }

    .fifth-on-mobile {
        -webkit-order: 5;
        order: 5;
    }

    .sixth-on-mobile {
        -webkit-order: 6;
        order: 6;
    }

    .seventh-on-mobile {
        -webkit-order: 7;
        order: 7;
    }

    .eighth-on-mobile {
        -webkit-order: 8;
        order: 8;
    }

    .custom_row:last-child .et_pb_column:last-child {
        margin-bottom: 30px;
    }
}

/* Columns */
.six-columns .et_pb_module {
    width: 16.66%;
    float: left;
}

@media all and (max-width: 1100px) {
    .six-columns .et_pb_module {
        width: 33%;
    }
}

@media all and (max-width: 767px) {
    .six-columns .et_pb_module {
        width: 50%;
    }
}

.five-columns .et_pb_module {
    float: left;
    width: 20%;
}

@media all and (max-width: 1100px) {
    .five-columns .et_pb_module {
        width: 33%;
    }
}

@media all and (max-width: 767px) {
    .five-columns .et_pb_module {
        width: 50%;
    }
}

.four-columns .et_pb_column {
    display: flex;
    flex-wrap: wrap;
}

.four-columns .et_pb_module {
    float: left;
    margin: 1.5%;
    width: 22%;
}

@media all and (max-width: 1600px) {
    .four-columns .et_pb_module {
        margin: 1.5%;
        width: 30.3%;
    }
}

@media all and (max-width: 1200px) {
    .four-columns .et_pb_module {
        margin: 1.5%;
        width: 47%;
    }
}

@media all and (max-width: 800px) {
    .four-columns .et_pb_module {
        margin: 0;
        width: 100%;
    }
}

.three-columns .et_pb_column {
    display: flex;
    flex-wrap: wrap;
}

.three-columns .et_pb_module {
    float: left;
    margin: 1.5%;
    width: 30.3%;
}

@media all and (max-width: 1600px) {
    .three-columns .et_pb_module {
        margin: 1.5%;
        width: 30.3%;
    }
}

@media all and (max-width: 1200px) {
    .three-columns .et_pb_module {
        margin: 1.5%;
        width: 30.3%;
    }
}

@media all and (max-width: 800px) {
    .three-columns .et_pb_module {
        margin: 10% 0;
        width: 100%;
    }
}

.page.et_pb_pagebuilder_layout #main-content {
    background-color: #fff;
}

/* Thin Column Helper Starts */
.thin_column {
    width: 60% !important;
}

@media all and (max-width: 800px) {
    .thin_column {
        width: 80% !important;
    }
}

@media all and (max-width: 479px) {
    .post-template-default .thin_column {
        width: 100% !important;
    }
}

/* Extra Thin Column Helper Starts */
.ex_thin_column {
    width: 40% !important;
}

@media all and (max-width: 980px) {
    .ex_thin_column {
        width: 60% !important;
    }
}

@media all and (max-width: 600px) {
    .ex_thin_column {
        width: 80% !important;
    }
}

/* Thin Module Helper Starts */
.thin_module {
    width: 60% !important;
    margin: auto auto;
}

.thin_module_left,
.thin_module_right {
    width: 75% !important;
}

.thin_module_right {
    float: right;
    ;
}

@media all and (max-width: 800px) {

    .thin_module,
    .thin_module_left {
        width: 80% !important;
    }
}


/*- Random Needs to be Refactored -*/
.framed-header {
    display: flex;
    height: 75vh;
}

.framed-header h2,
.framed-header p {
    color: #fff !important;
}

/*.post p {
    font-size: 1.2em;
    padding-bottom: 1.2em;
}*/

.article {
    margin: 0 auto;
    width: 45em;
    max-width: 100%;
}

a.more-link {
    font-family: "museo-sans-900", sans-serif;
    font-weight: normal;
    color: var(--yellow);
    text-transform: uppercase;
}

/* Take out the divider line between content and sidebar */
#main-content .container:before {
    background: none;
}

/* Hide Sidebar */
#sidebar {
    display: none;
}

/* Expand the content area to fullwidth */
@media (min-width: 981px) {
    #left-area {
        float: none !important;
        padding: 23px 0px 0px !important;
        width: 100%;
    }
}

/*- Services Icon Styling Helper Starts -*/
.hover_yellow {
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.icon_link .cls-1 {
    fill: var(--blue);
}

.icon_link:hover .cls-1,
.icon_link:hover h4 {
    color: var(--yellow) !important;
    fill: var(--yellow);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
}

/*- SVG Centering Starts -*/
.outside {
    position: relative;
}

.inside {
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
}

/*- Top Nav Helper Starts -*/
/*.et-fixed-header#main-header {
    box-shadow: none !important;
}

.et_slide_in_menu_container {
    background: var(--grey);
}

.et_pb_fullwidth_menu_0.et_pb_fullwidth_menu {
    position: relative;
    z-index: 100000;
}

.fullwidth-menu li>a {
    font-family: "museo-sans-700", sans-serif;
    font-weight: normal;
}

.fullwidth-menu-nav .current-menu-item a {
    color: var(--yellow);
}

.et_slide_in_menu_container #mobile_menu_slide li a {
    padding: 1em 0;
}

.et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a,
.current-page-ancestor a {
    font-family: "museo-sans-700", sans-serif;
    font-weight: normal;
    color: #DCA622 !important;
}*/

/*- Clients Section Helper Starts -*/
.client_logo {
    text-align: center;
    background-color: var(--grey);
    opacity: .7;
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.client_logo:hover {
    opacity: 1;
}

.client_logo.varipro:hover {
    background-color: var(--active-blue);
}

.client_logo.sunset:hover {
    background-color: #7B303E;
}

.client_logo.wmfilm:hover {
    background-color: #F15A24;
}

.client_logo.alpha:hover {
    background-color: #94AB41;
}

.client_logo.goodwill:hover {
    background-color: #1F549B;
}

.client_logo.nocti:hover {
    background-color: #004363;
}

.client_logo.odl:hover {
    background-color: #1E5854;
}

.client_logo.po5:hover {
    background-color: #00B194;
}

.client_logo.eds:hover {
    background-color: #78B843;
}

.client_logo.bissell:hover {
    background-color: #DE092C;
}

.client_logo.haworth:hover {
    background-color: #D81C39;
}

.client_logo.meijer:hover {
    background-color: #D11725;
}

.client_logo.bowlero:hover {
    background-color: #0f0f1e;
}

.client_logo.steelcase:hover {
    background-color: #646766;
}

.client_logo.lorin:hover {
    background-color: #e24301;
}

.client_logo.xrite:hover {
    background-color: #e98b00;
}

.client_logo.amway:hover {
    background-color: #0E305F;
}

.client_logo.stiles:hover {
    background-color: #2e353f;
}

.client_logo.workbox:hover {
    background-color: #638C1C;
}

.client_logo.championforce:hover {
    background-color: #715091;
}

.client_logo.buildingmaps:hover {
    background-color: #AC1D34;
}

.client_logo.lifeinternational:hover {
    background-color: #7AC042;
}

.client_logo .cls-1 {
    fill: #ffffff;
}

/*- Column Wrap Helper Starts -*/
.columns {
    margin: 0 auto;
    max-width: 1200px;
    column-width: 300px;
}

/*- Column Wrap Helper Ends -*/
.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    z-index: 999;
}

.et_pb_dfbm_blog_0 .filterable-blogposts .et_pb_button.read-more,
.et_pb_dfbm_blog_0 .filterable-blogposts .et_pb_button.read-more:hover {
    padding: 0px;
}

body #page-container .et_pb_dfbm_blog_0 .filterable-blogposts .et_pb_button.read-more,
body #page-container .et_pb_dfbm_blog_0 .filterable-blogposts .et_pb_button.read-more:hover {
    padding: 0em;
}

/*- DIVI Custom CSS Starts -*/
#bordered {
    border-right-width: 6em;
    border-bottom-width: 6em;
    border-left-width: 6em;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;
}

#bordered-w-menu {
    border-right-width: 6em;
    border-left-width: 6em;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;
}

sup {
    font-size: .5em;
}

.et_pb_toggle .et_pb_toggle_title:before {
    right: auto;
    left: 180px;
}

/*-- Main Menu --*/
/* Main Menu Styling */
#et-top-navigation {
    font-weight: normal;
}

.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a {
    color: var(--black);
}

#main-header {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

/*This will change the active menu items colour*/
#top-menu li.current-menu-item>a,
#top-menu li.current-menu-ancestor>a,
.nav li ul .current-menu-item a {
    color: var(--black);
}

#menu-main-menu-1 .current-menu-item a::before,
#top-menu li.current-menu-item>a::before,
#top-menu li.current-menu-ancestor>a::before,
.nav li ul .current-menu-item a::before {
    -webkit-transform: translateY(18px);
    transform: translateY(18px);
    opacity: 1.0;
}

#menu-main-menu-1 li a:hover:before,
#top-menu li>a:hover:before,
.nav li ul a:hover:before {
    -webkit-transform: translateY(18px);
    transform: translateY(18px);
    opacity: 1;
}

#menu-main-menu-1 li a:before,
#top-menu li>a:before,
#top-menu li>a:before,
.nav li ul a:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    background: var(--yellow);
    width: 100%;
    height: 2px;
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main_menu_styling li a,
#top-menu li>a {
    color: var(--black);
    font-family: "museo-sans-500", sans-serif;
}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu li.current-menu-item a {
    color: var(--black);
}

/* Drop Down Menu Icons*/
#top-menu .menu-item-has-children:hover>a:first-child:after,
#et-secondary-nav .menu-item-has-children:hover>a:first-child:after,
#top-menu .menu-item-has-children:focus>a:first-child:after,
#et-secondary-nav .menu-item-has-children:focus>a:first-child:after,
#top-menu .menu-item-has-children:active>a:first-child:after,
#et-secondary-nav .menu-item-has-children:active>a:first-child:after {
    content: "2";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/* Dropdown Menu Styling */
ul.sub-menu {
    border-color: #eeeeee !important;
    border-style: solid;
    border-width: 0 1px 1px 1px;
}

#top-menu.nav li ul {
    padding: var(--spacing);
    width: 300px;
}

#top-menu.nav li ul li.current-menu-item {
    background-color: #e3f0fa;
}

.nav li ul {
    -moz-box-shadow: 3px 6px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 3px 6px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 3px 6px 6px 0px rgba(0, 0, 0, 0.16);
}

ul.sub-menu {
    border-radius: 0 0 5px 5px;
}

.nav li ul.sub-menu a:before {
    display: none;
}

.nav li ul {
    border-top: 0px;
}

.nav li li {
    position: relative;
    line-height: 2em;
    border-bottom: 1px solid #E0E0E0;
}

.nav li li:last-child {
    border-bottom: 0px;
}

.et-menu li li a,
#top-menu li li a {
    padding: 6px 0px;
    width: 220px;
}

#top-menu.nav li ul li:hover::after,
#top-menu.nav li ul li:hover::after {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 0px;
    width: 5.81px;
    height: 11.63px;
    content: ' ';
    background-image: url(/wp-content/uploads/2021/08/submenu-arrow.svg);
    background-size: 5.81px 11.63px;
    background-repeat: no-repeat;
    -webkit-transform: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.nav ul li a:hover,
.et_mobile_menu li a:hover {
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
}

/*- Mobile Menu -*/
/* Mobile Menu Height */
@media (max-width: 980px) {
    .et_pb_svg_logo #logo {
        height: 38%;
    }
    .container.et_menu_container {
        height: 90px;
    }
    .et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation {
        height: 90px;
        padding-top: 16px;
    }
    .et_header_style_split #et-top-navigation .mobile_menu_bar, .et_header_style_left #et-top-navigation .mobile_menu_bar {
        padding-bottom: 14px;
    }
}
/* Mobile Menu Icons */
.et_mobile_menu {
    border-top: 3px solid var(--blue);
}

.mobile_menu_bar:before {
    color: var(--grey) !important;
}

.mobile_menu_bar:before {
    content: "\61";
    font-size: 60px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
}

/*change hamburger icon to x when mobile menu is open*/
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
    content: '\4d';
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*- Submenu On Off */
/*change the visibility of the menu submenu on click*/
.nav li.et-touch-hover>ul,
.nav li:hover>ul {
    opacity: 0;
    visibility: hidden;
}

ul.sub-menu.hide.visible {
    opacity: 1;
    visibility: visible;
}

/*-- Mobile Menu Submenu --*/
#main-header .et_mobile_menu .menu-item-has-children,
.et_pb_fullwidth_menu .et_mobile_menu .menu-item-has-children,
.et_pb_menu .et_mobile_menu .menu-item-has-children {
    position: relative;
}

#main-header .et_mobile_menu .menu-item-has-children>a,
.et_pb_fullwidth_menu .et_mobile_menu .menu-item-has-children>a,
.et_pb_menu .et_mobile_menu .menu-item-has-children>a {
    padding-right: 47px;
    background: transparent;
}

#main-header .et_mobile_menu .menu-item-has-children>a+span,
.et_pb_fullwidth_menu .et_mobile_menu .menu-item-has-children>a+span,
.et_pb_menu .et_mobile_menu .menu-item-has-children>a+span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    z-index: 2;
}

#main-header .et_mobile_menu li ul.menu-hide,
.et_pb_fullwidth_menu .et_mobile_menu li ul.menu-hide,
.et_pb_menu .et_mobile_menu li ul.menu-hide {
    display: none !important;
}

#main-header .et_mobile_menu span.menu-closed:before,
.et_pb_fullwidth_menu .et_mobile_menu span.menu-closed:before,
.et_pb_menu .et_mobile_menu span.menu-closed:before {
    content: "\4c";
    font-family: "ETmodules";
    display: block;
    font-size: 17px;
}

#main-header .et_mobile_menu span.menu-closed.menu-open:before,
.et_pb_fullwidth_menu .et_mobile_menu span.menu-closed.menu-open:before,
.et_pb_menu .et_mobile_menu span.menu-closed.menu-open:before {
    content: "\4d";
}

@media (max-width: 980px) {
    ul.sub-menu {
        border-width: 0 !important;
    }

    .et_pb_menu .et_mobile_menu,
    .et_pb_fullwidth_menu .et_mobile_menu {
        top: calc(100% + 1em);
        padding: 0px;
    }

    #main-header .et_mobile_menu li ul,
    .et_pb_menu .et_mobile_menu li ul,
    #main-header .et_mobile_menu li ul,
    .et_pb_fullwidth_menu .et_mobile_menu li ul,
    .et_mobile_menu li li {
        padding-left: 0px;
    }

    li.menu-item-has-children ul.sub-menu li a {
        padding-left: 7.5%;
        background-color: rgba(0, 0, 0, 0.03);
    }

    .et_pb_menu .et_mobile_menu,
    .et_pb_fullwidth_menu .et_mobile_menu {
        top: calc(100% + 1em);
        padding: 0px;
    }

    .et_mobile_menu li.menu-item-30 a {
        border-bottom: 0px;
    }
}

.et_mobile_menu li a,
.et_mobile_menu .menu-item-has-children>a {
    font-family: "museo-sans-500", sans-serif;
    font-weight: normal;
    color: var(--black) !important;
    background-color: rgba(0, 0, 0, 0);
}

/*- About Menu Starts -*/
nav.et-menu-nav .fullwidth-menu-nav #menu-about-anchors,
#anchor-menu .sticky-menu-style,
#menu-about-anchors .et-menu .fullwidth-menu .nav .downwards {
    float: none !important;
    text-align: center;
    margin: auto;
    width: 100%;
}

/*- Portfolio Hover Mods Start -*/
/* Editor Additional CSS Add-in Starts */
.postid-9074 .et_post_meta_wrapper img {
    display: none;
}

body.page-id-26 #page-container .et_pb_dfbm_blog_0 .filterable-blogposts .et_pb_button.read-more,
body.page-id-26 #page-container .et_pb_dfbm_blog_0 .filterable-blogposts .et_pb_button.read-more:hover {
    padding: 0px !important;
}

.rank {
    font-size: 112px;
    color: #333;
}

.parent-pageid-7870 .main_title {
    display: none;
}

.pop-out {
    position: absolute;
    top: -31%;
    right: -2em;
    width: 110%;
    transform: rotate(10deg);
}

.pop-out img {
    width: 40em;
}

@media only screen and (max-width: 1200px) {
    .pop-out {
        top: -15%;
    }
}

.pop-out-lvl {
    width: 113%;
}

.pop-out-lvl img {
    width: 40em;
}

@media only screen and (max-width: 980px) {
    .pop-out-lvl {
        width: 100%;
    }
}

@media only screen and (min-width: 981px) {

    .et_pb_gutters3 .et_pb_column_1_3,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
        width: 29.6% !important;
    }
}

@media only screen and (max-width: 980px) {
    .pop-out {
        position: relative;
        top: -5%;
        right: -1em;
    }

    #bordered {
        border-right-width: 6em;
        border-bottom-width: 6em;
        border-left-width: 6em;
        border-right-color: #ffffff;
        border-bottom-color: #ffffff;
        border-left-color: #ffffff;
    }

    #bordered-w-menu {
        border-right-width: 6em;
        border-left-width: 6em;
        border-right-color: #ffffff;
        border-bottom-color: #ffffff;
        border-left-color: #ffffff;
    }

    sup {
        font-size: .5em;
    }

    .project-template-default .et_pb_toggle_item {
        padding-left: 0px;
    }

    .et_pb_toggle .et_pb_toggle_title:before {
        right: auto;
        left: 180px;
    }

    .et_pb_scroll_top.et-pb-icon {
        right: 30px;
        bottom: 50px;
        font-size: 30px;
        background: rgba(96, 167, 229, 0.5);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
}

/*- Services SVGs / This is the Second Services SVG-*/
#lottie {
    max-width: 300px;
    max-height: 100px;
}

#lottie svg {
    position: relative;
    top: -100px;
    left: -75px;
}

img.round {
    max-width: 180px;
    border-radius: 200px;
}

.testimonials .et_pb_slide_content {
    display: flex !important;
}

.testimonials .et_pb_slide_content div {
    align-self: center;
}

.testimonials .et_pb_slide_content .et_column_last {
    text-align: left;
}

.testimonials .one_third p {
    padding-bottom: 0em;
}

.et_pb_slide_description {
    padding: 6% 8% !important;
}

.et-pb-controllers .et-pb-active-control {
    background-color: var(--blue);
}

.et-pb-arrow-next:before,
.et-pb-arrow-prev:before {
    color: var(--yellow);
}

#footer-widgets {
    font-size: .8em;
}

.animated-path-point.last-point::after,
.animated-path-point.last::after,
.animated-path-point.last-point,
.last-point,
.last::after {
    position: absolute !important;
    top: -25px !important;
    left: -23px !important;
    width: 50px !important;
    height: 50px !important;
    content: " " !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.animated-path-point.last-point::after {
    background-image: url('/wp-content/themes/dvs-child-theme/images/x-marks-the-spot.svg') !important;
}

.animated-path-point.last::after {
    display: block;
    background-image: url('/wp-content/themes/dvs-child-theme/images/x-marks-the-spot.svg') !important;
}

.animated-path-point.last-point {
    background-image: url('/wp-content/themes/dvs-child-theme/images/x-marks-the-spot.svg') !important;
}

.last-point {
    background-image: url('/wp-content/themes/dvs-child-theme/images/x-marks-the-spot.svg') !important;
}

.last::after {
    background-image: url('/wp-content/uploads/2018/12/pallet.png') !important;
}

#nav_menu-2 {
    width: 70%
}

#nav_menu-2 ul {
    list-style-type: none;
}

#footer-widgets .footer-widget #nav_menu-2 li {
    display: inline-block;
    padding-left: 0px;
    margin-right: 3%;
    list-style-type: none;
}

#footer-widgets .footer-widget #nav_menu-2 li:last-child {
    margin-right: 0px;
}

#footer-widgets .footer-widget #nav_menu-2 li:before {
    display: none;
}

/*#main-footer .container {
    max-width: 1440px;
}*/

.social-icons svg {
    width: 32px;
    height: 20px;
}

#footer-widgets .footer-widget .social-icons li {
    display: inline-block;
    padding-left: 0px;
    list-style-type: none;
}

#footer-widgets .footer-widget .social-icons li:before {
    display: none;
}

.single .et_pb_post {
    margin-bottom: 0px;
}

.single .post {
    padding-bottom: 0px;
}

/*#top-nav .et_pb_row {
    width: auto !important;
}*/

.footer-widget,
#footer-widgets .footer-widget a,
#footer-widgets .footer-widget li a,
#footer-widgets .footer-widget li a:hover {
    color: lightgrey;
}

#footer-widgets .footer-widget a,
#footer-widgets .footer-widget a:hover {
    box-shadow: none !important;
}

#footer-widgets .footer-widget a:hover {
    color: #fff;
}

/*.et_fullwidth_nav #main-header.et-fixed-header .container {
    width: auto;
}

#main-header.et-fixed-header {
    width: auto;
    right: 0px;
}*/

.animated-path-container .et_pb_row,
.custom_row {
    display: flex;
}

.animated-path-container .et_pb_row .et_pb_column,
.custom_row .et_pb_column {
    align-self: center;
}

.animated-path-container .cls-1 {
    fill: var(--blue);
}

/* Dark Starts */
.animated-path-container-grey .et_pb_row,
.custom_row {
    display: flex;
}

.animated-path-container-grey .et_pb_row .et_pb_column,
.custom_row .et_pb_column {
    align-self: center;
}

.animated-path-container-grey .cls-1 {
    fill: var(--blue);
}

.animated-path-container-grey .et_pb_code,
.custom_row .et_pb_code {
    text-align: center;
}

.animated-path-container .et_pb_code,
.custom_row .et_pb_code {
    text-align: center;
}

.entry-content .et_pb_text li {
    margin-bottom: 1em;
    font-family: "museo-sans-300", sans-serif;
    font-weight: normal;
}

/*.entry-content .et_pb_text li::before {
    display: inline-block;
    margin-left: -1em;
    width: 1em;
    color: var(--blue);
    content: "\25AA";
}

.entry-content .et_pb_text ul li::before {
    position: relative;
    top: -4px;
    display: inline-block;
    margin-left: -1em;
    margin-right: 8px;
    width: 5px;
    height: 5px;
    content: "";
    background-color: var(--blue);
}*/

.custom_row .et_pb_code.et_pb_text_align_left {
    text-align: left;
}

.post ol li,
.entry-content .et_pb_text ol li {
    padding-left: 1em;
    list-style-type: none;
    counter-increment: item;
}

.post ol,
.entry-content .et_pb_text ol {
    counter-reset: item;
}

.post ol li::before,
.entry-content .et_pb_text ol li::before {
    display: inline-block;
    margin-left: -1em;
    width: 1em;
    content: counter(item)". ";
    color: var(--blue);
}

.post ol li ol,
.post ul li ul,
.entry-content .et_pb_text ul li ul {
    margin-top: 25px;
}

.post ol li ol li,
.post ul li ul li,
.entry-content .et_pb_text ul li ul li {
    margin-left: 2em;
    font-size: 1em;
}

.project-template-default .et_pb_toggle_item {
    padding: 12px;
}

.project-template-default .et_pb_toggle_content h2,
.project-template-default .et_pb_toggle_content h3,
.project-template-default .et_pb_toggle_content h4 {
    color: #e7e7e7;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav>ul {
    position: relative;
}

.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .article .et_pb_row {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .article {
        width: 80%;
    }

    .et_pb_module.article {
        width: 100%;
    }

    .xxx_pad_top {
        padding-top: 3em;
    }

    .et_pb_post .et_pb_text h2 {
        font-size: 2.6em;
    }
}

@media only screen and (max-width: 667px) {
    .rank {
        font-size: 65px;
        color: #333;
    }

    #bordered h1,
    h1.entry-title {
        font-size: 3em !important;
    }

    #bordered h2 {
        font-size: 2em;
    }

    h2 {
        font-size: 2.6em;
    }

    .et_pb_fullwidth_header_0 {
        border: 0px;
    }

    .testimonials .et_pb_slide_content {
        display: block !important;
    }

    .xxx_pad_top {
        padding-top: 2em;
    }

    .et_pb_scroll_top.et-pb-icon {
        right: 0;
        padding: 5px;
        -webkit-border-top-right-radius: 0px;
        -moz-border-radius-top-right: 0px;
        border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -moz-border-radius-bottom-right: 0px;
        border-bottom-right-radius: 0px;
    }

    #custom_html-3,
    #text-2,
    #text-7,
    #text-8 {
        margin-right: 2%;
    }

    .client_logo.varipro:hover,
    .client_logo.sunset:hover,
    .client_logo.wmfilm:hover,
    .client_logo.alpha:hover,
    .client_logo.goodwill:hover,
    .client_logo.nocti:hover,
    .client_logo.odl:hover,
    .client_logo.po5:hover,
    .client_logo.eds:hover,
    .client_logo.bissell:hover,
    .client_logo.haworth:hover,
    .client_logo.meijer:hover,
    .client_logo.bowlero:hover,
    .client_logo.steelcase:hover,
    .client_logo.lorin:hover,
    .client_logo.xrite:hover,
    .client_logo.amway:hover,
    .client_logo.stiles:hover {
        background-color: var(--grey);
        opacity: .7;
    }

    #bordered.et_pb_fullscreen,
    #bordered.et_pb_fullscreen .et_pb_fullwidth_header_container {
        min-height: 75vh !important;
        height: auto !important;
    }
}

#custom_html-3,
#text-2,
#text-7,
#text-8 {
    width: 100% !important;
}

/* Smartphones (landscape) */
@media (max-width: 980px) {
    .twoX2 .et_pb_column {
        max-width: 50% !important;
    }
}

@media (max-width: 479px) {
    .twoX2 .et_pb_column {
        max-width: 45% !important;
        margin: 2.5% !important;
    }

    .twoX2 .et_pb_column.et_pb_column_1_3:nth-of-type(3) {
        margin: 0 25%;
    }
}

@media (max-width: 479px) {
    .et_pb_section .et_pb_row.twoX2 div.et_pb_column.et_pb_column_1_4 {
        width: 47.25% !important;
    }
}

/*- DIVI Custom CSS Ends -*/

.blog_cta_shift {
    text-align: left;
}

.blog_frm_shift {
    margin-top: -2.5% !important;
}

/* Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {
    .blog_cta_shift {
        text-align: center;
        margin: 0 10% !important;
    }
}

.ftr_frm_blc button.frm_button_submit.frm_final_submit {
    margin-top: -30px !important;
}

.ftr_frm_blc {
    padding-bottom: 2em;
}

/*- Password Protected Starts -*/
div.et_password_protected_form {
    margin: 10% 0;
}

.post-password-required .et_pb_section {
    background-color: transparent !important;
}

.post-password-required .et_pb_button {
    float: left !important;
    text-align: center !important;
    display: inline-block !important;
    padding: .6em 1.2em !important;
    margin-top: 5% !important;
    font-family: "museo-sans-700", sans-serif !important;
    font-size: 1em !important;
    letter-spacing: 1px !important;
    color: #ffffff !important;
    background-color: var(--yellow) !important;
    -moz-border-radius: .2em !important;
    -webkit-border-radius: .2em !important;
    border-radius: .2em !important;
    text-transform: uppercase !important;
    -webkit-transition: all 300ms ease !important;
    transition: all 300ms ease !important;
    cursor: pointer !important;
}

.post-password-required .et_pb_button:hover {
    background-color: #f4bc30 !important;
    box-shadow: 0px 5px 0px #D99F13, 4px 6px 11px 0px rgba(0, 0, 0, 0.13) !important;
}

.post-password-required .et_pb_button:after {
    display: none !important;
}

.post-password-required .et_password_protected_form p input {
    float: left !important;
    width: calc(100% - 120px) !important;
    background-color: #e7e7e7 !important;
    border-radius: 0px !important;
    border: 0px solid #cccccc !important;
    transition: .6s ease all !important;
}

.post-password-required .et_password_protected_form p input:focus {
    border: 2px solid #d6d6d6 !important;
}

.single-post .post-password-required .et_post_meta_wrapper:last-child {
    display: none !important;
}

.post-password-required .entry-title:before {
    margin-right: 10px !important;
    font-family: 'etModules' !important;
    content: "\7e" !important;
}

.et_password_protected_form>p {
    margin-bottom: 20px !important;
}

.page #main-content .post-password-required,
.post #main-content .post-password-required {
    margin: 13vw auto !important;
    width: 90% !important;
    max-width: 980px !important;
}

.post li {
    margin-bottom: 1em;
    /*font-size: 1.2em;*/
    font-family: "museo-sans-300", sans-serif;
    font-weight: normal;
    line-height: 1.4em;
}

/*.post li::before {
    display: inline-block;
    margin-left: -1em;
    width: 1em;
    content: "\25AA";
    color: var(--blue);
}*/

ul.primary_list {
    list-style: none;
    list-style-type: none !important;
    padding-left: 0;
}

ul.primary_list li::marker,
ol.primary_list li::marker {
    display: none;
    list-style: none;
    list-style-type: none !important;
}

ul.primary_list li {
    list-style-position: inside;
    margin-left: 1em;
    padding-left: 1em;
    text-indent: -1.8em;
}

ul.primary_list li::before {
    list-style-type: none;
    content: "•";
    font-size: 1.5em;
    padding-right: 10px;
    position: relative;
    top: 2px;
    color: var(--blue);
}

/* Orientation Page */

h3.orien-web::before {
    width: 30px !important;
    height: 30px !important;
    padding-right: .5em;
    display: inline-block;
    content: url(/wp-content/uploads/2020/07/web.svg);
}

h3.orien-features::before {
    width: 30px !important;
    height: 30px !important;
    padding-right: .5em;
    display: inline-block;
    content: url(/wp-content/uploads/2020/07/features.svg);
}

h3.orien-security::before {
    width: 24.5455px !important;
    height: 30px !important;
    padding-right: .5em;
    display: inline-block;
    content: url(/wp-content/uploads/2020/07/security.svg);
}

h3.orien-changelog::before {
    width: 25px !important;
    height: 30px !important;
    padding-right: .5em;
    display: inline-block;
    content: url(/wp-content/uploads/2020/07/changelog-documentation.svg);
}

h3.orien-resources::before {
    width: 38.75px !important;
    height: 30px !important;
    padding-right: .5em;
    display: inline-block;
    content: url(/wp-content/uploads/2020/07/other-resources.svg);
}


/*-- Hubspot Styling --*/
/* Linkedin Contact Form */
input.hs-button.primary.large,
.hs-form-cc350a97-bc74-4ff6-83e9-b42416eac331_777a4188-03f6-45b5-99ce-082328c75879 .hs-button,
.hs-form-cc350a97-bc74-4ff6-83e9-b42416eac331_777a4188-03f6-45b5-99ce-082328c75879 .hs-button:hover,
.hs-form-cc350a97-bc74-4ff6-83e9-b42416eac331_777a4188-03f6-45b5-99ce-082328c75879 .hs-button:hover:not(.inactive),
.hs-form-cc350a97-bc74-4ff6-83e9-b42416eac331_777a4188-03f6-45b5-99ce-082328c75879 .hs-button:focus,
.hs-form-cc350a97-bc74-4ff6-83e9-b42416eac331_777a4188-03f6-45b5-99ce-082328c75879 .hs-button:active,
.hs-form-cc350a97-bc74-4ff6-83e9-b42416eac331_777a4188-03f6-45b5-99ce-082328c75879 .hs-button:active:not(.inactive):not(.link) {
    text-align: center !important;
    display: inline-block !important;
    padding: .6em 1.2em !important;
    font-family: "museo-sans-700", sans-serif !important;
    font-size: .8em !important;
    font-weight: normal !important;
    letter-spacing: 1px !important;
    color: #ffffff !important;
    background-color: var(--yellow) !important;
    -moz-border-radius: .2em !important;
    -webkit-border-radius: .2em !important;
    border-radius: .2em !important;
    -webkit-box-shadow: 0px 4px 0px #D99F13 !important;
    -moz-box-shadow: 0px 4px 0px #D99F13 !important;
    box-shadow: 0px 4px 0px #D99F13, 3px 5px 10px 0px rgba(0, 0, 0, 0.1) !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    -webkit-transition: all 300ms ease !important;
    transition: all 300ms ease !important;
}

input.hs-button.primary.large:hover {
    background-color: #f4bc30 !important;
    box-shadow: 0px 5px 0px #D99F13, 4px 6px 11px 0px rgba(0, 0, 0, 0.13) !important;
}

input.hs-button.primary.large:active {
    background-color: #D99F13 !important;
    box-shadow: none !important;
    transform: translateY(2px) !important;
    -webkit-transition: all 00ms ease !important;
    transition: all 00ms ease !important;
}

/*- Footer Helpers -*/
/* Footer Text - */
.ftr_cta_title {
    padding-bottom: .5em;
    font-family: 'Financier Display Semibold', serif;
}

.ftr_col-title {
    padding-bottom: .5em;
    font-family: 'Work Sans Bold', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Footer Grid */
.ftr_grid {
    display: grid;
    grid-gap: 2em;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.soc_grid {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    height: 40px;
}

.ftr_grid,
.ftr_grid h1,
.ftr_grid h2,
.ftr_grid h3,
.ftr_grid h4,
.ftr_grid h5,
.ftr_grid p,
.ftr_grid p a {
    color: var(--light-blue);
}

.ftr_grid p a {
    font-size: 14px;
    box-shadow: none;
    text-decoration: underline;
    line-height: 1.5em;
}

.ftr_col-1,
.ftr_col-2,
.ftr_col-3,
.ftr_col-4 {
    grid-row: 1;
}

.ftr_col-1 {
    grid-column: 1;
}

.ftr_col-2 {
    grid-column: 2;
}

.ftr_col-3 {
    grid-column: 3;
}

.ftr_col-4 {
    grid-column: 4;
}

.soc_col-1,
.soc_col-2,
.soc_col-3,
.soc_col-4 {
    grid-row: 1;
}

.soc_col-1 {
    grid-column: 1;
}

.soc_col-2 {
    grid-column: 2;
}

.soc_col-3 {
    grid-column: 3;
}

.soc_col-4 {
    grid-column: 4;
}

@media all and (max-width: 980px) {
    .ftr_grid {
        display: grid;
        grid-gap: 2em;
        grid-template-columns: 1fr 1fr;
    }

    .ftr_col-1,
    .ftr_col-1 {
        grid-row: 1;
    }

    .ftr_col-1 {
        grid-column: 1;
    }

    .ftr_col-2 {
        grid-column: 2;
    }

    .ftr_col-3,
    .ftr_col-4 {
        grid-row: 2;
    }

    .ftr_col-3 {
        grid-column: 1;
    }

    .ftr_col-4 {
        grid-column: 2;
    }
}

@media all and (max-width: 475px) {
    .ftr_grid {
        display: grid;
        grid-gap: 2em;
        grid-template-columns: 1fr;
    }

    .ftr_col-1,
    .ftr_col-2,
    .ftr_col-3,
    .ftr_col-4 {
        grid-column: 1;
    }

    .ftr_col-1 {
        grid-row: 1;
    }

    .ftr_col-2 {
        grid-row: 2;
    }

    .ftr_col-3 {
        grid-row: 3;
    }

    .ftr_col-4 {
        grid-row: 4;
    }
}

/* Footer Links */
ul.ftr_links {
    padding: 0;
    list-style-type: none;
}

ul.ftr_sec_links {
    padding: 0 0 0 .75em;
    list-style-type: none;
}

ul.ftr_links li a,
ul.ftr_sec_links li a,
div.ftr_links a {
    font-size: 14px;
    color: var(--white);
    box-shadow: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.ftr_links li p,
div.ftr_links p {
    font-size: 14px;
    color: var(--white);
}

ul.ftr_links li a:hover,
ul.ftr_links li a:active,
ul.ftr_sec_links li a:hover,
ul.ftr_sec_links li a:active,
div.ftr_links a:hover,
div.ftr_links a:active {
    color: #f0f0f0;
    box-shadow: none;
}

/* Partner Badge Grid */
.ptr_ftr_grid {
    display: grid;
    grid-column-gap: 2em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.ptr_ftr-1,
.ptr_ftr-2 {
    grid-row: 1;
}

.ptr_ftr-3,
.ptr_ftr-4 {
    grid-row: 2;
}

.ptr_ftr-1,
.ptr_ftr-3  {
    grid-column: 1;
}

.ptr_ftr-2,
.ptr_ftr-4  {
    grid-column: 2;
}

/*- Pop Up Styling -*/
/* Pop Up Header */
.pop_cta-title {
    font-size: 24px !important;
    font-family: "museo-sans-500", sans-serif !important;
}
.pop_cta-body {
    font-size: 17px !important;
}

@media all and (max-width: 980px) {
    .pop_cta-title {
        font-size: 18px !important;
        font-family: "museo-sans-500", sans-serif !important;
    }
    .pop_cta-body {
        font-size: 14px !important;
    }
    .pop_cta-btn.pri_btn.blue {
        font-size: 12px !important;
    }
}

/* Pop Up Position */
.cp-popup-content.cp-slide_in.bottom-right, .cp-toggle-type-hide_on_click .cp-open-toggle.cp-toggle-bottom-right {
    bottom: 20px !important;
}


span.css-test {
	color: lightgray;
	display: block;
}

/* Interstitial Ad Styles */

.guide-cta_grid {
    display: grid;
    grid-gap: 2em;
    grid-template-columns: 10% 1fr 1fr 1fr 10%;
    grid-template-rows: 10% 1fr;
    align-items: center;
}

.guide-cta_col-1 {
    padding: 4% 0;
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row: 2;
    z-index: 1000;
}

.guide-cta_col-2 {
    grid-column: 4;
    grid-row-start: 1;
    grid-row-end: 4;
    z-index: 500;
}

.guide-cta_background {
    min-height: 100px;
    height: 100%;
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row: 2;
    background-color: var(--blue);
}

@media all and (max-width: 980px) {
    .guide-cta_grid {
        grid-gap: 2em;
        grid-template-columns: 5% 1fr 5%;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }

    .guide-cta_col-1 {
        padding: 0 0 4% 0;
        grid-column: 2;
        grid-row-start: 3;
        grid-row-end: 5;
    }

    .guide-cta_col-2 {
        margin-bottom: 0px !important;
        grid-column: 2;
        grid-row-start: 1;
        grid-row-end: 3;
    }

    .guide-cta_background {
        min-height: 100px;
        height: 100%;
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 5;
    }
}

@media all and (max-width: 767px) {
    .guide-cta_grid {
        grid-gap: 1em;
    }
}

/* 4 Column Grid */
.four_col-grid {
    display: grid;
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    grid-template-columns: repeat(4, 1fr);
}

.four_col-1,
.four_col-5 {
    grid-column: 1;
}

.four_col-2,
.four_col-6 {
    grid-column: 2;
}

.four_col-3,
.four_col-7 {
    grid-column: 3;
}

.four_col-4,
.four_col-8 {
    grid-column: 4;
}

.four_col-1,
.four_col-2,
.four_col-3,
.four_col-4 {
    grid-row: 1;
}

.four_col-5,
.four_col-6,
.four_col-7,
.four_col-8 {
    grid-row: 2;
}

@media all and (max-width: 767px) {
    .four_col-grid {
        grid-template-columns: 1fr 1fr;
    }

    .four_col-1,
    .four_col-3,
    .four_col-5,
    .four_col-7 {
        grid-column: 1;
    }

    .four_col-2,
    .four_col-4,
    .four_col-6,
    .four_col-8 {
        grid-column: 2;
    }

    .four_col-1,
    .four_col-2 {
        grid-row: 1;
    }
    .four_col-3,
    .four_col-4 {
        grid-row: 2;
    }
    .four_col-5,
    .four_col-6 {
        grid-row: 3;
    }
    .four_col-7,
    .four_col-8 {
        grid-row: 4;
    }
}

/* 4 Column Centered Grid */
.four_col_ctr-grid {
    display: grid;
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    grid-template-columns: repeat(8, 1fr);
}

.four_col_ctr-1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row: 1;
}

.four_col_ctr-2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row: 1;
}

.four_col_ctr-3 {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row: 1;
}

.four_col_ctr-4 {
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row: 1;
}

.four_col_ctr-5 {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row: 2;
}

.four_col_ctr-6 {
    grid-column-start: 4;
    grid-column-end: 6;
    grid-row: 2;
}

.four_col_ctr-7 {
    grid-column-start: 6;
    grid-column-end: 8;
    grid-row: 2;
}

@media all and (max-width: 767px) {
    .four_col_ctr-grid {
        grid-template-columns: 1fr 1fr;
    }

    .four_col_ctr-1 {
        grid-column: 1;
        grid-row: 1;
    }

    .four_col_ctr-2 {
        grid-column: 2;
        grid-row: 1;
    }

    .four_col_ctr-3 {
        grid-column: 1;
        grid-row: 2;
    }

    .four_col_ctr-4 {
        grid-column: 2;
        grid-row: 2;
    }

    .four_col_ctr-5 {
        grid-column: 1;
        grid-row: 3;
    }

    .four_col_ctr-6 {
        grid-column: 2;
        grid-row: 3;
    }

    .four_col_ctr-7 {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row: 4;
    }
}

@media all and (max-width: 479px) {
    .four_col_ctr-grid {
        grid-template-columns: 1fr;
    }

    .four_col_ctr-1 {
        grid-column: 1;
        grid-row: 1;
    }

    .four_col_ctr-2 {
        grid-column: 1;
        grid-row: 2;
    }

    .four_col_ctr-3 {
        grid-column: 1;
        grid-row: 3;
    }

    .four_col_ctr-4 {
        grid-column: 1;
        grid-row: 4;
    }

    .four_col_ctr-5 {
        grid-column: 1;
        grid-row: 5;
    }

    .four_col_ctr-6 {
        grid-column: 1;
        grid-row: 6;
    }

    .four_col_ctr-7 {
        grid-column: 1;
        grid-row: 7;
    }
}

/* 3 Column */
.three_col-grid {
    display: grid;
    grid-gap: 2em;
    grid-template-columns: 1fr 1fr 1fr;
}

.three_col-1 {
    grid-column: 1;
    grid-row: 1;
}

.three_col-2 {
    grid-column: 2;
    grid-row: 1;
}

.three_col-3 {
    grid-column: 3;
    grid-row: 1;
}

.three_col-4 {
    grid-column: 1;
    grid-row: 2;
    padding-top: 7.5%;
}

.three_col-5 {
    grid-column: 2;
    grid-row: 2;
    padding-top: 7.5%;
}

.three_col-6 {
    grid-column: 3;
    grid-row: 2;
    padding-top: 7.5%;
}

@media all and (max-width: 980px) {
    .three_col-grid {
        display: grid;
        grid-gap: 2em;
        grid-template-columns: 1fr;
    }

    .three_col-1 {
        grid-column: 1;
        grid-row: 1;
    }

    .three_col-2 {
        grid-column: 1;
        grid-row: 2;
    }

    .three_col-3 {
        grid-column: 1;
        grid-row: 3;
    }

    .three_col-4 {
        grid-column: 1;
        grid-row: 4;
    }

    .three_col-5 {
        grid-column: 1;
        grid-row: 5;
    }

    .three_col-6 {
        grid-column: 1;
        grid-row: 6;
    }
}