/* @import url('http://example.com/example_style.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;}

@import url('//fonts.googleapis.com/css?family=Raleway:400,700|Roboto:300,400,500,700');
@import url('//fonts.googleapis.com/css?family=Kalam|Short+Stack');

/* ==========================================================================
   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                                             
   ========================================================================== */





/* ==========================================================================
   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 */
 /* Used on '.page-center-wide' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */
 /* Used on '.page-center-skinny' 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;
  padding: 0;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #555;
  font-family: Roboto, Sans-Serif;
  font-size: 18px;
  line-height: 1.4;
}

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

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
}
.container-fluid .row-fluid .page-center-wide {
  float: none;
  max-width: 1300px;
  margin: 0 auto;
}
.container-fluid .row-fluid .page-center-skinny {
  float: none;
  max-width: 750px;
  margin: 0 auto;
}

a { color: #00A9B1; }
a:hover, a:focus { color: #F2C54B; }

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

/* Highlighted Text */
::-moz-selection {
  color: #333;
  background: rgba(25, 169, 177, 0.2);
  text-shadow: none;
}
::selection {
  color: #333;
  background: rgba(25, 169, 177, 0.2);
  text-shadow: none;
}

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



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


/* Basic text */
p {
  margin-top:0;
} 
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 {}

h1, .h1 {
  font-size: 2.8rem;
  line-height: 1.2em;
  margin-top:0;
  margin-bottom: .3em;
  color: #333;
}
h2, .h2 {
  font-size: 2.4rem;
  line-height: 1.2em;
  color: #333;
  margin-bottom: .5em;
}
h3, .h3 { 
  font-size: 2.2rem;
  line-height: 1.2;
  color: #333;
  margin-bottom: .3em;
}
h4, .h4 { 
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: .3em;
}
h5, .h5, p.secondary-header { 
  font-size:22px;
  margin-bottom: .3em;
}
h6, .h6 {
  font-size:20px;
  margin-bottom: .3em;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

.ol-increment {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.ol-increment > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0;
}

.ol-increment > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
  font-weight: bold;
}

.ol-increment li ol > li {
  margin: 0;
  margin-bottom: 0;
}

.ol-increment li ol > li:before {
  content: counters(item, ".") " ";
  font-weight: bold;
}


/* Quotes */
blockquote {
  font-family: Roboto;
  margin: 30px 50px;
  text-align: center;
  color: #555;
  font-size: 22px;
  border-left: 5px solid #eee;
  border-right: 5px solid #eee;
  background-color:#f8f8f8;
  padding: 10px 40px;
}
blockquote.important {
  border-left: 5px solid #f2c54b;
  border-right: 5px solid #f2c54b;
  background-color:#fcf3db;
  padding: 5px 40px;
  font-size: 18px;
}

blockquote p {
  margin-bottom: 0;
}
blockquote small {}
blockquote small:before {}

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








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

.vcenter-contents .row-fluid {
    display: flex;
    align-items: center;
}



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


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

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

/* Features */
.feature-block {
/*   box-shadow: 0 2px 5px #eeeeee;
  border: solid 1px #eeeeee; */
  padding:25px;
  margin-bottom:30px;
}

.feature-block .feature-info {
  padding-left:30px;
}
.feature-block .feature-info2 {
  padding-top:15px;
}
.feature-block .feature-info h4, .feature-block .feature-info2 h4 {
  margin-top: 0;
}
.feature-block .feature-info p, .feature-block .feature-info2 p {
  font-size: .9em;
}
.feature-block .feature-info p:last-child, .feature-block .feature-info2 p:last-child {
  margin-bottom: 0;
}

/* Contact Us */

/* About Us */


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

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */

/* Clients Module */
.aplz-clients-module {
  text-align:center;
  box-shadow: 0 0 5px #eeeeee;
}

/* Testimonial Slider Module */
.aplz-testimonials-module {
  padding: 2em 0;
  text-align:center;
  background-color:#f8f8f8;
}
.aplz-testimonials-module h2 {
  margin-top:20px!important;
  margin-bottom: 1em!important;
}

/* Partners Module */
.aplz-partners-module {
  padding: 2em 0;
  text-align:center;
  background-color:#d9f3f4;
}
.aplz-partners-module h2 {
  margin-top:20px!important;
  margin-bottom: 1em!important;
}


.hs-search-field .hs-search-field__bar form {
  display: flex;
  position: relative;
  padding: 0!important;
}
.hs-search-field .hs-search-field__bar form input {
  height: 35px;
  width: 100%;
}
.hs-search-field .hs-search-field__bar form input.hs-search-field__input {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 5px;
  padding: 0 40px 0 15px;
  font-size: 0.8em;
}
.hs-search-field .hs-search-field__bar form button {
  position: absolute;
  right: 15px;
  height: 35px;
  background: none;
  border: none;
  padding: 0;
}
.hs-search-field .hs-search-field__bar form button svg {
  height: 15px;
}

.hs-search-field--open ul.hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  top:35px;
  z-index: 3;
  font-size: 0.8em;
  background-color: #ffffff;
  border: 1px solid #eeeeee!important;
  padding: 15px 15px 10px;
  border-radius: 0 0 5px 5px;
}
.hs-search-field--open ul.hs-search-field__suggestions li {
  margin-bottom: 10px;
}
.hs-search-field--open ul.hs-search-field__suggestions li a {
  color: #555555;
}
.hs-search-field--open ul.hs-search-field__suggestions li a:hover {
  color: #00a9b1;
  background: transparent;
}
.results-search .hs-search-field .hs-search-field__bar form input.hs-search-field__input {
  border: 1px solid #cccccc;
  height: 44px;
  padding: 0 40px 0 15px;
  font-size: 0.9em;
}
.results-search .hs-search-field .hs-search-field__bar form button {
  height: 44px;
  right: 15px;
}
.results-search .hs-search-field .hs-search-field__bar form {
  margin: 50px 0;
}



.hs-search-results ul.hs-search-results__listing {
  display: flex;
  flex-wrap: wrap;
} 
.hs-search-results ul.hs-search-results__listing li {
  display: inline-block;
  width: 360px;
  margin: 15px;
} 

.hs-search-results ul.hs-search-results__listing li a {
  font-size: 1.25em;
  line-height: 1.2em;
  color: #555;
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 15px;
} 
.hs-search-results ul.hs-search-results__listing li p {
  font-size: 1em!important;
} 

.hs-search-results ul.hs-search-results__listing li .hs-search-results__featured-image img {
  width: 100%;
  margin-bottom: 15px;
}



/* ==========================================================================
   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 */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.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:;
}

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








/* ==========================================================================
   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 Content Column
   ========================================================================== */

.blog .blog-content {}

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

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

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* 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 {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

.aplz-blogpost-content li {
  margin-bottom: 8px;
}

.blog-title-section h1 {
  color:#ffffff;
}
.blog-category-menu-wrapper{
   background-color:#f2f2f2;
}
.blog-category-menu-wrapper:hover{
   padding: 5px 0!important;
   -webkit-transition: padding 0.3s; /* Safari prior 6.1 */
   transition: padding 0.3s;
}
.blog-category-menu {
  display: flex;
  align-items: center;
}
.menu-resource-categories-container ul {
  list-style-type: none;
  padding:0;
  font-family: Roboto;
  font-size: 16px;
  color: #555;
  margin:0;
}
.menu-resource-categories-container ul li {
  display: inline;
  margin-right: 25px;
}
.menu-resource-categories-container ul li a {
  color: #555;
  padding: 0;
  text-decoration: none;
  line-height: 35px;
  display: inline-block;
}
.menu-resource-categories-container ul li a:hover {
  font-weight:700;
}

.blog-section .post-listing {
  display:flex;
  flex-wrap: wrap;
}
.blog-section .post-listing .post-item {
  max-width: 360px;
  margin:15px;
}
.blog-section .post-listing .post-item .post-item-inner {}
.blog-section .post-listing .post-item .post-item-inner .post-featured-image img {
  width: 100%;
  float: none;
  margin: 0;
  max-width: 100%;
}
.blog-section .post-listing .post-item .post-item-inner .post-featured-info {
  padding:10px;
}
.blog-section .post-listing .post-item .post-item-inner .post-featured-info h5 {
  margin-top: 0;
  text-align:center;
}
.blog-section .post-listing .post-item .post-item-inner .post-featured-info h5 a {
  font-size: 1.25em;
  line-height: 1.2em;
  color: #555555;
  text-decoration: none;
  font-weight: 400;
}
.blog-section .post-listing .post-item .post-item-inner .post-featured-info h5 a:hover {
  font-size: 1.25em;
  line-height: 1.2em;
  color: #555555;
  text-decoration: none;
  font-weight: 400;
  background: linear-gradient(#FFFFFF 50%, #cceef0 50%);
}
a.hs-featured-image-link:hover {
  opacity:0.75;
}
.post-list-meta {
  display: flex;
  font-size: 0.8em;
}
.post-publish-date {
  margin-left:auto;
  color:#aaa;
}
.blog-section .post-listing .post-item .post-item-inner .post-featured-info .post-featured-description {
  margin-top: -5px;
}
.blog-section .post-listing .post-item .post-item-inner .post-featured-info .post-featured-description p {
  font-size: 0.9em!important;
  line-height: 1.3em;
}
.blog-section .post-listing .post-item .post-item-inner .post-featured-info .post-featured-description p a {
  color: #555;
  text-decoration: none;
}
.post-featured-topic p {
}
.post-featured-topic a {
  text-decoration: none;
}
#hs_cos_wrapper_post_body {
    font-size: 20px;
  line-height:1.6em;
  }
#hs_cos_wrapper_post_body img {
    max-width: 100%;
  }

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{

}


/* Blog listing pagination */
.blog-pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 30px;
}
.blog-pagination a {
  background-color: #f8f8f8;
  text-decoration: none;
  color: #555;
  padding: 10px 20px;
}
.blog-pagination a:hover {
  background-color: #F2C54B;
  text-decoration: none;
  color: #FFF;
  padding: 10px 20px;
}

.blog-pagination a.deactivated-btn {
  background-color: #f9f9f9;
  text-decoration: none;
  color: #ccc;
  padding: 10px 20px;
}
.blog-pagination a.deactivated-btn:hover {
  background-color: #f9f9f9;
  text-decoration: none;
  color: #ccc;
  padding: 10px 20px;
  cursor: default;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

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

.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

.mobile-social-share .simple-social-sharing a {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background-color:#aaa!important;
}
.mobile-social-share .simple-social-sharing a svg {
  max-height: 22px;
}

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

/** 
 * 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 {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}




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


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

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

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

/* Labels */
body label {}
body .hs-form-field > label {
  font-size: 14px;
  color: #aaaaaa;
}

/* 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: Roboto, Sans-Serif;
  font-size: 18px;
  height:44px;
  padding: 10px;
  border: 1px solid #cccccc;
}

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 {
  min-height: 200px;
}
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: #ccc;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #ccc;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #ccc;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #ccc;
   opacity: 1; */
}
/* .hs_cos_wrapper_type_form ::placeholder {
  color: #cccccc;
} */



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

.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: none;
}

/* 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"] {}

.hs_cos_wrapper_type_form ::placeholder {
  color: #cccccc;
}

.hs-form-field {
  margin-bottom: 10px;
}
.hs-form-required {
  margin-left: 3px;
  color: #f1656a;
}
.hs-error-msgs {
  margin:0;
}
label.hs-error-msg {
  color:#f2c54b;
  font-size: 14px;
}

form .hs-button {
  background-color: #00a9b1;
  color: #fff;
  height: 44px;
  border: none;
  padding: 0 30px;
  margin-top: 20px;
  width: 200px;
}
form .hs-button:hover {
  background-color: #f2c54b;
}


/* PopUp Form
   ========================================================================== */

.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner .leadin-content-body .leadin-preview-wrapper,
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner .leadin-content-body .leadin-preview-wrapper,
.leadinModal-v3.leadinModal.leadinEmbedded-theme-default .leadin-content-body .leadin-preview-wrapper {
  padding: 2.5em!important;
}

.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner .leadin-content-body .leadin-preview-wrapper h4,
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner .leadin-content-body .leadin-preview-wrapper h4,
.leadinModal-v3.leadinModal.leadinEmbedded-theme-default .leadin-content-body .leadin-preview-wrapper  h4{
  text-align: center;
  font-size: 24px;
}

.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner .leadin-content-body .leadin-preview-wrapper p,
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner .leadin-content-body .leadin-preview-wrapper p,
.leadinModal-v3.leadinModal.leadinEmbedded-theme-default .leadin-content-body .leadin-preview-wrapper  p{
  text-align: center;
}

.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner .leadin-content-body .leadin-preview-wrapper button,
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner .leadin-content-body .leadin-preview-wrapper button,
.leadinModal-v3.leadinModal.leadinEmbedded-theme-default .leadin-content-body .leadin-preview-wrapper  button{
  height: 44px;
  font-size: 18px;
  background-color: #00a9b1!important;
  color: #ffffff!important;
  margin-top: 20px;
}
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner .leadin-content-body .leadin-preview-wrapper button:hover,
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner .leadin-content-body .leadin-preview-wrapper button:hover,
.leadinModal-v3.leadinModal.leadinEmbedded-theme-default .leadin-content-body .leadin-preview-wrapper  button:hover{
  background-color: #f2c54b!important;
}

#leadin-content-form-wrapper {
  background-color: #f4f6f8;
  padding: 2.5em!important;
}

#leadin-content-form-wrapper h4 {
  text-align: center;
  font-size: 24px;
}

#leadin-content-form-wrapper form {
  padding-top:0;
}

#leadin-content-form-wrapper button {
  height: 44px;
  font-size: 18px;
  background-color: #00a9b1!important;
  color: #ffffff!important;
  margin-top: 20px;
}

#leadin-content-form-wrapper button:hover {
  background-color: #f2c54b!important;
}


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


/* 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; }
body form.hs-form fieldset.form-columns-2 .hs-form-field:first-of-type { 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; }
}

/* CUSTOM FORM CSS
   ========================================================================== */

.getstarted-form {
  text-align: center;
}
.getstarted-form .hs-form-field label {
  display: none;
}
.password-prompt-form input, .getstarted-form input {
  text-align:center;
  border-radius: 3px;
}
.password-prompt-form input#hs-pwd-widget-password {
  height: 44px!important;
}

/* APLZ FORM
   ========================================================================== */

.aplz-form {
  background-color: #f4f6f8;
  padding: 40px;
  max-width: 500px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  margin: 0 auto;
  border-radius: 5px 5px 0 0;
  border: 1px solid #eeeeee;
}
.aplz-form .form-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.aplz-form input, .aplz-form select {
  width: 100%;
  height: 50px;
  min-height: 50px;
  padding: 0 20px!important;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  background-color: #ffffff;
  border: 1px solid #f1f1f1!important;
  border-radius: 5px;
  font-size: 16px!important;
  font-weight: 400!important;
  line-height: 50px;
  color:#555555!important;
  border-left: none!important;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
}

.aplz-form input::placeholder {
  color: #dddddd;
  font-size: 16px!important;
  font-weight: 400!important;
}

.aplz-form input:focus, .aplz-form select:focus {
  box-shadow: 0 0 5px #a3dde0!important;
  border: 1px solid #00a9b1!important;
  z-index: 2;
  border-radius: 5px 5px 5px 5px;
}

.aplz-form .hs-form-field {
  position: relative;
}
.aplz-form input.error {
  border-bottom: 2px solid #f0666a!important;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  margin-bottom: 12px;
}
.aplz-form input.correct {
  border-bottom: 2px solid #00a9b1!important;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  margin-bottom: 12px;
}

.aplz-form .hs-error-msg {
  position: absolute;
  font-size: 11px;
  color: #f0666a;
  font-style: italic;
  top: 76px;
  left: 0;
}
.aplz-form span.validationMessage {
  position: absolute;
  font-size: 11px;
  color: #aaaaaa;
  font-style: italic;
  top: 52px;
  right: 0;
}

.aplz-form .hs_error_rollup {
  display: none;
}

/* ----------- Form Submit Button ---------- */

.aplz-form button, .aplz-form input[type=submit]  {
  width: 100%;
  height: 50px;
  min-height: 50px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  background-color: #00a9b1;
  font-size: 18px!important;
  color: #ffffff!important;
  border: none;
  border-radius: 5px;
  margin-top: 20px;
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -ms-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
}
.aplz-form button:hover;  .aplz-form input[type=submit]:hover {
  background-color: #f2c54b;
}





/* ==========================================================================
   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: Roboto, Sans-Serif;
  font-size: 18px;
  text-decoration: none !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 {}

.aplz-form input[type=submit]:hover {
  background-color: #f2c54b;
}


/* 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 {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#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 {}

.cta-bar .cta_button:hover {
  font-weight: 700!important;
}
.cta-bar-type2 .cta_button:hover {
  color: #20363c!important;
  padding:25px 0!important;
  font-weight: 700!important;
}

a.outlined-cta {
  display: inline-block;
  font-size:18px;
  line-height:44px;
  padding: 0 20px;
  background-color:transparent;
  border: solid 2px #ccc;
  color: #555;
  text-decoration: none;
  border-radius: 5px;
}
a.outlined-cta:hover {
  background-color:#f2c54b;
  border: solid 2px #f2c54b;
  color: #FFF;
}

a.thin-outlined-cta {
  display: inline-block;
  font-size:18px;
  line-height:44px;
  padding: 0 20px;
  background-color:transparent;
  border: solid 1px #ccc;
  color: #555;
  text-decoration: none;
  border-radius: 5px;
}
a.thin-outlined-cta:hover {
  background-color:#f2c54b;
  border: solid 1px #f2c54b;
  color: #FFF;
}

a.opaque-cta {
  display: inline-block;
  font-size:18px;
  line-height:44px;
  padding: 0 20px;
  background-color:#00a9b1;
  border: solid 2px #00a9b1;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
a.opaque-cta:hover {
  background-color:#f2c54b;
  border: solid 2px #f2c54b;
  color: #FFF;
}


h5.content-title a {
  font-size: 1.25em; 
  line-height: 1.2em; 
  color: #555; 
  text-decoration: none; 
  font-weight: 400;
}

h5.content-title a:hover {
  background: linear-gradient(transparent 50%,#cceef0 50%);
}

.imagelink img:hover {
  opacity: 0.75;
}


.hs-cta-wrapper .hs-cta-node a.article-ad::before {
  content: "- Related Article -";
  display: block;
  text-align: center;
  font-family: Roboto;
  color: #aaaaaa;
  font-size: 12px;
}
.hs-cta-wrapper .hs-cta-node a.article-ad {
  display: block;
  max-width: 600px;
  margin: 30px auto;
  padding: 0;
  text-decoration: none;
  line-height: 1.3em;
  color: #333333;
}
.hs-cta-wrapper .hs-cta-node a.article-ad img {
  display: inline-block;
  border-radius: 5px 0 0 5px;
  text-decoration: none;
  max-width: 250px!important;
  max-height: 146px;
  float: left;
}
.hs-cta-wrapper .hs-cta-node a.article-ad div {
  display: inline-block;
  border-radius: 0 5px 5px 0;
  max-width: 350px;
  min-height: 146px;
  padding: 20px;
}
.hs-cta-wrapper .hs-cta-node a.article-ad p {
  font-size: 14px;
  line-height: 1.3em;
}
.hs-cta-wrapper .hs-cta-node a.article-ad p:first-of-type {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3em;
  margin-bottom: 8px;
}
.hs-cta-wrapper .hs-cta-node a.article-ad-green div {
  background-color: #E8FDDC;
}
.hs-cta-wrapper .hs-cta-node a.article-ad-yellow div {
  background-color: #FFF1CB;
}
.hs-cta-wrapper .hs-cta-node a.article-ad-blue div {
  background-color: #D3FDFF;
}

@media (max-width: 600px) {

  .hs-cta-wrapper .hs-cta-node a.article-ad {
    text-align: center;
    margin: 30px auto;
    max-width: 250px;
  }
  .hs-cta-wrapper .hs-cta-node a.article-ad img {
    display: block;
    border-radius: 5px 5px 0 0;
    text-decoration: none;
    float: none;
  }
  .hs-cta-wrapper .hs-cta-node a.article-ad div {
    display: block;
    border-radius: 0 0 5px 5px;
    max-width: 250px;
    padding: 20px;
  }
  .hs-cta-wrapper .hs-cta-node a.article-ad p:first-of-type {
    font-size: 18px;
    margin-bottom: 8px;
  }
  
}


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

.screengif {
  box-shadow: rgba(0,0,0,0.2) 0 0 10px;
}

.gate-form {
    background: #ffffff;
    padding: 50px;
    border-radius: 5px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
}
.gate-form form input.hs-button {
    text-align:center;
    background-color: #00a9b1;
    color: #fff;
    height: auto;
    border: none;
    padding: 0.8em;
    margin-top: 30px;
    width: 100%!important;
    display:block;
}
.gate-form form input.hs-button:hover {
    background-color: #f2c54b;
}
.gate-form h3 {
  margin-top: 0;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 20px;
}
.gate-form form ul li label {
    line-height: 15px;
}
.gate-form form ul li label input {
    margin-right: 10px;
}
.gate-form form ul li label span {
    font-size: 14px;
}

.content-series img:hover {
  opacity: 0.75;
}

.content-right {
  max-width: 500px;
  margin-left: auto!important;
}

.content-left {
  max-width: 500px;
  margin-right: auto!important;
}

/** 
 * 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.
*/ 


.pricing-right{
  max-width: 450px;
  margin: 0px 105px 0px 25px!important;
  text-align:center;
}
.pricing-left{
  max-width: 450px; 
  margin: 0px 25px 0px 105px!important; 
  text-align:center;
}


ul.aplz-ul {
  list-style-type: none;
}
ul.aplz-ul li {
  margin-bottom: 8px;
}

ul.aplz-ul li:before { 
  content: '\f105';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #00a9b1;
  margin-left: -33px; 
  margin-right: 15px; 
}

/* Blog CTAs  */

a.cta_button { 
  text-decoration: none!important; 
}
.CTA-Outer {}
.Whitepaper-CTA .CTA-Outer {
  margin-top: 50px;
  margin-bottom: 50px;
}
.CTA-Outer .CTA-Inner {
  border-radius: 15px;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  box-sizing: border-box;
}
.CTA-Outer .CTA-Tour-Inner { background-color: #f4f6f8; }
.CTA-Outer .CTA-Guide-Inner, .CTA-Outer .CTA-Whitepaper-Inner  { background-color: #1f363c; }
.CTA-Outer .CTA-Article-Inner { background-color: #ffffff; border: 1px solid #eeeeee; box-shadow: 0 0 20px #eeeeee; }
.articleSidebar .CTA-Outer .CTA-Inner {
  flex-direction: column;
  text-align: center;
}
.CTA-Outer .CTA-Inner img {
  padding: 10px;
  min-width: 200px;
  width: 20%;
  margin-top: 0;
}
.CTA-Outer .CTA-Whitepaper-Inner img {
  padding: 0 10px;
  min-width: 200px;
  width: 20%;
  margin-top: -50px;
  margin-bottom: -50px;
}

.CTA-Outer .CTA-Inner .CTA-Content {
  padding: 10px;
  text-align: left;
}
.CTA-Outer .CTA-Inner .CTA-Content .CTA-P1 {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: #222222;
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 5px;
  text-decoration: none;
}
.CTA-Outer .CTA-Guide-Inner .CTA-Content .CTA-P1, .CTA-Outer .CTA-Whitepaper-Inner .CTA-Content .CTA-P1 { color: #f4f6f8; }
.CTA-Outer .CTA-Inner .CTA-Content .CTA-P2 {
  line-height: 26px;
  padding: 0;
  margin: 0;
  color: #888888;
  text-decoration: none;
}
.CTA-Outer .CTA-Guide-Inner .CTA-Content .CTA-P2, .CTA-Outer .CTA-Whitepaper-Inner .CTA-Content .CTA-P2 { color: #679A9C; }
.CTA-Outer .CTA-Inner .CTA-Content .CTA-Btn {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  border-radius: 5px;
  font-size: 18px;
  line-height: 44px;
  padding: 0 20px;
  margin: 15px 0 0;
  color: #ffffff;
  background-color: #00a9b1;
  text-align: center;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
}
.CTA-Outer .CTA-Inner .CTA-Content .CTA-Btn:hover {
  background-color: #f2c54b;
}
@media only screen and (max-width: 1170px) {
  .CTA-Outer { padding: 0 20px; }
}
@media only screen and (max-width: 800px) {
  .CTA-Outer .CTA-Inner .CTA-Content .CTA-P1 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .CTA-Outer .CTA-Inner {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
  .CTA-Outer .CTA-Inner img {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .CTA-Outer .CTA-Inner .CTA-Content .CTA-P2 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

/* --- */




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



   

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

@media (max-width: 1170px) {

  .container-fluid .row-fluid .page-center {
    padding: 0 20px!important;
  }
  .container-fluid .row-fluid .page-center-wide {
    padding: 0 20px!important;
  }
  
  .content-section .content-img img {
    width:100%!important;
  }
  .content-section {
    margin: 50px 30px!important;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
  }
  .content-right {
    max-width: 500px;
    margin-left: 30px!important;
    margin-right:auto!important;
  }
  .content-left {
    max-width: 500px;
    margin-right: 30px!important;
    margin-left: auto!important;
  }
  
  .mobile-centerform {
    margin-bottom: 30px!important;
  }
  
  .pricing-right{
    max-width: 350px!important;
    margin: 0px 50px 0px 15px!important;
    text-align:center;
  }
  .pricing-left{
    max-width: 350px!important; 
    margin: 0px 15px 0px 50px!important; 
    text-align:center;
  }
  
}


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

@media (max-width: 767px) {

  .mobileswap .row-fluid {
    flex-direction: column;
  }
  .mobilerevswap .row-fluid {
    flex-direction: column-reverse;
  }
  .content-img {
    width:90%!important;
    max-width:450px;
  }
  .content-right {
    max-width: 500px;
    margin-left: auto!important;
    margin-right:auto!important;
  }
  .content-left {
    max-width: 500px;
    margin-right: auto!important;
    margin-left: auto!important;
  }
  .feature-block {
    text-align:center;
  }
  .feature-block .feature-info {
    padding-left:0;
    padding-top:15px;
  }
  .mobile-topspace {
    margin-top:50px;
  }
  .mobile-centertext{
    text-align:center;
  }
  .mobile-centerform {
    margin: 30px auto!important;
    width: 100%!important;
  }
 
}

@media (max-width: 750px) {

  #hs_cos_wrapper_post_body img {
    width: 100%!important;
  }
  
  .pricing-right{
    max-width: 350px!important;
    margin: 0px 15px 0px 7px!important;
    text-align:center;
  }
  .pricing-left{
    max-width: 350px!important; 
    margin: 0px 7px 0px 15px!important; 
    text-align:center;
  }
  
}
     

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

@media (max-width: 479px) {

  .pricing-right{
    max-width: 450px!important;
    margin: 0px 0px 0px 0px!important;
    text-align:center;
  }
  .pricing-left{
    max-width: 450px!important; 
    margin: 0px 0px 0px 0px!important; 
    text-align:center;
  }

}