@charset "UTF-8";

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/* DO NOT USE @IMPORTS IN YOUR PRODUCTION CSS FILE    */
/* USE INCLUDES BELOW INSTEAD OR A LINK TAG FOR FONTS */
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/****************************************/
/* Nessery Hubspot Boilerplate Styles   */
/* I removed everything unessesary      */
/****************************************/
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);

/* Images */
img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    height: 0;
    padding-bottom: 56.25%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}



/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}



/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}


/* FONTS */
@font-face {
  font-family: 'montserrat';
  src: url('https://www.compuquip.com/hubfs/Fonts/Montserrat-fonts/montserrat-bold-webfont.woff2') format('woff2'),
    url('https://www.compuquip.com/hubfs/Fonts/Montserrat-fonts/montserrat-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;

}

@font-face {
  font-family: 'montserrat';
  src: url('https://www.compuquip.com/hubfs/Fonts/Montserrat-fonts/montserrat-italic-webfont.woff2') format('woff2'),
    url('https://www.compuquip.com/hubfs/Fonts/Montserrat-fonts/montserrat-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: italic;

}

@font-face {
  font-family: 'montserrat';
  src: url('https://www.compuquip.com/hubfs/Fonts/Montserrat-fonts/montserrat-light-webfont.woff2') format('woff2'),
    url('https://www.compuquip.com/hubfs/Fonts/Montserrat-fonts/montserrat-light-webfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;

}

@font-face {
  font-family: 'montserrat';
  src: url('https://www.compuquip.com/hubfs/Fonts/Montserrat-fonts/montserrat-medium-webfont.woff2') format('woff2'),
    url('https://www.compuquip.com/hubfs/Fonts/Montserrat-fonts/montserrat-medium-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;

}

@font-face {
  font-family: 'montserrat';
  src: url('https://www.compuquip.com/hubfs/Fonts/Montserrat-fonts/montserrat-mediumitalic-webfont.woff2') format('woff2'),
    url('https://www.compuquip.com/hubfs/Fonts/Montserrat-fonts/montserrat-mediumitalic-webfont.woff') format('woff');
  font-weight: 600;
  font-style: italic;

}

@font-face {
  font-family: 'montserrat';
  src: url('https://www.compuquip.com/hubfs/Fonts/Montserrat-fonts/montserrat-regular-webfont.woff2') format('woff2'),
    url('https://www.compuquip.com/hubfs/Fonts/Montserrat-fonts/montserrat-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserrat';
  src: url('https://www.compuquip.com/hubfs/Fonts/Montserrat-fonts/montserrat-semibold-webfont.woff2') format('woff2'),
    url('https://www.compuquip.com/hubfs/Fonts/Montserrat-fonts/montserrat-semibold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}





/*****************************************/
/* Variables                             */
/*****************************************/

/* Colors */







/* Compuquip Colors */












/* --- 2022 update --- */
 /* -- now blue -- */






/* Fonts */






/*****************************************/
/* Macros                                */
/*****************************************/
/* IF NEEDED */



/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Document Level 
*******************************************************************/
body {
  height: initial !important;
}   
html, body {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* Reset Min Height */
.row-fluid [class*="span"] {
  min-height: 0;
}

/* HTML 5 Reset 
*******************************************************************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

.hs-cta-img {
  height: auto;
}
/* Typography 
*******************************************************************/

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  color: #767676;
  color: #4f4f4f;
  color:#292929;
  font-weight: 400;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0px;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
h1 {
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: 0px;
  font-weight: 600;
}

h2 {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0px;
  font-weight:bold;
  font-size:1.5em;
}

.h3,
h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0px;
  font-weight:normal;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0px;
}

h5 {
  font-size: .875rem;
  line-height: 1.4;
  letter-spacing: 0px;
}

h6 {
  font-size: .75rem;
  line-height: 1.4;
  letter-spacing: 0px;
}


/* Section Titles */
.fw-cta h2,
h2,
h2.section-title {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 3rem;
  margin-bottom: 0.9em;
}

.fw-cta h2:after,
h2.section-title__left:after,
.section-title:after {
  position: absolute;
  content:"";
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #1e97f7;
  width: 30px;
  bottom: 0;
  left: calc(50% - 15px);
}

h2.section-title {
  padding-bottom: 1em;
}

.fw-cta h2,
h2.section-title__left{
  text-align:left;
  padding-bottom:0.5em;
}

.fw-cta h2:after,
h2.section-title__left:after{
  left:0;
}

.white h2:after{
  border-color: #fff;
}



@media screen and (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.4em;
  }

  .h3,
  h3 {
    font-size: 1.35rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: .875em;
  }

  h6 {
    font-size: .75em;
  }
  .section-title:after {
    bottom: -1rem;
  }

  h2.section-title:after{
    bottom: 0;
  }
}

a {
  color: #1e97f7;
}
a:hover,
a:focus {
  color: #5ab595;
  text-decoration: none;
}

blockquote {
  border-color: #e6e6e6;
}
pre {
  overflow-x: auto;
}
table pre {
  white-space: pre-wrap;
}

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

.sub-text {
  max-width: 800px;
  margin: auto !important;
  float: none !important;
  width:100%;
  padding-bottom: 2rem;
}


@media (max-width:768px){
  body {
    font-size: 15px;
  }
}    
/* Third Party Software Supporting Styles 
*******************************************************************/

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}
.wp-float-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img {
  max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {
  line-height: 0;
}
.recaptchatable #recaptcha_response_field {
  min-height: 0;line-height: 12px;
}


/* Structure 
*******************************************************************/
.page-wrap {
  margin: 0 auto !important;
  padding: 3.125rem 1rem;
  max-width: calc(1200px + 2rem);
  float: none !important;
  position:relative;
  width:100%;
  z-index:1;
}
.page-wrap--collapse {
  padding: 0;
}

.page-wrap--narrow{
  max-width:900px;
}

.page-wrap--large{
  max-width:1600px;
}

.page-wrap--small{
  max-width:700px;
}



/* Padding Options
*******************************************************************/
.pt0 {
  padding-top:  0;
}

.pb0 {
  padding-bottom:  0;
}

.ptb0 {
  padding-bottom:  0;
  padding-top:  0;
}


/* Custom Backgrounds
*******************************************************************/
.bg--green, .bg--green-bg {
  background-color: #1e97f7;
}
.bg--lgreen {
  background-color: #5ab595;
}
.bg--dgreen, .bg--dgreen-bg {
  background-color: #6546f8;
}
.bg--blue {
  background-color: #04395e;
}
.bg--lblue {
  background-color: #6546f8;
}
.bg--dblue {
  background-color: #6546f8;
}
.bg--orange {
  background-color: #fa9f42;
}
.bg--white {
  background-color: #FFFFFF;
}
.bg--black {
  background-color: #222222;
}
.bg--lgrey {
  background-color: #f2f2f2;
}

.bg--gradient {
  background-color: 
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#02966c+0,04395e+100 */
        background: #02966c; /* Old browsers */
        background: -moz-linear-gradient(left, #02966c 0%, #04395e 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #02966c 0%,#04395e 100%); /* Chrome10-25,Safari5.1-6 */
        background-image: linear-gradient(315deg,#0b0920 0%,#241d5d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02966c', endColorstr='#04395e',GradientType=1 );  /* IE6-9 */
    ;
}

.bg--g-gradient {
    background-color: /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#02966c+0,04395e+100 */ background: #02966c;
    background: -moz-linear-gradient(left, #02966c 0%, #2C685D 100%);
    background: -webkit-linear-gradient(left, #02966c 0%,#2C685D 100%);
    background: linear-gradient(to right, #02966c 0%,#2C685D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02966c', endColorstr='#2C685D',GradientType=1 );
}

.bg--gradient-down{
  background-color:
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#04395e+0,02966c+100 */
        background: #04395e; /* Old browsers */
        background: -moz-linear-gradient(top, #04395e 0%, #02966c 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #04395e 0%,#02966c 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #04395e 0%,#02966c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04395e', endColorstr='#02966c',GradientType=0 ); /* IE6-9 */
    ;
}


.bg--green h2:after {
  border-color: #fff;
}

.bg-position_top{
  background-position:top !important;
}

.bg-position_bottom{
  background-position:bottom !important;
}

.bg-position_center{
  background-position:center !important;
}

/*font colors*/
.white, .white h1, .white h2, .white h3, .white h4, .white h4, .white p, .white div, .white a {
  color: #fff;
}

.green{
  color:#1e97f7 !important;
}


/* Custom Background Text
*******************************************************************/



/* green Background & #FFFFFF Text */
.bg--green h1,
.bg--green h2,
.bg--green h3,
.bg--green h4,
.bg--green h5,
.bg--green h6,
.bg--green p,
.bg--green li,
.bg--green ol {
  color: #FFFFFF;
}


/* lgreen Background & #FFFFFF Text */
.bg--lgreen h1,
.bg--lgreen h2,
.bg--lgreen h3,
.bg--lgreen h4,
.bg--lgreen h5,
.bg--lgreen h6,
.bg--lgreen p,
.bg--lgreen li,
.bg--lgreen ol {
  color: #FFFFFF;
}


/* dgreen Background & #FFFFFF Text */
.bg--dgreen h1,
.bg--dgreen h2,
.bg--dgreen h3,
.bg--dgreen h4,
.bg--dgreen h5,
.bg--dgreen h6,
.bg--dgreen p,
.bg--dgreen li,
.bg--dgreen ol {
  color: #FFFFFF;
}


/* blue Background & #FFFFFF Text */
.bg--blue h1,
.bg--blue h2,
.bg--blue h3,
.bg--blue h4,
.bg--blue h5,
.bg--blue h6,
.bg--blue p,
.bg--blue li,
.bg--blue ol {
  color: #FFFFFF;
}


/* lblue Background & #FFFFFF Text */
.bg--lblue h1,
.bg--lblue h2,
.bg--lblue h3,
.bg--lblue h4,
.bg--lblue h5,
.bg--lblue h6,
.bg--lblue p,
.bg--lblue li,
.bg--lblue ol {
  color: #FFFFFF;
}


/* dblue Background & #FFFFFF Text */
.bg--dblue h1,
.bg--dblue h2,
.bg--dblue h3,
.bg--dblue h4,
.bg--dblue h5,
.bg--dblue h6,
.bg--dblue p,
.bg--dblue li,
.bg--dblue ol {
  color: #FFFFFF;
}


/* orange Background & #04395e Text */
.bg--orange h1,
.bg--orange h2,
.bg--orange h3,
.bg--orange h4,
.bg--orange h5,
.bg--orange h6,
.bg--orange p,
.bg--orange li,
.bg--orange ol {
  color: #04395e;
}


/* white Background & #222222 Text */
.bg--white h1,
.bg--white h2,
.bg--white h3,
.bg--white h4,
.bg--white h5,
.bg--white h6,
.bg--white p,
.bg--white li,
.bg--white ol {
  color: #222222;
}


/* black Background & #FFFFFF Text */
.bg--black h1,
.bg--black h2,
.bg--black h3,
.bg--black h4,
.bg--black h5,
.bg--black h6,
.bg--black p,
.bg--black li,
.bg--black ol {
  color: #FFFFFF;
}


/* lgrey Background & #222222 Text */
.bg--lgrey h1,
.bg--lgrey h2,
.bg--lgrey h3,
.bg--lgrey h4,
.bg--lgrey h5,
.bg--lgrey h6,
.bg--lgrey p,
.bg--lgrey li,
.bg--lgrey ol {
  color: #222222;
}



/* Forms 
*******************************************************************/
.fieldset {
  width: 100%;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
  padding: .5rem .3rem .1rem .3rem;
  font-size: 1em;
  display: inline-block;
  width: 100%;
  border: 0 none;
  background: transparent;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-weight:400;
}

textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
select:hover,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus {
  outline: none;
}

input[type="text"][readonly] {
  background-color: rgba(34, 34, 34, .1);
}

/* multiple column forms */
fieldset.form-columns-3,
fieldset.form-columns-2,
fieldset.form-columns-1 {
  max-width: 100% !important;
}
fieldset.form-columns-1 input[type="text"],
fieldset.form-columns-1 input[type="tel"],
fieldset.form-columns-1 input[type="email"],
fieldset.form-columns-1 input[type="date"],
fieldset.form-columns-1 input[type="number"],
fieldset.form-columns-1 textarea,
fieldset.form-columns-1 select {
  width: 100% !important;
}

.inputs-list {
  list-style: none !important;
  padding: 1em 0 !important;
}

.hs-form-field {
  position: relative;
  margin-bottom: 2rem;
}

.field > label {
  /*position: absolute;*/
  pointer-events: none;
  color: #FFFFFF;
  top: 3px;
  left: .55em;
  font-weight: 300;
  margin-top: 0;
  display: block;
  font-size: 1em;
  z-index: 5;
  font-weight:400;
  -webkit-transition: top .125s ease, left .125s ease, font-size .125s ease, color .125s ease;
  transition: top .125s ease, left .125s ease, font-size .125s ease, color .125s ease;
}
.field > label.active {
  top: -1.5em;
  left: 0;
  font-size: 0.86rem;
  color: #6546f8;
}

.bg--blue form label.active,
.hs-form-module.bg--blue form label.active {
  color: #7e58ff;
}

.hs-fieldtype-checkbox>label{
  margin-bottom: 1em;
  display: block;
  padding-bottom: 1em;
  width: 100%;
}

.bg--blue form .hs-fieldtype-checkbox > label{
  color:#fff;
}

.hs-fieldtype-select.field {
  margin-top: 1.5rem;
}

legend.hs-field-desc {
  font-size: .7em;
  color: #6546f8;
}
.hs-input.error {
  border: 1px solid red;
}
.hs-error-msgs {
  list-style: none;
  color: red !important;
  margin: 0;
  font-size: .6em;
  padding: 0 0 0 !important;
  font-weight: 300;
  position:absolute;
}
.hs-error-msgs li {
  color: red;
}



/*New global form edits*/
form .hs-richtext {
  font-size: 0.8em;
  font-weight:  lighter;
  color: #333;
  margin-bottom:10px;
}

form .hs-richtext > p{
  margin-top:0;
}

.bg--blue form .hs-richtext{
  color:  #fff;  
}


form .hs_blog_subscription_checkbox {
  margin-bottom:  0;
}

form .hs_blog_subscription_checkbox ul{
  margin-top:0;
  padding-top: 0.5em !important;
  padding-bottom:  0.5em !important;
  margin-bottom:  0;
}


form .hs_message {
  margin-bottom:  0;
}


/* Buttons and Button CTAS
*******************************************************************/
.hs-button {
  border-radius: 0px;
  background: #1e97f7;
  color: #151515 !important;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  border: 0 none;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
}

.hs-button-ghost_green{
  background-color:transparent;
  color:#1e97f7 !important;
  border:solid 2px #1e97f7;
}

.hs-button_small {
  padding: 0.5em 1em;
  font-size: 0.8em;
}

.hs-button-ghost_green:hover{
  background: #1e97f7 !important;
  color:#fff !important;
}

.hs-button:hover {
  background: #5ab595;
  color: #f79e11 !important;
}

.hs-button--white_form form input[type="submit"],
.hs-button--white{
  background-color:#FFFFFF;
  color:#151515 !important;
}

.hs-button--white:hover{
  color:#f79e11 !important;
}

.hs-button--blue{
  background-color:#04395e;
  color:#fff !important;
}

.hs-button--dark{
  background-color:#333;
  color:#fff !important;
}

.hs-button--dark:hover,
.hs-button--blue:hover{
  background: #1e97f7;
}

.hs-button--wide {
  width: 100%;
  text-align: center;
}


.link:after {
  content: " \f178";
  font-family: fontAwesome;
}

/* Courtesy Bar 
*******************************************************************/

.courtesy-bar {
  background-color: #1e97f7;
  border: 1px solid #5ab595;
  color: #FFFFFF;
  text-align: right;
  line-height: 1;
  font-size: 0.750rem;
  padding: 0.625rem 1rem;
  text-transform: uppercase;
}
.courtesy-bar .number:before {
  content:"Call Us Today: ";
}
@media screen and (max-width: 768px) {
  .courtesy-bar {
    text-align: center;
  }
  .courtesy-bar .number:before {
    content:"Click To Call: ";
    content:"";
  }
  .courtesy-bar a {
    color: #FFFFFF;
  }
}

/* Main Header - with menu 
*******************************************************************/
.main-nav-wrap{
  position: relative;
  z-index: 999;
} 

.main-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: padding-top .125s ease-in-out, padding-bottom .25s ease-in-out;
  transition: padding-top .125s ease-in-out, padding-bottom .25s ease-in-out;
}

/*         .fixed-header .main-header { */
.fixed-header .main-nav-wrap {
  position: fixed;
  top: 0 !important;
  width: 100%;
  z-index: 100;
  background-color: #FFFFFF;
}

.fixed-header .main-header{
  padding-top: .875rem;
  padding-bottom: .875rem; 
  box-shadow: 0 2px 5px rgba(0,0,0,.18);
}

@media screen and (max-width: 1024px) {
  .main-header {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
  }  
}

@media screen and (max-width: 768px) {
  .fixed-header .main-nav-wrap {
    position: relative;
  }
}


/* Logo
*******************************************************************/
.fixed-header .logo img {
  max-width: 150px;
}

@media screen and (max-width: 1024px) {
  .logo {
    padding: .938rem 0;
    text-align: center;
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
  } 
  .logo a {
    display: block;
    width: 100%;
  }
}

/* Main Menu 
*******************************************************************/

.main-menu .hs-menu-wrapper > ul {
  display: block;
  margin: 5px 0;
  padding: 0;
  float: right;
  list-style: none;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

.main-menu .hs-menu-wrapper > ul > li {
  float: left;
}

.main-menu .hs-menu-wrapper > ul > li > a {
  color: #1e97f7;
  font-size: 0.875rem;
  text-decoration: none;
  display: block;
  padding: 0.938rem;
  font-weight: 600;
}

.fixed-header .main-menu .hs-menu-wrapper > ul > li > a {
  padding: 0.5rem;
}

.main-menu .hs-menu-depth-1:last-of-type > a{
  background-color:#7e58ff;
  color:#fff;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.34);
}

.main-menu .hs-menu-depth-1:last-of-type > a:hover {
  background-color: #005e5d;
}

@media screen and (max-width: 1024px) {
  .main-menu {
    width: 100% !important;
    text-align: center;
    margin: 0 !important;
    border-top: 1px solid #f2f2f2;
  }
  .main-menu .hs-menu-wrapper > ul {
    width: 100%;
    float: none;
  }
  .main-menu .hs-menu-wrapper > ul > li {
    float: none;
    display: inline-block;
  }
}

@media screen and (max-width: 418px) {
  .main-menu .hs-menu-wrapper > ul > li > a {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 374px) {
  .main-menu .hs-menu-wrapper > ul > li > a {
    padding: 0.38rem 0.5rem;
  }
}


/*Menu dropdown*/
.main-menu .hs-menu-depth-1.hs-item-has-children{
  position:relative;
}


.main-menu .hs-item-has-children > ul {
  position: absolute;
  z-index: 100;
  list-style: none;
  padding: 0;
  padding-top: 10px;
  display:none;
}

.main-menu .hs-item-has-children:hover > ul {
  display:  block;
}

.hs-menu-depth-2 {
  min-width:250px;
}

.main-menu .hs-menu-depth-2 a{
  font-size: 13px;
  text-decoration: none;
  background-color: #fff;
  padding: 0.5em 1em;
  display: block;
  border-bottom: solid 1px #bfbfbf;
}

.main-menu .hs-menu-depth-2 a:hover {
  background-color: #00976b !important;
  color: #fff;
}

.main-menu .hs-item-has-children > a:after{
  content: "▼";
  font-size:9px;
  padding-left:4px;
  top: -2px;
  position: relative;
}

@media (max-width:768px){
  .main-menu .hs-item-has-children > ul{
    padding-top: 4px;
    text-align:left;
  }
}


/* --- third level style --- */

.main-menu .hs-menu-depth-2 {
    position: relative;
}

.main-menu .hs-menu-depth-2.hs-item-has-children > a:after {
    content: "►";
}

.main-menu .hs-menu-depth-2 ul.hs-menu-children-wrapper {
    position: absolute;
    left: 250px;
    top: 0;
    padding: 0;
    list-style: none;
    width: 250px;
    border-left: solid 3px #007959;
}

  @media (max-width:980px){
    .main-menu .hs-menu-depth-2 ul.hs-menu-children-wrapper {
      display:none;
    }
  }

.main-menu .hs-menu-depth-3 a {
    background-color: #7e58ff;
    border-bottom-color: #007959;
    color: white;
}

.main-menu .hs-menu-depth-3 a:hover,
.main-menu .hs-menu-depth-3:hover a {
    background-color: #1d395d !important;
}



/* Search Item
*******************************************************************/
li.search {
  position: relative;
}
.search > form {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 100%;
  border-top: 2px solid #1e97f7;
  width: 300px;
  padding:  .5rem;
  background: #FFFFFF;
  box-shadow: 0 0 15px rgba(34, 34, 34,.28);
  display: block;
  z-index: 200;
}
li.search.open > form{
  opacity: 1;
}
.search > form input {
  width: 100%;
  margin-top: 0;
  display: block;
  padding: .25rem;
}



/* Footer Menu 
*******************************************************************/
.footer-menu ul {
  list-style: none;
  padding: 0;
}

/* Main Footer
*******************************************************************/

.main-footer {}
.main-footer__top {
  background: #1e97f7;
  color: #f2f2f2
}
.main-footer__top h4 {
  color: #FFFFFF;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}
.main-footer__top a {
  color: #f2f2f2;
  text-decoration: none;
}
.main-footer__copyright {
  background: #222222;
  color: #767676;
  text-align: center;
  padding: 1rem;
  font-size: .875rem;
}



/* Hero
*******************************************************************/
.hero {
  position: relative;
  padding: 6.250rem 2rem;
}
.hero__content {
  position: relative;
  max-width: calc(1100px - 12.5rem);
  margin: auto;
  padding: 3rem 0;
  text-align: center;
  z-index: 15;
}
.hero__title {
  color: #FFFFFF;
  padding-bottom: .5em;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.hero__title:after {
  content: "";
  border-top: 1px solid #1e97f7;
  width: 20%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.hero__sub-title {
  color: #FFFFFF;
}
.hero__overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.hero__background {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 5;
}

.hero__content .link {
  color: #fff;
  position: relative;
  text-transform: uppercase;
}

.hero__content .link:after{
  content: " \f090";
}

.hero__content .link:hover {
  color: #7e58ff;
  text-decoration: underline;
}

.hero .hero__content .hs-button {
  font-size: 1.1em;
  box-shadow: 0px 3px 2px #000;
  border-radius: 3px;
}

@media screen and (min-width: 769px) {
  .hero__content {
    padding-top:0;
    padding-bottom:0;
  }
}

@media screen and (max-width: 768px) {
  .hero {
    padding: 1em 1em;
  }
  .hero__content {
    max-width: 100%;
    padding: 1em 0;
  }
}

/* Company Social
*******************************************************************/
.company-social {
  margin-top: .5rem;
}
.company-social__link {
  font-size: 2em;
}

/* Info Box
*******************************************************************/
.infobox {
  padding: 1.5rem;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.infobox--small {
  padding: 1rem;
}
.infobox--large {
  padding: 2rem;
}
.infobox__icon {
  border-radius: 100px;
  border-style: solid;
  border-width: 2px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  transition: background-color .25s ease-in-out, color .25s ease-in-out;
}
.infobox__icon--green {
  color: #1e97f7;
  border-color: currentColor;
}
.infobox:hover .infobox__icon--green {
  color: #FFFFFF;
  background-color: #1e97f7;
  border-color: currentColor;
}
.infobox__icon--lgreen {
  color: #5ab595;
  border-color: currentColor;
}
.infobox:hover .infobox__icon--lgreen {
  color: #FFFFFF;
  background-color: #5ab595;
  border-color: currentColor;
}
.infobox__icon--dgreen {
  color: #6546f8;
  border-color: currentColor;
}
.infobox:hover .infobox__icon--dgreen {
  color: #FFFFFF;
  background-color: #6546f8;
  border-color: currentColor;
}
.infobox__icon--blue {
  color: #04395e;
  border-color: currentColor;
}
.infobox:hover .infobox__icon--blue {
  color: #FFFFFF;
  background-color: #04395e;
  border-color: currentColor;
}
.infobox__icon--lblue {
  color: #6546f8;
  border-color: currentColor;
}
.infobox:hover .infobox__icon--lblue {
  color: #FFFFFF;
  background-color: #6546f8;
  border-color: currentColor;
}
.infobox__icon--dblue {
  color: #6546f8;
  border-color: currentColor;
}
.infobox:hover .infobox__icon--dblue {
  color: #FFFFFF;
  background-color: #6546f8;
  border-color: currentColor;
}
.infobox__icon--orange {
  color: #fa9f42;
  border-color: currentColor;
}
.infobox:hover .infobox__icon--orange {
  color: #FFFFFF;
  background-color: #fa9f42;
  border-color: currentColor;
}
.infobox__icon--white {
  color: #FFFFFF;
  border-color: currentColor;
}
.infobox:hover .infobox__icon--white {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.infobox__icon--black {
  color: #222222;
  border-color: currentColor;
}
.infobox:hover .infobox__icon--black {
  color: #FFFFFF;
  background-color: #222222;
  border-color: currentColor;
}
.infobox__icon--lgrey {
  color: #f2f2f2;
  border-color: currentColor;
}
.infobox:hover .infobox__icon--lgrey {
  color: #222222;
  background-color: #f2f2f2;
  border-color: currentColor;
}

.infobox__icon-inner {
  height: 100px;
  width: 100px;
  display: table;
}
.infobox__icon-inner span {
  font-size: 2.813rem;
  line-height: 100px
}
.infobox__icon-inner svg.svg-inline--fa {
  height: 100px;
  width: 2.813rem;
}
.infobox__title-prefix {
  font-size: .75rem;
  font-weight: 200;
  margin-top: .938rem;
  margin-bottom: -.75rem;
  color: rgba(30, 151, 247, .5);
}
/*.infobox__title-prefix--green {*/
/*    color: rgba(30, 151, 247, .5);*/
/*}*/
/*.infobox__title-prefix--lgreen {*/
/*    color: rgba(90, 181, 149, .5);*/
/*}*/
/*.infobox__title-prefix--dgreen {*/
/*    color: rgba(101, 70, 248, .5);*/
/*}*/
/*.infobox__title-prefix--blue {*/
/*    color: rgba(4, 57, 94, .5);*/
/*}*/
/*.infobox__title-prefix--lblue {*/
/*    color: rgba(101, 70, 248, .5);*/
/*}*/
/*.infobox__title-prefix--dblue {*/
/*    color: rgba(101, 70, 248, .5);*/
/*}*/
/*.infobox__title-prefix--orange {*/
/*    color: rgba(250, 159, 66, .5);*/
/*}*/
/*.infobox__title-prefix--white {*/
/*    color: rgba(255, 255, 255, .5);*/
/*}*/
/*.infobox__title-prefix--black {*/
/*    color: rgba(34, 34, 34, .5);*/
/*}*/
/*.infobox__title-prefix--lgrey {*/
/*    color: rgba(242, 242, 242, .5);*/
/*}*/
h4.infobox__title {
  font-size: 1.375rem;
  margin-top: 0.938rem;
  margin-bottom: 0.5rem;
  color: #1e97f7;
}
/*h4.infobox__title--green {*/
/*    color: #1e97f7;*/
/*}*/
/*h4.infobox__title--lgreen {*/
/*    color: #5ab595;*/
/*}*/
/*h4.infobox__title--dgreen {*/
/*    color: #6546f8;*/
/*}*/
/*h4.infobox__title--blue {*/
/*    color: #04395e;*/
/*}*/
/*h4.infobox__title--lblue {*/
/*    color: #6546f8;*/
/*}*/
/*h4.infobox__title--dblue {*/
/*    color: #6546f8;*/
/*}*/
/*h4.infobox__title--orange {*/
/*    color: #fa9f42;*/
/*}*/
/*h4.infobox__title--white {*/
/*    color: #FFFFFF;*/
/*}*/
/*h4.infobox__title--black {*/
/*    color: #222222;*/
/*}*/
/*h4.infobox__title--lgrey {*/
/*    color: #f2f2f2;*/
/*}*/
.infobox__description {

}
.infobox__description p:first-of-type {
  margin-top: 0;
}
.infobox__description p:last-of-type {
  margin-bottom: 0;
}


/* Flickity Carousel
*******************************************************************/
/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    opacity: 0;
    -webkit-transition: opacity .5 ease-in-out;
    transition: opacity .5 ease-in-out;
    
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
    .flickity-enabled:hover .flickity-prev-next-button {
        opacity: 0.6;
    }

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-enabled:hover .flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-enabled:hover .flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* Partners Carousel
*******************************************************************/
.partners {} 
.partners__image {
  width: 20%;
  padding: 2em;
}
@media screen and (max-width: 1024px) {
  .partners__image {
    width: 25%;
    padding: 2em;
  }
}
@media screen and (max-width: 768px) {
  .partners__image {
    width: 33%;
    padding: 2em;
  }
}
@media screen and (max-width: 500px) {
  .partners__image {
    width: 50%;
    padding: 2em;
  }
}
@media screen and (max-width: 320px) {
  .partners__image {
    width: 100%;
    padding: 2em;
  }
}


/* Timeline
*******************************************************************/

.timeline__wrapper {
  padding: 3rem 0;
  position: relative;
}
.timeline__wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  left: 50%;
  bottom: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.21);
  z-index: 5;
}
.timeline__wrapper:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background: #000;
}

.timeline__item {
  margin-bottom: 5rem;
  position: relative;
  z-index: 5;
  width: 50%;
}
.timeline__item--right {
  margin-left: 50%;
}


.timeline__year {
  position: relative;
  background: #eee;
  width: calc(100% - 100px);
  padding: 1.5rem;
  margin: 0;
  color: #FFFFFF;
}
.timeline__year:after {
  content:"";
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  display: block;
  height: 0;
  width: 0;
  border: 20px solid transparent;
  border-left: 20px solid #eee;

}
.timeline__item--right .timeline__year {
  width: calc(100% - 100px);
  margin-left: 100px;
}
.timeline__item--right .timeline__year:after {
  content:"";
  position: absolute;
  top: 50%;
  right: 100%;
  left: auto;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  display: block;
  height: 0;
  width: 0;
  border: 20px solid transparent;
  border-right: 20px solid #eee;
}
.timeline__icon {
  position: absolute;
  left: calc(100% + 100px);
  top: 0;
  -webkit-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);

  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 50%;
  background: #eee;
}
.timeline__icon i {
  height: 100px;
  font-size: 2.813rem;
  line-height: 100px;
}
.timeline__icon svg.svg-inline--fa {
  height: 100px;
  width: 40px;
  line-height: 100px;
}
.timeline__item--right .timeline__icon {
  position: absolute;
  right: calc(100%);
  left: auto;
  top: 0;
  -webkit-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);

  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 50%;
  background: #eee;
}

.timeline__text {
  width: calc(100% - 100px);
  padding: .25rem 0;
}
.timeline__item--right .timeline__text {
  margin-left: 100px;
  padding: .25rem 0;
}


@media screen and (max-width: 768px) {
  .timeline__wrapper:before,
  .timeline__wrapper:after {
    left: 50px;
  }

  .timeline__item,
  .timeline__item--right {
    width: 100%;
    margin: 0 0 2em 0;
  }
  .timeline__icon,
  .timeline__item--right .timeline__icon {
    left: -70px;
  }

  .timeline__year,
  .timeline__item--right .timeline__year,
  .timeline__text,
  .timeline__item--right .timeline__text {
    width: calc(100% - 120px);
    margin: 0 0 0 120px;
  }

  .timeline__year:after {
    right: 100%;
    left: auto;
    border-left: 0 none;
    border-right: 20px solid inherit;
  }
}

/* Timeline Colors */



/* 1 */
.timeline__item:nth-child(1n+1) .timeline__year {
  background: #8ab0ab
}
.timeline__item:nth-child(1n+1) .timeline__year:after {
  border-left: 20px solid #8ab0ab;
}
.timeline__item.timeline__item--right:nth-child(1n+1) .timeline__year:after {
  border-left: 0 none;
  border-right: 20px solid #8ab0ab;
}
.timeline__item:nth-child(1n+1) .timeline__icon {
  background: #8ab0ab;
}

/* 2 */
.timeline__item:nth-child(2n+2) .timeline__year {
  background: #5d8891
}
.timeline__item:nth-child(2n+2) .timeline__year:after {
  border-left: 20px solid #5d8891;
}
.timeline__item.timeline__item--right:nth-child(2n+2) .timeline__year:after {
  border-left: 0 none;
  border-right: 20px solid #5d8891;
}
.timeline__item:nth-child(2n+2) .timeline__icon {
  background: #5d8891;
}

/* 3 */
.timeline__item:nth-child(3n+3) .timeline__year {
  background: #316178
}
.timeline__item:nth-child(3n+3) .timeline__year:after {
  border-left: 20px solid #316178;
}
.timeline__item.timeline__item--right:nth-child(3n+3) .timeline__year:after {
  border-left: 0 none;
  border-right: 20px solid #316178;
}
.timeline__item:nth-child(3n+3) .timeline__icon {
  background: #316178;
}

/* 4 */
.timeline__item:nth-child(4n+4) .timeline__year {
  background: #04395e
}
.timeline__item:nth-child(4n+4) .timeline__year:after {
  border-left: 20px solid #04395e;
}
.timeline__item.timeline__item--right:nth-child(4n+4) .timeline__year:after {
  border-left: 0 none;
  border-right: 20px solid #04395e;
}
.timeline__item:nth-child(4n+4) .timeline__icon {
  background: #04395e;
}

/* 5 */
.timeline__item:nth-child(5n+5) .timeline__year {
  background: #005e5d
}
.timeline__item:nth-child(5n+5) .timeline__year:after {
  border-left: 20px solid #005e5d;
}
.timeline__item.timeline__item--right:nth-child(5n+5) .timeline__year:after {
  border-left: 0 none;
  border-right: 20px solid #005e5d;
}
.timeline__item:nth-child(5n+5) .timeline__icon {
  background: #005e5d;
}

/* 6 */
.timeline__item:nth-child(6n+6) .timeline__year {
  background: #7e58ff
}
.timeline__item:nth-child(6n+6) .timeline__year:after {
  border-left: 20px solid #7e58ff;
}
.timeline__item.timeline__item--right:nth-child(6n+6) .timeline__year:after {
  border-left: 0 none;
  border-right: 20px solid #7e58ff;
}
.timeline__item:nth-child(6n+6) .timeline__icon {
  background: #7e58ff;
}

/* 7 */
.timeline__item:nth-child(7n+7) .timeline__year {
  background: #7d9b57
}
.timeline__item:nth-child(7n+7) .timeline__year:after {
  border-left: 20px solid #7d9b57;
}
.timeline__item.timeline__item--right:nth-child(7n+7) .timeline__year:after {
  border-left: 0 none;
  border-right: 20px solid #7d9b57;
}
.timeline__item:nth-child(7n+7) .timeline__icon {
  background: #7d9b57;
}

/* 8 */
.timeline__item:nth-child(8n+8) .timeline__year {
  background: #fa9f42
}
.timeline__item:nth-child(8n+8) .timeline__year:after {
  border-left: 20px solid #fa9f42;
}
.timeline__item.timeline__item--right:nth-child(8n+8) .timeline__year:after {
  border-left: 0 none;
  border-right: 20px solid #fa9f42;
}
.timeline__item:nth-child(8n+8) .timeline__icon {
  background: #fa9f42;
}









/*OTHER STYLES*/
.section-wrap{
  padding-top:3em;
  padding-bottom:3em;
  position:relative;
}

/*.section-wrap .page-wrap{*/
/*    padding-top:0 !important;*/
/*    padding-bottom:0 !important;*/
/*}*/

.section-wrap .h2{
  padding-top:0;
}

.white, .white h1, .white h2, .white h3, .white h4, .white h4, .white p, .white div, .white a {
  color: #fff;
}

.center{
  text-align:center;
}    






/*////////////////////////////
///BLOG POST LISTING
/////////////////////////////*/
.lgrey-background{
  background-color:#f2f2f2;
}

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

.background{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}

.background-absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-size: cover;
  max-width: none !important;
  background-repeat: no-repeat;
  background-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
}

@media all and (-ms-high-contrast: none) {
  .background-absolute {
    height: auto !important;
  } /* IE10 */
  *::-ms-backdrop,
  .background-absolute {    
    height: auto !important;
  } /* IE11 */
}

@media (min-width:769px){
  .background-fixed{
    background-attachment:fixed;
  }
}


.hide-overflow{
  overflow:hidden;
}

.flex-wrap{
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}


.flex-item{
  -webkit-box-flex:1;
  -ms-flex:1 0;
  flex:1 0;
}


.flex-middle{
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

.flex-space-evenly{
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.flex-space-between{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-col-2 .cols {
  max-width: calc(50% - 1.5em);
  min-width: calc(50% - 1.5em);
  width: 100%;
  position:relative;
}

.flex-col-2 .col-2:not(.cols-2_img) {
  margin-left: auto;
}



.flex-col-1 > .cols,
.flex-col-1{
  -webkit-box-flex:1;-ms-flex:auto;flex:auto;
  max-width:none;
  min-width:initial;
}


/*Utility ends*/
.post-list-hero {
  padding-top: 7em;
  padding-bottom: 7em;
  position:relative;
  z-index:7;
  overflow: visible !important;
}

@media (min-width:769px){
  .post-list-hero {
    padding-top: 10vh !important;
    padding-bottom: 10vh !important;
    min-height: 360px;
  }
}

/*post cta*/
.post-list-item.cta{
  padding:1em; 
  background-color:#1e97f7;
  color: #fff;
  text-align: center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Hide the CTA on the all posts page */
.post-listing-simple .post-list-item.cta {
  display: none;
}

.post-list-item .cta-overview p {
  font-size: 1.4em;
  font-weight: 200;
}


/*post cta ends*/

.post-list-hero:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background-color:rgba(0, 0, 0, 0.7);
}

.post-list-hero-content {
  text-align: center;
  color: #fff;
  max-width: 900px;
  margin: auto;
  padding-left: 2em;
  padding-right: 2em;
  position:relative;
  z-index:1;
}

.post-list-hero h1{
  color:#fff;
  position:relative;
  margin-bottom:1em;
}

.post-list-hero h1:before{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  height:3px;
  background-color:#1e97f7;
  width:30%;
  bottom:-0.5em;
}

.post-subscription-form form{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  display: inline-block;
}


.post-subscription-form form > div{
  display:inline-block;
}


.post-subscription-form .hs_email{
  margin-bottom: 0;
}

.subscribe .hs_email label,
.post-subscription-form .hs_email label {
  top: -1.5em;
  left: 0;
  font-size: .6rem;
}

.post-subscription-form input[type="email"] {
  padding: 0;
  height: 43px;
  background-color: #ffffff76;
  border-bottom: solid 3px #fff;
}


.post-subscription-form .hs-input.error{
  border-top: none;
  border-left: none;
  border-right: none;
}   


.post-filter-title {
  margin-top: 0;
  margin-bottom:  0;
}

.post-list-filter .active-branch{
  text-align:center;
}
.post-list-filter .active-branch ul {
  list-style:none;
  padding:0;
  text-align:center;
  display: inline-block;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding-top: 1em;
}

.post-list-filter li{
  display:inline-block;
}

.post-list-filter a{
  text-decoration:none;
  padding-left:1em;
  padding-right:1em;
}

.post-list-item {
  max-width: calc( 33.33% - 1.5em);
  min-width: calc( 33.33% - 1.5em);
  width: 100%;
  margin: .75em;
}

.post-list-image {
  height: 168px;
  background-size: cover;
  position:relative;
  background-color: #999;
}

.post-list-item:hover .post-list-image:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background-color:#7e58ff;
}

.post-list-item a{
  color:#222222;
  text-decoration:none;
  overflow: hidden;
  display: block;
}


.post-list-item h3{
  margin-top: 0.8em;
  font-weight: 400;
  font-size: 1.2em;
}


.post-list-topic {
  font-size:  13px;
  padding-bottom:  0.4em;
  color: #1e97f7;
  display: inline-block;
}

.post-list-topic span { 
  font-weight: 600;
}

.post-list-content-area {
  padding: 1em 1em 0;
  display: block;
  overflow: hidden;
  background-color:#fff;
  margin: .25rem 0;
}


.post-list-item .post-share{
  background-color:#999999;
  color:#fff;
  font-size:13px;
  overflow: hidden;
}

.post-list-item .post-share span{
  padding: 0.5em;
  display: inline-block;
}

.post-list-item .post-share .icon-wrap {
  float: right;
  display: inline-block;
  width: auto;
}

.post-list-item .post-share a {
  padding: 0.5em;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}

.post-list-item .post-share a:hover {
  color: #1e97f7;
}

@media (max-width: 600px) {

  .post-list-item .post-share a {
    padding: 1em;
  }

  .post-list-item .post-share span {
    padding: 1em;
  }

}


.post-list-author {
  padding: 0 1em;
  position: absolute;
  bottom:  0;
  width:  100%;
}

.post-list-author img {
  width:  50px;
  height: 50px;
  border-radius:  100%;
  -o-object-fit:  cover;
  object-fit:  cover;
  display:  inline-block;
  bottom: -22px;
  position:  relative;
  border:solid 2px #1e97f7;
}

.post-list-item .name-time {
  display:  inline-block;
  color:  #fff;
  font-size: 0.8em;
  vertical-align: bottom;
  max-width: calc(100% - 65px);
  margin-left: 6px;
  position:  relative;
  width:  100%;
  margin-bottom: 0.4em;
}

.blog-pagination{
  padding-top:3em;
}

.blog-pagination a {
  text-transform:uppercase;
  text-align:center;
  text-decoration:none;
  -webkit-box-flex: 3;
  -ms-flex: 3 0;
  flex: 3 0;
}

@media (max-width:768px){
  .post-list-item{
    max-width: calc( 50% - 1.5em);
    min-width: calc( 50% - 1.5em);
  }
}

@media (max-width:480px){
  .post-list-item{
    max-width: calc( 100%);
    min-width: calc( 100%);
    margin-left:0;
    margin-right:0;
  }
}
/*////////////////////////////
///BLOG POST
/////////////////////////////*/

.post-body-wrap .reading-time{
    display: inline-block;
    color: #ffffff;
    margin: 0;
    font-size: 12px;
    background: #04956b;
    padding: 5px 12px;
    text-transform:uppercase;
}

/* DROPCAP */
.post-body .hs_cos_wrapper > p:first-child:first-letter {
  color: #008c60;
  float: left;
  font-size: 4.5em;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

.post-body .hs_cos_wrapper > blockquote p:first-child:first-letter{
  float:none;
  font-size:inherit;
  padding:inherit;
  color:inherit;
  line-height:inherit;
}

.post-hero-profile img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  object-fit: cover;
  vertical-align: middle;
  border: solid 2px #ffffff;
  margin: 1em;
  display: inline-block;
}

.blog-intro {
  text-align:center;
  font-size: 1.4em;
  color:#1e97f7;
  font-weight: 200;
  position: relative;
  margin-bottom: 2em;
}

.blog-intro:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color:#1e97f7;
  left: 50%;
  transform: translateX(-50%);
  top: -1.3em;
}


.post-body blockquote {
  border-left: 3px solid #1e97f7;
  margin: 35px 0;
  padding: 5px 0 5px 20px;
  font-style: italic;
}
.post-body h2{
  position: relative;
  margin-bottom: 0.5em;
  text-align: left;
  margin-top: 1.5em;
}

.post-body h2:after {
  position: absolute;
  content: "";
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #7e58ff;
  width: 30px;
  bottom: -10px;
  left:0;
  display:none;
}

.post-body h3{
  color:#1e97f7;
}

.all-post-topics {
  text-align:  center;
  position:relative;
  margin-top:2em;
  padding-top:0.5em;
}

.all-post-topics:before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:50%;
  height:2px;
  background-color:#7e58ff;
}

.all-post-topics h3 {
  font-size:  1em;
  color: #1e97f7;
  font-weight:  bold;
}

.all-post-topics .widget-module {
  display:  inline-block;
}

.all-post-topics ul {
  list-style: none;
  padding:  0;
  margin:  0;
}

.all-post-topics li {
  display:  inline-block;
}

.all-post-topics li:after {
  content:  ",";
  color:#1e97f7;
}

.all-post-topics li:last-of-type:after {
  display:  none;
}

.all-post-topics a {
  text-decoration:  none;
  font-weight:200;
}

.post-more-topic a {
  text-decoration:  none;
  margin-top:  2em;
  display:  block;
  text-transform:  uppercase;
}

.post-more-topic span {
  font-weight:  600;
}

.search-result .blog-intro {
  font-size:  1em;
  color: #767676;
  font-weight:  normal;
  margin:  auto;
  text-align:  left;
}

.search-result .blog-intro:before {
  display:  none;
}


@media (max-width:768px){
  .blog-intro{
    font-size:1.1em;
  }
}

/* Blog: All Posts View
*******************************************************************/

.flex-wrap-simple.post-item__wrapper {
  /* Fallback for lack of grid */
  display: block;
  /* Main styles */
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 1em;
  grid-auto-flow: dense;
}

.post-item-simple {
  /* Fallback for lack of grid */
  display: block;
  /* Main styles */
  font-size: 1.5em;
  text-decoration: none;
  background-color: #00956F;
  background-color: HSL(165, 100%, 29%);
  padding: 1rem;
  margin: 0;
  position: relative;
}

.post-item-simple__title {
  text-decoration: none;
  color: #fff;
  position: relative;
}

.post-item-simple__date {
  font-size: 0.5em;
  margin-top: 0.5em;
}

.post-item-simple__background {
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
}

/* Colorize */

/*
Specific nth-of-type choices are arbitrary/magic
in order to get a nice 'random' appearance
*/
.post-item-simple:nth-of-type(2n - 1) {
  background-color: #005D5C;
}

.post-item-simple:nth-of-type(4n - 1) {
  background-color: HSL(165, 100%, 39%);
}

/* Scale */

.post-item-simple:nth-of-type(6n - 1) {
  -ms-grid-column: span 2;
  grid-column: span 2;
  -ms-grid-row: span 3;
  grid-row: span 3;
}


@media (max-width: 820px) {

  .flex-wrap-simple.post-item__wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.5em;
  }

  .post-item-simple:nth-of-type(6n - 1) {
    -ms-grid-column: span 1;
    grid-column: span 1;
    -ms-grid-row: span 4;
    grid-row: span 4;
  }

}

@media (max-width: 560px) {

  .flex-wrap-simple.post-item__wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.5em;
  }

  .post-item-simple:nth-of-type(6n - 1) {
    -ms-grid-column: span 1;
    grid-column: span 1;
    -ms-grid-row: span 4;
    grid-row: span 4;
  }

}







/* LP / TY
*******************************************************************/

.overlay-body {
  background-position: center;
  background-size: cover;
}

.overlay-body p {
  margin-top: 0;
}

.overlay-body__body .page-wrap {
  padding-top: 2em;
}

.offer-hero {
  background-color: rgba(9, 55, 104, 0.65);
  color: #fff;
}

.offer-hero--video {
  padding-bottom: 10em;
}

@media (min-width: 768px) {

  .offer-hero--video {
    padding-bottom: 15em;
  }

}

.offer-hero__image {
  text-align: center;
}

.offer-hero__title {
  color: #fff;
  position: relative;
}

.offer-hero__title--center {
  text-align: center;
}

.offer-hero__title::after {
  content: '';
  background-color: #00956F;
  display: block;
  height: 3px;
  width: 20%;
  position: absolute;
  bottom: -1rem;
}

.offer-hero__title--center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.overlay-body__body {
  background-color: rgba(255, 255, 255, 0.9);
}

.offer-form {
  background-color: #fff;
  color: #ddd;
  padding: 2em;
  border: 3px solid #00956F;
}

.offer-form form .field > label {
  color:#1C395D !important;
}

.offer-form form .field select {
  border-color: #1C395D;
}

.offer-form .input {
  color: #1C395D;
  /*border-bottom: 2px solid #1C395D;*/
}

.offer-form [type="text"],
.offer-form [type="email"],
.offer-form [type="tel"],
.offer-form [type="message"],
.offer-form textarea {
  border-bottom: 2px solid #1c395d;
}

.offer-form textarea, 
.offer-form input[type="text"], 
.offer-form input[type="password"], 
.offer-form input[type="datetime"], 
.offer-form input[type="datetime-local"],
.offer-form input[type="date"], 
.offer-form input[type="month"],
.offer-form input[type="time"],
.offer-form input[type="week"],
.offer-form input[type="number"],
.offer-form input[type="email"],
.offer-form input[type="url"],
.offer-form input[type="search"], 
.offer-form input[type="tel"], 
.offer-form input[type="color"],
.offer-form select {
  color: #1C395D;
}

.offer-form [id*=label-services_interest] span{
  font-size: 2em;
  font-weight: normal;
}

@media (min-width: 768px) {

  .offer-form--lp {
    position: relative;
    top: -10rem;
    margin-bottom: -10rem;
  }

}

.offer-card {
  display: block;
  text-decoration: none;
  border: 1px solid #ccc;
  margin-top: 1em;
}

.offer-card__featured-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 6em;
}

.offer-card__body {
  padding: 1em;
}

.offer-card__title {
  font-size: 1rem;
  margin: 0;
}

.offer-card__label {
  font-size: 0.8em;
  text-transform: uppercase;
}

/* Live embeds of the offers */

.content-frame {
  /* Style the PDF fallback */
  background-color: #fff;
  background-position: center;
  background-size: contain;
  /* Style the PDF/Video embed */
  position: relative;
  border: 4px solid #fff;
  box-shadow: 0 2px 30px -6px #333;
  margin-bottom: 1em;
}

.content-frame--document {
  /* Force the element to maintain
  a specific aspect ratio */
  height: 0;
  padding-top: 134%;
}

.content-frame--video {
  /* Force the element to maintain
  a specific aspect ratio */
  height: 0;
  padding-top: 56.25%; /* 16x9 */
  margin-top: -12rem;
}

/* On large displays, have the offer
overlap the hero */
@media (min-width: 768px) {

  .content-frame--document {
    margin-top: -15rem;
  }

  .content-frame--video {
    margin-top: -18rem;
  }


}

.content-frame__content {
  /* Reset defaults */
  border: 0;
  /* Fit to parent */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Hide the PDF embed on IE since it
doesn't work. Class added with JS */
.content-frame__content--no-pdf {
  display: none;
}

/* Hide the PDF embed on mobile 
since it isn't great UX */
@media (max-width: 767px) {

  .content-frame__content--document {
    display: none;
  }

}


/*COLUMNS Structure*/
.page-wrap_2-col {
  width:  50%;
}

.page-wrap_2-col.img{
  min-height:200px;
}
.page-wrap_2-col .content-area {
  max-width: 583px;
  width:100%;
}

.page-wrap_2-col:first-of-type .content-area {
  float:  right;
}


.page-wrap_2-col .content-area > img {
  height: auto;
  width:100%;
}


@media (max-width:768px){
  .page-wrap_2-col{
    width:100%;
  }

  .page-wrap_2-col:first-of-type .content-area {
    float: none;
  }

  .page-wrap_2-col .content-area{
    max-width:none; 
  }

  .paragraph-type > div:first-of-type {
    padding-bottom:  0;
  }

  .paragraph-type > div:last-of-type {
    padding-top:1em;
  }

  .page-wrap_2-col .content-area img{
    max-width:400px;
    width:100% !important;
  }

}



/*PADDING OPTIONS*/
.pb0 {
  padding-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.ptb0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.ptb1e {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}


/*////////////////////
///SERVICES
///////////////////*/
/*Card Icon*/
.card-icon {
  margin:  auto;
  width: 100px;
  border-radius:  100%;
  overflow:  hidden;
  height: 100px;
  border: solid 2px #7e58ff;
  position:  relative;
}

.card-icon img {
  position:  absolute;
  width:80%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}




/*Card Image*/
/*Card Image ends*/

.js-tab-item{
  display:none;
}
.js-tab-item.active{
  display:block;
}

.serviceType-tab-item .feature-img {
  width: 35%;
  height: 100%;
  margin-right:2em;
}

.serviceType-tab-item .tab-title {
  display:none;
}

.serviceType-tab-item .js-tab-group .tab-title{
  display:inline-block;
  padding:  0.5em;
  color: #929292;
  color:#000;
  vertical-align: top;
  font-size: 15px;
  text-align: center;
}

.serviceType-tab-item .js-tab-group {
  border-bottom: solid 1px #d8d8d8;
}

.serviceType-tab-item .js-tab-group .tab-title:hover{
  color:  #7e58ff;  
}

.serviceType-tab-item .js-tab-group .is-selected {
  border-bottom:  solid 3px;
  color:  #7e58ff;
}


.serviceType-content-wrap .feature-img{
  display:none;
}
.serviceType-tab-item h3{
  margin-top:1em;
}
.serviceType-tab-item .icon {
  margin-top: 1.5em;
  width: 80px;
  border-radius:  100%;
  overflow:  hidden;
  height: 80px;
  border: solid 2px #7e58ff;
  position:  relative;
  background-color:#1e97f7;
}

.serviceType-tab-item .icon img{
  position:  absolute;
  width:80%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);

}

.col-card-style_simple .flex-col_1 {
  max-width: 600px;
  width:100%;
  margin: auto;
}

.col-card-style_simple .flex-col_2 .flex-item {
  padding: 1em;
  position:relative;
  max-width: calc(50%);
  min-width: calc(50%);
}


.flex-col_3 .flex-item,
.flex-col_6 .flex-item{
  padding: 1em;
  position:relative;
  max-width: calc(33%);
  min-width: calc(33%);
}

.col-card-style_simple .flex-col_4 .flex-item {
  padding: 1em;
  position:relative;
  max-width: calc(25%);
  min-width: calc(25%);
}


@media (min-width:769px){
  .col-card-style_simple .flex-col_2.narrow {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .col-card-style_simple .flex-col_2.narrow .flex-item {
    width: 100%;
    max-width: 396px !important;
    min-width: initial;
  } 
}   


.col-card-style_simple .flex-item:hover .infobox__icon--green {
  background-color: #00946b;
  color: #fff;
}



.col-card-style_simple .flex-col_2 .flex-item:after,
.col-card-style_simple .flex-col_3 .flex-item:after,
.col-card-style_simple .flex-col_4 .flex-item:after,
.col-card-style_simple .flex-col_5 .flex-item:after,
.col-card-style_simple .flex-col_6 .flex-item:after{
  content:"";
  position:absolute;
  right:0;
  width:1px;
  height:80%;
  background-color:#b7b7b7;
  top:50%;
  transform:translateY(-50%);
  bottom:0;
}

.col-card-style_simple .flex-col_2 .flex-item:nth-child(2n):after,
.col-card-style_simple .flex-col_3 .flex-item:nth-child(3n):after,
.col-card-style_simple .flex-col_4 .flex-item:nth-child(4n):after,
.col-card-style_simple .flex-col_5 .flex-item:nth-child(5n):after,
.col-card-style_simple .flex-col_6 .flex-item:nth-child(6n):after{
  display:none;
}

.col-card-style_simple .card-icon {
  background-color: #1e97f7;
}

.col-card-style_simple h3{
  color:#1e97f7;
}


@media (max-width:868px){
  .serviceType-content-wrap {
    height: auto !important;
  }

  .serviceType-content-wrap .feature-img{
    display:block;
    width:100%;
    height:200px;
  }

  .serviceType-tab-item .feature-img + .icon {
    margin-top: -2.5em;
    border: solid 2px #fff;
    right: -1em;
  }

  .serviceType-tab-item .js-tab-group{
    display:none !important;
  }

  .serviceType-tab-item > img,
  .serviceType-tab-wrap .content-area
  {
    display:none;
  }

  .serviceType-tab-wrap,
  .serviceType-content-wrap >  .tab-title,
  .serviceType-tab-wrap.active .content-area{
    display:block;
  }

  .serviceType-tab-wrap.active .tab-title{
    display:none;
  }

  .serviceType-tab-wrap.active .content-area{
    margin-bottom:1.5em;
  }

  .serviceType-content-wrap >  .tab-title{
    padding: 0.5em;
    background-color: #219669;
    color: #fff;
    position:relative;
    padding-right:2em;
    border-bottom:solid 1px #fff;
  }

  .serviceType-content-wrap >  .tab-title:after{
    content:"\f067";
    font-family:FontAwesome;
    right:1em;
    position: absolute;
  }

}


@media (max-width:768px){
  .col-card-style_simple .flex-col_2,
  .col-card-style_simple .flex-col_3{
    -webkit-box-flex:1;
    -ms-flex:auto;
    flex:auto;
    display:block !important;
  }

  .flex-col_3 .flex-item{
    padding: 1em;
    position:relative;
    max-width: calc(50%);
    min-width: calc(50%);
  }

  .col-card-style_simple .flex-col_3 .flex-item:after{
    display:none;
  }

  .col-card-style_simple .flex-col_2 .flex-item,
  .col-card-style_simple .flex-col_3 .flex-item{
    width: 100%;
    margin: auto;
    max-width: none;
    border-right:none;
  }

  .col-card-style_simple .flex-col_2 .flex-item:after{
    display:none;
  }
}


@media (max-width:480px){
  .flex-col_3 .flex-item{
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;;
    width: 100%;
    max-width: none;
    min-width: initial;
  }
}
/*Style column card basic
///////////////////////////////*/
.col-card-style_basic .flex-item{
  text-align:center;
}
.col-card-style_basic .card-icon{
  border:none;
  width:120px;
  height:120px;
}

.col-card-style_basic .card-icon img{
  width:100%;
}

.col-card-style_basic h3{
  color:#1e97f7;
}

@media (max-width:480px){
  .col-card-style_basic  h3{
    font-size: 1.2em;
  }
}

/*css sticky */
.css-sticky{
  vertical-align:top;
  position: -webkit-sticky;
  position: sticky;
  top:0;
}



/*FULL WIDTH CTA*/
.fw-cta .content {
  overflow:  hidden;
  padding: 2em;
  max-width: 50%;
  width:  100%;
  background-color:rgba(0, 150, 108, 0.83);
}

.fw-cta h2{
  margin-top:0;
}

.float-right {
  margin-left:auto;
}

.fw-cta .float-none{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 700px;
  width: 100%;
}

.fw-cta .float-none h2{
  text-align:center;
}

.fw-cta .float-none h2:after{
  left: calc(50% - 15px);
}

.fw-cta .remove-bg-color {
  background-color: transparent !important;
}

@media (max-width:768px){
  .fw-cta .content{
    max-width:none;
    padding:1em;
  }
  .float-right{
    margin-right:auto;
  }
}



/*////////////////////////////////////
///ABOUT US PAGE
//////////////////////////////////*/
.about-hero__title {
  margin-bottom: 3em;
}

.hero_team-img {
  padding-bottom: 0;
  margin-top: -9em !important;
  position: relative;

}

.hero_team-img img{
  border:solid 3px #fff !important;
}

/*history cards*/
.history-item {
  margin-left: 10%;
  margin-right: 10%;
  width:100%;
}

.history-item-wrap {
  max-width: 800px;
  width:100%;
  margin: auto;
}

.history-item .icon {
  margin-right:  4em;
  background-color:  rgba(0, 0, 0, 0.47);
  border-radius:  100%;
  max-width: 150px;
  height:  150px;
  line-height:  150px;
  overflow:  hidden;
  position:  relative;
  width:  100%;
}

.history-item .icon i{
  margin: auto;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 4em;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.history-item .icon img {
  width:  100%;
  display:  block;
  max-width: 100px;
  margin:  auto;
  position:  absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}

.history-item .date {
  font-size: 3em;
  font-weight:  300;
  font-style:  italic;
}

.history-item .title {
  margin-top: 0;
  font-size:  1.3em;
  font-weight: normal;
  position:relative;
}

.history-item .title:before{
  content: "";
  position: absolute;
  left: -1.5em;
  width: 100px;
  height: 4px;
  background-color: #1e97f7;
  bottom: -0.5em;

}

/*history tabs*/
.history-dates {
  border-top: solid 1px #fff;
  margin-top:  2em;
}

.history-date-tab-group{
  padding-top:1.3em;
}
.history-date-tab-group .date-tab {

  padding: 1px 15px;
  border-radius: 100px;
  font-size: 14px;
  position:relative;
  color:#fff;
  cursor:pointer;
}

.history-date-tab-group .date-tab.active{
  background-color: #fff;
  color:#1e97f7;
}

.history-date-tab-group .date-tab:before{
  content:"";
  position:absolute;
  left:50%;
  -webkit-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
  top: -2.5em;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: solid 2px #fff;
  background-color: #fff;
}


.history-date-tab-group .date-tab.active:before{
  background-color:#1e97f7;
}


.history-date-tab-group .date-tab.active:after{
  content:"▼";
  position:absolute;
  left:50%;
  -webkit-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
  top:-60px;
  color:#fff;
}

/*culture*/
.large-play-button{
  margin: auto;
  padding: 2em;
}

.large-play-button .icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(50%) translateX(50%);
  -ms-transform: translateY(50%) translateX(50%);
  transform: translate(-50%,-50%);
  top: 50%;
  font-size: 3em;
  display: inline-block;
  width: 2em;
  height: 2em;
  background-color: rgba(0,150,108,0.8);
  border-radius: 100%;
  line-height: 2em;
  border: solid 4px #fff;
}

.large-play-button .icon svg{
  position: relative;
  right: -29%;
  transform: translateX(-50%) translateY(-8%);
  color: #fff;
}


.play-image{
  height:100%;
}

.culture-left > div:first-of-type {
  border-bottom: solid 1px #d6d6d6;
  padding-bottom: 1em;
}

.culture-item:nth-child(2) {
  margin-left: 3em;
}

@media (min-width:769px){
  .culture-right {
    margin-left: 2em;
  }
}

@media (max-width:769px){
  .culture-item.culture-right > div{
    min-height: 14em;
  }
}

/*ABOUT US PAGE SOCIAL FEED*/
.about-social{
  margin-top: 1em;
}
.about-social ul{
  padding-left:0;
  margin: 0;
}
.about-social li {
  display: inline-block;
  margin-left: 0.5em;
}

.about-social a {
  background-color: #1e97f7;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 100px;
  color: #fff;
}

.about-social a:hover{
  background-color: #1e97f7 !important;
}



@media (min-width:481px){
  .history-items{
    padding-bottom:1em;
  }
}

@media (max-width:480px){
  .history-item .icon i{
    font-size:3em;
  }
  .about-social{
    text-align:center;
  }
  .about-social .title{
    margin: auto;
  }

  .about-social .channels{
    margin: auto;
    margin-top: 0.5em;
  }

  .about-social li {
    margin-left: 0.25;
    margin-right: 0.25em;
  }
}


/*TEAM MEMBERS*/
.team-item {
  max-width: 50%;
  min-width: 50%;
  width: 100%;
  border-top: solid 4px #1e97f7;
  background-color:#fff;
  position:relative;
  cursor:pointer;
}


.team-item .profile-intro > div {
  min-height: 250px;
  max-width: 50%;
  min-width: 50%;
}

.team-item .profile-intro .image{
  background-position:top;  
}


.name-intro {
  width: 100%;
  padding: 2em;
  position:relative;
}

.profile-intro .name,
.profile-intro .title,
.profile-intro .detail-button{
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight:200;
  position:relative;
}

.profile-intro .title{
  font-size:0.8em;
  text-transform:uppercase;
}

.profile-intro .title:after{
  content: "";
  position:absolute;
  left:50%;
  -webkit-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
  bottom:-10px;
  width:40px;
  height:2px;
  background-color:#1e97f7;
}

.profile-intro .detail-button{
  margin-top:1em;
  display:block;
  font-size:0.8em;
  color:#1e97f7;
}

.team-item .arrow,
.team-item.is-selected .name-intro{
  display:none;
}

.team-item.is-selected .intro-content{
  position:relative;
}

.team-item.is-selected .arrow{
  display:block;
  margin: auto;
  font-size: 2em;
  color:#1e97f7;
}


/*about popup*/
.team-item .about-me{
  display:none;
  padding: 2em;
  background-color:rgba(0, 150, 108, 0.95);
}



.team-item .close {
  position: absolute;
  right: 1em;
  top:1em;
}


.team-item .about-me {
  position: absolute;
  top: 0;
  left: 100%;
}

.team-item.is-selected .about-me{
  z-index: 1;
  width: 100%;
  height: calc(200% + 5px);
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.team-item:nth-child(2n) .about-me{
  left: -100%;
}

.team-item:nth-child(2n) .arrow{
  -webkit-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  transform:rotate(180deg);
}

@media (min-width:768px){
  .team-item:nth-last-child(1) .about-me,
  .team-item:nth-last-child(2) .about-me{
    top:calc(-100% - 4px);
  }
}


.about-me .name {
  font-size:  2em;
  margin-bottom:  0;
}

.about-me .title {
  font-weight: 200;
  text-transform:  uppercase;
  margin-bottom: 1em;
}


@media (max-width:900px){
  .team-item {
    max-width: none;
    min-width: initial;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .team-item.is-selected .about-me{
    height: auto;
  }

  .team-item .about-me{
    left:0 !important;
  }
}

@media (max-width:768px){
  .culture-wrap .culture-item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .culture-wrap .culture-right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .team-item.is-selected:nth-child(2n) .intro-content .arrwo,
  .team-item.is-selected .intro-content .arrow{
    transform:rotate(180deg);
  }

  .team-item.is-selected .about-me{
    padding:1em;
    position:relative;
  }

}

@media (max-width:480px){
  .team-item .profile-intro > div{
    max-width: none;
    min-width: initial;
    width: 100%;
    min-height: auto;
  }

  .team-item.is-selected .intro-content{
    display:none !important;
  }

  .team-item.is-selected .about-me{
    padding:1em;
    position:relative;
  }

  .team-item .profile-intro .image {
    min-height: 250px;
    max-width: 80%;
    left: 50%;
    transform: translateX(-50%);
    top: 0.9em;
  }


  .history-item-wrap .icon{
    max-width: 100px;
    margin-right: 0;
    margin: auto;
    height: 100px;

    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .history-item .icon img{
    width:70%;
  }

  .history-item-wrap .content{
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    text-align:center;
  }

  .history-item .title:before{
    left:auto;
  }

  .history-dates{
    display:none !important;
  }
}











/*////////////////////////////
///NEW FOOTER
///////////////////////////*/
/*social bar*/
.new-footer-bar ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style:none;
}

.new-footer-bar .page-wrap{
  padding-top: 1em;
  padding-bottom: 1em;
}

.new-footer-bar li{
  display:inline-block;
}

.new-footer-bar li.title {
  margin-right: 1em;
}

.new-footer-bar li a {
  font-size: 1em;
  display: block;
  background-color: #000;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color:#fff;
}

.new-footer-bar form{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  float:right;
}

.new-footer-bar h3{
  display:none;
}

.new-footer-bar .hs_error_rollup{
  display:none;
}

.new-footer-bar .hs-error-msgs label{
  color:#fff !important;
}

.new-footer-bar .submitted-message {
  color: #fff;
  text-align: right;
}


.new-footer-bar form > div{
  margin-bottom:0;
}
.new-footer-bar [type="email"]{
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: none;
  padding: 0;
  border: solid 1px rgba(255, 255, 255, 0.32);
  border-right: rgba(255, 255, 255, 0.55);
  border-radius: 0;
  font-size: 0.7em;
  width: 200px;
  padding-left: 10px;
}

.new-footer-bar [type="submit"]{
  background-color:#fff;
  color:#165d5c !important;
  padding: 11px;
  margin:0;
}

.new-footer-bar .hs-form-field {
  margin-bottom: 0;
}

/*links section*/
.new-footer-logo img {
  max-width: 180px;
  width:100%;
}

.footer-bg {
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-bottom: 1em;
}

.new-footer-links-wrap .title {
  color:  #fff;
  margin-top:  0;
  border-bottom:  solid 1px #1e97f7;
  padding-bottom:  0.5em;
  margin-bottom:  0.5em;
  font-size: 1.3em;
}

.new-footer-links-wrap ul {
  list-style:  none;
  padding:  0;
}

.new-footer-links-wrap li{
  margin-bottom:1em;
}

.new-footer-links-wrap a{
  text-decoration:  none;
  color: #c3c3c3;
  display:block;
}

.new-footer-links-wrap{
  font-size:15px;
}

.new-footer-links a{
  border-bottom:solid 1px;
  padding-bottom:0.5em; 
}

.new-footer-links a:hover,
.new-footer-location a:hover{
  color:#1e97f7;
}


.new-footer-links-wrap > div > div > div {
  border-right: solid 1px;
  padding-right: 2.564102564%;
}

.new-footer-links-wrap > div > div {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.new-footer-links-wrap > div > div > div:last-of-type {
  border-right:  0;
  padding-right:  0;
  padding-right:  0;
}

.new-footer-links-wrap .link-col > div {
  margin-right: 1em;
}


/*location*/
.new-footer-location li span {
  margin-right:  0.5em;
  color:#1e97f7;
}


.new-footer-location .second-level {
  display:  inline-block;
  vertical-align:  top;
}

.new-footer-location .second-level li {
  margin-bottom: 2px;
  color: #c3c3c3;
}


/*copywrite*/
.new-footer-copywrite {
  text-align:  center;
  font-size:  14px;
  background-color:  #161619;
  color:#929292;
}

.new-footer-copywrite .page-wrap {
  padding-top: 1em;
  padding-bottom: 1em;
}

@media (max-width:768px){

  .new-footer-bar form > div {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
  }

  .new-footer-bar form .hs_submit{
    max-width: 20%;
    width:100%;
  }

  .new-footer-bar form .hs_email{
    max-width: 60%;
    width: 100%;
  }

  .new-footer-bar .page-wrap ul{
    width: 100%;
    max-width: none;
    display: block;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .new-footer-bar  .social-icons{
    margin-bottom:1em;
  }

  .new-footer-bar form{
    float:none;
  }

  .new-footer-bar .subscribe{
    display:inline-block;
  }


  .new-footer-logo{
    margin-bottom: 2em;
  }

  .new-footer-links-wrap > div > div > div{
    max-width: none;
    width: 100% !important;
    display: block !important;
    border-right: none;
    padding-right:0;
  }

  .footer-bg{
    padding-bottom:0;
  }

  .new-footer-links .link-col{
    padding-left:1em;
  }

  .new-footer-bar [type="email"]{
    width: auto !important;
  }
}


@media (max-width:480px){
  .new-footer-bar [type="submit"]{
    padding: 9px;
  }
}




/*CHECKPOINT TEMPLATE*/
.section-wrap > .page-wrap{
  padding-top:0;
  padding-bottom:0;
  padding-left:2em;
  padding-right:2em;
}

.section-wrap.border-top{
  border-top:solid 1px #dcdcdc;
}

.cp-intro-content-wrap{
  padding-bottom:3em;
  padding-left:1em;
  padding-right:1em;
}

.cp-intro-content {
  max-width: 800px;
  background-color: #fff;
  padding: 2em;
  margin-top: -5em !important;
  position: relative;
  z-index: 10;
  border-top: solid 10px #1e97f7;
}

.list-multi-header {
  margin-bottom: 2em;
}

.list-multi-col.reorder > .featured-img {
  order: 1;
  margin-right:  0;
  margin-left:  2em;
}

.list-multi-col-item {
  margin-bottom: 1em;
}

.list-multi-col-item:last-of-type {
  margin-bottom:  0;
}




.list-multi-col .featured-img {
  max-width: 45%;
  width: 100%;
  margin-right: 2em;
}

.list-multi-col-item .icon {
  max-width: 70px;
  border: solid 2px #1e97f7;
  width: 100%;
  height: 70px;
  border-radius: 100px;
  padding: 3px;
  margin-right: 1em;
}

.list-multi-col-item .icon img{
  position:relative;
  bottom:-3px;
}

@media (max-width:768px){
  .cp-intro-content{
    margin-top: -0.5em !important;
    padding:1em;
  }

  .list-multi-col{
    -webkit-box-flex:1;
    -ms-flex:auto;
    flex:auto;
  }

  .list-multi-col .featured-img{
    max-width: none;
    min-height: 200px;
    margin-bottom: 2em;
    margin-right: 0;
  }

  .list-multi-col.reorder > .featured-img {
    order: 0;
    margin-left: 0;
  }
}


@media (max-width:768px){
  .list-multi-col-item .icon{
    width: 50px;
    height: 50px;
    margin-right: 0.5em;
  }
}





/*CAREER PAGE
////////////////////////////////*/
.quote-list .quote {
  text-align: center;
  position: absolute;
  opacity: 0;
  transition: 0.2s;
  font-size: 1em;
  font-style: italic;
}

.quote-list .quote.active{
  position:relative;
  opacity:1;
}

.quote-list .speaker {
  color: #219669;
  font-size:  0.9em;
  margin-top:  1em;
}

.quote-list .fa-quote-left{
  font-size:2em;
  color: #1e97f7;
  margin-bottom: 0.5em;
}


.video-quote-module .wistia_embed{
  margin-top: 1em;
}

.video-quote-module .hs-button .wistia_click_to_play {
  height:  auto !important;
  width:  auto !important;
  margin: 0px auto;
}


.video-quote-module{
  overflow:hidden;
  position:relative;
  border: solid 1px #e4e4e4;
  border-right: 0;
  border-left: 0;
}

.video-quote-module .cols{
  position:relative;
  z-index:1;
}

.video-quote-module .cover-img {
  margin-top: 0;
  max-width: 480px;
  width: 100%;
  height: 300px;
  border: solid 5px #fff;
  text-align: center;
  margin-right: 3em;
  margin-left: auto;
  position: relative;
  z-index: 1;
  margin-top: 7em;
  margin-bottom: 7em;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.31);
}

.video-quote-module .cover-img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.44);
}


/* .video-quote-module .cover-img .fa-play {
color: #ffffffd6;
font-size: 5em;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
} */

.video-quote-module .wistia_embed a {
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(50%) translateX(50%);
  -ms-transform: translateY(50%) translateX(50%);
  transform: translate(-50%,-50%);
  top: 50%;
  font-size: 3em;
  display: inline-block;
  width: 2em;
  height: 2em;
  background-color: rgba(0,150,108,0.8);
  border-radius: 100%;
  line-height: 2em;
  border: solid 4px #fff;
}

.video-quote-module .wistia_embed a svg {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 1em;
  top: 50%;
  right: -4%;
}


.video-quote-module .device-image {
  position: absolute;
  top: 53%;
  left: -22em;
  width: 140%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.offset-elm{
  position:absolute;
  background-color:#04395e;
  background-color:#6546f8;
  top: 0;
  bottom: 0;
  width: 100%;
  left: -75%;
}


/*Available job position*/
.ava-position-wrap{
  position:relative;  
}
.ava-position{
  padding: 3.125rem 1rem;
  position:relative;
}

.ava-position > .page-wrap{
  padding-top:0;
}

.ava-position .conclu{
  color:#fff;
  margin-top:2em;
}

.ava-position .post-item {
  background-color:  #fff;
  margin: 1em;
  padding:  1em;
  max-width: calc(50% - 2em);
  min-width: calc(50% - 2em);
  text-decoration:  none;
}

.ava-position .post-item .featured-img{
  max-width: 120px;
  margin-right: 1em;
}

.ava-position .post-item  h3{
  margin-top: 0;
  margin-bottom:0;
  color: #219669;
}

.ava-position .job-title {
  font-size: 0.8em;
  color: #333;
}

.ava-position .snippet {
  font-size:  0.9em;
  font-weight:  normal;
  color:  #333;
  padding-top:  0;
  margin-top: 7px;
}

.ava-position .hs-button{
  padding: 6px 18px;
}

.vector-line-bg,
.grid-line-bg {
  background-size: 136%;
  opacity: 0.2;
}

@media (max-width:980px){
  .video-quote-module .cols{
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;;
  }

  .video-quote-module  .offset-elm{
    left: auto;
    bottom: 71%;
  }

  .video-quote-module .device-image{
    width: 100%;
  }

  .video-quote-module .cover-img{
    margin-left: auto;
    margin-right: auto;
    margin-top: 4em;
  }
}

@media (max-width:768px){
  .ava-position .post-item{
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;;
    max-width: none;
    min-width: initial;
    margin-left: 0;
    margin-right: 0;
  }

  .video-quote-module .device-image{
    top: 45%;
  }

  .video-quote-module .cover-img{
    margin-top: 0em
  }
}

@media (max-width:480px){
  .ava-position > .page-wrap{
    padding-left:0;
    padding-right:0;
  }
  .ava-position .post-item{
    margin-top:0;
  }

  .ava-position .post-item .featured-img{
    margin-right: 0;
    margin-bottom: 1em;
  }

  .ava-position .post-item > .flex-item{
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;;
  }

  .video-quote-module .page-wrap{
    padding: 0.5em;
    padding-top: 2em;
    padding-bottom:2em;
  }

  .video-quote-module .cover-img{
    margin-bottom: 1em;
    max-width: 422px;
  }

  .video-quote-module .device-image{
    display:none !important;
  }
}




.flickity-viewport {
  transition: height 0.2s;
}


/*RESOURCES
////////////////////////////////*/
.resource-filter-wrap {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.resource-filter-wrap a, 
.resource-filter-wrap button {
  border: none;
  background-color: transparent;
  color: #fff;
  position: relative;
  font-weight: 200;
  text-decoration: none;
  cursor: pointer;
}
.resource-filter-wrap svg{
  max-width:1em;
}

.resource-filter-wrap .fa-circle,
.resource-filter-wrap .fa-check-circle {
  margin-right: 6px;
  font-size: 1em !important;
}

.resource-filter-wrap .is-checked .fa-circle,
.resource-filter-wrap .fa-check-circle {
  display:none;
  opacity:0;
}

.resource-filter-wrap .is-checked .fa-check-circle  {
  display:inline-block;
  opacity:1;
}

.resource-toggle:focus{
  outline:none;
}

.resource-item {
  max-width: calc(33% - 1em);
  min-width: calc(33% - 1em);
  width: 100%;
  margin: 0.5em;
  background-color: #fff;
  color: #333;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 9px #cccccc;
  text-decoration: none;
  position:relative;
}

.resource-item:hover{
  color:#333;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.4);
}


.resource-item .img-wrap {
  position:relative;
}

.resource-item .bg-color {
  position: absolute;
  width: 100%;
  height: 300px;
  top: -10em;
  -webkit-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  transform: skewY(10deg);
}

.resource-item .resource-type {
  font-size: 0.7em;
  background-color: #1e97f7;
  display: inline-block;
  padding: 2px 15px;
  border-radius: 100px;
  color: #fff;
  margin-top: 1em;
  margin-bottom: 5px;
}

.resource-type.resource-guides {
  background-color: #1e97f7;
}

.resource-type.resource-checklists {
  background-color: #fa9f42;
}

.resource-type.resource-checkups {
  background-color: #04395e;
}

.resource-type.resource-presentations {
  background-color: #6546f8;
}

.resource-item h3{
  color:#1e97f7;
  font-size: 0.9em;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 0px;
}



.resource-item p{
  font-size:0.9em;
  margin-top: 0;
}

.resource-item .overveiw {
  padding-left: 1em;
  padding-right: 1em;
}


.resource-image {
  background-size: contain;
  width: 100%;
  height: 180px;
  background-position: left;
  position: relative;
  z-index: 1;
  margin-top: 1em;
  margin-right: 1em;
  margin-left: 1em;
}

.resource-form-wrap{
  position:relative;
  overflow:hidden;
   display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; ;
}

.resource-form-wrap .logo {
  opacity: 0.09;
  left: 50%;
}

.resource-form {
  padding-left: 1em;
  padding-right: 1em;
  position:relative;
  z-index:1;
  padding-bottom:1em;
}

.resource-form p{
  font-size:0.9em;
}

.resource-item .button{
  color:#1e97f7;
  position:relative;
}

.resource-item .button svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}


/*video slides*/
.resource-video-slide .js-slide {
  width: 49%;
  padding:0 1.5em;
}


.resource-video-slide .cols{
  width:100%;
  text-align:center;
}

.resource-video-slide .name-wrap{
  margin-bottom:1em;
}



.resource-video-slide .col-1 .wistia_click_to_play{
  height:300px !important;
}


.resource-video-slide .hs-button.wistia_embed .wistia_click_to_play {
  height:auto !important;
  width:auto !important;
}

.resource-video-slide .name {
  font-size:  1.2em;
}

.resource-video-slide .job-title,
.resource-video-slide .quote{
  font-size:0.95em;
  font-weight:300;
  font-style:italic;
}

.resource-video-slide .job-title{
  font-size:0.9em;
  font-style:normal;
}


.resource-video-slide .flickity-page-dots .dot{
  background-color: #fff;
  position: relative; 
}

@media (min-width:769px){
  .resource-toggle{
    display:none;
  }
}

@media (max-width:768px){

  .resource-filter-wrap{
    padding-top:0;
    padding-bottom:0;
  }

  .resource-filter-wrap .filter-button-group {
    display: none !important;
  }

  .resource-toggle{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 1em;
    background-color: #fff !important;
    margin-left: 1em;
    color: #333 !important;
    font-size: 0.9em;
  }

  .filter-button-group.active {
    display: block !important;
    position: absolute;
    z-index: 2;
    top: 4em;
    left: 1em;
    overflow: hidden;
    border-radius: 6px;
    display: inline-block !important;
    padding: 0;
    width: calc(100% - 2em);
  }

  .filter-button-group.active a {
    background-color: #fff;
    color: #333;
    display: block;
    font-size: 0.9em;
    border-bottom: solid 1px #cecece;
    padding: 1em 0.5em;
  }

  .filter-button-group.active .is-checked{
    color:#1e97f7; 
  }

  .resource-item{
    max-width: calc(50% - 1em);
    min-width: calc(50% - 1em);
  }

  .resource-video-slide .js-slide{
    width:100%;
    padding:0 1em;
  }

}

@media (max-width:480px){
  .resource-item{
    max-width: calc(100%);
    min-width: calc(100%);
    margin-left:0;
    margin-right:0;
    height: auto !important;
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }

  .resource-video-slide .col-1 .wistia_click_to_play{
    height:200px !important;
  }
}




/* checkmarks */
.large-checkmarks h3 {
  font-size:  1.5em;
  font-weight: 600;
  color: #7e58ff;
}

.checkmarks li,
.large-checkmarks li {
  list-style:  none;
  position:relative;
  margin-bottom:0.7em;
}

.checkmarks li:before,
.large-checkmarks li:before{
  content: "\f058";
  font-family: fontAwesome;
  position:absolute;
  font-size:1.1em;
  left:-1.3em;
  color: #7e58ff;
}

.checkmarks li:before{
  content:"\f00c";
}

.white .checkmarks li:before{
  color:#fff;
}

/* SEARCH RESULTS PAGE 
//////////////////////////*/
.search-results{
  overflow:hidden;
}

.search-results li {
  background-color:#fff;
  padding:1em;
  margin-bottom:1em;
  border-bottom:solid 3px #159f78;
}

.search-results li p {
  font-size: 0.9em;
  margin-bottom: 0;
}



/* CONTAINER WRAP */
.section-wrap {
  float: none;
  margin: 0 auto;
  display: block;
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
  overflow: hidden;
  clear: both;
}

.container-wrap {
  max-width: 1300px;
  margin: 0 auto !important;
  padding-left: 2em;
  padding-right: 2em;
  float: none !important;
  position: relative;
  width: 100%;
  z-index: 1;
}

.container-wrap-narrow {
  max-width: 850px;
  margin: 0 auto !important;
  padding-left: 2em;
  padding-right: 2em;
  float: none !important;
  position: relative;
  width: 100%;
  z-index:1;
}

.container-wrap-small {
  max-width: 698px;
  margin: 0 auto !important;
  padding-left: 2em;
  padding-right: 2em;
  float: none !important;
  position: relative;
  width: 100%;
  z-index:1;
}

.container-wrap-lg-narrow {
  max-width: 1000px;
  margin: 0 auto !important;
  padding-left: 2em;
  padding-right: 2em;
  float: none !important;
  position: relative;
  width: 100%;
  z-index:1;
}

@media (max-width:768px){
  .container-wrap-lg-narrow,
  .container-wrap,
  .container-wrap-large,
  .container-wrap-small,
  .container-wrap-narrow{
    padding-left:1em;
    padding-right:1em;
  }

  .section-wrap{
    padding-top:3em;
    padding-bottom:3em;
  }
}

.flex-col-12 .cols {
  -webkit-box-flex:1;-ms-flex:auto;flex:auto;
}

.flex-col-2 .cols {
  max-width: calc(50% - 1.5em);
  min-width: calc(50% - 1.5em);
  width: 100%;
}

.flex-col-2 .col-2 {
  margin-left: auto;
}



@media(min-width:769px){
  .flex-col-2.reverse-order .col-1{
    margin-right: 0;
    margin-left: auto;
    -webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;
  }

  .flex-col-2.reverse-order .col-2 {
    margin-left: 0;
  }

  .flex-col_6-4:not(.reverse-order) .col-1,
  .flex-col_6-4.reverse-order .col-1,
  .flex-col_4-6:not(.reverse-order) .col-2,
  .flex-col_4-6.reverse-order .col-2 {
    max-width: calc(40%);
  }

  .flex-col_7-5:not(.reverse-order) .col-1,
  .flex-col_7-5.reverse-order .col-1{
    max-width:calc(30%);
    min-width:calc(30%);
  }


  .flex-col_7-5:not(.reverse-order) .col-2,
  .flex-col_7-5.reverse-order .col-2 {
    max-width: calc(70% - 5em);
    min-width: calc(70% - 5em);
  }

  .flex-col_7-5 .cols{
    width:100%;
  }

  .flex-col_6-4:not(.reverse-order) .col-2,
  .flex-col_4-6:not(.reverse-order) .col-2{
    padding-left:calc(2em + 1em);
  }

  .flex-col_4-6.reverse-order .col-2{
    padding-right:calc(2em + 1em);
    order: -1;
  }
}

@media(max-width:768px){
  .flex-col-2 .cols{
    max-width:none;
    min-width:auto;
    width:100%;
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;
  }
}


/* BRAND ELEMENT */
.brand-element:before{
  content:"";
  position:absolute;
  width:200px;
  height:200px;
  background-size:contain;
  right: -3em;
  background-image:url(https://www.compuquip.com/hubfs/Temp_images/comp-element.svg);
  opacity: 0.15;
  background-repeat: no-repeat;
}
@media(max-width:768px){
  .brand-element:before{
    right: 0;
  }
}





/* POST LIST NEW 
////////////////////////////////////// */
/* POST LISTING   */
.hero--standard .post-subscription-form form > div:not(.hs_email){
  display: none;
}

.hero--standard .hs_submit.hs-submit {
  display: block !important;
}

.post-listing-hero {
  padding-top: 7em;
  padding-bottom: 6em;
}

.post-listing-hero .content-area{
  text-align:center;
}
.post-listing-hero h1{
  margin-bottom: 0;
}

.post-listing-hero h1 + p{
  color:#fff;
  font-weight:600;
  font-size:1.2em;
}

.post-subscription-form form{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin-left: auto !important;
  margin-right: auto;
  max-width: 330px;
  width: 100%;
}

.post-subscription-form .hs_email label {
  display: none;
}

.post-subscription-form form input[type="email"] {
  box-shadow: none;
  border: solid 1px rgba(255,255,255,0.68) !important;
  background-color: rgba(169,169,169,0.49) !important;
  height: 40px;
  border-right: 0 !important;
  color: #fff;
  border-radius: 5px;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  font-size: 1em !important;
}

.post-subscription-form input[type="submit"]{
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border: solid 1px rgba(255,255,255,0.68);
  height: 40px;
  font-size: 1em;
  margin-left:0;
}  

/* POST   */
/*   topics */
.post-filter-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: normal;
  color: #c8b682;
}


.all-post-topics {
  margin-top: 0;
  text-align:left;
  padding-top: 0;
}

.all-post-topics:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  background-color: #c8b682;
}

.all-post-topics > span {
  text-align: left;
  position: absolute;
  left: 0;
  z-index: 9;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
  top: 100%;
  cursor:pointer;
  transition:all ease-in-out 0.2s;
}


.all-post-topics ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.all-post-topics li {
  display: block;
  text-align: left;
  border-bottom:solid 1px #e0e0e0;
}


.all-post-topics li a{
  font-weight: normal !important;
  color: #333 !important;
  background-color: #fff;
  padding: 0.5em;
  display: block;
  font-size:0.9em;
}

.all-post-topics li:hover a{
  color:#00a077 !important;
}

.all-post-topics li:after {
  display:none;
}


.subscribe-wrap .filter-title,
.all-post-topics .filter-title {
  text-align: left;
  color: #159f78;
  background-color:#fff;
  display: inline-block;
  margin-left: 0;
  padding: 7px 14px;
  border-radius: 0px;
  font-size: 0.9em;
  cursor:pointer;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.39);
}

.subscribe-wrap .filter-title:after, 
.all-post-topics .filter-title:after {
  content: "\f0d7";
  font-family: fontAwesome;
  margin-left: 7px;
}

.subscribe-wrap .filter-title{
  background-color:#00a077;
  color:#fff;
}

.subscribe-wrap{
  text-align:right;
  position: relative;
}

.subscribe-wrap .filter-title:hover,
.all-post-topics .filter-title:hover{
  background-color:#004c4b;
  color:#fff;
}

/* post listing */
.post-list-item {
  max-width: calc( 33.33% - 1.5em);
  min-width: calc( 33.33% - 1.5em);
  width: 100%;
  margin: .75em;
}

.post-list-item a {
  color: inherit !important;
  text-decoration: none;
  overflow: hidden;
  display: block;
}


.post-list-image {
  height: 168px;
  background-size: cover;
  position: relative;
  background-color: #999;
}

.post-list-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.38);
}

.post-list-author {
  padding: 0 1em;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.post-list-author img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: inline-block;
  bottom: -22px;
  position: relative;
  border: solid 2px #fff;
}

.post-list-item .name-time {
  display: inline-block;
  color: #fff;
  font-size: .8em;
  vertical-align: bottom;
  max-width: calc(100% - 65px);
  margin-left: 6px;
  position: relative;
  width: 100%;
  margin-bottom: .4em;
}

.post-list-content-area {
  padding: 1em 1em 0;
  display: block;
  overflow: hidden;
  background-color: #fff;
  margin: .25rem 0;
}

.post-list-item h3 {
  margin-top: .8em;
  font-weight: 400;
  font-size: 1.1em;
  margin-bottom: 0 !important;
}

.post-list-item p{
  font-size:0.8em;
  font-weight: normal;
}

.post-list-item .post-share {
  background-color: #7e58ff;
  color: #fff;
  font-size: 13px;
  overflow: hidden;
}

.post-list-item .post-share span {
  padding: .5em;
  display: inline-block;
}

.post-list-item .post-share .icon-wrap {
  float: right;
  display: inline-block;
  width: auto;
}

.post-list-item .post-share a {
  padding: .5em;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}

/*cta */
.post-list-item.cta {
  padding: 1em;
  background-color: #7e58ff;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-list-item .cta-overview p {
  font-size: 1.4em;
  font-weight: 200;
  margin-top:0;
}

.post-list .cta a{
  color: #000 !important;
}


/*   pagination */
.blog-pagination {
  padding-top: 3em;
}

.blog-pagination a {
  font-size:1em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-box-flex: 3;
  -ms-flex: 3 0;
  flex: 3 0;
}



.all-post-topics h3 + div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
}

.all-post-topics h3 + div > a {
  background-color: #fff;
  padding: 0.3em 1em;
  border-radius: 5px;
  margin-left: auto;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  color: #016099 !important;
}

.all-post-topics h3,
.all-post-topics:before{
  display:none;
}


.subscribe-context {
  text-align: center;
  background-color:#00a077;
  position: absolute;
  right: 0;
  padding: 1.5em 1em;
  max-width: 350px;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.29);
  transition: all ease-in-out 0.2s;
  top: 100%;
}

.all-post-topics > span:not(.active),
.subscribe-context:not(.active){
  top: 3000%;
  opacity:0;
}

.subscribe-context h3{
  margin-top:0;
  margin-bottom:0;
}

.subscribe-context .snippet {
  font-size: 0.8em;
  margin-top: 0;
}

.subscribe-context .hs-button{
  background-color: #fff;
  color: #7e58ff !important;
}

.field > label.active,
.subscribe-context .hs-error-msgs li{
  color:#fff !important;
}

.close-this {
  font-size: 0.7em;
  margin-bottom: 0;
  margin-top: 1em;
  text-decoration: underline;
  cursor:pointer;
}

@media(max-width:480px){
  .all-post-topics h3 + div > a{
    margin-left:auto;
    margin-right:auto;
    margin-top: 1em;
  }
}

@media (max-width:768px){
  .post-list-item {
    max-width: calc( 50% - 1.5em);
    min-width: calc( 50% - 1.5em);
  }
}

@media (max-width:480px){
  .post-list-item {
    max-width: none;
    min-width: initial;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-flex:1;-ms-flex:auto;flex:auto
  }

  .all-post-topics > span,
  .subscribe-context {
    max-width: none;
    width: 150%;
  }
}



/* COLUMN SPANS SPACES
//////////////////////////*/
.col-space-6 .item,
.col-space-5 .item,
.col-space-4 .item,
.col-space-3 .item,
.col-space-2 .item{
  margin-left:1.5em;
  margin-top:1.5em;
}

.col-space-2 .item{
  max-width:calc(50% - 1em);
  min-width:calc(50% - 1em);
}

.col-space-3 .item{
  max-width:calc(33.33% - 1em);
  min-width:calc(33.33% - 1em);
}

.col-space-4 .item{
  max-width:calc(25% - 1.2em);
  min-width:calc(25% - 1.2em);
}

.col-space-5 .item{
  max-width:calc(20% - 1.2em);
  min-width:calc(20% - 1.2em);
}

.col-space-6 .item{
  max-width:calc(16.66% - 1.3em);
  min-width:calc(16.66% - 1.3em);
}

.item:nth-child(1){
  margin-left:0;
}

@media (max-width:980px) and (min-width:481px){
  .col-space-5 .item,
  .col-space-6 .item{
    max-width:calc(33.33% - 1em);
    min-width:calc(33.33% - 1em);
  }

  .col-space-5 .item:nth-child(3n + 1),
  .col-space-6 .item:nth-child(3n + 1){
    margin-left:0;
  }
}

@media (max-width:980px) and (min-width:769px){
  .col-space-4_wrap .item{
    max-width:calc(33% - 1em) !important;
    min-width:calc(33% - 1em) !important;
    margin-left:1em !important;
  }

  .col-space-4_wrap .item:nth-child(3n + 1){
    margin-left:0;
  }
}

@media (min-width:769px){
  .col-space-6 .item:nth-child(6n + 1),
  .col-space-5 .item:nth-child(5n + 1),
  .col-space-4 .item:nth-child(4n + 1),
  .col-space-3 .item:nth-child(3n + 1),
  .col-space-2 .item:nth-child(2n + 1){
    margin-left:0;
  }

}


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

  .col-space-3_wrap .item,
  .col-space-4 .item{
    max-width:calc(50% - 1em) !important;
    min-width:calc(50% - 1em) !important;
  }



  .col-space-3.col-space-3_wrap .item:not(:first-of-type){
    margin-left: 3em ;
  }

  .col-space-3.col-space-3_wrap .item:nth-child(2n + 1),
  .col-space-4 .item:nth-child(2n + 1),
  .col-space-5 .item:nth-child(3n + 1),
  .col-space-6 .item:nth-child(3n + 1){
    margin-left:0;
  }

}

@media(max-width:768px){
  .col-space-2 .item,
  .col-space-3 .item{
    flex:auto;
    max-width:none;
    min-width:initial;
    margin-left:0;
    width: 100%;
  }
}

@media(max-width:480px){  
  .col-space-4 .item, 
  .col-space-3 .item, .col-space-2 .item {
    margin-left: 0;
    margin-top: 1em;
  }

  .col-space-5 .item,
  .col-space-6 .item{
    max-width:calc(50% - 1em);
    min-width:calc(50% - 1em);
    margin-top: 1em;
  }

  .col-space-4 .item{
    flex:auto;
    max-width:none;
    min-width:initial;
    margin-left:0;
    width: 100%;
  }

  .col-space-5 .item:nth-child(2n + 1),
  .col-space-6 .item:nth-child(2n + 1){
    margin-left:0;
  }
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}