/*
 Theme Name:   Xenit Solutions
 Theme URI:    http://webdevbar.com
 Description:  Xenit Solutions Theme
 Author:       WebDevBar Themes
 Author URI:   http://webdevbar.com
 Template:     wdblank
 Version:      1.0.0
 Tags:         bootstrap, woocommerce, bbpress, gravity forms
 */


/**
 * Parent stylesheet is included by default unless you have
 * dequeued it in your child themes function.php
 */
html :where([style*=border-color]) {
	border: none !important;
}
#become-partner .header-box div.text-center img {
	display: none !important;
}
body {
    padding-top: 0;
    font-family: 'PT Serif', serif;
    font-size: 16px;
}

img {
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'PolySans-Neutral', sans-serif;
}

a {
    color: #3b5ca2;
}

.excerpt {
    font-family: 'PT Serif', serif;
}

.hideme {
    opacity: 0;
    margin-top: 100px;
    transition: all .35s ease 0s;
    -moz-transition: all .35s ease 0s;
    -webkit-transition: all .35s ease 0s;
    -ms-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
}

.jumbotron {
    background-position: top;
    background-size: cover;
    position: relative;
    padding: 70px 0px;
    background-color: #3b5ca2;
}

.navbar-toggle {
    margin-top: 24px;
}

.nav-contact-us-btn:hover {
    text-decoration: none;
}

.navbar-default .navbar-toggle {
    border-color: #333;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #bab433;
}

.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pad-top-1 {
    padding-top: 0.5em;
}

.pad-top-2 {
    padding-top: 1em;
}

.pad-top-3 {
    padding-top: 2em;
}

.pad-top-4 {
    padding-top: 3em;
}

.pad-bot-1 {
    padding-bottom: 0.5em;
}

.pad-bot-2 {
    padding-bottom: 1em;
}

.pad-bot-3 {
    padding-bottom: 2em;
}

.pad-bot-4 {
    padding-bottom: 3em;
}

.mg-bot-1 {
    margin-bottom: 0.5em;
}

.mg-bot-2 {
    margin-bottom: 1em;
}

.mg-bot-3 {
    margin-bottom: 2em;
}

.mg-bot-4 {
    margin-bottom: 3em;
}

.mg-top-1 {
    margin-top: 0.5em;
}

.mg-top-2 {
    margin-top: 1em;
}

.mg-top-3 {
    margin-top: 2em;
}

.mg-top-4 {
    margin-top: 3em;
}

.admin-bar #header {
    /*top: initial;*/
}

.lead {
    font-weight: bold;
}

.unset-capitalize {
    text-transform: none;
}

img {
    max-height: 100%;
    max-width: 100%;
}

.btn {
    font-family: 'PolySans-Neutral', sans-serif;
    border-radius: 2px;
    font-weight: 500;
    font-size: 1.1em;
}

.btn:hover {
    opacity: 0.9;
}

.slick-slide {
    outline: none!important;
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.slick-slide:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.valign-middle {
    vertical-align: middle;
}

body:not(.home) #main {
    padding-top: 80px;
    /*padding-top: 125px;*/
}

#main {
    overflow: hidden!important;
    font-family: 'PolySans-Neutral', sans-serif;
}

.breadcrumb-bar {
    position: relative;
    margin-top: -50px;
    background: none;
}

.breadcrumb-bar ul li a,
.breadcrumb>li+li:before,
.breadcrumb>.active {
    color: white;
}

.breadcrumb {
    background: none;
}

.jumbotron h1,
.jumbotron .h1 {
    font-family: 'PolySans-Neutral', sans-serif;
    ;
    letter-spacing: 2px;
    position: relative;
    z-index: 99;
    /*text-shadow: 0px 0px 10px #000;*/
    font-weight: normal;
}

@media (min-width: 600px) {
    body:not(.home) #main {
        padding-top: 0;
    }
    html.js {
        margin-top: 0px!important;
    }
}

@media (min-width: 768px) {
    .jumbotron {
        padding: 100px 0px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 3em;
    }
    .disp-table {
        display: table;
        width: 100%;
        float: none!important;
    }
    .disp-table-row {
        display: table-row;
        float: none!important;
    }
    .disp-table-cell {
        display: table-cell;
        float: none!important;
    }
}


/* HOME PAGE SLIDER --------------------------------------------------- */

#h3-slider {
    padding: 0px 40px;
    z-index: 2;
}

#h3-slider .slick-prev {
    left: 0px;
}

#h3-slider .slick-next {
    left: 350px;
    z-index: 2;
}

#h3-slider .slick-prev:before,
#h3-slider .slick-next:before {
    font-family: 'FontAwesome';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    color: #005caa;
}

#h3-slider .slick-prev:before {
    content: "\f053";
}

#h3-slider .slick-next:before {
    content: "\f054";
    ;
}

#h3-slider .col-md-6 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: grab;
}

#homepage-transparent-slider {
    position: relative;
}

#homepage-transparent-slider .image-slide {
    position: absolute;
    right: 0;
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: grab;
}

#homepage-transparent-slider .image-slide img {
    width: 100%;
    height: auto;
    max-height: inherit;
}

@media (min-width: 600px) {
    #h3-slider .slick-slide {
        height: 300px;
    }
}

@media (min-width: 991px) {
    #h3-slider .slick-slide {
        height: 450px;
    }
}

@media (max-width: 600px) {
    #homepage-transparent-slider .image-slide {
        position: initial;
    }
    #banner-primary #homepage-transparent-slider h2 {
        font-size: 22px!important;
    }
    #homepage-transparent-slider .image-slide img {
        max-width: 400px;
        margin: auto;
    }
    #h3-slider .slick-next {
        left: inherit;
        right: 0px;
    }
}

#home-page-slider {
    position: relative;
    overflow: hidden;
}

#home-slider {
    height: 630px;
    background: #ccc;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#home-slider .slick-track,
#home-slider .slick-list {
    -webkit-perspective: 2000;
    -webkit-backface-visibility: hidden;
}

#home-slider-overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
    bottom: -1px;
    text-align: right;
    pointer-events: none;
}

#home-slider-overlay img.slider-overlay {
    width: 100%;
    min-width: 600px;
    float: right;
}

#home-slider .slick-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    display: table;
}

#home-slider .slick-slide .slider-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    top: 10px;
}

@media (min-width: 768px) {
    #home-slider .slick-slide .slider-content {
        top: -40px;
    }
}

#home-slider .slick-slide .slide-text {
    color: #fff;
}

#home-slider .slick-slide .slider-content-container {
    padding: 20px;
    /*background: rgba(0,0,0,0.4);*/
    border-radius: 2px;
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
}

#home-slider .slick-slide .slider-content h2 {
    color: #fff;
}

#home-slider .slider-btn {
    padding-top: 20px;
}

#home-slider .slick-track,
#home-slider .slick-list {
    height: 100%;
}

#home-slider .slick-prev {
    left: 5px;
    height: 40px;
}

#home-slider .slick-next {
    right: 5px;
    height: 40px;
}

#home-slider .slick-dots {
    z-index: 9;
    bottom: 140px;
}

@media (max-width: 1025px) {
    #home-slider .slick-dots {
        bottom: 30px;
    }
}

#home-slider .slick-dots li.slick-active button::before {
    background: #fff;
}

#home-slider .slick-dots li button::before {
    content: '';
    border: 1.5px solid #fff;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    opacity: 1;
    /*box-shadow: 0px 1px 4px #000;*/
}

#home-slider .slick-prev:before,
#home-slider .slick-next:before {
    display: inline-block;
    font-family: 'FontAwesome';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: none;
    margin: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-size: 40px!important;
    color: white;
}

#home-slider .slick-prev:before {
    content: "\f104"!important;
}

#home-slider .slick-next:before {
    content: "\f105"!important;
}

#home-slider .slick-prev,
#home-slider .slick-next {
    z-index: 999;
}


/* EXPERTISE AND PRODUCTS SECTION ------------------------------------- */

#expertise-products,
#products-tabs,
#solutions-tabs,
.pad-bot-section {
    padding-bottom: 3em;
}

#solutions-tabs {
    padding: 3em 0px;
}

#products-tabs {
    /*border-top: 1px solid #dee4e2;
 	background-image: url(img/products-bg-alt.jpg);
 	background-repeat: no-repeat;
 	background-size: cover;
 	background-position: 50%;*/
    background-color: rgb(240, 240, 240);
}

#pillars {
    background-color: white;
}

#expertise-products .slick-dotted.slick-slider {
    margin-bottom: 50px;
}

#expertise-products .slick-dots {
    z-index: 9;
    bottom: -45px;
}

#expertise-products .slick-dots li.slick-active button::before {
    background: #bab318;
}

#expertise-products .slick-dots li button::before {
    content: '';
    border: 2px solid #bab318;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    opacity: 1;
}

#expertise-products .slide-icon {
    margin: 20px 0;
}

#expertise-products #solutions-wrap .slide-icon {
    height: 100px;
}

#expertise-products .slide-text {
    height: 3.9em;
    line-height: 1.3em;
    overflow: hidden;
}

#expertise-products .slider-btn {
    text-align: center;
    margin-top: 20px;
}

#expertise-products .slide-icon>img {
    margin: 0 auto;
}

#expertise-products .slide-title {
    text-align: center;
    font-family: 'PolySans-Neutral', sans-serif;
    ;
}

#expertise-wrap .slide-icon .slide-icon-link {
    display: block;
}

#expertise-wrap .slide-icon img {
    height: 50px;
    width: auto;
    max-height: 50px;
    max-width: initial;
    margin: 0 auto;
}

#products-wrap .slide-icon {
    height: 40px;
}


/* CUSTOMERS & TESTIMONIALS SECTION ----------------------------------- */

#customers-section h1.section-heading {
    text-align: center;
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 1em;
    color: #333;
    text-transform: capitalize;
    font-family: 'PolySans-Neutral', sans-serif;
    ;
    opacity: 1;
}

#customers-section {
    background-color: #f9f9f9;
    /*background-image: url('img/section-customers-bg-min.jpg');
 	background-repeat: no-repeat;
 	background-size: cover;
 	background-position: 50%;*/
    padding: 3em 0;
}

#testimonials-section {
    background: #3b5ca2;
}

#customers-section .justified-gallery>a>.caption {
    display: none!important;
    visibility: hidden;
    opacity: 0;
}

#customers-section .justified-gallery>a {
    -webkit-transition: all .35s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all .35s cubic-bezier(0, 1, 0.5, 1);
    -ms-transition: all .35s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all .35s cubic-bezier(0, 1, 0.5, 1);
    transition: all .35s cubic-bezier(0, 1, 0.5, 1);
    opacity: 0.7;
}

#customers-section .justified-gallery>a:hover {
    opacity: 1;
}

#customers-section .justified-gallery>.entry-visible>img,
#customers-section .justified-gallery>.entry-visible>a>img {
    filter: gray;
    -webkit-filter: grayscale(100%);
}

#customers-section .justified-gallery>a:hover img {
    filter: none;
    -webkit-filter: grayscale(0%);
}

#testimonials-slider .slick-slide {
    height: 250px;
    color: white;
    padding-left: 50px;
}

#testimonials-slider .slick-slide .slide-text {
    font-size: 1em;
    font-weight: 600;
    color: white;
    line-height: 1.2em;
    height: 6em;
    overflow: hidden;
    margin-bottom: 10px;
}

#testimonials-slider .slick-slide .slider-content h3 {
    display: inline-block;
    margin: 10px 0;
    color: white;
    font-size: 1.1em;
}

#testimonials-slider .slick-slide .slider-content {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

#testimonials-slider .slick-slide .slider-content .slider-content-container {
    display: table-cell;
    vertical-align: middle;
}

#testimonials-slider .slick-prev {
    margin-top: -10px;
    left: -5px;
}

#testimonials-slider .slick-next {
    left: -5px;
    right: auto;
    margin-top: 20px;
}

#testimonials-slider .slick-prev,
#testimonials-slider .slick-next {
    width: 30px;
    height: 30px;
    z-index: 99;
}

#testimonials-slider .slick-prev:before,
#testimonials-slider .slick-next:before {
    font-family: "Glyphicons Halflings", "slick", sans-serif;
    font-size: 30px;
    color: white;
}

#testimonials-slider .slick-prev:before {
    content: "\e113";
}

#testimonials-slider .slick-next:before {
    content: "\e114";
}

#testimonials-slider .author-image {
    display: block;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}

#testimonials-slider .author-text {
    font-style: italic;
    padding-top: 5px;
}

@media(min-width: 768px) {
    #testimonials-slider-wrap {
        width: 70%;
        margin: auto;
    }
}


/* HOME CONTENT SECTION ----------------------------------------------- */

#content-tabs .content-tabs-left,
#content-tabs .content-tabs-right {
    padding: 0 15px 3em;
}

#content-tabs .content-tabs-left .nav-pills {
    padding-top: 6em;
}

#content-tabs .content-tabs-right .events-slider-wrap {
    padding-top: 6em;
}

#content-tabs .nav-pills>li {
    width: 100%;
}

#content-tabs .nav-pills>li>a {
    border-radius: 2px;
    font-size: 1.3em;
}

#content-tabs .nav-pills>li.active>a,
#content-tabs .nav-pills>li.active>a:hover,
#content-tabs .nav-pills>li.active>a:focus {
    background: #3b5ca2;
}

#content-tabs .slick-slide {
    padding-bottom: 15px;
}

#content-tabs .slick-slide .slider-content {
    margin: 0 20px;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 2px 5px #ececec;
}

#content-tabs .slick-slide .slider-content-container {
    padding: 20px;
}

#content-tabs .slick-slide .slide-image {
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

#content-tabs .slick-dots {
    z-index: 9;
}

#content-tabs .slick-dots li.slick-active button::before {
    background: #3b5ca2;
}

#content-tabs .slick-dots li button::before {
    content: '';
    border: 2px solid #3b5ca2;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    opacity: 1;
}

#content-tabs .slick-prev:before,
#content-tabs .slick-next:before {
    font-family: "Glyphicons Halflings", "slick", sans-serif;
    font-size: 30px;
}

#content-tabs .slick-prev:before {
    content: "\e079";
}

#content-tabs .slick-next:before {
    content: "\e080";
}

#content-tabs .slick-next,
#content-tabs .slick-prev {
    background: #3b5ca2;
    height: 40px;
    width: 40px;
    border-radius: 2px;
    z-index: 99;
}

#content-tabs .slick-next {
    top: -39px;
    right: 20px;
}

#content-tabs .slick-prev {
    left: auto;
    top: -39px;
    right: 79px;
}


/* HOME CTA */

#home-cta {
    padding: 2em 0;
    background: #3b5ca2;
    color: #fff;
}

#home-cta .cta-text-cell {
    padding-right: 1em;
}


/* CUSTOM FONTS ------------------------------------------------------- */

@font-face {
    font-family: 'Horatiod';
    src: url('webfontkit/horatio-d-ot-bold-webfont.eot');
    src: url('webfontkit/horatio-d-ot-bold-webfont.eot?#iefix') format('embedded-opentype'), url('webfontkit/horatio-d-ot-bold-webfont.woff') format('woff'), url('webfontkit/horatio-d-ot-bold-webfont.ttf') format('truetype'), url('webfontkit/horatio-d-ot-bold-webfont.svg#horatio_d_otbold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Horatiod';
    src: url('webfontkit/horatio-d-ot-light-webfont.eot');
    src: url('webfontkit/horatio-d-ot-light-webfont.eot?#iefix') format('embedded-opentype'), url('webfontkit/horatio-d-ot-light-webfont.woff') format('woff'), url('webfontkit/horatio-d-ot-light-webfont.ttf') format('truetype'), url('webfontkit/horatio-d-ot-light-webfont.svg#horatio_d_otlight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Horatiod';
    src: url('webfontkit/horatio-d-ot-medium-webfont.eot');
    src: url('webfontkit/horatio-d-ot-medium-webfont.eot?#iefix') format('embedded-opentype'), url('webfontkit/horatio-d-ot-medium-webfont.woff') format('woff'), url('webfontkit/horatio-d-ot-medium-webfont.ttf') format('truetype'), url('webfontkit/horatio-d-ot-medium-webfont.svg#horatio_d_otmedium') format('svg');
    font-weight: 400;
    font-style: normal;
}


/* font style classes */

.horatio {
    /*font-family: 'Horatiod';*/
    font-family: 'PolySans-Neutral', sans-serif;
    margin-bottom: 1em;
}

.upper {
    text-transform: uppercase;
}

.narrow {
    font-weight: 300!important;
}

.normal {
    font-weight: 400!important;
}

.bold {
    font-weight: 600!important;
}

.bolder {
    font-weight: 700!important;
}

.black {
    font-weight: 900!important;
}


/* COLOR PALETE ------------------------------------------------------- */


/* font color classes */

.color-blue-1 {
    color: #152142!important;
}

.color-blue-2 {
    color: #3d5ba2!important;
}

.color-blue-3 {
    color: #257fb7!important;
}

.color-blue-4 {
    color: #169fdb!important;
}

.color-yellow-1 {
    color: #4b400e!important;
}

.color-yellow-2 {
    color: #635517!important;
}

.color-yellow-3 {
    color: #8c8225!important;
}

.color-yellow-4 {
    color: #bab318!important;
}

.color-gray-1 {
    color: #262626!important;
}

.color-gray-2 {
    color: #666666!important;
}

.color-gray-3 {
    color: #b5b5b5!important;
}

.color-gray-4 {
    color: #E5E5E5!important;
}

.color-white {
    color: #FFF!important;
}

.color-black {
    color: #000!important;
}


/* background color classes */

.bg-blue-1 {
    background-color: #3b5ca2!important;
}

.bg-blue-2 {
    background-color: #3d5ba2!important;
}

.bg-blue-3 {
    background-color: #257fb7!important;
}

.bg-blue-4 {
    background-color: #169fdb!important;
}

.bg-blue-5 {
    background-color: #00a1d5!important;
}

.bg-yellow-1 {
    background-color: #4b400e!important;
}

.bg-yellow-2 {
    background-color: #635517!important;
}

.bg-yellow-3 {
    background-color: #8c8225!important;
}

.bg-yellow-4 {
    background-color: #bab318!important;
}

.bg-gray-1 {
    background-color: #262626!important;
}

.bg-gray-2 {
    background-color: #666666!important;
}

.bg-gray-3 {
    background-color: #b5b5b5!important;
}

.bg-gray-4 {
    background-color: #E5E5E5!important;
}

.bg-white {
    background-color: #FFF!important;
}

.bg-black {
    background-color: #000!important;
}


/* CUSTOM CSS ------------------------------------------------------- */

#header {
    background: #f9f9f9;
    border: none;
    border-radius: 0;
    width: 100%;
    z-index: 9999999;
}

#header .navbar-collapse {
    /*position: relative;*/
}

.navbar-brand {
    padding: 5px 10px;
    height: 80px;
    margin-right: 0px;
}

.mobile-nav li {
    margin-right: 0px;
}

.navbar-nav.mobile-nav li {
    margin-right: 0px !important;
}

.navbar-nav li:not(:last-child) {
    margin-right: 43px;
}

.navbar-default .navbar-nav>li>a {
    color: #333;
    font-family: 'PolySans-Neutral', sans-serif;
    font-weight: 400 !important;
    font-size: 22px;
    font-weight: 600;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    /*color: #152142;*/
    color: #bab433;
}

#menu-top {
    text-align: center;
}

#menu-top .navbar-nav>li {
    display: inline-block;
}

#menu-top .navbar-nav>li>a {
    font-size: 1.1em;
    color: #bab433;
    font-weight: 400;
}

#menu-top .navbar-nav>li>a:hover {
    font-size: 1.1em;
    color: #333;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.current_page_parent>a,
.navbar-default .navbar-nav>.current_page_parent>a:hover,
.navbar-default .navbar-nav>.current_page_parent>a:focus {
    background-color: #f9f9f9;
    color: #2473b9;
    font-weight: 600;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background-color: #f9f9f9;
    color: #bab433;
}

.dropdown-menu>.active>a {
    color: #333;
    background: white;
}

.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #333;
    background: #f5f5f5;
}

@media screen and (min-width: 768px) {
    .navbar-default .navbar-right {
        top: 15px;
        right: 10px;
        z-index: 999;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 10px 7px;
    }
    #menu-primary-items {
        margin-top: 20px;
        font-size: 15px;
    }
    #menu-top {
        display: none;
    }
    #menu-top .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 0;
    }
    #menu-top .navbar-nav>li>a>i {
        margin-right: 0;
    }
    .navbar-default .navbar-right {
        background-color: #f9f9f9;
    }
    .navbar-default .search-form .search-toggle button {
        color: #bab433;
        font-size: 1.1em;
        top: 5px;
    }
    .navbar-default .search-form .search-toggle button:hover,
    .navbar-default .search-form .search-toggle button:focus {
        color: #333;
    }
}

@media screen and (min-width: 992px) {
    .navbar-default .navbar-nav>li>a {
        padding: 10px 15px;
    }
    #menu-top {
        display: block;
        position: absolute;
        right: 55px;
        top: 25px;
    }
    /*
	 form.search-form {
		 right: 180px !important;
	 }

	 .container-header{
		 width:1270px;
	 }
	 */
}

@media(max-width:768px) {
    .dropdown .dropdown-menu {
        display: block;
        opacity: 0;
        max-height: 0;
        border-radius: 4px;
        overflow: hidden;
        /* margin-left: calc(50% - 80px);
        margin-right: calc(50% - 80px); */
        margin: 0 1rem;
        background: #ececec;
        -webkit-transition: all .35s cubic-bezier(0, 1, 0.5, 1);
        -moz-transition: all .35s cubic-bezier(0, 1, 0.5, 1);
        -ms-transition: all .35s cubic-bezier(0, 1, 0.5, 1);
        -o-transition: all .35s cubic-bezier(0, 1, 0.5, 1);
        transition: all .35s cubic-bezier(0, 1, 0.5, 1);
        border-radius: 2px;
    }
    .dropdown.open>.dropdown-menu {
        display: block;
        width: auto;
        opacity: 1;
        max-height: 1000px;
        margin: 23px 1rem 23px 1rem;
        overflow: visible;
        background: #fff;
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.7);
        border-radius: 2px;
    }
    .dropdown-menu>li:hover>.dropdown-menu:before,
    .dropdown-menu>li:hover>.dropdown-menu:after {
        border: none!important;
    }
    /* .dropdown .dropdown-menu:after,
    .dropdown .dropdown-menu:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    } */
    .dropdown .dropdown-menu:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ececec;
        border-width: 8px;
        margin-left: -8px;
        -webkit-transition: all .35s cubic-bezier(0, 1, 0.5, 1);
        -moz-transition: all .35s cubic-bezier(0, 1, 0.5, 1);
        -ms-transition: all .35s cubic-bezier(0, 1, 0.5, 1);
        -o-transition: all .35s cubic-bezier(0, 1, 0.5, 1);
        transition: all .35s cubic-bezier(0, 1, 0.5, 1);
    }
    .dropdown.open .dropdown-menu:after {
        border-bottom-color: #fff;
    }
    /* .dropdown .dropdown-menu:before {
        border-color: rgba(255, 225, 255, 0);
        border-bottom-color: rgba(0, 0, 0, 0.15);
        border-width: 9px;
        margin-left: -9px;
    } */
    #menu-primary .dropdown {
        position: relative!important;
    }
}

@media (min-width: 768px) {
    .dropdown .dropdown-menu {
        display: block;
        opacity: 0;
        max-height: 0;
        border-radius: 4px;
        overflow: hidden;
        /* margin-left: calc(50% - 80px);
        margin-right: calc(50% - 80px); */
        margin: 0 1rem;
        background: #ececec;
        -webkit-transition: all .35s cubic-bezier(0, 1, 0.5, 1);
        -moz-transition: all .35s cubic-bezier(0, 1, 0.5, 1);
        -ms-transition: all .35s cubic-bezier(0, 1, 0.5, 1);
        -o-transition: all .35s cubic-bezier(0, 1, 0.5, 1);
        transition: all .35s cubic-bezier(0, 1, 0.5, 1);
        border-radius: 2px;
    }
    .dropdown.open>.dropdown-menu {
        display: block;
        width: auto;
        opacity: 1;
        max-height: 1000px;
        margin: 23px 1rem 23px 1rem;
        overflow: visible;
        background: #fff;
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.7);
        border-radius: 2px;
    }
    .dropdown-menu>li:hover>.dropdown-menu:before,
    .dropdown-menu>li:hover>.dropdown-menu:after {
        border: none!important;
    }
    /* .dropdown .dropdown-menu:after,
    .dropdown .dropdown-menu:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    } */
    .dropdown .dropdown-menu:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ececec;
        border-width: 8px;
        margin-left: -8px;
        -webkit-transition: all .35s cubic-bezier(0, 1, 0.5, 1);
        -moz-transition: all .35s cubic-bezier(0, 1, 0.5, 1);
        -ms-transition: all .35s cubic-bezier(0, 1, 0.5, 1);
        -o-transition: all .35s cubic-bezier(0, 1, 0.5, 1);
        transition: all .35s cubic-bezier(0, 1, 0.5, 1);
    }
    .dropdown.open .dropdown-menu:after {
        border-bottom-color: #fff;
    }
    /* .dropdown .dropdown-menu:before {
        border-color: rgba(255, 225, 255, 0);
        border-bottom-color: rgba(0, 0, 0, 0.15);
        border-width: 9px;
        margin-left: -9px;
    } */
    #menu-primary .dropdown {
        position: relative!important;
    }
}

#menu-primary .navbar-nav>li>.dropdown-menu li.menu-item-has-children>.dropdown-menu {
    display: block;
    padding-left: 15px;
    position: relative;
    max-height: 100%;
    width: 100%;
    opacity: 1;
    border: none;
    background: transparent;
    outline: none;
    text-shadow: none;
    box-shadow: none;
    margin: 0;
}

#menu-primary .dropdown-menu>li>a:before {
    content: "- ";
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #333;
    }
}

.navbar-form .form-control {
    border-radius: 0;
    background: #f9f9f9;
    color: #333;
    border-color: #383838;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(175, 175, 24);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(183, 179, 24);
}

section .nav-pills-wrap {
    border-bottom: 1px solid #b5b5b5;
}

section .nav-pills-center {
    max-width: 710px;
    margin: 0 auto;
}

section .nav-pills-center .nav-pills>li>a {
    bottom: -1px;
    border-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #000;
    font-size: 1.4em;
    line-height: 1em;
}

section .nav-pills-center .nav-pills>li>a:hover {
    border-bottom: 2px solid #bab433;
    background-color: #e5e5e5;
    color: #000;
}

section .nav-pills-center .nav-pills>li.active>a,
section .nav-pills-center .nav-pills>li.active>a:hover,
section .nav-pills-center .nav-pills>li.active>a:focus,
section .nav-pills-center .nav-pills>li.active>a:active {
    color: #000;
    border-bottom: 2px solid #bab433;
}

section .nav-pills-center .nav-pills>li.active>a {
    background-color: #fff;
}

section .nav-pills-center .nav-pills>li.active>a:hover {
    background-color: #e5e5e5;
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: block;
    height: 0px;
    opacity: 0;
    overflow: hidden;
}

.tab-content>.active,
.pill-content>.active {
    opacity: 1;
    height: auto;
}

#footer {
    padding: 0;
}

.full {
    width: 100%;
}

.gap {
    height: 30px;
    width: 100%;
    clear: both;
    display: block;
}

.equal-height {
    display: flex;
    flex-wrap: wrap;
}

.footer {
    background: #e5e5e5;
    height: auto;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #DDDDDD;
    z-index: 20;
}

.footer p {
    margin: 0;
}

.footer img {
    max-width: 100%;
}

.footer h3 {
    border-bottom: 1px solid #BAC1C8;
    color: #54697E;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 40px 0 10px;
    text-transform: uppercase;
}

.footer ul {
    font-family: 'PolySans-Neutral', sans-serif;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #7F8C8D;
}

.footer ul.sub-menu {
    padding-left: 15px;
    margin-top: 0px;
    padding-bottom: 10px;
}

ul.social {
    font-size: 13px;
    display: inline-block;
}

.footer ul li a {
    padding: 0 0 5px 0;
    display: block;
}

.footer a {
    color: #78828D
}

.footer .btn-contact-us {
    background-color: #B5B5B5;
    font-weight: normal;
    font-family: 'PolySans-Neutral', sans-serif;
}

.footer .btn-contact-us:hover {
    background-color: #3b5ca2;
}

.supportLi h4 {
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.newsletter-box input#appendedInputButton {
    background: #FFFFFF;
    display: inline-block;
    float: left;
    height: 30px;
    clear: both;
    width: 100%;
}

.newsletter-box .btn {
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    height: 40px;
    padding: 0;
    width: 100%;
    color: #fff;
}

.newsletter-box {
    overflow: hidden;
    font-size: 13px;
}

.bg-gray {
    background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
    box-shadow: 0 1px 0 #B4B3B3;
}

.social li {
    background: none repeat scroll 0 0 #B5B5B5;
    border: 2px solid #B5B5B5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 8px 8px 0;
    padding: 0;
    text-align: center;
    width: 30px;
    transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
}

.social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}

.social li a {
    color: #EDEFF1;
}

.social li:hover {
    border: 2px solid #3b5ca2;
    background: #3b5ca2;
}

.social li a i {
    font-size: 15px;
    line-height: 0;
    text-align: center;
    margin: 0 7px 0 5px;
    color: #EDEFF1 !important;
}

.footer-bottom {
    background: #e1e1e1;
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-bottom p.pull-left {
    padding-top: 6px;
}

.payments {
    font-size: 1.5em;
}

.developer {
    color: #ccc;
}

.developer a {
    text-decoration: none;
    color: #ababab;
}

#products-page .product-summary {
    padding: 3em 0;
    position: relative;
}

#products-page .product-summary:before {
    content: '';
    display: block;
    position: absolute;
    width: 60%;
    left: 20%;
    top: 0;
    height: 0;
    border-top: 1px solid #ececec;
}

#products-page .product-icon img {
    height: 60px;
}

#expertise-page .exp-icon img {
    width: 150px;
    height: auto!important;
    max-height: initial;
}

#expertise-page .exp-icon,
#expertise-page .exp-content {
    padding: 1em;
    min-width: 150px;
}

#expertise-page .exp-title,
#solutions-page-list .sol-title {
    margin-top: 0;
}

#expertise-content {
    max-width: 800px;
    margin: 0 auto;
}

#solutions-page-list .sol-thumb {
    padding-bottom: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

#solutions-page-list .sol-content {
    padding: 3em 2em;
}

@media (min-width: 768px) {
    #call-to-action .xcta-icon {
        width: 50%;
    }
    #solutions-page-list .sol-thumb {
        width: 50%;
    }
}

#content-solutions .solutions-block:nth-of-type(even) {
    background: #dfdfdf
}

#content-solutions .solutions-block:nth-of-type(odd) {
    background: #efefef
}

#footer .container {
    padding: 0 20px;
}

#products-tabs .parent_product_tree {
    height: 30px;
    background-image: url(./img/tree-branch.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 60%;
    margin: 0 auto;
}

#landing-features-2 .branch {
    height: 25px;
    width: 70px;
    background-image: url(./img/featured-branch.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#landing-features-2 .product-child:last-child .branch {
    display: none;
}

#products-tabs .nav-pills>li,
#landing-features-2 .nav-pills>li {
    margin: 0!important;
    overflow-x: hidden;
}

#products-tabs .nav-pills>li.product-parent {
    text-align: center;
}

#products-tabs .nav-pills>li+li {
    margin: 0!important;
    text-align: center;
}

#landing-features-2 .nav-pills>li {
    margin: 0!important;
    text-align: left;
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 18px;
}

#products-tabs .nav-pills>li>a,
#landing-features-2 .nav-pills>li>a {
    margin: 0!important;
    background: none!important;
}

#landing-features-2 .nav-pills>li.active>a,
#landing-features-2 .nav-pills>li>a {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

#products-tabs .nav-pills>li.active>a,
#products-tabs .nav-pills>li.active>a:hover,
#products-tabs .nav-pills>li.active>a:focus,
#landing-features-2 .nav-pills>li.active>a,
#landing-features-2 .nav-pills>li.active>a:hover,
#landing-features-2 .nav-pills>li.active>a:focus {
    background: 4px solid #b5b5b5;
}

#products-tabs .nav>li.product-child>a>img,
#landing-features-2 .nav>li.product-child>a>img {
    height: 60px;
    width: auto!important;
}

#products-tabs .nav>li.product-parent>a>img,
#landing-features-2 .nav>li.product-parent>a>img {
    height: 80px;
    width: auto!important;
}

#products-tabs .nav>li>a>img,
#landing-features-2 .nav>li>a img,
#landing-features-2 .nav>li>a .text {
    filter: gray;
    -webkit-filter: grayscale(0.8);
    filter: grayscale(0.8);
    opacity: 0.8;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

#products-tabs .nav>li>a:hover>img,
#products-tabs .nav>li.active>a>img,
#landing-features-2 .nav>li>a:hover img,
#landing-features-2 .nav>li>a:hover .text,
#landing-features-2 .nav>li.active>a img,
#landing-features-2 .nav>li.active>a .text {
    opacity: 1;
    filter: none;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#landing-features-2 .nav>li>a>span {
    padding-left: 20px;
}

#products-tabs .nav>li.product-parent.active>a>img,
#products-tabs .nav>li.product-parent>a:hover>img {
    height: 100px;
    margin-top: -10px;
}

#products-tabs .nav>li.product-child.active>a>img,
#products-tabs .nav>li.product-child>a:hover>img {
    height: 80px;
    margin-top: -10px;
    margin-bottom: -10px;
}

#products-tabs .nav>li,
#landing-features-2 .nav>li {
    padding: 0!important;
    text-transform: uppercase;
    font-family: 'PolySans-Neutral', sans-serif;
}

#landing-features-2 .col-xs-4.disp-table-cell.valign-middle.text-center {
    height: 70px;
    width: 70px;
    display: block;
    background: white;
    border-radius: 50%;
    padding: 7px;
}

#landing-features-2 .nav>li>a {
    padding: 0px 15px;
}

.xenit-slider {
    max-height: 2000px;
    transition: max-height 0.35s ease-out;
}

.xenit-slider:not(.slick-initialized) {
    overflow: hidden;
    max-height: 0px;
}

#solutions-tabs .solutions-row>div {
    padding-top: 1em;
    padding-bottom: 1em;
}

#solutions-tabs .solutions-row .slide-icon>img {
    max-height: 250px;
}

h2.products-heading {
    color: #333;
}

.valign-block:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.valign-block .inner {
    display: inline-block;
    vertical-align: middle;
}

.career-cta-wrap {
    min-height: 360px;
    color: white;
}

#call-to-action .career-call-to-action {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

#pillars-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pillar-item {
    display: inline-block;
}

#pillars .pillar-item {
    margin-top: 1em;
}

#pillars .pillar-content {
    height: 4.8em;
    line-height: 1.2em;
    overflow: hidden;
}

#pillars .pillar-content p {
    margin: 0;
    padding: 0;
}

#pillars .pillar-icon {
    background-position: 50%;
    background-size: cover;
    height: 110px;
    width: 110px;
    margin: 20px auto;
}

#content-tabs .career-cta {
    text-align: center;
    margin: 2em 0;
}

#about-us-overview {
    padding-top: 1.5em;
}

#jobs-tab-content {
    padding: 1em 1.5em;
    border: 1px solid #eee;
    border-radius: 2px;
    background: #fefefe;
}

#jobs-tab-content ul.job-list {
    list-style: none;
    display: block;
    padding: 0;
}

#jobs-tab-content ul.job-list>li {
    padding-bottom: 6px;
}

#jobs-tab-content ul.job-list>li>a>i.fa {
    margin-left: 6px;
}

#single-job-container .page-header {
    border: none;
}

#single-job-container .entry-title {
    font-size: 1.8em;
}

#single-job-container #content {
    border-right: 1px solid #eee;
}

@media screen and (min-width: 992px) {
    #single-job-container aside.sidebar {
        border-left: 1px solid #eee;
        padding: 1em 1.5em;
        margin-left: -1px;
    }
}

.job-share-links>a {
    text-decoration: none!important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #333;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}

#job-application-form .form-control {
    border-radius: 2px;
    border-color: #cecece;
}

.related-job {
    padding-bottom: 6px;
}

.job-content-wrap {
    padding-right: 1em;
}

.singular-jobs .jumbotron {
    padding-bottom: 250px;
}

.wdbc .inputfile {
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 2;
}

.wdbc .upload-control {
    display: block;
    margin: 0 auto;
    position: relative;
}

.wdbc .upload_div {
    padding-bottom: 20px;
    text-align: center;
}

.wdbc .inputfile+label {
    max-width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 2rem 1.25rem;
    pointer-events: none!important;
}

.wdbc .inputfile:focus+label,
.wdbc .inputfile.has-focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.wdbc .inputfile+label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.wdbc .inputfile+label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.wdbc .inputfile-1+label {
    color: #f1e5e6;
    background-color: #d3394c;
}

.wdbc .inputfile-1:focus+label,
.wdbc .inputfile-1.has-focus+label,
.wdbc .inputfile-1+label:hover {
    background-color: #722040;
}

.wdbc .inputfile-2+label {
    color: #000;
    border: 2px dashed #000;
}

.wdbc .inputfile-2:focus+label,
.wdbc .inputfile-2.has-focus+label,
.wdbc .inputfile-2+label:hover {
    color: #722040;
}

.wdbc .inputfile-3+label {
    color: #d3394c;
}

.wdbc .inputfile-3:focus+label,
.wdbc .inputfile-3.has-focus+label,
.wdbc .inputfile-3+label:hover {
    color: #722040;
}

.wdbc .inputfile-4+label {
    color: #d3394c;
}

.wdbc .inputfile-4:focus+label,
.wdbc .inputfile-4.has-focus+label,
.wdbc .inputfile-4+label:hover {
    color: #722040;
}

.wdbc .inputfile-4+label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #d3394c;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}

.wdbc .inputfile-4:focus+label figure,
.wdbc .inputfile-4.has-focus+label figure,
.wdbc .inputfile-4+label:hover figure {
    background-color: #722040;
}

.wdbc .inputfile-4+label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}

.wdbc .inputfile-5+label {
    color: #d3394c;
}

.wdbc .inputfile-5:focus+label,
.wdbc .inputfile-5.has-focus+label,
.wdbc .inputfile-5+label:hover {
    color: #722040;
}

.wdbc .inputfile-5+label figure {
    width: 100px;
    height: 135px;
    background-color: #d3394c;
    display: block;
    position: relative;
    padding: 30px;
    margin: 0 auto 10px;
}

.wdbc .inputfile-5:focus+label figure,
.wdbc .inputfile-5.has-focus+label figure,
.wdbc .inputfile-5+label:hover figure {
    background-color: #722040;
}

.wdbc .inputfile-5+label figure::before,
.wdbc .inputfile-5+label figure::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}

.wdbc .inputfile-5+label figure::before {
    border-top: 20px solid #dfc8ca;
    border-left: 20px solid transparent;
}

.wdbc .inputfile-5+label figure::after {
    border-bottom: 20px solid #722040;
    border-right: 20px solid transparent;
}

.wdbc .inputfile-5:focus+label figure::after,
.wdbc .inputfile-5.has-focus+label figure::after,
.wdbc .inputfile-5+label:hover figure::after {
    border-bottom-color: #d3394c;
}

.wdbc .inputfile-5+label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}

.wdbc .inputfile-6+label {
    color: #d3394c;
}

.wdbc .inputfile-6+label {
    border: 1px solid #d3394c;
    background-color: #f1e5e6;
    padding: 0;
}

.wdbc .inputfile-6:focus+label,
.wdbc .inputfile-6.has-focus+label,
.wdbc .inputfile-6+label:hover {
    border-color: #722040;
}

.wdbc .inputfile-6+label span,
.wdbc .inputfile-6+label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.wdbc .inputfile-6+label span {
    width: 200px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.wdbc .inputfile-6+label strong {
    height: 100%;
    color: #f1e5e6;
    background-color: #d3394c;
    display: inline-block;
}

.wdbc .inputfile-6:focus+label strong,
.wdbc .inputfile-6.has-focus+label strong,
.wdbc .inputfile-6+label:hover strong {
    background-color: #722040;
}

@media screen and (max-width: 50em) {
    .wdbc .inputfile-6+label strong {
        display: block;
    }
}

.wdbc .upl_img_control input {
    background: #fff!important;
    padding: 0 8px!important;
}

.wdbc .inputfile.drag-enter+label {
    opacity: 0.5!important;
}

.wdbc .inputfile.drag-enter+label span.chose {
    display: none;
}

.wdbc .inputfile.drag-enter+label span.drop {
    display: inline!important;
}

.wdbc .inputfile.inprogress+label {
    opacity: 0!important;
}

.wdbc .inputfile.inprogress {
    z-index: -1!important;
}

.wdbc .inputfile.inprogress+label+.inprogress {
    display: block!important;
}

#perks-wrap {
    display: flex;
    flex-wrap: wrap;
}

.perks-icon {
    padding: 1em;
}

.perks-item {
    margin-bottom: 2em;
}

.perks-item .about-heading {
    min-height: 40px;
}

.perks-item .about-heading h4 {
    margin: 5px 0px;
}

.perks-icon img {
    height: 90px;
    width: auto;
}

#benefits-perks {
    background: #f5f5f5;
    padding-top: 2em;
}

#header-1,
#header-2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 3em 0px 6em 0px;
    position: relative;
    overflow: hidden;
}

#header-1 .hero-paragraph,
#header-2 .hero-paragraph {
    max-width: 100% !important;
}

#header-1 h2.default {
    text-transform: initial;
    font-weight: normal;
}

.header-2-home {
    /*background-position: top left!important;*/
    position: relative;
}

.header-2-home .upper {
    text-transform: none!important;
}

.header-2-home .heading .col-md-6 {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
}

@media(min-width: 350px) {
    .header-2-home:after {
        content: "";
        background: -webkit-linear-gradient(left, rgba(38, 124, 171, 0.5) 0%, rgba(71, 78, 94, 0.5) 100%);
        display: block;
        height: 15px;
        width: 100%;
        position: absolute;
        bottom: 0;
    }
}

.header-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    min-width: 200px;
    max-width: 365px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 9px 0 rgba(23, 28, 33, .06);
    /*padding: 15px 2.9%;*/
    padding: 25px;
    margin-left: 5px;
    margin-right: 5px;
}

.header-box .excerpt {
    color: #333;
}

.header-box-home {
    box-shadow: 0 15px 25px 0 rgba(23, 28, 33, 0.3);
    margin: 0px 10px;
    border-radius: 0px;
    padding: 30px;
}

.header-box-home h4 {
    text-transform: uppercase;
    width: 80%;
}

.header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-box img {
    max-width: 90px;
}

.header-boxes {
    left: 0;
    margin: -127px auto 0;
    position: absolute;
    right: 0;
    /*max-width: 1180px;*/
    z-index: 1;
}

#header-1 .heading,
#header-2 .heading {
    color: #3b5ca2;
    margin-bottom: 50px;
}

#header-1 .heading {
    margin-top: 120px;
}

#header-2 .heading {
    margin-top: 100px;
}

#header-2 .container {
    position: relative;
}

#header-1 .heading-badge,
#header-2 .heading-badge {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 0px 10px 10px;
    height: 100px;
}

#header-1 .excerpt,
#header-2 .excerpt {
    height: 150px;
    overflow: hidden;
    padding: 10px;
}

#header-1 .heading p,
#header-2 .heading p {
    color: #333;
}

#header-1 .btn-more,
#header-2 .btn-more,
#landing-features-2 .btn-more {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px;
    border: solid 2px #fff;
    margin-top: 10px;
    display: inline-block;
    border-radius: 20px;
    background-color: #fff;
    text-transform: uppercase;
    font-family: 'PolySans-Neutral', sans-serif;
}

#landing-features-2 .btn-more {
    margin: 50px 0px;
}

#header-1 .btn-more i,
#header-2 .btn-more i,
#landing-features-2 .btn-more i {
    padding-left: 5px;
}

@media (max-width: 1025px) {
    .header-box {
        width: 49%;
        max-width: 49%;
        margin: 0 0 30px;
        display: block;
        flex: none;
    }
    .header-boxes {
        position: relative;
        top: 0px;
        margin: 30px 0px 0px 0px;
    }
}

@media (max-width: 767px) {
    .header-box {
        width: 100%;
        max-width: 100%;
        margin: 0 0 30px;
        display: block;
        flex: none;
    }
}

section.main-content {
    position: relative;
    background: linear-gradient(to bottom, #f0f4f7 0, #fff 30%, #fff 100%);
    background: white;
}

section.product-analytics {
    background: -webkit-linear-gradient(top, #f0f4f7 0, #fff 30%, #fff 100%);
    background: linear-gradient(to bottom, #f0f4f7 0, #fff 30%, #fff 100%);
    background: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 100px;
    margin-bottom: 140px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

section.product-analytics .product-analytics-right {
    margin-left: -100px;
    padding-right: 6.5%
}

section.product-analytics .product-analytics-title-text {
    color: #02235D !important;
    font-family: 'PolySans-Neutral', sans-serif;
    font-weight: 900;
    letter-spacing: .6px;
    text-align: left;
    text-transform: uppercase
}

section.product-analytics .product-analytics-img {
    height: 699px;
    margin-top: 60px;
    width: 828px
}

section.product-analytics .product-text {
    color: #333;
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 28px;
    line-height: 1.5;
    margin-top: 20px;
    max-width: 546px
}

section.product-analytics .separator {
    background-color: #edf4f9;
    border-style: none;
    height: 2px;
    margin: 72px 0;
    width: 110%
}

@media (min-width: 768px) {
    section.product-analytics .text-block {
        padding: 30px;
    }
}

section.product-analytics .text-block .block-img {
    border: 0;
    display: block;
    height: 90px;
    width: 90px
}

section.product-analytics .text-block .block-img.eye {
    background-image: url(../fonts/eye.svg);
    margin-top: -2px
}

section.product-analytics .text-block .block-img.grow {
    background-image: url(../fonts/grow.svg);
    margin-top: -7px
}

section.product-analytics .text-block .block-img.revenue {
    background-image: url(../fonts/revenue.svg);
    margin-left: 140px
}

section.product-analytics .text-block .block-title {
    color: #02235D !important;
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    line-height: 1.21;
    text-align: left;
    margin: 20px 0 20px;
}

section.product-analytics .text-block .block-content {
    color: #02235D !important;
    font-family: 'PT Serif', serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-top: -6px;
    max-width: 330px;
    text-align: left
}

section.product-analytics .text-block .block-content a {
    color: #47495a;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

section.product-analytics .text-block .block-content a:hover {
    color: #1780db
}

section.product-analytics .container {
    max-width: 888px
}

section.product-analytics .text-block {
    min-height: 369px
}

section.product-analytics .text-block .list-tick {
    text-align: left;
    color: #6b7c93
}

section.product-analytics .text-block .list-tick li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px
}

section.product-analytics .text-block .list-tick li:before {
    content: '';
    float: left;
    margin: 6px 0 0 -30px;
    width: 15px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 0 0/cover;
    background-image: url(../fonts/check_1.svg);
}

.text-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(img/analyticsBg.png);
}

section#landing-features {
    background: #f0f0f0;
    /*margin-top: 240px;*/
    padding: 100px 0px;
}

@media (min-width: 1026px) {
    section.header-boxes+section {
        margin-top: 240px;
    }
}

#header-1+#landing-features {
    margin-top: 0px;
}

#landing-features+.main-content>.product-analytics {
    padding-top: 100px;
}

#landing-features .landing-features-image h2 {
    color: #fff;
    text-align: center;
}

.landing-features-image>img {
    /*max-height: 200px;*/
    margin: auto;
    width: 100%;
    text-align: center;
    display: block;
}

@media (min-width: 768px) {
    .features-boxes-container {
        margin-top: 50px;
        padding-left: 20px;
    }
}

.features-boxes-title {
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    margin-top: 10px;
    color: #da1c5c;
}

.features-boxes-excerpt {
    /* font-family: 'PT Serif', serif; */
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    margin-top: 5px;
    /* color: rgba(255, 255, 255, 0.5); */
    /* color: #333; */
}

.landing-features-boxes {
    padding: 0px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.landing-featured-box {
    padding-bottom: 30px;
}

.landing-featured-box img {
    width: 100%;
    max-width: 90px;
}

@media(max-width: 768px) {
    #content-news-events>section:not(#hero) {
        padding: 20px 0px;
    }
}

.landing-featured-box:first-child {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .landing-features-boxes {
        padding: 0px 30px;
    }
    .landing-featured-box {
        min-height: 200px;
        padding: 0px;
    }
    .features-boxes-title {
        margin-top: 0px;
    }
    .landing-featured-box:first-child {
        margin-top: 0px;
    }
    .landing-featured-box:nth-child(odd) {
        /*border-right: solid 1px #19173c;
		border-bottom: solid 1px #19173c;*/
    }
    .landing-featured-box:nth-child(even) {
        /*border-bottom: solid 1px #19173c;*/
    }
    .landing-featured-box:nth-last-child(2):nth-child(odd),
    .landing-featured-box:nth-last-child(1):nth-child(even),
    .landing-featured-box:last-child {
        border-bottom: none;
    }
}

@media (max-width: 768px) {
    .text-block-container {
        background-image: none;
        display: block;
    }
    .round-separator {
        display: none;
    }
    section.product-analytics .text-block {
        min-height: 200px;
    }
    section.product-analytics .text-block .block-img {
        margin: auto;
    }
    section.product-analytics .text-block .block-title {
        text-align: center;
    }
    section.product-analytics .text-block .block-content {
        margin: auto;
    }
    section.product-analytics .product-analytics-title-text,
    section.product-analytics .product-text,
    section.product-analytics .text-block .block-title,
    section.product-analytics .text-block .block-content {
        text-align: center;
    }
    section.product-analytics {
        padding-top: 140px;
    }
}

.round-separator {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -37px;
    margin-left: -37px;
    width: 75px;
    height: 75px;
    background-color: #fff;
    box-shadow: 0 20px 40px 0 rgba(23, 28, 33, .1), 0 7px 13px 0 rgba(23, 28, 33, .05);
    border-radius: 50%;
    padding: 13px;
}

.text-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    min-height: 450px;
    min-width: 300px;
}

.text-block-inside-container {
    max-width: 490px;
    margin: 95px auto 0;
}

section#call-to-action {
    /*background: radial-gradient(ellipse farthest-side at 100% 100%,#97c9d5 5%,#1b5494 60%,#1f2e5a 120%);*/
    background: url(img/call-to-action-background.jpg) no-repeat;
    color: #fff;
    padding: 130px 0px;
    /*margin-top: 140px;*/
    padding-top: 200px;
    background-size: cover;
    background-position: 50% 50%;
}

section#call-to-action .call-to-action-icon {
    display: block;
    width: 70px;
    height: 70px;
    /*background: url(img/signup.svg) 22px 24px no-repeat #fff;*/
    /*border-radius: 50%;*/
    margin: 0 auto 28px;
    /*background-image: url(img/icon_rocket.png);*/
    background-image: url(img/icon_calltoaction.png);
    background-size: contain;
    border-radius: 50%;
    /*    background-color: white;
*/
}

section#call-to-action .call-to-action-title-text {
    color: #fff;
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 28px;
    line-height: 1.5;
    margin: 0 auto 37px;
    text-align: center;
}

section#call-to-action .call-to-action-text {
    color: #fff;
    font-family: 'PT Serif', serif;
    line-height: 1.76;
    margin: 36px auto 65px;
    max-width: 520px;
    text-align: center;
}

#responsive-form {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.form-row {
    width: 100%;
}

.column-half,
.column-full,
.column-fourth {
    float: left;
    position: relative;
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .3px;
}


/**---------------- Media query ----------------**/

@media only screen and (min-width: 768px) {
    .column-half {
        width: 50%;
    }
    .column-fourth {
        width: 25%;
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    color: white;
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 16px;
    padding: 12px 15px !important;
    width: 100% !important;
    border: solid 1px rgba(255, 255, 255, 0.5)!important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.wpcf7 select {
    height: 46px;
}

.wpcf7 select option {
    background: black;
}

.wpcf7 textarea {
    max-height: 100px;
}

span.required {
    color: #e2587d;
}

.wpcf7 input[type="text"]:focus {
    /*background: #fff;*/
    background: transparent;
}

.wpcf7-submit {
    transition: background-color .35s;
    width: 190px;
    border: 0 !important;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 13px;
    font-weight: 900;
    height: 44px;
    letter-spacing: .5px;
    margin: 0px auto;
    outline: 0;
    text-transform: uppercase;
    background-image: none !important;
    background-color: #bab433 !important;
    box-shadow: 0 3px 10px 0 rgba(13, 24, 55, 0.25) !important;
    width: 220px !important;
}

.wpcf7-submit:hover {
    background: #ff0000;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-top: 12px;
}

span.wpcf7-not-valid-tip {
    text-shadow: none;
    font-size: 12px;
    color: #fff;
    background: #ff0000;
    padding: 5px;
}

div.wpcf7-validation-errors {
    text-shadow: none;
    border: transparent;
    background: #f9cd00;
    padding: 5px;
    color: #9C6533;
    text-align: center;
    margin: 0;
    font-size: 12px;
}

div.wpcf7-mail-sent-ok {
    text-align: center;
    text-shadow: none;
    padding: 5px;
    font-size: 12px;
    background: #59a80f;
    border-color: #59a80f;
    color: #fff;
    margin: 0;
}

span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    max-width: 780px;
    margin: 0px auto;
}

#landing-features-2 {
    padding-top: 100px;
    margin-bottom: 100px;
    background-color: #DA1C5C;
}

#landing-features-2 h2 {
    width: 80%;
    margin: auto;
    color: white;
}

#landing-features-2 .nav>li.active>a .text {
    color: white;
}

#landing-features-2 p {
    margin: auto;
    padding: 0px 30px 50px 30px;
    border-bottom: solid 1px white;
    margin-bottom: 50px;
    text-align: left;
}

@media (max-width: 767px) {
    #landing-features-2 a .disp-table {
        display: table;
        width: 100%;
        float: none!important;
    }
    #landing-features-2 a .disp-table-cell {
        display: table-cell;
        float: none!important;
    }
}

#solutions2 {
    margin: 140px 0px;
}

#solutions2 .div-border {
    border-bottom: solid 5px #3b5ca2;
    padding-top: 10px;
    margin-bottom: 20px;
    width: 50%;
}

#solutions2 .title {
    color: #333;
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 28px;
    line-height: 1.5;
    margin-top: 20px;
    max-width: 546px;
}

#solutions2 .text {
    line-height: 24px;
    font-family: 'PT Serif', serif;
}

#solutions2 .button {
    text-transform: uppercase;
    padding: 20px 0px;
}

#solutions2 .button>a {
    font-weight: bold;
    text-decoration: none;
    font-family: 'PolySans-Neutral', sans-serif;
}

#solutions2 .container .row {
    padding-bottom: 40px;
}

#solutions2 .container .row:last-child {
    padding-bottom: 0px;
}


/*landing news & events */

.bg-diagonal {
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    top: 0;
    bottom: 0;
    -webkit-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    -o-transform: skewY(5deg);
    transform: skewY(5deg);
    -webkit-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
    background: #fff
}

.bg-diagonal--skew-negative {
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
    transform: skewY(-5deg)
}

.animation-triggers .bg-diagonal {
    top: 0;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s
}

.animate--on-start.animation-triggers .bg-diagonal {
    background: #f6f6f6;
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
    transform: skewY(-5deg);
    -webkit-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s
}

.bg-diagonal--grey {
    background: #f6f6f6
}

.bg-diagonal+.container {
    position: relative
}

.bg-diagonal--end:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 50%;
    background: #f6f6f6;
    bottom: -300px
}

#content-news-events {
    z-index: 20;
    position: relative;
}

.btn-link {
    color: #3b5ca2;
}

#content-news-events,
#hero {
    position: relative
}

#hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

#news-events .dl-events>a:not(.btn) .dl.dl-event:before,
.pod .carousel,
.pod-logo-box:hover {
    -webkit-box-shadow: 0 0 5px rgba(204, 204, 204, .5), 0 2px 2px rgba(204, 204, 204, .35), 0 4px 4px rgba(204, 204, 204, .35), 0 8px 8px rgba(204, 204, 204, .35), 0 16px 16px rgba(204, 204, 204, .35), 0 32px 32px rgba(204, 204, 204, .35);
    box-shadow: 0 0 5px rgba(204, 204, 204, .5), 0 2px 2px rgba(204, 204, 204, .35), 0 4px 4px rgba(204, 204, 204, .35), 0 8px 8px rgba(204, 204, 204, .35), 0 16px 16px rgba(204, 204, 204, .35), 0 32px 32px rgba(204, 204, 204, .35)
}

#news-events .dl-events>a:hover {
    text-decoration: none;
}

#content-news-events {
    z-index: 20;
}

#content-news-events>section:not(#hero) {
    padding: 50px 0;
    z-index: 10;
    position: relative;
}

#content-news-events>section:not(#hero)#about-intro {
    padding: 40px 0
}

#content-news-events>section:not(#hero) h2+.tagline {
    margin-bottom: 40px
}

#hero {
    min-height: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    padding: 100px 0 40px;
    overflow: hidden;
    z-index: 10
}

#case #hero {
    z-index: 100
}

#hero.animation-triggers {
    height: 100%
}

#hero.animation-triggers.animate--on-start #video-bg {
    opacity: .3
}

#hero.animation-triggers.animate--on-end #video-bg,
#hero.animation-triggers.animate--on-end {
    height: 500px
}

#hero.animation-triggers .container {
    z-index: 1
}

#hero-secondary {
    z-index: 10
}

#hero .cta-buttons {
    margin-top: 20px
}

#news-events .dl-events,
.hero-image {
    margin-bottom: 60px
}

#news-events .dl-events .btn-arrow {
    text-align: right;
    font-family: 'PolySans-Neutral', sans-serif;
    display: block;
    padding: 6px 0px;
}

.hero-image {
    margin-top: -165px
}

#case #hero .box-case--ipad .box-case-image {
    top: 5%
}

#case #hero .box-case--macbook .box-case-image {
    bottom: 12.5%;
    top: 5%
}

.base {
    opacity: .1;
    fill-opacity: .25;
    stroke: #000;
    stroke-width: 4
}

.box:not(.box--white):not(.box--silver) .base {
    fill: #fff;
    stroke: #fff;
    opacity: .35;
    fill-opacity: .35
}

#case #hero .base {
    fill: #f6f6f6;
    stroke: #e6e6e6;
    opacity: 1;
    fill-opacity: 1
}

#case #hero .element {
    fill: #e6e6e6;
    opacity: 1
}

#footer-cta {
    position: relative;
    z-index: 10;
    padding: 0px 0px 50px 0px!important;
}

#footer-cta:before {
    content: "";
    background: #fff;
    top: 50%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.cta-line {
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 24px;
    font-weight: 300;
}

.cta-line--1 {
    font-weight: 600;
    color: #3b5ca2
}

#news-events .dl.dl-news {
    margin-bottom: 0;
    padding: 30px 0;
    border-bottom: 1px solid #e6e6e6
}

#news-events .dl.dl-news:first-of-type {
    padding-top: 0
}

#news-events .dl.dl-news>dt>a {
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #2c2c2d;
    font-style: normal;
    display: block;
    padding: 10px 0px;
}

#news-events .dl.dl-news>dt>a:hover {
    color: #3b5ca2;
    text-decoration: none;
}

#news-events .dl.dl-news>dt>a:before {
    display: none!important;
    opacity: 0!important
}

#news-events .dl.dl-news>dd {
    display: inline;
    font-size: 11px;
    font-weight: 400;
    color: #acacad;
    padding: 0 10px;
    position: relative
}

#news-events .dl.dl-news>dd:first-of-type {
    padding-left: 0
}

#news-events .dl.dl-news>dd:first-of-type:before {
    display: none
}

#news-events .dl.dl-news>dd.dl-news-date,
#news-events .dl.dl-news>dd.dl-news-read {
    font-weight: 600;
    opacity: 1
}

#news-events .dl.dl-news>dd>a.pod-category {
    font-weight: 600;
    display: inline-block;
    font-style: normal;
    color: #acacad
}

#news-events .dl-events>a:not(.btn):hover dt,
#news-events .dl.dl-news>dd>a.pod-category:hover {
    color: #007aca
}

#news-events .dl.dl-news>dd>a.pod-category:before {
    content: "#"!important;
    opacity: 1!important;
    position: relative!important;
    background: 0 0!important;
    height: auto!important;
    width: auto!important;
    display: inline!important;
    top: auto!important;
    bottom: auto!important;
    left: auto!important;
    right: auto!important
}

#news-events .dl.dl-news>dd>a.pod-category:after {
    display: none!important
}

#news-events .dl.dl-news>dd:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #00acca;
    display: block;
    position: absolute;
    left: -4px;
    top: 50%;
    margin-top: -2px
}

#news-events .dl-events>a:not(.btn) {
    display: block;
    margin-bottom: 20px
}

#news-events .dl-events>a:not(.btn):hover:before {
    display: none!important
}

#news-events .dl-events>a:not(.btn) .dl.dl-event {
    padding: 0 0 0 60px;
    font-style: normal;
    position: relative;
    color: #2c2c2d;
    min-height: 60px;
    margin: 0
}

#news-events .dl-events>a:not(.btn) .dl.dl-event:before {
    opacity: 0;
    background: #fff;
    border-radius: 2px;
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    right: -10px;
    top: -5px;
    bottom: -5px;
    z-index: -1;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

#news-events .dl-events>a:not(.btn) .dl.dl-event:hover:before {
    opacity: 1
}

#news-events .dl-events>a:not(.btn) .dl.dl-event>dt {
    font-weight: 400;
    padding-top: 9px;
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 20px;
}

#news-events .dl-events>a:not(.btn) .dl.dl-event>dd {
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    color: #acacad;
    position: relative
}

#news-events .dl-events>a:not(.btn) .dl.dl-event>dd.pod-category:before {
    content: "#"!important;
    opacity: 1!important;
    position: relative!important;
    background: 0 0!important;
    height: auto!important;
    width: auto!important;
    display: inline!important;
    top: auto!important;
    bottom: auto!important;
    left: auto!important;
    right: auto!important
}

#news-events .dl-events>a:not(.btn) .dl.dl-event>dd.dl-event-location {
    padding: 0 10px 0 0;
    margin-right: 10px
}

#news-events .dl-events>a:not(.btn) .dl.dl-event>dd.dl-event-location:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #00acca;
    display: block;
    position: absolute;
    right: -4px;
    top: 50%;
    margin-top: -2px
}

#news-events .dl-events>a:not(.btn) .dl.dl-event>.dl-event-date {
    position: absolute;
    left: 0;
    top: 10%;
    text-align: center;
    color: #2c2c2d;
    font-weight: 700
}

#news-events .dl-events>a:not(.btn) .dl.dl-event>.dl-event-date>.dl-event-day {
    display: block;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top: 1px solid #00acca;
    border-right: 1px solid #00acca;
    border-left: 1px solid #00acca;
    width: 40px;
    font-size: 22px;
    line-height: 1;
    padding: 2px 0 4px
}

#news-events .dl-events>a:not(.btn) .dl.dl-event>.dl-event-date>.dl-event-month {
    background: #00acca;
    display: block;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom: 1px solid #00acca;
    border-right: 1px solid #00acca;
    border-left: 1px solid #00acca;
    width: 40px;
    font-size: 12px
}

#news-events .dl-events.dl-events--past>a .dl.dl-event>.dl-event-date>.dl-event-day {
    border-color: #ccc
}

#news-events .dl-events.dl-events--past>a .dl.dl-event>.dl-event-date>.dl-event-month {
    border-color: #ccc;
    background-color: #ccc
}

#news-events .dt-news-img-txt {
    padding-bottom: 10px;
}

.pagination {
    margin: 40px 0
}

.pagination>li>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
    padding: 5px;
    width: 32px;
    height: 32px;
    border-radius: 2px;
    margin-left: 5px;
    font-weight: 600
}

.pagination>li>a.active,
.pagination>li>a:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 10px #e6e6e6;
    box-shadow: 0 0 10px #e6e6e6
}

.pagination>li>a:before {
    display: none!important
}

#news-events-overview h2 {
    font-size: 12px;
    text-transform: uppercase
}

#news-events-overview dt {
    font-weight: normal;
}

@media (max-width: 767px) {
    #hero {
        display: block;
        height: auto!important;
        padding-top: 50px
    }
    #footer #copyright .pull-right {
        float: none;
        margin: 10px 0
    }
    #footer #copyright .pull-right a {
        display: block;
        text-align: center;
        padding: 10px 0;
        background: #e6e6e6
    }
    #footer #copyright .pull-right+div {
        text-align: center
    }
    #footer #copyright .pull-right+div #footer-logo {
        display: block;
        margin-right: 0;
        padding: 10px 0
    }
    #footer #copyright .pull-right+div #footer-logo:before {
        display: none!important
    }
    #case .cta-line {
        clear: both;
        margin: 0 0 20px
    }
    #case-content .col-12.col-lg-8 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #case-content .pull-right {
        float: none;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .blockquote {
        border: 0;
        margin: 40px 0;
        padding: 40px;
        background: #fff;
        -webkit-box-shadow: 0 0 10px #e6e6e6;
        box-shadow: 0 0 10px #e6e6e6
    }
    .title-actions span {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
        overflow: hidden
    }
    #video-bg,
    .title-actions span:before {
        display: none
    }
    #feed .box {
        max-height: 340px
    }
    #aca-culture .bg-diagonal {
        top: 0!important
    }
    .hero-image {
        margin-top: -100px
    }
    #aca-culture .col-md-6.offset-md-1 {
        margin-top: 80px
    }
    #cookies {
        left: 20px;
        width: auto
    }
}

@media (max-width: 991px) {
    #aca-group-map,
    .collapsing,
    .dropdown,
    .dropup {
        position: initial!important
    }
    #aca-group-map>.dropdown>.dropdown-menu,
    #navigation .dropdown>#navigation-dropdown+.dropdown-menu {
        width: auto;
        left: 0;
        right: 0
    }
    #aca-group-map>.dropdown.show>.dropdown-menu,
    #navigation .dropdown.show>#navigation-dropdown+.dropdown-menu {
        top: 150%!important
    }
    body#home #hero h1 {
        max-width: none
    }
    #footer-cta .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #footer-cta .cta-line--1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    #footer-cta .cta-line--2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 20px
    }
    #footer-cta .pull-right {
        float: none;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    #navigation>.dropdown>.dropdown-menu>li>a:hover:before {
        width: 1400px!important;
        height: 1400px!important;
        left: -700px!important;
        top: -1000px!important
    }
    #case #hero {
        padding-bottom: 200px
    }
    #case .box-case {
        margin-bottom: 40px
    }
}

.btn[class*=btn-aca] {
    font-family: 'PolySans-Neutral', sans-serif;
    background: #fff;
    border: none;
    color: #828284;
    letter-spacing: .5px;
    line-height: 1.4;
    font-weight: 700;
    font-size: 13px;
    height: 40px;
    border-radius: 2px;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, .5);
    box-shadow: 0 0 10px rgba(204, 204, 204, .5);
    padding: 0 30px;
    text-align: center;
    position: relative;
    font-style: normal;
    min-width: 200px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    margin: 10px auto;
}

#gradient-bg,
#our-offices h3,
.box--align-left,
.btn-arrow {
    text-align: left;
    font-family: 'PolySans-Neutral', sans-serif;
}

.btn[class*=btn-aca]:not(:only-child)+.btn,
.btn[class*=btn-aca]:not(:only-child):first-child {
    margin-right: 10px
}

.btn[class*=btn-aca]:before {
    display: none
}

.btn[class*=btn-aca] * {
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.btn[class*=btn-aca]:active,
.btn[class*=btn-aca]:focus,
.btn[class*=btn-aca]:hover {
    background-color: #bab433;
    color: white;
}

.btn[class*=btn-aca]:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #e6e6e6
}

.btn[class*=btn-aca]:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 0 5px rgba(204, 204, 204, .25), 0 2px 2px rgba(204, 204, 204, .25), 0 4px 4px rgba(204, 204, 204, .25), 0 8px 8px rgba(204, 204, 204, .25), 0 16px 16px rgba(204, 204, 204, .25), 0 32px 32px rgba(204, 204, 204, .25);
    box-shadow: 0 0 5px rgba(204, 204, 204, .25), 0 2px 2px rgba(204, 204, 204, .25), 0 4px 4px rgba(204, 204, 204, .25), 0 8px 8px rgba(204, 204, 204, .25), 0 16px 16px rgba(204, 204, 204, .25), 0 32px 32px rgba(204, 204, 204, .25)
}

.active>.btn[class*=btn-aca],
.btn[class*=btn-aca].active {
    background-color: #fff;
    color: #00acca;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.active .btn[class*=btn-aca]:hover>i,
.btn[class*=btn-aca].active:hover>strong em,
.btn[class*=btn-aca]:hover>i,
.btn[class*=btn-aca]:hover>strong em,
.btn[class*=btn-aca]>i {
    color: #58585b
}

.btn.btn-aca-red {
    background-color: #fa0c0a;
    color: #fff;
}

.btn.btn-aca-blue {
    background-color: #3b5ca2;
    color: #fff;
}

.btn.btn-aca-red:focus,
.btn.btn-aca-red:hover {
    background-color: #bab433;
    color: #fff;
}

.btn.btn-aca-blue:focus,
.btn.btn-aca-blue:hover {
    background-color: #bab433;
    color: #fff;
}

.btn.btn-aca-red:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #bb0907;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.btn.btn-aca-blue:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #005e9c;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.btn.btn-aca-blue:focus>i,
.btn.btn-aca-blue:hover>i,
.btn.btn-aca-blue>i,
.btn.btn-aca-blue>strong em .btn.btn-aca-red:focus>i,
.btn.btn-aca-red:hover>i,
.btn.btn-aca-red>i,
.btn.btn-aca-red>strong em {
    color: #fff
}

.margin-top-15 {
    margin-top: 15px;
}

#content-news-events a:hover {
    text-decoration: none;
    cursor: pointer;
}

#contact-offices p {
    margin: 0px;
    font-size: 16px;
}

#contact-form {
    background-color: #F5F5F5;
    font-family: 'PolySans-Neutral', sans-serif;
}

#contact-form fieldset {
    max-width: 100%!important;
    padding: 10px 0px;
}

#contact-form fieldset.form-columns-2 .input {
    width: 100%!important;
}

#contact-form fieldset.form-columns-2 .input>input,
select {
    width: 88%;
}

@media(max-width: 359px) {
    #contact-form fieldset.form-columns-2 .input>input,
    select {
        width: 93%!important;
    }
}

#contact-form input,
#contact-form select {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    color: #333;
    font-size: 16px;
    padding: 12px 15px !important;
    border: 0 !important;
    background-color: white !important;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset 0 1px 2px 0 rgba(0, 0, 0, 0.15) !important;
}

#contact-form input[type='checkbox'],
#contact-form input[type='radio'] {
    margin-right: 10px;
}

.contact-form-block {
    padding-top: 20px;
}

#contact-form ul {
    list-style: none;
    padding-left: 10px;
}

#contact-form ul li label input[type="radio"] {
    margin-right: 5px;
    box-shadow: none!important;
}

#contact-form input[type="submit"] {
    background: #3b5ca2!important;
    border: none;
    color: white;
    letter-spacing: .5px;
    line-height: 1.4;
    font-weight: 700;
    font-size: 13px;
    height: 40px;
    border-radius: 2px;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    padding: 0 30px;
    text-align: center;
    position: relative;
    font-style: normal;
    min-width: 200px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px auto;
    display: block;
    text-transform: uppercase;
}

#contact-form input[type="submit"]:hover {
    background-color: #bab443!important;
    color: #fff;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 0 5px rgba(204, 204, 204, .25), 0 2px 2px rgba(204, 204, 204, .25), 0 4px 4px rgba(204, 204, 204, .25), 0 8px 8px rgba(204, 204, 204, .25), 0 16px 16px rgba(204, 204, 204, .25), 0 32px 32px rgba(204, 204, 204, .25)!important;
    box-shadow: 0 0 5px rgba(204, 204, 204, .25), 0 2px 2px rgba(204, 204, 204, .25), 0 4px 4px rgba(204, 204, 204, .25), 0 8px 8px rgba(204, 204, 204, .25), 0 16px 16px rgba(204, 204, 204, .25), 0 32px 32px rgba(204, 204, 204, .25)!important;
}

.hs_email legend {
    color: white;
    border: none;
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 12px;
}

@media (min-width: 401px) {
    .hs_company legend {
        display: block!important;
        border: none;
        height: 76px;
    }
    #webinar-contact-form .hs_company legend {
        height: auto;
    }
}

#media-block .location-image {
    width: 100%;
}

@media(min-width: 992px) {
    #media-block .location-image {
        padding-right: 20px;
    }
    #news-events h2 {
        margin-top: 0px;
    }
}

@media(max-width: 992px) {
    #podular-approach .col-md-5 {
        padding-bottom: 20px;
    }
    .nav-contact-us-btn {
        display: none;
    }
}

::selection {
    background: #bab433;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #bab433;
    /* Gecko Browsers */
}

#single-news-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

#single-news-container .featured-image img {
    width: 100%;
    padding-bottom: 20px;
}

.news-sidebar a:nth-child(odd) {
    display: block;
    background: #3b5ca2;
    padding: 30px;
}

.news-sidebar a:nth-child(even) {
    display: block;
    background: #29aae1;
    padding: 30px;
}

.news-sidebar a {
    text-decoration: none;
}

.news-sidebar h3 {
    margin: 0;
    padding: 30px;
    color: white;
    background: black;
    font-size: 20px;
}

.news-sidebar h4 {
    margin: 0;
    color: white;
}

.news-sidebar h5 {
    margin: 0;
    padding-top: 10px;
    color: white;
}

.events-sidebar a {
    display: block;
    padding: 30px;
    color: black;
    text-decoration: none;
    background: #e5e5e5;
}

.events-sidebar h3 {
    margin: 0;
    padding: 30px 30px 0px 30px;
    font-size: 20px;
    background: #e5e5e5;
}

.news-sidebar,
.events-sidebar {
    margin-bottom: 40px;
    padding: 0px 20px;
}

.slick-slide {
    cursor: default;
}


/*home product section */

.home-products .container {
    position: relative;
    margin: auto;
}

@media(min-width: 1025px) {
    #products-tabs {
        margin-top: 150px;
    }
}

#products-tabs {
    padding-top: 50px;
}

.home-products .parrent-item {
    box-shadow: 0px 6px 26px #9E9E9E, 0px -6px 26px #9E9E9E;
    padding: 25px 0px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.parrent-item .home-product-content h3 {
    font-weight: normal;
}

.children-item .home-product-headline h4 {
    font-weight: bold;
}

@media(max-width: 1024px) {
    .home-products .children-item {
        padding-top: 20px;
    }
    .home-products .children-item:first-child {
        padding-top: 0px;
    }
}

.home-product-image {
    text-align: center;
}

.children-item .home-product-image {
    text-align: left;
}

.home-product-image img {
    height: 100px;
}

.home-product-btn {
    padding-top: 20px;
}

.home-product-content {
    height: 130px;
    overflow: hidden;
}

#customers-testimonials {
    background-color: #372f2d;
    color: white;
    padding-bottom: 3em;
}


/*hubspot contact form*/


/*
.contact-form .input {
	width: 90%;
}
*/

.contact-form .hs-input {
    width: 98%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    border-radius: 4px;
    color: white;
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 16px;
    padding: 12px 15px !important;
    width: 98% !important;
    max-width: 98%!important;
    border: solid 1px rgba(255, 255, 255, 0.5)!important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.contact-form select,
.contact-form input[type='text'].hs-input,
.contact-form input[type='email'].hs-input,
.contact-form input[type='tel'].hs-input {
    height: 48px!important;
}

.contact-form textarea,
.hbspt-form textarea {
    height: 170px;
}

.contact-form select option {
    background: black!important;
}

.contact-form .hs-form-field label {
    float: left;
    position: relative;
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .3px;
    color: white!important;
}

.contact-form fieldset,
.contact-form .actions,
.legal-consent-container {
    max-width: 800px!important;
    margin: auto!important;
    padding: 5px 0px!important;
}

.contact-form .actions {
    text-align: center;
}

.legal-consent-container p {
    width: 95%;
}

.legal-consent-container .hs-richtext p {
    color: white;
}

.contact-form .actions {
    padding: 20px 0px!important;
}

.contact-form .hs-button {
    transition: background-color .35s;
    width: 190px;
    border: 0 !important;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 13px;
    font-weight: 900;
    height: 44px;
    letter-spacing: .5px;
    margin: 0px auto;
    outline: 0;
    text-transform: uppercase;
    background-image: none !important;
    background-color: #bab433 !important;
    box-shadow: 0 3px 10px 0 rgba(13, 24, 55, 0.25) !important;
    width: 220px !important;
    outline: none!important;
}

@media (min-width: 768px) {
    .contact-form .hs-form-field {
        float: left;
        width: 100%;
        color: white;
        min-height: 70px!important;
        margin-bottom: 0px!important;
    }
}

.contact-form input.hs-input[type=checkbox],
.contact-form input.hs-input[type=radio] {
    width: 40px!important;
}

.contact-form .submitted-message {
    text-align: center!important;
}

.countdown {
    list-style: none;
    text-align: center;
    padding: 0px;
}

.countdown li {
    display: inline-block;
    position: relative;
}

.countdown li:not(:last-child) {
    margin-right: 22px;
}

.flap {
    min-height: 78px;
    min-width: 78px;
    position: relative;
    background-color: #343432;
    color: #f2f2f2;
    font-size: 32px;
    font-weight: 700;
    line-height: 2.5;
    border-radius: 6px;
}

.countdown li>p {
    font-size: 16px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .countdown li:not(:last-child):after {
        content: ':';
        position: absolute;
        top: 5px;
        right: -16px;
        font-size: 4rem;
        color: #343432;
    }
}

.countdown-wrap {
    width: 100%;
    background-color: #eeeeee;
    margin: 0 auto;
    padding: 40px 30px;
    text-align: center;
}

.webinar-featured-image {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: table;
    width: 100%;
}

.webinar-featured-image-container {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.webinar-featured-image h1 {
    color: white;
    margin: 0px;
    padding: 100px 0px;
    font-weight: normal;
}

@media (max-width: 767px) {
    .webinar-featured-image h1 {
        font-size: 22px;
        padding: 30px 0px;
    }
}

.header_main-info {
    background-color: #fdfdfd;
    padding: 10px 22px;
    display: table;
    width: 100%;
    color: #343436;
}

@media only screen and (max-width: 64em) {
    .header_main-info>div:not(:last-child) {
        display: block;
        margin: 10px 0;
    }
}

.header_main-info>div {
    display: table-cell;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    vertical-align: middle;
    max-width: 280px;
    padding-right: 10px;
}

.header_date,
.header_time {
    position: relative;
    padding-left: 30px;
}

.header_date:before {
    content: '\f073';
}

.header_date:before,
.header_time:before {
    position: absolute;
    top: -4px;
    left: -5px;
    font-family: 'FontAwesome';
    font-size: 26px;
    font-weight: 300;
}

.header_time:before {
    content: '\f017';
}

.header_date:before,
.header_time:before {
    position: absolute;
    top: -4px;
    left: -5px;
    font-family: 'FontAwesome';
    font-size: 26px;
    font-weight: 300;
}

.header_main-info>div {
    display: table-cell;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    vertical-align: middle;
    max-width: 280px;
    padding-right: 10px;
}

.header-cta {
    padding: 15px 24px;
    background-color: #3b5ca2;
    color: #fff;
    width: 100%;
    display: block;
    font-size: 20px;
    text-align: center;
    border-radius: 3px;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header-cta:focus,
.header-cta:hover {
    background-color: #bab433;
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .header_main-info>div,
    .header_main-info>div:not(:last-child) {
        display: block;
        margin: 0 auto 10px;
    }
}

#webinar-contact-form .hs-form-field input[type=text],
#webinar-contact-form .hs-form-field input[type=email],
#webinar-contact-form .hs-form-field input[type=tel] {
    height: 28px!important;
    width: 97%!important;
    max-width: 97%!important;
}

#webinar-contact-form .hs-form-field {
    /*width: 50%;*/
    /*float: left;*/
    /*padding-right: 45px;*/
    /*min-height: 90px;*/
    padding-right: 0px;
    width: 100%;
    margin-bottom: 18px;
}

@media (min-width: 768px) {
    #webinar-contact-form .hs-form-field input[type=text],
    #webinar-contact-form .hs-form-field input[type=email],
    #webinar-contact-form .hs-form-field input[type=tel] {
        width: 100%!important;
        max-width: 100%!important;
    }
}

#webinar-contact-form .hs-form-field .input {
    margin-right: 0px;
}

.single-webinar .contact-form-body .legal-consent-container .hs-richtext p {
    color: black;
    margin-right: 0px;
    width: 100%;
    font-size: 13px;
}

.single-webinar .contact-form-body .legal-consent-container .hs-richtext p br {
    display: none;
}

.single-webinar .contact-form-body .legal-consent-container .hs-richtext p:last-child {
    margin-bottom: 10px;
}

.single-webinar .contact-form-body .inputs-list {
    padding: 0px;
}

.single-webinar .contact-form-body input {
    box-sizing: border-box!important;
}

.single-webinar .contact-form-body label {
    color: #33475b !important;
    font-weight: 500 !important;
    display: block;
    float: none;
    width: auto;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
    font-family: 'PolySans-Neutral', sans-serif !important;
    font-size: 13px;
}

.single-webinar .contact-form-body fieldset {
    max-width: 100%;
}

#webinar-contact-form .hs-input {
    padding: 4px;
    font-family: 'PolySans-Neutral', sans-serif !important;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #666;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    transition: border 0.2s linear, box-shadow 0.2s linear;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

#webinar-contact-form input[type="radio"],
#webinar-contact-form input[type="checkbox"] {
    margin: 3px 5px 3px 0px;
}

#webinar-contact-form .hs-button {
    border: 0 !important;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 24px;
    outline: 0;
    text-transform: uppercase;
    background-image: none !important;
    background-color: #3b5ba3 !important;
    box-shadow: none;
    width: 100%;
    outline: none!important;
    text-shadow: none!important;
    padding-right: 0px;
}

#compare-section {
    padding-top: 100px;
}

#compare-section+#landing-features {
    margin-top: 100px!important;
}

#compare-section .block-img {
    width: 90px;
}

#compare-section h2 {
    margin-bottom: 50px;
}

#compare-section .compare-box {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    #compare-section .vs-icon {
        /*background-image: url(img/vs_icon.png);*/
        background-image: url(https://xenit.webdevbar.com/wp-content/themes/wdblank-child/img/vs_icon.png);
        position: relative;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 290px;
        min-height: 270px;
    }
    #compare-section .compare-box {
        padding-left: 80px;
        padding-right: 80px;
        margin-bottom: 0px;
    }
    #compare-section {
        padding-bottom: 50px;
    }
}

.features-3 {
    margin-bottom: 0px!important;
}

@media (max-width: 992px) {
    .features-3 {
        padding-bottom: 100px!important;
    }
}

.features-3 h2 {
    margin-bottom: 50px!important;
}

.features-3 .nav-pills li a {
    padding: 16px 30px!important;
}

@media (max-width: 767px) {
    .features-3 .content-tabs-right {
        padding-top: 30px;
    }
}

@media (max-width: 480px) {
    .features-3 .nav-pills>li {
        font-size: 14px!important;
    }
}

#testimonials-section-landing {
    background-color: rgba(120, 120, 120, 1);
}

@media(min-width: 768px) {
    #pre-features-section>.row {
        display: flex;
        align-items: center;
        padding: 50px 0px;
    }
}

#pre-features-section .pre-item {
    background: #424344;
    padding: 50px;
    color: white;
}

#pre-features-section .pre-item .col-xs-12 {
    padding: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#pre-features-section .pre-item .col-xs-12:last-child {
    margin-bottom: 0px;
}

#pre-features-section .pre-item .border:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 10%;
    border-bottom: 1px solid white;
}

#pre-features-section .pre-item .border:last-child:after {
    border: none;
}

@media(max-width: 767px) {
    #pre-features-section {
        padding: 0px 10px;
    }
}

#wp-live-chat-header {
    background-color: #bab433!important;
}

.pulse {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
    animation: pulse 2s infinite;
}

.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0px 0px 20px 20px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0px 0px 20px 20px rgba(255, 255, 255, 0);
        box-shadow: 0px 0px 20px 20px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.webinar-video {
    padding-bottom: 30px;
    display: none;
    /*show on form submit 24.03.2019 */
}

.countdown-wrap iframe,
.webinar-video iframe {
    width: 100%;
    height: 400px;
}

@media (max-width: 767px) {
    .countdown-wrap iframe,
    .webinar-video iframe {
        height: 300px;
    }
}

section#our-company-header {
    color: #fff;
    height: 570px;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

@media (min-width: 1150px) {
    section#our-company-header {
        background-size: contain;
    }
}

section#our-company-header .trapezoid {
    width: 200%;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    background: linear-gradient(0deg, #788473 0%, #3b5da2 30%) no-repeat;
    position: absolute;
    left: -95px;
    top: 0;
    bottom: 0;
}

@media (min-width: 768px) {
    section#our-company-header .trapezoid {
        width: calc(100% - 900px);
        min-width: 45%;
    }
}

section#our-company-header .ttable {
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

section#our-company-header .tcell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

section#our-team {
    padding-bottom: 3em;
}

section#our-team .member-image {
    height: 0px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60%;
}

section#our-team .member-name {
    color: #3b5ca2;
}

section#our-team .member-name h2 {
    line-height: 26px;
    margin: 0px;
    height: 52px;
    display: table-cell;
    vertical-align: middle;
}

section#our-team .member-name,
section#our-team .member-position {
    padding: 0px 20px;
}

section#our-team .member-position {
    height: 60px;
    overflow: hidden;
}

section#our-team .member-container {
    margin: 10px 10px 20px 10px;
    border: solid 1px lightgray;
}

section#our-team .member-socials {
    border-top: solid 3px lightgray;
    margin: 0px 20px 20px 20px;
}

section#our-team .member-socials .fa {
    color: lightgray;
    font-size: 18px;
    border-radius: 50%;
    border: solid 2px lightgray;
    padding: 4px;
    height: 30px;
    width: 30px;
    margin-top: 10px;
    margin-left: 5px;
}

section#our-team .member-socials .fa:hover,
section#our-team .member-socials .fa:focus {
    background: lightgray;
    color: white;
}

section#join-us {
    padding: 3em 0px;
}

section#join-us .join-us-text {
    padding: 20px 20px 30px 0px;
    font-weight: bold;
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 18px;
    line-height: 28px;
}

section#join-us .btn-blue-inverse {
    margin: 0px 0px 30px 0px;
}

.btn-blue-inverse {
    color: #3b5ca2;
    border: solid 2px;
    font-weight: bold;
    border-radius: 5px;
}

.btn-blue-inverse:hover,
.btn-blue-inverse:focus {
    background: #3b5ca2;
    border: solid 2px;
    color: white;
}

#open-positions {
    padding: 3em 0px;
}

#open-positions .open-position {
    display: table;
    width: 100%;
    height: 60px;
    border-bottom: solid 2px lightgray;
}

#open-positions .job-position-name,
#open-positions .job-position-button {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

#open-positions .job-position-button {
    width: 42px;
}

#open-positions .job-position-name {
    width: calc(100% - 42px);
    font-weight: bold;
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 18px;
    padding-right: 10px;
}

#open-positions .department-jobs {
    padding-bottom: 50px;
}

#open-positions .btn-blue-inverse {
    padding: 5px 10px;
}

#open-positions .open-position-container {
    padding: 0px 10px;
}

#open-positions h2 {
    margin: 0px;
    padding-bottom: 1em;
}

#hb-blog-posts {
    padding-top: 100px;
    background: #f0f0f0;
    padding-bottom: 50px;
}

ul.rss-aggregator {
    list-style-type: none;
    padding: 0px 0px 10px 0px;
    margin-top: 20px;
}

ul.rss-aggregator a {
    color: #333;
    text-decoration: none;
    font-size: 22px;
    font-family: 'PolySans-Neutral', sans-serif;
    font-weight: 600;
}

ul.rss-aggregator a:hover {
    color: #444;
}

#pre-videos-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

#pre-videos-section h3 {
    font-size: 24px;
    height: 40px;
    line-height: 24px;
    margin-bottom: 20px;
}

#pre-videos-section .video-wrap {
    padding-bottom: 20px;
}

#pre-videos-section .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

#pre-videos-section .embed-container iframe,
#pre-videos-section .embed-container object,
#pre-videos-section .embed-container embed,
#pre-videos-section .embed-container .thumb,
#pre-videos-section .embed-container .wp-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    background-size: auto 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

ul.inputs-list {
    list-style-type: none;
}

.hs-richtext a {
    color: #bab433;
    font-weight: bold;
}

#webinars-section {
    margin-bottom: 100px;
}

#webinars-section>.container {
    padding: 0px 30px;
}

#webinars-section h1 {
    text-align: center;
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 1em;
    color: #333;
    text-transform: uppercase;
    opacity: 1;
}

#webinars-section .btn {
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #bab433;
    outline: none;
    margin-top: 50px;
    padding: 8px 20px;
}

#webinars-section .modal {
    top: 20%;
}

#webinars-section .modal-dialog {
    width: 90%;
    height: auto;
    margin: auto;
    max-width: 900px;
}

#webinars-section .modal-body {
    padding: 0px 5px;
}

#webinars-section .modal-body iframe {
    width: 100%;
    height: 55vh;
    max-width: 900px;
    max-height: 580px;
}

#landing-webinars-slider {
    font-family: 'PolySans-Neutral', sans-serif;
}

#landing-webinars-slider .slick-track {
    margin: auto;
}

#landing-webinars-slider .slick-slide-content {
    padding: 0px 3px;
    position: relative;
}

#landing-webinars-slider .slick-background {
    height: 0px;
    padding-bottom: 70%;
    background-size: cover;
    background-position: center;
}

#landing-webinars-slider .slick-title {
    position: absolute;
    bottom: 0;
    left: 3px;
    right: 3px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px 10px;
    height: 40%;
}

#landing-webinars-slider .slick-link {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#landing-webinars-slider .slick-link button {
    background: none;
    outline: none;
    text-shadow: none;
    border: none;
}

#landing-webinars-slider .slick-link .fa {
    font-size: 20px;
    position: relative;
    top: 1px;
    padding-left: 3px;
}

#landing-webinars-slider .slick-prev,
#landing-webinars-slider .slick-next {}

#landing-webinars-slider .slick-prev:before,
#landing-webinars-slider .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 30px;
    line-height: 1;
    color: gray;
    opacity: 0.5;
}

#landing-webinars-slider .slick-prev:before {
    content: "\f053"!important;
}

#landing-webinars-slider .slick-next:before {
    content: "\f054"!important;
}

#home-cta .cta-title {
    padding: 10px 0px;
    margin: 0px;
    font-size: 1.2em;
    font-family: 'PolySans-Neutral', sans-serif;
    margin-bottom: 10px;
}

#title-image {
    padding: 100px 0px;
}

#title-image .title-image-content {
    padding-top: 50px;
    width: 80%;
    margin: auto;
    font-size: 20px;
    font-family: 'PolySans-Neutral', sans-serif;
}

#title-image .title-image-content img {
    margin: 25px 0px 0px 0px;
}

#title-image .limg,
#title-image .rtxt {
    padding-top: 50px;
    padding-bottom: 50px;
}

#three-cols {
    padding: 50px 0px;
}

@media (min-width: 1026px) {
    section.header-boxes+#three-cols {
        padding-top: 0px;
    }
}

#three-cols .text {
    color: #999;
    padding: 50px 0px;
    text-align: center;
}

#three-cols .col-title {
    color: #329acd;
    font-size: 3em;
    font-family: 'PolySans-Neutral', sans-serif;
}

#three-cols .col-title:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 50px;
    padding-bottom: 20px;
    border-top: 3px solid #bbb334;
}

#three-cols .col-text {
    color: #329acd;
    font-family: 'PolySans-Neutral', sans-serif;
    padding-bottom: 20px;
    font-size: 1.3em;
}

#three-cols .contact-us {
    background-color: #bbb334;
    color: white;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px 20px;
    border: none;
    font-family: 'PolySans-Neutral', sans-serif;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
}

#tests-slider .tests-slide {
    background-color: white;
    padding: 40px;
    margin: 40px;
    min-height: 400px;
}

#tests-slider img {
    max-width: 200px;
    max-height: 125px;
}

#tests-slider .sector {
    color: #329acd;
    font-size: 1.3em;
    font-family: 'PolySans-Neutral', sans-serif;
}

#tests-slider .from {
    color: #3c5da4;
    font-family: 'PolySans-Neutral', sans-serif;
}

#tests-slider .position {
    color: #333;
    font-family: 'PolySans-Neutral', sans-serif;
}

@media (max-width: 767px) {
    #tests-slider .tests-slide {
        background-color: white;
        padding: 15px;
        margin: 20px 10px 10px 10px;
    }
    #tests-slider .tests-slide h2 {
        font-size: 20px;
    }
    #tests-slider .sector {
        font-size: 18px;
        margin: 10px 0px;
    }
    #tests-slider .tests-slide .col-xs-12 p {
        font-size: 14px;
    }
    #tests-slider .tests-slide img {
        margin: auto;
    }
    #title-image .title-image-content {
        width: 100%;
    }
}

#tests-slider .slick-slide {
    opacity: 0.5;
}

#tests-slider .slick-active {
    opacity: 1;
}

#title-image .read-more {
    background-color: #bbb334;
    color: white;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px 20px;
    border: none;
    font-family: 'PolySans-Neutral', sans-serif;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
}

#lp-tabs .nav-tabs>li {
    width: 33.33%;
}

#lp-tabs .nav-tabs>li>a {
    height: 155px;
    overflow: hidden;
    margin-right: 0px;
    background: none;
}

#lp-tabs .nav-tabs {
    border-bottom: solid 2px #329acd;
}

#lp-tabs .nav-tabs>li.active>a,
#lp-tabs .nav-tabs>li.active>a:hover,
#lp-tabs .nav-tabs>li.active>a:focus {
    border: transparent;
    position: relative;
}

#lp-tabs .nav-tabs>li>a:hover {
    border-color: transparent;
    border-bottom: solid 2px #329acd;
    background: transparent;
}

#lp-tabs .nav-tabs>li.active>a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    right: calc(50% - 10px);
    width: 20px;
    height: 20px;
    background: white;
    border-right: 2px solid #329acd;
    border-bottom: 2px solid #329acd;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

#lp-tabs .tab-item {
    height: 110px;
    border: solid 2px #329acd;
    display: table;
    width: 100%;
}

#lp-tabs .tab-item-container {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

#lp-tabs .active .tab-item {
    background-color: #329acd;
    color: white;
}

#lp-tabs .nav-tabs>li {
    margin-bottom: -2px;
}

#lp-tabs li:first-child a {
    padding-left: 0px;
}

#lp-tabs li:last-child a {
    padding-right: 0px;
}

#lp-tabs .tab-content img {
    height: 90px;
    width: auto;
}

#lp-tabs .tab-content .pdesc {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

#lp-tabs .tab-content .one-column,
#lp-tabs .tab-content .two-columns {
    padding: 30px 0px;
    text-align: center;
    font-size: 22px;
    width: 80%;
    margin: auto;
    font-family: 'PolySans-Neutral', sans-serif;
}

#lp-tabs .tab-content .two-columns {
    text-align: left;
    width: 100%;
    margin: 0;
}

#lp-tabs .tab-content .pdetail {
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    #lp-tabs .nav-tabs>li {
        width: 100%;
    }
    #lp-tabs .nav-tabs>li>a {
        padding: 0px;
        height: 130px;
    }
    #lp-tabs .nav-tabs,
    #lp-tabs .nav-tabs>li>a:hover,
    #lp-tabs .nav-tabs>li>a:focus {
        border-bottom: none;
    }
    #lp-tabs .tab-content .pdetail {
        text-align: center;
    }
    #lp-tabs .nav-tabs>li.active>a:after {
        display: none;
    }
}

.webinar-header h2 {
    color: white;
    text-transform: capitalize;
    font-size: 42px;
    font-weight: normal;
}

#header-1.webinar-header a.btn-more {
    background-color: #bbb334;
    color: white;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px 20px;
    border: none;
}

.webinar-listing {
    background-color: #f9f9f9;
    color: #464646;
    padding: 3em 0;
}

.webinar-listing .webinar-cover {
    height: 100px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    position: relative;
}

.webinar-listing .upcoming-flag {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    background: #bbb334;
    padding: 5px 10px;
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 14px;
}

.webinar-listing .webinar-card {
    display: block;
    background-color: white;
    border: solid 1px #e3e3e3;
    text-decoration: none;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0px;
    text-align: left;
}

.webinar-listing .webinar-card .padding-20 {
    padding: 20px;
}

.webinar-listing .webinar-card h4 {
    font-size: 16px;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
}

.webinar-listing .webinar-excerpt {
    color: #919191;
    font-size: 14px;
    height: 150px;
    overflow: hidden;
}

.webinar-listing .webinar-excerpt p {
    margin-bottom: 0px;
}

.webinar-listing .filter-sidebar h4 {
    border-bottom: solid 1px #bfbfbf;
    border-top: solid 1px #bfbfbf;
    padding: 10px 0px;
    position: relative;
}

.webinar-listing .filter-sidebar h4 .fa-caret-down {
    position: absolute;
    right: 0;
}

.webinar-listing .filter-sidebar input[type="text"] {
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    border: solid 1px #bfbfbf;
    padding: 10px 15px;
    font-size: 14px;
    height: 40px;
}

.webinar-listing .filter-sidebar label,
.webinar-listing .filter-sidebar input[type="checkbox"] {
    color: #939393;
    font-size: 14px;
}

.webinar-listing .filter-sidebar label {
    position: relative;
    width: 100%;
}

.webinar-listing .filter-sidebar input[type="checkbox"] {
    position: absolute;
    right: 0;
    font-size: 18px;
    height: 18px;
    width: 18px;
}

.single-webinar .contact-form-header {
    background-color: #3b5ca3;
    padding: 10px 20px;
}

.single-webinar .contact-form-header h2 {
    color: white;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0px;
}

.single-webinar .contact-form-body {
    background-color: #ebebeb;
    padding: 30px 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.single-webinar .contact-form-body iframe {
    width: 100%!important;
}

#pre-videos-section a.show-all {
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #bab433;
    outline: none;
    margin-top: 50px;
    padding: 8px 20px;
}

#google_translate_element {
    float: right;
    margin-top: 27px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    #google_translate_element {
        float: none;
        margin-top: 10px;
    }
}

form#hsForm_fade10a7-0a06-4f32-82e9-6bd80874ac35 p {
    color: black !important;
}

#featured-customers {
    padding: 4em 0px;
}

#featured-customers .featured-image {
    position: relative;
}

#featured-customers .sector-flag {
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    background: #bbb334;
    padding: 5px 10px;
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 14px;
}

#featured-customers .customer-logo {
    display: block;
    max-height: 60px;
    max-width: 180px;
}

#featured-customers h2,
#featured-customers p {
    color: #555;
}

#featured-customers .testimonial-text {
    line-height: 28px;
}

#featured-customers .author-info {
    font-family: 'PolySans-Neutral', sans-serif;
    font-weight: bold;
    color: #666;
}

#featured-customers .section-title {
    margin-bottom: 2.6em;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 22px;
    color: #555;
}

#featured-customers .row {
    margin-left: -20px;
    margin-right: -20px;
}

#featured-customers .col-md-6 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}

#featured-customers .btn {
    border: solid 2px #3b5ca3;
    border-radius: 10px;
    padding: 10px;
    font-weight: bold;
    font-family: 'PolySans-Neutral', sans-serif;
    display: inline-block;
    margin-top: 20px;
    color: #3b5ca3;
}

#featured-customers .btn:hover {
    background-color: #3b5ca3;
    color: white;
}

#all-customer-stories {
    padding: 4em 0px;
}

#all-customer-stories .section-title {
    text-transform: uppercase;
    font-size: 22px;
    color: #555;
}

#all-customer-stories .section-subtitle {
    margin-bottom: 4em;
    color: #555;
}

#all-customer-stories hr {
    border-top: solid 1px #ccc;
}

#all-customer-stories .card-details {
    text-align: center;
    position: relative;
    height: 100%;
    font-family: 'PolySans-Neutral', sans-serif;
}

#all-customer-stories .card-details img {
    height: 50px;
    margin: auto;
    display: block;
}

#all-customer-stories .card-details .strong {
    font-weight: bold;
}

#all-customer-stories .card-details .sector {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-family: 'PolySans-Neutral', sans-serif;
}

#all-customer-stories .testimonial-card {
    border: solid 1px #ccc;
    padding: 20px;
    position: relative;
    height: 400px;
    overflow: hidden;
    margin-bottom: 20px;
    display: block;
    color: rgb(51, 51, 51);
}

#all-customer-stories .card-details-hover {
    display: none;
}

#all-customer-stories .testimonial-card:hover .card-details-hover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3b5ca2;
    color: white;
    padding: 20px;
}

#all-customer-stories .author-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

#all-customer-stories .all-stories {
    padding-top: 4em;
}

#list-stories .filter-group h4 {
    border-bottom: solid 1px #bfbfbf;
    border-top: solid 1px #bfbfbf;
    padding: 10px 0px;
    position: relative;
}

#list-stories .filter-group label {
    color: #939393;
    font-size: 14px;
}

#list-stories .filter-group input[type="checkbox"] {
    position: absolute;
    right: 10px;
    font-size: 18px;
    height: 18px;
    width: 18px;
}

#list-stories .filter-group select,
#list-stories .filter-group input[type="text"] {
    outline: none;
    border: solid 1px #bfbfbf!important;
    border-radius: 0px;
    height: 41px;
    padding: 8px 5px!important;
    margin-top: 10px;
    box-shadow: none!important;
    color: #939393;
    font-family: 'PolySans-Neutral', sans-serif;
    width: 100%!important;
}

#list-stories .filter-group input[type="text"] {
    padding-left: 10px!important;
}

#list-stories .paging {
    margin-top: 4em;
}

#list-stories .pagination>li>a {
    font-family: 'PolySans-Neutral', sans-serif;
    border: none;
    box-shadow: none;
    color: #939393;
}

#list-stories .pagination>.active>a {
    background-color: transparent;
    color: #3b5ca3;
}

#list-stories .pagination {
    margin: 0px;
}

#list-stories .next {
    float: right;
}

#list-stories .prev {
    float: left;
}

#list-stories .next,
#list-stories .prev {
    height: 37px;
    box-shadow: none;
    border: solid 1px #ccc;
    background: transparent;
    color: #939393;
    padding-left: 25px;
    padding-right: 25px;
    font-family: 'PolySans-Neutral', sans-serif;
}

.one-side-column {
    background: #3b5ca3;
    color: white;
    padding: 4em 0px;
    font-family: 'PolySans-Neutral', sans-serif;
}

.one-side-column .content {
    font-size: 22px;
    margin-bottom: 20px;
}

.one-side-column .author {
    color: #bbb334;
}

.container.two-sides {
    padding-top: 4em;
    padding-bottom: 4em;
}

.two-sides+.two-sides {
    padding-top: 0px!important;
}

.left-side-column img {
    max-width: 150px;
}

.two-side-column .left-side-content {
    color: #3b5ca3;
    font-weight: bold;
    font-family: 'PolySans-Neutral', sans-serif;
    border-top: solid 5px;
    line-height: 35px;
    font-size: 22px;
    padding-top: 10px;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .two-side-column .left-side-content:first-child {
        margin-top: 110px;
    }
}

.left-side-column .btn {
    background: #3b5ca3;
    color: white;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 10px 0px 20px 0px;
}

.right-side-column {
    background-color: #f4f4f4;
    padding: 30px;
}

.two-side-column h2.title {
    margin: 0px 0px 40px 0px;
    height: 60px
}

section#call-to-action {
    background: #303030;
    padding: 100px 0px 50px 0px;
}

.contact-form .hs-input {
    background-color: white!important;
    color: #303030!important;
}

form#hsForm_fade10a7-0a06-4f32-82e9-6bd80874ac35 p {
    color: white !important;
}

#content-news-events form#hsForm_fade10a7-0a06-4f32-82e9-6bd80874ac35 p {
    color: black!important;
}

#two-cols-industry {
    padding: 100px 0px;
}

#two-cols-industry iframe {
    width: 100%;
    height: 300px;
}

#two-cols-industry .title {
    margin-top: 0px;
}

#two-cols-industry .col-md-6 {
    padding-bottom: 10px;
}

#two-cols-industry .row {
    padding-bottom: 50px;
}

#two-cols-industry .row:last-child {
    padding-bottom: 0px;
}

#industry-offers {
    padding: 100px 0px;
}

#industry-offers .offer-image {
    height: 0px;
    padding-bottom: 55%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#industry-offers .offer-item {
    position: relative;
    padding: 50px 5px 0px 5px;
}

#industry-offers .offer-item h4 {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 38px;
    overflow: hidden;
}

#industry-offers .offer-item .read-more {
    padding: 25px 15px;
    border-bottom: solid 3px;
    font-weight: bold;
    font-family: 'PolySans-Neutral', sans-serif;
}

#industry-offers .offer-item .read-more:after {
    content: "";
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    display: inline;
    position: absolute;
    bottom: 3px;
    left: 50%;
}

#industry-offers .offer-item a:hover,
#industry-offers .offer-item a:focus,
#industry-offers .offer-item a:active {
    text-decoration: none;
}

@media (min-width: 768px) {
    #industry-offers .offer-item .text {
        height: 247px;
        padding-bottom: 10px;
        overflow: hidden;
    }
    #industry-offers .offer-item .content {
        height: 120px;
        padding-bottom: 10px;
        overflow: hidden;
    }
}

#industry-benefits {
    padding: 100px 0px;
}

#industry-benefits img {
    width: 100%;
    max-width: 90px;
}

#industry-benefits .benefit-text {
    font-family: 'PolySans-Neutral', sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    margin-top: 25px;
    color: rgba(255, 255, 255, 0.5);
    color: #333;
    font-size: 18px;
}

#industry-benefits .benefit-item {
    padding-bottom: 20px;
}

#industry-benefits h2 {
    margin-bottom: 50px;
}

#industry-offers h2 {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    #industry-benefits .benefit-text {
        margin-top: 5px;
    }
}

#why-work-with {
    padding: 100px 0px;
}

#why-work-with h2 {
    margin-bottom: 50px;
}

#why-work-with .image {
    text-align: center;
}

#why-work-with .image img {
    height: 90px;
    width: auto;
}

#why-work-with .card {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

#why-work-with .item {
    padding: 10px 20px;
    border: solid 1px lightgray;
    background-color: white;
}

#why-work-with hr {
    border-top-color: lightgray;
}

#why-work-with .detail {
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    #why-work-with .detail {
        height: 120px;
        overflow: hidden;
        padding-bottom: 0px;
    }
}

#lp-services {
    padding: 100px 0px;
}

#lp-services h2 {
    margin-bottom: 50px;
}

#lp-services .image img {
    height: 90px;
    width: auto;
}

#lp-services .item {
    padding: 20px 30px 30px 30px;
    background-color: white;
}

#lp-services .col-md-4 {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    #lp-services .text {
        height: 240px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    #lp-services .col-md-4 {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        margin-bottom: 0px;
    }
}

#header-boxes {
    padding: 100px 0px;
}

#header-boxes .excerpt p {
    font-size: 19px;
}

#header-boxes h2 {
    margin-bottom: 50px;
}

#header-boxes .text-area {
    padding-bottom: 50px;
    width: 80%;
    max-width: 800px;
    margin: auto;
}

#header-boxes .text-area h4 {
    font-weight: normal;
    line-height: 1.5;
}

#header-boxes .header-box-es {
    margin-bottom: 10px;
    min-width: 260px;
}

@media (min-width: 1200px) {
    #header-boxes .header-box {
        box-shadow: 0 10px 70px 0 rgba(23, 28, 33, .16);
        margin-left: 15px;
        margin-right: 15px;
    }
    #header-boxes .header-box-es {
        margin-bottom: 30px;
    }
}

#header-boxes .header-box a.link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#header-boxes .header-box a.link:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    #header-boxes .text-area {
        width: 100%;
    }
}

.btn-yellow,
.contact-form .hs-button {
    background-color: #00A1F2;
    color: #fff;
    border-radius: 16px;
    border-color: #00A1F2;
    /* max-width: 212px; */
    width: 100%;
    padding: 16px 24px;
    font-weight: 600;
    font-family: 'PolySans Median';
    letter-spacing: 0.05em;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.contact-form .hs-button:hover,
.contact-form .hs-button:focus,
.contact-form .hs-button:active {
    text-decoration: none!important;
    background-color: #0A6796 !important;
    color: #fff!important;
}

#alfred-products-landing .btn-yellow {
    padding: 7.5px 15px!important;
    font-size: 0.8em!important;
}

#content-news-events form#hsForm_fade10a7-0a06-4f32-82e9-6bd80874ac35 p {
    color: black!important;
}

#alfred-products-landing {
    padding: 100px 0px;
}

#alfred-products-landing .product {
    padding-top: 80px;
}

#alfred-products-landing h2 {
    margin-bottom: 20px;
}

#alfred-products-landing .product-text {
    font-size: 14px;
    margin: 10px 0px;
}

#alfred-products-landing .product-img {
    height: 65px;
}

#alfred-products-landing .product-img2 {
    padding-bottom: 20px;
}

#solutions3 h2 {
    margin: 0px;
    padding: 100px 0px 50px 0px;
}

#solutions3 .solution {
    padding: 50px 0px;
}

#solutions3 .solution h3 {
    margin-bottom: 20px;
}

#solutions3 .solution .text {
    padding-bottom: 20px;
}

#solutions3 .button a {
    border: solid 2px;
    padding: 5px 20px;
    margin: 10px 0px 30px 0px;
    border-radius: 7px;
    font-family: 'PolySans-Neutral', sans-serif!important;
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
}

#solutions3 .button a:hover {
    text-decoration: none;
}

#solutions3 img {
    max-height: 300px;
    width: auto;
}

.header-challenges {
    padding: 100px 0px;
    background-color: #3b5ca3;
    color: white;
}

.header-challenges h1,
.header-challenges h3 {
    font-weight: normal;
}

.header-challenges h3 {
    width: 80%;
    max-width: 800px;
    margin: 20px auto;
}

#challenges .challenge {
    background-color: #25517e;
    color: white;
    height: 120px;
    border: solid white 1px;
    margin-top: -1px;
}

#challenges a:hover .challenge {
    background-color: #267cab;
    opacity: 0.9;
}

#challenges .challenge .title {
    display: table;
    width: 100%;
    height: 100%;
}

#challenges .challenge .title h4 {
    font-weight: normal;
    margin: 0px;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    font-size: 20px;
}

#challenges .row {
    margin-left: 0px;
    margin-right: 0px;
}

@media (max-width: 600px) {
    #challenges .challenge {
        width: 100%;
        height: 80px;
    }
}

#challenge-sections .challenge-icon {
    height: 90px;
    margin-bottom: 30px;
}

#challenge-sections .problem-solution {
    padding-top: 80px;
    padding-bottom: 30px;
}

#challenge-sections .testimonial-challenge .challenge-text {
    font-size: 24px;
    font-weight: normal;
    line-height: 38px;
    font-family: 'PT Serif', serif;
}

#challenge-sections .problem-solution:first-child {
    padding-right: 30px;
}

#challenge-sections .problem-solution:last-child {
    padding-left: 30px;
}

@media (max-width: 991px) {
    #challenge-sections .problem-solution {
        padding-top: 30px;
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
    #challenge-sections .testimonial-challenge .challenge-text {
        font-size: 18px;
        line-height: 28px;
    }
}

#challenge-sections .problem-solution h3 {
    margin-bottom: 30px;
}

#challenge-sections .problem-solution p {
    font-size: 14px;
    line-height: 32px;
}

#challenge-sections .back-top {
    padding-bottom: 20px;
}

#challenge-sections .back-top a:hover,
#challenge-sections .back-top a:focus,
#challenge-sections .back-top a:active {
    text-decoration: none;
}

#challenge-sections .fa-chevron-up {
    height: 20px;
    width: 20px;
    background-color: #3b5ca3;
    color: white;
    border-radius: 50%;
    padding: 4px 5px;
    font-size: 10px;
    position: relative;
    top: -2px;
}

#challenge-sections .testimonial-challenge {
    background-color: #3b5ca3;
    color: white;
    display: block;
}

#challenge-sections .testimonial-challenge:hover,
#challenge-sections .testimonial-challenge:focus,
#challenge-sections .testimonial-challenge:active {
    text-decoration: none;
}

#challenge-sections .testimonial-challenge img {
    width: 100%;
}

.theme-blue {
    color: #3b5ca3!important;
}

.theme-yellow {
    color: #bab433!important;
}

.container-left {
    margin-right: 0px;
    margin-left: auto;
    padding-right: 0px;
    overflow: hidden;
}

.container-right {
    margin-left: 0px;
    margin-right: auto;
    padding-left: 0px;
    overflow: hidden;
}

@media (max-width: 750px) {
    .container-left,
    .container-right {
        margin-left: auto!important;
        margin-right: auto!important;
        padding: 0px 20px;
    }
    #challenge-sections .testimonial-challenge .col-xs-6 {
        width: 100%;
    }
    #challenge-sections .testimonial-challenge {
        padding: 20px 0px;
    }
    #challenge-sections .testimonial-challenge .challenge-text {
        padding: 20px 10px;
    }
}

@media (min-width: 751px) {
    .arrow-left {
        position: absolute;
        bottom: 0;
        height: 100%;
        padding-left: 8%;
        background-color: rgb(59, 92, 163);
        left: -5%;
    }
    .arrow-left:before,
    .arrow-left:after {
        content: '';
        position: absolute;
        left: 50%;
        width: 100%;
        height: 50%;
        background-color: #3b5ca3;
    }
    .arrow-left:before {
        bottom: 50%;
        -ms-transform: skewY(-45deg);
        -webkit-transform: skewY(-45deg);
        transform: skewY(-45deg);
    }
    .arrow-left:after {
        top: 50%;
        -ms-transform: skewY(45deg);
        -webkit-transform: skewY(45deg);
        transform: skewY(45deg);
    }
    .arrow-right {
        position: absolute;
        bottom: 0;
        height: 100%;
        padding-right: 8%;
        background-color: rgb(59, 92, 163);
        right: -5%;
    }
    .arrow-right:before,
    .arrow-right:after {
        content: '';
        position: absolute;
        right: 50%;
        width: 100%;
        height: 50%;
        background-color: #3b5ca3;
    }
    .arrow-right:before {
        bottom: 50%;
        -ms-transform: skewY(45deg);
        -webkit-transform: skewY(45deg);
        transform: skewY(45deg);
    }
    .arrow-right:after {
        top: 50%;
        -ms-transform: skewY(-45deg);
        -webkit-transform: skewY(-45deg);
        transform: skewY(-45deg);
    }
    .wrap-left {
        margin-left: -5px;
    }
    .wrap-right {
        margin-right: -5px;
    }
}

.home-challenges-subheadline {
    padding: 30px 0px;
    color: #888;
}

.home-challenge {
    padding: 15px;
}

.home-challenge .home-challenge-container {
    padding: 30px;
    border: solid 1px lightgray;
}

.home-challenge .challenges-image {
    height: 90px;
}

.home-challenge .challenges-title {
    height: 50px;
    vertical-align: middle;
    display: table-cell;
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    overflow: hidden;
    color: #353535;
}

.home-challenge .challenges-excerpt {
    font-family: 'PT Serif', serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    margin-top: 5px;
    color: #888;
    line-height: 2.5;
    margin-bottom: 20px;
    height: 120px;
    overflow: hidden;
}

.home-challenge .challenges-button a {
    margin: 0px!important;
}

.home-challenge .home-challenge-container:hover {
    background-color: #3b5ca2;
}

.home-challenge .home-challenge-container:hover .challenges-title,
.home-challenge .home-challenge-container:hover .challenges-excerpt {
    color: white;
}

.home-challenge .home-challenge-container:hover .challenges-button a {
    background-color: white!important;
    color: #3b5ca2!important;
}

#home-solutions {
    background-color: #3b5ca2;
    color: white;
    padding: 100px 0px;
}

#home-solutions h2 {
    text-align: center;
    margin-bottom: 40px;
}

#home-solutions .home-solution {
    padding: 10px;
}

#home-solutions .home-solution-container {
    padding: 20px;
    background: white;
    color: #353535;
}

#home-solutions .home-solution-container h1 {
    color: #3b5ca2;
}

#home-solutions .home-solution-container .home-solution-text {
    height: 66px;
    overflow: hidden;
}

#home-solutions .home-solution-more {
    margin-top: 40px;
}

#home-solutions .home-solution-container:hover {
    background: #bbb334!important;
    color: white!important;
}

#home-solutions .home-solution-container:hover h1 {
    color: white!important;
}

#home-solutions .home-solution-container:hover .btn-yellow {
    background-color: white!important;
    color: #bbb334!important;
}

.home-customers-section {
    padding: 100px 0px!important;
}

.home-customers-section .section-subheading {
    padding: 30px 0px;
}

#world-map-markers {
    width: 100%;
    height: 550px;
    display: none;
}

#world-map {
    padding: 100px 0px;
    background-color: #e2e2e2;
}

#world-map h2 {
    margin-bottom: 40px;
    padding: 0px 10px;
}

#world-map circle.jvectormap-marker:hover {
    fill: #bab433;
    stroke: #bab433;
}


/*
@media (max-width: 991px) {
	#world-map-markers {
		display: none;
	}
}

@media (min-width: 992px) {
	#world-map-mobile,
	.see-all-customers {
		display: none;
	}
}
*/

#world-map-mobile .country {
    border-radius: 5px;
    background: #005caa;
    color: white;
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 20px;
}

#world-map-mobile img {
    margin-bottom: 40px;
}

.global-customers li a {
    color: #333;
}

.global-customers li a:hover {
    text-decoration: none;
}

.global-customers li {
    position: relative;
    padding-bottom: 10px;
    margin-left: 20px;
}

.global-customers {
    padding: 10px 0px 30px 0px;
    list-style: none;
}

.global-customers li:before {
    content: '';
    position: absolute;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    width: 10px;
    height: 10px;
    top: calc(50% - 4px);
    left: -20px;
    transform: translateY(-50%) rotate(-45deg);
}

@media (max-width: 450px) {
    .global-customers-container {
        width: 100%;
    }
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

#wpadminbar {
    z-index: 9999999;
}

@media screen and (max-width: 600px) {
    html {
        margin-top: 0px !important;
    }
    .admin-bar #header {
        top: 46px;
    }
}

#menu-footer-menu-1>li {
    width: 50%;
    float: left;
}

ul.country-belgium li {
    width: calc(100% - 20px);
    float: left;
}

@media (min-width: 450px) {
    ul.country-belgium li {
        width: calc(50% - 20px);
        float: left;
    }
}

@media (min-width: 768px) {
    ul.country-belgium li {
        width: calc(25% - 20px);
        float: left;
    }
}

@media (max-width: 767px) {
    .col-xs-6.global-customers-container:first-child {
        width: 100%;
    }
}

footer#footer+div {
    display: none!important;
}

#header-suits {
    padding: 1em 0px;
}

#header-suits h2 {
    color: #25517f!important;
}

#header-suits p {
    color: #25517f!important;
}

#header-suits .btn-more {
    color: #000 !important;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px;
    /*border: solid 2px #25517f;*/
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 20px;
    background-color: #fff;
    text-transform: uppercase;
    font-family: 'PolySans-Neutral', sans-serif;
}

#header-suits .disp-table-cell {
    vertical-align: middle;
}

#header-suits .desktop {
    text-align: right;
}

#header-suits .mobile {
    text-align: center;
}

#header-suits img {
    max-height: 500px;
}

@media (max-width: 767px) {
    #header-suits .desktop {
        display: none;
    }
}

@media (min-width: 768px) {
    #header-suits .mobile {
        display: none;
    }
}

.header-box-suite {
    box-shadow: none!important;
    margin-bottom: 0px!important;
}

.header-box-suite img {
    max-width: 130px;
}

.header-box-suite .excerpt {
    color: #333;
}

ul.suite-plans-list {
    padding: 10px 0px;
    list-style: none;
}

ul.suite-plans-list li:before {
    content: "\2713\0020";
    font-weight: bold;
    padding-right: 10px;
    color: #bbb334!important;
}

ul.suite-plans-list li {
    padding-bottom: 10px;
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 1.0em;
}

#suite-plans {
    padding: 60px 0px;
    background-color: #f6f6f6;
}

#suite-plans h3,
.header-boxes-plans h2 {
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
    color: #525252;
    font-size: 24px;
}

#suite-plans .extra-info {
    font-family: 'PolySans-Neutral', sans-serif;
}

#suite-plans .extra-info h3 {
    color: #395d9e;
    text-transform: capitalize;
    margin: 20px 0px;
}

#suite-plans .extra-info a {
    color: #267cab;
    text-decoration: underline;
}

.suite-plan .banner-plan {
    color: white;
    max-height: 100px;
    overflow: hidden;
    padding: 30px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.suite-plan .banner-plan .heading {
    color: white;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    font-family: 'PolySans-Neutral', sans-serif;
    line-height: 34px;
}

.suite-plan .banner-plan .subheading {
    color: white;
    text-align: center;
}

.suite-plan:nth-child(1) .banner-plan,
.suite-plan:nth-child(1) a.contact-us {
    background-color: #267cab;
}

.suite-plan:nth-child(2) .banner-plan,
.suite-plan:nth-child(2) a.contact-us {
    background-color: #395d9e;
}

.suite-plan:nth-child(3) .banner-plan,
.suite-plan:nth-child(3) a.contact-us {
    background-color: #002157;
}

#suite-plans .suite-plan-container {
    font-family: 'PolySans-Neutral', sans-serif;
    box-shadow: 0 10px 70px 0 rgba(23, 28, 33, .16);
    background-color: white;
    height: 100%;
    position: relative;
    padding-bottom: 100px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #525252;
}

#suite-plans .suite-plan-container .range-container {
    margin-bottom: 15px;
}

.suite-plan .suite-plan-details {
    padding: 20px 30px 0px 30px;
    text-align: center;
}

#suite-plans .suite-plan-container a.contact-us {
    position: absolute;
    bottom: 30px;
    left: 40px;
    right: 40px;
    display: block;
    border-radius: 25px;
    padding: 10px;
    text-align: center;
    color: white;
    font-family: 'PolySans-Neutral', sans-serif;
    font-weight: bold;
    max-width: 200px;
    margin: auto;
    text-decoration: none;
    box-shadow: 2px 2px 10px 0 rgba(23, 28, 33, .26);
}

#suite-plans .suite-plan {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

#suite-plans .suite-plan .before-feature-name {
    text-align: left;
    border-top: 1px solid lightgrey;
    padding: 10px 5px;
    margin-bottom: 5px;
}

#suite-plans .suite-plan .feature-name {
    font-size: 15px;
    padding: 5px 0px;
    text-align: left;
    font-weight: 500;
}

#suite-plans .suite-plan .feature-name button {
    border: none;
    background: no-repeat;
    text-align: left;
    display: contents;
    color: #267cab;
    font-weight: bold;
}

#suite-plans .suite-plan .feature-name:before {
    content: '\2713 ';
    padding-right: 5px;
    color: #395d9e;
    font-weight: bold;
}

.suite-plan .suite-plan-details .description {
    font-size: 14px;
    margin-bottom: 30px;
}

.suite-plan .suite-plan-details .pricing-description {
    font-weight: bold;
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 15px;
}

.suite-plan .suite-plan-details .pricing-text {
    font-size: 18px;
    padding-top: 20px;
    font-style: italic;
    font-family: 'PolySans-Neutral', sans-serif;
    min-height: 200px;
}

.suite-plan:nth-child(1) .suite-plan-details .pricing-description,
.suite-plan:nth-child(1) .from,
.suite-plan:nth-child(1) .to,
.suite-plan:nth-child(1) .suite-plan-details .pricing-text {
    color: #267cab;
}

.suite-plan:nth-child(2) .suite-plan-details .pricing-description,
.suite-plan:nth-child(2) .from,
.suite-plan:nth-child(2) .to,
.suite-plan:nth-child(2) .suite-plan-details .pricing-text {
    color: #395d9e;
}

.suite-plan:nth-child(3) .suite-plan-details .pricing-description,
.suite-plan:nth-child(3) .from,
.suite-plan:nth-child(3) .to,
.suite-plan:nth-child(3) .suite-plan-details .pricing-text {
    color: #002157;
}

.suite-plan .from,
.suite-plan .to {
    font-family: 'PolySans-Neutral', sans-serif;
    font-weight: 900;
    margin-bottom: 25px;
}

.suite-plan .currency {
    position: relative;
    top: -32px;
}

.suite-plan .measurement {
    text-align: center;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 30px;
}

.suite-plan .price {
    font-size: 62px;
    line-height: 62px;
    font-weight: bold;
    margin-top: 30px;
}

.suite-plan .price:before {
    content: '€';
    padding-right: 10px;
    font-size: 62px;
    line-height: 62px;
}

#plans {
    padding: 60px 0px;
    background-color: #f6f6f6;
}

#plans h3 {
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
    color: #525252;
}

#plans .suite-plan-container {
    box-shadow: 0 10px 70px 0 rgba(23, 28, 33, .16);
    background-color: white;
    height: 100%;
    position: relative;
    padding-bottom: 100px;
}

#plans .suite-plan-container a.contact-us {
    position: absolute;
    bottom: 30px;
    left: 40px;
    right: 40px;
    display: block;
    border-radius: 25px;
    padding: 10px;
    text-align: center;
    color: white;
    font-family: 'PolySans-Neutral', sans-serif;
    font-weight: bold;
    max-width: 200px;
    margin: auto;
    text-decoration: none;
    box-shadow: 2px 2px 10px 0 rgba(23, 28, 33, .26);
}

#plans .suite-plan-details .description {
    margin-bottom: 30px;
    font-weight: bold;
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 15px;
}

#plans .suite-plan .feature-name {
    border-top: solid 1px #e1e1e1;
    color: #919191;
    font-size: 12px;
    padding: 5px;
}

#plans .suite-plan .feature-name:last-child {
    border-bottom: solid 1px #e1e1e1;
}

#plans .suite-plan:nth-child(1) .banner-plan,
#plans .suite-plan:nth-child(1) a.contact-us {
    background-color: #19acd4;
}

#plans .suite-plan:nth-child(2) .banner-plan,
#plans .suite-plan:nth-child(2) a.contact-us {
    background-color: #316d9b;
}

#plans .suite-plan:nth-child(3) .banner-plan,
#plans .suite-plan:nth-child(3) a.contact-us {
    background-color: #bab433;
}

#plans .suite-plan:nth-child(1) .suite-plan-details .description {
    color: #19acd4;
}

#plans .suite-plan:nth-child(2) .suite-plan-details .description {
    color: #316d9b;
}

#plans .suite-plan:nth-child(3) .suite-plan-details .description {
    color: #bab433;
}

#plans .suite-plan {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 1025px) {
    .header-boxes-plans {
        padding: 50px 0px!important;
    }
    .header-boxes-plans .header-box {
        padding: 0px;
        padding-bottom: 25px;
    }
}

#suite-plan-details {
    margin-top: 50px;
    margin-bottom: 50px;
}

.suite-plan-banner {
    height: 300px;
}

.suite-plan-banner h1.entry-title {
    color: white;
}

#suite-plan-details .col-md-9 {
    margin-bottom: 40px;
}

#text-video iframe {
    width: 100%!important;
    height: 300px;
}

#text-video {
    padding: 80px 0px;
    font-family: 'PolySans-Neutral', sans-serif;
}

#text-video p {
    color: #3b5ca1;
    margin-bottom: 20px;
    font-family: 'PolySans-Neutral', sans-serif;
}

@media (min-width: 992px) {
    #text-video .col-md-6:first-child {
        padding-right: 25px;
    }
    #text-video .col-md-6:last-child {
        padding-left: 25px;
    }
    #text-video p {
        font-size: 22px;
        line-height: 1.5;
    }
}

#alfred-slider-section {
    background-color: #f6f6f6;
    padding: 50px 0px;
}

#alfred-slider-section h2,
#alfred-slider-section h3 {
    color: #3b5ca1;
}

#alfred-slider-section h3 {
    margin-bottom: 50px;
}

#alfred-slider-section p {
    color: #969696;
    font-family: 'Polysans-Neutral', sans-serif;
    line-height: 1.5;
}

#alfred-slider-section .slick-prev:before,
#alfred-slider-section .slick-next:before {
    background: transparent;
    color: darkgray;
    font-weight: normal;
    font-size: 14px;
}

#alfred-slider {
    padding-left: 20px;
    padding-right: 20px;
}

#alfred-slider-section .slick-next:before {
    font-family: 'FontAwesome';
    content: "\f054";
    right: -1px;
    position: relative;
}

#alfred-slider-section .slick-prev:before {
    font-family: 'FontAwesome';
    content: "\f053";
    left: -1px;
    position: relative;
}

#alfred-slider-section .slick-next,
#alfred-slider-section .slick-prev {
    border: solid 2px darkgray;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

#alfred-slider-section .slick-prev {
    left: -15px;
}

#alfred-slider-section .slick-next {
    right: -15px;
}

#alfred-slider-section .slick-dots li.slick-active button::before {
    background: darkgray;
}

#alfred-slider-section .slick-dots li button::before {
    content: '';
    border: 1px solid darkgray;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    opacity: 1;
    background: white;
}

#alfred-slider-section .slick-dots {
    bottom: -35px;
}

@media (max-width: 767px) {
    #alfred-slider img {
        max-height: 300px;
    }
    #text-video {
        padding: 30px 0px;
    }
    .image-slider .slick-slider {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) {
    #alfred-slider-section .slick-dots {
        /*left: -25%;*/
    }
    #alfred-slider-section .equal {
        display: flex;
        flex-wrap: wrap;
    }
    #alfred-slider-section .slide-content {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

#alfred-solutions-group {
    padding: 50px 0px;
    background: #f6f6f6;
}

#alfred-solutions-group h3,
#alfred-solutions-group h4 {
    color: #3b5ca3;
}

#alfred-solutions-group h4 {
    height: 40px;
    overflow: hidden;
}

#alfred-solutions-group h3 {
    margin-bottom: 50px;
}

#alfred-solutions-group p {
    color: #939393;
    font-size: 14px;
    line-height: 1.6;
}

#alfred-solutions-group img {
    height: 120px;
    width: auto;
}

#alfred-solutions-group .alf-sol-card {
    background: white;
    box-shadow: 5px 5px 30px lightgray;
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
    height: calc(100% - 20px);
}

#alfred-solutions-group .alf-sol-card a {
    text-decoration: none;
}

.alfred-solutions button {
    width: 100%;
    outline: none;
    border: none;
    background: transparent;
    display: block;
    position: relative;
}

.alfred-solutions button .fa {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    color: red;
    font-size: 60px;
}

.alfred-solutions {
    padding: 80px 0px;
}

.alfred-solutions h3.text-center {
    margin-bottom: 50px;
}

.alfred-solutions:nth-child(even) {
    background: #f6f6f6;
}

.alfred-solutions:nth-child(odd) {
    background: #FFF;
}

.alfred-solutions .col-md-6 h2,
.alfred-solutions .col-md-6 h3 {
    color: #3b5ca1;
    margin-bottom: 30px;
}

.alfred-solutions .col-md-6 p,
.alfred-solutions .col-md-6 ul {
    color: #969696;
    margin-bottom: 20px;
}

.alfred-solutions .col-md-6 ul {
    padding-left: 20px;
}

.alfred-solutions .col-md-6 ul li {
    margin-bottom: 15px;
}

.alfred-solutions img {
    max-height: 400px;
    width: auto;
}

@media (max-width: 991px) {
    .alfred-solutions img {
        max-height: 300px;
        width: auto;
    }
}

#alfred-plans {
    padding: 50px 0px;
    background: #3a5d9d;
    color: white;
}

#alfred-plans h3 {
    margin-bottom: 30px;
}

#alfred-plans p {
    line-height: 1.5;
    color: white;
}

#alfred-plans img {
    height: 120px;
    width: auto;
}

#alfred-plans .plan {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
}

#alfred-plans .subtitle {
    max-width: 650px;
    text-align: center;
    margin: auto;
    font-size: 14px;
    margin-bottom: 20px;
}

#alfred-plans .plan:nth-child(1) h4 {
    /*color: #3a5d9d;*/
    color: white;
}

#alfred-plans .plan:nth-child(2) h4 {
    /*color: #0077a3;*/
    color: white;
}

#alfred-plans .plan:nth-child(3) h4 {
    /*color: #8c8c36;*/
    color: white;
}

#alfred-videos iframe {
    width: 100%;
}

#itb .itb-content {
    padding-top: 3em;
    padding-bottom: 4em;
}

#itb h2,
#itb p {
    font-family: 'PolySans-Neutral', sans-serif;
    margin-bottom: 30px;
    font-weight: normal;
}

#itb p {
    max-width: 300px;
}

#pdf-docs {
    padding: 50px 0px;
}

#pdf-docs .pdf.doc {
    padding: 20px 0px;
}

#pdf-docs .doc-img {
    width: 100px;
    height: auto;
}

#pdf-docs .doc-data {
    width: calc(100% - 100px);
    height: auto;
}

#pdf-docs h4 {
    color: #3a5d9d;
    margin-top: 0px;
}

#pdf-docs .text-black {
    color: #333;
}

#hubspot-partner {
    background-color: #f6f6f6;
    font-family: 'PolySans-Neutral', sans-serif;
}

#hubspot-partner fieldset {
    max-width: 100%;
    width: 100%;
    padding-bottom: 20px;
}

#hubspot-partner .form-container {
    padding: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    border: solid #3a5a9f 15px;
    box-shadow: grey 0px 0px 20px;
    background: white;
}

#hubspot-partner .form-container h2 {
    font-weight: 500;
    margin-bottom: 30px;
}

#hubspot-partner fieldset.form-columns-1 .hs-input {
    width: 100%;
}

#hubspot-partner .hs_company legend {
    display: none!important;
}

#hubspot-partner .hs_email legend,
#webinar-contact-form .hs_email legend {
    color: black;
}

#hubspot-partner input {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#hubspot-partner .hs-richtext.hs-main-font-element {
    font-family: 'PolySans-Neutral', sans-serif;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 1.1;
}

#hubspot-partner fieldset.form-columns-2 .input,
#hubspot-partner fieldset.form-columns-1 .input {
    margin-right: 25px;
}

#hubspot-partner legend.hs-field-desc {
    font-size: 16px;
    margin-bottom: 20px;
    border: none;
}

#hubspot-partner .legal-consent-container .hs-richtext p {
    color: black;
}

#hubspot-partner fieldset.form-columns-1 input[type="checkbox"] {
    width: auto;
    margin-right: 5px;
}

#hubspot-partner .actions {
    text-align: center;
}

#hubspot-partner input[type="submit"] {
    width: auto;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    color: white;
    background: #3a5a9f;
}

#hubspot-partner ul.inputs-list {
    padding-left: 0px;
    margin-top: 10px;
}

#hubspot-partner .hs_graduation_date input,
#hubspot-partner .hs_firstname input {
    margin-top: 74px;
}

@media (max-width: 991px) {
    #hubspot-partner .hs-form-field {
        width: 100%;
    }
    #hubspot-partner fieldset.form-columns-2 .input,
    #hubspot-partner fieldset.form-columns-1 .input {
        margin-right: 0px;
    }
    #hubspot-partner .form-container {
        padding: 20px;
        border-width: 10px;
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    #hubspot-partner #graduation_date-bbc9ef45-d864-4f93-b3d9-eff2507405d8,
    #hubspot-partner #firstname-bbc9ef45-d864-4f93-b3d9-eff2507405d8 {
        margin-top: 74px;
    }
}

.whitepaper-image {
    margin-bottom: 40px;
    max-width: 320px;
    height: auto;
    float: left;
}

.whitepaper-content {
    width: calc(100% - 320px);
    float: left;
    padding-left: 15px;
}

.whitepaper-link {
    display: none;
    text-align: center;
}

.file-link {
    display: none;
}

.whitepaper-link a {
    background: #3b5ca3!important;
}

.whitepaper-listing {
    background-color: #f9f9f9;
    padding: 3em 0;
}

.whitepaper-listing .whitepaper-card {
    background-color: white;
    margin-bottom: 20px;
    padding: 30px;
    border: solid 1px #e3e3e3;
    height: calc(100% - 20px);
    padding-bottom: 110px;
    position: relative;
}

.whitepaper-listing .whitepaper-card-img {
    text-align: center;
}

.whitepaper-listing .whitepaper-card-img img {
    height: 250px;
}

.whitepaper-listing .whitepaper-card h4 {
    color: #3b5ca3;
    margin-top: 20px;
}

.whitepaper-listing .whitepaper-excerpt {
    color: #919191;
    font-size: 15px;
}

.whitepaper-listing .btn-blue {
    background: #3b5ca3!important;
    margin-top: 30px!important;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 70px);
}

.whitepaper-video {
    margin-bottom: 20px;
}

.whitepaper-video .embed-container iframe {
    width: 100%!important;
}

@media (max-width: 767px) {
    .whitepaper-content,
    .whitepaper-image {
        width: 100%;
        float: none;
    }
    .whitepaper-image {
        max-width: 100%;
    }
}

.slider-round {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: #525252;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider-round:hover {
    opacity: 1;
}

.slider-round::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #395d9e;
    cursor: pointer;
    border-radius: 50%;
}

.slider-round::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #395d9e;
    cursor: pointer;
}

#featured-suite-plan {
    font-family: 'PolySans-Neutral', sans-serif;
    background: #395d9e;
    padding: 50px 0px 40px 0px;
    color: white;
}

#featured-suite-plan .fs-container {
    background: white;
    color: #525252;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 10px 70px 0 rgba(23, 28, 33, .16);
}

#featured-suite-plan h3 {
    color: #395d9e;
    margin: 0;
    margin-bottom: 30px;
}

#featured-suite-plan h4 {
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
}

#featured-suite-plan .btn-contact-us {
    display: inline-block;
    border-radius: 25px;
    margin-top: 30px;
    padding: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
    min-width: 200px;
    text-decoration: none;
    box-shadow: 2px 2px 10px 0 rgba(23, 28, 33, .26);
    background-color: #bbb334;
    color: white;
}

#featured-suite-plan .feat-plan {
    font-weight: bold;
}

#featured-suite-plan .feat-plan:before {
    content: '\2713 ';
    padding-right: 5px;
    color: #395d9e;
    font-weight: bold;
    padding-right: 10px;
}

@media (min-width: 992px) {
    #featured-suite-plan .col-md-7 {
        border-left: solid 1px lightgray;
    }
}

.sp-popup .modal-dialog {
    margin-top: 50px;
    width: 95%;
    max-width: 1000px;
    font-family: 'PolySans-Neutral', sans-serif;
}

.sp-popup .modal-header {
    border: none;
    position: relative;
    padding-top: 30px;
}

.sp-popup .modal-header .close {
    width: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    height: 32px;
    background: white;
    opacity: 1;
    font-size: 20px;
    color: #267cab;
    font-weight: bolder;
    padding-bottom: 3px;
    vertical-align: middle;
}

.sp-popup .modal-body {
    padding: 30px 50px;
    color: #525252;
}

.sp-popup .modal-body .row {
    margin-left: -10px;
    margin-right: -10px;
    border-bottom: solid 1px lightgray;
    margin-bottom: 10px;
}

.sp-popup .col-xs-3 p,
.sp-popup .sp-legend p {
    font-size: 14px;
    margin-top: 3px;
}

.sp-popup .no-border {
    border: none!important;
}

.sp-popup .col-xs-3.text-left.bold {
    margin-top: 30px;
}

.sp-popup img.emoji {
    font-size: 10px!important;
    font-weight: normal!important;
    color: #525252!important;
}

.sp-popup .sp-0,
.sp-popup .sp-0 img.emoji {
    color: #267cab!important;
}

.sp-popup .sp-1,
.sp-popup .sp-1 img.emoji {
    color: #395d9e!important;
}

.sp-popup .sp-2,
.sp-popup .sp-2 img.emoji {
    color: #002157!important;
}

.sp-popup .sp-legend {
    margin-top: 40px;
}

@media (max-width: 500px) {
    .sp-popup .modal-body {
        padding: 12px;
    }
    .sp-popup .modal-body h3 {
        font-size: 16px;
    }
    .sp-popup .modal-dialog {
        width: 97%;
        margin: 5px auto;
    }
    .sp-popup .modal-header .close {
        position: absolute;
        right: 0px;
        top: 3px;
    }
    .sp-popup .modal-body .row {
        margin-bottom: 0px;
    }
}

#customers-gallery {
    text-align: center;
}

#customers-wrap a {
    display: inline-block;
    height: 50px;
    margin: 0px 15px 15px 0px;
    width: 16%;
}


#customers-wrap a:hover img {
    -webkit-filter: initial;
    /* Safari 6.0 - 9.0 */
    filter: initial;
}

#customers-wrap a:nth-child(1),
#customers-wrap a:nth-child(2) {
    width: 40%;
    height: 90px;
    margin-bottom: 30px;
}

@media (min-width: 991px) {
    #customers-wrap a {
        height: 55px;
        margin: 0px 25px 25px 0px;
        width: 16%;
    }
    #customers-wrap a:nth-child(1) {
        padding-right: 20px;
        text-align: right;
    }
    #customers-wrap a:nth-child(2) {
        padding-left: 20px;
        text-align: left;
        margin-bottom: 30px;
    }
}

#banner-primary {
    position: relative;
    margin-top: 32px;
}

#banner-primary h2,
#banner-primary p {
    color: #333;
}


/* #banner-primary h2 {
    max-width: 305px;
} */

#banner-primary .container {
    z-index: 1;
}

.banner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 6rem;
}

#banner-primary .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#banner-primary .image img {
    width: 100%;
    height: auto;
    max-height: initial;
    padding: 30px;
}

.wave {
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.hide-lg {
    display: none;
}

#call-to-action .contact-form.new iframe {
    width: 100%!important;
}

#text-video-new {
    padding: 50px 0px;
}

.text-video-grid {
    display: grid;
    grid-gap: 4rem;
    grid-template-columns: 1fr 1fr;
}

#text-video-new .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#text-video-new iframe {
    width: 100%;
}

@media (max-width: 767px) {
    .banner-grid {
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
    .hide-sm {
        display: none;
    }
    .hide-lg {
        display: block;
    }
    #banner-primary {
        padding: 20px 0px;
    }
    #banner-primary .image {
        width: 65%;
        margin: auto;
    }
    #banner-primary .image img {
        padding: 0px;
    }
    .text-video-grid {
        grid-template-columns: 1fr;
        grid-gap: 2rem;
    }
    #banner-primary .content {
        padding: 20px 0px 30px 0px;
    }
}

#three-cicrles {
    padding: 50px 0px;
    font-family: 'PolySans-Neutral', sans-serif;
    position: relative;
}

#three-cicrles .circle-content {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    box-shadow: #555 2px 0px 6px;
    font-size: 40px;
    font-weight: bold;
}

#three-cicrles .circle-element {
    text-align: center;
    align-items: center;
    /* justify-content: center; */
    display: flex;
    flex-direction: column;
}

#three-cicrles .circle-text {
    margin-top: 40px;
    color: white;
    max-width: 210px;
    margin: 20px 0px 0px 0px;
}

#three-cicrles .circles-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

#three-cicrles .wave-circle,
#feature-boxes-new .wave-circle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media(max-width: 767px) {
    #three-cicrles .circles-grid {
        grid-template-columns: 1fr;
        grid-gap: 2rem;
    }
    #three-cicrles .circle-text {
        margin-top: 10px;
    }
}

#feature-boxes-new {
    padding: 50px 0px;
    font-family: 'PolySans-Neutral', sans-serif;
}

#feature-boxes-new .color-blue,
#feature-boxes-new .color-blue small {
    color: #205da3;
    font-weight: bold;
}

#feature-boxes-new .subtitle {
    margin: 30px auto;
    max-width: 800px;
    text-align: center;
}

.services-grid {
    display: grid;
    grid-template-areas: "top top" "top top";
    grid-gap: 2rem;
}

.services-grid-4 {
    /*grid-template-areas: "top top top top";*/
    grid-template-columns: repeat( auto-fit, minmax(250px, 1fr));
    grid-gap: 2rem;
}

.service-element {
    padding: 20px;
    border: solid 1px #ccc;
    background: white;
    position: relative;
    z-index: 10;
    border-radius: 5px;
}

.service-element .btn-cont.text-center {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
}

.service-element p a {
    text-decoration: underline;
    margin-top: 5px;
    display: inline-block;
    font-weight: bold;
}

.service-image img {
    max-height: 180px;
    min-height: 115px;
    width: auto;
    max-width: 100%;
    padding: 10px;
}

.service-element ul {
    padding: 10px 30px 0px 30px;
    list-style: none;
}

.service-element ul li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 5px;
}

.service-element ul li:before {
    position: absolute;
    left: 0;
    font-size: 16px;
    font-family: "FontAwesome";
    content: "\f058";
    color: #afb100;
}

@media(max-width: 991px) {
    .services-grid-4 {
        grid-template-areas: "top top" "top top";
        grid-gap: 2rem;
    }
}

@media(max-width: 650px) {
    .services-grid {
        grid-template-areas: "top" "top" "top" "top"
    }
}

#image-and-text {
    padding: 50px 0px;
}

#image-and-text .img-txt-grid {
    display: grid;
    grid-template-columns: 4fr 3fr;
    grid-gap: 2rem;
}

#image-and-text img {
    width: 100%;
    height: auto;
    max-height: initial;
    max-width: 550px;
}

#image-and-text .text-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media (max-width: 767px) {
    #image-and-text .img-txt-grid {
        grid-template-columns: 1fr;
    }
    #image-and-text img {
        max-width: 400px;
    }
}

.video-laptop {
    position: relative;
    padding-top: 25px;
    padding-bottom: 65.5%;
    height: 0;
}

.video-laptop iframe {
    box-sizing: border-box;
    background: url(http://i.stack.imgur.com/zZNgk.png) center center no-repeat;
    background-size: contain;
    padding: 11.9% 15.5% 14.8%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.laptop-container {
    width: 80%;
    margin: auto;
}

.special-service .contact-form .hs-form-field {
    width: 24%;
    float: left;
    margin-right: 10px;
}

.special-service .contact-form.even .hs-form-field {
    color: white;
}

.special-service {
    font-family: 'PolySans-Neutral', sans-serif;
    padding-bottom: 50px;
}

.special-service:first-child {
    margin-top: 35px;
}

.special-service .content {
    margin: 0px 0px 25px 0px;
}

.special-service h3 {
    margin: 60px 0px 0px 0px;
}

@media (max-width: 650px) {
    .video-laptop {
        padding-top: 10px;
    }
    .laptop-container {
        width: 95%;
    }
}

#feature-boxes-new {
    position: relative;
}

#feature-boxes-new .tabs-container {
    position: relative;
}

#feature-boxes-new .tabs-container .tab-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

#feature-boxes-new .nav-tabs {
    position: absolute;
    left: 25px;
    top: 25px;
}

#feature-boxes-new .left-side {
    border: solid 1px #ccc;
    padding: 25px;
    padding-top: 80px;
}

#feature-boxes-new .left-side .fa {
    padding-right: 5px;
}

#feature-boxes-new .right-side {
    background: linear-gradient(0deg, #7aabe6, #1f5ca6 80%) no-repeat;
    color: white;
    padding: 50px 25px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#feature-boxes-new .right-side h2 {
    margin-top: 0px;
}

#feature-boxes-new .right-side h4 {
    margin-top: 30px;
}

#feature-boxes-new .tab-content {
    background: white;
}

#feature-boxes-new .shape {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 0px;
}

#feature-boxes-new .nav-tabs>li.active>a,
#feature-boxes-new .nav-tabs>li.active>a:hover,
#feature-boxes-new .nav-tabs>li.active>a:focus,
#feature-boxes-new .nav-tabs,
#feature-boxes-new .nav-tabs>li>a {
    border: none;
    border-radius: 0px;
}

#feature-boxes-new .nav-tabs>li>a {
    color: #1f5ca6;
    padding: 12px 24px;
    font-weight: bold;
}

#feature-boxes-new .nav-tabs>li.active>a,
#feature-boxes-new .nav-tabs>li.active>a:hover,
#feature-boxes-new .nav-tabs>li.active>a:focus {
    background: #1f5ca6;
    color: white;
}

@media (max-width: 991px) {
    #feature-boxes-new .tabs-container .tab-grid {
        grid-template-columns: 1fr;
    }
}

#feature-boxes-new .hbspt-form {
    width: 100%;
}

#homepage-slider {
    width: 85%;
    background: white;
    margin: 30px auto;
    padding: 20px 50px;
}

#homepage-slider .slick-prev:before,
#homepage-slider .slick-next:before {
    color: #005caa;
    font-size: 24px;
}

#homepage-slider .slick-next {
    right: 15px;
}

#homepage-slider .slick-prev {
    left: 15px;
}

#homepage-slider .slick-slide {
    padding: 20px 10px;
}

#homepage-slider .slick-slide a {
    text-decoration: none;
}

#homepage-slider .slick-slide h5 {
    color: #005caa;
    font-size: 16px;
    text-align: center;
}

.cust-new {
    background: white!important;
    font-family: 'PolySans-Neutral', sans-serif;
    padding: 50px 0px!important;
}

.cust-new .color-blue {
    color: #205da3;
}

.cust-new #customers-wrap a img {
    filter: none!important;
    max-width: 240px;
}

@media (max-width: 991px) {
    .cust-new #customers-wrap a img {
        max-width: 100%;
    }
    #customers-wrap a {
        width: 28%;
    }
}

@media (max-width: 767px) {
    #homepage-slider {
        width: 100%;
    }
    .home-cta-new .text-right {
        text-align: center!important;
    }
    #customers-wrap a:nth-child(1),
    #customers-wrap a:nth-child(2) {
        width: 100%;
    }
    #customers-wrap a:nth-child(1) {
        height: 80px;
    }
    #customers-wrap a:nth-child(2) {
        height: 50px;
        margin-bottom: 30px;
    }
}

#main>section#banner-primary+section .hideme,
#main>section#header-2+section .hideme,
#main>section#header-1+section .hideme {
    opacity: 1!important;
    margin-top: 0px!important;
}

#counter-up {
    background: #0088c3;
}

#counter-up h4 {
    color: white;
    font-weight: normal;
    padding: 20px 0px 20px 0px;
}

#counter-up h4 .counter {
    padding-right: 10px;
    font-size: 24px;
}

#counter-up .btn-yellow {
    height: 36px;
    margin-left: 10px;
}

@media (max-width: 600px) {
    #counter-up {
        margin-top: 40px;
        top: 40px;
        position: relative;
    }
    #counter-up h4 {
        padding-bottom: 0px;
    }
    #counter-up .btn-yellow {
        margin: 5px 0px 15px 0px!important;
    }
    .d-flex {
        flex-direction: column;
    }
}

.github-container {
    display: grid;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin: 80px 0px;
    font-family: 'PolySans-Neutral', sans-serif;
}

.github-container .repo-item {
    display: flex;
    flex-direction: column;
    padding: 40px 20px 40px 20px;
    border: solid 1px lightgray;
    position: relative;
}

.github-container .repo-item .repo-img {
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 20px;
}

.github-container .repo-item .repo-title {
    text-decoration: none;
    color: #1f5ca3;
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0px 10px 0px;
}

.github-container .repo-item .repo-content {
    font-size: 16px;
}

.github-container .repo-item .repo-footer {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 40px;
}

.github-container .repo-item .repo-count {
    position: absolute;
    left: 0;
    top: 0;
    color: #aeaf00;
}

.github-container .repo-item .repo-share {
    position: absolute;
    right: 0;
    top: 0;
}

.github-container .repo-item .repo-share .button {
    color: #aeaf00;
    background-color: transparent;
    font-size: 16px;
    width: 20px;
}

.github-container .repo-item .repo-share .button:hover {
    background-color: transparent;
    opacity: 0.9;
}

.github-container .repo-item .repo-share .google-plus {
    display: none;
}

.github-container .repo-tags {
    color: #1f5ca3;
    margin: 10px 0px 20px 0px;
    font-size: 14px;
}

.github-container .repo-tags button {
    border: none;
    outline: none;
    background: transparent;
    color: #1f5ca3;
    box-shadow: none;
    margin-right: 3px;
    padding: 0px;
}

@media (max-width: 991px) {
    .github-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 550px) {
    .github-container {
        grid-template-columns: 1fr;
    }
}

.github-container [data-toggle='on'] {
    display: block!important;
}

.github-container [data-toggle='off'] {
    display: none!important;
}

#video-content {
    margin-top: 35px;
    padding: 50px 0px 0px 0px
}

#video-content .laptop-container {
    width: 90%;
}

#video-content .col-md-6 {
    align-self: center;
}

.blue {
    color: #205da3;
}

@media (max-width: 991px) {
    #video-content .d-flex {
        display: block;
    }
    #video-content .col-md-6:last-child {
        margin-bottom: 40px!important;
    }
}

#compare-sections {
    padding: 50px 0px;
}

#compare-sections .compare-item .info {
    padding: 30px;
}

#compare-sections .compare-item img {
    padding: 40px 20px;
    max-height: 170px;
}

#compare-sections .compare-item ul {
    color: white;
    padding: 15px 30px;
    list-style: none;
}

#compare-sections .compare-item ul li {
    float: left;
    width: 50%;
    display: inline-block;
    position: relative;
    padding-left: 35px;
    padding-bottom: 5px;
    font-size: 14px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    min-height: 50px;
    padding-right: 25px;
}

#compare-sections li:before {
    position: absolute;
    left: 0;
    font-size: 25px;
}

#compare-sections .vs-image {
    position: absolute;
    top: 25px;
    left: calc(50% - 40px);
    z-index: 999;
    height: 80px;
    width: 80px;
}

#compare-sections .col-md-6:nth-child(1) li:before {
    font-family: "FontAwesome";
    content: "\f05e";
}

#compare-sections .col-md-6:nth-child(3) li:before {
    font-family: "FontAwesome";
    content: "\f05d";
}

@media (max-width: 767px) {
    #compare-sections .compare-item ul li {
        width: 100%;
        min-height: 30px;
    }
}

@media (max-width: 600px) {
    #compare-sections .vs-image {
        top: calc(50% - 40px);
        right: 40px;
        left: inherit;
    }
}

#hubspot-form-section {
    padding: 50px 0px;
}

#hubspot-form-section h3 {
    margin-bottom: 30px;
}

#hubspot-form-section iframe {
    width: 100%!important;
}

#content-section {
    padding: 50px 0px;
}

#content-section h3 {
    margin-bottom: 30px;
}

#popup-video iframe {
    width: 100%;
}

#image-text-section .item-container:first-child {
    padding-top: 50px;
}

#image-text-section .item-container:last-child {
    padding-bottom: 50px;
}

#image-text-section .col-md-6 {
    padding-bottom: 50px;
}


/* #image-text-section .col-md-6 p {
    max-width: 450px;
} */

.no-frame iframe {
    width: 100%;
}

.features-buttons a.btn {
    font-size: 13px;
    color: white;
    padding: 10px 20px;
    margin-top: 16px;
}

.features-buttons a.btn:first-child {
    margin-right: 16px;
}

.admin-bar #main>section:first-child {
    margin-top: 32px;
}

#header-waves {
    padding: 20vh 0px;
    position: relative;
    z-index: 9;
    padding-bottom: calc(20vh + 32px);
}

#header-waves .searchbox-header {
    color: #1f5ca6;
    font-size: 20px;
    padding: 20px 50px 20px 20px;
    background-image: linear-gradient(#dedede, #fff);
    border-radius: 3px;
    box-shadow: 3px 5px 10px #ddd;
    position: relative;
    font-weight: bold;
    z-index: 99;
}

#header-waves .searchbox-header:after {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: calc(50% - 14px);
    font-weight: normal;
}

.wave-abs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 300px;
}

.wave-abs svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 1600px) {
    .wave-abs {
        height: 240px;
    }
}

@media (max-width: 1200px) {
    .wave-abs {
        height: 200px;
    }
}

@media (max-width: 991px) {
    .wave-abs {
        height: 140px;
    }
}

@media (max-width: 600px) {
    .wave-abs {
        height: 55px;
    }
    #header-waves {
        padding: 14vh 0px;
        padding-bottom: calc(14vh + 32px);
    }
}


/* new menu */

.navbar-toggle,
a#navbar-mobile-toggle {
    display: block;
    float: none;
    border: none;
    background: none;
    outline: none;
    margin: 0;
    padding: 0;
}

a#navbar-mobile-toggle {
    position: absolute;
    right: 2rem;
    top: 45%;
    transform: translateY(-50%);
}

.navbar-toggle .icon-bar,
a#navbar-mobile-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background: #255996;
    margin-top: 5px;
}

.navbar-collapse.collapse {
    display: none!important;
}

#navbar-mobile-wrap {
    color: #fff;
    position: fixed;
    background: rgba(37, 89, 150, 0.92);
    z-index: 98;
    height: 100%;
    top: 70px;
    transition: opacity .25s!important;
    opacity: 0;
    width: 100%;
}

#navbar-mobile-wrap .navbar-mobile-pos-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}

#navbar-mobile-wrap ul.mobile-subnav,
#navbar-mobile-wrap ul.mobile-nav {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    /* transform: translateY(-50%); */
    transition: all .25s ease-in-out;
    padding: 0;
    margin: 0;
}

#navbar-mobile-wrap ul.mobile-nav {
    left: 0;
}

#navbar-mobile-wrap ul.mobile-subnav {
    left: 100%;
    opacity: 0;
}

#navbar-mobile-wrap ul.mobile-nav.submenu-open {
    left: -100%;
}

#navbar-mobile-wrap ul.mobile-subnav.submenu-open {
    opacity: 1;
    left: 0;
}

#navbar-mobile-wrap.in {
    opacity: 1;
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown.open .dropdown-menu {
    height: auto;
    border-radius: 20px;
    opacity: 1;
}

.dropdown a .fa-angle-right {
    transition: transform .3s ease-in-out;
}

.dropdown.open a .fa-angle-right {
    transform: rotate(90deg);
}

#navbar-mobile-wrap ul.navbar-nav>li>a {
    padding: 0.5rem;
    margin: 0 1rem;
    text-align: center;
    font-size: 2.2rem;
    display: block;
    color: #fff;
    font-weight: 300;
    line-height: 3rem;
    font-family: 'PolySans-Neutral', sans-serif;
}

#navbar-mobile-wrap ul.navbar-nav u {
    text-decoration: none;
}

#navbar-mobile-wrap ul.navbar-nav strong {
    font-weight: 600;
}

#navbar-mobile-wrap ul.navbar-nav>li>a.submenu-close-link {
    color: white;
    font-weight: 400;
    font-size: 1.8rem;
}

#navbar-mobile-wrap ul.navbar-nav>li>a:hover {
    color: #fff;
    background-color: inherit;
}

#navbar-mobile-wrap .submenu-close-link {
    margin-bottom: 1rem!important;
}

#navbar-mobile-wrap .data-submenu-link>i,
#navbar-mobile-wrap .submenu-close-link>i {
    position: relative;
    top: 0.15rem;
}

#navbar-mobile-wrap .submenu-close-link>i {
    padding-right: 0.5rem;
}

#navbar-mobile-wrap .data-submenu-link>i {
    padding-left: 0.5rem;
}

#navbar-mobile-wrap input {
    height: auto;
}

#navbar-mobile-wrap .navbar-nav>li {
    float: none !important;
}

@media screen and (max-width: 820px) and (max-height: 420px) {
    #navbar-mobile-wrap ul.navbar-nav>li>a {
        font-size: 1rem;
        padding: 0.1rem;
    }
    #navbar-mobile-wrap .social-links {
        bottom: auto;
        top: 1rem;
        width: 25%;
        right: 1.5rem;
        z-index: 9999;
        text-align: right;
    }
}

#wdb-site-nav-btn-wrap {
    position: fixed;
    left: .15rem;
    z-index: 999999;
    padding: 1rem;
    top: 4.5rem;
    transition: 0.5s all ease;
    opacity: 0;
    pointer-events: none;
}

a#navbar-mobile-toggle>span.icon-bar {
    transition: all 0.25s linear;
}

a#navbar-mobile-toggle.active>span.icon-bar:nth-of-type(2) {
    transform-origin: bottom left;
    transform: translateY(-85%) rotate(45deg);
}

a#navbar-mobile-toggle.active>span.icon-bar:nth-of-type(3) {
    opacity: 0;
}

a#navbar-mobile-toggle.active>span.icon-bar:nth-of-type(4) {
    transform-origin: top left;
    transform: translateY(85%) rotate(-45deg);
}

.navbar-collapse.collapse {
    display: none!important;
}

#wdb-main-menu {
    display: none;
}

header .not-visible,
#navbar-mobile-wrap .not-visible {
    display: none!important;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .wdb-ddmenu-item-wrap {
        position: absolute;
        top: 5.5rem;
        /* padding-top: 2.5rem; */
        z-index: 9;
        /* right: 0; */
        display: block;
        width: 0;
        height: 0;
        border-radius: 16px;
    }
    .wdb-ddmenu-item-wrap .wdb-ddmenu-bg-wrap {
        background: white;
        width: 100%;
        margin-bottom: 0;
        border-radius: 16px;
    }
    .wdb-ddmenu-item-wrap .wdb-ddmenu-bg-wrap:before {
        content: "";
        /* background-image: url(images/texture.png);
		background-repeat: repeat;
		background-position: 50%;
		background-size: 100%; */
        position: absolute;
        background: #FFFFFF;
        box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.25);
        border-radius: 16px;
        top: 1.5rem;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: .3;
    }
    .wdb-ddmenu-item-wrap.reduce-top {
        top: 4rem;
        padding-top: 1.5rem;
    }
    h3.smenu-title {
        color: #333;
        transition: 0.5s all ease;
        font-weight: 600;
    }
    h5.smenu-title {
        font-size: 1.4rem;
        color: #333;
        transition: 0.5s all ease;
        font-weight: 300;
    }
    a.smenu-link:hover {
        background-color: #F2F2F2 !important;
        text-decoration: none;
    }
    a.smenu-link:hover .smenu-title {
        background-color: #F2F2F2 !important;
    }
    .submenu-container {
        margin-bottom: 0;
    }
    .submenu-container a {
        transition: none;
    }
    .submenu-container a:hover,
    .submenu-container a:focus {
        color: transparent;
    }
    .column-mode {
        padding: 2rem;
    }
    .content-middle {
        padding: 2rem;
        /* align-self: center; */
        display: flex;
        flex-direction: column;
        /* flex-direction: row; */
        /* flex-wrap: wrap; */
        /* align-items: initial; */
    }
    .content-right-img {
        background: #eef0f0;
        display: flex;
        align-items: center;
        text-align: center;
    }
    .content-right-img h3 {
        font-weight: 300;
        padding: 20px;
    }
    .content-right-img div {
        text-align: center;
        width: 100%;
    }
    #main-menu li.menu-item.wdb-has-chldrn>a:after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        /* border-top: 4px dashed;
        border-top: 4px solid \9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent; */
        content: "\f107";
        font-family: 'FontAwesome';
        position: absolute;
        top: 13px;
        right: 10px;
        transition: .3s ease-in-out;
    }
    #main-menu li.menu-item.wdb-has-chldrn>a.hovered:after {
        content: "\f106";
        position: absolute;
        top: 13px;
        right: 10px;
    }
    #main-menu {
        margin-top: 20px;
    }
    #main-menu li.menu-item.wdb-has-chldrn>a {
        border: solid 1px transparent;
    }
    #main-menu li.menu-item.wdb-has-chldrn>a.hovered,
    #main-menu li.menu-item.wdb-has-chldrn>a:hover,
    #main-menu li.menu-item.wdb-has-chldrn>a:focus {
        background: white;
        padding-bottom: 20px;
        /* border-left: solid 1px #ddd;
        border-top: solid 1px #ddd;
        border-right: solid 1px #ddd; */
        z-index: 999;
    }
    .submenu-container .sub-submenu {
        list-style: none;
        padding-left: 10px;
    }
}

.column-mode {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    /* padding: 50px 30px; */
    align-self: center;
    /* padding: 40px; */
    /* height: 270px; */
    height: auto;
    background-color: #fff;
    border-radius: 16px;
}

.column-mode ul li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

#main-menu .wdb-ddmenu-item {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    width: 0;
    height: 0;
    overflow: hidden;
    transition: opacity ease-in 0.5s;
}

#main-menu li.menu-item.wdb-has-chldrn {
    position: initial!important;
}

#main-menu li.menu-item.wdb-has-chldrn:hover .wdb-ddmenu-item-wrap {
    width: auto;
    height: auto;
    margin-bottom: 0;
}

#main-menu li.menu-item.wdb-has-chldrn:hover .wdb-ddmenu-item-wrap .wdb-ddmenu-item {
    opacity: 1;
    visibility: visible;
    z-index: 99;
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

.submenu-container-pos {
    margin: 0;
}

.submenu-container-pos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.submenu-container-pos a h3 {
    font-size: 1.45rem;
    line-height: 1.95rem;
    font-weight: 600;
}

.column-mode .smenu-title,
.content-middle .smenu-title {
    margin-top: 0px !important;
}

.column-mode h3.smenu-title,
.column-mode h5.smenu-title,
.content-middle h3.smenu-title,
.content-middle h5.smenu-title {
    /* margin-bottom: 15px !important; */
    padding: 8px 10px;
    color: #002157 !important;
}

.column-mode h3.smenu-title:hover,
.column-mode h5.smenu-title:hover,
.content-middle h3.smenu-title:hover,
.content-middle h5.smenu-title:hover {
    cursor: pointer;
    background-color: #f2f2f2 !important;
    border-radius: 8px;
}

#alternate-content-section {
    padding: 50px 0px;
}

#alternate-content-section .alter-section:first-child {
    margin-top: 50px;
}

#alternate-content-section .alter-section {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}

#alternate-content-section .alter-section .content {
    align-self: center;
}

#alternate-content-section .alter-section p {
    color: #333;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    #alternate-content-section .alter-section {
        margin-bottom: 0px;
    }
}

.feature-description {
    padding: 60px 0px;
    color: #585858;
}

.fd {
    padding: 30px 0px;
}

.fd-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    word-break: break-word;
}

.fd-container:first-child {
    margin-bottom: 20px;
}

.fd-item {
    margin: 0px;
    padding: 20px;
}

.fd-container:first-child .fd-item {
    border-radius: 10px;
}

.fd-item.left {
    background-color: white;
    border: solid 1px whitesmoke;
    border-bottom: none;
}

.fd-item.right {
    background-color: whitesmoke;
    border-bottom: solid 1px white;
    padding-left: 40px;
    padding-right: 40px;
}

.fd-container:nth-child(2) .fd-item {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.fd-container:last-child .fd-item {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.fd-container:last-child .fd-item {
    border-bottom: solid 1px whitesmoke;
}

.faq-section {
    padding: 60px 0px;
}

.faq-section .panel-group {
    margin-top: 40px;
}

.faq-section .panel-default>.panel-heading {
    background-color: transparent;
}

.faq-section .panel {
    box-shadow: none;
    border: none;
    border-bottom: solid 2px whitesmoke;
    border-radius: 0;
}

.faq-section .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding: 0px 0px 15px 0px;
}

.faq-section a {
    text-decoration: none;
    display: block;
}

.faq-section .panel-title {
    position: relative;
    font-size: 20px;
    padding-right: 26px;
}

.faq-section a:after {
    position: absolute;
    content: "+";
    right: 0;
    top: calc(50% - 15px);
    font-size: 25px;
}

.faq-section a[aria-expanded="true"]:after {
    content: "-";
}

.faq-section h3 {
    font-weight: normal;
}

.faq-section .panel-default>.panel-heading {
    padding: 20px 0px;
}

@media (max-width: 767px) {
    .fd-item,
    .fd-item.right {
        padding: 10px;
    }
    .fd-container:first-child .fd-item {
        font-size: 18px;
    }
    .fd-container:first-child {
        margin-bottom: 10px;
    }
    .fd-container:first-child .fd-item {
        border-radius: 5px;
    }
    .fd-container:nth-child(2) .fd-item {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .fd-container:last-child .fd-item {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}


/* --------------------------------------------------
#MARKO CSS
-------------------------------------------------- */

.blog-title-img {
    display: flex;
    align-items: center;
}

.bg-properties {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

h2.upper {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: none;
    color: #3b5ca2;
}

.sidebar-content h2::after,
.article-content h2:after,
.blog-title h2:after {
    border-bottom: solid 5px #3b5ca2;
    padding-top: 10px;
    margin-bottom: 20px;
    width: 50%;
    content: "";
    display: block;
}

.blog-title {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    width: 100%;
}

.blog-article .article-title {
    max-width: 700px;
}

.article-tags,
.article-content {
    margin-bottom: 40px;
}

.article-tags *,
.article-data {
    font-family: 'PT Serif', serif;
    margin-bottom: 20px;
}

.article-content table tr td {
    /* background-color: #3d5ba2 !important; */
    /* color: #fff; */
    border: none;
    font-family: 'PT Serif', serif;
}

.article-content ol,
.article-content ul,
.article-content p,
.article-content table tbody tr {
    font-family: 'PT Serif', serif;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background: #fff;
}

.article-header-footer {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 1px 0;
    margin-bottom: 20px;
}

.sfsi_shortcode_container {
    float: unset !important;
}

.sfsi_widget {
    min-height: auto;
}

.sidebar-content .tagcloud a {
    font-size: 16px !important;
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.comment-form textarea,
.comment-form input,
.comment-form label {
    /* width: 100%; */
    font-family: 'PolySans-Neutral', sans-serif !important;
}

.comment-form-author {
    order: 1;
}

.comment-form-email {
    order: 2;
}

.comment-form-url {
    order: 3;
}

.comment-form-comment {
    order: 4;
}

.form-submit {
    order: 5;
}

.form-submit input {
    background: #3b5ca2;
    color: #fff;
    font-family: 'PolySans-Neutral', sans-serif !important;
    transition: .3s ease-in-out;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 200px;
    width: 100%;
}

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}

.comment-reply-title {
    display: none;
}

.form-submit input:hover {
    background-color: #bab443;
    transform: translateY(-5px);
    color: #fff;
    box-shadow: 0 0 5px rgba(204, 204, 204, .25), 0 2px 2px rgba(204, 204, 204, .25), 0 4px 4px rgba(204, 204, 204, .25), 0 8px 8px rgba(204, 204, 204, .25), 0 16px 16px rgba(204, 204, 204, .25), 0 32px 32px rgba(204, 204, 204, .25)!important;
}

.article-comments {
    width: 100%;
    border: 1px solid #cccccc;
    padding: 10px;
    font-family: 'PT Serif', serif;
    margin-bottom: 20px;
}

.archive-posts .article-title.article-content {
    margin-bottom: 20px;
}

.archive-posts .article-content img {
    max-width: 220px;
    width: 100%;
    height: 100%;
}

.archive-posts .article-content {
    display: flex;
}

.tagcloud {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

a.tag-cloud-link {
    font-size: 17px !important;
    position: relative;
    display: list-item;
}

a.tag-cloud-link::marker {
    color: #000;
}

.gform_wrapper .top_label .gfield_label {
    font-family: 'PolySans-Neutral', sans-serif !important;
    color: #e6e6e6 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
}

.blog-article a {
    color: #000;
}

.blog-article a:hover {
    text-decoration: none;
}


/* .blog-pagination .all-posts-link { display: none !important; } */

.singular-webinars .gform_wrapper .top_label .gfield_label {
    color: #337ab7 !important;
}

.page-template-flexible-content .gform_wrapper .top_label .gfield_label,
.page-template-alfred-audit .gform_wrapper .top_label .gfield_label,
.page-template-contact-us .gform_wrapper .top_label .gfield_label {
    color: #484ed3 !important;
}

.singular .blog-article {
    padding-right: 20px;
}
td {
	font-size:24px;
}