/*
    Theme Name: Prodmode
    Theme URI: http: //carbon.cultureinspired.com
    Description: Prodmode theme by Culture Inspired
    Version: 1.0.0 Beta
    Author: Culture Inspired
    Author URI: http: //cultureinspired.com
*/


/*** GLOBAL CSS ***/

/* Fonts */

/*
@font-face {
    font-family: 'Quicksand';
    src: url('./assets/fonts/Quicksand-Bold.woff'));
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('./assets/fonts/Quicksand-Medium.woff'));
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('./assets/fonts/Quicksand-Light.woff'));
    font-weight: normal;
    font-style: normal;
}
*/


/* Layout Styling */

.otgs-development-site-front-end,
.grecaptcha-badge {
    display: none !important;
}


body {
    font-family: 'Quicksand', sans-serif;
}

p {
    color: #333;
}

.section_header {

}

.section_caption {

}

.content_frame {
    /* box-shadow: 0 0.2em 1em 0 rgba(0,0,0,0.15); */
}

.page_section.top_banner:before {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 0;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    content: "";
}

.page_section.top_banner .col-01 {
    padding: 68px 0 54px 0;
    text-align: center;
    line-height: 1;    
    font-size: 0.8em;
}

.page-template-who-we-serve-vertical .page_section.top_banner .col-01,
.page-template-pricing .page_section.top_banner .col-01 {
    color: #fff;
}

.page_section.top_banner .col-01 h1 {
    position: relative;
    font-size: 2.4em;
    margin: 0 0 16px 0;
}

.page_section.top_banner .col-01 h2 {
    position: relative;
    width: 92%;
    font-size: 1.2em;
    margin: 24px auto 0 auto;
    line-height: 1.5;
}

.cta_schedule_demo {
    padding: 64px 0;
}

.cta_schedule_demo a {
    display: table;
    width: 80%;
    margin: auto;
    text-align: center;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    padding: 14px 10px;
    border-radius: 67px;
    opacity: 1 !important;
    line-height: 1.3;
    -moz-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.schedule_btn_color_logo_red {
    background-color: #f7323f;
}

.schedule_btn_color_logo_red:hover {
    background-color: #e03843;
}

.schedule_btn_color_blue {
    background-color: #7aa5ba;
}

.schedule_btn_color_blue:hover {
    background-color: #7b9eb0;
}

.cta_schedule_demo a h1 {
    margin: 0;
}

.socials {
    list-style: none;
    margin-top: 24px;
    padding: 0;
}

.socials li {
    display: inline-block;
    width: 24px;
    margin-right: 5px;
}

.socials li:last-of-type {
    margin: 0;
}

.socials li a {
    display: block !important;
}

.hvr-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-push:hover, 
.hvr-push:focus, 
.hvr-push:active {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.fake_jax_loader {
    display: none !important;
    width: 48px;
    margin: auto;
    padding-top: 32px;
    opacity: 0;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn_modern {
    display: table;
    margin: auto;
    color: #fff;        
    opacity: 1 !important;    
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 8px 24px;
}     

.btn_modern:hover {
    background: #fff;
    color: #000;    
}

.btn_modern_round {
    display: table;
    margin: auto;
    color: #fff;        
    opacity: 1 !important;    
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 32px;
    padding: 8px 24px;
    font-weight: 500;
}     

.btn_modern_round:hover {
    background: #fff;
    color: #000;    
}


/* Inputs */

input[type='text'], 
input[type='email'], 
input[type='tel'] {
    border: 2px solid #000;
    line-height: 1.25;
}

select {
    border: 2px solid #000;
    /* border-radius: 32px; */
}

select:focus {
    outline: none;
}
 
textarea {
    border: 2px solid #000;
    /* border-radius: 16px; */
}

input[type='submit'] {

}


/* Brand Colors */

.bg-color-orange {
    background-color: #ff9e71;
}

.bg-color-light-coral {
    background-color: #ffb98e;
}

.bg-color-dark-coral {
    background-color: #ff9880;
}

.bg-color-dark-pink {
    background-color: #d65d72;
}

.bg-color-blue {
    background-color: #7aa5ba;
}

.bg-color-rose {
    background-color: #ff5959;
}

.bg-color-logo-red {
    background-color: #f7323f;
}

.bg-color-purple {
    background-color: #a03058;
}

.bg-color-teal {
    background-color: #80c7bc;
}

.bg-color-light-grey {
    background-color: #edefef;
}

.bg-color-dark-grey {
    background-color: #dee1e1;
}

.bg-color-white {
    background-color: #fff;
}

.text-color-off-black {
    color: #333;
}

.text-color-logo-red {
    color: #f7323f;
}


/*** UTILITY CLASSES ***/

.ut-no-box-shadow {
    box-shadow: none !important;
}

.ut-rotate-0-deg {
    transform: rotate(0deg) !important;
}


/*** PAGES & CATEGORIES ***/

/* Home */

.page-template-index .menu_spacer {
    display: none;
}

.page-template-index .menu_desktop_container {
    background: rgba(255,255,255,0.5);
    box-shadow: none;
}

.page-template-index  .menu_desktop_container .menu a {
    color: #000;
}

.section-home-01 {
    min-height: 96vh;
    background: url(./assets/images/bg_home_above_fold_v2.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;    
}

.section-home-01:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(3,3,3,0.07) 73%, rgba(0,0,0,0.07) 74%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(26%, rgba(0,0,0,0.07)), color-stop(27%, rgba(3,3,3,0.07)), color-stop(100%, rgba(255,255,255,0))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(3,3,3,0.07) 73%, rgba(0,0,0,0.07) 74%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(3,3,3,0.07) 73%, rgba(0,0,0,0.07) 74%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(3,3,3,0.07) 73%, rgba(0,0,0,0.07) 74%); /* ie10+ */
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(3,3,3,0.07) 73%, rgba(0,0,0,0.07) 74%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */
}

.section-home-01 .col-wrap-01 .col-01 {
    width: 92%;
    margin: auto;
    padding: 140px 0 0 0;
    text-align: center;
    color: #fff;
    float: none;
}

.section-home-01 .col-wrap-01 .col-01 h1 {
    font-size: 2.4em;
    margin: 0 auto 8px auto;
    line-height: 1.2;
}

.section-home-01 .col-wrap-01 .col-01 h2 {
    font-size: 1.1em;
    margin: 0 auto 32px auto;
}

.section-home-01 .col-wrap-01 .col-01 a.btn_modern_round {
    display: table;
    color: #fff !important;    
    -moz-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;    
}

.section-home-01 .col-wrap-01 .col-01 a.btn_modern_round:first-of-type {
    margin: 0 auto 16px auto; 
    background: rgba(0,0,0,0.15);    
}

.section-home-01 .col-wrap-01 .col-01 a.btn_modern_round:first-of-type:hover {
    background-color: #fff !important;
    color: #000 !important;    
}

.section-home-01 .col-wrap-01 .col-01 a.btn_modern_round:last-of-type {
    background: #f7323f !important;
}

.section-home-01 .col-wrap-01 .col-01 a.btn_modern_round:last-of-type:hover {
    background-color: #e03843 !important;
}         

.section-home-02 {
    margin-top: -1px; /* Solution for .section-home-01 background-size:cover line issue. */
}

.section-home-02 .col-wrap-01 .col-01 {
    width: 92%;
    margin: 32px auto 64px auto;
    text-align: center;
    color: #fff;
    float: none;
}
                                       
.section-home-02 .col-wrap-01 .col-01 h3 {
    font-size: 1.1em;
}

.section-home-03 .col-wrap-01 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.section-home-03 .col-wrap-01:before {
    position: absolute;
    width: 100%;
    height: 38%;
    margin: 0 auto;
    bottom: 0; 
    background: #fff;
    content: "";
}

.section-home-03 .col-wrap-01 .col-01 {
    flex-grow: 1;
    flex-basis: 80%;
    width: 80%;
}

.section-home-04 .col-wrap-01 .col-01 {
    width: 92%;
    margin: 24px auto 48px auto;
    text-align: center;
    color: #000;
    float: none;
}
                                       
.section-home-04 .col-wrap-01 .col-01 h3 {
    font-size: 1.2em;
}

.section-home-04 .col-wrap-01 .col-01 .divider {
    width: 5vw;
    min-width: 48px;
    height: 3px;
    margin: 48px auto 48px auto;
    background: #f7323f;
}

.section-home-04 .col-wrap-01 .col-01 h1 {
    width: 92%;
    margin: auto;
    font-size: 2.4em;
}

.who_we_serve_icon_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 92%;
    list-style: none;
    padding: 0;
    margin: 0 auto 5vw auto;
}

.who_we_serve_icon_list li {
    position: relative;
    flex-basis: 100%;    
    margin: 0 auto 48px auto;
    box-sizing: border-box;
    text-align: center;
}

.who_we_serve_icon_list li img {
    display: block;
    width: 40%;
    max-width: 116px;
    margin: 0 auto 8px auto;
    box-sizing: border-box;
}

.who_we_serve_icon_list li .inner {
    position: relative;
    width: 100%;
} 

.who_we_serve_icon_list li h1 {
    margin: auto;
    font-size: 1.3em;
    font-weight: 500;
} 

.who_we_serve_icon_list li a {
    display: table;
    margin: 8px auto 0 auto;
    text-transform: uppercase;
    color: #000;
    font-size: 0.92em;
}     

.section-home-04 .col-wrap-01 .col-03 h1 {
    text-align: center;
    color: #fff;
    padding: 3vw 0;
    font-size: 2em;
}

.section-home-05 .col-wrap-01 .col {
    position: relative;
    width: 100%;
}

.section-home-05 .col-wrap-01 .col .solutions_cta {
    position: relative;
    width: 100%;
    padding: 64px 0;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.section-home-05 .col-wrap-01 .col .solutions_cta:before {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
    opacity: 0.07;
    z-index: -1;
    content: "";
}

.section-home-05 .col-wrap-01 .col:nth-of-type(odd) .solutions_cta {
    float: left;
}

.section-home-05 .col-wrap-01 .col:nth-of-type(odd) .solutions_image,
.section-home-05 .col-wrap-01 .col:nth-of-type(odd) .solutions_image_color_overlay {
    right: 0;
}

.section-home-05 .col-wrap-01 .col:nth-of-type(even) .solutions_cta {
    float: right;
}

.section-home-05 .col-wrap-01 .col:nth-of-type(even) .solutions_image,
.section-home-05 .col-wrap-01 .col:nth-of-type(even) .solutions_image_color_overlay {
    left: 0;
}

.solutions_cta > img {
    position: absolute;
    width: 48px;
    bottom: 12px;
    right: 12px;
}

.section-home-05 .col-wrap-01 .col:nth-of-type(2) .solutions_cta > img {
    padding: 4px;
    box-sizing: border-box;
}

.section-home-05 .col-wrap-01 .col .solutions_cta h1 {
    width: 96%;
    margin: 0 auto;
    font-size: 2em;
}

.section-home-05 .col-wrap-01 .col .solutions_cta h3 {
    width: 92%;
    margin: 32px auto;
    font-size: 1em;
}

.solutions_image {
    position: relative;
    display: none;
    width: 100%;
    height: 240px;     
    float: left; 
}

.solutions_image_color_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.section-home-06 {
    background: url(./assets/images/banner_home_funnel.jpg);
    background-size: auto;
    background-position: bottom;
    background-repeat: no-repeat; 
}

.section-home-06 .col-wrap-01 .col-01 {
    width: 92%;
    margin: 64px auto 32px auto;
    text-align: center;
    color: #fff;
    float: none;
}

.section-home-06 .col-wrap-01 .col-01 h1 {
    font-size: 2.4em;
    margin: 0 auto 6vw auto;
    line-height: 1.2;
}

.section-home-06 .col-wrap-01 .col-01 h2 {
    font-size: 1.4em;
    margin: 0 auto 82px auto;
}

.section-home-06 .col-wrap-01 .col-01 img {
    width: 3vw;
    min-width: 32px;
    margin: 0 auto;
    cursor: pointer;
    transform: translateY(0);
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.section-home-06 .col-wrap-01 .col-01 img:hover {
    width: 3vw;
    margin: 0 auto;
    cursor: pointer;
    transform: translateY(2px);    
}


/* Who We Serve */

.who_we_serve_verticals {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

.who_we_serve_verticals li {
    position: relative;
    width: 100%;
    float: left;
}

.who_we_serve_verticals li .vertical_cta {
    position: relative;
    width: 100%;
    padding: 64px 0;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.who_we_serve_verticals li .vertical_cta:before {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
    opacity: 0.07;
    z-index: -1;
    content: "";
}

.who_we_serve_verticals li:nth-of-type(odd) .vertical_cta {
    float: left;
}

.who_we_serve_verticals li:nth-of-type(odd) .vertical_image,
.who_we_serve_verticals li:nth-of-type(odd) .vertical_image_color_overlay {
    right: 0;
}

.who_we_serve_verticals li:nth-of-type(even) .vertical_cta {
    float: right;
}

.who_we_serve_verticals li:nth-of-type(even) .vertical_image,
.who_we_serve_verticals li:nth-of-type(even) .vertical_image_color_overlay {
    left: 0;
}

.vertical_cta > img {
    position: absolute;
    width: 48px;
    bottom: 12px;
    right: 12px;
    box-sizing: border-box;
}

.who_we_serve_verticals li .vertical_cta h1 {
    width: 96%;
    margin: 0 auto;
    font-size: 2em;
}

.who_we_serve_verticals li .vertical_cta h3 {
    width: 90%;
    margin: 32px auto;
}

.vertical_image {
    position: relative;
    display: none;
    width: 100%;
    height: 240px;     
    float: left; 
}

.vertical_image_color_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.section-who-we-serve-03 .col-wrap-01 .col-01 h1 {
    font-size: 2.6em;
    text-align: center;
}

.section-who-we-serve-03 .col-wrap-01 .col-01 h2 {
    font-size: 1.2em;
    text-align: center;
}

.section-who-we-serve-03 .col-wrap-01 .col-01 {
    padding: 5vw 0 0 0;
}

.section-who-we-serve-03 .col-wrap-01 .col-01 .divider {
    width: 7vw;
    min-width: 48px;
    height: 3px;
    margin: 24px auto 16px auto;
    background: #f7323f;
}

.section-who-we-serve-03 .col-wrap-01 .col-02 h2 {
    width: 92%;
    font-size: 1.2em;
    text-align: center;
    margin: 0 auto;
    padding: 64px 0;
    color: #333;
}


/* Who We Serve - Vertical */

.page_section.top_banner .banner_color_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 0; 
    opacity: 0.72;
    content: "";
}

.section-vertical-02 .col-wrap-01 .col-01 {
    width: 95%;
    margin: 32px 0 21px 2.5%;
    color: #fff;
    text-align: center;
}       

.section-vertical-02 .col-wrap-01 .col-01 .divider {
    width: 7vw;
    min-width: 48px;
    height: 2px;
    margin: 32px auto;  
}

.section-vertical-02 .col-wrap-01 .col-01 h1 {
    font-size: 2em;
    margin: 0 auto;
}

.section-vertical-02 .col-wrap-01 .col-01 > h2 {
    width: 96%;
    margin: 0 auto;    
    font-size: 1em;
}

.section-vertical-02 .col-wrap-01 .col-01 > h3 {
    width: 96%;
    margin: 32px auto 0 auto;
    font-size: 2em;
    font-weight: 500;
}

.section-vertical-02 .col-wrap-01 .col-01 p {
    color: #fff;
}

.vertical_benefits {
    width: 92%;
    margin: 24px 0 0 4%;
    list-style: none;         
    padding: 0;
    float: left;
}

.vertical_benefits li {
    width: 100%;
    margin-bottom: 21px;
    padding: 0;      
    box-sizing: border-box;
    float: left;
}

.vertical_benefits li a {
    color: #fff;
}

.vertical_benefits img {
    width: 50%;
}

.vertical_benefits li h2 {
    font-size: 1.8em;
}

.vertical_benefits li a {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
}

.section-vertical-03 .col-wrap-01 .col-01 {
    color: #fff;
    text-align: center;
    padding: 6vw 0;
}

.section-vertical-03 .col-wrap-01 .col-01 h3 {
    position: relative;
    width: 92%;
    color: #fff;
    font-size: 1.6em;
    margin: 16px auto;
}

.section-vertical-03 .col-wrap-01 .col-01 p {
    position: relative;
    width: 92%;
    font-size: 1em;
    margin: 0 auto;
    color: #fff;
}

.section-vertical-03 .col-wrap-01 .col-01 .quote_color_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 0; 
    opacity: 0.9;
    content: "";
}


/* Solutions */

.solutions_tab_wrap {
    width: 100%;
    float: left;
    text-align: center;
}

.solutions_tab_wrap h4 {
    font-size: 0.92em;
    font-weight: 600;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.solutions_tab_wrap .tab {
    width: 50%;
    float: left;
    cursor: pointer;
    background: #edefef;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}

.solutions_tab_wrap .tab:hover {  
    background: #e8e8e8; 
}

.management-solution-tab-selected {
    background: #7aa5ba !important;
    color: #fff;
}

.sales-solution-tab-selected {
    background: #d65d72 !important;
    color: #fff;    
}

.section-solutions-02 .col-wrap-01 .col-02 {
    color: #fff;
    text-align: center;
    margin: 4vw auto 3vw 0;
}

.section-solutions-02 .col-wrap-01 .col-02 h3 {
    display: none;
    width: 92%;
    margin: 24px auto;
    font-size: 1em;
}

.section-solutions-02 .col-wrap-01 .col-03 {
    width: 95%;
    margin: 0 0 12px 2.5%;
}

.section-solutions-02 .col-wrap-01 .col-04 {
    position: relative;
    width: 95%;
    margin: 0 0 0 2.5%;
}

.section-solutions-02 .col-wrap-01 .col-04 .sidebar_who_we_serve {
    position: relative;
    margin-bottom: 27.5px;
    color: #fff;
    opacity: 0;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.section-solutions-02 .col-wrap-01 .col-04 .sidebar_who_we_serve h1 {
    font-size: 1.6em;
    margin: 0;
    text-align: center;
}

.section-solutions-02 .col-wrap-01 .col-04 .sidebar_who_we_serve ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-solutions-02 .col-wrap-01 .col-04 .sidebar_who_we_serve .divider {
    width: 100%;
    height: 2px;
    margin: 12px auto 24px auto;
    background: #fff;
}

.section-solutions-02 .col-wrap-01 .col-04 .sidebar_who_we_serve a {
    display: flex;
    align-items: center;
    margin: 5px 0;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    opacity: 1 !important; 
    padding: 18px;
    box-sizing: border-box;    
}

.section-solutions-02.flag-management .col-wrap-01 .col-04 .sidebar_who_we_serve a:hover {
    background: #d65d72;
}

.section-solutions-02.flag-sales .col-wrap-01 .col-04 .sidebar_who_we_serve a:hover {
    background: #7aa5ba;
}

.section-solutions-02 .col-wrap-01 .col-04 .sidebar_who_we_serve a img {
    width: 85%;
    max-width: 48px;
    margin: 0;
    vertical-align: middle;
    box-sizing: border-box;
}

.section-solutions-02 .col-wrap-01 .col-04 .sidebar_who_we_serve a h4 {
    width: 75%;
    margin: 0;
    font-size: 1.1em;
    color: #fff;
    vertical-align: middle;   
    padding: 0 0 0 4px;
}

.solutions_block_list {
    display: none;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

.solutions_block {
    width: 100%;
    float: left;
    margin: 0 0 28px 0;
    background: #fff;
}

.solutions_block_preview {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

.solutions_block_icon {
    position: relative;
    width: 100%;
    max-width: 240px;
    margin: auto;
    padding: 16px;
    box-sizing: border-box;
}

.block_header_text {
    position: relative;
    width: 100%;
    padding: 0 16px 16px 16px;      
    box-sizing: border-box;
    text-align: center;    
}

.block_header_text h1 {
    font-size: 1.8em;
    margin: 0;
}

.block_header_text h2 {
    font-size: 1em;
}                    

.block_details_container {
    width: 100%;
    float: left;
}

.block_details_container .inner_wrap {
    width: 100%;
    float: left;
    overflow: hidden;
    max-height: 0;
    /* transition: max-height 0.5s ease-in; */
}

.block_details_container .inner {
    width: 100%;
    float: left;
}

.block_details_container .details_container {
    width: calc(100% - 16px);
    margin: 0 0 0 8px; 
    float: left;
    box-sizing: border-box;
    padding: 16px;
}

.block_details_container .details_container h3:first-of-type {
    font-size: 1em;
    margin: 0;
}

.block_line {
    width: 100%;
    height: 2px;
    float: left;
    background: #000;
    margin: 28px 0;
}

.block_see_more {
    display: table;
    float: right;
    margin: 12px 16px 12px 0;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.block_see_more .icon_plus {
    width: 24px;
    height: 24px;
    display: table-cell;
    -moz-transition: all 0.30s linear;
    -webkit-transition: all 0.30s linear;
    -o-transition: all 0.30s linear;
    transition: all 0.30s linear;
    transform: rotate(180deg);
}

.block_see_more h3 {
    position: relative;
    display: none;
    margin: 0;
    padding: 0 0 0 8px;
    font-size: 0.96em;
    vertical-align: middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.block_details_container .inner ul {
    list-style-type: disc;
    padding: 0;
    line-height: 1.4;
    list-style: outside;
}

.block_details_container .inner .content-column { 
    margin: 0 auto;
}


.block_details_container .inner .content-column.one_half ul { 
    padding: 0 23px 0 16px;
}

.block_details_container .inner ul li {
    margin-bottom: 14px;
}

.block_details_container .reports_container {
    width: calc(100% - 16px);
    margin: 0 0 0 8px; 
    float: left;
    box-sizing: border-box;
    padding: 0 16px 16px 16px;
}

/*
#prodmode-app .reports_container,
#ecommerce-sales-integration .reports_container,
#connectivity-api .reports_container {
    display: none;
}
*/

.white_arrow {
    position: relative;
    width: 0;
    height: 0;
    margin: auto;
    left: 0;
    right: 0;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    border-top: 32px solid #fff;
}

.reports_header {
    position: relative;
    display: table;
    width: 100%;
    margin: 23px 0 0 0;
}

.reports_header svg {
    display: table-cell;
    width: 48px;
    height: 100%;
    vertical-align: middle;
}

.reports_header h2 {
    position: relative;
    display: table-cell;
    width: 94%;
    padding: 0 0 0 16px;
    font-size: 1.4em;
    vertical-align: middle;
}

.block_details_container .additional_info_container {
    position: relative;
    width: 94%;
    margin: 0 0 3% 3%;
    float: left;
    box-sizing: border-box;
}

.block_details_container .additional_info_container .additional_info_block {
    position: relative;
    width: 100%;
    float: left;
    padding: 64px 0;
}

.block_details_container .additional_info_container .additional_info_block:last-of-type {
    /* display: none; */
    /* visibility: hidden; */
}

.block_details_container .additional_info_container h1,
.block_details_container .additional_info_container h2,
.block_details_container .additional_info_container h3 {
    position: relative;
    width: 88%;
    color: #fff;
    text-align: center;
}

.block_details_container .additional_info_container h1 {
    font-size: 2em;
    margin: 0 auto 21px auto; 
}

.block_details_container .additional_info_container h2 {
    font-size: 1.1em;
    margin: 0 auto 16px auto; 
}

.block_details_container .additional_info_container h3 {
    font-size: 1.3em;
    margin: 0 auto; 
    font-weight: 600;
}

.block_details_container .additional_info_container .additional_info_bg_color {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
}


/* Pricing */

/*
.page_section.section-pricing-01.top_banner .col-01 {
    padding: 12vw 0 0 0;
}

.page_section.section-pricing-01.top_banner .col-01 h2 {
    margin: 8vw auto 4px auto;
}
*/

.price_tiers {
    position: relative;
    width: 92%;
    margin: 32px 0 64px 4%;
    list-style: none;
    padding: 0;
    float: left;
}

.price_tiers > li {
    width: 100%;
    margin: 0 0 32px 0;
    float: left;
    border: 2px solid #fff;
    border-radius: 32px;
    padding: 32px 16px;
    color: #fff;
    text-align: center;
}

.price_tiers > li > h1 {
    font-size: 2em;
}

.price_tiers li p {
    color: #fff;
}

.price_tiers > li:last-of-type {
    margin: 0;
}

.price_tiers .divider {
    width: 3vw;
    min-width: 32px;
    height: 2px;
    margin: 32px auto;  
    background: #fff;
}

.price_tiers li > h3 {
    font-size: 6em;
    margin: 32px auto 0 auto;
    line-height: 1;
}

.price_tiers li > h3 sup {
    font-size: 0.4em;
    top: -1em;
    right: 0.2em;
}

.price_tiers li > h4 {
    margin: 0 0 32px 16px;
}

.price_tiers li > a {
    display: table;
    width: 86%;
    margin: 32px auto 0 auto;
    padding: 8px 0;
    border-radius: 64px;
    color: #fff;
    background-color: #f7323f;    
    text-decoration: none;
    opacity: 1 !important;
    -moz-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.price_tiers li > a:hover {
    background-color: #e03843;
}

.price_tiers .editor {
    width: 90%;
    margin: auto;
}

.price_tiers .editor ul {
    list-style-type: disc;
    text-align: left;
    padding: 0;
    list-style-position: inside;
}

.price_tiers .editor ul li {
    margin-bottom: 12px;   
}

.price_tiers .editor p {
    text-align: left;  
}


/* Schedule a Demo */

.section-schedule-demo-02 .col-wrap-01 .col-01 {
    width: 92%;
    margin: 32px auto;
    float: none;
}

.section-schedule-demo-02 .col-wrap-01 .col-01 .wpcf7 {
    width: 100%;
}

.section-schedule-demo-02 .col-wrap-01 .col-01 .wpcf7 h4 { 
    margin: 0 0 4px 0;    
    font-weight: 500;
}

.section-schedule-demo-02 .col-wrap-01 .col-01 .wpcf7 input[type='submit'] {
    display: block;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 8px 0;
    border: none;
    border-radius: 64px;
    color: #fff;
    background-color: #f7323f;    
    text-decoration: none;
    opacity: 1 !important;
    -moz-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.section-schedule-demo-02 .col-wrap-01 .col-01 .wpcf7 input[type='submit']:hover {
    background-color: #e03843;
}

.section-schedule-demo-02 {
    background: #fafafa;
}

.section-schedule-demo-02 .col-wrap-01 .col-02 {
    width: 92%;
    margin: 0 auto 32px auto;
    text-align: center;
    float: none;
}

.section-schedule-demo-02 .col-wrap-01 .col-02 h1 {
    font-size: 2em;   
    margin: 22px 0 0 0; 
    line-height: 1;
}

.section-schedule-demo-02 .col-wrap-01 .col-02 .divider {
    width: 3vw;
    min-width: 32px;
    height: 2px;
    margin: 24px auto;  
    background: #000;
}

.section-schedule-demo-02 .col-wrap-01 .col-02 h3 {
    font-weight: 500;
}

.section-schedule-demo-02 .col-wrap-01 .col-02 a {
    display: block;
    font-weight: 600;
    cursor: pointer;
    color: #333;
    margin-bottom: 2px;
    text-decoration: none;
}

.wpcf7 figure {
    width: 100%;
    margin: 0;
    padding-bottom: 21px;
    float: left;
}               


/* Privacy */

.error404 .page_section.top_banner .col-01 {
    color: #fff;
}

.error404 .section-404-01 {
    background: url(./assets/images/banner_home_funnel.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* 404 */

.privacy-policy .page_section.top_banner .col-01 {
    color: #fff;
}

.privacy-policy .section-single-01 {
    background: url(./assets/images/banner_home_funnel.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/*** WORDPRESS TEMPLATE CONTENT ***/

/* The Loop */

article.post_entry {
    position: relative;
    width: 100%;  /* 1 column loop */
    float: left; 
    box-shadow: 0 0.2em 1em 0 rgba(0,0,0,0.15);
}

.post-categories {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.post-categories li {
    display: inline-block;
}

.pagination {
    float: right;
    clear: both;
}

.pagination > span,
.pagination > p,
.pagination > a {

}

.pagination > .current {

}


/* The Single Page */

.section-single-01 {
    background: url(./assets/images/bg_about.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
}

.page_section.section-single-01.top_banner .col-01 h2 {
    margin: 48px auto 0 auto;
}

.page_section.section-single-01.top_banner .col-01 .divider {
    width: 3vw;
    min-width: 48px;
    height: 2px;
    margin: 64px auto 0 auto;
    background: #f7323f;
}

.section-single-01 .the_content_container {
    width: 92%;
    margin: 0 auto 10vw auto;
    padding: 16px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0.16em 0.2em 0 rgba(0,0,0,0.15);
}

.section-single-01 .the_content_container p:first-of-type {
    margin-top: 0;
}


/* The Single Post */                

.social_sharing {
    list-style-type: none;
    padding: 0;
    float: left;
    clear: both;
}

.social_sharing li {
    float: left;
    width: 36px;
    margin: 8px 8px 8px 0;
}

.social_sharing li:last-of-type {
    float: left;
    width: 36px;
    margin: 8px 0;
}

.post_nav_wrap {
    width: 100%;
    float: left;
}

#post-nav-left {
    float: left;
}

#post-nav-right {
    float: right;
}

.post-edit-link {
    float: left;
    clear: both;
}


/* Selectors shared by Single Pages & Posts */

.the_content_container li {
    line-height: 2;
}

.featured_img_container img {
    width: 100%;
}

.the_content_container img {
    /* width: 100%; */
}


/*** MENUS ***/

/* The Footer */

.footer {
    width: 100%;
}

.footer .col-wrap-01 {
    width: 92%;
    margin: 32px 0 32px 4%;
    text-align: center;
}

.footer .col-wrap-01 .col-01 {
    margin: auto auto 24px auto;
}
                      
.footer .col-wrap-01 .col ul {
    list-style: none;
    padding: 0;
}

.footer .col-wrap-01 .col ul li {
    margin-bottom: 16px;
}

.footer .col-wrap-01 .col h1 {
    list-style: none;          
    padding: 0;  
    margin-bottom: 24px;
    font-weight: 600;     
}

.footer .col-wrap-01 .col a {
    display: block;
    font-weight: 600;
    text-decoration: none;
    color: #333;        
}

.footer .col-wrap-01 .col-01 > a:first-of-type {
    display: block;
    margin-bottom: 24px;        
}

.footer .col-wrap-01 .col-01 p {
    width: 100%;
    margin: auto;
    font-size: 0.92em;
}

.footer .col-wrap-01 .col-04 a {
    display: block;
    margin-bottom: 24px;      
    cursor: pointer;
}

.footer .col-wrap-01 .col-04 p {
    font-weight: 600;
}

.footer .col-wrap-01 .col-01 a img {
    max-width: 268px;
    margin: 0 auto 32px auto;
}

.copyright {
    width: 100%;
    float: left;
    font-size: 0.9em;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background: #000;
}

.copyright p {
    text-align: center;
    color: #fff;    
}

.copyright .inner {
    display: table;
    width: 90%;
    margin: 0 auto;
    padding: 8px 0;
}

#menu-copyright-fr,
#menu-copyright-en {
    list-style: none;
    padding: 0;
}

#menu-copyright-fr li,
#menu-copyright-en li {
    padding: 0;
    margin: 0 0 0 0;
    text-align: center;
}

#menu-copyright-fr li:first-of-type, 
#menu-copyright-en li:first-of-type {
    margin: 0 0 10px 0;
}

#menu-copyright-fr li a,
#menu-copyright-en li a {
    color: #fff;
    text-decoration: none;
}

.footer_line {
    display: none;
    float: left;
    width: 16px;
    margin: 0 16px;
    height: 1px;
    transform: translateY(23px);
    background: #fff;
}


/*** PLUGIN-SPECIFIC STYLING ***/

/* Contact Form 7 */

.wpcf7 {
    width: 100%;
    margin: auto !important;
}

.wpcf7 label {
    width: 100%;
    display: block;
}

.wpcf7 p {
    margin: 0 0 0 0;
}

.wpcf7 .ajax-loader {
    /* display: none !important; */ /* disables the ajax spinner for CF7 */
}

.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    float: left;
}

.wpcf7-form-control-wrap.cf7sr-g-recaptcha-invalid {
    width: auto;
}

.wpcf7-form-control-wrap.cf7sr-g-recaptcha-invalid span {
    padding-left: 12px;
    box-sizing: border-box;
} 

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: block;
    color: red;
    font-size: 0.86em;
    margin: 10px 0;
    font-weight: 500;
}

.wpcf7 .wpcf7-response-output {
    width: 100%;
    color: red;
    font-size: 0.86em;
    padding: 12px;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    font-weight: 500;
    float: left;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
    border: 2px solid red;
}

.wpcf7 .screen-reader-response {
    /* display: none; */
}

.wpcf7-mail-sent-ok {
    color: #398f14 !important;
}

.wpcf7 .wpcf7-validation-errors {
    color: red;           
}

.wpcf7-form.sent figure,
.wpcf7-form.sent p {
    /* display: none !important; */
}

.wpcf7 .wpcf7-form .wpcf7-mail-sent-ok {
    display: block !important;
    color: #f7323f !important;
    font-size: 1.3em;
    /* text-align: center; */
}


/* Contact Form 7 Captcha */

.cf7sr-g-recaptcha {
    margin-bottom: 24px;
    clear: both;
}


/* Lightslider.js */

.lSSlideOuter {
    margin: auto;
    /* width: 80%; */
    /* padding: 8vw 0 8vw 0; */
}

.lslide {

}

.lslide img {
    margin: 0; /* TESTING */
}

.lSSlideOuter .lSPager.lSpg {
    display: block;
    position: relative;
    z-index: 1;
}

.lSAction {
    /* display: none !important; */
}

.lSAction > .lSPrev {
    display: block;
    width: 16px;
    height: 32px;
    /* margin-top: -40px; */
    background-image: url('./assets/svgs/arrow_left.svg');
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 1;
}

.lSAction > .lSNext {
    display: block;
    width: 16px;
    height: 32px;
    /* margin-top: -40px; */
    background-image: url('./assets/svgs/arrow_right.svg');
    background-position: center !important;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, 
.lSSlideOuter .lSPager.lSpg > li.active a {

}


/*** MEDIA QUERIES ***/

/* Min-Widths */

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

}

@media screen and (min-width: 600px) { 
    article.post_entry {
        width: 49%; /* 2 column loop */
        margin: 0% 2% 2% 0%;
    }
    article.post_entry:nth-of-type(2n+2) {
        margin: 0% 0% 2% 0%;
    }
    .section-home-01 .col-wrap-01 .col-01 {
        padding: 260px 0 0 0;
    }  
    .section-home-02 .col-wrap-01 .col-01 h3 {
        font-size: 1.2em;
    }
    .section-home-04 .col-wrap-01 .col-01 h3 {
        font-size: 1.4em;
    }
    .section-vertical-03 .col-wrap-01 .col-01 p {
        font-size: 1.2em;
    }
    .block_header_text h2 {
        font-size: 1.1em;
    }    
}

@media screen and (min-width: 720px) {
    .footer .col-wrap-01 .col-01 {
        margin: auto;
    }
    .copyright .inner {
        width: auto;
    }
    .footer_line {
        display: table;
    }
    .copyright p {
        display: table;
        float: left;
    }
    #menu-copyright-fr, 
    #menu-copyright-en {
        display: table;
        float: left;
    }
    #menu-copyright-fr li, 
    #menu-copyright-en li {
        text-align: left;
    }
    #menu-copyright-fr li:first-of-type, 
    #menu-copyright-en li:first-of-type {
        margin: 0 16px 0 0;
    }
    .page_section.top_banner .col-01 {
        padding: 76px 0 62px 0;
    }
    .page_section.top_banner .col-01 h1 {
        font-size: 3em;
    }
    /*
    .page_section.section-pricing-01.top_banner .col-01 h1 {
        font-size: 3.6em;
    }
    */
    .page_section.top_banner .col-01 h2 {
        font-size: 1.3em;
    }
    .solutions_tab_wrap h4 {
        font-size: 1em;
    }
    .section-solutions-02 .col-wrap-01 .col-02 h3 {
        width: 66%;
        font-size: 1.1em;
    }   
    .solutions_block_icon {
        width: 25%;
        max-width: initial;
        height: 100%;
        margin: 0;
        float: left;
        padding: 3%;
        top: 50%;
        transform: translateY(-50%);
    }
    .block_header_text {
        width: 75%;
        float: left;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 5% 0 0;
        text-align: left;
    }            
    .solutions_block_preview {
        height: 200px;
    }      
    .block_details_container .details_container {
        width: 94%;
        margin: 0 0 0 3%; 
        padding: 3vw 5vw;
    }    
    .block_line {
        margin: 32px 0;
    }
    .block_details_container .details_container h3:first-of-type {
        font-size: 1.2em;
    }    
    .block_details_container .reports_container {
        width: 94%;
        margin: 0 0 0 3%;
        padding: 0 5vw 3vw 5vw;
    }    
    .section-solutions-02 .col-wrap-01 .col-04 .sidebar_who_we_serve h1 {
        margin: 0;
        text-align: left;
    }
    .section-solutions-02 .col-wrap-01 .col-04 .sidebar_who_we_serve a {
        padding: 10px;    
    }    
    .cta_schedule_demo a {
        width: auto;     
        line-height: 1.5;   
        padding: 16px 32px;
    }         
    .reports_header h2 {
        font-size: 1.8em;
    }     
    .section-vertical-02 .col-wrap-01 .col-01 {
        width: 100%;
        margin: 5vw auto 0 auto;
    }      
    .section-vertical-02 .col-wrap-01 .col-01 > h3 { 
        display: none;
    }
    .who_we_serve_verticals li .vertical_cta {
        width: 60%;
        padding: 4vw 0;
    }
    .vertical_image {
        position: absolute;
        display: block;
        width: 40%;
        height: 100%;      
        float: none;
    }
    .vertical_image_color_overlay {
        width: 100%;
    }    
    .section-vertical-03 .col-wrap-01 .col-01 p {
        font-size: 1.3em;
    }
    .section-vertical-03 .col-wrap-01 .col-01 h3 {
        font-size: 2em;
        margin: 0 auto;
    }
    .section-vertical-02 .col-wrap-01 .col-01 h1 {
        font-size: 3em;
    }    
    .section-vertical-02 .col-wrap-01 .col-01 > h2 {
        width: 52%;
        font-size: 1.2em;
    }        
    .vertical_benefits li {
        width: 33%;
        margin-bottom: 0;
        padding: 8px 16px;
    } 
    .section-home-05 .col-wrap-01 .col .solutions_cta {
        width: 50%;
        padding: 4vw 0;
    }
    .section-home-05 .col-wrap-01 .col .solutions_cta:before {
        display: none;
    }
    .solutions_image {
        position: absolute;
        display: block;
        width: 50%;
        height: 100%;      
        float: none;
    }
    .solutions_image_color_overlay {
        width: 100%;
    }   
    .section-home-01:before {
        display: none;
    }
    .section-home-01 .col-wrap-01 .col-01 h1 {
        font-size: 3.2em;
    }    
    .section-home-01 .col-wrap-01 .col-01 a.btn_modern_round {
        display: inline-block;  
    }
    .section-home-01 .col-wrap-01 .col-01 a.btn_modern_round:first-of-type {
        margin: 0 12px 0 0;
    }
    .section-home-02 .col-wrap-01 .col-01,
    .section-home-04 .col-wrap-01 .col-01 {
        width: 77%;
    }                      
    .who_we_serve_icon_list li {
        display: flex;
        flex-direction: column;
        flex-basis: 25%;    
        padding: 2%;
        margin: initial;
    }   
    .who_we_serve_verticals li .vertical_cta:before { 
        display: none;
    }
    .section-home-04 .col-wrap-01 .col-03 h1 {
        font-size: 2.4em;
    }
    .section-home-06 .col-wrap-01 .col-01 {
        width: 80%;
        margin: 12vw auto 4vw auto;
    }
    .section-home-06 .col-wrap-01 .col-01 h1 {
        font-size: 3em;
    }    
    .section-home-06 .col-wrap-01 .col-01 h2 {
        font-size: 1.6em;
        margin: 0 auto 10vw auto;
    }         
    .price_tiers > li {
        width: 48%;
        margin: 0 2% 2% 0;
        padding: 3vw 1.5%;
    }
    .price_tiers > li:last-of-type {
        margin: 0 2% 0 25%;
    }
    .price_tiers li > h3 {
        margin: 3vw auto 0 auto;
    }
    .price_tiers li > h4 {
        margin: 0 0 2vw 16px;
    }
    .section-schedule-demo-02 .col-wrap-01 .col-01 {
        width: 70%;
        float: left;
    }
    .section-schedule-demo-02 .col-wrap-01 .col-01 .wpcf7 {
        width: 86%;
    }
    .section-schedule-demo-02 .col-wrap-01 .col-02 {
        width: 30%;
        margin: 32px auto;
        padding: 0 4% 0 0;
        float: right;
    }    
    .section-single-01 .the_content_container {
        padding: 32px;
    }        
    .section-home-05 .col-wrap-01 .col .solutions_cta h3 {
        font-size: 1.2em;
    }
    .cf7sr-g-recaptcha {
        float: left;
    }
}

@media screen and (min-width: 768px) {
    input[type='submit'] {
        width: auto;
    }
    .section-schedule-demo-02 .col-wrap-01 .col-01 .wpcf7 input[type='submit'] {
        display: table;
        width: auto;
        margin: 0;
        padding: 8px 16px;
        float: right;
    }
    .wpcf7 figure {
        width: 48.5%;
        margin: 0 1% 0 0;
        float: left;
    }               
    .wpcf7 figure:nth-of-type(odd) {
        margin: 0 3% 0 0;
    }
    .wpcf7 figure:nth-of-type(even) {
        margin: 0;
    }
    .wpcf7 figure:last-of-type {
        width: 100%;
        margin: 0;
    }
}

@media screen and (min-width: 800px) {
    .vertical_benefits {
        width: 77%;
        margin: 32px 0 48px 11.5%;
    }
    .section-home-02 .col-wrap-01 .col-01,
    .section-home-04 .col-wrap-01 .col-01 {
        width: 66%;
    }    
    .section-home-05 .col-wrap-01 .col .solutions_cta h3 {
        width: 70%;
    }
}

@media screen and (min-width: 1000px) {
    article.post_entry {
        width: 32%; /* 3 column loop */
        margin: 0% 2% 2% 0%;
    }
    article.post_entry:nth-of-type(2n+2) {
        margin: 0% 2% 2% 0%;
    }
    article.post_entry:nth-of-type(3n+3) {
        margin: 0% 0% 2% 0%;
    }
    input[type='text'],
    input[type='email'],
    input[type='submit'],
    textarea,
    select {
        padding: 0.7vw;
    }       
    .copyright .inner {
        padding: 0;
    }
    .footer .col-wrap-01 .col-01 p {
        width: 77%;
        margin: 24px auto;
    }    
    .page_section.top_banner .col-01 {
        padding: 6vw 0 5vw 0;
        font-size: 1em;
    }
    .page_section.top_banner .col-01 h2 {
        width: 48%;
    }
    .section-solutions-02 .col-wrap-01 .col-03 {
        width: 68%;
        margin-left: 5%;
    }    
    .section-solutions-02 .col-wrap-01 .col-04 {
        width: 20%;
        margin: 0 5% 0 2%;
    }  
    .section-solutions-02 .col-wrap-01 .col-04 .sidebar_who_we_serve {
        position: fixed;
        top: 119px;
    }  
    .solutions_block_preview {
        height: 20vw;
    }      
    .section-who-we-serve-03 .col-wrap-01 .col-02 h2 {
        width: 52%;
        padding: 6vw 0;
    }
    .cta_schedule_demo {
        padding: 5vw 0;
    }
    .cta_schedule_demo a {
        padding: 2vw 3vw;
    }
    .reports_header h2 {
        padding: 0 0 0 1vw;
    } 
    .section-who-we-serve-03 .col-wrap-01 .col-01 .divider {
        margin: 3vw auto 2vw auto;
    }    
    .vertical_cta > img {
        width: 48px;
        bottom: 1.5vw;
        right: 1.5vw;
    }       
    .section-vertical-02 .col-wrap-01 .col-01 > h2 {
        width: 40%;
    }      
    .section-vertical-02 .col-wrap-01 .col-01 .divider {
        margin: 3vw auto;
    }
    .section-vertical-03 .col-wrap-01 .col-01 p {
        width: 58%;
    }
    .section-home-01 .col-wrap-01 .col-01 {
        padding: 24vw 0 0 0;
    } 
    .section-home-01 .col-wrap-01 .col-01 h1 {
        font-size: 4em;
    } 
    .section-home-01 .col-wrap-01 .col-01 h2 {
        font-size: 1.6em;
    }
    .section-home-02 .col-wrap-01 .col-01 {
        margin: 5vw auto 5vw auto;
    }  
    .section-home-04 .col-wrap-01 .col-01 {
        margin: 3vw auto 3vw auto;
    }
    .who_we_serve_icon_list li h1 {
        font-size: 1.3em;
        margin-top: 21px;
    }
    .who_we_serve_icon_list li img {
        margin-bottom: auto;;
    }
    .section-home-06 .col-wrap-01 .col-01 {
        width: 66%;
    }
    .section-home-06 .col-wrap-01 .col-01 h1 {
        font-size: 4.2em;
    }    
    .price_tiers {
        width: 96%;
        margin: 5vw 0 3vw 2%;
    }
    .price_tiers > li {
        width: 32%;
        margin: 0 2% 0 0;
        padding: 3vw 1.5%;
    }
    .price_tiers > li:last-of-type {
        margin: 0;
    }
    .price_tiers > li > h1 {
        font-size: 1.5em;
    }
    .price_tiers .divider {
        margin: 3vw auto;
    }       
    .price_tiers li > a {
        padding: 1vw 0;
    }
    .section-schedule-demo-02 .col-wrap-01 .col-01 .wpcf7 input[type='submit'] {
        padding: 1vw 3vw;
    }
    .section-schedule-demo-02 .col-wrap-01 .col-01 {
        margin: 3vw auto;
    }
}

@media screen and (min-width: 1100px) {
    .vertical_benefits {
        width: 84%;
        margin: 3vw 0 5vw 8%;
    }
    .section-home-01 .col-wrap-01 .col-01 {
        padding: 20vw 0 0 0;
    }      
    .who_we_serve_icon_list li h1 {
        font-size: 1.4em;        
    }        
    .section-schedule-demo-02 .col-wrap-01 .col-02 {
        width: 25%;
        padding: 0 4% 0 0;
    }    
    .section-schedule-demo-02 .col-wrap-01 .col-02 {
        margin: 3vw auto;
        text-align: left;
    }
    .section-schedule-demo-02 .col-wrap-01 .col-02 .divider {
        margin: 2vw 0;  
    } 
}  

@media screen and (min-width: 1160px) {
    .price_tiers {
        width: 82%;
        margin: 3vw 0 3vw 9%;
    }
    .section-single-01 .the_content_container {
        width: 77%;
        margin: 0 auto 10vw auto;
    }
}    

@media screen and (min-width: 1240px) {
    article.post_entry {
        width: 23.5%; /* 4 column loop */
        margin: 0% 2% 2% 0%;
    }
    article.post_entry:nth-of-type(2n+2) {
        margin: 0% 2% 2% 0%;
    }
    article.post_entry:nth-of-type(3n+3) {
        margin: 0% 2% 2% 0%;
    }
    article.post_entry:nth-of-type(4n+4) {
        margin: 0% 0% 2% 0%;
    }
    .footer .col-wrap-01 {
        width: 96%;
        margin: 3vw 0 3vw 4%;
        text-align: left;
    }      
    .footer .col-wrap-01 .col-01 {
        width: 25%;
        margin: 0;
    }
    .footer .col-wrap-01 .inner {
        position: relative;
        display: table;
        width: 58%;
        float: right;
    }    
    .footer .col-wrap-01 .col a {
        display: table;
    }
    .footer .col-wrap-01 .col-01 a img {
        margin: 0 0 32px;
    }   
    .footer .col-wrap-01 .col-01 p {
        width: auto;
        margin: auto;
    }     
    .footer .col-wrap-01 .col-02 {
        width: 33.33%;
        margin: 0;
    }
    .footer .col-wrap-01 .col-03 {
        width: 33.33%;
        margin: 0;
    }
    .footer .col-wrap-01 .col-03 ul {
        /* column-count: 2; */ /* Temporary until enough who we serve verticals have been added */
        column-gap: 38px;
        /* max-width: 320px; */ /* Temporary until enough who we serve verticals have been added */
    }     
    .footer .col-wrap-01 .col-04 {
        width: 33.33%;
    }      
    .footer .col-wrap-01 .col-04 a {
        margin-bottom: 12px;     
    }      
    .solutions_block_preview {
        height: 16vw;
    }           
    .who_we_serve_verticals li .vertical_cta h3 {
        width: 52%;
        margin: 2vw auto;
    }               
    .btn_modern {
        padding: 0.7vw 2vw;
    }   
    .btn_modern_round {
        padding: 0.7vw 2vw;
    } 
    .section-home-01 .col-wrap-01 .col-01 {
        padding: 24vw 0 0 0;
    }          
    .section-schedule-demo-02 .col-wrap-01 .col-01 .wpcf7 {
        width: 77%;
    }
    .section-single-01 .the_content_container {
        padding: 3vw;
    }
}      

@media screen and (min-width: 1326px) { 
    .page_section.top_banner .col-01 {
        padding: 8vw 0 7vw 0; 
    }  
    /*
    .page_section.section-pricing-01.top_banner .col-01 {
        padding: 12vw 0 0 0; 
    }  
    .page_section.section-pricing-01.top_banner .col-01 h2 {
        margin: 8vw auto 4px auto;
    }
    */
    .section-solutions-02 .col-wrap-01 .col-02 h3 {
        width: 52%;
        margin: auto;
        font-size: 1.2em;
    }
    .section-solutions-02 .col-wrap-01 .col-04 .sidebar_who_we_serve a h4 {
        font-size: 1.15em;
    }   
    .section-home-01 .col-wrap-01 .col-01 {
        padding: 19vw 0 0 0;
    }    
    .section-home-01 .col-wrap-01 .col-01 h1 {
        font-size: 5em;
    }
    .section-single-01 .the_content_container {
        width: 62%;
    }
}

@media screen and (min-width: 1400px) {
    .section-home-01 {
        min-height: 107vh;
    }
    .section-home-01 .col-wrap-01 .col-01 {
        /* padding: 17vw 0 0 0; */
    } 
    .page_section.top_banner .col-01 h2 {
        width: 52%;
    }
    .who_we_serve_icon_list {
        width: 77%; 
        margin: 0 auto 5vw auto;
    }  
    .who_we_serve_icon_list li h1 {
        font-size: 1.4em;        
    }    
    .footer .col-wrap-01 .inner {
        width: 52%;
    }    
}

@media screen and (min-width: 1500px) {
    .vertical_benefits {
        width: 72%;
        margin: 3vw 0 5vw 14%;
    }
    .vertical_benefits li h2 {
        font-size: 2em;
    }
}

@media screen and (min-width: 1880px) {
    .vertical_cta > img {
        width: 3.5vw;
    }    
    .price_tiers {
        font-size: 1.2em;
    }
    .section-home-01 .col-wrap-01 .col-01 h1 {
        margin: 0 auto 1vw auto;
    }
    .section-home-01 .col-wrap-01 .col-01 h2 {
        margin: 0 auto 2vw auto;
    }
    .section-home-01 .col-wrap-01 .col-01 a {
        font-size: 1.2em;
    }
}

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

}

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

}

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

}


/* Max-Widths */

@media screen and (max-width: 999px) {
    .section-solutions-02 .col-wrap-01 .col-04 {
        height: auto !important;
    }
    .section-solutions-02 .col-wrap-01 .col-04 .sidebar_who_we_serve {
        width: 92% !important;
        margin: 0 auto 21px auto;
    }
    .ut-absolute-top {
        position: relative !important;
    }    
}

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

}

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

}

@media screen and (max-width: 719px) {
    .who_we_serve_icon_list li:nth-of-type(1) img {
        padding: 19px;
    }
    .who_we_serve_icon_list li:nth-of-type(2) img {
        padding: 16px;
    }
    .who_we_serve_icon_list li:nth-of-type(3) img {
        padding: 10px;
    }
    .who_we_serve_icon_list li:nth-of-type(4) img {
        padding: 8px;
        transform: translateX(-9px);
    }
    .who_we_serve_icon_list li:nth-of-type(5) img {
        padding: 10px;
    }
    .who_we_serve_icon_list li:nth-of-type(6) img {
        padding: 6px;
    }
}

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

}

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

}

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

}