/* @import url('https://www.olark.com/css/main-084373346c.css'); */

/**
 * CSS @imports must be at the top of the file.      
 * Add them above this section.                             
 */



/* ==========================================================================
   HS COS Boilerplate v1.5.0                                
   ========================================================================== */

/* /* Missing Template at Path: \'custom\/page\/Company_Theme\/CompanyModules.css\' */

/* These includes are optional, but helpful. */
/* /* 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;
}

/* 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;}







/* ==========================================================================
   Index:         
  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography
  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer
  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu
  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages
  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons
  6. MISCELLANOUS
  7. MOBILE MEDIA QUERIES
   ========================================================================== */








/* ==========================================================================
   1. BASE STYLES                                             
   ========================================================================== */

.header-container, .body-container, .footer-container{
max-width: 1200px;
margin: 0 auto;
}



/* ==========================================================================
   Variables                                               
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */






























/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 

/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */




/* ==========================================================================
   Base                                                    
   ========================================================================== */


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #333;
  font-family: Gibson, Sans-Serif;
  font-size: 13px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */
 
 


a { color: #5AABEF; }
a:hover, a:focus { color: #4398DE; }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}

ul {
  list-style: none;
  padding-left: 1rem;
}
.post-body li {
    margin-left: 1rem;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
    max-width: initial;
}


/* Header and Footer */

/* Cookie Banner */

#hs-eu-cookie-confirmation {
  background: #6C37A7 !important;
  color: white !important;
  border-top: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  
  top: 82px !important;
}

#hs-eu-cookie-confirmation-inner {
  background: #6C37A7 !important;
  max-width: 1180px !important;
}

#hs-eu-cookie-confirmation-inner p {
  color: white !important;
  font-family: "Gibson", sans-serif !important;
  font-size: 14px !important;
  
  float: left;
  margin: 10px 0 0 !important; 
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  display: inline-block;
  float: left;
  margin-bottom: 20px;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  background-color: white !important;
  font-family: "Gibson", sans-serif !important;
  font-size: 14px !important;
  font-weight: bold !important;
  border-radius: 2em !important;
  
  margin: -16px 0 18px 1rem !important;
  padding: 6px 16px !important;
}

#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
  background: white !important;
}

.header-bar-logo {
    width: 86px;
    height: 57px;
    float: left;
    margin-top: 1em;
    transition: all 100ms ease-out;
}

@media screen and (min-width: 770px) {
    .header-bar-logo:hover {
        transform:scale(1.05);
        transition: all 100ms ease-out;
        cursor: pointer;
    }
}

.header-bar-nav {
    font-size: 1rem;
    display: inline-block;
    width: 100%;
    height: 81px;
  	padding: 0 16px;
}

.header-bar-link {
    color: #2a2828;
    font-weight: bold;
  	text-decoration: none;
    float: left;
    padding-top: 2em;
    padding-bottom: 2px;
    margin-left: 3em;
    position: relative;
}

.header-bar-link:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #2a2828;
    visibility: hidden;
    transform: scaleX(0);
    transition: all .2s cubic-bezier(1,.25,0,.75) 0s;
}

.header-bar-link:hover:after {
    visibility: visible;
    transform: scaleX(1);
}

.header-bar-link-trial {
  	font-weight: 600;
  	text-decoration: none;
    float: left;
    padding-top: 2em;
    margin-left: 3em;
}

.header-bar-link-trial:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #2a2828;
    visibility: hidden;
    transform: scaleX(0);
    transition: all .2s cubic-bezier(1,.25,0,.75) 0s;
}

.header-bar-link-trial:hover:after {
    visibility: visible;
    transform: scaleX(1);
}

.cta-nav {
    float: right;
}

.mobile-menu-open {
    position: absolute;
    right: 2em;
    top: 2em;
}

.mobile-menu {
    background: linear-gradient(45deg,#74b9f1 0%,#3384c7 100%);
    border-radius: 22px;
    box-shadow: 0 12px 24px 0 rgba(0,0,0,0.3);
    color: #fff;
    text-align: left;
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 1rem;
    z-index: 3;
    transform-origin: 100% 0;
    opacity: 0;
    will-change: transform,opacity;
    transition-property: transform,opacity;
    transition-duration: .25s;
    pointer-events: none;
}

.mobile-menu.visible {
    opacity: 1;
    transform: none;
    pointer-events: auto;
}

.nav-link-mobile {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 2em;
    display: inline-block;
    margin-top: 1rem;
    position: relative;
}

.nav-link-mobile:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    transform: scaleX(0);
    transition: all .2s cubic-bezier(1,.25,0,.75) 0s;
}

.mobile-menu-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}

.mobile-nav-primary {
    padding: 2rem 2rem 1rem;
}

.mobile-nav-secondary {
    text-align: center;
    border-top: 1px solid #92c9f7;
    display: inline-block;
    position: relative;
    padding: 1rem 2rem;
    width: 100%
}

.mobile-nav-secondary-list {
    text-align: left;
    line-height: 2em;
    float: left;
}

.mobile-nav-secondary-list:last-of-type {
    margin-left: 2.5em;
}

.mobile-nav-secondary-link {
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
}

@media screen and (min-width: 400px) {
    .mobile-menu {
        left:initial;
        width: 368px;
    }
}

@media screen and (min-width: 730px) {
    .header-bar-link,.cta-nav; {
        display:block;
    }

    .mobile-nav {
        display: none;
    }
}
.footer-main {
    background: #2a2828;
    border-radius: 22px;
}

.footer-main {
    text-align: left;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%
}

.footer-column {
    float: right;
    margin-left: 12%;
}

.footer-column:last-of-type {
    margin-left: 0;
}

.footer-inner {
    display: none;
    padding: 2rem 4rem 2rem 2rem;
}

.footer-logo {
    width: 125px;
    height: 97px;
    margin-top: 1em;
}

/* Center heading text */
.span12.widget-span.widget-type-raw_jinja.hs-blog-header {
    margin: 2rem auto;
    width: inherit;
}

.footer-address {
    color: #beb6b6;
    margin-top: 1em;
    line-height: 1.8em
}

.footer-link {
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    line-height: 2em;
}

.footer-link:hover {
    border-bottom: 1px solid #fff;
}

.footer-column-heading-one {
    color: #b98cee;
    margin-bottom: 1em;
}

.footer-column-heading-two {
    color: #f5e94d;
    margin-bottom: 1em;
}

.footer-column-heading-three {
    color: #6eb54f;
    margin-bottom: 1em;
}

.copyright {
    color: #5b5857;
}

.footer-inner-mobile {
    background: #2a2828;
    width: 100%;
}

.mobile-footer-toggle {
    display: none;
}

.mobile-footer-toggle+ .mobile-footer-header {
    font-weight: bold;
    font-size: 1.5em;
    cursor: pointer;
    display: block;
    padding: 1em 0 1em 1.3em;
    border-bottom: 1px solid #000;
    position: relative;
}

.mobile-footer-toggle+ .mobile-footer-header:first-of-type {
    color: #b98cee;
}

.mobile-footer-toggle+ .mobile-footer-header:nth-of-type(2) {
    color: #f5e94d;
}

.mobile-footer-toggle+ .mobile-footer-header:nth-of-type(3) {
    color: #6eb54f;
    margin-bottom: 0;
}

.mobile-footer-toggle+ .mobile-footer-header:after {
    content: '';
    background-image: url("/img/global/footer/mobile-footer-caret.svg");
    background-size: 7px 12px;
    width: 7px;
    height: 12px;
    position: absolute;
    right: 2rem;
    top: 2rem;
}

.mobile-footer-toggle:checked + .mobile-footer-header {
    background: #252424;
    color: #8d8686;
    border-bottom: 0;
}

.mobile-footer-toggle:checked + .mobile-footer-header:hover {
    background: #1d1c1c;
}

.mobile-footer-toggle:checked + .mobile-footer-header:after {
    transform: rotate(90deg);
}

.mobile-footer-toggle+ .mobile-footer-header + .footer-column-link-list {
    display: none;
    padding-left: 3em;
}

.mobile-footer-toggle:checked + .mobile-footer-header + .footer-column-link-list {
    border-bottom: 1px solid #000;
    display: block;
    margin-bottom: 0;
    padding-bottom: 1em;
}

.footer-column-logo-mobile {
    text-align: center;
    padding: 2em 0;
}

.footer-logo-mobile {
    width: 140px;
    margin: 0 auto;
}

.social-icons {
    margin: 2rem auto 3rem;
}
.footer-address {
    color: #beb6b6;
    margin-top: 1em;
    line-height: 1.8em;
}
.footer-social-icon {
  	color: transparent;
  
    margin-left: 1rem;
    margin-top: 1rem;
}

.footer-social-icon:hover {
  	color: transparent;
}
  

.footer-social-icon:first-of-type {
    margin-left: 0;
}

@media screen and (min-width: 600px) {
    .footer-main {
        text-align:center;
    }

    .footer-inner-mobile {
        display: none;
    }

    .footer-inner {
        text-align: center;
        display: inline-block;
        margin: 0 auto;
    }

    .footer-column {
        text-align: left;
    }

    .footer-column:nth-of-type(3) {
        margin-left: 0;
    }

    .footer-column:last-of-type {
        text-align: center;
        float: none;
        display: inline-block;
        margin-top: 2em;
    }

    .footer-logo {
        width: 155px;
    }

    .footer-link {
        font-size: 1em;
    }
}

@media screen and (min-width: 1000px) {
    .footer-main {
        padding:2em;
        display: inline-block;
    }

    .footer-inner {
        display: inline-block;
        width: 940px;
    }

    .footer-column:nth-of-type(3) {
        margin-left: 12%;
    }

    .footer-column:last-of-type {
        text-align: left;
        margin-top: 0;
    }

    .social-icons {
        margin: 1rem auto 3rem;
    }

    .footer-social-icon {
        margin-left: .75rem;
    }
}

@media screen and (min-width: 1200px) {
    .footer-main {
        margin:2em 0;
    }
}




/* Blog Menu */
.subscribe_button {
    padding-top: 20px;
}
.menuwrapper {
    
}
.menu-bar {
    position: relative;
    margin-top: 220px;
}
.menu-bar-link {
    color: #5eacec;
    font-weight: bold;
    float: left;
    padding-top: 2em;
    padding-bottom: 2px;
    margin-right: 3em;
    position: relative;
    font-size: 1.2em;
    font-weight: 600;
}
a.btn.btn--green {
		float: right;
    background-color: #6fb353!important;
    border-color: #6fb353!important;
    display: inline-block;
    color: #ffffff;
    background-image: none;
    text-align: center;
    font-family: "Gibson", sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 800;
    text-decoration: none;
    padding: 7px 16px;
    border-radius: 9999px;
    min-width: 160px;
    width: auto;
    max-width: 100%;
    border-width: 1px !important;
    border-style: solid !important;
    box-shadow: none !important;
    background-image: none !important;
    outline: none !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}


/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */
p {
    font-family: "Gibson", sans-serif;
    font-size: 20px;
    line-height: 1.35em;
    font-weight: 300;
    color: #2b2929;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font: inherit !important;
    line-height: inherit !important;
    text-decoration: inherit !important;
    text-transform: inherit !important;
    color: inherit !important;
    word-spacing: inherit !important;
    letter-spacing: inherit !important;
}

h1 {
    font-family: "Gibson", sans-serif;
    font-size: 44px;
    line-height: 1.2em;
    font-weight: 600;
    color: #2b2929;
    padding-top: 20px;
    padding-bottom: 20px;
}
h2 {
    font-family: "Gibson", sans-serif;
    font-size: 32px;
    line-height: 1.35em;
    font-weight: 600;
    color: #2b2929;
}
h3 {
  	font-family: "Gibson", sans-serif;
    font-size: 24px;
    line-height: 1.35em;
    font-weight: 600;
    color: #2b2929;
  	margin-top: 40px;
}
h3#hs_cos_wrapper_blog_subscription_title {
    margin-top: 0px;
}
h4 {}
h5 {}
h6 {}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {
    font-family: "Gibson", sans-serif;
    font-size: 18px;
    line-height: 1.35em;
    font-weight: 300;
    color: #2b2929;
    margin-left: -15px;
  	margin-bottom: 10px;
}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}








/* ==========================================================================widget
   2. COS STRUCTURE                                            
   ========================================================================== */





/* ==========================================================================
   Structure                                               
   ========================================================================== */


/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {
	  margin: 0 auto;
}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}




/* ==========================================================================
   Header
   ========================================================================== */


.header-container-wrapper {}
.header-container {}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}




/* ==========================================================================
   Content                                                 
   ========================================================================== */


.body-container-wrapper {}
.body-container {}


/* Unique Pages
   ========================================================================== */

/* Homepage */

/* Contact Us */

/* About Us */


/* Modular & Reusable Components
   ========================================================================== */

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */




/* ==========================================================================
   Footer
   ========================================================================== */


.footer-container-wrapper {}
.footer-container {}








/* ==========================================================================
   3. MAIN NAVIGATION                                            
   ========================================================================== */





/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

li {
    font-family: "Gibson", sans-serif;
    font-size: 18px;
    line-height: 1.35em;
    font-weight: 300;
    color: #2b2929;

}
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
  list-style-type: none;
  float: left;
  margin-right: 45px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}
.hs-menu-item {
    list-style-type: none;
    /* width: 17%; */
    /* text-align: left; */
    /* margin-left: 0; */
    margin-top: 1.5rem;
}

.hs-menu-item:first-of-type {
    margin-top: 0;
}

.hs-menu-item.active a {
}

.hs-menu-item a {
  	color: #5AABEF;
    padding-bottom: 2px;
  	padding-top: 1em;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
}

.hs-menu-item a:hover {
  	color: #4398DE;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}








/* ==========================================================================
   4. TEMPLATE MODULE SELECTORS                                         
   ========================================================================== */





/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}


/* Olark Fonts */


@font-face { font-family: 'Gibson'; src: url("https://cdn2.hubspot.net/hubfs/543330/assets/fonts/Gibson-Webkit/Gibson-Light.woff2?t=1512693264973") format("woff2"), url("https://cdn2.hubspot.net/hubfs/543330/assets/fonts/Gibson-Webkit/Gibson-Light.woff?t=1512693264973") format("woff"), url("https://cdn2.hubspot.net/hubfs/543330/assets/fonts/Gibson-Webkit/Gibson-Light.eot?t=1512693264973") format("eot"); font-weight: 300; font-style: normal; }
@font-face { font-family: 'Gibson'; src: url("https://cdn2.hubspot.net/hubfs/543330/assets/fonts/Gibson-Webkit/Gibson-Light-Italic.woff2?t=1512693264973") format("woff2"), url("https://cdn2.hubspot.net/hubfs/543330/assets/fonts/Gibson-Webkit/Gibson-Light-Italic.woff?t=1512693264973") format("woff"), url("https://cdn2.hubspot.net/hubfs/543330/assets/fonts/Gibson-Webkit/Gibson-Light-Italic.eot?t=1512693264973") format("eot"); font-weight: 300; font-style: italic; }
@font-face { font-family: 'Gibson'; src: url("https://cdn2.hubspot.net/hubfs/543330/assets/fonts/Gibson-Webkit/Gibson-Regular.woff2?t=1512693264973") format("woff2"), url("https://cdn2.hubspot.net/hubfs/543330/assets/fonts/Gibson-Webkit/Gibson-Regular.woff?t=1512693264973") format("woff"), url("https://cdn2.hubspot.net/hubfs/543330/assets/fonts/Gibson-Webkit/Gibson-Regular.eot?t=1512693264973") format("eot"); font-weight: 500; font-style: normal; }
@font-face { font-family: 'Gibson'; src: url("https://cdn2.hubspot.net/hubfs/543330/assets/fonts/Gibson-Webkit/Gibson-Italic.woff2?t=1512693264973") format("woff2"), url("https://cdn2.hubspot.net/hubfs/543330/assets/fonts/Gibson-Webkit/Gibson-Italic.woff?t=1512693264973") format("woff"), url("https://cdn2.hubspot.net/hubfs/543330/assets/fonts/Gibson-Webkit/Gibson-Italic.eot?t=1512693264973") format("eot"); font-weight: 500; font-style: italic; }
@font-face { font-family: 'Gibson'; src: url("https://cdn2.hubspot.net/hubfs/543330/assets/fonts/Gibson-Webkit/Gibson-SemiBold.woff2?t=1512693264973") format("woff2"), url("https://cdn2.hubspot.net/hubfs/543330/assets/fonts/Gibson-Webkit/Gibson-SemiBold.woff?t=1512693264973") format("woff"), url("https://cdn2.hubspot.net/hubfs/543330/assets/fonts/Gibson-Webkit/Gibson-SemiBold.eot?t=1512693264973") format("eot"); font-weight: 600; font-style: normal; }






/* ==========================================================================
   5. COS COMPONENTS                                        
   ========================================================================== */





/* ==========================================================================
   Blog                                         
   ========================================================================== */


/* Blog Post and Listing Body Class */
body.blog {

}

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}

/* Blog menu */

.blog-menu {
    border-bottom: 1px solid #ccc;
    height: 83px;
    
}
/* Blog Content Column
   ========================================================================== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {
    width: 97%;
  	margin: 0 auto;
}

.blog-section {
    margin-top: 56px;
}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header {
    text-align: center;
    /* background: #eef7ff; */
    /* margin-bottom: 128px; */
    padding: 20px 20px;
    /* width: 100% !important; */
    float: left !important;
    /* position: absolute; */
    /* left: 0; */
}

.hs-blog-header h1 {
    margin-bottom: 0px;
    padding-top: 0;
}
.hs-blog-header h1 a{}

.hs-blog-header p {
    margin-top:-20px;
  color: #2B2929;
}
/* Blog Post Title */
.post-header h1 {
    margin: 0 0 0 0;
}
.post-header h2 {
    margin-top: -8px;
    margin-bottom: 5px;
}
.post-header h2 a {}

.post-header img {
		width: 100%;
    border-radius: 20px;
    float: none!important;
    /* max-width: 100%!important; */
    margin: 0!important;
}
.post-header-img {
    height: 400px;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    border-radius: 20px 20px;
}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    padding-bottom: 100px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {
}

.blog-post-wrapper {
    width: 97%;
  	margin: 0 auto;
}

/* Post Featured Image on Listings Page */

.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{

}
.hs-featured-image-wrapper {  		
		max-height: 380px;
    background-size: cover!important;
    overflow: hidden!important;
    border-radius: 20px 20px!important;
	
}
.hs-featured-image  {
   float: none!important;
   max-width: 100%!important;
	 margin: 0!important;
}
/* Olark Styles */
.typography-handwritten, .typography-handwritten-alternate {
    font-family: 'Semringah','Helvetica Neue',HelveticaNeue,Helvetica,Arial,sans-serif;
    font-size: 3rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
    width: 520px;
}
.handwritten-letter-one, .handwritten-letter-seven, .service-standards-handwritten-one {
    color: #cd2328;
}
.handwritten-letter-two, .handwritten-letter-eight, .service-standards-handwritten-two {
    color: #ec9018;
}
.handwritten-letter-three, .service-standards-handwritten-three {
    color: #6eb54f;
}
.handwritten-letter-four, .service-standards-handwritten-four {
    color: #5fadec;
}
.handwritten-letter-five, .service-standards-handwritten-five {
    color: #6c38a8;
}
.handwritten-letter-six {
    color: #f5e94d;
}
.purple600 {
    background: #6c38a8;
}
.red600 {
    background: #cd2328;
}
.orange600 {
    background: #ec9018;
}
.yellow600 {
    background: #f5e94d;
}
.green600 {
    background: #6eb54f;
}
.blue600 {
    background: #5fadec;
}
.gray600 {
    background: #a9a2a2;
}
.purple900 {
    background: #28044e
}

.purple800 {
    background: #391065
}

.purple700 {
    background: #4a2079
}

.purple600 {
    background: #6c38a8
}

.purple500 {
    background: #8853c6
}

.purple400 {
    background: #a572df
}

.purple300 {
    background: #b98cee
}

.purple200 {
    background: #d1b3f4
}

.purple100 {
    background: #e9dcfa
}

.purple50 {
    background: #f7f2fd
}

.red900 {
    background: #8e0105
}

.red800 {
    background: #a71116
}

.red700 {
    background: #bc1a1f
}

.red600 {
    background: #cd2328
}

.red500 {
    background: #e2363c
}

.red400 {
    background: #ef4e53
}

.red300 {
    background: #f2787c
}

.red200 {
    background: #fda5a8
}

.red100 {
    background: #f5d0d2
}

.red50 {
    background: #fff0f0
}

.orange900 {
    background: #c26e00
}

.orange800 {
    background: #d17b0a
}

.orange700 {
    background: #e08610
}

.orange600 {
    background: #ec9018
}

.orange500 {
    background: #f3a135
}

.orange400 {
    background: #f9af4d
}

.orange300 {
    background: #fdbc68
}

.orange200 {
    background: #ffca85
}

.orange100 {
    background: #ffd7a3
}

.orange50 {
    background: #fcf3e9
}

.yellow900 {
    background: #d1c300
}

.yellow800 {
    background: #dccf1e
}

.yellow700 {
    background: #e9dd3a
}

.yellow600 {
    background: #f5e94d
}

.yellow500 {
    background: #f5ec70
}

.yellow400 {
    background: #f8f296
}

.yellow300 {
    background: #f9f4a9
}

.yellow200 {
    background: #faf7c1
}

.yellow100 {
    background: #fcf9cf
}

.yellow50 {
    background: #fffde0
}

.green900 {
    background: #317d08
}

.green800 {
    background: #4f9c2b
}

.green700 {
    background: #5da93d
}

.green600 {
    background: #6eb54f
}

.green500 {
    background: #85c26b
}

.green400 {
    background: #a3d48c
}

.green300 {
    background: #bee6ad
}

.green200 {
    background: #d7f6cb
}

.green100 {
    background: #e8f9e1
}

.green50 {
    background: #f1fdec
}

.blue900 {
    background: #1d6daf
}

.blue800 {
    background: #3384c7
}

.blue700 {
    background: #4899db
}

.blue600 {
    background: #5fadec
}

.blue500 {
    background: #74b9f1
}

.blue400 {
    background: #92c9f7
}

.blue300 {
    background: #aed7f9
}

.blue200 {
    background: #c7e6ff
}

.blue100 {
    background: #ddeffd
}

.blue50 {
    background: #f0f8ff
}

.gray900 {
    background: #2a2828
}

.gray800 {
    background: #5b5857
}

.gray700 {
    background: #8d8686
}

.gray600 {
    background: #a9a2a2
}

.gray500 {
    background: #beb6b6
}

.gray400 {
    background: #d4c9c9
}

.gray300 {
    background: #e7dfdf
}

.gray200 {
    background: #f0eaea
}

.gray100 {
    background: #f3f1f1
}

.gray50 {
    background: #f7f7f7
}

/* Read More Link */
a.more-link {
    float: left;
    position: relative !important;
    border-color: #3094e7 !important;
    background-color: #3094e7 !important;
    color: #ffffff;
    background-image: none;
    text-align: center;
    font-family: "Gibson", sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 600;
    text-decoration: none;
    padding: 7px 16px 6px;
    border-radius: 9999px;
    min-width: 160px;
    width: auto;
    max-width: 100%;
    border-width: 1px !important;
    border-style: solid !important;
    box-shadow: none !important;
    background-image: none !important;
    outline: none !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

/* Blog Topics List */
#hubspot-topic_data {
    margin-top: 8px;
}

#hubspot-topic_data a.topic-link {
  	background: #EF9100;
  	border-radius: 6px;
    text-transform: uppercase;
  	text-decoration: none;
    color: white;
    font-size: 14px !important;
    font-weight: 600 !important;
  
  	padding: 4px 8px 2px;
}

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

.hs-blog-social-share {
  padding: 10px 0 0 0;
  height: auto;
  margin-left: 40px;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    float: left;
    margin-right: 27px;
}
.fb_iframe_widget {
    display: inline-block;
    position: relative;
    margin-left: 27px;
    top: -3px;

}
.hs-blog-social-share .hs-blog-social-share-list {
    list-style: none;
    margin-left: 95px;
}
.social-share-footer {
    margin-left: -121px;
}
.social-share-listing {
    margin-left: 60px;
}
/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */
.hs-author-avatar img {
    height: 100px;
  	width: 100px
}
.author-img img {
		padding-top: 40px;
    width: 175px;
    margin-top: 0px;
    border-top: 1px solid #ccc;
}
.hs-author-avatar {
    float: left;
    margin-right: 20px;
}
#hubspot-author_data {
    font-size: 1.3em;
}
.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

.author-info {
    padding-left: 63px;
  	border-top: 1px solid #ccc;
}
/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {padding-bottom: 100px;}
div.post-listing-simple .post-item {padding-bottom: 100px;}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* Blog Sidebar
   ========================================================================== */
.span12.widget-span.widget-type-custom_widget.blog-nav {
  background: #F8F8F8;
  display: inline-block;
  width: 100%;
  padding: 1rem 2rem;
}

.active-branch {
  
}

.blog .blog-sidebar {

}

.blog-sidebar {
  padding: 2rem;
  background: #F8F8F8;
}

.hs_blog_category_subscription.hs-blog_category_subscription.hs-fieldtype-select.field.hs-form-field {
    margin-top: 16px;
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
    padding: 0 0 10px 10px;
    border-left: 5px #eef7ff;
    
}

.footer-column-link-list li {
  margin-bottom: 0;
}

/* Use case CSS (Used as Categories in blog) */

h2.blog-category {
    font-size: 1.4rem;
    position: relative;
    margin: -14px;
}
.use-case-link{
    font-weight: bold;
    color: #5fadec;
    padding-bottom: 2px;
}
.use-case-container {
background: #f3f1f1
}
.use-case-container {
    width: 100%;
    border-radius: 22px;
}
.use-case-container {
    text-align: center;
    padding: 0rem 0 1rem;
    margin-top: 210px!important;
}

.use-case-lead-in {
    width: 80%;
    margin: 0 auto
}

.use-cases-wrapper {
    width: 85%;
    max-width: 350px;
    margin: 1rem auto 0;
    display: inline-block
}

.use-case-card {
    box-shadow: 0 12px 24px 0 rgba(0,0,0,0.1);
    border-radius: 22px;
    padding: 2rem;
    width: 100%;
    max-width: 350px;
    height: 66px;
    display: block;
    position: relative;
    margin-top: 2em
}

.use-case-card-title {
    margin-bottom: 1rem
}

.use-case-link-wrapper {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0
}
.use-case-intro {
        text-align: center
    }



/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

/* Form Field */
body .hs-form-field {}

/* Descriptions */
body .hs-field-desc {}

/* Labels */
.search label {
		font-family: "Gibson", sans-serif;
    font-size: 24px;
    line-height: 1.35em;
    font-weight: 600;
    color: #2b2929;
  	margin-top: 40px;
  }

body label {
  }
body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: Gibson, Sans-Serif;
  font-size: 13px;
  display: block;
    max-width: 100%;
    width: 100% !important;
    padding: 8px 15px;
    margin-top: 0px;
    outline: none;
    box-shadow: none;
    height: auto;
    background-color: #fdfdfd;
    font-family: "Gibson", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px;
    border-radius: 11px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

/* Separate Styles for Multiple Line Inputs */
body textarea {}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


/* Form Module
   ========================================================================== */

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {
  border-color: #b8b8b8 !important;
    border-width: 1px !important;}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {
  border-image: initial;
    outline: 0px;
    border-color: #5eacec !important;
    border-width: 2px !important;
    padding: 7px 14px!important;
    background: #fdfdfd !important;}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {}
.hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


/* Blog Comment Form
   ========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}


/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

#hs_cos_wrapper_module_152062055730454 .input a.hs-button.primary {
  width: 100%;
}

#hs_cos_wrapper_module_152062055730454 .input a.hs-button.primary:hover {
  background: #4398DE !important;
}


/* Google Search Form
   ========================================================================== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* Multi Column Form
   ========================================================================== */

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { max-width: none; }
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  body form.hs-form fieldset .hs-form-field { padding: 0; }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


/* All Global Buttons (Excluding CTAs)
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: Gibson, Sans-Serif;
  font-size: 13px;
  text-decoration: none !important;  
  margin-top: 20px; 
  border: 0 !important;
  background-color: #5eacec!important;
  display: inline-block;
    color: #ffffff;
    background-image: none;
    text-align: center;
    font-family: "Gibson", sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 600;
    text-decoration: none;
    padding: 7px 16px;
    border-radius: 9999px;
    min-width: 160px;
    width: auto;
    max-width: 100%;
    box-shadow: none !important;
    background-image: none !important;
    outline: none !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;}
  }

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  }

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}

.section.post-footer {
    padding-left: 1rem;
    padding-bottom: 2rem;
}

.hs-form fieldset.form-columns-1 {
    margin-top: 1rem;
}


/* Form Module Button
   ========================================================================== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* Blog Subscription Button
   ========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {
 	 	margin-top: 20px; 
  	border: 0;
  	background-color: #6DB44D !important;
  	display: inline-block;
    color: #ffffff;
    background-image: none;
    text-align: center;
    font-family: "Gibson", sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 800;
    text-decoration: none;
    padding: 7px 16px 6px;
    border-radius: 9999px;
    min-width: 160px;
    width: 100%;
    max-width: 100%;
    box-shadow: none !important;
    background-image: none !important;
    outline: none !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {
  background-color: #5EA83C !important;
  }
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* CTA Buttons
   ========================================================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}








/* ==========================================================================
   6. MISCELLANOUS                                        
   ========================================================================== */



/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 


.search {
    margin-top: 40px;
}

.st-default-search-input {
    background: #fff!important;
}
#st-module .st-module-heading {
		padding: none!important;
  	border: none!important;
  
}
#st-module a.st-ui-result.st-ui-large-image .st-ui-type-heading {
    font-size: 14px!important;
    font-weight: 600!important;
}
a.st-ui-result.st-ui-large-image {
		height: 100%!important;
}

a.st-ui-result.st-ui-large-image .st-ui-thumbnail {
    display: block;
    margin: 0 auto 8px;
    width: 207px!important;
    height: 100px!important;
	  border-radius: 10px!important;
}
a.st-ui-result .st-ui-type-heading {
  color: #5AABEF;
    white-space: normal!important;
    overflow: visible!important;
    text-align: left;
}
#st-module .st-module-heading {
		font-family: "Gibson", sans-serif;
    font-size: 24px!important;
    line-height: 1.35em!important;
    font-weight: 600!important;
    color: #2b2929!important;
  	margin-top: 40px!important;
}

.blog-pagination a {
    margin-right: 20px;
}
.blog-pagination {
    font-size: 1.5em;
}

/* ==========================================================================
   7. MOBILE MEDIA QUERIES                              
   ========================================================================== */

@media screen and (min-width: 920px) {
  
  .span12.widget-span.widget-type-custom_widget.blog-nav {
    background: none;
    padding-bottom: 0;
  }
  
  .span3.widget-span.widget-type-cell.blog-sidebar {
    border-radius: 22px;
    margin-top: 2rem;
	}
  
  .blog-section {
    margin-top: 2rem;
	}
  
	.hs-menu-item {
    margin-left: 29px;
   	display: inline-block;
	}
  
  .hs-menu-item:first-of-type {
    margin-left: -21px;
	}
  
  .hs-menu-item a {
    font-size: 15px;
	}
}

@media screen and (min-width: 1200px) {
	.span3.widget-span.widget-type-cell.blog-sidebar {
    margin-top: -4rem;
	}
}

@media screen and (min-width: 800px) {
   .footer-container-wrapper {
    	margin: 1rem;
	}
}

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 1080px) {}


/* Landscape tablet and smaller devices
   ========================================================================== */

@media (max-width: 767px) {}
     

/* Landscape phones and smaller devices
   ========================================================================== */

@media (max-width: 479px) {}
CompanyModules.css