/*
Theme Name: Kimble Applications
Author: Aubergine 262
Author URI: https://aubergine262.com/
Description: A custom theme for Kimble
Version: 2.0
*/
/* Main CSS found in assets/css/app.css */
/* == WordPress WYSIWYG Editor Styles == */

html {
    background:#242126;
}

body {
    max-width: 100%;
}

a {
    color: inherit;
}
a:hover, a:focus {
    color: inherit;
}

/* WPML */

.wpml-ls-legacy-list-horizontal {
    border: none;
    padding: 0;
    clear: both;
    text-align:right;
}
.wpml-ls-legacy-list-horizontal a {
    padding: 0px 10px;
}

header .button {
    margin-top: 11px!important;
}

/* WP WYSIWYG CSS */
.entry-content img {
    margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
    margin: .46875rem;
    display: inline;
    float: left;
}
.alignright, img.alignright {
    margin: .46875rem;
    display: inline;
    float: right;
}
.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    margin-top: .46875rem;
    margin-bottom: .46875rem;
    display: block;
    clear: both;
}
.alignnone, img.alignnone {
    /* not sure about this one */
    margin: .46875rem 0;
}
.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}
.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}
.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}
blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}
blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.post-archive-navigation li{
    display: inline-block;
}

.clear{
    clear: both;
}

h1.search-title {
    font-size: 1.75rem;
    line-height: 1.875rem;
    margin-bottom: 14px;
}

header.page-header {
    z-index: 0;
}

.alignleft, img.alignleft {
    margin-top: .46875rem;
    margin-bottom: .9375rem;
    display: inline;
    float: left;
    margin-right: 2.8125rem;
}

.alignright, img.alignright {
    margin-top: .46875rem;
    margin-bottom: 0.9375rem;
    display: inline;
    float: right;
    margin-left: 2.8125rem;
}

section, .module {
    clear:both;
}
.double-margin {
    margin-bottom: 100px;
}

label {
    color:#fff;
}

/** OVERRIDE CSS **/


/**#region General Styles */
section .snippet-block-links.grid-padding-x li .wysiwyg-content a,
.module .snippet-block-links.grid-padding-x li .wysiwyg-content a,
section .snippet-block-links li .wysiwyg-content a,
.module .snippet-block-links li .wysiwyg-content a,
.wysiwyg-content a,
.wysiwyg-content .a{
    display: inline;
    margin: 0;
    padding: 0;
    height: auto;
}
/* Ensure bullit points have the correct margin */
section.module.module-images-with-text .item-content .wysiwyg-content ul,
section.module.module-images-with-text .item-content .wysiwyg-content ol,
.module.module.module-images-with-text .item-content .wysiwyg-content ul,
.module.module.module-images-with-text .item-content .wysiwyg-content ol,
.wysiwyg-content ul {
    margin-left: 18px;
}
.desktop-br{
    display: block;
}
blockquote {
    border-left-color: #ffcf01;
    padding-top: 0px;
}
blockquote p {
    color: #ffcf01;
    font-style: italic;
}
/* Home DEV no margin top */
main.page-home-new-2{
    margin-top: 0;
}
main {
    overflow: hidden;
    margin-top: 0;
}
body.archive main, main.main-padding{
    margin-top: 40px;
}
.breadcrumbs.grid-container{
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .desktop-br{
        display: none;
    }
}

h1, .h1, h2, .h2 { font-size: 1.875rem; line-height: 1.4; margin-top: 0; margin-bottom: 0.5rem; }
@media print, screen and (min-width: 40em) {
    h1, .h1, h2, .h2 {
        font-size: 2.5rem;
    }
}
@media only screen and (max-width:640px) {
    .hide-mobile {
        display:none;
    }
    .mobile-hide {
        display:none !important;
    }
}
@media only screen and (min-width:640px) {
    .desktop-hide {
        display:none !important;
    }
}
/**#endregion */

/** Header **/
header .site-nav nav .menu li.has-sub-menu ul li a {
    line-height: 1.25;
}

header .logo {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 27px 0 20px;
}

header .logo a.icon {
    background: url("images/Kimble_WHITE_200.svg") no-repeat center left;
}

body.fixed header .logo { position: relative; z-index: 1000; }
@media print, screen and (min-width: 64em){
    header .logo {
        margin-bottom: 0;
    }
}

/** Fix carousel slider button so it doesn't go 100% width **/
section.module.module-carousel .owl-item .item a.button, .module.module.module-carousel .owl-item .item a.button {
    width: auto;
}

/** Fixes news layout where there was a big gap **/
section .snippet-block-links li img, .module .snippet-block-links li img {
    width: auto;
}
.module.module-hero-carousel{
    position: relative;
}

    /* smooth landing hero slider */
.owl-carousel.hero-carousel{
    animation-name: nice_load_home;
    animation-duration: 1.3s;
    overflow: hidden;
}

@keyframes nice_load_home {
    0%   {opacity: 0;}
    50%  {opacity: 0;}
    100% {opacity: 1;}
}

.loader-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lds-grid {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-grid div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s;
    background:#108341;
}
.lds-grid div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s;
    background:#a22c31;
}
.lds-grid div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s;
    background:#d37f24;
}
.lds-grid div:nth-child(4) {
    top: 32px;
    left: 8px;
    animation-delay: -0.4s;
    background:#638fb4;
}
.lds-grid div:nth-child(5) {
    top: 32px;
    left: 32px;
    animation-delay: -0.8s;
    background:#108341;
}
.lds-grid div:nth-child(6) {
    top: 32px;
    left: 56px;
    animation-delay: -1.2s;
    background:#a22c31;
}
.lds-grid div:nth-child(7) {
    top: 56px;
    left: 8px;
    animation-delay: -0.8s;
    background:#d37f24;
}
.lds-grid div:nth-child(8) {
    top: 56px;
    left: 32px;
    animation-delay: -1.2s;
    background:#638fb4;
}
.lds-grid div:nth-child(9) {
    top: 56px;
    left: 56px;
    animation-delay: -1.6s;
    background:#108341;
}
@keyframes lds-grid {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}
/* end: smooth landing slider */

/** Capitalize resources headings **/

ul.resources_output li h5, li.cell .item-content h5 {
    text-transform: capitalize;
}

/** Make h5 different colour on different backgrounds **/
section.negative .wysiwyg-content h5, section.negative .wysiwyg-content h3 {
    color: #242126;
}
section.putty .wysiwyg-content h5, section .wysiwyg-content h5 {
    color: #ffcf01;
}

.wysiwyg-content a {
    border-bottom: dashed 1px;
}
a.contains-image {
    border-bottom: unset;
}

/**#region Product Page */
#solution-content {
    margin-bottom: 80px;
}

section.module.module-solutions-tabs #solution-tablist ul li .item-content figure.video-wrapper img.video-play-button, .module-images-with-text img.video-play-button{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 62px;
    margin-left: -50px;
    margin-top: -31px;
}

section.module.module-solutions-tabs #solution-tablist ul li .tab-image, .module.module.module-solutions-tabs #solution-tablist ul li .tab-image {
    bottom: 57px;
}

section.module.module-solutions-tabs #solution-tablist ul li .item-content figure.video-wrapper, .module.module.module-solutions-tabs #solution-tablist ul li .item-content figure.video-wrapper {
    margin: 0 auto;
    float: none;
    margin-top: 20px;
    position: relative;
}

section.module.module-solutions-tabs #solution-tablist ul li .item-content figure.video-wrapper img, .module.module.module-solutions-tabs #solution-tablist ul li .item-content figure.video-wrapper img {
    max-height: 340px;
    width: auto;
    margin:0 auto;
    display:block;
}

section.module.module-solutions-tabs #solution-tablist ul li .item-content .read-more-wrapper, .module.module.module-solutions-tabs #solution-tablist ul li .item-content .read-more-wrapper {
    text-align: center;
    margin-top: 10px;
}

section.module.module-solutions-tabs #solution-tablist ul li .item-content a.read-more:after, .module.module.module-solutions-tabs #solution-tablist ul li .item-content a.read-more:after {
    margin: 0 auto;
    margin-top: 4px;
}



@media only screen and (max-width:1024px) {
    section.module.module-solutions-tabs #solution-tablist ul li .tab-image, .module.module.module-solutions-tabs #solution-tablist ul li .tab-image {
        display:none;
    }
    section.module.module-solutions-tabs #solution-tablist ul li, .module.module.module-solutions-tabs #solution-tablist ul li {
        padding:34px 40px;
    }
    section.module.module-solutions-tabs #solution-tablist, .module.module.module-solutions-tabs #solution-tablist {
        margin-bottom: 40px;
    }
}

@media print, screen and (min-width: 64em) {
    section.module.module-images-with-text .grid-x, .module.module.module-images-with-text .grid-x {
        min-height: 500px;
    }
}
/**#endregion **/

/**#region Testimonial Slider */
section.module.module-carousel .owl-item h5.slider-section-title {
    color: #ffcf01;
}

section.module.module-carousel img.client_logo {
    width: 160px;
    margin-bottom: 1rem;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
}
/*#endregion */

/**#region Contact Row */
section.contact .snippet-block-links li a, section.module-text-contact .snippet-block-links li a {
    height: auto;
}
/**#endregion */

/**#region Buttons Row */

section.module.module-social .social-link, .module.module.module-social .social-link {
    background-color: #ffcf01;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

section.module.module-social .social-link a, .module.module.module-social .social-link a {
    display: block;
    padding: 20px 30px 26px !important;
    color: #0a0a0a;
    margin-bottom: 0;
    text-align: left;
    font-size: 1.25rem !important;
    font-weight: 700;
    line-height: 1em;
    text-transform: none !important;
}

.module.module.module-social .social-link a {
    background-color: #ffcf01;
    color: #242126;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    border: none;
    padding: 16px;
    width: 100%;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
.module.module.module-social .social-link a:hover {
    background-color: #7c6500;
    color: #242126;
}
/**#endregion */

/**#region Video Row */

.module-video.content_width .grid-container iframe, .module-video.content_width .grid-container video {
    height: 500px;
}

section.module.module-video.content_width, .module.module.module-video.content_width {
    padding-bottom: 585px;
}
section.module.module-video.content_width.no-padding, .module.module.module-video.content_width {
    padding-bottom: 500px;
}

.module-video.content_width .grid-container {
    position: relative;
}

@media only screen and (max-width:600px) {
    .module-video.content_width .grid-container:nth-child(2) {
        height: 215px;
    }
    .module-video.content_width .grid-container iframe, .module-video.content_width .grid-container video {
        height: 100%;
    }
    section.module.module-video.content_width, .module.module.module-video.content_width {
        padding-bottom: 0px;
        height: auto;
    }
}
/**#endregion */

/**#region Multi Column */
section.three-four-columns .snippet-block-links li h5, .module.three-four-columns .snippet-block-links li h5 {
    color: #ffcf01;
}

section.three-four-columns ul li ul, section.three-four-columns ol {
    list-style: disc inside;
    margin-left: 0;
    font-size: .875rem;
}
section.three-four-columns .cell.has-feature-image {
    background-repeat: no-repeat;
    background-size: 100px;
}
section.three-four-columns .cell.has-feature-image-left {
    padding-left: 105px;
}
section.three-four-columns .cell.has-feature-image-right {
    padding-right: 100px;
}

section .snippet-block-links li.text-center .faux-link, .module .snippet-block-links li.text-center .faux-link {
    display:block;
    margin: 0 auto;
}
section .snippet-block-links li.text-center .faux-link, .module .snippet-block-links li.text-center .faux-link {
    display: block;
    margin: 0 auto;
    text-decoration: underline #ffcf01;
    left: 0;
    right: 0;
    border-bottom: none;
}

@media screen and (max-width: 768px) {
    section.three-four-columns .cell.has-feature-image-left {
        padding-left: 1.875rem;
        background-image: none!important;
    }
    section.three-four-columns .cell.has-feature-image-right {
        padding-right: 1.875rem;
        background-size: 65px;
    }
    section.three-four-columns .cell.has-feature-image {

    }

}
/** #endregion */

/**#region Pretty Photo */

div.pp_default .pp_details {
    position: unset !important;
}
.image_text_pp {
    width: 100%;
    height: 100%;
    display: inline-block;
}
div.pp_default a.pp_close {
    position: absolute;
    top: -50px;
    right: 10px;
}
div.pp_default .pp_details .pp_social {
    display: none;
}
/**#endregion */

/**#region One Column */

section.module-styled_list ul, section.one_column ul, section.one_column ol, .snippet-title-with-description ul, .snippet-title-with-description ol, section.module-form ul, section.module-form ol, section.three_column li.cell ul, section.two_column ul {
    list-style: disc inside;
    margin-left: 0;
    padding-left:20px;
}

section.module-styled_list ol, section.one_column ol, .snippet-title-with-description ol, section.module-form ol, section.three_column li.cell ol, section.two_column ol {
    list-style: decimal inside;
    margin-left: 0;
    padding-left:20px;
}

section.module-styled_list li, section.one_column li, .snippet-title-with-description ul li, .snippet-title-with-description ol li,section.module-form li, section.three_column li.cell ul li, section.three_column li.cell ol li, section.two_column li {
    margin-bottom:0.5rem;
    list-style-position: outside;
}

.inline-content a.button {
    color: #242126;
    background-color: #ffcf01;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 700;
    border: 0;
    padding: 16px;
    display: inline-block;
}
.inline-content a.button:hover, .inline-content a.button:active {
    background-color: #7c6500;
}
.inline-content p {
    margin-bottom: 1rem;
}
.fifty_percent_width {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}
section.has-bg-image {
    padding: 50px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.hide-row {
    display: none;
}
@media only screen and (max-width:1050px){
    .fifty_percent_width {
        width: 100%;
    }
}
/**#endregion */

/*Start Region - Hero image product subpage */
.has-bg-image.hero-image-product-strip{
    padding:0;
}
.hero-image-product-strip{
    display: block;
    width:100%;
    background-color: #ffffff;
    position: relative;
    min-height: 400px;
}
.hero-image-image{
    width:33%;
    min-height: 460px;
    float:left;
    background-position: right 70px center;
    background-repeat: no-repeat;
    position: relative;
}
.hero-image-image .curved-bar{
    height: 100%;
    position: absolute;
    display: block;
    width: 170px;
    right: 0;
    top: 0;
    overflow: hidden;
}
.hero-image-image .curved-bar-lines{
    height: 100%;
    position: absolute;
    display: block;
    width: 80px;
    z-index: 1;
    left: 22%;
}
.curved-bar-lines .bar{
    height: calc(100% + 309px);
    position: absolute;
    display: block;
    width: calc(500% + 100px);
    right: -65px;
    top: -155px;
    border: 100px solid #ffffff;
    border-radius: 50%;
}
.curved-bar-lines .line{
    height: calc(100% + 309px);
    position: absolute;
    display: block;
    width: calc(500% + 100px);
    right: -34px;
    top: -155px;
    border-radius: 50%;
}
.curved-bar-bg{
    background-color: #ffffff;
    position: absolute;
    display: block;
    width: 65px;
    height: 100%;
    right: 0;
    z-index: 0;
}
.curved-bar-dot{
    position: absolute;
    background-color: #ffffff;
    top:70px;
    left: 53%;
    height:68px;
    width:68px;
    border-radius: 50%;
    border:11px solid #242126;
    z-index: 2;
}
.hero-image-content{
    color:#242126;
    width: 66%;
    max-width: 58.65rem;
    float: left;
    padding-top:70px;
    padding-bottom:74px;
    padding-left: 1.875rem;
}

.hero-image-content .snippet-title-with-description{
    margin-bottom: 20px;
}
.hero-image-content .pre-title{
    color:#242126;
    font-size: .875rem;
    font-weight: 700;
    margin-top: -24px;
}
.hero-image-content .main-title{
    font-size: 2.5rem;
    color:#242126;
}
.hero-image-product-strip .hero-image-content p, .hero-image-product-strip .hero-image-content li,
.hero-image-product-strip .hero-image-content h1, .hero-image-product-strip .hero-image-content h2, .hero-image-product-strip .hero-image-content h3,
.hero-image-product-strip .hero-image-content h4, .hero-image-product-strip .hero-image-content h5, .hero-image-product-strip .hero-image-content h6{
    color:#242126;
}
.hero-image-content .grid-container{
    padding-left:0;
}
.hero-image-content .grid-container .inline-content{
    margin-bottom: 30px;
}
.hero-image-content .button{
    color:#ffffff;
}
.hero-image-content .hero-image-button{
    margin: 0 0 1rem 0;
    display: inline-block;
    background-color: #000000;

}
.hero-image-content .hero-image-button .button{
    margin: 0;
    transition: opacity .25s ease-out;
}
.hero-image-content .hero-image-button .button:hover{
    opacity:0.7;
    transition: opacity .25s ease-out;
}
@media only screen and (max-width:640px){

    .hero-image-content .grid-container{
        padding-left:1.25rem;
    }
    .hero-image-image{
        width:100%;
        min-height: 230px;
        float:left;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    .hero-image-content{
        color: #000000;
        width:100%;
        float:right;
        padding-top:0;
        padding-bottom:74px;
        padding-left: 0;
    }
    .hero-image-content .pre-title {
        margin-top: 0;
    }
    .hero-image-image .curved-bar{
        height: 460px;
        position: absolute;
        display: block;
        width: 100%;
        right: 0;
        top: -100%;
        overflow: hidden;
    }
    .hero-image-image .curved-bar-lines{
        height: 100%;
        position: absolute;
        display: block;
        width: 100%;
        z-index: 1;
        bottom:55%;
        left: inherit;
    }
    .curved-bar-lines .bar{
        height: 200%;
        position: absolute;
        display: block;
        width: 280%;
        right: -90%;
        top: -32%;
        border: 100px solid #ffffff;
        border-radius: 50%;
    }
    .curved-bar-lines .line{
        height: calc(200% - 172px);
        position: absolute;
        display: block;
        width: calc(280% - 152px);
        right: calc(-90% + 76px);
        top: calc(-50% - -188px);
        border-radius: 50%;

    }
    .curved-bar-bg{
        background-color: #ffffff;
        position: absolute;
        display: block;
        width: 100%;
        height: 30px;
        right: 0;
        bottom: 0;
        z-index: 0;
    }
    .curved-bar-dot{
        position: absolute;
        background-color: #ffffff;
        bottom: 16px;
        top: initial;
        left: 0;
        margin-left: 1.25rem;
        height:38px;
        width:38px;
        border-radius: 50%;
        border:6px solid #000000;
        z-index: 2;
    }
}
/**#endregion - Hero image product subpage */

/**#region Text & Contact */

.left {
    width: 48%;
    margin-right: 2%;
}
.right {
    float:right;
    width:48%;
    margin-left: 2%;
}

@media only screen and (max-width: 805px){
    .left, .right {
        width: 100%;
    }
    .left {
        margin-bottom: 50px;
    }
}
/**#endregion */

/**#region Image & Text */

section.module.module-images-with-text.putty, .module.module.module-images-with-text.putty {
    background-color: #363239;
}

section.module.module-images-with-text .item-image, .module.module.module-images-with-text .item-image {
    padding-bottom: 75%;
}

section.module.module-images-with-text .item-image, .module.module.module-images-with-text .item-image {
    background-size: contain;
}

@media print, screen and (min-width: 64em) {
    section.module.module-images-with-text .item-image, .module.module.module-images-with-text .item-image {
        padding-bottom: 0;
    }
}

/* (curved-bar) update */
.module-images-with-text{
    min-height:360px;
}
section.module.module-images-with-text .grid-x, .module.module.module-images-with-text .grid-x{
    min-height:360px;
}
.module-images-with-text .grid-container.full-width{
    width:100%;
}
.module.module.module-images-with-text.curved.no-padding{
    padding:0;
}
.module.module.module-images-with-text.curved .item-image{
    background-size: cover;
}
.image-text-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 80%;
    transform: translate(-50%, -50%);
}
.module-images-with-text .curved-bar{
    /*background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 20%);*/
    height: 100%;
    position: absolute;
    display: block;
    width: 100px;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 1;
}

.module-images-with-text .curved-bar .bar{
    height: calc(100% + 400px);
    position: absolute;
    display: block;
    width: calc(500% + 200px);
    right: 40px;
    top: -200px;
    border: 100px solid #242126;
    border-radius: 50%;
}
.module-images-with-text .full-width .curved-bar .bar{
    right: 30px;
}
.module-images-with-text.putty .curved-bar .bar{
    border: 100px solid #363239;
}
.module-images-with-text.negative .curved-bar .bar{
    border: 100px solid #ddded8;
}
.module-images-with-text.white .curved-bar .bar{
    border: 100px solid #ffffff;
}

.module-images-with-text.reverse .curved-bar{
    /*background-image: linear-gradient(to left, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 20%);*/
    right: 0;
    left:initial;
}
.module-images-with-text.reverse .full-width .curved-bar .bar{
    right:initial;
    left: -501px;
}
.module-images-with-text.reverse .curved-bar .bar{
    right:initial;
    left: -501px;
}
.full-image-75{
    max-width: calc(50% + (1170px / 6)); /* for large 4*/
    /*max-width: calc(50% + (1170px / 4)); !* for large 4*!*/
}
@media only screen and (max-width:1023px) {
    .module.module-images-with-text.curved{
        padding-top:0;
    }
    .module.module-images-with-text.curved .grid-container{
        padding-right: 0;
        padding-left:0;
    }
    .module.module-images-with-text.curved .grid-container .item-content{
         padding-right: 1.25rem;
         padding-left: 1.25rem;
    }
    .module.module-images-with-text.curved .item-image{
        max-width: initial;
    }

    .module-images-with-text .curved-bar{
        height: 100px;
        position: absolute;
        display: block;
        width: 100%;
        left: 0;
        top: initial;
        bottom: 0;
        overflow: hidden;
    }
    .module-images-with-text .curved-bar .bar{
        height: calc(300% + 400px);
        position: absolute;
        display: block;
        width: 280% ;
        right: -90%;
        top: -500px;
        border: 100px solid #242126;
        border-radius: 50%;
    }
    .module-images-with-text .full-width .curved-bar .bar{
        right: -90%;
    }
    .module-images-with-text.reverse .full-width .curved-bar .bar{
        left: -90%;
    }
    .module-images-with-text.reverse .curved-bar .bar{
        left: -90%;
    }
    .module.module.module-images-with-text .item-image{
        padding-bottom: 50%;
        position: relative;
    }
    .module.module.module-images-with-text .item-image{
        order:2;
    }
    .module.module.module-images-with-text .item-content{
        order:1;
    }
    .module.module-images-with-text.curved .item-image{
        order:1;
    }
    .module.module-images-with-text.curved .item-content{
        order:2;
    }
}
/**#endregion */

/**#region customer story summary*/
.module.module-customer-story-summary .grid-container {
    padding-left: 50px;
    padding-right: 50px;
}
.module .story-summary ul {
    list-style: initial;
}
.story-summary {
    padding-right: 50px;
}
.customer-story-info {
    padding-left: 50px;
    border-left: 1px solid;
}
.cs-info-row {
    margin-bottom: 8px;
}
.cs-info-row:after {
    content: '';
    display: block;
    clear: both;
}
.cs-info-title {
    float: left;
    width: 35%;
    font-weight: bold;
}
.cs-info-content {
    float: right;
    width: 63%;
    font-weight: bold;
}
.cs-info-content a {
    color: #ffcf01;
}
.customer-story-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.customer-story-actions a.button {
    width: 45%;
    min-width: 0;
    margin-bottom: 0;
}
@media only screen and (max-width:1040px) {
    .customer-story-actions a.button {
        width: 100%;
        margin-top: 15px;
    }
    .cs-info-title,
    .cs-info-content {
        width: 100%;
    }
    .customer-story-actions {
        display: block;
    }
}
@media only screen and (max-width:640px) {
    .story-summary {
        padding-right: 0;
    }
    .customer-story-info {
        padding-left: 0;
        border-left: none;
    }
}
/**#endregion */

/**#region testimonial small*/
.module.module-testimonial-small .grid-container {
    padding: 0 0 0 50px;
}
.testimonial-small-image {
    padding: 60px 0;
}
.testimonial-small-image img {
    border-radius: 50%;
    overflow: hidden;
}
.testimonial-small-testimonial {
    padding: 60px 50px;
}
.testimonial-small-cta-wrapper {
    position: relative;
}
.testimonial-small-cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
}
.testimonial-small-cta {
    position: relative;
    padding: 40px;
    text-align: center;
}
.t-s-cta-image {
    margin-bottom: 15px;
}
.t-s-cta-image img {
    max-width: 188px;
}
.t-s-cta-cta a.button {
    margin-bottom: 0;
}
.testimonial-testimonial {
    font-style: italic;
}
.testimonial-source {
    font-style: italic;
    margin-top: 15px;
}
.module.module-testimonial-small .testimonial-source {
    color: #ffcf01;
}
.testimonial-small-cta-wrapper {
    background-size: cover;
    background-position: center;
}
/**#endregion */

/**#region testimonial large*/
.module.module-testimonial-large {
    padding: 0;
}
.module-testimonial-large .item-image img {
    position: absolute;
    bottom: 0;
    right: 110px;
    max-height: 435px;
}
.testimonial-large-cta {
    margin-top: 25px;
}
.testimonial-large-cta .inline-button {
    font-weight: bold;
    padding-bottom: 1px;
    border-bottom: 1px solid #ffcf01;
    margin-right: 20px;
    text-transform: uppercase;
}
@media only screen and (max-width:640px) {
    .module.module-testimonial-small .grid-container {
        padding-left: 0;
    }
    .testimonial-small-image {
        padding-bottom: 0;
        text-align: center;
    }
}
/**#endregion */

/**#region quote box*/
.module.module-quote-box.reverse .grid-x {
    flex-direction: row-reverse;
}
.module.module-quote-box .grid-container {
    padding: 0;
}
.quote-box-content {
    padding: 40px 50px;
}
.quote-testimonial-wrapper {
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 40px;
    position: relative;
}
.quote-testimonial-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
}
.quote-testimonial-icon {
    position: relative;
    font-size: 30px;
    margin-bottom: -1px;
}
.quote-testimonial {
    position: relative;
    font-style: italic;
}
@media only screen and (max-width:640px) {
    .module.module-images-with-text.curved.module-testimonial-large .item-image {
        padding: 50px 50px 0;
        text-align: center;
    }
    .module-testimonial-large .item-image img {
        position: relative;
        display: inline-block;
        width: auto;
        max-height: none;
        right: initial;
    }
    .quote-box-content {
        padding: 2.5rem 1.25rem;
    }
}
/**#endregion */

/**#region results*/
.module-results-cta {
    position: relative;
}
.module-results-cta .grid-container {
    position: relative;
    z-index: 1;
}
.results-cta-content {
    background: #242126;
    color: #fff;
    padding: 50px 50px;
}
.results-cta-wrapper {
    background: #242126;
    color: #fff;
    text-align: center;
}
.results-cta-bottom {
    padding: 25px;
}
.results-cta-content ul {
    margin-left: 30px;
}
.results-cta-content ul li {
    font-size: 18px;
    margin-bottom: 6px;
    position: relative;
}
.results-cta-content ul li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 7px;
    left: -23px;
    color: #ffcf01;
}
.results-cta-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.results-cta-bg .curved-bar {
    height: calc(100% + 400px);
    position: absolute;
    display: block;
    width: 110%;
    top: 50%;
    transform: translateY(-50%);
    border-left: 106px solid #ddded8;
    border-radius: 50%;
    left: -100px;
}
.results-cta-bg-wash {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
}
.results-cta-title {
    font-family: 'aller',Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 15px;
}
@media only screen and (max-width:640px) {
    .results-cta-content {
        padding: 1.25rem;
    }
}
/**#endregion */

/**#region SVG + Text */
/*uses the same classes as image + text */

.svg-code{
    background-color:#ffffff;
    margin: 0;
    padding:0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.svg-code > div{
    background-color:#ffffff;
    width:100%;
    height:100%;
    display:block;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
    overflow: visible !important;

}
.gradient{
    height: 100%;
    width: 100%;
    position: absolute;
    top:0;
}

/**#endregion **/

/**#region 404 page */

.error404 .grid-container {
    margin-bottom: 50px;
}
/**#endregion **/

/**#region Post archive pages */

section .snippet-block-links li, section .snippet-block-links li .item-content, .module .snippet-block-links li .item-content {
    position: relative;
}
section .snippet-block-links li a > p{
    padding-bottom:20px;
}
.module-link-list .snippet-block-links .wysiwyg-content p {
    padding-bottom: 20px;
}
.post-icon {
    position: absolute;
    bottom: 30px;
    right: 25px;
    width: 22px;
}

.post-archive-navigation li {
    padding: 0px 6px;
}
.post-archive-navigation li.active a {
    color: #fff !important;
    border-bottom: none !important;
    font-size: inherit !important;
    font-weight: 500 !important;
    cursor: default !important;
}
.pagination .page-numbers {
    margin: 0px 6px;
}
/**#endregion */

/**#region Full width image */

@media only screen and (max-width:1024px) {
    section.module.module-image img, .module.module.module-image img {
        width: 200%;
        max-width: none;
    }
}
/**#endregion */

/**#region BG with CTA Row */

@media only screen and (max-width:1024px) {
    section.module.module-bg-with-cta,
    section.module.module-error,
    .module.module.module-bg-with-cta,
    .module.module.module-error {
        padding: 40px 0px;
        height: auto;
    }
}
/**#endregion */

/**#region Table Row */

section.module.module-table .cell, .module.module.module-table .cell {
    border-bottom: 2px solid #ffcf01;
}

section.module.module-table .grid-x.grid-padding-x {
    border-top: 2px solid #ffcf01; border-left: 2px solid #ffcf01; border-right: 2px solid #ffcf01;
}

@media print, screen and (min-width: 40em) {
    section.module.module-table .cell.feature, .module.module.module-table .cell.feature {
        border-right: 2px solid #ffcf01;
    }
}
/**#endregion*/

/**#region Footer */

footer ul.site-links li  {
    margin-bottom: 0px;
}

footer ul.site-links li a {
    margin-bottom: 5px;
    display: inline-block;
}
footer ul.footer-btns {
    z-index:10;
}
footer ul.footer-btns.sticky {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background: #363239;
    margin: 0px;
    padding: 10px;
    box-shadow:0px -3px 15px rgba(0,0,0,0.2);
}
footer ul.footer-btns.sticky li {
    width:50%;
}
footer ul.footer-btns.sticky li:first-child {
    margin-left: 0px;
}
footer ul.footer-btns.sticky li a {
    width: 100%;
    margin-bottom:0px;
}
footer a.lets-talk {
    display: none;
}
footer .cell h6 a.icon {
    background: url(images/Kimble_WHITE_200.svg) no-repeat center left;
}
@media print, screen and (max-width: 1050px) {
    footer ul.site-links {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
    footer ul.site-links li a {
        padding-top:24px;
        padding-bottom: 24px;
    }
}
footer img.footer-cred.g2 {
    margin-top:-4px;
    width:35%;
    margin-right:10px;
}
footer img.footer-cred.g2.last {
    margin-right:0;
}
/**#endregion */

/**#region Footer popup */
#pardot-popup{
    /*display: none;*/
}
.featherlight #pardot-popup{
    display: block;
}
.featherlight-pardot .featherlight-content{
    background-color: #242126;
    padding-bottom: 25px;
    border-bottom: 0px;
}
.featherlight-close-icon.featherlight-close {
    min-width: 0;
}
.featherlight-pardot .featherlight-content img {
    margin: 0;
}
@media only screen and (max-width: 1024px) {
    .featherlight-pardot .featherlight-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}
/**#endregion */

/**#region Single Landing Pages */

.single-l .breadcrumbs, .single-l footer ul.site-links, .single-l img.footer-cred  {
    display: none
}

.single-l .site-nav {
    opacity: 0;
    visibility: hidden;
}
.show_nav-yes .site-nav {
    opacity: 1;
    visibility: visible;
}
.show_nav-no .site-nav {
    opacity: 0;
    visibility: hidden;
}
.show_rd_button-no .button.request-demo {
    display: none !important;
}
.show_rd_button-no ul.footer-btns {
    display:none;
}
/**#endregion */

/*#region Two Column WYSIWYG */

section.two_column .cell.medium-6 {
    width:48%;
}
section.two_column .cell.medium-6.left {
    margin-right: 2%;
}
section.two_column .cell.medium-6.right {
    margin-left: 2%;
}

@media only screen and (max-width: 805px) {
    section.two_column .cell.medium-6.left, section.two_column .cell.medium-6.right {
        width: 100%;
        margin: 0px;
    }
    section.two_column .cell.medium-6.left {
        margin-bottom: 15px;
    }
}
/*#endregion */

/**#region Three Column WYSIWYG */

section.three_column ul.grid-x {
    margin-left: 0px;
}
section.three_column ul.grid-x li.large-4 {
    margin-right: 2%;
    width: 32%;
}
section.three_column ul.grid-x li.large-4:nth-child(3n){
    margin-right: 0%;
}

@media only screen and (max-width:800px) {
    section.three_column ul.grid-x li.large-4 {
        width: 100%;
        margin-bottom:15px;
        max-width: none;
    }
    section.three_column ul.grid-x li.large-4:last-child {
        margin-bottom: 0px;
    }
}
/*#endregion */

/**#region Background Colours */

section.negative, div.bg.negative {
    background-color: #ddded8;
    padding: 50px 0px;
    color: #242126;
}
section.putty, div.bg.putty {
    background-color: #363239;
    padding: 50px 0px;
}
section.white, div.bg.white {
    background-color: #ffffff;
    padding: 50px 0px;
    color: #242126;
}

/** Column Background Colours **/
section .snippet-block-links li.putty {
    background-color: #363239;
    color: #fff;
}
section .snippet-block-links li.black {
    background-color: #242126;
    color: #fff;
}
section .snippet-block-links li.negative {
    background-color: #ddded8;
    color: #242126;
}

/** Column Title Colours **/
section.module .snippet-block-links li.tc-yellow h5 {
    color: #ffcf01;
}
section .snippet-block-links li.tc-yellow p.date {
    color: #ffcf01 !important;
}
section.module .snippet-block-links li.tc-white h5 {
    color: #ffffff;
}
section .snippet-block-links li.tc-white p.date {
    color: #ffffff !important
}

/** Column Link Colours **/
section .snippet-block-links li .faux-link, .module .snippet-block-links li .faux-link {
    color: #fff;
    position:absolute;
    bottom:20px;
    line-height: 1.325rem;
}
.search section .snippet-block-links li .faux-link, .search .module .snippet-block-links li .faux-link {
    right: 35px;
}
section .snippet-block-links li .item-content, .module .snippet-block-links li .item-content {
    padding: 20px 30px 50px;
}
/**#endregion */

/**#region Navigation */

header .site-nav nav .menu li a {
    font-size: 16px;
}
header .site-nav nav .menu li ul li a {
    font-size: 13px;
}
header .site-nav nav .menu>li>a {
    padding-top: 42px;
}

.touch header .site-nav nav .hamburger-back {
    display:none;
}
.nav-search-icon {
    display: inline-block;
    cursor: pointer;
    transition: all ease-in-out 0.25s;
    color: #bfbfbf;
    padding-top: 35px;
}
.nav-search-icon:hover {
    color:#fff;
}
.site-nav nav {
    position: relative;
}
.nav-search-form-row {
    margin-top: 20px;
}
.nav-search-form input[type=search], .nav-search-form-row input[type=search] {
    background: #ddded8;
    border: 0;
    color: #242126;
    margin-bottom: 0;
    width: 200px;
    display: inline-block;
    margin-right: -4px;
    min-height: 44px;
}
.nav-search-form-row input[type=search] {
    width: 145px;
}
.nav-search-form input[type="search"]:focus, .nav-search-form-row input[type="search"]:focus {
    padding: 14px 20px;
}
.nav-search-form {
    position: absolute;
    right: -18px;
    padding-top: 25px;
    display: none;
    width: 245px;
}
.nav-search-wrapper {
    position: relative;
}
.nav-search-form input[type="search"]::placeholder, .nav-search-form-row input[type="search"]::placeholder {
    color: #b6b6b6;
}
.nav-search-form input[type="search"]::-moz-placeholder, .nav-search-form-row input[type="search"]::-moz-placeholder {
    color: #b6b6b6;
}
.nav-search-form input[type="search"]::-ms-input-placeholder, .nav-search-form-row input[type="search"]::-ms-input-placeholder {
    color: #b6b6b6;
}
.nav-search-form input[type="search"]::-webkit-input-placeholder, .nav-search-form-row input[type="search"]::-webkit-input-placeholder {
    color: #b6b6b6;
}
.nav-search-form #searchsubmit .icon, .nav-search-form-row #searchsubmit .icon, .nav-search-form #searchsubmitmobile .icon, .nav-search-form-row #searchsubmitmobile .icon {
    margin-top: -5px;
    display: inline-block;
    float: left;
    width: 100%;
}
.nav-search-form #searchsubmit, .nav-search-form-row #searchsubmit, .nav-search-form #searchsubmitmobile, .nav-search-form-row #searchsubmitmobile {
    display: inline-block;
    position: relative;
    height: 44px;
    min-width: 44px;
    padding: 0px;
    vertical-align: top;
    font-size: 20px;
    width:auto;
}
.mobile-nav {
    display:none;
}
.mobile-nav li.nav-request-button .button.request-demo {
    background-color: #ffcf01;
    color: #242126;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 700;
    border: 0;
    padding: 16px;
    margin-top: 0px;
}
header .request-demo {
    position: relative;
    z-index: 103;
}
@media print, screen and (max-width: 1280px) {
    header .button {
        width: 150px;
    }
}
header .site-nav nav .menu li:hover.has-sub-menu ul, header .site-nav nav .menu li.hover.has-sub-menu ul {
    display:none;
}
header .site-nav nav .menu li:hover.has-sub-menu > ul, header .site-nav nav .menu li.hover.has-sub-menu > ul {
    display:flex;
}
header .site-nav nav .menu li.has-sub-menu > ul li.has-sub-menu:hover > ul, header .site-nav nav .menu li.has-sub-menu > ul li.has-sub-menu:hover > ul {
    position: absolute;
    left: 100%;
    top: 0px;
    bottom: auto;
    transform:  unset;
    padding-top: 0px;
}
header .site-nav nav .menu > li.has-sub-menu ul li.has-sub-menu > a:after {
    content: '\f054';
}
header .site-nav nav .menu > li.has-sub-menu ul li.has-sub-menu:hover > a:after {
    -ms-transform: unset;
    transform: unset;
}
header .site-nav nav .menu > li.has-sub-menu > ul > li.has-sub-menu > ul.sub-menu li {
    border-left: solid 1px #ffcf01;
}
header .site-nav nav .menu > li.has-sub-menu > ul > li.has-sub-menu > ul.sub-menu li:first-child {
    border-left: 0px;
}
header .site-nav nav .menu li.has-sub-menu ul.sub-menu li {
    border-bottom: solid 1px #363239;
}
/* nav update, improves for drop-down submenu */
header .site-nav nav .menu li.has-sub-menu ul {visibility: hidden}
header .site-nav nav .menu li.has-sub-menu:hover ul {visibility: visible}
header .site-nav nav .menu li.has-sub-menu ul li { position: absolute;visibility: hidden}
header .site-nav nav .menu li.has-sub-menu:hover ul li { position: relative;visibility: visible}
header .site-nav nav .menu li.has-sub-menu ul {padding-top:0}
/* end nav update */

/* mega nav update */
header .site-nav nav .menu>li>a{
    padding-bottom:26px;
}
@media print, screen and (min-width: 64em){
    header {
        padding-bottom:0;
    }
    .grid-x>.large-2 {
        padding-bottom: 26px;
    }
}
/* end  mega nav update */

header .site-nav nav .menu li.has-sub-menu ul.sub-menu li:hover {
    border-bottom:solid 1px #ffcf01;
    transition: all .2s;
}
header .site-nav nav .menu li.has-sub-menu ul.sub-menu > li:hover  > a {
    color:#fff;
    border-bottom: 0px;
}
header .site-nav nav .menu li.has-sub-menu ul li a {
    border-bottom: 0px;
}
header .site-nav nav ul.menu li.nav-search-form-row a {
    padding: 0px;
}
header .mobile-nav {
    position: fixed;
    top: 85px;
    left: 0px;
    width: 100%;
    background: #000;
}
@media print, screen and (max-width: 1230px) {
    header .site-nav nav .menu li a {
        font-size: 14px;
    }
    .fa-search:before {
        font-size: 12px;
    }
}
@media print, screen and (max-width: 1110px) {
    .nav-search-icon {
        bottom: 10px;
    }
}
@media print, screen and (max-width: 1050px) {
    header.grid-container .show-for-touch {
        display: block !important;
    }
    .nav-search-icon, .nav-search-form {
        display:none !important;
    }
    .show-for-large {
        display: none !important;
    }
    header .site-nav nav {
        display: none;
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 999;
        bottom: 0;
        background: #242126;
    }
    header .site-nav nav .hamburger-back {
        position: fixed;
        display: block;
        z-index: 1000;
        top: 10px;
        left: 10px;
        width: 40px;
        height: 50px;
        background: url(../img/arrow.svg) no-repeat center center;
        background-size: 12px;
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        text-indent: -9999px;
        opacity: 0;
        transition: .2s opacity;
    }
    header .grid-x>.large-8 {
        width: 33.33333%;
    }
    header .grid-x>.large-2 {
        width: 41.66667%;
        max-width: none;
    }
    header .site-nav {
        position: absolute;
        top: 35px;
        right: 20px;
    }
    header .site-nav #menu-toggle:checked~nav {
        display: inline-block;
        -ms-flex-direction: unset;
        flex-direction: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        position: relative;
        height: auto;
    }
    header .site-nav #menu-toggle:checked~nav ul.menu li.open ul {
        left: 0;
    }
    .desktop-nav {
        display:none;
    }
    header .site-nav nav ul.menu.mobile-nav {
        display: block;
        flex-direction: unset;
        height: auto;
        justify-content: unset;
        background:#363239;
        padding: 0 20px;
        max-height: 450px;
        overflow: scroll;
    }
    header .site-nav nav ul.menu.mobile-nav::-webkit-scrollbar {
        display: none;
    }
    header .site-nav nav ul.menu.mobile-nav li {
        position: static;
        padding: 0;
        display: block;
        width: 100%;
        margin-right: 0;
        border-bottom: 1px solid #33383F;
    }
    header .site-nav nav ul.menu.mobile-nav li a {
        padding: 14px 16px;
        transition: all .2s;
        text-align: left;
        font-size: 20px;
    }
    header .logo {
        margin: 0 0 20px;
    }
    .wpml-ls-legacy-list-horizontal {
        padding:5px 0;
    }
    .wpml-ls-legacy-list-horizontal li:last-child a {
        padding-right:2px;
    }
    .touch header .site-nav {
        top: 32px;
    }
    .grid-x.no-lang-switcher {
        top: 35px;
        position: relative;
    }
    .grid-x.no-lang-switcher .site-nav {
        top:0px;
        right:0px;
    }
    .mobile-nav .nav-search-form #searchsubmit, .mobile-nav .nav-search-form-row #searchsubmit, .mobile-nav .nav-search-form #searchsubmitmobile, .mobile-nav .nav-search-form-row #searchsubmitmobile {
        display: inline-block;
        position: absolute;
        height: 44px;
        min-width: 44px;
        padding: 0;
        vertical-align: top;
        font-size: 20px;
        width: 44px;
        right: 0px;
        top: 44px;
    }
    .mobile-nav li.nav-request-button .button.request-demo {
        text-align: center;
        margin-bottom: 10px;
        width: 100%;
    }
    header .site-nav nav ul.menu.mobile-nav li.nav-search-form-row a {
        padding:0px;
    }
    .mobile-nav .nav-search-form-row {
        margin-bottom: 20px;
    }
    .mobile-nav .nav-search-form-row input[type=search] {
        width: 100%;
    }
    header .site-nav nav ul.menu.mobile-nav li.current-menu-item > a {
        color: #fff !important;
    }
    header .site-nav nav ul.menu.mobile-nav li.has-sub-menu > a:after {
        content: "\f107";
        font: normal normal normal 14px/1 FontAwesome;
        display: inline-block;
        margin-left: 15px;
        transition: all .25s ease-in-out;
        position: relative;
        top: unset;
        right: unset;
        transform: unset;
    }
    header .site-nav nav ul.menu.mobile-nav li.has-sub-menu > a.children-visible:after {
        transform: rotate(-90deg);
    }
    header .site-nav nav ul.menu.mobile-nav li.has-sub-menu ul {
        display: none;
        position: relative;
        left: unset;
        padding: 7px 0 12px;
        width: 300px;
    }
    header .site-nav nav ul.menu.mobile-nav li.has-sub-menu ul li {
        margin-bottom: 5px;
    }
    header .site-nav nav ul.menu.mobile-nav > li ul.sub-menu li a {
        font-size: 16px;
        width: 100%;
        padding: 10px 40px 10px 24px;
        display: block;
        color: #bfbfbf;
        position: relative;
        text-align: left;
    }
    header .site-nav nav .menu li.has-sub-menu ul.sub-menu li:hover {
        border-color: transparent;
    }
    header .site-nav nav .menu > li ul.sub-menu li a:after {
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        right: 15px;
        top: 16px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #ffcf01;
    }
    body.fixed {
        position: unset;
    }
}

/**#endregion **/

/**#region Navigation OLD */

/*
header .site-nav nav .menu li a {
    font-size: 16px;
}
header .site-nav nav .menu li ul li a {
    font-size: 13px;
}
header .site-nav nav .menu>li>a {
    padding-top: 42px;
}

.touch header .site-nav nav .hamburger-back {
    display:none;
}
.nav-search-icon {
    display: inline-block;
    position: absolute;
    right: -10px;
    bottom: -5px;
    cursor:pointer;
    transition:all ease-in-out 0.25s;
    color:#bfbfbf;
}
.nav-search-icon:hover {
    color:#fff;
}
.site-nav nav {
    position: relative;
}
.nav-search-form-row {
    margin-top: 20px;
}
.nav-search-form input[type=search], .nav-search-form-row input[type=search] {
    background: #ddded8;
    border: 0;
    color: #242126;
    margin-bottom: 0;
    width: 200px;
    display: inline-block;
    margin-right: -4px;
    min-height: 44px;
}
.nav-search-form-row input[type=search] {
    width: 145px;
}
.nav-search-form input[type="search"]:focus, .nav-search-form-row input[type="search"]:focus {
    padding: 14px 20px;
}
.nav-search-form {
    position: absolute;
    right: 0px;
    padding-top: 43px;
    display:none;
}

.nav-search-form input[type="search"]::placeholder, .nav-search-form-row input[type="search"]::placeholder {
    color: #b6b6b6;
}
.nav-search-form input[type="search"]::-moz-placeholder, .nav-search-form-row input[type="search"]::-moz-placeholder {
    color: #b6b6b6;
}
.nav-search-form input[type="search"]::-ms-input-placeholder, .nav-search-form-row input[type="search"]::-ms-input-placeholder {
    color: #b6b6b6;
}
.nav-search-form input[type="search"]::-webkit-input-placeholder, .nav-search-form-row input[type="search"]::-webkit-input-placeholder {
    color: #b6b6b6;
}
.nav-search-form #searchsubmit .icon, .nav-search-form-row #searchsubmit .icon {
    margin-top: -5px;
    display: inline-block;
    float: left;
    width: 100%;
}
.nav-search-form #searchsubmit, .nav-search-form-row #searchsubmit {
    display: inline-block;
    position: relative;
    height: 44px;
    min-width: 44px;
    padding: 0px;
    vertical-align: top;
    font-size: 20px;
    width:auto;
}
.mobile-nav {
    display:none;
}
.mobile-nav li.nav-request-button .button.request-demo {
    background-color: #ffcf01;
    color: #242126;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 700;
    border: 0;
    padding: 16px;
    margin-top: 0px;
}


@media print, screen and (max-width: 1370px) {
    .nav-search-icon, .nav-search-form {
        display:none !important;
    }
}
@media print, screen and (max-width: 1100px) {
    header .site-nav nav .menu li a {
        font-size: 14px;
    }
}
@media print, screen and (max-width: 1050px) {
    header.grid-container .show-for-touch {
        display: block !important;
    }
    .show-for-large {
        display: none !important;
    }
    header .site-nav nav {
        display: none;
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 999;
        bottom: 0;
        background: #242126;
    }
    header .site-nav nav .hamburger-back {
        position: fixed;
        display: block;
        z-index: 1000;
        top: 10px;
        left: 10px;
        width: 40px;
        height: 50px;
        background: url(../img/arrow.svg) no-repeat center center;
        background-size: 12px;
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        text-indent: -9999px;
        opacity: 0;
        transition: .2s opacity;
    }
    header .site-nav nav ul.menu {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
    }
    header .site-nav nav ul.menu li {
        position: static;
    }
    header .site-nav nav ul.menu li a {
        font-size: 1.125rem;
        padding: 20px 0;
        background-color: transparent;
    }
    header .site-nav nav ul.menu li.has-sub-menu ul {
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        padding-top: 0;
        background: #363239;
        -ms-flex-pack: center;
        justify-content: center;
        transition: left .6s;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    header .site-nav nav ul.menu li.has-sub-menu ul li {
        text-align: center;
        opacity: 1 !important;
        transition: none !important;
    }
    header .site-nav nav ul.menu li.has-sub-menu ul li a {
        border: 0;
        color: #fff;
        text-align: center;
    }
    header .grid-x>.large-8 {
        width: 33.33333%;
    }
    header .grid-x>.large-2 {
        width: 41.66667%;
        max-width: none;
    }
    header .site-nav {
        position: absolute;
        top: 35px;
        right: 20px;
    }
    header .site-nav #menu-toggle:checked~nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
    }
    header .site-nav #menu-toggle:checked~nav ul.menu li.open ul {
        left: 0;
    }
    header .site-nav nav ul.menu li.has-sub-menu:hover ul {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    header .site-nav nav ul.menu li.has-sub-menu>a:after {
        position: absolute;
        right: -12px;
        top: 50%;
        padding: 0;
        -ms-transform: translateY(-30%);
        transform: translateY(-30%);
        content: "\f054";
    }
    .desktop-nav {
        display:none;
    }
    .mobile-nav {
        display:flex;
    }
    header .logo {
        margin: 0 0 20px;
    }
    .wpml-ls-legacy-list-horizontal {
        padding:5px 0;
    }
    .wpml-ls-legacy-list-horizontal li:last-child a {
        padding-right:2px;
    }
    .touch header .site-nav {
        top: 35px;
    }
    .grid-x.no-lang-switcher {
        top: 35px;
        position: relative;
    }
    .grid-x.no-lang-switcher .site-nav {
        top:0px;
        right:0px;
    }
}
*/

/**#endregion **/

/**#region Resources Archive */

section .snippet-filter ul li select, .module .snippet-filter ul li select {
    cursor:pointer;
}
section .snippet-filter ul li label:after, .module .snippet-filter ul li label:after {
    pointer-events: none;
}

.page-template-template-resources section .grid-container.secondary,
.page-template-template-resources .module .grid-container.secondary{
    padding: 25px 0;
}
.page-template-template-resources section .grid-container.push-bottom,
.page-template-template-resources .module .grid-container.push-bottom{
    margin-bottom: 60px;
}
/**#endregion */

/********
*
* #region Blog Archive
*
*********/

.post-archive-layout{

}
/*header*/
.post-archive-layout .archive-header{
    background-color: #363239;
}
.post-archive-layout .archive-header .main-title{
    display: flex;
    flex-wrap: wrap;
    padding:20px 0;
    overflow: hidden;
}
.post-archive-layout .archive-header .main-title h1{
    margin: 0 40px 0 0;
}
.post-archive-layout .title-desc{
    padding: 10px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;

}
.post-archive-layout .title-desc:before {
    content: '';
    background: rgba(255,255,255,0.4);
    display: block;
    width: 1px;
    height: 40px;
    margin-left:-20px;
}
.post-archive-layout .desc-content{
    margin-left: 20px;
    margin-top: 6px;
    margin-bottom: 6px;
}
/*archive content*/
.post-archive-layout .archive-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:4rem 0;
}
.post-archive-layout .archive-content .posts-wrapper{
    width: calc(100% - 400px);
}
.post-archive-layout .archive-content .right-side-col{
    width:  calc(400px - 4rem);
}
@media print, screen and (max-width: 1024px) {
    .post-archive-layout .archive-content .posts-wrapper{
        width: 100%;
    }
    .post-archive-layout .archive-content .posts-wrapper ul{
        margin-right: 1.25rem;
    }
    .post-archive-layout .archive-content .right-side-col .sticky-block{
        position: relative;
        top:0;
    }
    .post-archive-layout .archive-content .right-side-col{
        max-width:  80%;
        width:100%;
        margin: 2rem auto 0;
    }
    .right-side-col .sticky-bottom{
        display: none;
    }
}
@media print, screen and (max-width: 600px) {
    .post-archive-layout .archive-content .right-side-col{
        max-width:  100%;
    }
}
/**** #endregion : Blog Archive ****/
/**** Blog Archive Post Content ****/
.post-archive-layout .archive-content .archive-cat-post{
    background: unset;
}
.post-archive-layout .archive-content .snippet-block-links .archive-cat-post + .archive-cat-post{
    margin-top:2rem;
}
.post-archive-layout .archive-content .archive-cat-post a{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    border:1px solid rgba(54, 50, 57,.6);
}
.post-archive-layout .archive-cat-post .item-image{
    width:calc(50% - 2rem);
    position: relative;
    margin:0;
}
.post-archive-layout .archive-cat-post .item-image img{
    object-fit: cover;
    position: absolute;
    height:100%;
    width: 100%;
}
.post-archive-layout .archive-cat-post .item-content{
    width:100%;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.post-archive-layout .archive-cat-post .item-image + .item-content{
    width:50%;
}
.post-archive-layout .archive-cat-post .post-meta{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    color:#ffcf01;
    overflow: hidden;
}
.post-archive-layout .archive-cat-post .post-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
}
.post-date{
    margin-right: 28px;
}
.post-archive-layout .post-tags span{
    display: flex;
    align-items: center;
    margin-right: 14px;
}
.post-archive-layout .post-tags:before {
    content: '';
    background: #ffcf01;
    display: inline-block;
    width: 2px;
    height: 14px;
    margin-left:-14px;
    margin-right: 14px;
}
.post-archive-layout .archive-cat-post .faux-link{
    margin-top:1rem;
    position: unset;
    bottom:unset;
}

@media print, screen and (max-width: 700px) {
    .post-archive-layout .archive-cat-post .item-image{
        width:100%;
        height: unset;
    }
    .post-archive-layout .archive-cat-post .item-image img{
        position: relative;
    }
    .post-archive-layout .archive-cat-post .item-image + .item-content{
        width:100%;
    }
}
/**** #endregion : Blog Archive Post Content ****/
/**** Blog Right Side Column ****/

.has-side-column .right-side-col .col-box{
    border-left:2px solid #ffcf01;
    padding:0 2rem;
}
.has-side-column .right-side-col .col-box + .col-box{
    margin-top:2rem;
}
.category-blog main, .category-news main, .single-post main, .single-event main{
    overflow: unset; /* must be not set to make sticky work */
}
.has-side-column .right-side-col .sticky-block{
    position: sticky;
    width: 100%;
    top:4rem;
    margin-bottom: 0;
}
.sticky-bottom {
    height:0;
    position: sticky;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.has-side-column .right-side-col .sticky-bottom + .sticky-block{
    top:unset;
    bottom: 2rem;
}
.has-side-column .right-side-col .col-box > h3{
    color:#fff;
    text-transform: uppercase;
}
.right-side-col .col-box .share-links{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.right-side-col .col-box .share-links a{
    background-color: rgba(54, 50, 57,1);
    width: 30%;
    border-radius: 4px;
    padding:4px;
    text-align: center;
}
.right-side-col .col-box .share-links a:hover{
    background-color: rgba(54, 50, 57,.6);
    width: 30%;
    border-radius: 4px;
    padding:4px;
    text-align: center;
}
.right-side-col .col-box .key-content{
    background-color: rgba(54, 50, 57,1);
    border-radius: 4px;
    margin-bottom: 2rem;
}
.right-side-col .col-box .key-content a{
    display: block;
}
.right-side-col .col-box .key-content img{
    object-fit: cover;
    width: 100%;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.right-side-col .col-box .key-content h3{
    text-transform: unset;
    padding: 1.5rem;
    margin:0;
    color: #fff;
}
.right-side-col .col-box .key-content span{
    display: block;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 700;
    color: #ffcf01;
    transition: color .2s;
    margin-top: auto;
    padding:0 1.5rem 1.5rem;
}
.right-side-col .col-box .newsletter-content{
    background-color: rgba(54, 50, 57,1);
    border-radius: 4px;
    padding: 1.5rem;
}
@media print, screen and (max-width: 1024px) {
    .has-side-column .right-side-col .col-box{
        border-left:none;
        padding:0 2rem;
    }
}
/**** #endregion : Blog Right Side Column ****/

/********
*
* #region Blog Single
*
*********/

.single-post-layout .single-post-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single-post-layout .single-post-content.has-side-column .post-content-wrapper{
    width: calc(100% - 400px);
}
.single-post-layout .single-post-content.has-side-column .right-side-col{
    width:  calc(400px - 4rem);
}
.single-post-content.has-side-column .right-side-col .col-box{
    padding:0 0 0 2rem;
}
.single-post-layout .post-meta{
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    color:#ffcf01;
    overflow: hidden;
    padding:2rem 0 1rem;
}
.single-post-layout .post-info{
    display: inline;
    margin-top: 6px;
    margin-bottom: 6px;
}
.single-post-layout  .post-date{
    margin-right: calc(1.5rem - 2px);

}
.single-post-layout .post-tags span{
    display: inline-block;
    margin-right: 1.5rem;
}
.single-post-layout .post-tags span:before {
    content: '';
    background: #ffcf01;
    display: inline-block;
    width: 2px;
    height: 11px;
    margin-left:-.75rem;
    margin-right: calc(.75rem - 2px);
}

.single-post-layout .inline-content blockquote{
    background: rgba(54, 50, 57,1);
    padding:2rem;
    margin:2rem 0;
}
.single-post-layout .inline-content blockquote p{
    color:#fff;
    font-style: unset;
    margin:0;
}
.single-post-layout .inline-content ul, .single-post-layout .inline-content ol {
    list-style:inherit;
}
.single-post-layout .inline-content a {
    border-bottom:1px dashed #fff;
}
.single-post-layout .post-share-buttons{
    background: rgba(54, 50, 57,1);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding:1rem 2rem;
    margin-top:4rem;
    align-items: center;
}
.single-post-layout .post-share-buttons h3{
    width: 70px;
    margin:0;
}
.single-post-layout .post-share-buttons .share-links{
    width: calc(100% - 70px);
    display: flex;
    flex-wrap: wrap;
}
.single-post-layout .post-share-buttons .share-links a{
    background-color: rgba(73, 70, 76,1);
    width: 80px;
    border-radius: 4px;
    padding: 4px;
    text-align: center;
}
.single-post-layout .post-share-buttons .share-links a:not(:first-of-type){
    margin-left: 2rem;
}
.single-post-layout .post-share-buttons .share-links a:hover{
    background-color: rgba(73, 70, 76,0.6);
}
.post-options-content{
    width:100%;
}
.post-options-content .author-strip{
    background: rgba(54, 50, 57,1);
    padding:2rem;
    margin:2rem 0;
}
.post-options-content .author-strip > div{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.post-options-content .author-strip .author-image{
    width: 130px;

}
.post-options-content .author-strip .author-image img{
    border-radius: 50%;
    max-height: 130px;
}
.post-options-content .author-strip .author-details{
    width: calc(100% - 130px);
    padding-left: 2rem;
}
.post-options-content .author-strip .author-details h3{
    margin-bottom: 1rem;
}
.post-options-content .author-strip .author-details .author-name{
    font-weight: 700;
}
.post-options-content .related-posts-title{
    margin-bottom: 2rem;
}
.post-options-content .related-posts-wrapper{
}
.post-options-content ul.related-posts{
    margin-left: 0;
}
.post-options-content .related-posts-wrapper .item-wrapper{
    border:1px solid rgba(54, 50, 57,.6);
    background: unset;
}
.post-options-content .related-posts-wrapper .item-wrapper .item-content{
    padding:2rem;
}
.post-options-content .post-meta{
    padding:0;
}
.post-options-content .item-content .post-title {
    margin-top:1rem;
}

@media print, screen and (max-width: 1024px) {
    .single-post-layout .single-post-content.has-side-column .post-content-wrapper{
        width: 100%;
    }
    .single-post-layout .single-post-content.has-side-column .post-share-buttons{
        display: none;
    }
    .single-post-layout .single-post-content.has-side-column .right-side-col .sticky-block{
        position: relative;
        top:0;
    }
    .single-post-layout .single-post-content.has-side-column .right-side-col{
        max-width:  80%;
        width:100%;
        margin: 2rem auto 0;
    }
}
@media print, screen and (max-width: 700px) {
    .single-post-layout .single-post-content.has-side-column .right-side-col{
        max-width: 100%;
        margin: 0;
    }
    .single-post-content.has-side-column .right-side-col .col-box{
        padding:0;
    }
}
/**** #endregion : Blog Single ****/

/********
*
* #region Events Archive Template
*
*********/
.page-template-template-events main{
    margin-top:40px;
}
.events-filter-wrapper ul{
    margin-bottom: 0;
}
section.events-filter-wrapper .grid-container.secondary, .module .grid-container.secondary{
    padding: 30px 0 0 0;
}
#events_filter .topic-filter{
    margin-bottom: 15px;
}
#events_filter .search-field label{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    background: #3f3b42;
    margin-bottom: 23px;
}
.module .snippet-filter .search-field label:after{
    display: none;
}
.module .search-field input {
    width: calc(100% - 55px);
    margin-bottom: 0;
    background: #3f3b42;
    border: 1px solid #3f3b42;
}
.module .search-field input:focus{
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 0 3px 2px #ffcf01;
    background: #3f3b42;
    border: 1px solid #3f3b42;
}
.search-field .search-button {
    background: #3f3b42;
    border: 1px solid #3f3b42;
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    margin-bottom: 0;
    padding: 0;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}
.search-field .search-button span {
    opacity: 1;
    color:#ffcf01;
    position: relative;
    top:unset;
    left: unset;
    font-size: 18px;
    display: flex;
    justify-content: center;
}
.search-field input:focus + .search-button{
    box-shadow: 0 0 3px 2px #ffcf01;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}

#events_filter .buttons-field{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
}
.buttons-field .share-search-result{
    width: calc(100% - 78px);
    min-height: 48px;
}
.buttons-field .search-reset{
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    color:#ffcf01;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3f3b42;
    border: 1px solid #ffcf01;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}
.buttons-field .search-reset:hover{
    box-shadow: 0 0 3px 2px #ffcf01;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}
#events-months-filter .months-filter{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#events-months-filter button{
    background-color: unset;
    color:#fff;
    font-weight: 600;
    min-width: auto;
}
#events-months-filter button:focus{
    outline: unset;
}
#events-months-filter button.active-month{
    color:#ffcf01;
    background:#2e2b30;
    border-radius: 2px;
}
.months-filter-wrapper{
    padding: 36px 0 20px;
    min-height: 100px;
}
.months-filter-wrapper .months-filter{
    margin:0;
}
.months-filter li.show-all button{
    width: unset;
}
.months-filter li.show-all:after{
    content:'|';
    padding:0 16px;
    color:#ffcf01;
    display: inline-block;
}
#events-months-filter li{
    visibility: hidden;
    display: none;
}
#events-months-filter li.show-past {
    visibility: visible;
    display: none;
}
.months-filter li.show-past:before{
    content:'|';
    padding:0 16px;
    color:#ffcf01;
    display: inline-block;
}
#events-months-filter li.show-past a{
    display: inline-block;
    font-weight: 600;
    min-width: auto;
    font-family: 'aller',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-size: .75rem;
    border: 0;
    padding: 16px;
    line-height: 1;
}
.events-posts-wrapper{
    min-height: 350px;
    position: relative;
}
.events-posts-wrapper .loader-wrapper{
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    animation: fadeIn .3s;
    -webkit-animation: fadeIn .3s;
    -moz-animation: fadeIn .3s;
}

@keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}
.events-posts-wrapper ul{
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width:1024px) {
    .events-posts-wrapper .grid-margin-x>.large-4{
        width: calc(92% / 4);
        margin:2% 2% 0 0;
    }
}
/* News Archive */

.category-news .post-archive-layout .archive-cat-post .item-image,
.category-news .post-archive-layout .archive-cat-post .item-image + .item-content{
    width: 100%;
}
.category-news .post-archive-layout .archive-cat-post .item-image{
    min-height: 200px;
}
.category-news .post-archive-layout .featured-post .archive-cat-post .item-image{
    min-height: 400px;
}
.category-news ul.snippet-block-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.category-news section .snippet-block-links li{
    position: relative;
    width: calc(50% - 1em);
}
.category-news section .snippet-block-links.featured-post li{
    position: relative;
    width: 100%;
}
.category-news section .snippet-block-links li a{
    flex-direction:unset ;
}
.snippet-block-links.featured-post + .snippet-block-links{
    margin-top:2em;
}
.category-news .post-archive-layout .archive-content .snippet-block-links .archive-cat-post + .archive-cat-post {
    margin-top: 0;
}
.category-news .post-archive-layout .archive-content .snippet-block-links .archive-cat-post:nth-child(1n+3) {
    margin-top: 2rem;
}

/**** #endregion : Events Archive Template ****/

/********
*
* #region Events Archive Single
*
*********/
.event-post-layout .past-post{
    color:#ffcf01;
}
.event-post-layout .has-side-column .right-side-col .sticky-block{
    position: relative;
}
.event-post-details{
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin:20px 0;
    padding:20px 0 4px;
}
.event-post-details .detail-block{
    width:50%;
    margin-bottom: 16px;
}
.event-post-details .detail-block a{
    color: #ffcf01;
    border-bottom: 1px dotted #ffcf01;
    transition: all .1s;
}
.event-post-details .detail-block a:hover{
    border-bottom: 1px dotted transparent;
    transition: all .1s;
}
.event-post-details .detail-block .detail-name{
    min-width: 120px;
    display: inline-block;
    font-weight: 600;
}
.event-post-layout .inline-content ul{
    list-style-type: disc;
}
.event-post-layout .inline-content ol{
    list-style-type: decimal;
}
.post-tags-buttons{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.post-tags-buttons h3{
    padding: 6px 16px;
    margin: 0 0 16px 0;
}
.post-tags-buttons .tag-link{
    padding: 6px 16px;
    color: #ffcf01;
    background: #2e2b30;
    border-radius: 2px;
    margin-right: 16px;
    margin-bottom: 16px;
}
.post-tags-buttons .tag-link .fa{
    margin-right: 4px;
}
.single-post-layout.event-post-layout.has-side-column .right-side-col .col-box{
    padding:0 0 0 2rem;
}
.single-post-layout.event-post-layout .single-post-content.has-side-column .post-content-wrapper {
    width: calc(100% - 500px);
}
.single-post-layout.event-post-layout .single-post-content.has-side-column .right-side-col {
    width: calc(500px - 4rem);
}
.right-side-col .share-this-post, .right-side-col .recording-url{
    width: 100%;
    margin:0;
}
.event-post-layout .post-options-content{
    margin-top:100px;
}
.related-post-two-cols{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.related-post-column{
    width:calc(50% - 0.46875rem);
}
.related-post-column .grid-margin-x > .large-4{
    width:calc(50% - 0.9375rem);
    min-width: unset;
    max-width: unset;
}
.related-post-title h3{
    color:#fff;
    font-size: 1.375rem;
    border-bottom:2px solid #ffcf01;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.signup-box{
    position: relative;
}
.signup-box .signup-nav{
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(54, 50, 57,1);
}
.signup-box .signup-nav .signup-title{
    width: 50%;
    text-align: center;
    color: #ffcf01;
    font-size: 1.375rem;
    font-weight: 600;
    padding: 5px 10px;
    cursor: pointer;
}
.signup-box .signup-nav .signup-title.active{
    width: 50%;
    text-align: center;
    background-color: rgba(255, 255, 255,1);
    color: #2e2b30;
}
.signup-box .signup-tab, .signup-box .signup-content{
    background-color: rgba(255, 255, 255,1);
    display: block;
    color:#242126;
    padding:10px;
}
.signup-box .signup-tab{
    display: none;
}
.signup-box .signup-tab.active{
    display: block;
}
.single-post-layout.event-post-layout .right-side-col .newsletter-content a {
    border-bottom:1px dashed;
}
@media print, screen and (max-width: 1024px) {
    .single-post-layout.event-post-layout .single-post-content.has-side-column .post-content-wrapper{
        width: 100%;
    }
    .single-post-layout.event-post-layout .single-post-content.has-side-column .right-side-col .sticky-block{
        position: relative;
        top:0;
    }
    .single-post-layout.event-post-layout .single-post-content.has-side-column .right-side-col{
        max-width:  100%;
        width:100%;
        margin: 2rem auto 0;
    }
    .single-post-layout.event-post-layout .single-post-content.has-side-column .right-side-col .col-box {
        padding: 0;
    }
}
@media print, screen and (max-width: 900px) {
    .related-post-column{
        width:100%;
    }
}
@media print, screen and (max-width: 600px) {
    .related-post-column .grid-margin-x > .large-4{
        width:calc(100% - 0.9375rem);
    }
}
@media print, screen and (max-width: 500px) {
    .event-post-details .detail-block{
        width:100%;
    }
}
/**** #endregion : Events Archive Single ****/

/*PopUp window*/
/*
.popup-window{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width:100%;
    height:100vh;
    z-index: 1000;
    display: none;
}
.popup-window .popup-shadow{
    position: absolute;
    width:100%;
    height:100vh;
    background: rgba(0,0,0,0.3);
    z-index: 101;
}
.popup-window .popup-content{
    width:80%;
    position: absolute;
    left: 50%;
    top: 50%;
    height:82%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    display: block;
    background: #363239;
    padding:36px 36px 0;
    text-align: center;
    z-index: 102;
    overflow-y: auto;
}
.popup-window .popup-content .content {
    display: block;
}
.popup-window .popup-content .the-form{
    margin-top: 36px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.close-popup{
    position: absolute;
    width:40px;
    height: 40px;
    border-radius: 40px;
    top:20px;
    right:20px;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    cursor: pointer;
}
@media screen and (max-width: 700px) {

    .popup-window .popup-content{
        padding: 36px 4%;
    }
    .popup-window .popup-content .the-form{
        justify-content: center;
    }
    .popup-window .popup-content .the-form label{
        margin-bottom: 4%;
    }
}
@media screen and (max-height: 400px) {
    .popup-window {
        position: fixed;
        left: 0;
        top:0;
        right: 0;
        bottom:0;
        transform: unset;
        width: 100%;
        height: 100vh;
        z-index: 100;
        display: block;
    }
    .popup-window .popup-content{
        overflow-y: scroll;
        left: 0;
        top:0;
        right: 0;
        bottom:0;
        transform: unset;
        width: 100%;
        max-width: 700px;
    }
    .popup-window .popup-content .content {
        max-height: unset;
        height: 200px;
        overflow-y: scroll;
    }
    .popup-window .popup-shadow {
        display: none;
    }
}

/*#endregion*/

/**#region Search Results */

.search-results .page-header form.search-form label {
    float:left;
    width:85%;
}
.search-results .page-header form.search-form input.search-submit {
    width: 15%;
    float: left;
    padding: 17px 16px;
    min-width: unset;
}
.search-results .page-header form.search-form input.search-field:focus {
    padding: 14px 20px;
    box-shadow: unset;
}

@media only screen and (max-width:600px) {
    .search-results .page-header form.search-form input.search-submit {
        width: 30%;
    }
    .search-results .page-header form.search-form label {
        width: 70%;
    }
}
/**#endregion */

/**#region FAQs */
main.page-faqs .faq-search {
    padding: 60px 0px;
    background:#363239;
    margin-bottom: 40px;
}
main.page-faqs .faq-search section.snippet-title-with-description {
    margin-bottom: 0px;
}
main.page-faqs .faq-search h4.search-heading {
    float:left;
    width:35%;
    padding-top: 12px;
}
main.page-faqs .faq-search .search-form {
    float:right;
    width:65%;
}
main.page-faqs .faq-search h4.search-heading, main.page-faqs .faq-search input, main.page-faqs .search-form input {
    margin-bottom: 0px;
}
main.page-faqs .faq-search input, main.page-faqs .search-form input {
    background: #242126;
    color: #fff;
    padding: 30px 15px;
    display: inline-block;
    width: 70%;
    border: 0px;
    float: left;
}
main.page-faqs .faqs-section .search-form input {
    background: #363239;
    width:83%;
}
main.page-faqs .faqs-section .search-form input:active, main.page-faqs .faqs-section .search-form input:focus {
    box-shadow: unset;
}
main.page-faqs .faq-search .faq-search-submit {
    display: inline-block;
    width: 30%;
    border: 0px;
    padding: 21px 0px;
    font-size: 18px;
    float: right;
    min-width:0px;
}
main.page-faqs .faqs-section .search-form button.faq-search-submit {
    display: inline-block;
    width: 17%;
    border: 0px;
    padding: 16px 0px;
    font-size: 25px;
    float: right;
    min-width:0px;
}
main.page-faqs button.faq-search-submit:focus, main.page-faqs button.faq-search-submit:active {
    outline: 0;
    background: #ffcf01;
}
main.page-faqs .faq-search input::placeholder, main.page-faqs .search-form input::placeholder {
    color: #fff;
}
main.page-faqs .one-third {
    float:right;
    width:30%;
    margin-left:2%;
    margin-bottom: 40px;
}
main.page-faqs .two-thirds {
    float:left;
    width:68%;
}
main.page-faqs li.faq.cell h5 {
    color: #ffcf01;
}
main.page-faqs .faqs-section {
    border-top: solid 1px #ffcf01;
    padding-top: 50px;
}
main.page-faqs .faq_section_title h4 .fa {
    color: #ffcf01;
    margin-left:5px;
    transition: all ease-in-out 0.25s;
}
main.page-faqs .faq_section_title h4 .fa.closed {
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
main.page-faqs a.toggle-faq-section:active, main.page-faqs a.toggle-faq-section:focus {
    color: #fff;
}
main.page-faqs .faq-categories {
    margin-top: 40px;
    padding-top: 30px;
    border-top: solid 1px #ffcf01;
}
main.page-faqs .faq-categories ul {
    padding: 0px;
    margin:0px;
    list-style-type: none;
}
main.page-faqs .faq-categories ul li {
    margin-bottom: 10px;
    font-weight:700;
    cursor:pointer;
    transition: all ease-in-out 0.25s;
}
main.page-faqs .faq-categories ul li:hover {
    color: #ffcf01;
}
main.page-faqs .faq-categories .snippet-title-with-description {
    margin-bottom: 30px;
}
main.page-faqs .contact-faq {
    width: 100%;
    font-size: 15px;
    margin-top: 40px;
}
main.page-faqs .faq-search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: lightgrey;
    opacity:0.7;
}
main.page-faqs .faq-search-input::-moz-placeholder { /* Firefox 19+ */
    color: lightgrey;
    opacity:0.7;
}
main.page-faqs .faq-search-input:-ms-input-placeholder { /* IE 10+ */
    color: lightgrey;
    opacity:0.7;
}
main.page-faqs .faq-search-input:-moz-placeholder { /* Firefox 18- */
    color: lightgrey;
    opacity:0.7;
}
main.page-faqs .faq-search-input::placeholder { /* Firefox 18- */
    color: lightgrey;
    opacity:0.7;
}
main.page-faqs .faq-sidebar {
    position: sticky;
    top:20px;
    z-index:1;
}
@media only screen and (max-width:800px){
    main.page-faqs .faq-search h4.search-heading, main.page-faqs .faq-search .search-form {
        width: 100%;
    }
    main.page-faqs .faq-search h4.search-heading {
        margin-bottom: 20px;
    }
    main.page-faqs .faq-search {
        padding: 30px 0px;
    }
    main.page-faqs .two-thirds, main.page-faqs .one-third {
        width: 100%;
    }
}
/**#endregion **/

/**#region Styled List 1 */
.module-styled_list h5.item-heading {
    margin-bottom: 3rem;
}
.module-styled_list .list-content, .module-styled_list .list-number {
    float:left;
}
.module-styled_list .list-item {
    margin-bottom: 25px;
}
.module-styled_list .list-item:last-child {
    margin-bottom: 0;
}
.module-styled_list .list-number {
    font-size: 5rem;
    text-align: center;
    line-height:4rem;
}
.module-styled_list .hac-Black {
    color: #242126;
}
.module-styled_list .hac-Red {
    color: #b42b33;
}
.module-styled_list .hac-Green {
    color: #008752;
}
.module-styled_list .hac-Orange {
    color: #e68f1a;
}
.module-styled_list .hac-Yellow {
    color: #ffcf01;
}
.module-styled_list .hac-Blue {
    color: #729bc7;
}

@media only screen and (max-width:640px){
    .module-styled_list .list-number {
        font-size: 4rem;
    }
    .module-styled_list h5.item-heading {
        margin-bottom: 1rem;
    }
}
/**#endregion **/

/**#region Styled List 2 */
.module-styled_list.styled_list_two .list-number {
    margin-right: 25px;
    max-height:135px;
}
@media only screen and (max-width:640px) {
    .module-styled_list.styled_list_two .list-number {
        text-align: left;
        display: block;
        clear: both;
        width: 100%;
        margin-right: 0px;
    }
}
/**#endregion **/

/**#region Call to action */
section.module.module-bg-with-cta.height-500 {
    height: 500px;
}
section.module.module-bg-with-cta.height-400 {
    height: 400px;
}
section.module.module-bg-with-cta.height-300 {
    height: 300px;
}
section.module.module-bg-with-cta.fc-light {
    color: #fff;
}
section.module.module-bg-with-cta.fc-dark {
    color: #242126;
}
section.module.module-bg-with-cta .cell {
    background-color: rgba(36, 33, 38, 0.52);
}
section.module.module-bg-with-cta .cell .wysiwyg-content p:last-of-type {
    margin-bottom: 0;
}
@media only screen and (max-width: 1050px) {
    section.module.module-bg-with-cta.mfc-light {
        color: #fff;
    }
    section.module.module-bg-with-cta.mfc-dark {
        color: #242126;
    }
}
@media only screen and (max-width: 1024px) {
    section.module.module-bg-with-cta.height-500, section.module.module-bg-with-cta.height-300 {
        height: auto;
    }
    section.module.module-bg-with-cta.height-500.mobile-same-height {
        height: 500px;
    }
    section.module.module-bg-with-cta.height-400.mobile-same-height {
        height: 400px;
    }
    section.module.module-bg-with-cta.height-300.mobile-same-height {
        height: 300px;
    }
}
/**#endregion */

/**#region Quote */
section.module-quote .fl {
    float:left;
}
section.module-quote .medium-8 .quote {
    font-style: italic;
}
section.module-quote .medium-8 .quote-author {
    color: #ffcf01;
}
section.module-quote .medium-2.quote-mark img {
    width:80px;
}
section.module-quote .medium-2.quote-mark.close {
    text-align: right;
}
@media only screen and (max-width: 639px){
    section.module-quote .medium-2.quote-mark img {
        width: 40px;
        margin-bottom:20px;
    }
    section.module-quote .medium-2.quote-mark.close img {
        margin-top:20px;
        margin-bottom: 0px;
    }
}
/**#endregion */

/**#region Comparison Table */

/* Basic Columns - 2,3,4,5 */
.columns-1,
.columns-2,
.columns-3,
.columns-4,
.columns-5,
.columns-6{
    position: relative;
}
.columns-1:after,
.columns-2:after,
.columns-3:after,
.columns-4:after,
.columns-5:after,
.columns-6:after{
    content: "";
    clear: both;
    display: table;
}
.columns-1 .item,
.columns-2 .item,
.columns-3 .item,
.columns-4 .item,
.columns-5 .item,
.columns-6 .item{
    float: left;
    display: block;
}
/*1*/
.columns-1 .item{
    width: 98%;
    margin: 0 auto 0.25%;
}
/*2*/
.columns-2 .item{
    width: 50%;
    margin: 0 0.25% 0.25% 0;
}
.columns-2 .item:nth-child(2n){
    margin-right: 0;
}
/*3*/
.columns-3 .item{
    width: 33.3%;
    margin: 0 0.25% 0.25% 0;
}
.columns-3 .item:nth-child(3n){
    margin-right: 0;
}
/*4*/
.columns-4 .item{
    width: 25%;
    margin: 0 0.25% 0.25% 0;
}
.columns-4 .item:nth-child(4n){
    margin-right: 0;
}
/*5*/
.columns-5 .item{
    width: 20%;
    margin: 0 0.25% 0.25% 0;
}
.columns-5 .item:nth-child(5n){
    margin-right: 0;
}
/*6*/
.columns-6 .item{
    width: 16.6%;
    margin: 0 0.25% 0.25% 0;
}
.columns-6 .item:nth-child(6n){
    margin-right: 0;
}

.module-comparison_table .columns .item {
    text-align:  center;
    font-weight: bold;
    padding: 20px 30px;
    background: #363239;
}
.module-comparison_table .columns > .item:first-child {
    color: #ffcf01;
    text-align: left;
}
.module-comparison_table.putty .columns .item {
    background: #242126;
}
.module-comparison_table .columns {
    display:flex;
    padding: 0px;
}
.module-comparison_table .columns .item img {
    height: 35px;
    display: block;
    margin: 10px auto 0px auto;
}
.module-comparison_table .columns.column-headings {
    border-bottom: solid 3px #fff;
}
.module-comparison_table .columns.column-headings .item {
    font-size: 20px;
    margin-bottom: 0px;
}
.module-comparison_table .columns.column-headings .item.has-image {
    background: #ddded8;
}
.module-comparison_table .columns.column-headings .item:first-child {
    background: transparent;
}
.module-comparison_table .columns .item img.heading-image {
    margin-top: 0px;
    height: auto;
}
.module-comparison_table .columns .item.highlight {
    border-left: solid 3px #fff;
    border-right: solid 3px #fff;
}
.module-comparison_table .grid-container div .columns:last-of-type .item.highlight {
    border-bottom: solid 3px #fff;
}
/**#endregion */

/*#region Department Pages */
.tax-department div.job-department-search-form button[type="submit"] {
    float: right;
    width: 15%;
    min-width: unset;
}
.tax-department div.job-department-search-form input[type="search"] {
    float: left;
    width: 85%;
    min-height:44px;
    background: #363239;
    color:#fff;
}
.tax-department div.job-department-search-form input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: lightgrey;
    opacity:0.7;
}
.tax-department div.job-department-search-form input[type="search"]::-moz-placeholder { /* Firefox 19+ */
    color: lightgrey;
    opacity:0.7;
}
.tax-department div.job-department-search-form input[type="search"]:-ms-input-placeholder { /* IE 10+ */
    color: lightgrey;
    opacity:0.7;
}
.tax-department div.job-department-search-form input[type="search"]:-moz-placeholder { /* Firefox 18- */
    color: lightgrey;
    opacity:0.7;
}
.tax-department div.job-department-search-form input[type="search"]::placeholder { /* Firefox 18- */
    color: lightgrey;
    opacity:0.7;
}
.tax-department div.job-department-search-form input[type="search"]:focus {
    box-shadow: unset;
}
.no-jobs-found {
    display: none;
    margin-top:20px;
}
.hidden-job-content {
    display:none;
}
@media only screen and (max-width:600px){
    .tax-department div.job-department-search-form button[type="submit"] {
        width: 30%;
    }
    .tax-department div.job-department-search-form input[type="search"] {
        width: 70%;
    }
}
/*#endregion */

/*#region Single Job */
.single-job section.snippet-title-with-description p:last-of-type, .single-job .module.snippet-title-with-description p:last-of-type {
    margin-bottom: 8px;
}
/*#endregion */

/*#region Product Tabs Shortcode */
/* Style the buttons that are used to open the tab content */
.product_tabs .tabs button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 5px;
    transition: .3s;
    text-align: left;
    font-size: 22px;
    min-width: 0;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    color:#555;
}

/* Change background color of buttons on hover */
.product_tabs .tabs button:hover {
    background-color: #242126;
    color: #fff;
}

/* Create an active/current tablink class */
.product_tabs .tabs button.active {
    background-color: #242126;
    color: #fff;
}
.putty .product_tabs .tabs button.active {
    background:inherit;
}


/* Style the tab content */
.product_tabs .tabcontent {
    display: none;
    border-top: none;
    font-size: .875rem;
}
.product_tabs .tabcontent a {
    border-bottom: none;
}
.product_tabs .tabcontent p {
    font-size:22px;
    font-weight:700;
}
.product_tabs .tabcontent li {
    font-size: 1rem;
}
.product_tabs .tabcontent#Foresight {
    display:block;
}
section.one_column {
    position: relative;
}
.product_tabs_mobile {
    display:none !important;
    background: #363239;
    padding:20px 5px;
    margin-bottom: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.page-id-22366 .product_tabs_mobile {
    background: #ddded8;
}
.product_tabs_mobile .owl-item {
    text-align: center;
    opacity:0.2;
}
.product_tabs_mobile .owl-item.center {
    opacity: 1;
}
.product_tabs_mobile .item h4 {
    color:#fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: inline-block;
}
.page-id-22366 .product_tabs_mobile .item h4 {
    color: #242126;
}
.product_tabs_mobile .owl-nav {
    width: 95%;
    font-size: 22px;
    margin: 0 auto;
}
.product_tabs_mobile .owl-nav .owl-prev {
    float: left;
    color: #fff;
    margin-top: -30px;
    position: relative;
    z-index: 1;
    width: 40px;
    text-align: left;
    margin-left:60px;
}

.product_tabs_mobile .owl-nav .owl-next {
    float: right;
    color: #fff;
    margin-top: -30px;
    position: relative;
    z-index: 1;
    width: 40px;
    text-align: right;
    margin-right:60px;
}
.page-id-22366 .product_tabs_mobile .owl-nav .owl-prev, .page-id-22366 .product_tabs_mobile .owl-nav .owl-next {
    color: #242126;
}
.product_tabs_mobile.sticky {
    position: fixed;
    top: 85px;
}
.mobile-pad {
    padding:0 0 50px;
}


/*Product Page New Nav */

@media only screen and (max-width: 1023px){
    article.da-mobile-content{
        display: block !important;
    }
    .da-mobile-content ul > li{
        background: unset !important;
        list-style: disc !important;
        padding: 0 15px !important;
        margin-bottom: 20px !important;
        height: auto !important;
    }
    .da-mobile-content{
        width: calc(100% + 80px);
        left: -40px;
        position: relative;
    }
    .da-mobile-content ul > li:after{
        display: none !important;
    }
    .da-mobile-content .back-to-tablist{
        display: none;
    }
    .da-mobile-content > section:last-child{
        margin-bottom: 0 !important;
    }
    div.item-image{
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    div.read-more-wrapper{
        display: none;
    }
    div.da-bottom{
        margin-bottom: 30px;
    }
    #solution-tablist ul.grid-x > li.active{
        padding-bottom: 0 !important;
        border-radius: 0 !important;
    }
}

@media only screen and (min-width: 1024px){
    article.da-mobile-content{
        display: none !important;
    }
    #solution-tablist ul.grid-x{
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        max-width: 100vw;
        overflow: hidden;
    }
    #solution-tablist ul.grid-x > li:not(.active) {
        height: 180px !important;
        z-index: 99;
    }
    #solution-tablist ul.grid-x > li.active{
        max-width: 16.666667vw !important;
        overflow: visible !important;
        height: 180px !important;
        z-index: 0;
        -webkit-transition: 1.2s !important;
        -o-transition: 1.2s !important;
        transition: 1.2s !important;
    }

    #solution-tablist ul.grid-x > li{
        padding: 0 !important;
        position: relative;
        -webkit-transition: unset !important;
        -o-transition: unset !important;
        transition: unset !important;
    }
    #solution-tablist ul.grid-x > li:not(.active) > h4{
        text-align: center;
        left: unset !important;
        top: 25px;
    }
    #solution-tablist ul.grid-x > li.active > h4{
        text-align: center;
        -webkit-transition: 1.2s;
        -o-transition: 1.2s;
    }
    #solution-tablist ul.grid-x > li > h4{
        -webkit-transform: unset !important;
        -ms-transform: unset !important;
        transform: unset !important;
        left: 0px !important;
        max-width: 100%;
        font-size: 17px;
        z-index: 1;
        top: 25px;
        height: 150px !important;
        overflow: hidden !important;
    }

    #solution-tablist div.item-content > figure,
    #solution-tablist div.item-content > p{
        display: none ;
    }
    #solution-tablist .active div.item-content > figure,
    #solution-tablist .active div.item-content > p{
        display: block;
    }
    .active div.da-bottom{
        position: absolute;
        width: 100vw;
        left: -67vw !important;
        background: #363239;
        height: 440px
    }
    ul > li.active:nth-child(1) div.da-bottom{
        left: 0vw !important;
    }
    ul > li.active:nth-child(2) div.da-bottom{
        left: -16.66667vw !important;
    }
    ul > li.active:nth-child(3) div.da-bottom{
        left: -33.2vw !important;
    }
    ul > li.active:nth-child(4) div.da-bottom{
        left: -50vw !important;
    }
    ul > li.active:nth-child(5) div.da-bottom{
        left: -66.66667vw !important;
    }
    ul > li.active:nth-child(6) div.da-bottom{
        left: -83.3vw !important;
    }

    div.da-bottom div.item-content{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0 !important;
        padding-bottom: 60px;
        padding-top: 60px;
    }
    #solution-tablist div.item-content > p{
        width: 30%;
        margin-left: 7%;
        top: 50px;
        position: relative;
    }
    #solution-tablist div.item-content > figure{
        width: 45%;
        max-width: 510px !important;
        margin-bottom: 50px;
    }
    div.da-bottom div.item-content > div {
        display: none;
    }
    .solution-nav{
        display: none !important;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px){
    #solution-tablist ul.grid-x>li>h4 {
        font-size:22px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1299px){
    img.tab-image{
        top: 60px !important;
    }
}
@media only screen and (min-width: 1300px){
    img.tab-image{
        top: 50px !important;
    }
}
@media only screen and (min-width: 1700px){
    img.tab-image{
        left: 50% !important;
        margin-left: -140px;
    }
    #solution-tablist ul.grid-x > li > h4{
        width: 100% !important;
    }
}
nav#solution-tablist {
    overflow: hidden !important;
}



#solution-tablist .active a{
    color:#ffcf01;
}
#solution-tablist ul li{
    border-bottom-right-radius:0 !important;
}

/*
#solution-tablist .grid-x{
    height: 175px !important;
}
*/

.mobile-on{
    display: none;
}
@media only screen and (max-width: 1024px) {
    .mobile-on {
        display: block;
    }

    section.module.module-solutions-tabs #solution-tablist ul .alltabs ul li, .module.module.module-solutions-tabs #solution-tablist ul .alltabs ul li{
        background-color: inherit;
        height: inherit;
        color: inherit;
        border-radius: 0;
        margin-bottom: 0;
        padding: 0 0 16px;
        cursor: default;
    }
    section.module.module-solutions-tabs #solution-tablist ul li:after, .module.module.module-solutions-tabs #solution-tablist ul li:after{
        display: none;
    }
    section.module.module-solutions-tabs .alltabs{
        width: 97%;
    }
    .back-to-tablist {
        display: block;
        padding:20px;
    }

}

/**event, resoruces snippet-block-links*/
section .snippet-block-links li .item-content, .module .snippet-block-links li .item-content {
    display: block;
}
section .snippet-block-links li .item-title-wrapper, .module .snippet-block-links li .item-title-wrapper {
    margin-bottom: 1rem;
    display: block;
    width: 100%;
}
section .snippet-block-links li .item-title-wrapper h5.has-feature-image , .module .snippet-block-links li .item-title-wrapper h5.has-feature-image {
    margin-bottom: 0px;
    display: inline-block;
    float:left;
    width: 70%;
}
section .snippet-block-links li .item-title-wrapper img, .module .snippet-block-links li .item-title-wrapper img {
    display: inline-block;
    margin-right: 10px;
    float:left;
}
section .snippet-block-links h3 span.event-location {
    float: right;
    text-align: right;
}
.post-type-archive-event .post-icon{
    width:30px;
}
/** Mobile **/
@media only screen and (max-width: 639px){
    .page-id-19595 section#page-row-2.negative {
        background:#363239;
    }
    .page-id-19595 section#page-row-2.negative h4, .page-id-19595 section#page-row-2.negative p {
        color:#fff;
    }
    .product_tabs .tabcontent {
        padding-top:120px;
    }
    .product_tabs .tabcontent .grid-x {
        /*flex-direction: column-reverse;*/
    }
    .product_tabs .tabcontent .medium-8 {
        padding-left:0%;
        margin-bottom: 20px;
    }
    .product_tabs .tabs {
        display: none;
    }
    .product_tabs_mobile {
        display:block !important;
    }
    .mobile-pad {
        padding:50px 0 0;
    }
}
/*#endregion*/

/*#region Cookies Table */
.cookies_table table {
    word-break:  break-word;
}
.cookies_table table tr th {
    text-align: left;
}
.cookies_table table tr th:first-child,
.cookies_table table tr td:first-child {
    width: 25%;
}
.cookies_table table tr th:nth-child(2),
.cookies_table table tr td:nth-child(2) {
    width: 55%;
}
.cookies_table table tr th:nth-child(3),
.cookies_table table tr td:nth-child(3) {
    width: 20%;
}
/*#endregion */

/*#region Fixed Table Columns */
.table-scroll {
    position:relative;
    max-width:100%;
    margin:auto;
    border-left: solid 2px #ffcf01;
    border-bottom: solid 2px #ffcf01;
}
.table-wrap {
    width:100%;
    overflow:auto;
    position: relative;
}
.table-scroller {
    position: absolute;
    top: 50%;
    right: 0;
    cursor: pointer;
    -webkit-transform: translateX(35px);
    -moz-transform: translateX(35px);
    -ms-transform: translateX(35px);
    -o-transform: translateX(35px);
    transform: translateX(35px);
}
.table-scroller:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 60px;
    line-height: 30px;
    height: 35px;
    display: block;
    color: #ffcf01;
}
.table-scroll table {
    width:100%;
    margin:auto;
    border-collapse:separate;
    border-spacing:0;
}
.table-scroll th, .table-scroll td {
    background-color: #363239;
    white-space:nowrap;
    vertical-align:top;
    border-top: 2px solid #ffcf01;
    border-right: 2px solid #ffcf01;
    font-size: .875rem;
    line-height: 1.375rem;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    padding-top: 15px;
    padding-bottom: 15px;
}
.table-scroll th {
    font-size: inherit;
    font-weight: 700;
}
.table-scroll thead, .table-scroll tfoot {
    background:#f9f9f9;
}
.table-scroll thead tr th {
    background-color: #242126;
}
.clone {
    position:absolute;
    top:0;
    left:0;
    pointer-events:none;
}
.clone th, .clone td {
    visibility:hidden
}
.clone tbody th {
    visibility:visible;
}
.clone .fixed-side {
    visibility:visible;
}
.clone thead, .clone tfoot{background:transparent;}
@media only screen and (max-width: 1210px){
    .table-scroller {
        -webkit-transform: translateX(25px);
        -moz-transform: translateX(25px);
        -ms-transform: translateX(25px);
        -o-transform: translateX(25px);
        transform: translateX(25px);
    }
}
@media only screen and (max-width: 639px){
    .table-scroll {
        width: 95%;
    }
}
/*#endregion*/

/*#region Multi Column - Client Boxes */
.three-four-columns.client-boxes li.cell {
    padding: 20px 15px;
    border-radius: 30px;
    margin-bottom: 60px;
    border-bottom-left-radius: 0px;
    list-style-type: none;
}
.three-four-columns.client-boxes li.cell::after{
    content: '';
    position: absolute;
    left: 0%;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 55px 0 0;
}
.three-four-columns.client-boxes li.putty.cell::after {
    border-color: #363239 transparent transparent transparent;
}

.three-four-columns.client-boxes li.black.cell::after {
    border-color: #242126 transparent transparent transparent;
}
.three-four-columns.client-boxes li.negative.cell::after {
    border-color: #ddded8 transparent transparent transparent;
}

.three-four-columns.client-boxes li.cell .client-quote {
    margin: 0px 0px 15px;
    font-style: italic;
    font-weight: 600;
}
.three-four-columns.client-boxes li.cell .review-source {
    font-style: italic;
    font-size: 13px;
    margin-bottom: 10px;
}
.three-four-columns.client-boxes li.cell .client-image {
    float: left;
    border-radius: 50%;
    border: solid 2px #000;
    filter: grayscale(100%);
    max-height: 85px;
}
.three-four-columns.client-boxes li.cell .client-info {
    float: right;
    width: 100%;
    color: #242126;
    padding: 5px;
    position: absolute;
    left: 0px;
    padding-left: 80px;
}
.three-four-columns.client-boxes li.cell .client-intro {
    background: #fff;
    border-radius: 50px;
    position: relative;
}
.three-four-columns.client-boxes li.cell .client-logo {
    filter: grayscale(100%);
    margin: 15px auto;
    max-width: 150px;
}
.three-four-columns.client-boxes li.cell .client-name {
    font-weight: bold;
}
.three-four-columns.client-boxes li.cell .client-rating {
    font-size: 22px;
}
.three-four-columns.client-boxes .snippet-title-with-description h4,
.three-four-columns.client-boxes .snippet-title-with-description .wysiwyg-content {
    display: inline-block;
}
.three-four-columns.client-boxes li.cell .client-job-title {
    line-height: 18px;
}
.three-four-columns.client-boxes li.cell .client-company {
    line-height: 20px;
}
/*#endregion */

/*#region Testimonial Slider - Clients */
section.module-carousel.carousel-clients {
    padding: 0px !important;
    overflow: hidden;
    position: relative;
    animation-name: heep-height;
    animation-duration: 1s;
}
section.module-carousel.carousel-clients .owl-carousel{
    animation-name: nice_load;
    animation-duration: 1s;
}
@keyframes nice_load {
    0%   {opacity: 0;height: 500px}
    75%  {opacity: 0;}
    99%  {height: 500px}
    100% {opacity: 1;height: initial}
}
@keyframes heep-height {
    0%   {height: 500px}
    99%  {height: 500px}
    100% {height: initial}
}

section.module-carousel.carousel-clients .owl-item .item .right {
    width:45%;
    margin: 0%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
}
section.module-carousel.carousel-clients .owl-item .item .right.mobile {
    display: none;
}
section.module-carousel.carousel-clients .owl-item .item .left {
    height: 100%;
    position: relative;
    width:55%;
    margin: 0;
}
section.module-carousel.carousel-clients .owl-item .item .left .grid-x {
    max-width: 710px;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    float: right;
    margin-top:112px;
}
section.module-carousel.carousel-clients .owl-item .item.layout-style-logo_grid .left .grid-x {
    padding-left: 0;
}
section.module.module-carousel.carousel-clients .owl-item .item, .module.module.module-carousel.carousel-clients .owl-item .item {
    height: 500px;
    color: #fff;
    background: #363239;
}
section.module.module-carousel.carousel-clients {
    height: auto;
}
section.module.module-carousel.carousel-clients .owl-carousel {
    border-right: solid 5px #363239;
}
section.module-carousel.carousel-clients .owl-item .item .testimonial-quote {
    display: inline;
    height: 1.75rem;
}
section.module-carousel.carousel-clients .owl-item .item .testimonial {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 15px 0px;
    margin-bottom: 15px;
    font-style: italic;
}
section.module-carousel.carousel-clients .owl-item .item .testimonial h4 {
    margin-bottom: 0px;
    font-style: italic;
    font-weight:normal;
}
section.module.module-carousel.carousel-clients .owl-item h5.slider-section-title {
    color: #fff;
    font-weight:normal;
    font-style: italic;
}
section.module.module-carousel.carousel-clients .owl-item .slide-curve {
    position: absolute;
    top: 0px;
    right: -43px;
    height: 100%;
    z-index: 1;
}
section.module.module-carousel.carousel-clients .owl-item .slide-curve img {
    height: 100%;
}
section.module.module-carousel.carousel-clients img.client_logo {
    display: inline-block;
    float:right;
    margin-bottom: 0;
    filter: grayscale(100%);
}
section.module.module-carousel.carousel-clients .testimonial-meta {
    margin-top: 20px;
    width: 100%;
}
section.module.module-carousel.carousel-clients .owl-item .item a.button, .module.module.module-carousel.carousel-clients .owl-item .item a.button {
    margin-bottom: 0;
}
section.module.module-carousel.carousel-clients .owl-nav .owl-prev {
    display: none;
}
section.module.module-carousel.carousel-clients .owl-dots {
    display: none;
}
section.module.module-carousel.carousel-clients section.snippet-title-with-description, section.module.module-carousel.carousel-clients .module.snippet-title-with-description {
    padding-top: 50px;
}
section.module-carousel.carousel-clients .owl-item .testimonial-meta .vertical_align_middle {
    float: left;
}
section.module-carousel.carousel-clients .owl-item .item .right.mobile-layout-box {
    display: none;
}
section.module-carousel.carousel-clients .owl-item .item.layout-style-logo_grid .right.desktop {
    justify-content: normal;
}
section.module-carousel.carousel-clients .owl-item .item.layout-style-logo_grid .right.desktop .image-layout-box {
    max-width: 710px;
}
section.module-carousel.carousel-clients .owl-item .item.layout-style-logo_grid .testimonial h4,
section.module-carousel.carousel-clients .owl-item .item.layout-style-logo_grid .testimonial {
    border: none;
    margin-bottom: 0;
    font-style: normal;
}
section.module-carousel.carousel-clients .owl-item .item.layout-style-logo_grid .left {
    width: 40%;
}
section.module-carousel.carousel-clients .owl-item .item.layout-style-logo_grid .right {
    width: 58%;
}
@media only screen and (max-width:950px){
    section.module-carousel.carousel-clients .owl-item .item.layout-style-logo_grid .left .grid-x {
        padding-left: 1.875rem;
    }
    section.module-carousel.carousel-clients .owl-item .item.layout-style-logo_grid .left,
    section.module-carousel.carousel-clients .owl-item .item.layout-style-logo_grid .right,
    section.module-carousel.carousel-clients .owl-item .item .right {
        width:100%;
    }
    section.module-carousel.carousel-clients .owl-item .item .left {
        width:100%;
        position: absolute;
        top:0;
        left: 0;
        z-index:1;
    }
    section.module-carousel.carousel-clients .owl-item .item .grid-layout-button {
        float: left;
    }
    section.module-carousel.carousel-clients .owl-item .item .left .grid-x {
        width: 90%;
        max-width: none;
        float:left;
        margin-top:50px;
    }
    section.module-carousel.carousel-clients .owl-item .slide-curve {
        display: none;
    }
    section.module.module-carousel.carousel-clients img.client_logo {
        display: block;
        margin: 20px 0 0px;
        clear: both;
        float: left;
    }
    section.module-carousel.carousel-clients .owl-item .testimonial-meta .vertical_align_middle,
    section.module-carousel.carousel-clients .owl-item .testimonial-meta {
        margin: 0 !important;
    }
    section.module-carousel.carousel-clients .owl-item .item .right.desktop {
        display: none;
    }
    section.module-carousel.carousel-clients .owl-item .item .right.mobile {
        display: -ms-flexbox;
        display: flex;
        background-size: contain;
        background-position: bottom right;
        background-repeat: no-repeat;
    }
    section.module-carousel.carousel-clients .owl-item .item .testimonial {
        border-bottom: none;
    }
}
@media screen and (max-width: 39.9375em) {
    section.module-carousel.carousel-clients .owl-item .item img.client_logo {
        display:none;
    }
    section.module.module-carousel.carousel-clients .owl-item .item a.button, .module.module.module-carousel.carousel-clients .owl-item .item a.button {
        display: block;
        margin-bottom: 10px;
    }
    section.module-carousel.carousel-clients .owl-item .item .left .grid-x {
        margin-top: 30px;
    }
}
/*#endregion */

/*#region Video Slider */
section.module.module-video-slider .owl-carousel .item {
    height: 500px;
    padding:50px 0px;
    background-size: cover;
    background-position: center;
}
/** Column Title Colours **/
section.module.module-video-slider .owl-carousel .item.tc-yellow h4,
section.module.module-video-slider .owl-carousel .item.tc-yellow {
    color: #ffcf01;
}
section.module.module-video-slider .owl-carousel .item.tc-white h4,
section.module.module-video-slider .owl-carousel .item.tc-white {
    color: #ffffff;
}
section.module.module-video-slider .owl-carousel .item.tc-black h4,
section.module.module-video-slider .owl-carousel .item.tc-black {
    color: #242126;
}
section.module.module-video-slider .owl-carousel .item .grid-container {
    position: relative;
    height: 100%;
}
section.module.module-video-slider .owl-carousel .item img.client-logo {
    position: absolute;
    left: 0px;
    bottom: 0px;
    filter: grayscale(100%);
    padding-left: 1.875rem;
}
section.module.module-video-slider  .owl-dots,
.module.module.module-video-slider  .owl-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 100;
}
section.module.module-video-slider .owl-dots .owl-dot,
.module.module.module-video-slider .owl-dots .owl-dot {
    display: inline-block;
    padding: 10px 5px;
}
section.module.module-video-slider .owl-dots .owl-dot span,
.module.module.module-video-slider .owl-dots .owl-dot span {
    display: block;
    width: 4px;
    height: 4px;
    background: #95989a;
    border-radius: 50%;
    transition: opacity .2s;
}
section.module.module-video-slider .owl-dots .owl-dot.active span,
.module.module.module-video-slider .owl-dots .owl-dot.active span {
    background: #fff;
}
section.module.module-video-slider .owl-dots,
.module.module.module-video-slider .owl-dots {
    margin-top: -40px;
}
section.module.module-video-slider .owl-nav,
.module.module.module-video-slider .owl-nav {
    display: none;
}
.module.module.module-video-slider img.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -31px !important;
    margin-left: -50px !important;
}
.module.module.module-video-slider .item img.slide-image {
    position: absolute;
    top: 0;
    left: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    font-family: 'object-fit: contain;';
}
/*#endregion*/

/*#region Sticky Links */
section.sticky_links {
    padding: 0;
}
.sticky-links-container {
    margin: 0;
    padding: 25px 0 24px;
    text-align: center;
    transition: .3s linear;
}
.sticky-links-container .sticky-link-item {
    display: inline-block;
    font-size: 14px;
    margin-right: 50px;
    font-weight: 700;
    line-height: 1.25rem;
    text-transform: uppercase;
}
.sticky-links-container .sticky-link-item:last-child {
    margin-right: 0;
}
.sticky-links-container.black {
    background-color: #242126;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
.sticky-links-container.grey {
    background-color: #363239;
    border-top: 1px solid #242126;
    border-bottom: 1px solid #242126;
}
.sticky-links-container.putty {
    background-color: #ddded8;
    border-top: 1px solid #242126;
    border-bottom: 1px solid #242126;
}
.sticky-links-container.black .sticky-links-heading,
.sticky-links-container.grey .sticky-links-heading {
    color: #ffffff;
}
.sticky-links-container.putty .sticky-links-heading {
    color: #000000;
}
.sticky-links-container.black a,
.sticky-links-container.grey a {
    color: #bfbfbf;
}
.sticky-links-container.putty a {
    color: #242126;
}

.sticky-links-container.black a.highlight,
.sticky-links-container.grey a.highlight {
    color: #ffffff;
}
.sticky-links-container.putty a.highlight {
    color: #000000;
}

.sticky-links-container.black a:hover,
.sticky-links-container.grey a:hover {
    color: #ffcf01;
}
.sticky-links-container.putty a:hover {
    color: #000000;
}
.sticky-links-container.sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0 14px;
    z-index: 15;
}
@media screen and (max-width: 1050px) {
    section.sticky_links {
        display: none;
    }
}

/*#endregion */

/*#region Tab List */
section.tab_list {
    padding-top: 0;
}
.tab_list .snippet-title-with-description {
    margin-bottom: 0;
}
.tab_list .tab_list_main .tab_list_main_tab.Red {
    background-color: #b42b33;
}
.tab_list .tab_list_main .tab_list_main_tab.Green {
    background-color: #008752;
}
.tab_list .tab_list_main .tab_list_main_tab.Blue {
    background-color: #729bc7;
}
.tab_list .tab_list_main .tab_list_main_tab {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 50px;
}
.tab_list .tab_list_main .tab_list_main_tab.medium-4 {
    width: 33.33333%;
}
.tab_list .tab_list_main .tab_list_main_tab.mobile {
    display: none;
}
.tab_list .tab_list_main .tab_list_main_tab .tab_list_date {
    float: left;
    width: 30%;
    text-align: center;
    font-size: 1.75rem;
    font-weight: 800;
    transition: all ease-in-out 0.2s;
    position:relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
}
.tab_list .tab_list_main .tab_list_main_tab .tab_list_info {
    float:left;
    width: 70%;
    padding: 15px 30px;
    color: #cecece;
    transition: all ease-in-out 0.2s;
}
.tab_list .tab_list_main .tab_list_main_tab .tab_list_info .tab_list_day {
    font-size: 1.375rem;
    text-transform: uppercase;
    font-weight: 800;
}
.tab_list .tab_list_main .tab_list_main_tab .tab_list_info .tab_list_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
}
.tab_list .tab_list_main .tab_list_main_tab.Red .tab_list_date {
    color: #77161a;
}
.tab_list .tab_list_main .tab_list_main_tab.Green .tab_list_date {
    color: #145834;
}
.tab_list .tab_list_main .tab_list_main_tab.Blue .tab_list_date {
    color: #224b6f;
}
.tab_list .tab_list_main .tab_list_main_tab.active .tab_list_info {
    color: #fff;
}
.tab_list .tab_list_main .tab_list_main_tab.active .tab_list_date {
    color: #fff;
}
.tab_list .tab_day_info_item_heading {
    font-size: 20px;
    margin-bottom: 10px;
}
.tab_list .tab_day_info_item_heading span.highlight_heading {
    background: #000;
    color: #fff;
    padding: 2px 4px;
    text-transform: capitalize;
}
.tab_list .tab_day_info_item {
    margin-bottom: 10px;
    border-bottom: solid 4px;
    padding: 0px 50px;
}
.tab_list .tab_day_info.Green .tab_day_info_item {
    border-color: #00813d;
}
.tab_list .tab_day_info.Red .tab_day_info_item {
    border-color: #711e21;
}
.tab_list .tab_day_info.Blue .tab_day_info_item {
    border-color: #43637f;
}
.tab_list .tab_list_items .tab_day_info {
    margin-bottom: 50px;
}
.tab_list .tab_list_items .tab_day_info:last-child {
    margin-bottom: 0;
}
.tab_list .tab_list_main_wrapper .grid-container.sticky {
    position: fixed;
    top: 0;
    z-index: 99999;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
}
.tab_list .tab_day_info a.register_link {
    margin-top: 30px;
    margin-left: 50px;
    min-width: 188px;
    width: auto;
    margin-bottom: 0;
}
.tab_list .tab_list_main .tab_list_main_tab.default .tab_list_info {
    color: #fff;
}
.tab_list .tab_list_main .tab_list_main_tab.default .tab_list_date {
    color: #fff;
}
.tab_list .tab_list_main .tab_list_main_tab .tab_list_date svg {
    position: absolute;
    top:0px;
    height: 100%;
    right: -20px;
}
.tab_list .tab_list_main .tab_list_main_tab .tab_list_date .list_date {
    position: relative;
    z-index: 1;
}
.tab_day_info_description {
    float: left;
    width: calc(100% - 320px);
}
.tab_day_info_links {
    float: right;
    width: 300px;
    display: flex;
    justify-content: space-between;
}
.tab_day_info_links.post-publish {
    display: inherit;
}
.tab_day_info_links .day-info-item-title {
    font-family: 'aller',Helvetica,Arial,sans-serif;
    color: #242126;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 3px 0 9px;
}
.tab_day_info_links i {
    font-size: 25px;
}
.video-day-info-item,
.file-day-info-item,
.calendar-day-info-item {
    width: 85px;
    text-align: center;
}
.tab_list .tab_day_info_item_heading span.heading {
    font-weight: 700;
}
.tab_list .tab_day_info.Green .tab_day_info_item_heading span.highlight_heading {
    background: #008752;
    color: #fff;
}
.tab_list .tab_day_info.Red .tab_day_info_item_heading span.highlight_heading {
    background: #b42b33;
    color: #fff;
}
.tab_list .tab_day_info.Blue .tab_day_info_item_heading span.highlight_heading {
    background: #729bc7;
    color: #fff;
}
.tab_list .tab_day_info.Green .video-day-info-item i,
.tab_list .tab_day_info.Green .file-day-info-item i,
.tab_list .tab_day_info.Green .calendar-day-info-item i {
    color: #008752;
}
.tab_list .tab_day_info.Red .video-day-info-item i,
.tab_list .tab_day_info.Red .file-day-info-item i,
.tab_list .tab_day_info.Red .calendar-day-info-item i {
    color: #b42b33;
}
.tab_list .tab_day_info.Blue .video-day-info-item i,
.tab_list .tab_day_info.Blue .file-day-info-item i,
.tab_list .tab_day_info.Blue .calendar-day-info-item i {
    color: #729bc7;
}
@media only screen and (max-width: 1050px){
    .tab_list .tab_list_main .tab_list_main_tab.mobile {
        display: flex;
        margin-bottom: 20px;
    }
    .tab_list .tab_list_main.desktop, .tab_list .tab_list_main_wrapper {
        display: none;
    }
    .tab_list .tab_list_main .tab_list_main_tab.mobile .tab_list_info {
        color: #fff;
    }
    .tab_list .tab_list_main .tab_list_main_tab.mobile .tab_list_date {
        color: #fff;
    }
    .tab_list .tab_list_items .tab_day_info {
        margin-bottom: 20px;
    }
    .tab_list .grid-container {
        width: 100%;
        padding: 0;
    }
    .tab_list .tab_day_info a.register_link {
        margin-bottom: 1rem;
    }
}
@media only screen and (max-width: 750px){
    .tab_day_info_description {
        width: 100%;
    }
    .tab_day_info_links {
        width: 100%;
        margin-bottom: 15px;
        display: block;
        text-align: center;
    }
    .video-day-info-item, .file-day-info-item, .calendar-day-info-item {
        display: inline-block;
        margin-right: 7px;
        margin-left: 7px;
    }
}
/*#endregion */

/**#region Competitor Comparison Row */

.competitor-comparison {
    position: relative;
}
.competitor-comparison .flex-content{
    display: flex;
}
.competitor-comparison .leftContent{
    flex: 1;
    display: flex;
    justify-content: center;
}
.competitor-comparison .leftContent .inline-content{
    padding-right: 1.875rem;
    padding-top: 0.95rem;
}
.competitor-comparison .leftContent .inline-content .wysiwyg-content h2{
    color:#ffcf01;
}
.competitor-comparison .tabsWrapper{
    flex: 2;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}
.competitor-comparison .tabsWrapper .tab-nav{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #363239;
    border-radius: 6px;
    margin-bottom: 1.875rem;
}
.competitor-comparison .tabsWrapper .tab-nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding:10px 10px 20px;
    margin:0;
    width: 100%;
    align-items: center;
}
.competitor-comparison .tabsWrapper:not(.one-tab) .tab-nav ul li h3{
    cursor: pointer;
}

.competitor-comparison .tabsWrapper .tab-nav ul li h3{
    padding:10px 5px 0;
    margin:0;
    color:#fff;
    border-bottom: 2px solid #ffcf01;
}
.competitor-comparison .tabsWrapper .tabBg{
    background:#fff;
    border-radius: 6px;
}
.competitor-comparison .tab-content, .tab-content .tab-graphics img{
    padding: 15px;
}
.competitor-comparison .tab-content .tab-heading-image{
    margin: 10px auto;
    max-width:300px;
}
.competitor-comparison .tab-content .tab-graphics{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.competitor-comparison .tab-content .tab-graphics .tab-left-graphic, .competitor-comparison .tab-content .tab-graphics .tab-right-graphic{
    flex:1;
}
.competitor-comparison .tab-content .tab-graphics.size-1-2 .tab-right-graphic, .competitor-comparison .tab-content .tab-graphics.size-2-1 .tab-left-graphic{
    flex:2
}
/*tab nav control*/
.competitor-comparison .tabsWrapper .tab-content{
    display: none;
    flex-wrap: wrap;
}
.competitor-comparison .tabsWrapper .active{
    display: flex !important;

}
.competitor-comparison .tabsWrapper .tab-nav li{
    opacity: 0.4;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.competitor-comparison .tabsWrapper .tab-nav li.active, .competitor-comparison .tabsWrapper.one-tab .tab-nav li, .competitor-comparison .tabsWrapper .tab-nav li:hover{
    opacity: 1;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.white.competitor-comparison .tabsWrapper .tab-nav ul li h3 {
    color:#242126;
}
.white.competitor-comparison .tabsWrapper .tab-nav {
    background:#ddded8;
}

/* tab nav no script */
.competitor-comparison .noscript-tab{
    display: none;
    background: #363239;
    border-radius: 6px;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    width: 100%;
    padding: 20px 10px;
    text-align: center;
}
.competitor-comparison .noscript-tab h3{
    margin: 0;
    display: inline-block;
    align-items: center;
    color: #fff;
    border-bottom: 2px solid #ffcf01;
}

@media screen and (max-width: 1000px) {
    .competitor-comparison .flex-content {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .competitor-comparison .tabsWrapper .tab-nav{
        margin-top: 1.875rem;
    }
}
@media screen and (max-width: 500px) {
    .competitor-comparison .tab-content .tab-graphics{
        flex-direction: column;
        align-items: center;
    }
}

/**#endregion */

/*#region Leadership Slider */
.module-leadership-slider {
    border-bottom: 1px solid #242126;
}
section.module.module-carousel.module-leadership-slider .owl-item .item {
    min-height: 0;
}
.leadership-slider .owl-item {
    height: auto;
}
.leadership-slide-image {
    border-width: 8px;
    border-style: solid;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    padding:12px;
}
.leadership-slide-image img {
    width: 100% !important;
}
.leadership-slide-text {
    text-align: center;
    color: #fff;
    padding: 6px 10px;
    box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.75);
    margin-top: -30px;
    z-index: 1;
    position: relative;
    line-height: 1.3;
}
.leadership-slide-name {
    font-weight: bold;
}
.leadership-slide-title {
    font-style: italic;
}
.leadership-content {
    margin-top: 50px;
}
.module.module.module-leadership-slider .owl-nav button.owl-prev, .module.module.module-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    left: -70px;
}
.module.module.module-leadership-slider .owl-nav button.owl-prev, .module.module.module-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    right: -70px;
}
/**#endregion */

/*#region Image + Icons */
.image_icons .image-icons-wrapper{
    position: relative;
    padding-top:20px;
    padding-bottom:20px;
}
.image_icons .icons-wrapper{
    display: flex;
    position: relative;
    padding:20px 0;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.image_icons .main-image{
    position: absolute;
    z-index: 0;
    top:0;
    bottom:0;
    left: 280px;
    right: 280px;
    display: flex;
}
.image_icons .main-image img{
    object-fit: contain;
    width: 100%;
}
.image_icons .inline-content{
    position: relative;
    z-index: 2;
    width: 24%;
    min-width: 280px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.image_icons .inline-content .side-icon{
    padding: 20px;
}
.image_icons .inline-content .side-icon img{
    max-height: 120px;
    width: auto;
}
.image_icons .inline-content .headline{
    color:#ffcf01;
}
.image_icons .inline-content .side-content{
    padding:30px;
    background-color: #363239;
    width: 100%;
}
.image_icons .left-side .side-content{
    order: 1;
    border-top: 2px solid #ffcf01;
}
.image_icons .left-side .side-icon{
    order: 2;
}
.image_icons .right-side .side-content{
    order: 2;
    border-bottom: 2px solid #ffcf01;
}
.image_icons .right-side .side-icon{
    order: 1;
}
@media screen and (max-width: 950px) {
    .image_icons .main-image{
        position: relative;
        z-index: 0;
        top:0;
        bottom:0;
        left: 0;
        right: 0;
        display: flex;
        max-height: 400px;
    }
}
@media screen and (max-width: 650px) {
    .image_icons .inline-content{
        width: 100%;
    }
    .image_icons .left-side .side-content{
        order: 2;
        border-top: none;
        border-bottom: 2px solid #ffcf01;
    }
    .image_icons .left-side .side-icon{
        order: 1;
    }
}
/**#endregion */

/*#region CTA Bar */
.cta-bar .inline-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #ffcf01;
    position: relative;
    overflow: hidden;
}
.cta-width{
    max-width: calc(76.875rem / 2);
    z-index: 1;
    position: relative;
}
.cta-left{
    padding-left: 1.875rem;
    display: flex;
    margin-left: auto;
    justify-content: flex-end;
}
.cta-right{
    padding-right: 1.875rem;
    display: flex;
    margin-right: auto;
}
.cta-title{
    position: relative;
    flex: 1 1 50%;
}
.cta-title:after{
    content:'';
    position: absolute;
    top:-30px;
    bottom:-30px;
    right: -91px;
    width: 100px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    background-color: #e68f1a;
}
.cta-title .main-title{
    margin:0;
    padding:20px 25px 20px 0;
    color:#242126;
    font-size: 1.75rem;
}
.cta-button{
    z-index: 1;
    flex: 1 1 calc(50% - 5px);
    padding:20px 20px 20px 15px;
}
.cta-button:before{
    content:'';
    position: absolute;
    top:0;
    bottom:0;
    left: calc(50% + 5px);
    right: 0;
    background-color: #e68f1a;
    z-index: 0;
}
.cta-button a{
    margin:0;
}
@media screen and (max-width: 650px) {
    .cta-title, .cta-button{
        flex: unset;
        width: 100%;
    }
    .cta-left, .cta-right {
        padding-left: 1.875rem;
        display: flex;
        margin: 0 auto;
        justify-content: center;
    }
    .cta-button{
        background-color: #e68f1a;
    }
    .cta-title:after{
        display: none;
    }
    .cta-button:before{
        display: none;
    }
}
/**#endregion */

/*#region Image Slider 3D */

.slider-3d-wrapper{
    position: relative;
}
.slick-3d {
    z-index: 5;
}
.slick-3d .slick-slide {
    transform: scale(1);
    opacity:0.5;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}
.slick-3d .slick-slide.slick-current {
    transform: scale(1.5);
    opacity:1;
    position: relative;
    z-index: 1;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}
.slick-3d .slick-track{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.slick-3d .slick-list {
    padding: 10vh 0 !important;
}
.slider-3d-wrapper .slick-slide img {
    display: block;
    max-height: 40vh;
    object-fit: contain;
}
.slider-3d-wrapper .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0.8;
}
.slider-3d-wrapper .slick-arrow:hover{
    opacity: 1;
}
.slider-3d-wrapper .slick-prev{
    left:calc(30% - 80px);
}
.slider-3d-wrapper .slick-next{
    right:calc(30% - 80px);
}
.slider-3d-wrapper .slick-arrow button{
    min-width: unset;
    background-color: #008752;
}
.slider-3d-wrapper .slick-arrow.slick-prev button:before {
    content:"\f104";
    font: normal normal normal 18px/1 FontAwesome;
    color: #fff;
    font-size: 22px;
    position: relative;
    left: -2px;
}
.slider-3d-wrapper .slick-arrow.slick-next button:before {
    content:"\f105";
    font: normal normal normal 18px/1 FontAwesome;
    color: #fff;
    font-size: 22px;
    position: relative;
    right: -2px;
}

/**#endregion */

/*#region Table Styles for Contract */
.contract_table {

}
.contract_table thead td, .contract_table tbody td {
    vertical-align: top;
    padding: 5px;
    border: 1px solid #363239;
}

/*#region Table Styles for generic table */
.table-container {
    text-align:center;
}
.table-container .source {
    color:#fed000;
}
.styled-table {
    border-collapse: collapse;
    margin:0 auto 1rem;
}
.styled-table thead tr{
    font-weight: bold;
    background:#fed000;
    color:#242126;
}
.styled-table thead th, .styled-table tbody td {
    border:1px solid #000;
    border-left:none;
    padding:5px;
    vertical-align: top;
    text-align: center;
}
.styled-table thead th:first-child, .styled-table tbody td:first-child {
border-left:1px solid #000;
    text-align: left;
}
.styled-table tbody tr:nth-child(even) {
}
.styled-table tbody tr:nth-child(even) {
background: #363239;
}
/* Basic mega nav */
.menu.desktop-nav li.has-mega{
    position: static;
}
.menu.desktop-nav .MegaNav {
    position: absolute;
    display: none;
    z-index: 100;
    color: #fff;
    width: 100%;
    left: 0;
    top: 90px;
    background: #363239;
    border-bottom:5px solid #FFCF07;
}
/* Open the nav */
.menu.desktop-nav .MegaNav > div > ul{
    margin: 0;
    padding: 0;
}
.menu.desktop-nav > div > ul > li{
    display: inline-block;
    width: 24%;
    vertical-align: top;
    margin-bottom: 30px;
}
.menu.desktop-nav .MegaNav .mega-nav-columns {
    justify-content: center;
    display: flex;
}

.menu.desktop-nav .MegaNav .mega-nav-columns > .item:last-child{
    padding-right: 0%;
}
.menu.desktop-nav .MegaNav .mega-nav-columns .mega-nav-title {
    clear: both;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    padding: 0;
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 30px 0;
}
.menu.desktop-nav .MegaNav .mega-nav-columns .mega-nav-title i.fa{
    font-size: 69%;
}
.menu.desktop-nav .MegaNav .mega-nav-columns ul{
    margin: 0;
    padding: 0;
}
.menu.desktop-nav .MegaNav .mega-nav-columns ul li{
    width: 50%;
    display: inline-block;
}
.menu.desktop-nav .MegaNav .mega-nav-columns ul li a{
    display: inline-block;
    color: #fff;
    border-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 5px 0;
}
.menu.desktop-nav .MegaNav .mega_nav_links.columns-1 .item {
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
}
.menu.desktop-nav .MegaNav .mega_nav_links.columns-2 .item {
    width: 50%;
    margin: 0;
    border: 0;
    padding-right: 5%;
}
.menu.desktop-nav .MegaNav .mega_nav_links.columns-2 .item:nth-child(2n) {
    padding-right: 0%;
}
.menu.desktop-nav .MegaNav .mega_nav_links.columns-2 .item:nth-child(2n + 1) {
    clear:both;
}
.menu.desktop-nav .MegaNav .mega_nav_links.columns-3 .item {
    width: 33.33%;
    margin: 0;
    border: 0;
    padding-right: 5%;
}
.menu.desktop-nav .MegaNav .mega_nav_links.columns-4 .item {
    width: 25%;
    margin: 0;
    border: 0;
    padding-right: 5%;
}
.menu.desktop-nav .MegaNav .mega_nav_links.columns-5 .item {
    width: 20%;
    margin: 0;
    border: 0;
    padding-right: 5%;
}
.menu.desktop-nav .MegaNav .mega_nav_links.columns-6 .item {
    width: 16.66%;
    margin: 0;
    border: 0;
    padding-right: 5%;
}
.menu.desktop-nav {
    position: static;
}
.site-nav nav {
    position: static;
}
.menu.desktop-nav .MegaNav .mega_nav_links .item {
    margin-bottom: 20px !important;
}
.menu.desktop-nav .MegaNav .mega_nav_column h3 {
    color:#bfbfbf;
    border-bottom: solid 1px;
    font-weight: normal;
    padding-bottom:10px;
    margin-bottom: 10px;
    text-align: left;
}
.menu.desktop-nav .MegaNav .mega_nav_links .item .link_description {
    color:#bfbfbf;
}
.menu.desktop-nav .MegaNav .mega_nav_links .item a {
    text-align: left;
    color: inherit;
    padding: 0;
    line-height: inherit;
}
.menu.desktop-nav .MegaNav .mega_nav_column {
    display: inline-block;
    padding-right: 5%;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
}
.menu.desktop-nav .MegaNav .mega_nav_column.one_column {
    width: 20%;
}
.menu.desktop-nav .MegaNav .mega_nav_column.two_column {
    width: 50%;
}
.menu.desktop-nav .MegaNav .mega_nav_column.promo {
    background: #ddded8;
    color: #242126;
    width: 30%;
    padding-left: 5%;
    padding-right: 5%;
}
.menu.desktop-nav .MegaNav .mega_nav_column.promo a.promo-link, .menu.desktop-nav .MegaNav .mega_nav_column.promo a.promo-link:hover{
    color: #242126;
    padding: 0;
}
.menu.desktop-nav .MegaNav .mega_nav_column.promo .promo_heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    text-align: left;
}
.menu.desktop-nav .MegaNav .mega_nav_column.promo .promo_description{
    font-size: 80%;
    line-height: 1.7;
    text-align: left;
}
.menu.desktop-nav .MegaNav .mega_nav_column.promo img.promo_img {
    margin-bottom: 15px;
}
.menu.desktop-nav .MegaNav .grid-container {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 5%;
}
.menu.desktop-nav .MegaNav .button,
.menu.desktop-nav .MegaNav button {
    color: #242126;
    background-color: #ffcf01;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 700;
    border: 0;
    padding: 16px;
    display: inline-block;
}
header .site-nav nav .menu li.has-mega>a:after {
    display: inline-block;
    -ms-transform-origin: center center;
    transform-origin: center center;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 8px;
    color: #ffcf01;
    content: "\f078";
    padding: 0 8px;
    transition: transform .25s;
}
.menu.desktop-nav .MegaNav .mega_nav_links .item a:hover {
    color: #ffcf01;
}

/****************************
 region : Ninja form style
*****************************/

/* make fields into 2 cols - not needed now
.nf-form-content nf-fields-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.nf-form-content nf-field{
    display: flex;
    flex-direction: column;
    flex-basis: calc(50% - 7px);
}
.nf-form-content nf-field:nth-last-of-type(1), .nf-form-content nf-field:nth-last-of-type(2){
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}*/

.nf-form-content {
    padding: 5px 0;
}

/*fields style*/
.ninja-forms-form-wrap .nf-form-content .listselect-wrap .nf-field-element div,
.ninja-forms-form-wrap .nf-form-content input.ninja-forms-field,
.ninja-forms-form-wrap .nf-form-content select.ninja-forms-field:not([multiple]){
    height:40px;
    min-height: 40px;
}
body .nf-form-content .list-select-wrap>div div{
    height: 40px;
}
.ninja-forms-form-wrap #ninja_forms_required_items, .ninja-forms-form-wrap .nf-field-container {
    margin-bottom: 10px;
}
.ninja-forms-form-wrap .nf-field-container.label-above {
    margin-bottom: 20px;
}
.ninja-forms-form-wrap .nf-field-container.hidden-container {
    margin-bottom: 0;
    display: none;
}
.ninja-forms-form-wrap .nf-form-content .list-select-wrap .nf-field-element>div,
.ninja-forms-form-wrap .nf-form-content input:not([type=button]),
.ninja-forms-form-wrap .nf-form-content textarea,
.ninja-forms-form-wrap .nf-form-content select {
    background-color: #545454;
    color: #fefefe;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 5px;
    font-family: 'aller', 'Allerta', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    border-style: solid;
    border-width: 1px;
    border-color: #121212 #666666 #666666 #121212;
    margin: 0;
    font-weight: 600;
}

/*:focus style*/
.ninja-forms-form-wrap .nf-form-content .list-select-wrap .nf-field-element>div:focus,
.ninja-forms-form-wrap .nf-form-content input:not([type=button]):focus,
.ninja-forms-form-wrap .nf-form-content textarea:focus,
.ninja-forms-form-wrap .nf-form-content select.ninja-forms-field:focus{
    background-color: #bfbfbf;
    color: #0f0f0f;
}
.ninja-forms-form-wrap .nf-form-content .list-select-wrap>div div:after{

}

/*placeholder style*/
.ninja-forms-form-wrap .nf-form-content .list-select-wrap .nf-field-element>div::-webkit-input-placeholder,
.ninja-forms-form-wrap .nf-form-content input:not([type=button])::-webkit-input-placeholder,
.ninja-forms-form-wrap .nf-form-content textarea::-webkit-input-placeholder{
    color: #fff;
}
.ninja-forms-form-wrap .nf-form-content .list-select-wrap .nf-field-element>div::-moz-placeholder,
.ninja-forms-form-wrap .nf-form-content input:not([type=button])::-moz-placeholder,
.ninja-forms-form-wrap .nf-form-content textarea::-moz-placeholder{
    color: #fff;
}
.ninja-forms-form-wrap .nf-form-content .list-select-wrap .nf-field-element>div:-ms-input-placeholder,
.ninja-forms-form-wrap .nf-form-content input:not([type=button]):-ms-input-placeholder,
.ninja-forms-form-wrap .nf-form-content textarea:-ms-input-placeholder{
    color: #fff;
}
.ninja-forms-form-wrap .nf-form-content .list-select-wrap .nf-field-element>div:-moz-placeholder,
.ninja-forms-form-wrap .nf-form-content input:not([type=button]):-moz-placeholder,
.ninja-forms-form-wrap .nf-form-content textarea:-moz-placeholder{
    color: #fff;
}
.ninja-forms-form-wrap .nf-form-content select.ninja-forms-field {
    color: #fff;
}
.ninja-forms-form-wrap .nf-form-content .list-select-wrap>div div:after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: 10px;
    bottom: 0;
    height: 40px;
    line-height: 40px;
}

/* submit button */
.ninja-forms-form-wrap .nf-form-content button, .ninja-forms-form-wrap .nf-form-content input[type=button], .ninja-forms-form-wrap .nf-form-content input[type=submit] {
    font-family: 'aller', 'Allerta', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: auto;
    min-width: 188px;
    text-align: center;
    color: #242126;
    background-color: #ffcf01;
    border: 0;
    margin: 0;
    height: auto;
    vertical-align: inherit;
    box-sizing: border-box;
    display: inline-block;
    padding: 16px;
    text-decoration: none;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1;
    outline: none;
    text-transform: uppercase;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.ninja-forms-form-wrap .nf-form-content button:hover, .ninja-forms-form-wrap .nf-form-content input[type=button]:hover, .ninja-forms-form-wrap .nf-form-content input[type=submit]:hover {
    background-color: #7c6500;
    color: #242126;
    transition: all .5s;
}

/*validation elements style */
.ninja-forms-form-wrap .nf-error.field-wrap .nf-field-element:after {
    background: #e80000;
    color: #fff;
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f12a";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    height: 38px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    transition: all .5s;
}
.ninja-forms-form-wrap .nf-pass.field-wrap .nf-field-element:after {
    color: green;
    font-family: FontAwesome;
    font-size: 25px;
    content: "\f058";
    position: absolute;
    top: 1px;
    right: 8px;
    height: 40px;
    line-height: 40px;
    transition: all .5s;
}

/* hr spacing */
.nf-form-content hr.ninja-forms-field {
    margin: 1.25rem auto;
}

/*required style */
.nf-form-cont .nf-form-fields-required {
    padding:5px 0;
}
.nf-form-cont form label {
    flex-direction: inherit;
}
.nf-form-cont form label span.ninja-forms-req-symbol {
    flex-direction: inherit;
    opacity: inherit;
    position: inherit;
    color: #e80000;
    font-size: inherit;
    left:0;
    top:0;
    margin-left:5px;
}

/* HTML rows */
.ninja-forms-form-wrap .html-wrap a {
    border-bottom: dashed 1px;
}

/* endregion : Ninja form style
*******************************/

/****************************
 region : Post Password
*****************************/

.post-password-form input[type=password]{
    max-width:120px;
    background: #545454;
    border: 1px solid;
    border-color: #121212 #666666 #666666 #121212;
}

/****************************
 region : Mobile Navigation Burger
*****************************/
/* old css */
header .site-nav .hamburger span {
     display: block;
    text-indent: unset;
}
/*old css*/
.hamburger {
    display: none;
    float: right;
    cursor: pointer;
}
.hamburger .line {
    width: 20px;
    height: 3px;
    background-color: #fff; border-radius:4px;
    display: block;
    margin: 4px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(135deg);
    -ms-transform: translateY(7px) rotate(135deg);
    -o-transform: translateY(7px) rotate(135deg);
    transform: translateY(7px) rotate(135deg);
}
#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}
#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-135deg);
    -ms-transform: translateY(-7px) rotate(-135deg);
    -o-transform: translateY(-7px) rotate(-135deg);
    transform: translateY(-7px) rotate(-135deg);
}
@media only screen and (min-width: 1051px){
    #navbar {
        display: block !important;
    }
}
@media only screen and (max-width: 1050px){
    .hamburger {
        display:block;
    }
    #navbar {
        display:none;
    }
    #navbar ul {
        padding:0;
    }
    #navbar li {
        width: 100%;
    }
    #navbar a {
        padding: 10px;
        width:100%;
        display:block;
    }
    .menu-item-has-children > a:after {
        content: "\f107";
        font: normal normal normal 14px/1 FontAwesome;
        display: inline-block;
        margin-left: 15px;
        transition: all 0.25s ease-in-out;
    }
    .menu-item-has-children > a.children-visible:after {
        transform: rotate(-90deg);
    }
    #navbar li.menu-item-has-children:hover ul.sub-menu {
        display: none;
    }
    #navbar ul.sub-menu {
        position: inherit;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    #navbar ul.sub-menu li a {
        padding-left:30px;
    }
}

/* endregion : Mobile Navigation Burger
*******************************/

/****************************
 region : Drawer Mobile Vav
*****************************/

@media print, screen and (min-width: 1051px) {
    .drawer-mobile-nav{
        display: none;
    }
}
.drawer-mobile-nav .mobile-nav {
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
}
.drawer-mobile-nav ul, .drawer-mobile-nav ul li, .drawer-mobile-nav ul li a {
    display: block;
}
.drawer-mobile-nav .sub-menu{
    display: none;
    width:100%;
    left:0;
}
.drawer-mobile-nav .sub-nav-open{
    display: block;
}
.drawer-mobile-nav .hide-other > .menu-item:not(.sub-nav-open):not(.open-sub-nav-parent){
    display: none;
}
.drawer-mobile-nav .hide-other .menu-item.sub-nav-open > a, .drawer-mobile-nav .hide-other .menu-item.open-sub-nav-parent > a{
    display: none;
}
.drawer-mobile-nav .sub-nav-open > .sub-menu{
    display: block;
}
.drawer-mobile-nav .sub-nav-open > .sub-menu > .menu-item{
    display: block;
}
.drawer-mobile-nav .open-sub-nav-parent > .sub-menu{
    display: block;
}
.drawer-mobile-nav .open-sub-nav-parent .menu-item{
    display: none;
}
.drawer-mobile-nav .open-sub-nav-parent .menu-item.sub-nav-open, .drawer-mobile-nav .menu-item.open-sub-nav-parent{
    display: block;
}
.drawer-mobile-nav .nav-header{
    z-index: 1;
    position: relative;
}
.drawer-mobile-nav .mobile-nav{
    z-index: 1;
    padding-bottom: 77px;
}
.body-overlay{
    position: fixed;
    visibility: hidden;
    z-index: 0;
    background: rgba(0,0,0,0.0);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all ease-in .4s;
}
.mobile-nav-open .body-overlay{
    visibility: visible;
    background: rgba(0,0,0,0.4);
    transition: all ease-in .4s;
}
/* drawer-mobile-nav style */

.drawer-mobile-nav.open{
    right: 0;

    transition: all ease-in .4s;
}

body.mobile-nav-open header .logo {
    position: relative;
    z-index: 10;
}
header .site-nav nav{
    display: block !important;
    position: unset !important;
}
.drawer-mobile-nav{
    background: #363239;
    position: fixed;
    top: 0;
    width: 80%;
    right:-80%;
    max-width: 500px;
    height: 100%;
    z-index: 10;
    transition: all ease-in .4s;
}
.drawer-nav-wrapper{
    height: 100%;
    z-index: 1;
    width: 100%;
    position: relative;
    background: #363239;
    overflow-y: auto;
}
.drawer-mobile-nav .sub-nav-open, .drawer-mobile-nav .mobile-nav {
    background: #363239;
}
.drawer-mobile-nav .nav-header{
    display: flex;
    padding-top: 32px;
    min-height: 76px;
    background: #363239;
}
.drawer-mobile-nav .nav-header .drawer-nav-back{
    background: initial;
    width:30px;
    min-width: unset;
    color: #ffcf01;
    display: none;
}
button.drawer-nav-back:focus{
    outline: none;
}
.drawer-mobile-nav .nav-header .drawer-nav-title{
    width: calc(100% - 80px);
    text-align: center;
    color:#fff;
    font-size: 20px;
    line-height: initial;
    margin-top: initial;
    margin-bottom: initial;
    display: flex;
    justify-content: center;
    align-self: center;
}
.drawer-mobile-nav .mobile-nav li {
    border-bottom: 1px solid #33383F;
}
.drawer-mobile-nav .mobile-nav li a {
    padding: 14px 16px;
    transition: all .2s;
    text-align: left;
    font-size: 20px;
    color: #bfbfbf;
    max-width: calc(100% - 25px);
}
.drawer-mobile-nav .has-sub-menu > a:after{
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    margin-left: 15px;
    transition: all .25s ease-in-out;
    position: absolute;
    padding-top: 10px;
    top: unset;
    right: 30px;
    transform: unset;
    color: #ffcf01;
}
.drawer-mobile-nav .mobile-nav li.nav-request-button{
    padding: 4px 0px;
}
.drawer-mobile-nav .mobile-nav li.nav-request-button .button.request-demo {
    text-align: center;
    margin: 10px;
    float: none;
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
}
.drawer-mobile-nav .mobile-nav .nav-search-form-row {
     margin-bottom: 0;
    margin-top:0;
}
.drawer-mobile-nav .mobile-nav .nav-search-form-row a{
    padding: 14px 10px;
}
.drawer-mobile-nav .mobile-nav .nav-search-form-row #searchsubmitmobile {
    top: unset;
    right: 10px;
}


/* endregion : Drawer Mobile Vav
*******************************/


/* Aub PopUp Window */
.popup-window{
    position: fixed;
    left: 0;
    right:0;
    top: 0;
    bottom:0;
    width:100%;
    height:100vh;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
}
.popup-window .popup-shadow{
    position: absolute;
    width:100%;
    height:100vh;
    background: rgba(0,0,0,0.5);
    z-index: 101;
}
.popup-window .popup-body{
    position: relative;
    width:80%;
    max-width: 700px;
    max-height:82%;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    display: block;
    background: #363239;
    text-align: center;
    z-index: 102;
    overflow-y: auto;
}
.popup-window .popup-body .popup-content {
    display: block;
    padding:36px 36px 0;
    position: relative;
}
.popup-window .popup-body .the-form{
    margin-top: 36px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.close-popup{
    position: absolute;
    width:40px;
    height: 40px;
    border-radius: 40px;
    top:20px;
    right:20px;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    cursor: pointer;
}
.popup-window[data-type="video-popup"] .popup-content{
    padding: 0;
}
.popup-window[data-type="video-popup"] .close-popup{
    display: none;
}
.popup-window .video-wrapper {
    position: relative;
    width: 100%;
    margin:0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 56.25%;
    z-index: 0;
}
.popup-window .vid-wrap {
    position: absolute;
    z-index: 1;
    margin-bottom: -3px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.popup-window .video-yt, .popup-window .video-wrapper iframe, .popup-window .wp-video {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 700px) {

    .popup-window .popup-content{
        padding: 36px 4%;
    }
    .popup-window[data-type="video-popup"] .popup-content{
        padding: 0;
    }
    .popup-window .popup-body .the-form{
        justify-content: center;
    }
    .popup-window .popup-body .the-form label{
        margin-bottom: 4%;
    }
}
@media screen and (max-height: 400px) {
    .popup-window {
        position: fixed;
        left: 0;
        top:0;
        right: 0;
        bottom:0;
        transform: unset;
        width: 100%;
        height: 100vh;
        z-index: 100;
        display: block;
    }
    .popup-window .popup-body{
        overflow-y: scroll;
        left: 0;
        top:0;
        right: 0;
        bottom:0;
        transform: unset;
        width: 100%;
        max-width: 700px;
    }
    .popup-window .popup-body .content {
        max-height: unset;
        height: 200px;
        overflow-y: scroll;
    }
    .popup-window .popup-shadow {
        display: none;
    }
}

/*#endregion*/