/*
Theme Name: JLT Child Theme
Theme URI: https://wpkonsulterna.se
Version: 0.1.1
Description: Child theme for JLT Mobile site developed by Summit Digital late 2019.
Author: The Beaver Builder Team
Author URI: https://wpkonsulterna.se
template: bb-theme
Template Version: 0.1
GitHub Theme URI: https://rossjames96@bitbucket.org/wpkonsulterna/jlt-child-theme.git
*/

/* Add your custom styles here... */

/* Fonts */

@font-face {
    font-family: 'Ruda';
    src: url('Ruda.eot');
    src: local('Ruda'),
        url('./assets/fonts/Ruda.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Ruda.woff2') format('woff2'),
        url('./assets/fonts/Ruda.woff') format('woff'),
        url('./assets/fonts/Ruda.ttf') format('truetype'),
        url('./assets/fonts/Ruda.svg#Ruda') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('ProximaNova-Semibold.eot');
    src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'),
        url('./assets/fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('./assets/fonts/ProximaNova-Semibold.woff') format('woff'),
        url('./assets/fonts/ProximaNova-Semibold.ttf') format('truetype'),
        url('./assets/fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('ProximaNova-Regular.eot');
    src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
        url('./assets/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('./assets/fonts/ProximaNova-Regular.woff') format('woff'),
        url('./assets/fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('./assets/fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'flaticon';
  src:  url('fonts/flaticon.eot?x089hw');
  src:  url('fonts/flaticon.eot?x089hw#iefix') format('embedded-opentype'),
    url('fonts/flaticon.ttf?x089hw') format('truetype'),
    url('fonts/flaticon.woff?x089hw') format('woff'),
    url('fonts/flaticon.svg?x089hw#flaticon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="flaticon-"], [class*=" flaticon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'flaticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flaticon-tv:before {
  content: "\f107";
}
.flaticon-barcode:before {
  content: "\f111";
}
.flaticon-correct:before {
  content: "\f101";
}
.flaticon-mobile-phone:before {
  content: "\f112";
}
.flaticon-smartphone:before {
  content: "\f110";
}
.flaticon-keyboard:before {
  content: "\f114";
}
.flaticon-barcode-scanner:before {
  content: "\f10e";
}
.flaticon-battery:before {
  content: "\f10f";
}
.flaticon-diamond:before {
  content: "\f105";
}
.flaticon-wifi:before {
  content: "\f108";
}
.flaticon-tablet:before {
  content: "\f10d";
}
.flaticon-bolt:before {
  content: "\f103";
}
.flaticon-weather:before {
  content: "\f100";
}
.flaticon-delivery-man:before {
  content: "\f10c";
}
.flaticon-ruler:before {
  content: "\f10b";
}
.flaticon-plug:before {
  content: "\f106";
}
.flaticon-touch-screen:before {
  content: "\f113";
}
.flaticon-medal:before {
  content: "\f109";
}
.flaticon-005-keyboard:before {
  content: "\f104";
}
.flaticon-value:before {
  content: "\f102";
}
.flaticon-speedometer:before {
  content: "\f10a";
}

html {
    scroll-behavior: smooth !important;
}

body, .see-all {
    font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
    letter-spacing: 0.25px;
    font-size: 17px;
    line-height: 1.5em;
}

h3, h4, h5, h6, .h1-small h1  {
    font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
    letter-spacing: 1.5px;
}

h1, h2,
.get-inspired-grid h3,
h3.get-inspired-grid {
    font-family: 'Ruda', Arial, Helvetica, sans-serif;
    letter-spacing: 0.5px;
}

.large-h1 h1 {
    font-size: 40px;
}

.normal-h1 h1 {
    max-width: 100%;
    text-align: left;
}

#login_page_content h1 {
    max-width: 100% !important;
}

@media screen and (max-width: 370px) {
   
   h1 {
      font-size: 35px !important;
   }
   
}

@media screen and (max-width: 767px) {
	.desktop-only {
		display: none;
	}
}

@media screen and (min-width: 768px) {
    body, .see-all {
        font-size: 17px;
    }
    .large-h1 h1 {
        font-size: 40px;
    }
    h2.header-title {
        font-size: 35px;
    }
}

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

    .large-h1 h1 {
        font-size: 60px;
    }

}

:lang(it-IT) .home-hero-img--wrapper {
    width: 15vw;
}

.home-hero h1 {
    margin: 0 !important;
}

.home-hero .fl-photo-content > img {
    max-width: 90%;
}

p a,
.fl-post-grid-empty a {
    color: #33333a;
    text-decoration: underline;
}

.fl-rich-text a {
    color: #33333a;
    text-decoration: underline;
}

p a:hover {
    color: #33333a;
    text-decoration: none;
}

.displaynone {
    display: none;
}

a:hover, a:focus {
    color: #fe5002;
}

.fl-page-content a:hover, .fl-page-content a:focus {
    color: #33333a;
}

.noclick {
    cursor: default !important;
}

.small-title {
    display: block !important;
}


#CookiebotWidget {
    top: inherit !important;
    bottom: 10px !important;
}

/* Mobile and Spacing Feedback */

.hero-cta a.fl-button {
    min-width: 250px !important;
    text-align: center;
}

.fl-post {
   margin-bottom: 0px !important;
}

@media screen and (max-width: 767px) {
    
    .fl-page-content .fl-post-grid-post,
    .fl-page-content .fl-col,
    .fl-col-small,
    .product-category-single,
    .small-column {
        max-width: 100% !important;
    }
    
    .hero-cta a.fl-button {
        min-width: 220px !important;
        text-align: center;
    }
}


/* Global */

:target {
  scroll-margin-top: 530px !important;
}

.linkedin-link {
   height: 42px !important;
   width: 42px !important;
   display: block;
   background-image: url(./assets/images/linkedin.png);
   background-size: 42px 42px;
   background-repeat: no-repeat;
   margin-top: 15px;
   -webkit-transition: 0.4s;
   -o-transition: 0.4s;
   transition: 0.4s;
}

.linkedin-link:hover {
   opacity: 0.7;
   -webkit-transition: 0.4s;
   -o-transition: 0.4s;
   transition: 0.4s;
}

.fl-module-button .fl-module-content {
   min-height: 56px !important;
}

.page-template-page_full_width_nomenu .header-menu,
.page-template-page_full_width_nomenu .search-bar {
   display: none !important;
}

.footer-menu li a:hover,
.footer-menu .current_page_item a {
    color: #ffffff !important;
}

footer.fl-builder-content .sub-menu {
    display: none !important;
}

.max-width-700px {
    max-width: 700px;
}

.inline-block-buttons-container .fl-col-content {
    display: inline-block;
}

.inline-block-buttons {
    display: inline-block;
    width: auto !important;
}

.fl-button,
.fl-button:hover {
    /*transition: 0.4s;*/
}

.ua-icon {
    font-family: 'Ultimate-Icons', Arial, Helvetica, sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.ua-icon-plus-circle:before {
    content: "\e9b6";
}

.full-height .plus-icon a {
    background-image: url(./assets/images/minus-icon.png) !important;
}

.full-height .plus-icon a:hover {
    background-image: url(./assets/images/minus-icon-hover.png) !important;
}

.plus-icon a {
    background-image: url(./assets/images/plus-icon.png) !important;
    background-size: 33px 33px !important;
    background-repeat: no-repeat !important;
    background-position: 100% 50% !important;
    padding-right: 50px !important;
    padding-left: 0px !important;
}

.plus-icon a:hover {
    background-image: url(./assets/images/plus-icon-hover.png) !important;
    background-size: 33px 33px !important;
    background-repeat: no-repeat !important;
    background-position: 100% 50% !important;
    padding-right: 50px !important;
}

.read-more-button .read-more-button-icon-wrap {
    background-image: url(./assets/images/plus-icon-small.png) !important;
    background-size: 25px 25px !important;
    background-repeat: no-repeat !important;
    background-position: center center;
    padding-right: 50px !important;
    padding-left: 0px !important;
    height: 33px;
    width: 33px;
}

.read-more-button:hover .read-more-button-icon-wrap {
    background-image: url(./assets/images/plus-icon-green-small.png) !important;
    background-size: 25px 25px !important;
    background-repeat: no-repeat !important;
    background-position: 50%;
    padding-right: 50px !important;
    padding-left: 0px !important;
    height: 33px;
    width: 33px;
}

.read-more-button.minus .read-more-button-icon-wrap {
    background-image: url(./assets/images/minus-icon.png) !important;
    background-size: 25px 25px !important;
    background-repeat: no-repeat !important;
    background-position: center center;
    padding-right: 50px !important;
    padding-left: 0px !important;
    height: 33px;
    width: 33px;
}

.read-more-button.minus:hover .read-more-button-icon-wrap {
    background-image: url(./assets/images/minus-icon-hover.png) !important;
    background-size: 25px 25px !important;
    background-repeat: no-repeat !important;
    background-position: center center;
    padding-right: 50px !important;
    padding-left: 0px !important;
    height: 33px;
    width: 33px;
}

.read-more-button .read-more-button-icon-wrap i {
    display: none;
}

.no-outline.green-link span {
    color: #fe5002 !important;
}

.no-outline.green-link a:hover span {
    text-decoration: underline;
}

.no-outline .fl-button {
    border: 0px solid transparent !important;
}

.no-outline .fl-button:hover {
    border: 0px solid transparent !important;
}

.white-button .fl-button {
    border: 1px solid white !important;
}

.white-button .fl-button span {
    color: white !important;
}

.green-outline-button .fl-button {
    border: 1px solid rgba(38,193,150, 0.65) !important;
    background: rgba(38,193,150, 0) !important;
}

.green-button .fl-button {
    border: 1px solid transparent !important;
    /*background: rgba(38,193,150, 0.65) !important; Update October 2021 - DevHouse */
    background: rgba(38,193,150, 1) !important;
}

.green-button .fl-button span {
    color: white !important;
}

/* Primary button color update - Jan 2022 DevHouse */
.green-button .fl-button span {
    color: #000000 !important;
}

.green-button:not(.cta-button) .fl-button:hover {
    border: 1px solid #26c196 !important;
    background: none !important;
}

.green-button:not(.cta-button) .fl-button:hover span {
    color: #26c196 !important;
}

.yellow-button .fl-button,
.yellow-button__alt .fl-button {
    border: 1px solid transparent !important;
    background: rgba(255,222,0,1) !important;
}

.yellow-button .fl-button span,
.yellow-button__alt .fl-button span {
    color: #33333a !important;
}

.yellow-button:not(.cta-button) .fl-button:hover,
.yellow-button__alt .fl-button:hover {
    border: 1px solid #FFDE00 !important;
    background: none !important;
}

.yellow-button:not(.cta-button) .fl-button:hover span {
    color: #FFDE00 !important;
}

.yellow-button__alt .fl-button:hover span {
    color: #33333a !important;
}

.blue-button .fl-button {
    border: 1px solid transparent !important;
    background: #9bcfe5 !important;
}

.blue-button .fl-button span {
    color: #33333a !important;
}

.blue-button .fl-button:hover {
    border: 1px solid #9bcfe5 !important;
    background: none !important;
}

.blue-button .fl-button:hover span {
    color: #9bcfe5 !important;
}

.jlt-button__shortcode {
    margin: 20px 0;
}

/* Alternative button color update - Jan 2022 DevHouse */
.home .home-hero .white-button a.fl-button,
.hero .white-button a.fl-button {
    background: rgba(255,222,0,1) !important;
    border: 1px solid rgba(255,222,0,1) !important;
}

.home .home-hero .white-button a.fl-button:hover,
.hero .white-button a.fl-button:hover {
    background: rgba(255,222,0,0) !important;
}

.home .home-hero .white-button a.fl-button > span,
.hero .white-button a.fl-button > span {
    color: #000000 !important;
}

.home .home-hero .white-button a.fl-button:hover > span,
.hero .white-button a.fl-button:hover > span {
    color: rgba(255,222,0,1) !important;
}

/* Home template fix - contact buttons */
/* Home template fix - contact buttons */
@media screen and (min-width: 768px) {
    .home #contact .inline-block-buttons-container {
        margin-left: -40px;
    }
}

.fl-button {
    border: 1px solid #33333a !important;
    border-radius: 0 !important;
    background: none !important;
    padding: 23px 28px !important;
    /*transition: all 0.4s;*/
    /*-webkit-transition: all 0.4s;*/
}

.fl-button span {
    color: #33333a !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 13px;
    /*transition: all 0.4s;*/
    /*-webkit-transition: all 0.4s;*/
}

.fl-button:not(.cta-button):hover {
    border: 1px solid #26c196 !important;
    color: #26c196 !important;
}

.fl-button:not(.cta-button):hover span {
    color: #26c196 !important;
}

#read-all-specs .fl-button:not(.cta-button):hover {
    border: none !important;
    color: initial !important;
}

.button-no-outline .fl-button {
    color: #33333a !important;
}

.button-no-outline .fl-button:not(.cta-button):hover {
    border: none !important;
}

.orange-corners {
    text-align: left;
}

.orange-corners .fl-col-content,
.orange-corners .fl-module {
    display: inline-block;
}

.orange-corners .fl-module-content {
    margin-left: 60px !important;
    margin-right: 60px !important;
}

.orange-corners .fl-module.no-orange-corner {
    background-image: none !important;
}

.home-hero .fl-col-content .fl-module-rich-text {
    max-width: 850px !important;
}

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

    .single-calendar .button-no-outline {
        margin-left: 0 !important;
    }
    
    .mobile-only {
        display: block;
    }
    
    .orange-corners .fl-module-content {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
        margin-left: 40px !important;
        margin-right: 40px !important;
    }
    
    .orange-corners .no-orange-corner .fl-module-content {
        margin-top: 30px !important;
        margin-bottom: 0px !important;
        margin-left: 40px !important;
        margin-right: 40px !important;
    }
    
    .orange-corners .no-orange-corner {
        display: block !important;
    }
    
    .no-orange-corner .fl-module-content.fl-node-content {
        margin: 0 20px;
    }
    
    .no-orange-corner .fl-module-content.fl-node-content h6 {
        margin: 0;
    }   
    .no-col-small {
        max-width: 100% !important;
    }
}

body:not(.fl-theme-builder-singular-press-releases-page-template-global) .orange-corners .fl-module {
    background-image: url(./assets/images/orange-top-corner.png);
    background-size: 39px 51px;
    background-repeat: no-repeat;
    background-position: right 10px top 0px;
}

body:not(.fl-theme-builder-singular-press-releases-page-template-global) .orange-corners .fl-col-content {
    background-image: url(./assets/images/orange-bottom-corner.png);
    background-size: 39px 51px;
    background-repeat: no-repeat;
    background-position: 10px 100%;
    min-height: 10px !important;
}

.fl-theme-builder-singular-press-releases-page-template-global .orange-corners .fl-col-content .fl-rich-text h1 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.fl-theme-builder-singular-press-releases-page-template-global .orange-corners .fl-col-content .fl-rich-text h1:after {
    opacity: 0;
    bottom: -36px;
    left: -55px;
    content: "";
    position: absolute;
    background-image: url(./assets/images/orange-bottom-corner.png);
    background-size: 39px 51px;
    background-repeat: no-repeat;
    width: 39px;
    height: 51px;
    background-position: center center;
}

.fl-theme-builder-singular-press-releases-page-template-global .orange-corners .fl-col-content .fl-rich-text h1:before {
    opacity: 0;
    top: -36px;
    right: -55px;
    content: "";
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAABmCAYAAAESUpfQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIxQTA3MkU5RDA4MjExRTlCQzc4RUQ2OUQyOTdGQkY5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIxQTA3MkVBRDA4MjExRTlCQzc4RUQ2OUQyOTdGQkY5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjFBMDcyRTdEMDgyMTFFOUJDNzhFRDY5RDI5N0ZCRjkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjFBMDcyRThEMDgyMTFFOUJDNzhFRDY5RDI5N0ZCRjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6An5+MAAAEb0lEQVR42mJ856v6nwETOAttvr0PWYARh0I4AGpgBNFMDAQAzCBGQgpggImQlQQVogNCCi9S3cQhpRAggLDF9UFgYDsQoxAZRAA1rSTG6hVAgybhTBRASUsgdQw53vGlHgEg9R7K1WckJi2O3LgmWiFAABEsAHCA28DYUqOmgcjgKdBwGZK9ggdIIzuKkRwTcPkKb6Il09D/lHj5J7Y4ocTAGxSlL6on2FED6WMgKGEDBBAxefk5EC8FKi6lVUnDBTT8O7W8+g2bIygKN6KbNeQYSJUYJdgyI6W8I7vMAxq4DUh5YpH6RNUSmdwwS8CaaKlZtDMN2sw+atioYaOGDX/DVgIEEDVa5/jARyDOBtYPS8nRTGvHYQMPgI5VHKyOQwZHgQ61GayOw9srHCyOgwExoCNfU1zB46j0XYBUDRDbU2BMKtCBc6juOBwOPgykbEjUZgN04FFGesUX0JF/SSkHKeqS08GByxnpneJJyYBMDIMYDITjHg5mx30YjdZRx406btRxo44bddyo4wYEbAIIIGp0cL4B8SMgvgDEB4F4PbAV+5IarqN172stECcAHftlMEZrMBB/BgUAEKcPheEIf2BIbhqsGWIjMEDeD+bcKgCNapHBXJS8BjpQZTCXc7eBDhQezIXwm0FdQwBD7+1grr6EgA50RynnqOhzUSCVAsSNQMxKtguRFoAx0jCaQPWsHRla44EOXETTaAVaABpAlCFD60KahxxSCLIAqd8kauMAeu4nzTME0JI/QMqURG0z6ZZbgQ48wwCZMCE63dG7KNEkuclE54KWlOYZD70L4ZskqA2gt+PmkqDWkd6O20KCWv3BPJr+bjD3W4VGe/yjjht13KjjRh036rhRx406btRxo44bddyo40YdN+q4Qey2r4PZcQsGreOENt/OGayOEwIRAAHaN3uXBoIginNwWmkTRESxs9BGrPzorAQbtco/IELsFK1FEKzsRQvBRtDGIp2FgkSQgIKgWEQQEgVtbLSQIOgb2OIIGsnCXHJz78FjisBs8rvM3s5c0mq/E64n+dfbFXwBn8NFN29uipIErp4+YXn4vQufAug3wfnrBd6EdwCySnD+kmF0DhCfCc5f2/CyPPgjOD89wFMA+EhwfpLynQDAionzeYzqg8v4Ep3BbQTXuCbhKuDNEZyfjgHv6L89br2Jb7ADDl3sce6Hu1sE4D08/FuHEiTh8uPidiJk4QV4LObl5YYxUHuIDpJaS4CZdeexTAzL3QDciAlwEYDtCLIfzSovtQd482bA1ZRzER5UXGYG8PKmwEUAbiGsKA4OemX6Yu44gg+1irChlF7u+otmz3GAt4ZwopR+yWSpRkpW2qgnpfSjZjsHN3fbV0o/bb3lOlTKO24d3KVS3qHAODjZ614Vet+vNExH3hVyhmkA96GRlPM4giM4giM4iuAIjuAIjuAogiM4giM4gqMIjuAIjuAogiM4giO4tOiO4PyUI7jGdAt3ZfKlQkgWf+oNLsEF+ACwrqMv/gDW71ftMOaXkwAAAABJRU5ErkJggg==);
    background-size: 39px 51px;
    width: 39px;
    height: 51px;
    background-repeat: no-repeat;
    background-position: center center;
}

.orange-corners .fl-module h2 {
    margin: 0;
}

@media screen and (min-width: 768px) {
    
    .mobile-only {
        display: none;
    }
    
    .fixed {
        position: fixed;
        width: 100%;
        top:0;
        z-index: 2;
    }
    
    .right-side {
        max-width: 620px;
        margin-right: auto;
        margin-left: 0;
    }
    
    .left-side {
        max-width: 620px;
        margin-right: 0;
        margin-left: auto;
    }
    
    .left-side-green-arrow {
        max-width: 650px;
        margin-right: 0;
        margin-left: auto;
    }
    
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
    .left-side .fl-module-content {
        margin-left: 40px;
    }
}

@media screen and (max-width: 767px) {
    
    .right-left-fix .fl-col-small {
        max-width: 100% !important;
        width: 100%;
        margin-right: auto;
        margin-left: 0;
    }
    
    .right-side,
    .left-side {
        margin: 0 auto;
        max-width: 100%;
    }
    
    .mobile-col-small-full {
        max-width: 100% !important
    }
    
    .mobile-col-small-full img {
        max-width: 380px !important;
    }
    
    .no-min-height-mobile .fl-col-group > .fl-col:first-child > .fl-col-content {
        min-height: 1px !important;
    }
    
}

@media screen and (min-width: 992px) {
    .fl-theme-builder-singular-press-releases-page-template-global .orange-corners .fl-col-content .fl-rich-text h1:before,
    .fl-theme-builder-singular-press-releases-page-template-global .orange-corners .fl-col-content .fl-rich-text h1:after {
        opacity: 1;
    }
}

/* Ad template hero overlay option */
.overlay-off .fl-row-content-wrap:after {
    background-color: transparent !important;
}
.overlay-off {
    background-color: #000000;
}

/*@media screen and (min-width: 768px) {*/
/*    .home-hero .fl-col-small {*/
/*        width: 70%;*/
/*        max-width: 450px;*/
/*    } */
/*}*/


/* Post Grid */

.custom-post-container .custom-post-container-image {
    position: relative;
}

.get-inspired-grid .custom-post-container:hover h3,
.get-inspired-grid .custom-post-container:hover h2,
.featured-blog-post .fl-post-grid-post > a:hover h2 {
    color: #26C196;
}

.featured-blog-post .fl-post-column {
    padding-bottom: 20px;
}

.featured-blog-post .fl-post-grid-post .custom-post-container-meta .read-more {
    margin-top: .5em;
}

.get-inspired-grid:not(.featured-blog-post) .custom-post-container-inner {
    padding-bottom: 5px;
}

.get-inspired-grid .fl-post-excerpt {
	margin-bottom: 30px !important;
}

@media screen and (max-width: 767px) {
    .featured-blog-post .custom-post-container-image {
        height: 250px;
    }
}

@media screen and (min-width: 768px) {
    .featured-blog-post .fl-post-column {
        padding-bottom: 0 !important;
    }

    .featured-blog-post .fl-post-column .custom-post-container.featured-post,
    .featured-blog-post .fl-post-column a.custom-post-container {
        margin-bottom: 0 !important;
    }

}

.custom-post-container h3 a,
.custom-post-container p,
.custom-post-container h3 {
    color: white;
    /*transition: all 0.4s;*/
    /*-webkit-transition: all 0.4s;*/
}

.container-image-bg {
    padding-bottom: 56%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.featured-blog-post .container-image-bg {
    padding-bottom: 0;
}

.container-image-bg a {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cases-section-grey .custom-post-container h3,
.cases-section-grey .custom-post-container p,
.single-product .custom-post-container-meta h3 {
    color: #33333a;
}

.custom-post-container p {
    font-size: 17px;
}

.custom-post-container:hover,
.custom-post-container:hover .read-more {
    color: #26c196;
}

.custom-post-container:hover .read-more {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAYAAAD+MdrbAAABS0lEQVR4AcXXAUSDYRCH8a2tSWJJE0qoFJIAAwlIAxECIQIGFAoUkArAChCxgFAQrAQYUAREiIKgpGpLWD3H4fUB/F+G3wAPs29396XGryrDOMIcUir7OMEfHlGMEVzAu0fvMakG01jGl0dvMaIETQfK+PZoHQNK0GSwiR+PXqNfCZosdvHr0Qv0KUGTwwFaHj1FrxI03aha0B2jRwmaPM6D6CG6lKAp4DKI7qFTCZoh1IPoFtJK0IzhLoiuqUEzhQcPtrCqBk0RTx5tYEkNmlm8ePQVJTVo5oMJ9YwZNWgW0QjG3rQaNCtoevQGE2rQlPHh0Vo7g/pX1n8U/bHRH+w3lOL/9fThAHE4jCbG17oyvgYTA3ZbGbAF1ILYvrIC8jiLtaSirtEcKrEWfRY7sU6RDDbQ1I+lmOdccHB+xjo4o5/E1dhHe9TXin8TSgyKVief1AAAAABJRU5ErkJggg==);
}

.custom-post-container .read-more {
    display: inline-block;
    background-image: url('./assets/images/arrow-white-right.png');
    padding-right: 30px;
    background-repeat: no-repeat;
    background-size: 10px 20px;
    background-position: right center;
    /*transition: all 0.4s;*/
    /*-webkit-transition: all 0.4s;*/
    line-height: 20px;
    height: 20px;
    color: white;
    letter-spacing: 1.5px;
    font-size: 14px;
    text-transform: uppercase;
}

.cases-section-grey .custom-post-container .read-more {
    color: #33333a;
}

.cases-section-grey .custom-post-container .read-more {
    background-image: url('./assets/images/arrow-gray-right.png');
}

.custom-post-container.product-grid .read-more {
    background-image: url('./assets/images/arrow-gray-right.png');
}

.fl-product-column .custom-post-container.product-grid h3 {
    color: #33333a;
}

.fl-product-column .custom-post-container.product-grid:hover h3,
.fl-theme-builder-singular-events-singular .key-feature-wrapper .feature-description a {
    color: #26c196 !important;
}

.fl-product-column .custom-post-container.product-grid:hover .fl-button {
    border: 1px solid #26c196 !important;
    color: #26c196 !important;
}

.fl-product-column .custom-post-container.product-grid:hover .fl-button > span {
    color: #26c196 !important;
}

.fl-product-column .custom-post-container.product-grid .fl-button {
    display: -ms-grid;
    display: grid;
}

.custom-post-container.blue-links .read-more {
    display: inline-block;
    background-image: url('./assets/images/arrow-blue-right.png') !important;
    padding-right: 30px;
    background-repeat: no-repeat;
    background-size: 10px 20px;
    background-position: right center;
    /*transition: all 0.4s;*/
    /*-webkit-transition: all 0.4s;*/
    line-height: 20px;
    height: 20px;
    color: white;
    font-size: 16px;
    color: #232331 !important;
}

.custom-post-container:hover .read-more {
    background-image: url('./assets/images/arrow-green-right.png');
    color: #26C196;
    text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .custom-post-container p {
        font-size: 17px;
    }
    .custom-post-container .read-more {
        font-size: 14px;
    }
}

@media screen and (min-width: 1024px) {
    .custom-post-container p {
        font-size: 17px;
    }
    .custom-post-container .read-more {
        font-size: 14px;
    }
}


/* Accordian */

.uabb-adv-accordion-button-label {
    width: 85px;
    padding-right: 10px !important;
}

.uabb-adv-accordion-button h4,
.uabb-adv-accordion-button i {
    /*transition: 0.4s !important;*/
}

.uabb-adv-accordion-button:hover h4,
.uabb-adv-accordion-button:hover i {
    color: #26C196;
    /*transition: 0.4s !important;*/
}

.read-more-button .uabb-module-content.uabb-adv-accordion {
    position: relative;
    z-index: 1;
}

.read-more-button {
    cursor: pointer;
}

.read-more-button-label {
    display: inline-block;
    margin-right: 10px;
    line-height: 34px;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: middle;
    /*transition: all 0.4s;*/
    /*-webkit-transition: all 0.4s;*/
}

.read-more-button:hover,
.read-more-button:hover .read-more-button-icon-wrap {
    color: #26c196;
}

.read-more-button-icon-wrap {
    display: inline-block;
    font-size: 33px;
    margin-bottom: 10px;
    vertical-align: middle;
    /*transition: all 0.4s;*/
    /*-webkit-transition: all 0.4s;*/
}

.minus .ua-icon-plus-circle:before {
    content: "\e991";
}

.read-more-fade .fl-rich-text {
    position: relative;
    max-height: 400px;
    overflow: hidden;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.archive.tax-product_cat .read-more-fade .fl-rich-text {
    max-height: 200px;
}

.archive.tax-product_cat .custom-post-container-meta {
    opacity: 1;
}

.read-more-fade .fl-rich-text.show-all {
    max-height: 4000px;
}

.archive.tax-product_cat .read-more-fade .fl-rich-text.show-all {
    max-height: 4000px;
}

.read-more-fade.extra-tall .fl-rich-text.show-all {
    max-height: 4000px;
}

.read-more-fade.super-tall .fl-rich-text.show-all {
    max-height: 4000px;
}

@media screen and (min-width: 1024px) {
    .read-more-fade .fl-rich-text.show-all {
        max-height: 4000px;
    }
    .read-more-fade.extra-tall .fl-rich-text.show-all {
        max-height: 4000px;
    }
    .read-more-fade.super-tall .fl-rich-text.show-all {
        max-height: 4000px;
    }
}

.white-background .read-more-fade .fl-rich-text.show-all:before,
.read-more-fade .fl-rich-text.show-all:before {
    display: none;
}

.read-more-fade .fl-rich-text:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    display: inline-block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f4f6+65,f4f4f6+85,f4f4f6+100&0+65,1+85,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
background: -webkit-gradient(linear,  left top, left bottom,  color-stop(65%, rgba(244,244,246,0)),color-stop(85%, rgba(244,244,246,1)),to(rgba(244,244,246,1)));
background: -o-linear-gradient(top,  rgba(244,244,246,0) 65%,rgba(244,244,246,1) 85%,rgba(244,244,246,1) 100%);
background: linear-gradient(to bottom,  rgba(244,244,246,0) 65%,rgba(244,244,246,1) 85%,rgba(244,244,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4f4f6', endColorstr='#f4f4f6',GradientType=0 ); /* IE6-9 */
}

.white-background .read-more-fade .fl-rich-text:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    display: inline-block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f4f6+65,f4f4f6+85,f4f4f6+100&0+65,1+85,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
background: -webkit-gradient(linear,  left top, left bottom,  color-stop(65%, rgba(255,255,255,0)),color-stop(85%, rgba(255,255,255,1)),to(rgba(255,255,255,1)));
background: -o-linear-gradient(top,  rgba(255,255,255,0) 65%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 65%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.archive.tax-product_cat .read-more-fade .fl-rich-text:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e4e4e9+65,e4e4e9+85,e4e4e9+100&0+65,1+85,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,  left top, left bottom,  color-stop(65%, rgba(228,228,233,0)),color-stop(85%, rgba(228,228,233,1)),to(rgba(228,228,233,1)));
    background: -o-linear-gradient(top,  rgba(228,228,233,0) 65%,rgba(228,228,233,1) 85%,rgba(228,228,233,1) 100%);
    background: linear-gradient(to bottom,  rgba(228,228,233,0) 65%,rgba(228,228,233,1) 85%,rgba(228,228,233,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e4e4e9', endColorstr='#e4e4e9',GradientType=0 ); /* IE6-9 */
}

/* What can we do */

.product-categories-grid-container {
    font-size: 0;
    letter-spacing: 0;
    text-align: left;
}

.product-category-single {
    text-align: left;
    font-size: 17px;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding-right: 0;
    vertical-align: top;
}

.product-category-single:nth-child(1n+8) {
    display: none !important;
}

.read-more-description .get-pricing {
    width: 58%;
    display: inline-block;
    text-align: right;
}

.team-member-grid .product-desc-wrapper .see-all a {
    word-break: break-all;
}

.team-member-grid {
    max-width: 100%;
}

.team-member-grid img {
    max-height: 195px !important;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .product-category-single {
        margin: 0;
        font-size: 17px;
        display: inline-block;
        width: calc(50% - 10px);
        padding-right: 20px;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
    }
    .product-category-single:nth-child(2n) {
        padding-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .product-categories-grid .two-column {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .two-column .product-category-single {
        margin: 0;
        font-size: 17px;
        /*display: inline-block;*/
        width: calc(50% - 20px);
        /*padding-right: 40px;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;*/
    }
    /*.two-column .product-category-single:nth-child(2n) {
        padding-right: 0;
    }
    .two-column .product-category-single:nth-child(3n) {
        padding-right: 50px;
    }*/

    .two-column .product-category-single .product-desc-wrapper {
        padding: 30px 0;
    }
    /*.two-column .read-more-description {*/
    /*    max-width: 280px;*/
    /*}*/
}

@media screen and (min-width: 1024px) {
    .two-column .product-category-single {
        width: calc(50% - 25px);
        /*padding-right: 50px;*/
        max-width: 100%;
    }
    .two-column .product-category-single .category-featured-image-container {
        height: 250px;
        line-height: 250px;
    }
    .product-category-single {
        margin: 0;
        font-size: 17px;
        display: inline-block;
        width: calc(33.33% - 13.33px);
        padding-right: 20px;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
    }
    .two-column .product-category-single {
        padding-right: 0;
    }
    .team-member-grid {
        width: calc(50% - 10px);
    }
    .product-category-single:nth-child(3n) {
        padding-right: 0;
    }
    .team-member-grid:nth-child(3n) {
        padding-right: 20px;
    }
    .team-member-grid:nth-child(2n) {
        padding-right: 0;
    }
}

.product-category-single .category-featured-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.category-featured-image-container {
    display: block;
    height: 210px;
    line-height: 210px;
    background-color: rgba(35,35,50,0.7);
    /*transition: all 0.4s;*/
    /*-webkit-transition: all 0.4s;*/
}

.category-featured-image-container:hover h3 {
    color: #26c196 !important;
}

.winmate .category-featured-image-container {
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    background: none;
}

.winmate .category-featured-image-container h3 {
    display: none !important;
}

.winmate .category-featured-image-container:hover {
    background-color: rgba(89,89,112,0.7);
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.product-category-single .category-featured-image h3 {
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 30px;
    max-width: 300px;
    color: white;
    letter-spacing: 0.05em;
}

.read-more-description {
    font-size: 0;
}

.read-more-description a {
    color: #33333a;
}

/* Get Inspired Grid */

.custom-post-container-meta h3 {
    margin-bottom: 0;
}

.custom-post-grid.get-inspired-grid .fl-post-grid-post {
    background: none;
    border: 0;
}

.featured-blog-post .header-title {
    margin-top: 0px !important;
}

.blog-hero {
    max-width: 1895px;
}

@media screen and (max-width: 499px) {
    .featured-blog-post .custom-post-container-image {
        width: 100% !important;
        padding-bottom: 56% !important;
    }
    .featured-blog-post .custom-post-container-meta {
        width: 100% !important;
        display: block !important;
    }
    .featured-blog-post .custom-post-container-meta {
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .custom-post-grid.get-inspired-grid .fl-post-grid-post {
        height: auto !important;
    }
    .custom-post-grid.get-inspired-grid .fl-post-column {
        padding: 20px !important;
    }
}

.custom-post-category {
    min-height: 24px;
    display: none !important; /* Tempory Until they want it back */
}

.custom-post-category a {
    color: white;
    /*transition: all 0.4s;*/
    /*-webkit-transition: all 0.4s;*/
    display: inline-block;
    background-image: url('./assets/images/arrow-white-right.png');
    padding-right: 15px;
    background-repeat: no-repeat;
    background-size: 5px 10px;
    background-position: right center;
    line-height: 16px;
    height: 16px;
    color: white;
    font-size: 16px;
}

.cases-section-grey .custom-post-category a {
    color: #33333a;
    background-image: url('./assets/images/arrow-gray-right.png');
}

.custom-post-category a:hover {
    color: #26c196;
    text-decoration: none;
    background-image: url('./assets/images/arrow-green-right.png');
}

.blue-links .read-more a {
    display: inline-block;
    background-image: url('./assets/images/arrow-blue-right.png') !important;
    padding-right: 30px;
    background-repeat: no-repeat;
    background-size: 10px 20px;
    background-position: right center;
    /*transition: all 0.4s;*/
    /*-webkit-transition: all 0.4s;*/
    line-height: 20px;
    height: 20px;
    color: white;
    font-size: 16px;
    color: #232331 !important;
}

.blue-links .read-more a:hover {
    background-image: url('./assets/images/arrow-green-right.png') !important;
    color: #26c196 !important;
}

.custom-post-grid.get-inspired-grid .custom-post-container {
    display: block;
    padding: 0;
}

.custom-post-grid.get-inspired-grid.featured-blog-post .custom-post-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; 
}

.custom-post-grid.get-inspired-grid .custom-post-container-image img {
    width: 100%;
}

.custom-post-grid.get-inspired-grid .custom-post-container-meta {
    opacity: 1;
}

.read-all {
    text-align: center;
}

.read-all a {
    color: white;
    font-size: 16px;
    line-height: 20px;
}

.two-column .product-desc-wrapper {
    max-width: 365px;
}

.product-desc-wrapper {
    padding: 30px 20px 30px 0px;
}

.product-desc-wrapper p {
    letter-spacing: 0.03em;
}

.product-desc-wrapper .see-all {
    display: inline-block;
    width: auto;
    letter-spacing: 0.05em;
}

.team-member-grid .product-desc-wrapper .see-all {
    display: block;
}

.product-desc-wrapper .see-all {
    display: inline-block;
    background-image: url('./assets/images/arrow-gray-right-small.png');
    padding-right: 22px;
    background-repeat: no-repeat;
    background-size: 8px 16px;
    background-position: right center;
    /*transition: all 0.4s;*/
    /*-webkit-transition: all 0.4s;*/
    line-height: 20px;
    height: 20px;
    font-size: 14px;
    color: #33333a;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.team-member-grid .product-desc-wrapper .see-all {
    background-image: none;
}

.product-desc-wrapper {
    color: #000000;
}

.product-category-single:not(.team-member-grid):hover h3,
.product-category-single:not(.team-member-grid):hover .see-all {
    color: #26c196 !important;
}

.product-category-single:not(.team-member-grid):hover .see-all {
    background-image: url('./assets/images/arrow-green-right-small.png');
    text-decoration: none;
}

.read-more-description {
    margin-top: 40px;
}

.reports-desc .read-more-description {
    margin-top: 0px;
}

.features-cta .fl-button {
    padding-left: 0 !important;
}

.fl-cta-title a:hover {
    color: #26c196;
    /*transition: all 0.4s;*/
    /*-webkit-transition: all 0.4s;*/
}

.button {
    border: 1px solid #33333a;
    font-size: 14px;
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #33333a;
    /*transition: all 0.4s;*/
    /*-webkit-transition: all 0.4s;*/
}

.white-text a.fl-button span, .white-text a.fl-button i {
    color: white !important;
    /*transition: all 0.5s;*/
    /*-webkit-transition: all 0.5s;*/
}

.white-text .fl-button:hover span, .white-text a.fl-button:hover i {
    color: #26C196 !important;
    text-decoration: none;
}

.button:hover,
.black-outline-button .fl-button {
    border: 1px solid #26c196;
    color: #26c196;
    text-decoration: none;
}

.fl-button {
    padding: 15px !important;
}

@media screen and (min-width: 768px) {
    .product-desc-wrapper .see-all {
        font-size: 14px;
    }
    .button {
        padding: 15px 23px;
    }
    .fl-button {
        padding-top: 18px !important;
        padding-right: 30px !important;
        padding-bottom: 18px !important;
        padding-left: 30px !important;
    }
    .button-no-outline .fl-button {
        padding-left: 15px !important;
    }
    .category .custom-post-grid.get-inspired-grid .custom-post-container,
    .blog .custom-post-grid.get-inspired-grid .custom-post-container,
    .content-hub .custom-post-container {
        height: 100%;
        position: relative;
    }
    .category .custom-post-grid.get-inspired-grid .custom-post-container .read-more,
    .blog .custom-post-grid.get-inspired-grid .custom-post-container .read-more,
    .content-hub .custom-post-container .read-more {
        position: absolute !important;
        bottom: 0;
        left: 0;
    }
    .category .featured-blog-post .custom-post-container.featured-post .read-more,
    .blog .featured-blog-post .custom-post-container.featured-post .read-more {
        position: static !important;
    }
    /*.category .custom-post-grid.get-inspired-grid .custom-post-container-meta,
    .blog .custom-post-grid.get-inspired-grid .custom-post-container-meta {
        margin-bottom: 65px;
    }*/
    .category .custom-post-grid.get-inspired-grid .fl-post-column,
    .blog .custom-post-grid.get-inspired-grid .fl-post-column {
        padding-bottom: 30px;
    }
}

.custom-post-container-meta {
  text-align: left;
}

@media screen and (max-width: 768px) {
    
    .custom-post-container .read-more,
    .read-more-description {
        margin-top: 20px;
    }
    
    .product-desc-wrapper {
        padding: 30px 0px !important;
    }
    
}


/* Kontakt Oss Form */

@media screen and (max-width: 767px) {
    form.frm-show-form {
        max-width: 500px;
        margin: 0 auto;
    }
    .cta-column form.frm-show-form {
        max-width: 100%;
    }
}

.vertical_radio .frm_primary_label/*,
.frm_form_fields label*/ {
    display: none !important;
}

.frm_form_fields .frm_checkbox label {
    display: block !important;
}

.with_frm_style .frm_checkbox input[type=checkbox]:checked:before {
  display: none !important;
}

.frm_fields_container .frm_form_field.frm6, .frm_fields_container .frm_submit.frm6, .frm_fields_container .frm_form_field.frm_left_half, .frm_fields_container .frm_form_field.frm_right_half, .frm_fields_container .frm_form_field.frm_first_half, .frm_fields_container .frm_form_field.frm_last_half, .frm_fields_container .frm_form_field.frm_half, .frm_submit.frm_half {
  width: 100% !important;
}

.facetwp-facet select, .frm_form_fields select, .frm_form_fields textarea, .frm_form_fields input[type=text], .frm_form_fields input[type=password], .frm_form_fields input[type=email], .frm_form_fields input[type=tel], .frm_form_fields input[type=date], .frm_form_fields input[type=month], .frm_form_fields input[type=week], .frm_form_fields input[type=time], .frm_form_fields input[type=number], .frm_form_fields input[type=search], .frm_form_fields input[type=url] {
    border-radius: 0px !important;
    border: solid 1px #FFFFFF !important;
    background-color: #FFFFFF !important;
    margin: 0px 0px 10px !important;
    height: 55px !important;
    font-size: 16px !important;
    padding: 12px 15px !important;
    vertical-align: middle !important;
    -webkit-appearance: none !important;
    font-family: 'ProximaNova', Arial, Helvetica, sans-serif !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    letter-spacing: 0.5px !important;
}

.frm_form_field input[type=checkbox] {
    cursor: pointer !important;
    -webkit-appearance: none !important;
    border-radius: 0px !important;
    border: solid 1px rgba(68, 68, 68, 0.5) !important;
    background-color: #E4E4E9 !important;
    padding: 7px !important;
    position: relative !important;
    top: 2px !important;
    left: 0px !important;
    margin-top: -2px !important;
    margin-right: 5px !important;
}

.frm_form_field input[type=checkbox]:checked {
    -webkit-appearance: none !important;
    background-image: url(./assets/images/tick.png) !important;
    border: solid 1px #26C196 !important;
    background-color: #26C196 !important;
    background-size: 12px 12px !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
}

.frm_style_formidable-style.with_frm_style input[type=radio], .frm_style_formidable-style.with_frm_style input[type=checkbox] {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset !important;
            box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset !important;
}

.with_frm_style select {
    background-image: url(./assets/images/drop-down-arrow.png) !important;
    background-size: 15px 7px !important;
    background-position: calc(100% - 20px) 50% !important;
    background-repeat: no-repeat !important;
}

.facetwp-facet select, .grey-form .frm_form_fields select, .grey-form .frm_form_fields textarea, .grey-form .frm_form_fields input[type=text], .grey-form .frm_form_fields input[type=password], .grey-form .frm_form_fields input[type=email], .grey-form .frm_form_fields input[type=tel], .grey-form .frm_form_fields input[type=date], .grey-form .frm_form_fields input[type=month], .grey-form .frm_form_fields input[type=week], .grey-form .frm_form_fields input[type=time], .grey-form .frm_form_fields input[type=number], .grey-form .frm_form_fields input[type=search], .grey-form .frm_form_fields input[type=url] {
    background-color: #E4E4E9 !important;
    border: solid 1px #E4E4E9 !important;
    padding: 12px 15px !important;
    color: #232331 !important;
    margin: 0px 0px 0px !important;
}

.facetwp-facet select {
    min-width: 250px;
    background-image: url('./assets/images/arrow-gray-down.png');
    background-repeat: no-repeat;
    background-size: 17px 5px;
    background-position: calc(100% - 15px) center;
}

.facetwp-facet select:focus {
    outline-color: none !important;
    outline-style: none !important;
    outline-width: 0px !important;
}

.frm_form_fields textarea {
    height: 143px !important;
}

.frm_button_submit {
    background-color: rgba(0,0,0,0) !important;
    /*transition: 0.4s !important;*/
    border: 1px solid #fff !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    height: 55px !important;
    padding: 5px 25px !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    letter-spacing: 1.5px !important;
    font-family: 'ProximaNova', Arial, Helvetica, sans-serif !important;
    min-width: 120px !important;
}

.frm_button_submit:hover {
    background-color: #fff !important;
    /*transition: 0.4s !important;*/
    color: #232331 !important;
}

.grey-form .frm_submit,
.form-centered .frm_submit {
    text-align: center;
}

.grey-form .frm_button_submit {
    border: 1px solid #26C196 !important;
    background-color: rgba(0,0,0,0) !important;
    color: #232331 !important;
}

.grey-form-button .frm_button_submit {
    border: 1px solid #232331 !important;
    background-color: rgba(0,0,0,0) !important;
}

.grey-form-button .frm_button_submit:hover {
    border: 1px solid #26C196 !important;
    background-color: rgba(0,0,0,0) !important;
}

.grey-form .frm_button_submit:hover {
    background-color: rgba(0,0,0,0) !important;
    /*transition: 0.4s !important;*/
    color: #26C196 !important;
}

::-webkit-input-placeholder {
    color: #232331 !important;
    letter-spacing: 0.5px !important;
}

::-moz-placeholder {
    color: #232331 !important;
    letter-spacing: 0.5px !important;
}

:-ms-input-placeholder {
    color: #232331 !important;
    letter-spacing: 0.5px !important;
}

::-ms-input-placeholder {
    color: #232331 !important;
    letter-spacing: 0.5px !important;
}

::placeholder {
    color: #232331 !important;
    letter-spacing: 0.5px !important;
}

.your-email-form .frm_fields_container {
    text-align: center;
}

.your-email-form .frm_form_field {
    display: inline-block;
    max-width: 350px !important;
}

.your-email-form .frm_submit {
    display: inline-block;
}

.pum-content.popmake-content,
.pum-content.popmake-content {
    min-height: 400px !important;
}

.pum-theme-lightbox .pum-container {
   border: 0px !important;
}

.page-numbers li a:hover {
    color: #fff !important;
    background-color: #26c196 !important;
    border: solid 1px #26c196 !important;
}

.page-numbers li span.page-numbers.dots {
    background: #E4E4E9 !important;
    border: solid 1px #E4E4E9 !important;
    color: #232331 !important;
}

.page-numbers li a {
    background-color: #E4E4E9 !important;
    border: solid 1px #E4E4E9 !important;
    padding: 12px 15px !important;
    color: #232331 !important;
    margin: 0px 0px 0px !important;
}

.page-numbers li span {
    color: #fff !important;
    background-color: #26c196 !important;
    border: solid 1px #26c196 !important;
    padding: 12px 15px !important;
    margin: 0px 0px 0px !important;
}

@media screen and (min-width: 560px) {
    .your-email-form .frm_submit {
        margin-left: 20px;
    }
}

@media screen and (min-width: 768px) {
    
    .frm_half {
        margin-left: 15px !important;
        margin-bottom: 15px !important;
    }
    
    .frm_first.frm_half {
        margin-left: 0px !important;
    }
    
    .frm_form_field.frm6, .frm_submit.frm6, .frm_form_field.frm_left_half, .frm_form_field.frm_right_half, .frm_form_field.frm_first_half, .frm_form_field.frm_last_half, .frm_form_field.frm_half, .frm_submit.frm_half {
        width: calc(50% - 7.5px) !important;
    }
    
}

@media screen and (max-width: 767px) {
    
    .frm_half {
        margin-left: 0px !important;
        margin-bottom: 15px !important;
    }
    
    .frm_first.frm_half {
        margin-left: 0px !important;
    }
    
    .frm_form_field.frm6, .frm_submit.frm6, .frm_form_field.frm_left_half, .frm_form_field.frm_right_half, .frm_form_field.frm_first_half, .frm_form_field.frm_last_half, .frm_form_field.frm_half, .frm_submit.frm_half {
        width: 100% !important;
    }
    
}


/* Product Page */

.product-links ul li {
    margin-right: 50px !important;
    /*transition: 0.4s;*/
}

.product-links ul li a {
    border-bottom: 2px solid rgba(0,0,0,0) !important;
}

.product-links ul li:hover a,
 #fixed-toolbar .current-menu-item a {
    border-bottom: 2px solid #26c196 !important;
    /*transition: 0.4s;*/
}

.product-links ul li:hover a {
    color: #292932 !important;
}

/* Hide specs link on no specs pages */
.no-specs #menu-product-links .product-specs__link {
    display: none;
}

.product-headings .product-name .fl-rich-text {
    font-size: 20px;
}

#fixed-toolbar .inline-block-buttons-container {
    text-align: right;
}

.inline-facets {
    max-width: 600px;
}

.inline-facets > .fl-col-content {
    font-size: 0;
    letter-spacing: 0;
}

.inline-facets > .fl-col-content .fl-module-class-facet {
    display: inline-block;
    width: 50%;
}

.inline-facets > .fl-col-content .fl-module-class-facet:first-of-type .fl-module-content {
    margin-right: 10px;
}

.inline-facets > .fl-col-content .fl-module-class-facet:last-of-type .fl-module-content {
    margin-left: 10px;
}

.inline-facets .facetwp-facet {
    margin-bottom: 0;
}

.inline-facets .facetwp-facet select {
    width: 100%;
    min-width: 100px;
}

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

    #fixed-toolbar {
        height: auto !important;
    }
    
    #fixed-toolbar.product-categories > .fl-row-content-wrap {
        padding-bottom: 0px;
    }
    
    #fixed-toolbar > .fl-row-content-wrap {
        padding-top: 0;
        padding-bottom: 20px;
        top: 0 !important;
        position: inherit !important;
    }
    #fixed-toolbar.padding-bottom-none > .fl-row-content-wrap {
        padding-bottom: 0 !important;
    }
    
    #fixed-toolbar .product-links > .fl-module-content {
        margin: 10px;
    }
    
    #fixed-toolbar .product-links ul {
        display: block !important;
        letter-spacing: 0;
        text-align: center;
    }
    
    #fixed-toolbar .product-links ul li {
        display: inline-block;
        padding: 9px;
        margin-right: 0px !important;
    }
    
    #fixed-toolbar .product-links ul li a {
        font-size: 13px;
    }
    
    #fixed-toolbar .product-section-button-container,
    #fixed-toolbar .product-section-button-container li {
        text-align: center;
    }
    
    #fixed-toolbar .inline-block-buttons-container {
        min-width: auto !important;
        text-align: center;
    }
    
    #fixed-toolbar .inline-block-buttons {
        display: inline-block;
        min-width: auto !important;
    }
    
    #fixed-toolbar .inline-block-buttons .fl-module-content {
        margin: 9px;
    }
    
    #fixed-toolbar .inline-block-buttons-container > .fl-col-content {
        margin: 0 10px;
    }
    
    #fixed-toolbar .inline-block-buttons .fl-button {
        padding: 10px !important;
    }
    
    #fixed-toolbar .inline-block-buttons .fl-button span {
        font-size: 12px;
    }
    
    #fixed-toolbar .inline-block-buttons .fl-button-wrap  {
        text-align: center;
    }
    
    #fixed-toolbar .inline-block-buttons .fl-module-content {
        margin-top: 0px !important;
    }
    
    #fixed-toolbar #menu-product-categories,
     #fixed-toolbar #menu-investor-relations,
     #fixed-toolbar #menu-corporate-governance {
        padding-top: 20px;
    }
    
    #fixed-toolbar #menu-product-categories > li,
    #fixed-toolbar #menu-investor-relations > li,
    #fixed-toolbar #menu-corporate-governance > li {
        padding-bottom: 0;
        padding-top: 0;
    }
    
    #fixed-toolbar #menu-product-categories > li a,
     #fixed-toolbar #menu-investor-relations > li a,
     #fixed-toolbar #menu-corporate-governance > li a {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    
    #fixed-toolbar .inline-block-buttons .fl-button span,
    #fixed-toolbar .product-links ul li a {
        font-size: 14px;
    }
    
    body #fixed-toolbar .inline-block-buttons .fl-button {
        padding: 15px !important;
    }

    #fixed-toolbar .product-links {
        width: auto;
    }
    
    #fixed-toolbar > .fl-row-content-wrap {
        padding-bottom: 0;
    }

    #fixed-toolbar .product-section-button-container,
    #fixed-toolbar .inline-block-buttons-container {
        display: inline-block;
        width: auto;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
    }
    
    #fixed-toolbar .inline-block-buttons-container {
        height: 81px;
        line-height: 81px;
        vertical-align: middle;
        text-align: right;
        position: absolute;
        right: 0;
    }
    
    #fixed-toolbar .inline-block-buttons-container .fl-module-content  {
        margin-top: 0px !important;
    }
    
    #fixed-toolbar #menu-product-categories,
    #fixed-toolbar #menu-investor-relations {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
}

.investor-relations-post-grid .fl-post-meta {
    font-size: 17px;
}

.fl-post-meta-excerpt {
    font-size: 17px;
}

.investor-relations-post-grid .fl-post-text {
    padding: 0;
}


@media screen and (min-width: 996px) and (max-width: 1123px) {
    
    #fixed-toolbar.product-categories .inline-block-buttons-container {
        width: 21% !important
    }
    
    #fixed-toolbar.product-categories .product-section-button-container {
        width: 79% !important
    }
    
    #fixed-toolbar .product-section-button-container {
        width: 45% !important
    }
    
    #fixed-toolbar .inline-block-buttons-container {
        width: 55% !important;
    }
    
    .archive #fixed-toolbar .product-section-button-container {
        width: 90% !important
    }
    
    .archive #fixed-toolbar .inline-block-buttons-container {
        width: 10% !important;
    }
    
    #fixed-toolbar .product-links ul {
        text-align: left;
    }
    
    #fixed-toolbar .product-links ul li {
        margin-right: 30px !important;
    }
    
}

@media screen and (min-width: 1123px) and (max-width: 1200px) {
     #fixed-toolbar .product-links ul li {
        margin-right: 30px !important;
    }
    #fixed-toolbar .product-section-button-container {
        width: 45% !important
    }
    
    #fixed-toolbar .inline-block-buttons-container {
        width: 55% !important;
    }
    .archive #fixed-toolbar .product-section-button-container {
        width: 90% !important
    }
    
    .archive #fixed-toolbar .inline-block-buttons-container {
        width: 10% !important;
    }
}

@media screen and (min-width: 996px) and (max-width: 1023px) {
        
    #fixed-toolbar .product-section-button-container .fl-col-content {
        display: inline-block;
    }
}

@media screen and (min-width: 768px) {
    
    .product-headings .product-name .fl-rich-text {
        font-size: 27px;
    }
}

@media screen and (min-width: 1200px) {
    #fixed-toolbar .product-section-button-container {
        width: 45% !important
    }
    
    #fixed-toolbar .inline-block-buttons-container {
        width: 55% !important;
    }
    .archive #fixed-toolbar .product-section-button-container {
        width: 90% !important
    }
    
    .archive #fixed-toolbar .inline-block-buttons-container {
        width: 10% !important;
    }
}

/* Gallery */

.mfp-figure:after {
    background: white !important;
}

.mfp-content img.mfp-img {
    padding-top: 40px !important;
}

/* Specs */

.tab-specs .tab-selection,
.key-features-tab {
    padding: 14px 0px;
    margin: 6px 20px;
    border-bottom: 2px solid rgba(0,0,0,0);
    display: inline-block;
    color: #33333c;
    opacity: 0.5;
}

.tab-specs .tab-selection:hover,
.key-features-tab:hover {
    border-bottom: 2px solid #26c196 !important;
}

.tab-specs .tab-selection.activetab,
.key-features-tab.activetab {
    opacity: 1;
    border-bottom: 2px solid #26c196 !important;
}

@media screen and (min-width: 768px) {
    .tab-specs .tab-selection:first-of-type,
		.key-features-tab:first-of-type {
        margin-left: 0;
    }
    
    .tab-specs .tab-selection.activetab:first-of-type,
		.key-features-tab.activetab:first-of-type {
        background-position: left 30px bottom;
    }
}

#specs .fl-row-content-wrap {
    /* max-height: 575px; */
    overflow: hidden;
    position: relative;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.fl-builder-edit #specs .fl-row-content-wrap {
    max-height: 3000px !important;
}

#specs .specs-column h4 {
    font-size: 17px;
    border-bottom: 1px solid;
    font-weight: 700;
}

#specs .fl-row-content-wrap:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 575px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f4f6+50,f4f4f6+77,f4f4f6+100&0+50,1+77,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
background: -webkit-gradient(linear,  left top, left bottom,  color-stop(50%, rgba(244,244,246,0)),color-stop(77%, rgba(244,244,246,1)),to(rgba(244,244,246,1)));
background: -o-linear-gradient(top,  rgba(244,244,246,0) 50%,rgba(244,244,246,1) 77%,rgba(244,244,246,1) 100%);
background: linear-gradient(to bottom,  rgba(244,244,246,0) 50%,rgba(244,244,246,1) 77%,rgba(244,244,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4f4f6', endColorstr='#f4f4f6',GradientType=0 ); /* IE6-9 */
}

#specs.full-height .fl-row-content-wrap {
    max-height: 3500px;
}

#specs.full-height .fl-row-content-wrap:before {
    display: none;
}


#read-all-specs {
    position: absolute;
    bottom: 0;
    z-index: 10;
}

.specs-column {
    font-size: 15px;
}
.specs-column *, .spec-item * {
    text-align: left !important;
}
.specs-column h5 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.specs-column h5 {
    margin-top: 20px;
}
.specs-column h4 {
    margin-top: 40px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    
    #read-all-specs {
        left: 0px;
        right: 0px;
    }
    
    #read-all-specs .fl-button-wrap {
        text-align: center;
    }
    
}

@media screen and (min-width: 768px) {
   
   .specs-button {
      z-index: 1;
      position: absolute;
      width: 100%;
      max-width: 1240px;
   }
    
    .spec-tab-container,
		.key-features-container {
        font-size: 0;
        letter-spacing: 0;
        margin-left: -20px;
        margin-right: -20px;
    }
    .specs-column {
        width: 33.33%;
        padding: 0 20px;
        display: inline-block;
        vertical-align: top;
        font-size: 15px;
    }

}


/* Callout Text */

.fl-callout-text h4 {
    font-size: 21px !important;
}


.more-about h3 {
    max-width: 350px;
    font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
    font-weight: normal;
}


/*@media screen and (min-width: 768px) {*/
/*    .arrow-top-left {*/
/*        background-image: url(./assets/images/arrow-right.png) !important;*/
/*        background-size: 12px 21px !important;*/
/*        background-repeat: no-repeat !important;*/
/*        background-position: 20px 20px  !important;*/
/*    }*/
/*}*/

/* Key Features */

#key-features ul,
.key-features ul {
    padding-left: 15px;
    margin-bottom: 0;
}

.key-features h4 {
    border-bottom: 1px solid;
		padding-bottom: 5px;
}

.hide-key-features .spec-item__key-features {
	display: none !important;
}

.feature-description {
    font-size: 17px;
    color: white;
    max-width: 410px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.key-feature-text {
    padding: 20px;
}

.key-feature-text i {
    font-size: 50px;
    color: white;
}

.key-feature-text h3 {
    color: white;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 25px;
}

.key-feature-image {
    padding: 20px;
}

#best-features-container .key-feature-wrapper {
    text-align: center;
}

#best-features-container .key-feature-wrapper .key-feature-image,
#best-features-container .key-feature-wrapper .key-feature-text  {
    margin: 0 auto;
    text-align: center;
    max-width: 640px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.key-feature-image {
     display: none;
 }

 .single-calendar #best-features-container .key-feature-text a:not(.read-more) {
    color: rgba(38,193,150, 1) !important;
 }


@media screen and (min-width: 950px) {
    .feature-description {
        font-size: 17px;
    }
    .key-feature-wrapper {
        font-size: 0;
        letter-spacing: 0;
        padding: 38px 0;
    }
    #best-features-container .key-feature-wrapper {
        display: inline-block;
        width: 33%;
        vertical-align: top;
    }
    .key-feature-text {
/*        width: 50%;*/
        display: inline-block;
        vertical-align: middle;
        padding: 40px;
    }
   
    #best-features-container .key-feature-wrapper .key-feature-image,
    #best-features-container .key-feature-wrapper .key-feature-text {
        text-align: left;
    }

    .key-feature-text h3,
    .feature-description {
        text-align: left;
        margin-right: auto;
    }

    .quotes .key-feature-wrapper {
        padding-bottom: 0;
    }

    .quotes .key-feature-text {
        padding: 0 40px;
    }
}

/* Recommended accessories */

.custom-post-container.product-grid .custom-post-container-inner {
    padding: 15px 15px !important;
}

@media screen and (min-width: 768px) {
    .custom-post-container.product-grid .custom-post-container-inner {
        padding: 15px 15px 75px 15px !important;
    }
}

.custom-post-container.product-grid {
    margin-bottom: 0px !important;
    background-color: rgba(244, 244, 246, 0.3) !important;
}

.custom-post-container.product-grid a,
.custom-post-container.product-grid p {
    color: #33333a !important;
}

.custom-post-container.product-grid h3 {
    font-size: 17px;
    line-height: 25px !important;
}

.custom-post-container.product-grid .custom-post-container-image {
    min-height: 225px;
    line-height: 225px;
    vertical-align: middle;
}

.custom-post-container-image.white-bg {
    background: white;
}

.custom-post-container.product-grid .fl-post-excerpt {
    margin: 20px 0;
}

.custom-post-container.product-grid .fl-post-excerpt p {
    margin-bottom: 0;
}

.custom-post-container.product-grid .read-more {
    margin-top: 20px;
}

.custom-post-container.product-grid .read-more a {
    font-size: 17px;
    line-height: 25px;
    padding-right: 20px;
}

.custom-post-container.product-grid a:hover {
    color: #26c196 !important;
}

@media screen and (min-width: 768px) {
    .custom-post-container.product-grid h3 {
        min-height: 56px;
    }
    .custom-post-container.product-grid .fl-post-excerpt {
        min-height: 75px;
    }
}

/* Product Gallery */

.fl-module-gallery .fl-gallery {
    font-size: 0;
    height: auto !important;
    letter-spacing: 0;
}

.fl-module-gallery .fl-gallery .fl-gallery-item {
    display: inline-block;
    width: 33.33%;
    position: static !important;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 0;
}

.fl-module-gallery .fl-gallery .fl-gallery-item:first-of-type {
    display: none !important;
}

@media screen and (min-width: 1024px) {
    .fl-module-gallery .fl-gallery .fl-gallery-item {
        padding: 10px 30px;
    }
}

.mfp-title {
    padding: 20px;
    background: rgba(0,0,0,0.5);
}

/* Back to Top */

#back-to-top {
    display: none;
    bottom: 30px;
    right: 30px;
    width: 50px;
    line-height: 46px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #26C196;
    z-index: 99;
    cursor: pointer;
    /*transition: all 0.4s;*/
    /*-webkit-transition: all 0.4s;*/
    text-align: center;
}

#back-to-top .back-to-top-icon {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 12px;
    background-image: url('./assets/images/arrow-green-up.png');
    background-repeat: none;
    background-position: center;
    background-size: 21px 12px;
}

#back-to-top:hover {
    background: #26C196;
}

#back-to-top:hover .back-to-top-icon {
    background-image: url('./assets/images/arrow-white-up.png');
}

#back-to-top.btt-fixed {
    display: inline-block;
    position: fixed;
}

@media screen and (min-width: 768px) {
    #back-to-top {
        display: none !important;
    }
}


/* Product Grid */

.fl-product-column.cta-column,
.cta-column .custom-post-container-inner {
    background-color: rgba(0,0,0,0) !important;
}

.bb-grid-column-wrap {
    font-size: 0;
    letter-spacing: 0;
}

@media screen and (min-width: 768px) {
    .bb-grid-column-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.fl-product-column {
    vertical-align: top;
    background-color: rgb(244, 244, 246) !important;
}

.fl-product-column .custom-post-container-image {
    text-align: center;
    width: 100%;
    aspect-ratio: 100 / 75;
}

.fl-product-column .custom-post-container-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fl-product-column .useful-info {
    font-size: 0;
    letter-spacing: 0;
    margin-bottom: 10px;
    vertical-align: middle;
    line-height: 30px;
}

.fl-product-column .info-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #444444;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    vertical-align: top;
}

.fl-product-column .info {
    display: inline-block;
    width: calc(100% - 30px);
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
}

.fl-product-column .info p {
    line-height: 1.5em;
    margin: 0;
    font-size: 14px;
    font-style: italic;
}

@media screen and (min-width: 768px) {
    .fl-product-column .explore-solution {
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
    }
}

.fl-product-column .explore-solution .fl-button {
    display: block;
    text-align: center;
}

/*.fl-product-column:not(.cta-column) {
    padding: 20px !important;
}

.fl-product-column.cta-grid {
    padding: 20px !important;
}*/

.cta-grid .custom-post-container-image {
    background: none !important;
    vertical-align: top;
}

.cta-grid .custom-post-container-inner {
    padding: 20px;
}

.cta-grid .custom-post-container-image img {
    vertical-align: top;
}

.cta-grid .frm_forms {
    margin-top: 20px;
}

.cta-grid .frm_forms .frm_form_field {
    margin: 0;
}

.cta-grid h4.cta-body {
    margin-top: 180px;
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: normal;
    color: #777777;
}

.cta-image {
    text-align: center;
}

.absolute {
    position: absolute;
}
ƒ
.cta-image {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}

.hide-fourth .fl-product-column:last-of-type {
    display: none;
}

@media screen and (max-width: 767px) {
    
    .fl-product-column:first-child {
        margin-top: 0px;
    }
    
    .fl-product-column {
        margin-top: 20px;
    }
    
}

@media screen and (min-width: 768px) {
    .fl-product-column {
        display: inline-block;
        width: calc(50% - 20px);
        margin: 10px;
        margin-bottom: 30px;
        position: relative;
    }
    .fl-product-column .useful-info {
        min-height: 42px;
    }
    .fl-product-column .info p {
        font-size: 14px;
    }
    .explore-solution {
        bottom: 20px;
    }
    .cta-column .custom-post-container-inner > p {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .fl-product-column {
        width: calc(33.33% - 13.33px);
        margin: 10px;
    }
    .fl-product-column .info {
        min-height: 63px;
    }
    .bb-grid-column-wrap .fl-product-column:nth-child(3n + 1) {
        margin-left: 0;
    }
    .bb-grid-column-wrap .fl-product-column:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 1300px) {
    .fl-product-column .info {
        min-height: 0;
    }
    .fl-product-column.cta-column .custom-post-container-inner {
        min-height: 581px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .fl-product-column.cta-column .custom-post-container-inner {
        position: relative;
    }
    .fl-product-column.cta-column .explore-solution {
        position: absolute;
        width: auto;
        bottom: 20px;
    }
}


.left-side-grouped-container .fl-col-group {
    max-width: 620px;
    margin-right: 0;
    margin-left: auto;
}

.buttons-inline-block .fl-col-content {
    display: inline-block;
}

.buttons-inline-block .fl-module-button {
    display: inline-block;
    width: auto !important;
}

@media screen and (max-width: 767px) {
    
    .left-side-grouped-container .fl-col-group {
        margin: 0 auto !important;
        max-width: 400px !important;
    }
    
}


/* Contact Page */

.fl-callout img {
    border-radius: 200px;
}

.callout-style.partner img {
    border-radius: 0px !important;
    max-height: auto;
    width: auto !important;
    position: absolute;
    top: 50%;
    left: calc(50% - 115px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.callout-style.partner .fl-photo-content {
    position: relative;
    height: 90px;
}

a.fl-callout-cta-link {
    display: inline-block;
    background-image: url('./assets/images/arrow-white-right-small.png');
    padding-right: 22px;
    background-repeat: no-repeat;
    background-size: 8px 16px;
    background-position: right center;
    /*transition: all 0.4s;*/
    /*-webkit-transition: all 0.4s;*/
    line-height: 20px;
    height: 20px;
    font-size: 14px;
    color: #33333a;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.fl-callout a.fl-callout-cta-link:hover {
    background-image: url('./assets/images/arrow-green-right-small.png');
    color: #26c196 !important;
    text-decoration: none;
}

.fl-callout-text {
    max-width: 240px;
    margin: 0 auto !important;
}

.callout-style .fl-callout-text h4 {
    max-width: 240px;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
}

.callout-style .fl-callout-text {
    max-width: 100% !important;
    margin: 0 auto !important;
}

.callout-style .fl-callout-text ul {
    padding-left: 25px;
    margin-top: 20px;
}

.fl-callout-icon-above-title .fl-icon {
    margin-bottom: 0px !important;
}

.location-container h4 {
    font-size: 20px;
    font-weight: 700;
}


/* Featured Presentation */

@media screen and (min-width: 768px) {
    
    .featured-presentation-container {
        font-size: 0;
        letter-spacing: 0;
    }
    
    .featured-presentation-image {
        display: inline-block;
        width: 45%;
    }
    
    .featured-presentation-text {
        width: 55%;
        display: inline-block;
        padding-left: 40px;
        vertical-align: top;
    }

}

.video-image .featured-presentation-image-wrap {
    position: relative;
    text-align: center;
}

.video-image .featured-presentation-image-wrap a:after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    opacity: 1;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    z-index: 2;
    background-image: url(./assets/images/play.png);
    background-size: 100px 100px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s !important;
    -o-transition: all 0.4s !important;
    transition: all 0.4s !important;
}

.video-image .featured-presentation-image-wrap a:hover:after {
    opacity: 0.5;
}

#video-modal-popup,
.general-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(51, 51, 51, 0.9);
    line-height: 100vh;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
}

.general-popup {
    padding: 27px;
}

.video-modal-popup-container,
.swedish-site-popup-container {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.swedish-popup-close.close-btn {
    right: -25px !important;
    top: -25px !important;
}

.swedish-site-wrapper {
    display: inline-block;
    line-height: 1em;
    height: auto;
    position: relative;
}

.swedish-modal-inner {
    display: inline-block;
    max-width: 400px;
    width: 100%;
    height: auto;
    background: white;
    padding: 40px;
    line-height: 1.2em;
}

#continue,
#stay {
    width: 130px;
    margin: 5px;
}

@media screen and (min-width: 1160px) {
    #video-modal-popup .video-close {
        right: -50px;
        top: -50px;
        z-index: 99;
    }
}

.video-modal-wrapper {
    margin: 0 auto;
    max-width: 1054px;
    position: relative;
}

/* Single CTA */

.cta-sidebar-container {
    padding: 0 0 40px 0;
}

.cta-sidebar-container:last-child {
    padding-bottom: 0;
}

.cta-sidebar-container h4 {
    font-size: 24px;
}


/* Calendar */

.calendar-grid-head,
.calendar-grid {
    max-width: 750px;
}

.calendar-grid .fl-post-feed-post,
.calendar-top-container {
    border-bottom: 2px solid #33333a;
    margin-bottom: 10px;
}

.calendar-grid .fl-post-feed-post {
    border-bottom: 1px solid #33333a;
}

.calendar-grid .fl-post-feed-post:last-child {
    border-bottom: 0px solid #33333a;
}

.calendar-top-container,
.calendar-container {
    display: inline-block;
    font-size: 0;
    letter-spacing: 0;
    width: 100%;
}

.calendar-top-left,
.calendar-top-right,
.calendar-title,
.calendar-date {
    display: inline-block;
    font-size: 0;
    width: 50%;
    padding-right: 25px;
    vertical-align: top;
}

.calendar-top-left h3,
.calendar-top-right h3 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.calendar-title a {
    color: #33333a !important;
}

.calendar-title p,
.calendar-date p {
    font-size: 15px;
}

.section-grey .read-more a {
    line-height: 20px !important;
    color: #33333a !important;
}

.calendar-top-left,
.calendar-top-right {
    letter-spacing: 0.5px;
}

.calendar-title p {
    line-height: 22px;
}

.calendar-title .calendar-content {
    display: none;
    font-size: 16px;
    margin-bottom: 20px;
}

.calendar-title .show-more {
    cursor: pointer;
    display: inline-block;
    background-image: url(./assets/images/plus-icon.png);
    background-size: 22px 22px !important;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat !important;
    background-position: 100% 50% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: 10px !important;
    vertical-align: top;
}

.calendar-title .show-more:hover {
    background-image: url(./assets/images/plus-icon-hover.png);
    background-size: 22px 22px !important;
    background-repeat: no-repeat !important;
    background-position: 100% 50% !important;
    padding-right: 0px !important;
}

.calendar-title .show-more.minus {
    background-image: url(./assets/images/minus-icon.png);
}

.calendar-title .show-more.minus:hover {
    background-image: url(./assets/images/minus-icon-hover.png);
}

/* Calendar single - hide non form content from popup button */
.single-calendar .fl-button-lightbox-content > {
    display: none;
}


.arrow-button a,
.jlt-reason .arrow-button .fl-button {
    display: inline-block !important;
    background-image: url('./assets/images/arrow-gray-right.png') !important;
    padding-right: 30px !important;
    background-repeat: no-repeat !important;
    background-size: 10px 20px !important;
    background-position: right center !important;
    /*transition: all 0.4s;*/
    /*-webkit-transition: all 0.4s;*/
    padding-left: 0px !important;
    line-height: 0px !important;
    color: white !important;
    letter-spacing: 1.5px !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    border: 0px !important;
}

.arrow-button a:hover,
.arrow-button .fl-button:hover,
.jlt-reason:hover .arrow-button .fl-button {
    background-image: url('./assets/images/arrow-green-right.png') !important;
    color: #26C196 !important;
    text-decoration: none !important;
    border: 0px !important;
}

.jlt-reason:hover .arrow-button .fl-button > span {
    color: #26C196!important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
   padding-right: 0px !important;
}

.video-close.close-btn, .pum-close.popmake-close,
.swedish-popup-close {
    display: inline-block;
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 99;
    border-radius: 100px !important;
    height: 25px !important;
    width: 25px !important;
    padding: 2px !important;
    background-image: url(./assets/images/close-icon.png);
    background-size: 25px 25px !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    font-size: 0 !important;
    cursor: pointer;
}

.video-close.close-btn:hover,
.pum-close.popmake-close:hover,
.swedish-popup-close:hover {
     background-image: url(./assets/images/close-icon-hover.png);
}

.pum-close.popmake-close {
    position: absolute !important;
    right: -40px !important;
    top: -40px !important;
    z-index: 999 !important;
}

.fontSize {
    font-size: 10px;
}

.featured-blog-post .fl-post-column {
    width: 100% !important;
}

.featured-blog-post .fl-post-column {
    padding-left: 10px;
}

/*.featured-blog-post .custom-post-container-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}*/

.featured-blog-post .custom-post-container-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.featured-blog-post .custom-post-container-meta .read-more {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.featured-blog-post .container-image-bg {
    margin-bottom: 10px;
}

.key-features-container .fl-col-content {
   max-width: calc(100% - 40px);
}

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

    .featured-blog-post .custom-post-container-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .featured-blog-post .custom-post-container-image {
        width: 50%;
    }

    .featured-blog-post .custom-post-container-meta {
        width: 50%;
        padding-left: 20px;
        position: relative;
    }

    .featured-blog-post .container-image-bg {
        margin-bottom: 0;
    }

}


/* Downloads */


.downloads-container {
    font-size: 0;
    letter-spacing: 0;
}

.downloads-column-inner {
    font-size: 17px;
}

.downloads-column-inner .download {
    padding: 10px 20px;
}

.downloads-column-inner .download a {
    color: #33333a;
}

.downloads-column-inner .download a:hover {
    text-decoration: none;
    color: #26c196;
}

.downloads-column-inner .download a i {
    margin-right: 10px;
}

.downloads-column-inner .download span {
    font-size: 14px;
}

.download-single {
    display: inline-block;
    padding: 15px 25px;
    border: 1px solid #33333c;
    margin: 0 20px 20px 0;
}

.download-single:hover {
    border: 1px solid #26c196;
}

.download-single:hover a {
    color: #26c196;
}

.download-single a {
    color: #33333a;
}

@media screen and (min-width: 768px) {
    .downloads-column {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }
   .download {
      display: inline-block;
      width: 33%;
      vertical-align: top;
   }
}


/* Desktop Menu */



/* Anchor Link */

.to-top-link-container img {
    position: fixed;
    z-index: 999;
    bottom: 40px;
}

.to-top-link-container {
    margin: 0 auto !important;
}

.to-top-link-container .fl-row-content-wrap {
    padding: 0px !important
}

.to-top-link-container .fl-module-content {
    margin: 0px !important;
}

.to-top-link-container .fl-photo {
    height: 0px !important;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single .fluid-width-video-wrapper {
    margin-bottom: 20px;
}

/* Upcoming events */

.grid-no-padding .fl-post-text {
    padding: 0 0 20px 0;
}

.grid-no-padding .upcoming-events-left {
    font-size: 17px;
}

.grid-no-padding .featured-image-right {
    margin: 20px 0;
}

.grid-no-padding .featured-image-right img {
    max-width: 200px;
    max-height: 100px;
    width: auto;
    height: auto;
}

.event-info-text h3 {
    margin: 0;
}

.event-info-text h3.event-industry {
    font-size: 22px;
    margin: -2px 0 5px;
}

.event-info-text p {
    font-size: 16px;
}

.fl-post-event-info a {
    text-decoration: underline;    
}

@media screen and (min-width: 768px) {
    .grid-no-padding .upcoming-events-left {
        display: inline-block;
        width: 70%;
    }
    .upcoming-events {
        letter-spacing: 0;
    }
    .upcoming-events .upcoming-events-left {
        display: inline-block;
        width: 70%;
    }
    .upcoming-events .featured-image-right {
        display: inline-block;
        vertical-align: top;
        width: 30%;
        text-align: right;
    }

    .event-info-text,
    .event-info-text .fl-module-content,
    .event-info-text .fl-module-content .fl-html {
        height: 100%;
    }

    .event-info-text .fl-module-content .fl-html {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .event-info-text .fl-module-content .fl-html .share-wrapper {
        margin-bottom: 30px;
    }

}


/* CTA Styling */

#single-post-sidebar .fl-widget.hs_cta_widget {
    /*background: #f4f4f6 !important;*/
    padding: 20px;
    margin-bottom: 20px;
}

.hs_cta_widget {
    text-align: center !important;
}

#single-post-sidebar .fl-module-content {
    margin: 0 !important;
}

.hs_cta_widget.fl-widget {
    margin-bottom: 0px;
}

.hs_cta_widget .fl-module-heading .fl-module-content {
    margin: 0px;
}

.hs_cta_widget .fl-module:last-child .fl-module-content {
    margin: 5px 0px 20px;
}

.hs_cta_widget .fl-module:last-child .fl-module-content a.button {
    margin-top: 15px;
}

#primary-cta-area .sharp-spring-form .section-two,
#primary-cta-area .sharp-spring-form .section-three,
#single-post-sidebar .sharp-spring-form .section-two,
#single-post-sidebar .sharp-spring-form .section-three {
    float: none;
    display: block;
}

#primary-cta-area .hs_cta_widget .fl-module:last-child .fl-module-content,
#secondary-cta-area .hs_cta_widget .fl-module:last-child .fl-module-content,
#single-post-sidebar .hs_cta_widget .fl-module:last-child .fl-module-content {
    margin-bottom: 0 !important;
}

#primary-cta-area .hs_cta_widget .fl-module:last-child .fl-module-content h3 {
    margin-bottom: 0 !important;
}

#primary-cta-area .frm_style_formidable-style.with_frm_style input[type=email] {
    background: #e4e4e9 !important;
}

#primary-cta-area .hs_cta_widget .fl-module:last-child .fl-module-content fieldset,
#secondary-cta-area .hs_cta_widget .fl-module:last-child .fl-module-content fieldset,
#single-post-sidebar .hs_cta_widget .fl-module:last-child .fl-module-content fieldset {
    padding-bottom: 0;
}

#secondary-cta-area #newsletter img {
    max-height: 250px;
}

#secondary-cta-area .fl-module-content.fl-node-content {
    margin-top: 0;
    margin-bottom: 0;
}

.hs_cta_widget .fl-module:last-child .fl-module-content a.button {
    text-decoration: none !important;
}

.newsletter-image .section-two,
.newsletter-image .section-three {
    width: 100%;
}

.sharp-spring-form .frm_button_submit {
    border-color: #33333a !important;
}

.sharp-spring-form .frm_button_submit:hover {
    border-color: #26C196 !important;
    color: #26C196 !important;
}

.video-widget .section-one {
    width: 100%;
}

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

    #secondary-cta-area .section-wrapper,
    #secondary-cta-area .newsletter-image {
        float: none;
        display: inline-block;
        width: 50%;
        padding-right: 20px;
        vertical-align: middle;
    }
    
    #secondary-cta-area .section-wrapper .section-two,
    #secondary-cta-area .section-wrapper .section-three {
        float: none;
        display: block;
        padding-left: 20px;
    }
    
    #secondary-cta-area .video-widget .section-one {
        display: inline-block;
        width: calc(50% - 20px);
        margin-right: 20px;
        vertical-align: middle;
        float: none !important;
    }
    
    .video-widget .section-one .videoWrapper {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 51%;
    }
    
    .video-widget .section-one .videoWrapper iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0; top: 0;
    }
    
    #secondary-cta-area .video-widget .section-two {
        display: inline-block;
        width: calc(50% - 20px);
        margin-left: 20px;
        vertical-align: middle;
        float: none !important;
    }
    
    #secondary-cta-area .fl-col-group {
        text-align: center;
    }
    
    .hs_cta_widget a img,
    .free-guide img,
    #media_image-2 img {
        width: 100%;
        max-height: 290px;
        width: auto;
        padding: 0px 30px;
    }

}

@media screen and (max-width: 767px) {
    
    #secondary-cta-area > .fl-row-content-wrap {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    
    #secondary-cta-area #newsletter .fl-photo-content {
        text-align: center;
    }
    
    #secondary-cta-area #newsletter img {
        width: auto;
    }
    
    .video-widget .section-one .videoWrapper {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 51%;
    }
    
    .video-widget .section-one .videoWrapper iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0; top: 0;
    }
    
    .sharp-spring-form .section-three form.frm-show-form {
        margin-left: auto !important;
        margin: auto 0 !important;
    }
    
    .sharp-spring-form .newsletter-image img {
        width: 100%;
    }
    
    .hs_cta_widget a img,
    .free-guide img,
    #media_image-2 img {
        width: 100%;
        padding: 0px 20px;
    }
    
}

/* Free guide click image to display form */
.image--display-form img {
    cursor: pointer;
}

.image--display-form-button {
    display: none;
}

.newsletter-image .fl-photo-content {
    text-align: left;
}


/* Career Positions */

.career-positions h2.fl-post-title {
    font-size: 27px;
}

.career-positions .fl-post-text p {
    font-size: 14px;
    font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
}

.career-positions .heading,
.career-positions .location {
    font-weight: bold !important;
}

.career-positions .post-button-container a {
    padding-top: 22px !important;
    padding-right: 30px !important;
    padding-bottom: 22px !important;
    padding-left: 30px !important;
    border: 1px solid #33333a !important;
    color: #33333a !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 13px;
    /*margin-top: 20px;*/
}

.career-positions .post-button-container {
    margin-top: 45px;
}

.career-positions .post-button-container a:hover {
    color: #26c196 !important;
    border: 1px solid #26c196 !important;
}

.career-positions .fl-post-text {
    margin-bottom: 35px;
}

.author-info-container {
    background: #f4f4f6;
    padding: 20px;
    line-height: 98px;
}

.author-info-container .author-image {
    display: inline-block;
    width: 96px;
}

.author-info-container .author-image img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.author-info-container .author-name {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-left: 20px;
}

.landing-page-bg {
    background: rgba(36,33,50,0.7);
}

.max-width-600 .fl-rich-text {
    max-width: 600px;
    margin: 0 auto;
}

.max-width-900 .fl-rich-text {
    max-width: 900px;
    margin: 0 auto;
}

/* Post Content */

#post-content h2 {
    font-size: 25px;
}

#post-content h3 {
    font-size: 21px;
}

#post-content h4 {
    font-size: 19px;
}

#post-content h5 {
    font-size: 18px;
}

#post-content h6 {
    font-size: 17px;
}

#post-content a {
    text-decoration: underline;
}

#product-title span {
    font-size: 18px;
}

#product-subtitle span {
    font-size: 31px;
}

@media screen and (min-width: 768px) {
    #product-title span {
        font-size: 20px;
    }
    
    #product-subtitle span {
        font-size: 35px;
    }
}

.pum-title.popmake-title {
    text-align: center;
    margin-top: 20px;
}

body .mfp-wrap .fl-button-lightbox-content .mfp-close,
body .mfp-wrap .fl-button-lightbox-content .mfp-close:hover {
    top: 0px !important;
    right: 0 !important;
}

body .sharpspring-wrapper {
    min-height: 0 !important;
}


/* Footer */

#footer-social-icons img {
    max-width: 32px;
}

#footer-social-icons a {
    margin-right: 10px;
}

body #footer-jlt a:not(.fl-button) {
    opacity: 0.7;
    color: white;
}

body #footer-jlt a:hover {
    opacity: 1;
}

#policy-data-links a {
    text-decoration: none;
    opacity: 0.7;
}

#policy-data-links a:hover {
    text-decoration: underline;
}


/* Newsletter Single */

.newsletter_wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   font-size: 0;
   margin-left: -10px;
   margin-right: -10px;
}

.newsletter-post-container {
   position: relative;
   -webkit-box-flex: 0;
       -ms-flex: none;
           flex: none;
   width: calc(100% - 20px);
   margin: 0px 10px 40px 10px;
   vertical-align: top;
   padding-bottom: 40px;
}

.newsletter-post-container p {
   font-size: 17px !important;
}

.newsletter-post-container a h3 {
   -webkit-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
           transition-duration: 0.4s;
}

.newsletter-post-container a:hover h3 {
   color: #26c196;
   -webkit-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
           transition-duration: 0.4s;
}

.newsletter-post-container a.newsletter-main-link {
   position: absolute;
   bottom: 0px;
   text-transform: uppercase;
   display: inline-block;
   padding-right: 30px;
   background-repeat: no-repeat;
   background-size: 10px 20px;
   background-position: right center;
   line-height: 20px;
   height: 20px;
   letter-spacing: 1.5px;
   font-size: 14px;
   text-transform: uppercase;
   background-image: url('./assets/images/arrow-gray-right.png');
   color: #33333a;
   margin-top: 20px;
}

.newsletter-post-container a.newsletter-main-link:hover {
   background-image: url('./assets/images/arrow-green-right.png');
   color: #26C196;
   text-decoration: none;
}

.newletter-image {
   height: 270px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: 50%;
   position: relative;
}

.newletter-image a {
   position: absolute;
   width: 100%;
   height: 100%;
}

.newsletter-max-width .fl-col {
   max-width: 992px;
   width: auto !important;
}

.newsletter-external-link p:first-of-type {
   margin-bottom: 35px;
}

.newsletter-external-link a {
   border: 1px solid #33333a;
   background: rgba(0,0,0,0);
   font-weight: 400;
   font-size: 13px;
   letter-spacing: 1.5px;
   text-transform: uppercase;
   padding-bottom: 18px;
   padding-left: 30px;
   padding-right: 30px;
   padding-top: 18px;
   color: #33333a;
   min-width: 250px !important;
   text-decoration: none !important;
}

.newsletter-external-link a:hover {
   background-color: rgba(0,0,0,0);
   color: rgb(38,193,150);
   border: 1px solid rgb(38,193,150);
   text-decoration: none !important;
}

.featured-date {
   margin-bottom: 0px !important;
}

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

   .newsletter-post-container {
      width: calc(50% - 20px) ;
   }
   
}


/* Popup Button */

.popup-button a {
   background-color: rgba(38,193,150,0.6) !important;
   border: 1px solid rgba(38,193,150,0.6) !important;
   -webkit-transition: 0.4s;
   -o-transition: 0.4s;
   transition: 0.4s;
}

.popup-button a span,
.popup-button a:hover span {
   color: #fff !important;
}

.popup-button a:hover {
   background-color: rgba(38,193,150,1) !important;
   border: 1px solid rgba(38,193,150,1) !important;
   -webkit-transition: 0.4s;
   -o-transition: 0.4s;
   transition: 0.4s;
}

.popup-button.fl-module {
   position: fixed;
   right: calc(50% - 180px) !important;
   z-index: 99;
   bottom: -20px;
}

.popup-button.fl-module a {
   width: 320px;
   text-align: center;
}

.fl-builder-edit .popup-button-container {
   min-height: 200px;
}

/* JLT Webinar CTAs - October 2020 - DEVHOUSE */
#popmake-9022 {
    padding: 0px !important;
    height: 0px !important;
    max-width: 90% !important;
}

#popmake-9022  .pum-container {
    padding: 0px !important;
}

#popmake-9022 img {
    margin: 0px !important;
}

/* COOKIE BAR */

.cookie-notice-container {
    background-color: #232331;
}

#cookie-notice .cn-button {
    background-color: rgba(38,193,150,1);
    border-radius: 0px;
    color: #fff !important;
    padding: 10px 20px;
}

.cookie-notice-container span,
.cookie-notice-container span a {
    font-family: 'ProximaNova',Arial,Helvetica,sans-serif;
}

html.has-cookie-bar.cookie-bar-top-bar {
    margin-top: 30px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
#catapult-cookie-bar {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    direction: ltr;
    padding: 0 20px;
    z-index: 99999;
    overflow: hidden;
    text-align:left;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.ctcc-exclude-AF.geoip-continent-AF #catapult-cookie-bar,
.ctcc-exclude-AN.geoip-continent-AN #catapult-cookie-bar,
.ctcc-exclude-AS.geoip-continent-AS #catapult-cookie-bar,
.ctcc-exclude-EU.geoip-continent-EU #catapult-cookie-bar,
.ctcc-exclude-NA.geoip-continent-NA #catapult-cookie-bar,
.ctcc-exclude-OC.geoip-continent-OC #catapult-cookie-bar,
.ctcc-exclude-SA.geoip-continent-SA #catapult-cookie-bar {
    display: none;
}
.ctcc-exclude-AF.geoip-continent-AF,
.ctcc-exclude-AN.geoip-continent-AN,
.ctcc-exclude-AS.geoip-continent-AS,
.ctcc-exclude-EU.geoip-continent-EU,
.ctcc-exclude-NA.geoip-continent-NA,
.ctcc-exclude-OC.geoip-continent-OC,
.ctcc-exclude-SA.geoip-continent-SA {
    margin-top: 0 !important;
}
#catapult-cookie-bar.rounded-corners {
    border-radius: 3px;
}
#catapult-cookie-bar.drop-shadow {
    -webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
}
.cookie-bar-block #catapult-cookie-bar {
    max-height: 999px;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}
.has-cookie-bar #catapult-cookie-bar {
    opacity: 1;
    max-height: 999px;
    min-height: 30px;
    padding: 15px 20px 15px;
}
.cookie-bar-block #catapult-cookie-bar span {
    display: block;
    margin: 1em 0;
}
.cookie-bar-bar #catapult-cookie-bar.float-accept span.ctcc-right-side {
    float: right;
}
button#catapultCookie {
    cursor: pointer;
    margin:0 20px 0 0;
}
.cookie-bar-bar button#catapultCookie {
    margin:0 0 0 20px;
}
.cookie-bar-bar .ctcc-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}
.cookie-bar-bar .float-accept .ctcc-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media screen and (max-width: 991px) {
    .ctcc-left-side {
        margin-right: 1em;
    }
}
.ctcc-right-side {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.cookie-bar-block #catapult-cookie-bar h3 {
    margin: 0.5em 0 0;
}
.use_x_close .x_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-family: sans-serif;
    -webkit-transition-duration:0.5s;
    -o-transition-duration:0.5s;
       transition-duration:0.5s;
}
.cookie-bar-bar .use_x_close .x_close {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}
.x_close {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0px,0px,0px);
    width: 14px;
    height: 30px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.x_close span {
    display: block;
    position: absolute;
    height: 3px;
    width: 14px;
    background: #111;
    border-radius: 6px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -o-transition-delay: .14s;
       transition-delay: .14s;
    -webkit-transition-delay: .14s;
    -moz-transition-delay: .14s;
}
.x_close span:nth-child(1),
.x_close span:nth-child(2) {
    top: 14px;
}
.x_close span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.x_close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}
.x_close:hover span:nth-child(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
        transform: rotate(0);
}
.x_close:hover span:nth-child(2) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
        transform: rotate(0);
}



/* Subscribe Popup */

/* Need Advice */

#need-advice {
    display: none;
    width: 75px;
    min-height: 70px;
    background: #26c196;
    position: fixed;
    right: -75px;
    bottom: 90px;
    z-index: 999;
    text-align: center;
    -webkit-transition: all 1s; /* Safari */
    -o-transition: all 1s;
    transition: all 1s;
}

#need-advice {
    display: inline-block !important;
}

#need-advice.slidein {
  right: 0;
}

#need-advice a {
  display: inline-block;
  padding: 5px;
}

#need-advice img {
  width: 20px;
  height: 20px;
}

#need-advice p {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 9px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  line-height: 12px;
}

/* Popup CSS  */
.need-advice-popup-wrapper p {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 13px;
}

.need-advice-popup-wrapper {
  position: fixed;
  right: 10px;
  bottom: 80px;
  z-index: 1000;
}

.need-advice-popup {
  position: absolute;
  right: -400px;
  bottom: 145px;
  width: 325px;
  min-height: 280px;
  background-color: #f4f4f6;
  z-index: 1000;
  box-shadow: -2px 4px 32px -4px rgba(0,0,0,0.54);
  -webkit-box-shadow: -2px 4px 32px -4px rgba(0,0,0,0.54);
  -moz-box-shadow: -2px 4px 32px -4px rgba(0,0,0,0.54);
  -webkit-transition: right 0.4s;
  -o-transition: right 0.4s;
  transition: right 0.4s;
}

.need-advice-popup-content {
  max-width: 100%;
  height: auto;
  padding: 20px;
  padding-top: 30px;
  text-align: left;
}

.need-advice-popup-content .popup-content-section {
  padding-bottom: 10px;
}

.need-advice-popup-content h4 {
  margin-top: 0px !important;
  font-size: 15px;
  margin-bottom: 0;
}

.need-advice-popup-content p {
    text-transform: none;
    line-height: 16px;
}

.need-advice-popup-content .gform_wrapper input[type="text"] {
  background-color: #1a2227 !important;
  margin: 0px !important;
}

.need-advice-popup-content .gform_wrapper input[type="submit"] {
  border-radius: 5px !important;
  margin-top: 10px !important;
}

.need-advice-popup-content .gform_wrapper .top_label input.medium, 
.need-advice-popup-content .gform_wrapper .top_label select.medium {
  color: #fff !important;
}

.need-advice-popup-close-btn {
  text-align: center;
  position: absolute;
  z-index: 3000;
  width: 50px;
  height: 50px;
  top: -22px;
  left: -22px;
  color: white;
  cursor: pointer;
  font-size: 27px;
  background-color: #33333a;
  border-radius: 50%;
  line-height: 55px;
  -webkit-box-shadow: 10px 10px 30px -6px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 30px -6px rgba(0,0,0,0.75);
}

.active-popup {
  right: 20px;
}

.need-advice-popup .gform_wrapper.gform_validation_error div.validation_error,
.need-advice-popup .validation_message {
  display: none !important;
}

.need-advice-popup .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 1px solid red;
}

.need-advice-popup #gform_confirmation_message_166 {
    font-size: 18px;
    padding-top: 50px;
    text-align: center;
}

.need-advice-popup .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
  margin-top: 0px !important;
}

.need-advice-popup .gform_wrapper .field_description_below .gfield_description {
  padding-top: 5px;
}

.gform_wrapper li.gfield.gfield_error {
  padding: 0px !important;
}

/* /popup Css  */

@media screen and (min-width: 768px) {
  #need-advice {
    width: 130px;
    min-height: 110px;
    right: -130px;
  }
  #need-advice a {
    padding: 15px;
  }
  #need-advice img {
    width: 37px;
    height: 37px;
  }
  #need-advice p {
    font-size: 13px;
    line-height: 15px;
  }
}

@media screen and (max-width: 767px) {
  .need-advice-popup-wrapper {
    z-index: 3000;
  }
  /*.need-advice-popup {*/
  /*  bottom: -40px;*/
  /*}*/
  .active-popup {
    right: 0px;
  }
  .need-advice-popup-wrapper {
    bottom: 150px;
  }
}

.calendar-grid .fl-post-feed-post.no_border-no-border {
    border-bottom: 0px !important;
    margin-bottom: 0px;
}


/* Cookie Bar */

.ctcc-right-side button {
   border: 1px solid transparent !important;
   background: rgba(38,193,150, 0.65) !important;
   border-radius: 0 !important;
   padding: 12px 28px !important;
   -webkit-transition: 0.4s;
   -o-transition: 0.4s;
   transition: 0.4s;
}

.ctcc-right-side button:hover {
   border: 1px solid rgba(38,193,150,0.8) !important;
   background: rgba(38,193,150, 0) !important;
   -webkit-transition: 0.4s;
   -o-transition: 0.4s;
   transition: 0.4s;
   color: #26c196 !important;
}

#catapult-cookie-bar {
   background-color: #232331;
}


/* AddToAny */

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
    height: 42px !important;
    line-height: 42px !important;
    width: 42px !important;
    border-radius: 100px;
    padding: 7px;
}

.a2a_kit a:first-of-type {
   padding-left: 0px !important;
}

.addtoany_header {
   font-weight: bold;
   margin-bottom: 10px !important;
   margin-top: 10px !important;
}

.social-link img {
   opacity: 0.7;
   -webkit-transition: 0.4s;
   -o-transition: 0.4s;
   transition: 0.4s;
}

.social-link img:hover {
   opacity: 1;
   -webkit-transition: 0.4s;
   -o-transition: 0.4s;
   transition: 0.4s;
}

.inline-block-container .fl-module:first-of-type {
   display: block;
   width: 100%;
}

.inline-block-container {
   display: inline-block;
   font-size: 0;
   width: 100%;
}

.inline-block-container h3 {
   margin-top: 10px;
}

.inline-block-container .fl-module {
   display: inline-block;
   vertical-align: middle;
   width: 50%;
}

.social-link .fl-photo {
   text-align: right;
}

.social-link:last-of-type .fl-photo {
   text-align: left;
}

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

   .inline-block-container .fl-module:first-of-type {
      width: calc(100% - 170px);
      display: inline-block;
   }

   .inline-block-container {
      display: inline-block;
      font-size: 0;
      width: 100%;
   }

   .inline-block-container .fl-module {
      display: inline-block;
      vertical-align: middle;
      width: auto;
   }
   
   .social-link:first-of-type .fl-photo {
      text-align: center;
   }
   
}

:lang(en-US) .home #menu-language-switcher,
:lang(sv-SE) .home #menu-language-switcher,
:lang(fr-FR) .home #menu-language-switcher,
:lang(it-IT) .home #menu-language-switcher  {
    display: block;
}

:lang(en-US) .home #menu-language-switcher .lang-item-us,
:lang(en-GB) .home #menu-language-switcher .lang-item-en,
:lang(sv-SE) .home #menu-language-switcher .lang-item-sv,
:lang(fr-FR) .home #menu-language-switcher .lang-item-fr,
:lang(it-IT) .home #menu-language-switcher .lang-item-it  {
    display: none;
}

:lang(en-US) .home #menu-language-switcher .lang-item-en,
:lang(en-US) .mobile-menu .fl-menu-mobile-flyout li .lang-item-en,
:lang(en-GB) .home #menu-language-switcher .lang-item-us,
:lang(en-GB) .mobile-menu .fl-menu-mobile-flyout li .lang-item-us {
    display: none !important;
}

#menu-language-switcher .lang-item-de,
.mobile-menu .fl-menu-mobile-flyout li .lang-item-de,
#menu-language-switcher .lang-item-es,
.mobile-menu .fl-menu-mobile-flyout li .lang-item-es,
#menu-language-switcher .lang-item-nl,
.mobile-menu .fl-menu-mobile-flyout li .lang-item-nl {
    display: none !important;
}


/* Product Callout */
.product-callout .fl-callout-content {
    position: relative !important;
}

.product-callout .fl-callout-content .fl-photo .fl-photo-content {
    height: 210px;
}

.product-callout .fl-callout-content .fl-photo .fl-photo-content > a {
    width: 100%;
    height: 100%;
    display: block;
}

.product-callout .fl-callout-content .fl-photo .fl-photo-content img {
    border-radius: 0px !important;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
}

.product-callout .fl-callout-title {
    position: absolute !important;
    top: 0px !important;
    height: 210px;
    color: #fff !important;
    width: 100% !important;
}

.product-callout .fl-callout-title {
    color: #fff !important;
    padding: 20px 30px !important;
    background-color: rgba(35,35,50,.7);
    min-height: 210px;
    display: block;
    width: 100%;
}

.product-callout .fl-callout-title span {
    position: absolute;
    top: 105px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-right: 30px;
}

.product-callout a.fl-callout:hover .fl-callout-title span,
.product-callout:hover .fl-callout-cta-link {
    color: #26c196 !important;
}

.product-callout:hover .fl-callout-cta-link {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAkCAYAAAH+9Co2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkUzRkI1RUZERjMzQzExRTk4MEZCRkQ3QUExOTE5OTAzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkUzRkI1RUZFRjMzQzExRTk4MEZCRkQ3QUExOTE5OTAzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTNGQjVFRkJGMzNDMTFFOTgwRkJGRDdBQTE5MTk5MDMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTNGQjVFRkNGMzNDMTFFOTgwRkJGRDdBQTE5MTk5MDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz41hGnzAAADJElEQVR42mJU2zPZkYGBYT8QMzBBGf9hHBBgBOLfMA4rCMM4v0EEQAAxAg1QAtL3QKL3kDXCGf9BjH8gtQABBFLMALWADWYCC5JFDFCVTHBDoEASpIsFSeA/VAcjQACBzGwEMuqRlYO0n4T5BFlwGxBXAPEfmCDMzE4g1gTiD0AsgGx7AhDfARnHguYkYyDWYkJzUigQX4cJgiypBuI1MNufAvFSIG6DaQEIIJDj7YD0QSifG4i/MWABIN2HoF5OBuKvUPuYsCmEgXlQDT1A/BeqCatCGCiFajgE1XAXOYSwAU8gVoIq/M+EQxEf1K0gRbYgG7ApBCn4CMTpUCccQXfjN6iiHqiCWeieWQjEn4F4N1RBKTa3AAQQKMC3AOnXQJyIx2NgX+sDsRQ0VsJwKQRZLQvEn6CxPwWfQhAQhCb8bCBuxKeQAZpLQBmiDogL8SmE5U4Q6APiaHwKQSZyQdlLgNgDX6L4DsRCUPZ2IDbCpRAE3gOxHJR9FojVmfCE8WOoIlBodOJTCEqPBkB8FYgDcCkE5TIbIH4LxIa43DgNiIOhnhLH5esGIM4E4p/QuMcajtlIZQ4nrphBThCs6OURTKEDEK+C8jmQyyZ0hfuRUtBPXGEFEGCgFL4ISMcC8Rcg5gHiTUAcDy3cSAYgm+OA2BGav0DAFxrVoDzHTo6BIHAAmr0ikLwDsugHEHcTKHjw5oOV0CjJgRZjIFACTWdVSDUN0QbCwFSoq5qQxFqhZVMqOQbCQD00HKcjJYNZ0AgMJsdAEPgFxFlAzA/Ea6FiXNCM8hKaWUgyEAZARV0IEEvAymkgEAbiw0B8HlqPkmQgDIBcBaoOlYH4AlRMG4ivAfEGcgxkgBbOq6D19R9oPjwFxOWkGigILQAfwQoYKBtksDkQ3yTWQFDaXADE74DYHSr2GVqbgrx+jthIYYTmlG/Q/M0AzT2gvC8AxDtISTZl0PApgfJBOacImmSW4Ksm0QGoXp0BrbtgoAla2f0jFDbIBnpBbRZEy4KFsKYjMYAFmqZA7S4ZJBeshrbtvpGankAGMgPxRWgLC1TdNcMav+QAAKQto0ALSpiFAAAAAElFTkSuQmCC)!important;
}

.product-callout .fl-callout-text {
    max-width: 100% !important;
    padding: 15px 0px !important;
    color: #33333A;
}

.product-callout .callout-link__text {
    background-image: url('./assets/images/arrow-gray-right-small.png') !important;
    padding-right: 22px !important;
    background-repeat: no-repeat !important;
    background-size: 8px 16px !important;
    background-position: right center !important;
    color: #33333A !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.product-callout a.fl-callout:hover .callout-link__text {
    background-image: url('./assets/images/arrow-green-right-small.png') !important;
    color: #26c196 !important;
    text-decoration: none !important;
}

.french-corners .fl-col-content {
    max-width: 520px;
}

/* Product Archive Intro Text*/
.product-category__intro-text__wrapper .fl-module-content.fl-node-content,
.product-category__intro-text__wrapper .fl-row-content-wrap {
    margin: -1px 0;
    padding: 0;
}

.fl-builder-edit .product-category__intro-text__wrapper .fl-module-content.fl-node-content {
    margin: 20px;
}

.product-category__intro-text {
    /*max-width: 660px;
    margin: 0 auto;*/
    padding: 40px 20px;
}

/* Product achive menu */
.product-category__menu {
    padding: 16px 0 4px 0;
    list-style-type: none;
    display: inline-block;
    max-width: calc(100vw - 40px);
}

.fl-theme-builder-archive-blog .product-category__menu {
    padding-left: 0;
}

.product-category__menu > li {
    display: inline-block;
    padding: 9px;
}

.product-category__menu > li.uncategorized {
    display: none;
}

.product-category__menu > li > a {
    color: #5c5c63;
    padding: 14px 0;
    font-size: 13px;
}

.product-category__menu > li:hover a {
    color: #000000;
    border-bottom: 2px solid #26c196!important
}

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

    .product-category__menu > li {
        padding: 10px 0px;
        margin-right: 50px;
    }
    
    .product-category__menu > li > a {
        font-size: 16px;
    } 

}

/* Product CTA Custom */
.jlt-custom__button > .fl-module-content {
    margin: 0;
}

/* Product Specs - Key Features */
.specs-column.spec-item__key-features > h4 {
    margin-top: 20px;
}

.specs-column.spec-item__key-features > ul {
    padding-left: 15px;
}

.tab-specs .tab-selection,
.tab-specs .key-features-tab {
    text-decoration: none;
}

.single-product .product-family__items > a {
    color: #000000;
    display: inline-block;
    margin-top: 10px;
    border-bottom: 1px solid rgba(38,193,150);
    padding-bottom: 1px;
}

#home-link {
    padding: 0;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#home-link > a {
    color: #ffffff;
    padding-right: 20px;
    opacity: .7;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .07em;
}

@media screen and (min-width: 768px) {
    #home-link {
        text-align: left;
        padding-left: 20px;
        padding-right: 0;
    }
}

/* Ad template */
.ad-form__row h2 {
    margin-top: 0;
}

/* Ad template callout images */
.fl-theme-builder-singular-advertisement-page-template-global .fl-callout-photo .fl-photo-content {
    aspect-ratio: 1.56;
}

.fl-theme-builder-singular-advertisement-page-template-global .fl-callout-photo .fl-photo-content > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/* Home Alt - language template */
.home-contacts .contact-item {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .home-contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .home-contacts .contact-item {
        width: 48%;
    }

    .home-contacts .contact-item:nth-child(odd) {
        padding-right: 1%;
    }

    .home-contacts .contact-item:nth-child(even) {
        padding-left: 1%;
    }
}

.single-post #fixed-toolbar .current-menu-item a {
    border-bottom: none !important;
}

.press-accordion-tab .press-accordion-content {
    display: none;
    height: 0px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.press-accordion-tab.open .press-accordion-content {
    display: block;
    height: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.press-accordion-tab {
    padding: 5px 20px;
    background-color: #f4f4f4;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    position: relative;
}

.press-accordion-content {
    padding-top: 5px;
    padding-bottom: 10px;
}

.press-accordion-tab-icon {
    background-image: url(./assets/images/arrow-right.png);
    background-size: 6px 10px;
    background-repeat: no-repeat;
    height: 10px;
    width: 6px;
    position: absolute;
    right: 20px;
    top: 27px;
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.press-accordion-tab.open .press-accordion-tab-icon {
    -webkit-transform: translateY(-50%) rotate(270deg);
        -ms-transform: translateY(-50%) rotate(270deg);
            transform: translateY(-50%) rotate(270deg);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

/* PRESS RELEASE CSS - ROSS 09/05/2022 */

.press-release-wrap {
    max-width: 1240px;
    padding: 40px 20px;
    margin: 0 auto;
}

.gnw-right-text {
    margin: 40px 0;
}

.gnw-right-text-second {
    margin: -20px 0 40px 0;
}

.gnw-caption {
    margin: 0 0 60px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.gnw-duplicate-heading {
    display: none !important;
}

.gnw__content ul ul {
    padding: 0;
}

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

    .press-release-wrap .press-release-inner {
        width: 70%;
    }
    
    .press-release-inner > h1 {
        font-size: 44px;
    }

}
.gnw__content a,
.gnw__content a:link,
.gnw__content a:visited {
    color: #fe5002 !important;
}

.gnw__content a:hover,
.gnw__content a:focus {
    color: #d94400 !important;
}
/* Bouncing scroll arrow for hero components */
#scroll-arrow {
    position: absolute;
    bottom: -32.5vh;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    color: #fff;
    display: none;
}

.home #scroll-arrow {
    bottom: -28vh;
}

#scroll-arrow a {
    text-align: center;
    display: block;
    padding: 1em;
}

#scroll-arrow svg {
    width: 40px;
    height: auto;
    fill: white;
}

#scroll-arrow .bounce {
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}

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

    #scroll-arrow {
        display: block;
    }
    
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/* Customer Quotes Slider - June 2022 

background: #232331; navy blue
color: #E4E4E9; white

*/
.customer-quotes__slider {
    background: #232331;
    color: #ffffff;
    padding: 20px;
}

.customer-quotes__slider.featured {
    color: #33333a;
}

.customer-quotes__slider.featured {
    background: transparent;
}

.customer-quotes__slider:not(.square) {
    padding-left: 0;
    padding-right: 0;
}

.customer-quotes__slider.featured {
    padding: 0;
}

#customer-quotes .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-archive-square-cta {
    opacity: 0;
}

#customer-quotes .quotes-headline {
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
}

#customer-quotes:not(.square) .quotes-headline {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 25px;
}

#customer-quotes.featured .quotes-headline {
    color: #33333a;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
}

#customer-quotes .customer-quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: inherit;
    margin-bottom: 5px;
}

#customer-quotes blockquote {
    border: none;
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
}

#customer-quotes.featured figure {
    margin: 0;
}

#customer-quotes.featured blockquote {
    font-size: 17px;
    padding: 0 0 15px 0;
}

#customer-quotes:not(.square):not(.featured) blockquote {
    text-align: left;
    padding: 0 40px 20px 0;
}

#customer-quotes .quote-name {
    padding: 0 20px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

#customer-quotes.featured .quote-name {
    font-size: 17px;
}

#customer-quotes:not(.square):not(.featured) .quote-name {
    text-align: left;
    padding: 0 40px 40px 0;
}

#customer-quotes.featured .quote-name {
    padding: 0;
}

#customer-quotes .quote-name.company {
    font-weight: bold;
}

#customer-quotes .slick-dots li button:before,
#customer-quotes .slick-dots li.slick-active button:before {
    color: #ffffff;
}

#customer-quotes .quote-additional {
    font-size: 12px;
    max-width: 50%;
    line-height: 1.2;
    text-align: center;
    margin: 20px auto 10px auto;
}

#customer-quotes .slick-dots {
    position: inherit;
    bottom: 0;
}

#customer-quotes.slick-dotted.slick-slider {
    margin-bottom: 0;
}

/* Banner quotes */
#customer-quotes:not(.square):not(.featured) > figure {
    margin-bottom: 4rem;
}

#customer-quotes:not(.square) > figure > a {
    color: #ffffff !important;
}

#customer-quotes.featured > figure > a {
    color: #33333a !important;
}

/* Logo / Icon */
#customer-quotes .customer-logo__wrapper {
    width: 100px;
    height: 50px;
}

#customer-quotes.featured .customer-logo__wrapper {
    width: 200px;
    height: 75px;
    margin: 0 auto;
}

#customer-quotes.square .customer-logo__wrapper,
#customer-quotes.square i {
    margin: 0 auto 15px;
}

#customer-quotes:not(.square) i {
    margin: 0;
    text-align: left;
}

#customer-quotes img {
    background: #ffffff;
    border-radius: 5px;
    padding: 5px;
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
    width: 100%;
}

#customer-quotes i::before {
    font-size: 50px;
}

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

    .customer-quotes__slider {
        margin: 10px 10px 0 0;
    }

    .customer-quotes__slider:not(.square) {
        margin: 10px -10px 0 -10px;
    }

    .customer-quotes__slider.featured {
        margin: 0;
    }

    #customer-quotes:not(.square) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    #customer-quotes:not(.square) > figure {
        width: 33%;
    }

    #customer-quotes.featured > figure {
        width: 80%;
    }

}

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

    #customer-quotes.featured > figure {
        width: 66.666%;
    }

}

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

    #customer-quotes:not(.square):not(.featured) > figure {
        width: 25%;
        margin-bottom: 0;
    }

}

/* JLT Reasons repeater */
.jlt-reasons__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.jlt-reason {
    width: 100%;
    padding: 10px;
}

.jlt-reason__content {
    height: 100%;
    padding: 40px 20px;
    border: 1px solid rgba(99,99,125,.37);
}

.jlt-reason .feature-description {
    letter-spacing: .25px;
    font-size: 17px;
    line-height: 1.5em;
    color: #33333a;
    margin-bottom: 0;
}

.jlt-reason:hover h3 {
    color: #26c196;
}

@media screen and (min-width: 768px) {
    .jlt-reason {
        width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .jlt-reason {
        width: 33.33%;
    }
}

/* Content Hub */
.content-hub .facetwp-facet {
    margin: 0;
}

.content-hub .facetwp-type-search,
.content-hub .facetwp-type-reset {
    margin: 20px 0 0 0 !important;
}

.content-hub .facetwp-checkbox,
.content-hub .facetwp-radio {
    font-size: 14px;
}

/* width */
.content-hub ::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.content-hub ::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.content-hub ::-webkit-scrollbar-thumb {
  background: #26c196; 
}

/* Handle on hover */
.content-hub ::-webkit-scrollbar-thumb:hover {
  background: #26c196; 
}

.content-hub .fl-post-grid .fl-post-feed-post {
    margin-left: 20px;
    margin-right: 20px;
}

.content-hub .fl-post-grid .fl-post-feed-post .custom-post-container-meta > h3 {
    font-size: 22px;
}

.content-hub .facetwp-input-wrap {
    width: 100%;
}

.content-hub .facetwp-facet input.facetwp-search {
    min-width: inherit;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .content-hub > .fl-row-content-wrap > .fl-row-content > .fl-col-group > .fl-col > .fl-col-content > .fl-col-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .content-hub .custom-post-grid {
        padding-left: 20px;
    }

    .content-hub .filters-column .fl-col-content {
        position: sticky;
        top: 144px; /* Header height + 20px */
        padding-bottom: 20px;
    }

    .content-hub .filters-column .filter-column__content {
        max-height: calc(100vh - 215px);
        padding-bottom: 20px;
        overflow-y: auto;
    }

    .content-hub .fl-post-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap:  wrap;
            flex-wrap:  wrap;
    }

    .content-hub .fl-post-grid::before {
        content: none !important;
    }

    .content-hub .fl-post-grid .fl-post-feed-post {
        width:  calc(50% - 20px);
        margin-bottom: 40px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .content-hub .fl-post-grid .fl-post-feed-post {
        width:  calc(33.33% - 20px);
    }
}

.facetwp-checkbox .facetwp-expand {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.filter__wrapper > a {
    color: #33333a;
    font-weight: bold;
    display: block;
    margin: 20px 0 10px;
}

.facetwp-facet-content_hub_languages > .facetwp-radio:first-child {
	display: none !important;
}

@media screen and (max-width: 767px) {
    .filter__wrapper .facetwp-type-checkboxes:not(.active) {
        display: none;
    }

    .filter__wrapper > a {
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
    }

    .filter__wrapper > a::after {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(90deg);
            -ms-transform: translateY(-50%) rotate(90deg);
                transform: translateY(-50%) rotate(90deg);
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;
        right: -25px;
        width: 10px;
        height: 20px;
        background-image: url(/wp-content/themes/jlt-child-theme/assets/images/arrow-gray-right.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .filter__wrapper > a.active {
        color: #26C196 !important;
    }

    .filter__wrapper > a.active::after {
        -webkit-transform: translateY(-50%) rotate(270deg);
            -ms-transform: translateY(-50%) rotate(270deg);
                transform: translateY(-50%) rotate(270deg);
        background-image: url(/wp-content/themes/jlt-child-theme/./assets/images/arrow-green-right.png);
    }

}

@media screen and (min-width: 768px) {
    .filter__wrapper > a {
        pointer-events: none;
    }

    .filter__wrapper .facetwp-type-checkboxes {
        display: block !important;
    }
}

/* Single post - featured image adjustment */
.single-post .blog-single--featured .fl-photo-content {
    height: 0;
    position: relative;
    padding-bottom: 48%;
    width: 100%;
    overflow: hidden;
}

.single-post .blog-single--featured .fl-photo-content > img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

/* Home logo repeater */
.home--logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.home--logos img {
    width: 120px;
    margin: 10px 20px;
    height: auto;
}

@media screen and (min-width: 768px) {
    .home--logos {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .home--logos img {
        margin: 0 30px;
    }
}

@media screen and (min-width: 992px) {
    .home--logos {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .home--logos img {
        width: 10%;
        margin: 0;
    }
}

/**********
JLT US 2023
**********/

/* Callout */

.us-callout .fl-callout img {
    border-radius: 0px;
}

.us-callout .fl-callout-photo-above-title .fl-photo {
    margin-bottom: 40px;
}

.us-callout .fl-callout-title {
    padding-bottom: 20px;
}

.us-callout .fl-callout-text {
    max-width: 100%;
}

.orange-text-link .fl-button span.fl-button-text {
    color: #FF5101 !important;
    transition: 0.4s;
}

.orange-text-link .fl-button:hover span.fl-button-text {
    color: #26C196 !important;
    transition: 0.4s;
}

.orange-text-link .fl-button .fl-button-icon {
    color: #2C2C2C !important;
}

.blue-arrow .fl-button .fl-button-icon {
    color: #2C2C2C !important;
}

.fl-button .fl-button-icon {
    display: inline-block;
    margin-bottom: 3px;
}

/* Customer Quotes Slider */

.customer-quotes-slider img.customer-logo {
    max-height: 40px;
    margin-top: 10px;
}

.customer-quotes-slider .custom-post-container-inner {
    padding: 40px;
    background-color: rgba(255,255,255,0.1);
    border-radius: 50px;
    height: 100%;
}

.customer-quotes-slider .custom-post-container-meta,
.customer-quotes-slider .slick-text-container {
    height: 100%;
}

.customer-quotes-slider .slick-text-container {
    position: relative;
    padding-bottom: 150px
}

.customer-quotes-slider .slick-text-container p {
    margin-bottom: 0px;
}

.customer-quotes-slider .slick-text-container h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 65px;
    background-image: url(./assets/images/quote-icon.png);
    background-size: 45px 45px;
    background-repeat: no-repeat;
    font-family: 'Ruda', Arial, Helvetica, sans-serif;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.customer-quotes-slider .customer-meta {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.customer-quotes-slider .slick-track {
    display: flex !important;
}

.customer-quotes-slider .slick-slide {
    height: inherit !important;
}

.customer-quotes-slider .slick-next {
    top: -60px;
    right: 10px;
    background-image: url(./assets/images/next-arrow.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    transition: 0.4s;
}

.customer-quotes-slider .slick-prev {
    top: -60px;
    right: 60px;
    left: auto;
    background-image: url(./assets/images/prev-arrow.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    transition: 0.4s;
}

.slick-prev:hover, .slick-next:hover {
    opacity: 0.7;
    transition: 0.4s;
}

.slick-prev:before, .slick-next:before {
    display: none;
}

.customer-quotes-slider .slick-disabled {
    opacity: 0.5;
}

.customer-quotes-slider .gbp-slick-slider-container,
.customer-quotes-slider .slick-list {
    overflow: initial;
}

.customer-quotes-slider-container {
    overflow: hidden;
}

.fl-builder-edit .customer-quotes-slider-container {
    overflow: initial;
}

.customer-quotes-slider .custom-post-container-image {
    display: none !important;
}

.customer-link {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #fff;
    background-image: url('./assets/images/arrow-white-right.png');
    padding-right: 30px;
    background-repeat: no-repeat;
    background-size: 10px 20px;
    background-position: right center;
    transition: all 0.4s; 
    -webkit-transition: all 0.4s; 
    line-height: 20px;
    height: 20px;
    letter-spacing: 1.5px;
    font-size: 14px;
    text-transform: uppercase;
}

.customer-link:hover {
    color: rgba(38,193,150, 1) !important;
    background-image: url('./assets/images/arrow-green-right.png');
    text-decoration: none;
    transition: all 0.4s; 
    -webkit-transition: all 0.4s; 
}

@media screen and (max-width: 767px) {
    
    .customer-quotes-slider .custom-post-container-inner {
        padding: 40px 30px;
    }
    
    .customer-quotes-slider .slick-next {
        top: auto;
        bottom: -80px;
    }
    
    .customer-quotes-slider .slick-prev {
        top: auto;
        bottom: -80px;
    }
    
}


/* Partner Slider */

.partner-slider .custom-post-container-image {
    background-color: #E4E4E9;
    border-radius: 15px;
}

.partner-slider .custom-post-container-image img {
    margin: 0 auto;
    max-height: 97px;
}

.partner-slider .custom-post-container-meta {
    display: none !important;
}

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

    .partners-slider-container .fl-row-content {
        display: inline-block;
        width: 100%;
        font-size: 0;
    }
    
    .partners-slider-container .partners-title {
        display: inline-block;
        vertical-align: middle;
    }
    
    .partners-slider-container .partner-slider {
        display: inline-block;
        vertical-align: middle;
        max-width: calc(100% - 241px);
    }

}


/* Accordion */

.about-us-accordion .fl-accordion-item {
    margin-bottom: 0px;
    border-color: #33333a;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
}

.about-us-accordion.white-accordion .fl-accordion-item {
    border-color: #ffffff;
}

.about-us-accordion .fl-accordion-button {
    padding: 15px 0px;
    transition: 0.4s;
}

.about-us-accordion .fl-accordion-button:hover .fl-accordion-button-label {
    color: #26C196;
    transition: 0.4s;
}

.about-us-accordion .fl-accordion-button i {
    font-size: 25px;
    color: #33333a;
    opacity: 1;
}

.about-us-accordion.white-accordion .fl-accordion-button i {
    color: #ffffff;
}

.about-us-accordion .fl-accordion-content {
    padding: 10px 0px 10px 0px;
}

.about-us-accordion .fl-accordion-item-active .fl-accordion-button {
    border-bottom: 1px dashed #33333a;
}

.about-us-accordion.white-accordion .fl-accordion-item-active .fl-accordion-button {
    border-bottom: 1px dashed #ffffff;
}

.about-us-accordion .fl-accordion-button-label {
    font-size: 24px;
    color: #33333a;
    font-family: 'Ruda', Arial, Helvetica, sans-serif;
    letter-spacing: 0.5;
}

.about-us-accordion.white-accordion .fl-accordion-button-label {
    color: #ffffff;
}


/* Genral */

.max-width-standard .fl-col-content {
    max-width: 1240px;
    margin: 0 auto;
}

.mejs-overlay-button {
    background-image: url(./assets/images/play-btn.png) !important;
    background-size: 80px 80px !important;
    background-repeat: no-repeat !important;
    background-position: 0 !important;
}


/* Info Circle */

@media screen and (max-width: 1023px) {
    
    .info-circle-content {
        margin-bottom: 40px;
        border-radius: 20px;
        background-color: #393945;
        padding: 20px 30px;
        text-align: center;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .white-circle .info-circle-content {
        background-color: #e4e3e9;
    }

    .info-circle-tab {
        position: relative;
        width: 36px;
        height: 36px;
        background-color: #26C196;
        border-radius: 50%;
        z-index: 99;
        margin-bottom: 20px;
        font-size: initial;
        margin-left: auto;
        margin-right: auto;
        margin-top: -40px;
    }
    
    .info-circle-tab-inner h3 {
        margin-top: 4px;
    }
    
    .info-circle-tab .info-circle-tab-number {
        display: block !important;
        font-size: initial;
    }
    
    .info-circle-tab-number {
        display: none !important;
    }
    
    .info-circle-tab-inner h3 {
        font-size: 20px;
    }

}

.info-circle-tab-number {
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 0px;
}

.white-circle .info-circle-tab-number {
    color: #fff;
}

@media screen and (min-width: 1024px) {
    
    .info-circle-tab {
        display: none !important;
    }

    .info-circle-container {
        margin: auto;
        width: calc(100% - 700px);
        max-width: 100%;
        padding-bottom: calc(100% - 700px);
        height: 0;
        position: relative;
        box-sizing: border-box;
    }
    
    .info-circle-container:before {
        border: 10px solid #393945;
        content: ' ';
        width: calc(80% + 1px);
        height: calc(80% + 1px);
        left: 50%;
        top: 50%;
        z-index: 1;
        position: absolute;
        pointer-events: none;
        border-radius: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
    
    .white-circle .info-circle-container:before {
        border: 10px solid #e4e3e9;
    }
    
    .info-circle-content {
        position: relative;
        width: 56px;
        height: 56px;
        background-color: #26C196;
        border-radius: 50%;
        z-index: 99;
        position: absolute !important;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
    
    .info-circle-content.content-1 {
        left: calc(67.355349555717% - 5px);
        top: calc(13.961245279576% + 5px);
    }
    
    .info-circle-content.content-2 {
        left: calc(88.997116485054% - 3px);
        top: calc(41.099162632024% + 5px);
    }
    
    .info-circle-content.content-3 {
        left: calc(81.273259304939% - 0px);
        top: calc(74.939592066552% - 5px);
    }
    
    .info-circle-content.content-4 {
        left: 50%;
        top: calc(90% - 5px);
    }
    
    .info-circle-content.content-5 {
        left: calc(18.726740707497% + 0px);
        top: calc(74.939592082147% - 5px);
    }
    
    .info-circle-content.content-6 {
        left: calc(11.002883510508% + 3px);
        top: calc(41.099162651471% + 5px);
    }
    
    .info-circle-content.content-7 {
        left: calc(32.644650426312% + 5px);
        top: calc(13.96124528823% + 5px);
    }
    
    .info-circle-tab-inner {
        position: relative;
    }
    
    .info-circle-tab-inner h3 {
        position: absolute;
        width: 350px;
        font-size: 25px;
    }
    
    .info-circle-tab-inner.right h3 {
        text-align: left;
        left: 80px;
        top: -5px;
    }
    
    .info-circle-tab-inner.bottom h3 {
        text-align: center;
        top: 90px;
        -webkit-transform: translateX(calc(-50% + 28px)) translateY(-50%);
        -ms-transform: translateX(calc(-50% + 28px)) translateY(-50%);
        transform: translateX(calc(-50% + 28px)) translateY(-50%);
    }
    
    .info-circle-tab-inner.left h3 {
        text-align: right;
        right: 80px;
        top: -5px;
    }

}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    
    .info-circle-container {
        margin: auto;
        width: calc(100% - 600px);
        max-width: 100%;
        padding-bottom: calc(100% - 600px);
        height: 0;
        position: relative;
        box-sizing: border-box;
    }
    
    .info-circle-tab-inner h3 {
        font-size: 20px;
        width: 300px;
    }
    
}


/* Contact Icons */

.contact-icons {
    height: 50px !important;
    width: 50px !important;
    display: inline-block;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    margin-right: 10px;
    opacity: 0.7;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.contact-icons:hover {
    opacity: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.contact-icons.linkedin {
    background-image: url(./assets/images/linkedin-icon-dark.png);
}

.contact-icons.phone {
    background-image: url(./assets/images/phone-icon-dark.png);
}

.contact-icons.mail {
    background-image: url(./assets/images/mail-icon-dark.png);
}

.hide-winmate .product-category-single:last-of-type {
  display: none !important;
}


/* Product Pages */

.products-and-services-menu .menu li {
    margin: 0px 30px 0px 0px !important;
}

.products-and-services-menu .menu li a {
    padding-left: 0px;
    padding-right: 0px;
    color: #000000;
    margin-bottom: 8px;
    margin-top: 8px;
    border-bottom: 2px solid #e4e3e9;
    transition: 0.4s;
}

.products-and-services-menu .menu li a:hover {
    border-bottom: 2px solid #000;
    transition: 0.4s;
}

.products-and-services-menu {
    max-width: 100vw;
}

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

    .products-and-services-menu .menu li {
        margin: 0px 40px 0px 0px !important;
    }

}

/* New Header */



/* Search Bar */

.menu-container .search-bar form {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background-color: #26C196;
    margin: 0 0 0 auto;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-image: url(./assets/images/search-icon-white.png) !important;
    background-size: 20px 20px !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    border: 2px solid #fff;
}

.menu-container .search-bar input.fl-search-input {
    height: 40px;
    width: 0px;
    border-radius: 0px;
    border: 0px;
    background-color: #181825;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0);
    position: absolute;
    right: 0;
    z-index: 99998;
    top: -2px;
}

.menu-container .search-bar .fl-search-input:hover {
    opacity: 0.5;
}

.menu-container .search-bar input.fl-search-input.active {
    opacity: 1 !important;
    height: 40px !important;
    width: 380px !important;
    max-width: calc(100vw - 40px) !important;
    color: #ffffff;
    background-color: #fff !important;
    padding-left: 20px;
    cursor: text;
    color: #33333a;
    border-radius: 20px;
}

/* Add pseudo close to search input */
.menu-container .widget_search form {
    position: relative;
}

.menu-container .widget_search form.active:after {
    background-image: url(./assets/images/close-menu-icon.png) !important;
    background-size: 24px 24px !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-color: #26c196;
    content: '';
    cursor: pointer;
    position: absolute;
    z-index: 99999;
    right: -2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #fff;
}

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

    .menu-container .widget_search form.active:after {
        font-size: 25px;
    }

}

/* Hide header menu when ACF field is active */
.hide-menu header .fl-menu,
.hide-menu header .widget_search {
    display: none;
    visibility: hidden;
}

.hide-menu #header-language-switcher .fl-menu {
    display: block;
    visibility: visible;
}/* Hide header menu when ACF field is active */

/* Lang Switcher bug fix */
/*#header-language-switcher li:not(.lang-item) {*/
/*    display: none;*/
/*} */

@media screen and (min-width: 1024px) {
    .search-bar {
        top: calc(50% - 49px);
    }
}

@media screen and (min-width: 1440px) {
    
    .menu-container .search-bar .fl-search-input:focus {
        width: 637px;
    }
    
}

@media screen and (max-width: 767px) {
    
    .menu-container .search-bar .fl-search-input:focus {
        margin-left: auto;
        max-width: calc(100vw - 140px);
    }
    
}


/* Menu - Desktop */

.main-menu ul.menu {
    position: relative !important;
	width: 100%;
}

.main-menu li a {
    padding: 18px 0px !important;
    margin-right: 25px !important;
    margin-left: 25px !important;
}

.main-menu li:first-of-type a {
    margin-left: 0px !important;
}

.main-menu li:last-of-type a,
.main-menu li.last-menu-desktop a {
    margin-right: 0px !important;
}

.main-menu ul.sub-menu {
    width: 100% !important;
    padding: 5px !important;
}

.main-menu li.mega-menu-disabled {
    background-color: #e4e3e9 !important;
    border-radius: 4px !important;
    margin-bottom: 5px !important;
}

.main-menu li.mega-menu-disabled a {
    margin: 0px 10px !important;
    padding: 12px 0px !important;
    transition: 0.4s !important;
    color: #181825 !important;
    font-size: initial !important;
    line-height: 1.4 !important;
}

.main-menu li.mega-menu-disabled .sub-menu .left-nav .sub-menu a,
.main-menu li.mega-menu-disabled .sub-menu .right-nav-full .sub-menu a {
    margin: 0px 0px 5px !important;
    padding: 12px 26px 12px 10px !important;
    border-bottom: none !important;
}

.main-menu ul.sub-menu ul.sub-menu {
    margin-top: 10px !important;
    background-color: rgba(0,0,0,0) !important;
}

.main-menu ul.sub-menu li a {
    background-color: #fff !important;
    padding: 12px 26px 12px 10px !important;
    color: #181825 !important;
    margin: 5px !important;
    border-radius: 4px !important;
    transition: 0.4s;
    font-weight: 500 !important;
    position: relative !important;
}

.main-menu ul.sub-menu li a:before,
.main-menu li.mega-menu-disabled .fl-has-submenu-container:first-of-type a:before {
    background-image: url(./assets/images/menu-arrow.png) !important;
    background-size: 6px 10px !important;
    background-repeat: no-repeat !important;
    height: 10px !important;
    width: 6px !important;
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    content: "";
    transition: 0.4s;
}

.main-menu li.mega-menu-disabled.fl-active.fl-has-submenu .fl-has-submenu-container a:before {
    transform: translateY(-50%) rotate(90deg) !important;
    transition: 0.4s;
}

.main-menu li.mega-menu-disabled.fl-active.fl-has-submenu .sub-menu .fl-has-submenu a:before {
    transform: translateY(-50%) rotate(0deg) !important;
}

.main-menu.mobile-menu li.fl-has-submenu .sub-menu a {
    font-size: 14px !important;
    line-height: 20px !important;
}

.main-menu ul.sub-menu li a:hover:before,
.main-menu ul.sub-menu li.current-menu-item a:before,
.main-menu ul.sub-menu li.current-menu-item ul a:hover:before{
    filter: brightness(0) invert(1) !important;
}

.main-menu ul.sub-menu li a:hover,
.main-menu ul.sub-menu li.current-menu-item a,
.main-menu ul.sub-menu li.current-menu-item ul a:hover {
    background-color: #181825 !important;
    color: #fff !important;
    transition: 0.4s;
}

.main-menu .fl-menu-mobile-flyout {
    background-color: #181825 !important;
    text-align: left !important;
}

.main-menu .fl-menu-mobile-flyout .sub-menu .sub-menu {
    display: block !important;
}

.main-menu .fl-menu-mobile-flyout .sub-menu .sub-menu .fl-menu-toggle {
    display: none !important;
}

.main-menu .fl-menu-mobile-flyout .sub-menu {
    padding-top: 0px !important;
    border-radius: 4px !important;
    padding-bottom: 10px !important;
}

.main-menu .fl-menu-mobile-flyout .sub-menu li.top-nav a {
    margin-bottom: 5px !important;
}

.main-menu .fl-menu-mobile-flyout .sub-menu li:first-of-type a {
    margin-top: 0px !important;
}

.main-menu .fl-menu-mobile-flyout li.fl-has-submenu li.fl-has-submenu {
    margin-top: 10px !important;
}

.main-menu .fl-menu-mobile-flyout li.fl-has-submenu li.fl-has-submenu.center-nav,
.main-menu .fl-menu-mobile-flyout li.fl-has-submenu li.fl-has-submenu.bottom-nav,
.main-menu .fl-menu-mobile-flyout li.fl-has-submenu li.fl-has-submenu.right-nav {
    margin-top: 0px !important;
}

.main-menu .fl-menu-mobile-flyout .sub-menu .fl-menu-toggle {
    display: none !important;
}

.main-menu .fl-menu-mobile-flyout ul.sub-menu li ul a {
    max-width: calc(100% - 10px) !important;
}

.main-menu ul.sub-menu li.current-menu-item ul a {
    background-color: #F4F4F6 !important;
    color: #181825 !important;
    filter: none !important;
}

.main-menu ul.sub-menu li.current-menu-item ul a:before {
    filter: none !important;
}

.main-menu .left-nav,
.main-menu .left-nav .sub-menu,
.main-menu .right-nav-full,
.main-menu .right-nav-full .sub-menu {
    background-color: #fff !important;
}

.main-menu .left-nav,
.main-menu .right-nav-full {
    border-radius: 4px !important;
    margin: 5px !important;
    padding: 5px !important;
}

.main-menu .left-nav .fl-has-submenu-container a,
.main-menu .right-nav-full .fl-has-submenu-container a {
    margin: 0px !important;
}

.main-menu .left-nav .sub-menu li a,
.main-menu .right-nav-full .sub-menu li a {
    background-color: #F4F4F6 !important;
    border-left: 5px solid #26C196 !important;
    margin: 0px 0px 5px !important;
}

.main-menu .left-nav .sub-menu li:last-of-type a,
.main-menu .right-nav-full .sub-menu li:last-of-type a {
    margin-bottom: 0px !important;
}

.fl-menu .fl-has-submenu:hover > .sub-menu, .fl-menu .fl-has-submenu.focus > .sub-menu {
	z-index: 999999 !important;
}

.main-menu ul.fl-menu-horizontal li.mega-menu.fl-has-submenu:hover > ul.sub-menu, 
.main-menu ul.fl-menu-horizontal li.mega-menu.fl-has-submenu.focus > ul.sub-menu {
    display: inline-block !important;
    font-size: 0 !important;
    border-radius: 0px 0px 8px 8px;
	  z-index: 9 !important;
}

.main-menu ul.sub-menu .left-nav ul.sub-menu,
.main-menu ul.sub-menu .right-nav-full ul.sub-menu,
.main-menu ul.sub-menu .center-nav ul.sub-menu,
.main-menu ul.sub-menu .right-nav ul.sub-menu {
    padding: 0px !important;
}

.center-nav a,
.right-nav a {
    padding: 6px 10px !important;
    border-radius: 4px !important;
}

.label .sub-menu a:after {
    display: none !important;
}

.main-menu .mega-menu:hover .fl-has-submenu-container a {
    background-image: url(./assets/images/menu-hover-arrow.png) !important;
    background-size: 14px 8px !important;
    background-repeat: no-repeat !important;
    background-position: 50% 100%;
}

.main-menu .mega-menu:hover .sub-menu .fl-has-submenu-container a {
    background-image: none !important;
}

.desktop-menu {
    display: none !important;
}

.mobile-menu {
    display: block !important;
}

.mobile-menu .fl-menu-mobile-close {
    color: #fff !important;
    float: right !important;
    padding: 18px 18px !important;
    border-radius: 20px !important;
    background-color: #26C196 !important;
    margin-bottom: 15px !important;
    margin-top: 10px !important;
    background-image: url(./assets/images/close-menu-icon.png) !important;
    background-size: 24px 24px !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    transition: 0.4s !important;
    z-index: 999;
    position: relative;
}

.mobile-menu .fl-menu-mobile-close:hover {
    cursor: pointer !important;
    opacity: 0.8 !important;
    transition: 0.4s !important;
}

.mobile-menu .fl-menu-mobile-close i,
.desktop-header.search-bar,
#header-language-switcher.desktop-header,
.desktop-header {
    display: none !important;
}

.fl-builder-edit .mobile-menu,
.fl-builder-edit .desktop-header {
    display: block !important;
}

.fl-menu-mobile-toggle.hamburger {
    padding-right: 18px !important;
    padding-left: 20px !important;
}

.inline-header-items .fl-col-content {
    display: inline-block !important;
    vertical-align: middle !important;
    text-align: right !important;
    width: 100%;
}

.search-bar,
#header-language-switcher {
    display: inline-block !important;
    width: auto !important;
    vertical-align: middle !important;
}

.search-bar {
    padding: 21px 0px 20px !important;
}

#header-language-switcher {
    padding: 14px 0px 14px !important;
}

#header-language-switcher .pll-parent-menu-item .fl-has-submenu-container a {
    padding: 0px 50px 0px 0px !important;
    background-color: #fff !important;
    border-radius: 20px !important;
    position: relative !important;
}

#header-language-switcher .pll-parent-menu-item a {
    padding: 0px 35px 0px 0px !important;
    background-color: #fff !important;
    border-radius: 20px !important;
    position: relative !important;
}

#header-language-switcher .fl-has-submenu-container a img,
#header-language-switcher .pll-parent-menu-item a img {
    height: 40px !important;
    width: 40px !important;
    border-radius: 20px !important;
    border: 2px solid #fff !important;
}

#header-language-switcher .fl-has-submenu-container a span,
#header-language-switcher .pll-parent-menu-item a span {
    color: #181825 !important;
    font-weight: bold !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    line-height: 1 !important;
}

#header-language-switcher .fl-has-submenu-container .fl-menu-toggle {
    background-image: url(./assets/images/menu-arrow.png) !important;
    background-size: 6px 10px !important;
    background-repeat: no-repeat !important;
    transform: rotate(90deg) !important;
    background-position: 47% 50% !important;
}

#header-language-switcher .fl-has-submenu-container .fl-menu-toggle:before {
    display: none !important;
}

.hamburger .fl-menu-icon.svg-container {
    height: 30px !important;
    width: 34px !important;
    background-image: url(./assets/images/hamburger.png) !important;
    background-size: 34px 30px !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}

.hamburger .fl-menu-icon.svg-container svg {
    display: none !important;
}

#menu-language-switcher .current-menu-parent a {
    position: relative !important;
}

#menu-language-switcher .current-menu-parent .fl-has-submenu-container a:before {
    background-size: 40px 40px !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 20px !important;
    position: absolute !important;
    left: 0px;
    border: 2px solid #fff !important;
    content: " ";
}

#menu-language-switcher {
    position: relative !important;
}

#menu-language-switcher:after {
    background-size: 40px 40px !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 20px !important;
    position: absolute !important;
    left: 0px;
    border: 2px solid #fff !important;
    content: " ";
    position: absolute !important;
    top: 0px !important;
    display: none !important;
}

:lang(en-GB) #menu-language-switcher .current-menu-parent .fl-has-submenu-container a:before,
:lang(en-GB) #menu-language-switcher:after {
    background-image: url(./assets/images/uk-flag.png) !important;
}

:lang(sv-SE) #menu-language-switcher .current-menu-parent .fl-has-submenu-container a:before,
:lang(sv-SE) #menu-language-switcher:after {
    background-image: url(./assets/images/swedish-flag.png) !important;
}

:lang(fr-FR) #menu-language-switcher .current-menu-parent .fl-has-submenu-container a:before,
:lang(fr-FR) #menu-language-switcher:after {
    background-image: url(./assets/images/french-flag.png) !important;
}

:lang(de-DE) #menu-language-switcher .current-menu-parent .fl-has-submenu-container a:before,
:lang(de-DE) #menu-language-switcher:after {
    background-image: url(./assets/images/de-flag.png) !important;
}

:lang(it-IT) #menu-language-switcher .current-menu-parent .fl-has-submenu-container a:before,
:lang(it-IT) #menu-language-switcher:after {
    background-image: url(./assets/images/italy-flag.png) !important;
}

:lang(es-ES) #menu-language-switcher .current-menu-parent .fl-has-submenu-container a:before,
:lang(es-ES) #menu-language-switcher:after {
    background-image: url(./assets/images/spanish-flag.png) !important;
}

:lang(nl-NL) #menu-language-switcher .current-menu-parent .fl-has-submenu-container a:before,
:lang(nl-NL) #menu-language-switcher:after {
    background-image: url(./assets/images/ne-flag.png) !important;
}

:lang(en-US) #menu-language-switcher .current-menu-parent .fl-has-submenu-container a:before,
:lang(en-US) #menu-language-switcher:after {
    background-image: url(./assets/images/us-flag.png) !important;
}

#menu-language-switcher .current-menu-parent .fl-has-submenu-container a img {
    opacity: 0 !important;
}

#menu-language-switcher .current-menu-parent .fl-has-submenu-container {
    z-index: 99;
}

#menu-language-switcher .sub-menu {
    border-radius: 20px !important;
    margin-top: -40px !important;
    z-index: 1 !important;
    padding-top: 40px !important;
    min-width: 90px !important;
    padding-bottom: 0px !important;
}

#menu-language-switcher .sub-menu li a {
    padding: 8px 8px 4px !important;
    transition: 0.4s !important;
    position: relative !important;
}

#menu-language-switcher .sub-menu li a:hover span {
    color: #26C196 !important;
    transition: 0.4s !important;
}

#menu-language-switcher .sub-menu li img {
    width: 24px !important;
    height: 24px !important;
    border-radius: 20px !important;
}

#menu-language-switcher .sub-menu li a:before,
.main-menu .fl-menu-mobile-flyout ul.sub-menu li.lang-item a:before {
    background-size: 24px 24px !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    height: 24px !important;
    width: 24px !important;
    border-radius: 20px !important;
    position: absolute !important;
    left: 10px;
    content: " ";
}

.main-menu .fl-menu-mobile-flyout ul.sub-menu li.lang-item a:hover:before{
    filter: none !important;
}

#menu-language-switcher .sub-menu li.lang-item-sv a:before,
.main-menu .fl-menu-mobile-flyout ul.sub-menu li.lang-item-sv a:before {
    background-image: url(./assets/images/swedish-flag.png) !important;
}

#menu-language-switcher .sub-menu li.lang-item-en a:before,
.main-menu .fl-menu-mobile-flyout ul.sub-menu li.lang-item-en a:before {
    background-image: url(./assets/images/uk-flag.png) !important;
}

#menu-language-switcher .sub-menu li.lang-item-fr a:before,
.main-menu .fl-menu-mobile-flyout ul.sub-menu li.lang-item-fr a:before {
    background-image: url(./assets/images/french-flag.png) !important;
}

#menu-language-switcher .sub-menu li.lang-item-de a:before,
.main-menu .fl-menu-mobile-flyout ul.sub-menu li.lang-item-de a:before {
    background-image: url(./assets/images/de-flag.png) !important;
}

#menu-language-switcher .sub-menu li.lang-item-it a:before,
.main-menu .fl-menu-mobile-flyout ul.sub-menu li.lang-item-it a:before {
    background-image: url(./assets/images/italy-flag.png) !important;
}

#menu-language-switcher .sub-menu li.lang-item-es a:before,
.main-menu .fl-menu-mobile-flyout ul.sub-menu li.lang-item-es a:before {
    background-image: url(./assets/images/spanish-flag.png) !important;
}

#menu-language-switcher .sub-menu li.lang-item-us a:before,
.main-menu .fl-menu-mobile-flyout ul.sub-menu li.lang-item-us a:before {
    background-image: url(./assets/images/us-flag.png) !important;
}

#menu-language-switcher .sub-menu li.lang-item-nl a:before,
.main-menu .fl-menu-mobile-flyout ul.sub-menu li.lang-item-nl a:before {
    background-image: url(./assets/images/ne-flag.png) !important;
}

.fl-menu-mobile-flyout li.lang-item {
    display: inline-block !important;
    width: calc(33.333% - 6px) !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
}

.main-menu .fl-menu-mobile-flyout ul.sub-menu li.lang-item a {
    background-color: #e4e3e9 !important;
}

.main-menu .fl-menu-mobile-flyout ul.sub-menu li.lang-item a img {
    display: none !important;
}

.main-menu.mobile-menu li.fl-has-submenu .sub-menu li.lang-item a {
    margin: 0px !important;
}

.main-menu .fl-menu-mobile-flyout .language-switch .sub-menu {
    width: calc(100% + 5px) !important;
    padding: 5px 0px !important;
    display: inline-block !important;
    font-size: 0;
}

.fl-menu-mobile-flyout li.lang-item a {
    margin: 0px 5px !important;
}

#menu-language-switcher .sub-menu li span,
.main-menu .fl-menu-mobile-flyout ul.sub-menu li.lang-item span {
    color: #181825 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    padding-left: 15px !important;
}

.main-menu .fl-menu-mobile-flyout ul.sub-menu li.lang-item a {
    padding: 14px 10px 14px 10px !important;
    border: 2px solid #e4e3e9 !important;
    transition: 0.4s !important;
}

.main-menu .fl-menu-mobile-flyout ul.sub-menu li.lang-item a:hover {
    border: 2px solid #181825 !important;
    transition: 0.4s !important;
}

.main-menu .fl-menu-mobile-flyout ul.sub-menu li.lang-item.current-lang a {
    border: 2px solid #26C196 !important;
    transition: 0.4s !important;
    background-image: url(./assets/images/green-language-arrow.png) !important;
    background-size: 16px 10px !important;
    background-repeat: no-repeat !important;
    background-position: 50% calc(100% + 2px) !important;
}

.main-menu .fl-menu-mobile-flyout ul.sub-menu li.lang-item span {
    text-align: center !important;
    display: block !important;
    width: 50% !important;
    padding: 0px !important;
    margin-left: auto !important;
}

.main-menu #menu-main-navigation-us-1 ul.sub-menu ul.sub-menu {
    margin: 10px 0px 0px !important;
    padding: 0px !important;
    font-size: 0;
}

.main-menu #menu-main-navigation-us-1 ul.sub-menu .left-nav ul.sub-menu,
.main-menu #menu-main-navigation-us-1 ul.sub-menu .right-nav-full ul.sub-menu {
    margin: 5px 0px 0px !important;
} 

@media screen and (max-width: 899px) {
    
    .language-switch .sub-menu {
        display: inline-block !important;
    }
    
    .language-switch .fl-has-submenu-container a {
        margin-left: 5px !important;
        padding: 0px !important;
        margin-top: 20px;
        margin-bottom: 10px;
        cursor: default !important;
        display: block !important;
    }
    
    .language-switch a {
        display: none;
    }
    
    .language-switch .sub-menu a {
        display: block !important;
    }
    
    .language-switch .fl-has-submenu-container .fl-menu-toggle {
        display: none !important;
    }

    .menu-container {
        display: inline-block !important;
        font-size: 0 !important;
        width: 100% !important;
    }
    
    .menu-container .logo-container,
    .menu-container .mobile-menu-container {
        width: calc(50% - 1px) !important;
        display: inline-block !important;
        font-size: initial !important;
        vertical-align: middle !important;
    }
    
    .search-bar {
        padding: 10px 0px 10px !important;
    }
    
    #header-language-switcher {
        padding: 10px 0px 10px !important;
    }
    
    .fl-theme-builder-header-full-width {
        font-size: 0;
        line-height: 0;
    }
    
    .fl-page {
        font-size: initial !important;
    }

}

@media screen and (min-width: 768px) and (max-width: 899px) {
    
    .fl-menu-mobile-toggle.hamburger {
        padding-top: 30px !important;
        padding-bottom: 29px !important;
    }
    
}

@media screen and (min-width: 900px) {
    
    .desktop-menu,
    .desktop-header {
        display: block !important;
    }
    
    .desktop-header.search-bar,
    #header-language-switcher.desktop-header {
        display: inline-block !important;
    }
    
    .main-menu .pll-parent-menu-item,
    .mobile-menu,
    .mobile-header,
    .mobile-header.search-bar,
    #header-language-switcher.mobile-header,
    .desktop-menu .lang-item,
    .language-switch {
        display: none !important;
    }
    
    #menu-language-switcher .sub-menu .current-lang {
        display: none !important;
    }
    
    .label a:after {
        display: block !important;
        font-size: 14px !important;
        line-height: 20px !important;
        margin-top: 10px;
    }
    
/*
    .label.solutions a:after {
        content: "Solutions Lorem ipsum dolor sit amet, consectetur adipiscing elit" !important;
    }
    
    .label.warehousing a:after {
        content: "Warehousing Lorem ipsum dolor sit amet, consectetur adipiscing elit" !important;
    }
    
    .label.products a:after {
        content: "Products Lorem ipsum dolor sit amet, consectetur adipiscing elit" !important;
    }
    
    .label.vehicle-mount-computers a:after {
        content: "Vehicle mount computers Lorem ipsum dolor sit amet, consectetur adipiscing elit" !important;
    }
    
    .label.rugged-tablets a:after {
        content: "Rugged tablets Lorem ipsum dolor sit amet, consectetur adipiscing elit" !important;
    }
    
    .label.partnership a:after {
        content: "Partnership Lorem ipsum dolor sit amet, consectetur adipiscing elit" !important;
    }
    
    .label.knowledge a:after {
        content: "Knowledge Lorem ipsum dolor sit amet, consectetur adipiscing elit" !important;
    }
*/

    .left-nav,
    .right-nav-full {
        display: inline-block !important;
        width: calc(50% - 11px) !important;
        font-size: initial !important;
        vertical-align: top !important;
    }
    
    .center-nav,
    .right-nav {
        display: inline-block !important;
        width: calc(25% - 1px) !important;
        font-size: initial !important;
        vertical-align: top !important;
    }
    
    .inline-block-btn {
        display: inline-block !important;
        min-width: 150px !important;
		vertical-align: top !important;
    }
    
    .inline-block-btn.row-5 {
        max-width: calc(20% - 1px) !important;
        min-width: 150px !important;
    }
    
    .inline-block-btn.row-3 {
        max-width: calc(33.33% - 1px) !important;
        min-width: 150px !important;
    }
    
    .inline-block-btn.row-2 {
        max-width: calc(33.33% - 1px) !important;
    }
    
    .main-menu ul.sub-menu li a,
    .main-menu #menu-main-navigation-us-1 ul.sub-menu li a {
        padding: 16px 26px 16px 10px !important;
    }
    
    .main-menu ul.sub-menu .center-nav a,
    .main-menu ul.sub-menu .right-nav a,
    .main-menu ul.sub-menu .sub-menu li a,
    .main-menu ul.sub-menu .inline-block-btn.row-5 a {
        padding: 12px 26px 12px 10px !important;
    }
    
    .main-menu ul.sub-menu {
        background-color: #e4e3e9 !important;
    }
    
    .main-menu #menu-main-navigation-us-1 li a,
    .main-menu #menu-main-menu-new-french-1 li a,
    .main-menu #menu-main-menu-new-swedish-1 li a,
    .main-menu #menu-main-menu-new-italian-1 li a {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
    
    .main-menu #menu-main-navigation-us-1 li:first-of-type a,
    .main-menu #menu-main-menu-new-french-1 li:first-of-type a,
    .main-menu #menu-main-menu-new-swedish-1 li:first-of-type a,
    .main-menu #menu-main-menu-new-italian-1 li:first-of-type a {
        margin-left: 0px !important;
    }
    
    .main-menu #menu-main-navigation-us-1 li:last-of-type a,
    .main-menu #menu-main-navigation-us-1 li.last-menu-desktop a,
    .main-menu #menu-main-menu-new-french-1 li:last-of-type a,
    .main-menu #menu-main-menu-new-french-1 li.last-menu-desktop a,
    .main-menu #menu-main-menu-new-swedish-1 li:last-of-type a,
    .main-menu #menu-main-menu-new-swedish-1 li.last-menu-desktop a,
    .main-menu #menu-main-menu-new-italian-1 li:last-of-type a,
    .main-menu #menu-main-menu-new-italian-1 li.last-menu-desktop a {
        margin-right: 0px !important;
    }
    
    .main-menu #menu-main-navigation-us-1 ul.sub-menu li a,
    .main-menu #menu-main-menu-new-french-1 ul.sub-menu li a,
    .main-menu #menu-main-menu-new-swedish-1 ul.sub-menu li a,
    .main-menu #menu-main-menu-new-italian-1 ul.sub-menu li a {
        padding: 16px 26px 16px 10px !important;
        margin: 5px !important;
    }

}

@media screen and (min-width: 1024px) {
    
    .main-menu #menu-main-navigation-us-1 li a,
    .main-menu #menu-main-menu-new-french-1 li a,
    .main-menu #menu-main-menu-new-swedish-1 li a,
    .main-menu #menu-main-menu-new-italian-1 li a {
        padding: 18px 0px !important;
        margin-right: 25px !important;
        margin-left: 25px !important;
    }
    
    .main-menu #menu-main-navigation-us-1 li:first-of-type a,
    .main-menu #menu-main-menu-new-french-1 li:first-of-type a,
    .main-menu #menu-main-menu-new-swedish-1 li:first-of-type a,
    .main-menu #menu-main-menu-new-italian-1 li:first-of-type a {
        margin-left: 0px !important;
    }
    
    .main-menu #menu-main-navigation-us-1 li:last-of-type a,
    .main-menu #menu-main-navigation-us-1 li.last-menu-desktop a,
    .main-menu #menu-main-menu-new-french-1 li:last-of-type a,
    .main-menu #menu-main-menu-new-french-1 li.last-menu-desktop a,
    .main-menu #menu-main-menu-new-swedish-1 li:last-of-type a,
    .main-menu #menu-main-menu-new-swedish-1 li.last-menu-desktop a,
    .main-menu #menu-main-menu-new-italian-1 li:last-of-type a,
    .main-menu #menu-main-menu-new-italian-1 li.last-menu-desktop a {
        margin-right: 0px !important;
    }
    
    .main-menu #menu-main-navigation-us-1 ul.sub-menu li a,
    .main-menu #menu-main-menu-new-french-1 ul.sub-menu li a,
    .main-menu #menu-main-menu-new-swedish-1 ul.sub-menu li a,
    .main-menu #menu-main-menu-new-italian-1 ul.sub-menu li a {
        padding: 16px 26px 16px 10px !important;
        margin: 5px !important;
    }
    
}


/* Competitor Matrix */

.head-inner-text {
	font-size: 15px !important;
	font-weight: 600 !important;
	letter-spacing: 0.5px !important;
	margin-top: 20px !important;
	margin-bottom: 10px !important;
}

.table-header-th a {
	font-size: 15px !important;
	font-weight: 600 !important;
	letter-spacing: 0.5px !important;
	margin-top: 20px !important;
	margin-bottom: 10px !important;
	color: #33333a !important;
	display: block !important;
}

.table-header-th a:hover {
	color: #26c196 !important;
}

.uabb-table .table-header-th .th-style {
	padding-right: 25px !important;
}

.table-header-th {
	padding: 0px !important;
	border: 0px !important;
	border-bottom: 2px solid #33333a !important;
	text-align: left !important;
}

.table-body-td {
	padding: 10px 25px 10px 0px !important;
	border: 0px !important;
	border-bottom: 1px solid #33333a !important;
	text-align: left !important;
}

.content-text {
	font-size: 15px !important;
	line-height: 22px !important;
}

/* ### Incident page ### */

#form_report-incident button {
    background: transparent !important;
    color: #33333a !important;
    border: 1px solid #33333a !important;
    font-size: 13px !important;
    text-transform: capitalize !important;
    margin: auto;
}

#form_report-incident button:hover {
    color: #26C196 !important;
    border: 1px solid #26C196 !important;
}

#form_report-incident textarea {
    resize: none;
    overflow-y: auto !important; 
}

li.hidden {
    visibility: hidden;
}

/* Sub menu behind secondary menu fix */

.sub-menu {
    z-index: 99;
}

/* Breadcrumbs */

.breadcrumbs {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 12px;
}

.breadcrumb-arrow {
    display: inline-block;
    width: 10px;
    height: 9px;
    background-image: url(./assets/images/arrow-white-right.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.breadcrumb-arrow-gray {
    display: inline-block;
    width: 10px;
    height: 9px;
    background-image: url(./assets/images/arrow-gray-right.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}