


/* ==========================================================================

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




/* ==========================================================================
   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: #000;
  font-family: 'brandon-grotesque',Helvetica,sans-serif;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 200;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1500px;
  margin: 0 auto;
}

a { color: #ff6c2b;
    text-decoration: none;
}
a:hover, a:focus { color: #ff8f5e; 
    text-decoration: none;
}

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

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #FF6C2B;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #FF6C2B;
  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: 0 0 18px 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 {
    font-weight: 300;
    margin-top: 0;
    line-height: 1.1;
    color: #242424;
    font-family: "klinic_slabbold", serif;
    text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 72px;
    line-height: 0.9;
    font-weight: 300;
}
h2 {
    font-size: 54px;
    font-size: 3rem;
    margin-bottom: 9.3px;
    margin-bottom: 0.51667rem; 
}
h3 {
    font-size: 46px;
    font-size: 2.55556rem;
    margin-bottom: 10.91739px;
    margin-bottom: 0.60652rem; 
}
h4 {
    font-size: 38px;
    font-size: 2.11111rem;
    margin-bottom: 13.21579px;
    margin-bottom: 0.73421rem; 
}
h5 {
    font-size: 32px;
    font-size: 1.77778rem;
    margin-bottom: 15.69375px;
    margin-bottom: 0.87188rem; 
}
h6 {
    font-size: 26px;
    font-size: 1.44444rem;
    margin-bottom: 19.31538px;
    margin-bottom: 1.07308rem; 
}




/* Lists */
ul, ol {
    margin: 18px 0;
    padding: 0 0 0 40px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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








/* ==========================================================================


   2. COS STRUCTURE                                            


   ========================================================================== */





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






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


.body-container-wrapper {}
.body-container {}
.body-container .page-center {
    padding: 20px;
}





/* 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 {}
.footer-container .page-center {
    max-width: 1220px !important;
}
.custom-footer {
    background: #242424 none repeat scroll 0 0;
    color: #fff;
    padding: 20px;
    margin-bottom: -1px;
}
.custom-footer-bottom-group {
    padding: 8px 0 5px;
}
.custom-footer-logo {
    display: block;
    float: left;
    text-align: left;
    min-width: 25%;
}
#site-title_footer {
    display: block;
    height: 77px;
    position: relative;
    width: 95px;
    box-shadow: none;
}
.custom-footer-logo .visually-hidden {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.custom-footer-logo #logo-svg {
    height: 77px;
    left: -12px;
    position: absolute;
    top: -2px;
    transition: all 0.3s ease 0s;
    width: 95px;
}
.custom-copyright {
    margin-top: 7px;
}
.custom-copyright p {
    color: #575757;
    font-size: 18px;
    font-style: italic;
    text-align: left;
    font-family: "brandon-grotesque",Helvetica,sans-serif;
    font-weight: 200;
    line-height: 1.55;
    margin: 0;
}
.custom-footer-links .hs-menu-wrapper ul {
    float: right;
    margin-top: 7px;
}
.custom-footer-links .hs-menu-wrapper ul li a {
    box-shadow: none;
    color: #7d7d7d;
    font-family: "brandon-grotesque",Helvetica,sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 200;
    line-height: 1.55;
    text-align: right;
}
.custom-footer-links .hs-menu-wrapper ul li:last-child a {
    color: #575757;
}
.custom-footer-links .hs-menu-wrapper ul li a:after {
    content: "|";
    margin: 0 9px;
    color: #575757;
}
.custom-footer-links .hs-menu-wrapper ul li:last-child a:after {
    display: none;
}
.custom-footer-top-group {
    border-bottom: 1px solid #363636;
    border-top: 1px solid #363636;
    padding: 20px 0 15px;
}
.custom-footer-menu .hs-menu-wrapper > ul {
    margin: 18px -16px 18px 0;
    float: right;
}
.custom-footer-menu .hs-menu-wrapper > ul > li {
    margin-left: 16px;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a {
    box-shadow: none;
    color: #575757;
    font-size: 17.1px;
    text-align: center;
    text-transform: uppercase;
    font-family: "brandon-grotesque",Helvetica,sans-serif;
    font-weight: 200;
    line-height: 1.55;
}
.custom-footer-menu .hs-menu-wrapper > ul > li.active > a {
    color: #fff;
}
.custom-footer-menu .hs-menu-wrapper > ul > li:first-child > a {
    display: none;
}
.custom-footer-menu .hs-menu-wrapper > ul > li:last-child > a {
    color: #ff6c2b;
}





/* ==========================================================================


   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:transparent;
  float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color:#949494;
    padding: 20px 25px;
    display: block;
    font-size: 15.3px;
    outline: medium none;
    text-transform: uppercase;
    font-family: "brandon-grotesque",Helvetica,sans-serif;
    font-weight: 200;
    line-height: 1.55;
    box-shadow: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    background: #ff6c2b none repeat scroll 0 0;
    color: #fff !important;
    padding: 20px 25px 16px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
    background: #ff7e45;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:hover{
    color: #ff6c2b;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#fff;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#949494;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:#fff;
}

/* 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: relative; /*******************************************/
    top: 9px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 9px 15px 10px;
    background: #2c2c2c; /* Background color */
    border: 1px solid #212121;
    font-size: 1.15em;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #949494; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #949494;
    background-color: #2c2c2c; 
    border-color: #212121;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #949494;
    background-color: #2c2c2c; 
    border-color: #212121;
  }


  /* 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: 18px; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #949494; /* 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: #949494; /* Icon color */
  }
  .mobile-open .mobile-trigger i:after {
        display: none;
    }
    .mobile-open .mobile-trigger i {
        width: 0;
        height: 0;
    }
    .mobile-open .mobile-trigger i:before {
        content: "\f00d";
        width: 0;
        height: 0;
        background-color: transparent;
        top: -14px;
        right: 14px;
    }
    .mobile-open .mobile-trigger i {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 14px;
        text-align: center;
    }

  /* 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: absolute;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
       left: 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: 17px;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #242424; /* 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{
    border-top: 1px solid #313131;
    color: #949494 !important;
    font-size: 15.3px !important;
    font-weight: 200;
    line-height: 23.7167px;
    outline: medium none;
    padding: 20px 20px 20.5px !important;
    text-align: center;
    text-transform: uppercase;
    transition: color 0.25s ease 0s, background 0.25s ease 0s, padding 1s ease 0s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active a:hover {
      color: #ff6c2b !important;
  }
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: none; /* 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 !important;
  }

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

/* Blog Post Title */
.post-header h2 {
    transition: color 0.2s ease 0s;
    font-family: "klinic_slabbold",serif;
    font-weight: 300;
    line-height: 25.7333px;
    text-transform: uppercase;
    font-size: 23.4px;
    margin: 5px 0 10px;
    padding: 0 15px;
}
.post-header h2 a {
    color: #242424;
}
.post-header h2 a:hover {
    color: #ff6c2b;
}

/* Blog Author and Avatar */
#hubspot-author_data {
    font-size: 12.8px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "brandon-grotesque",Helvetica,sans-serif;
    line-height: 19.8333px;
    padding: 0 15px 10px;
    margin: 0;
}
#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 {
    margin-bottom: 25px;
    max-width: 380px;
    padding-bottom: 0;
    transition: background 0.25s ease 0s, transform 0.25s ease 0s, opacity 0.25s linear 0s;
    width: 31%;
    margin-right: 2%;
    float: left;
    min-height: 450px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
    padding: 0 15px 15px;
}
.blog-post-wrapper .post-body {}

/* 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{
    border-width: 0;
    max-height: 170px;
    max-width: 210px;
    height: auto;
    width: auto;
    display: inline-block !important;
    float: right;
    margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
    color: #ff6c2b;
    display: inline-block;
    padding-top: 20px;
    font-size: 13.6px;
    font-weight: 600;
    line-height: 21.0833px;
    text-transform: uppercase;
    font-family: "brandon-grotesque",Helvetica,sans-serif;
}
a.more-link:hover {
    color: #ff6c2b;
}
a.more-link::after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
}
/* Blog Topics List */
#hubspot-topic_data {
  margin: 0 !important;
  padding: 15px 15px 0;
}
#hubspot-topic_data a.topic-link {
    color: #949494;
    font-size: 0.75em;
    text-transform: uppercase;
    font-family: "brandon-grotesque",Helvetica,sans-serif;
    font-size: 13.5px;
    font-weight: 200;
    line-height: 15.5px;
}

a.more-later:before {
    background: #242424 none repeat scroll 0 0;
    bottom: 4px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 3px;
    width: 1px;
}
a.more-later {
    color: #ff6c2b;
    cursor: pointer;
    display: inline-block;
    font-size: 10.4px;
    margin-left: 8px;
    padding-left: 12px;
    position: relative;
    text-transform: uppercase;
    line-height: 16.1167px;
    font-family: "brandon-grotesque",Helvetica,sans-serif;
}




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

.hs-blog-social-share {
  padding: 10px 0 0 0;
  height: auto;
}

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
  border-bottom: none;
  margin: 0;
}
.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 {
   border: 1px solid #e6e6e6;
   clear: both;
   text-align: center;
   margin-top: 15px;
}
.blog-pagination a {
    color: #949494;
    font-size: 16.2px;
    font-weight: 200;
    line-height: 16.2px;    
    padding: 25px 5px;
    display: inline-block;
}
.blog-pagination a:hover {
    color: #242424;
}
.blog-pagination a.previous-posts-link {
   padding-bottom: 23px;
   padding-top: 23px;
   width: 75px;
   border-right: 1px solid #e6e6e6;
}
.blog-pagination a.next-posts-link {
    padding-bottom: 23px;
    padding-top: 23px;
    width: 75px;
    border-left: 1px solid #e6e6e6;
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-caret-right:before {
    content: "\f0da";
}
.blog-pagination a.all-posts-link {
    margin-left: 5px;
    margin-right: 5px;
}


/** 
 * 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 {
    font-size: 20px;
    margin-bottom: 15px;
}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

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

.custom-blog-author-section {
   margin-top: -37px;
}

.post-author {
   font-family: "brandon-grotesque",Helvetica,sans-serif;
   font-size: 14.0333px;
   font-weight: 600;
   letter-spacing: 1px;
   line-height: 20.35px;
   margin-left: 15px!important;
   padding-left: 0;
   position: relative;
   text-align: center;
   text-transform: uppercase;
   top: -54px;
   white-space: nowrap;
}




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


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

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

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

/* Labels */
body label {}
body .hs-form-field > label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    max-width: 100%;
    font-family: "BrandonRegular",Tahoma,sans-serif;
    color: #333333;
    font-size: 14px;
    line-height: 1.42857;
}

/* 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: "BrandonRegular",Tahoma,sans-serif;
    background-color: transparent;
    border-color: #222;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 2px;
    box-shadow: none;
    font-size: 36px;
    background-image: none;
    color: #555555;
    line-height: 1.42857;
    padding: 6px 12px;
    display: block;
    max-width: 500px;
    margin: 0 0 20px 0;
}

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 {
    border-color: #ff6c2c;
    box-shadow: none;
    outline: medium none;
}

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

.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 {}

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


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

ul.hs-error-msgs.inputs-list {
    color:red;
}



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


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    background-color: #ff6c2c;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-family: "BrandonRegular",Tahoma,sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    line-height: 1.33;
    padding: 20px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    background-color: #f25511;
    color: #fff;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
    background-color: #f25511;
    color: #fff;
}


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








/* ==========================================================================


   6. MISCELLANOUS                                        


   ========================================================================== */
.custom-blog-topics-wrapper .page-center {
    padding: 5px 0 7px;
}
.custom-blog-topics-wrapper{
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}
.custom-blog-topics h3 {
    display: inline-block;
    font-family: "brandon-grotesque",Helvetica,sans-serif;
    font-size: 0.9em;
    font-weight: 600;
    line-height: 25.1167px;
    margin-right: 50px;
    padding: 10px;
    text-transform: uppercase;
}
.custom-blog-topics .widget-module {
    display: inline-block;
}
.custom-blog-topics .widget-module ul {
    padding: 0;
}
.custom-blog-topics .widget-module ul li {
    list-style: none;
    display: inline-block;
}
.custom-blog-topics .widget-module ul li a {
    box-shadow: none;
    color: #000000;
    font-family: "brandon-grotesque",Helvetica,sans-serif;
    font-size: 16.2px;
    font-weight: 600;
    line-height: 1.55;
    padding-right: 20px;
    text-align: center;
    text-transform: uppercase;
}
.custom-blog-topics .widget-module ul li a span {
    display: none;
}
.custom-blog-listing-top-pane {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/1783622/Images-nov/footer-banner.jpg") no-repeat scroll center center / cover ;
    padding: 0 20px;
}
.custom-blog-listing-top-pane .page-center {
    padding: 100px 0!important;
}
.custom-blog-social {
    text-align: center;
}
.custom-blog-social ul {
    margin: 0 !important;
    padding-left: 21px;
    padding-top: 27px;
}
.custom-blog-social ul li {
    padding: 10px;
    display: inline-block;
}
.custom-blog-social ul li a {
    color: #ffffff;
    padding: 3px;
    font-size: 1.25em;
    font-weight: 200;
    line-height: 1.55;
    box-shadow: none;
}
.fa-twitter::before {
    content: "";
}
.fa-facebook-f::before, .fa-facebook::before {
    content: "";
}
.fa-google-plus::before {
    content: "";
}
.fa-instagram::before {
    content: "";
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
}
.visually-hidden {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.custom-blog-logo {
    margin: 9.5px 0 10px;
    text-align: center;
}
.custom-blog-logo svg {
    max-width: 220px;
}
.custom-blog-subscription {
    margin-left: 49px !important;
    max-width: 330px;
    padding-top: 24px;
}
.custom-blog-subscription h3 {
    font-weight: 600;
    margin: 0 0 8px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    font-size: 14.4px;
    line-height: 15.8333px;
    font-family: "brandon-grotesque",Helvetica,sans-serif;
}
.custom-blog-subscription form label .hs-form-required {
    display: none;
}
.custom-blog-subscription .hs-error-msgs.inputs-list {
    bottom: 0;
    color: #fff;
    position: absolute;
}
.custom-blog-subscription form input[type="email"] {
    -moz-appearance: none;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ffffff;
    display: block;
    height: 45px;
    outline: medium none;
    padding: 15px;
    transition: all 0.2s ease 0s;
    width: 100%;
    font-family: "brandon-grotesque",Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.55;
}
.custom-blog-subscription form .hs_submit {
    position: relative;
}
.custom-blog-subscription form .hs-button.primary {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #ff6c2b;
    cursor: pointer;
    font-family: "brandon-grotesque",Helvetica,sans-serif;
    font-size: 0.9em;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    outline: medium none;
    padding: 12px 20px;
    position: absolute;
    right: -3px;
    text-transform: uppercase;
    top: -63px;
}
.blog-section {
    padding: 60px 0 0;
}
.custom-blog-author-section {
    padding: 0 20px;
    position: relative;
    top: 27px;
}
.custom-blog-post-date {
    font-size: 16.2px;
    padding-top: 15px;
    line-height: 25.1167px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "brandon-grotesque",Helvetica,sans-serif;
}
.custom-blog-post-author {
    text-align: center;
    margin-top: -25px;
    font-weight: 600;
    font-size: 14.04px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.custom-blog-post-author img {
    border-radius: 50%;
    display: block;
    position: relative;
    right: auto;
    top: -30px;
    width: 96px;
    text-align: center;
    margin: 0 auto;
    left: -10px;
}
/*.custom-blog-post-author {
    font-family: "brandon-grotesque",Helvetica,sans-serif;
    font-size: 14.0333px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 20.35px;
    margin-left: 0.5px !important;
    padding-left: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: -54px;
    white-space: nowrap;
}*/
.custom-blog-post-author span {
    display: block;
    font-family: "brandon-grotesque",Helvetica,sans-serif;
    font-size: 10.8px;
    font-weight: 200;
    letter-spacing: 2px;
    line-height: 15.6667px;
    margin-top: -21px;
    text-transform: uppercase;
}
.custom-blog-post-date, .custom-blog-post-author, .custom-blog-post-sharing {
    margin: 0;
    max-width: 33.33% !important;
}
.custom-blog-post-sharing {
    padding-top: 19px;
    text-align: left;
    margin: 0 0 0 12px !important;
    position: relative;
    text-transform: uppercase;
    top: -3px;
    white-space: nowrap;
    font-family: "brandon-grotesque",Helvetica,sans-serif;
    font-size: 11.7px;
    font-weight: 200;
    line-height: 14.0333px;
    float: right!important;
}
.blog-post-wrapper .post-body {
    margin-left: auto;
    margin-right: auto;
    max-width: 820px;
    padding: 0 20px;
}
.blog-section .post-body img {
    width: 100%;
}
.blog-section .post-body hr {
    display: none;
}
.blog-section .post-body strong {
    font-weight: bold;
}
.custom-blog-prev-next-wrapper {
    padding: 20px;
}
.custom-blog-prev-next-wrapper .page-center {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding-bottom: 67px;
    padding-top: 30px;
}
.hs-blog-post .header-container {
    min-height: 60px;
}
.custom-blog-post-banner-wrapper .hs_cos_wrapper_type_linked_image > div {
    height: 830px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.custom-blog-post-banner-wrapper .hs_cos_wrapper_type_linked_image > div:after {
    content: "";
    background-color: rgba(0,0,0,.8);
    height: 100%;
    width: 100%;
    position: absolute;
}
.custom-blog-post-top-pane {
    height: 770px !important;
    background: #2c2c2c;
    display: table !important;
    width: 100% !important;
}
.custom-blog-post-top-pane .row-fluid-wrapper.row-depth-1.row-number-2 {
    display: table-cell;
    vertical-align: middle;
}
.custom-blog-author-section .page-center {
    max-width: 1210px !important;
}
.custom-blog-prev-next-wrapper .page-center {
    margin: 0 auto;
    max-width: 1220px !important;
    padding: ;
    padding-bottom: 20px;
    padding-top: 30px;
}
.custom-blog-pagination-wrapper .previous-posts-link {
    left: 8%;
    position: absolute;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border: 1px solid #ff6c2b;
    border-radius: 50%;
    cursor: pointer;
    background: none;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-transform: none;
    text-align: center;
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
    cursor: pointer;
    Z-index: 11;
    left: 5%;
    top: 40%;
}
.custom-blog-pagination-wrapper .previous-posts-link:after {
    font-family: 'FontAwesome';
    content: "\f177";
    color: #fff;
    font-size: 1.25em;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.custom-blog-post-top-pane:hover .previous-posts-link {
    display: block;
    opacity: 1;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.custom-blog-pagination-wrapper .next-posts-link {
    right: 5%;
    position: absolute;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border: 1px solid #ff6c2b;
    border-radius: 50%;
    cursor: pointer;
    background: none;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-transform: none;
    text-align: center;
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
    cursor: pointer;
    Z-index: 11;
    top: 40%;
}
.custom-blog-pagination-wrapper .next-posts-link:after {
    font-family: 'FontAwesome';
    content: "\f178";
    display: block;
    color: #fff;
    font-size: 1.25em;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.custom-blog-post-top-pane:hover .next-posts-link {
    opacity: 1;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
/*.custom-blog-pagination-wrapper .previous-posts-link:after{
    border: 1px solid #ff6c2b;
    border-radius: 50%;
    color: #fff;
    content: "";
    font: 1.4em/1 FontAwesome;
    height: 55px;
    left: 17px;
    padding: 14px 0;
    position: absolute;
    text-align: center;
    text-rendering: auto;
    top: -4px;
    transform: translate(0px, 0px);
    vertical-align: middle;
    width: 55px;
}
.custom-blog-pagination-wrapper .next-posts-link:before {
  border: 1px solid #ff6c2b;
  border-radius: 50%;
  color: #fff;
  content: "";
  font: 1.4em/1 FontAwesome;
  height: 55px;
  padding: 14px 0;
  position: absolute;
  right: 17px;
  text-align: center;
  text-rendering: auto;
  top: -4px;
  transform: translate(0px, 0px);
  vertical-align: middle;
  width: 55px;
}*/
.widget-type-blog_comments {
    float: none !important;
    margin: 0 auto !important;
    max-width: 859px !important;
}
.custom-previous-post-wrapper {
    max-width: 610px;
    float: left;
    padding: 0 30px 0 120px;
    position: relative;
    width: 50%;
}
.custom-next-post-wrapper {
    padding: 0 120px 0 30px;
    text-align: right;
    position: relative;
    width: 50%;
    float: right;
}
.custom-blog-prev-next p {
    text-transform: uppercase;
    font-size: .8em;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
}
.custom-blog-prev-next a {
    font-size: 27px;
    font-family: klinic_slabbold, serif;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1.1;
    text-rendering: optimizeSpeed;
    color: #242424;
    font-family: "klinic_slabbold", serif;
    text-transform: uppercase;
}
.custom-blog-prev-next a:hover {
    color: #ff6c2b;
}
.custom-previous-post-wrapper:before {
    content: "\f177";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 1.4em;
    color: #ff6c2b;
    border: 1px solid #ccc;
    position: absolute;
    text-align: center;
    width: 55px;
    vertical-align: middle;
    height: 55px;
    border-radius: 50%;
    left: 17px;
    top: 0;
    padding: 10px 0;
}
.custom-next-post-wrapper:after{
   content: "\f178";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 1.4em;
    color: #ff6c2b;
    border: 1px solid #ccc;
    position: absolute;
    text-align: center;
    width: 55px;
    vertical-align: middle;
    height: 55px;
    border-radius: 50%;
    right: 17px;
    top: 0;
    padding: 10px 0;
}
.custom-blog-related-articles h3 {
    text-align: center;
    padding: 30px 0;
}
.custom-blog-related-articles h3 span {
    display: block;
    font-family: "brandon-grotesque", Helvetica, sans-serif;
    font-size: .45em;
}
.custom-blog-related-articles-wrapper .page-center {
    margin: 0 auto;
    max-width: 1220px !important;
    width: 100%;
    padding-top: 60px;
}
.related-post-item {
    float: left;
    width: 32%;
    margin-right: 2%;
}
.related-title a {
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    font-size: 1.3em;
    margin: 5px 0 10px;
    font-weight: 300;
    margin-top: 0;
    line-height: 1.1;
    text-rendering: optimizeSpeed;
    color: #242424;
    font-family: "klinic_slabbold", serif;
    text-transform: uppercase;
    background: transparent;
    text-decoration: none;
}

.related-title a:hover {
    color: #ff6c2b;
    background: transparent;
    text-decoration: none;
}
.related-post-item:hover {
    background: #f7f7f7 none repeat scroll 0 0;
}
.related-image{
    background: #242424 none repeat scroll 0 0;
}
.related-post-item img {
    opacity: 0.45;
    transition: all 0.25s ease 0s;
}
.related-post-item img:hover {
    opacity: 1;
}
.custom-blog-related-articles {
    margin-bottom: 60px;
}
.section.post-footer {
    padding-left: 40px;
}
/*.custom-blog-pagination-wrapper {
    padding: 0 20px;
    position: relative;
    top: 246px;
}*/
.custom-blog-pagination-wrapper h1 {
    color: #fff;
    margin: 0 auto;
    position: relative;
    text-align: center;
    max-width: 982px;
    line-height: 59.4px;
    font-size: 54px;
    z-index: 1;
}
.custom-blog-pagination-wrapper h1 span{
    font-family: "klinic_slabbold",serif;
    font-weight: 300;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 54px;
    line-height: 59.4px;
}
.blog-listing-wrapper .post-listing .post-item:nth-child(3n) {
  margin-right: 0;
}



.owl-carousel .owl-wrapper-outer {
    height:770px !important;
}
.owl-carousel .owl-wrapper {
    height:100% !important;
}
.owl-carousel .owl-item {
    height:100% !important;
}
.owl-carousel .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    margin-top: 300px;
}




/** .blog-listing-wrapper .post-lis
 * 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.
*/ 
.hs-blog-listing .custom-blog-topics-wrapper {
    padding: 15px 20px;
}
.custom-blog-topics-wrapper .page-center {
    padding: 0;
    max-width: 1220px;
}
.custom-blog-topics h3 {
    margin-bottom: 0;
}
.custom-blog-topics-wrapper .page-center {
    padding: 0;
}
.custom-blog-listing-top-pane .page-center {
    padding: 81px 0 80px !important;
}
.blog-listing-wrapper .post-listing .post-item:hover {
    background: #f7f7f7;
}
.hs-blog-listing .body-container .page-center {
    max-width: 1220px;
}
.post-banner-image {
    background: #242424 none repeat scroll 0 0;
}

.post-banner-image a {
    display: block;
    height: 175px;
    overflow: hidden;
}
.post-banner-image img {
    opacity: 0.45;
    transition: all 0.25s ease 0s;
}
.post-banner-image img:hover {
    opacity: 1;
}

.custom-blog-rss-slider .hs-rss-item.hs-with-featured-image {
    text-align: center;
    width: 75%;
    margin: 0 auto;
}
.custom-blog-rss-slider .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 100%;
    padding-right: 0;
    float: none;
}
.custom-blog-rss-slider a.hs-rss-title {
    font-size: 3em;
    color: #fff;
    text-transform: uppercase;
     font-family:"klinic_slabbold",serif; /*added by HS Support 11/24/2015*/
}
.custom-blog-rss-slider .hs-rss-byline {
    opacity: 1;
    font-size: .9em;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.custom-blog-rss-slider .hs-rss-description {
    color: #fff;
    padding: 0 50px;
}
.custom-blog-rss-slider .hs-rss-description p {
    margin: auto auto 1em;
}
.custom-blog-rss-slider .hs-rss-description p:last-child a:last-child {
    display: block;
    background: #ff6c2b;
    color: #fff;
    padding: 12px 30px 14px;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    font-family: "klinic_slabbook", serif;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: relative;
    max-width: 180px;
    margin: 20px auto 0;
}
.custom-blog-rss-slider .hs-rss-description p:last-child a:last-child:hover {
    background: #ff7a40;
}
.custom-blog-rss-slider .hs-rss-description p:last-child a:last-child:after {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
        text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
}
.custom-blog-rss-slider .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    width: 100%;
    display: block;
    height: 100%;
}
.custom-blog-rss-slider .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper > div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}
.custom-blog-rss-slider .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper:after {
    content: "";
    background-color: rgba(0,0,0,.8);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.custom-blog-rss-slider .owl-pagination {
    display: none !important;
}
.custom-blog-rss-slider .owl-buttons {}
.custom-blog-rss-slider .owl-prev {
    left: 5%;
    position: absolute;
    top: 50%;    
    width: 52px;
    height: 52px;
    line-height: 52px;
    border: 1px solid #ff6c2b;
    border-radius: 50%;
    cursor: pointer;
    background: none;
    margin-top: -26px;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-transform: none;
    text-align: center;
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
}
.custom-blog-rss-slider .owl-next {
    right: 5%;
    position: absolute;
    top: 50%;    
    width: 52px;
    height: 52px;
    line-height: 52px;
    border: 1px solid #ff6c2b;
    border-radius: 50%;
    cursor: pointer;
    background: none;
    margin-top: -26px;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-transform: none;
    text-align: center;
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
}
.custom-blog-rss-slider:hover .owl-prev {
    display: block;
    opacity: 1;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.custom-blog-rss-slider:hover .owl-next {
    opacity: 1;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.custom-blog-rss-slider {
    margin-top: -50px;
}
.custom-blog-rss-slider .owl-pagination {
    display: none !important;
}
.custom-blog-rss-slider .owl-buttons {
    color: #fff;
}
.custom-blog-rss-slider .owl-prev {
    left: 5%;
    position: absolute;
    top: 50%;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border: 1px solid #ff6c2b;
    border-radius: 50%;
    cursor: pointer;
    background: none;
    margin-top: -26px;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-transform: none;
    text-align: center;
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
    color: transparent;
}
.custom-blog-rss-slider .owl-prev:after {
    font-family: 'FontAwesome';
    content: "\f177";
    color: #fff;
    font-size: 1.25em;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.custom-blog-rss-slider .owl-next {
    right: 5%;
    position: absolute;
    top: 50%;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border: 1px solid #ff6c2b;
    border-radius: 50%;
    cursor: pointer;
    background: none;
    margin-top: -26px;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-transform: none;
    text-align: center;
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
    color: transparent;
}
.custom-blog-rss-slider .owl-next:after {
    font-family: 'FontAwesome';
    content: "\f178";
    display: block;
    color: #fff;
    font-size: 1.25em;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.custom-blog-rss-slider:hover .owl-prev {
    display: block;
    opacity: 1;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.custom-blog-rss-slider:hover .owl-next {
    opacity: 1;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}


/* 
 *     Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}




/* ==========================================================================


   7. MOBILE MEDIA QUERIES                              


   ========================================================================== */



   

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

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

@media (max-width: 1920px) and (min-width: 1367px) {}

@media (max-width: 1599) {
    
    .custom-blog-post-top-pane,
    .custom-blog-post-banner-wrapper .hs_cos_wrapper_type_linked_image > div {
        height: 720px !important;
    }
    .custom-blog-pagination-wrapper .previous-posts-link {
        left: 5%;
    }
    .custom-blog-pagination-wrapper .next-posts-link {
        right: 5%;
    }
    
}

@media (max-width: 1500px) {
    
    .custom-header .page-center {
        padding-left: 20px;
    }
    
}

@media (max-width: 1449px) {
    
    .custom-blog-post-top-pane,
    .custom-blog-post-banner-wrapper .hs_cos_wrapper_type_linked_image > div {
        height: 720px !important;
    }
    
}

@media (max-width: 1299px) {
    
    .custom-blog-post-top-pane,
    .custom-blog-post-banner-wrapper .hs_cos_wrapper_type_linked_image > div {
        height: 640px !important;
    }
    .custom-blog-post-author {
       font-family: "brandon-grotesque",Helvetica,sans-serif;
       font-size: 14.0333px;
       font-weight: 600;
       letter-spacing: 1px;
       line-height: 20.35px;
       margin-left: -3px!important;
       padding-left: 0;
       position: relative;
       text-align: center;
       text-transform: uppercase;
       top: -54px;
       white-space: nowrap;
    }

}


@media (max-width: 1198px) {
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        font-size: 14.5333px;
    }
    .custom-blog-pagination-wrapper h1 span {
        font-size: 41.4px;
        line-height: 45.5333px;
    }
    .custom-blog-rss-slider a.hs-rss-title {
        font-size: 1.8em;
    }
    .custom-blog-post-top-pane,
    .custom-blog-post-banner-wrapper .hs_cos_wrapper_type_linked_image > div {
        height: 632px !important;
    }
    .owl-carousel .owl-wrapper-outer {
        height: 600px !important;
    }
    .owl-carousel .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
        margin-top: 150px;
    }

    
}

@media (max-width: 1198px) and (min-width: 991px) {
    
    .custom-blog-subscription {
        margin-left: 2% !important;
    }
    
}

/* Landscape tablet and smaller devices
   ========================================================================== */
   
@media (max-width: 991px) {
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a  {
       font-size: 13.7667px;   
       padding: 20px 15px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
        padding: 20px 15px 19px;
    }
    .custom-footer-bottom-group {
        padding: 9px 0 0;
    }
    .custom-copyright p {
        font-size: 15.3px;
    }
    .custom-footer-links .hs-menu-wrapper ul {
        margin-bottom: 3px !important;
        margin-top: 4px;
    }
    .custom-footer-links .hs-menu-wrapper ul li a {
        font-size: 15.3px;
    }
    .custom-footer-links .hs-menu-wrapper ul li a::after {
        margin: 0 7.5px;
    }
    .custom-footer-menu .hs-menu-wrapper > ul {
        margin: 18px -11px -18px 0;
    }
    .custom-footer-menu .hs-menu-wrapper > ul > li {
        margin-left: 11px;
    }
    .custom-menu-primary {
        float: right !important;
        margin: 0 !important;
        width: auto !important;
    }
    .custom-blog-social {
        text-align: center;
        width: 100% !important;
    }
    .custom-blog-social ul {
        margin: 0 !important;
        padding-left: 0;
        padding-top: 0;
    }
    .custom-blog-logo {
        margin: 8px 0 0 !important;
        width: 100% !important;
    }
    .custom-blog-subscription {
        float: none !important;
        margin: 0 auto !important;
        min-width: 330px;
        padding-top: 24px;
        width: 330px!important;
    }
    .custom-blog-subscription h3 {
        white-space: normal;
        margin: 14px 0 8px;
    }
    .custom-blog-logo svg {
        margin-bottom: 38px;
        max-width: 220px;
    }
    .custom-blog-listing-top-pane .page-center {
        padding: 36px 0 20px;
    }
    .related-post-item {
        float: left;
        margin-left: 11%;
        margin-right: 2%;
        width: 32%;
    }
    .custom-blog-author-section {
        padding: 0 40px;
        position: relative;
        top: 27px;
    }
    .custom-blog-post-author img {
        width: 70px;
    }
    .custom-blog-post-author {
        right: 4px;
        top: -44px;
    }
    .custom-blog-post-top-pane,
    .custom-blog-post-banner-wrapper .hs_cos_wrapper_type_linked_image > div {
        height: 546px !important;
    }
    
}

@media (max-width: 767px) {
    
    .custom-logo {
        padding: 0 20px;
    }
    .custom-menu-primary {
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        text-align: right;
    }
    .custom-copyright {
        margin-top: 5px;
    }
    .custom-copyright p {
        text-align: center;
    }
    .custom-footer-links .hs-menu-wrapper ul {
        text-align: center;
    }
    .custom-footer-links .hs-menu-wrapper > ul > li {
        display: inline-block;
        width: auto !important;
    }
    em {
        display: inline !important;
    }
    .custom-footer-logo {
        display: none !important;
    }
    .custom-footer-menu .hs-menu-wrapper > ul {
        margin: 17px 0 19.5px !important;
    }
    .custom-footer-menu .hs-menu-wrapper > ul > li {
        margin-left: 0;
    }
    .custom-footer-links .hs-menu-wrapper ul li a::after {
        margin: 0 5.5px;
    }
    .custom-footer-links .hs-menu-wrapper ul {
        margin-top: -2px;
    }
    .custom-previous-post-wrapper {
        float: none;
        max-width: 100%;
        padding: 30px 0 20px;
        position: relative;
        text-align: center;
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
    }
    .custom-next-post-wrapper {
        padding: 30px 0 20px;
        text-align: center;
        width: 100%;
        float: none;
    }
    .custom-previous-post-wrapper::before {
        display: none;
    }
    .custom-next-post-wrapper::after {
        display: none;
    }
    .related-post-item {
        float: none;
        margin-left: 0;
        margin-right: 0;
        padding: 0 30px;
        width: 100%;
        margin-bottom: 40px;
    }
    .custom-blog-related-articles {
        margin-bottom: 0;
    }
    .custom-blog-pagination-wrapper h1 span {
        font-size: 32.4px;
        line-height: 35.6333px;
    }
    .custom-blog-post-author {
       margin: 0 auto !important;
       top: -83px;
    }
    .custom-blog-post-author img {
       right: -3px;
    }
    .custom-blog-post-author span {
       margin-left: 0px !important;
       padding-left: 5px;
    }
    .blog-listing-wrapper .post-listing .post-item {
        float: none;
        margin-bottom: 40px;
        margin-right: 2%;
        max-width: 100%;
        padding-bottom: 0;
        width: 100%;
    } 
    .custom-blog-rss-slider a.hs-rss-title {
        font-size: 1.8em;
    }    
    .custom-blog-post-top-pane,
    .custom-blog-post-banner-wrapper .hs_cos_wrapper_type_linked_image > div {
        height: 450px !important;
    }
    .custom-blog-pagination-wrapper .previous-posts-link {
        left: 20px;
    }
    .custom-blog-pagination-wrapper .next-posts-link {
        right: 20px;
    }
    .custom-blog-post-sharing {
        margin-left: 0 !important;
        float: none !important;
    }
    .custom-blog-post-date, .custom-blog-post-author, .custom-blog-post-sharing {
        width: 100%!important;
        float: none!important;
        max-width: 100% !important;
        top: auto !important;
        margin-bottom: 20px;
        text-align: center;
    }
    .custom-blog-post-author img {
        top: auto;
        right: auto;
    }
    .custom-blog-post-author span {
        margin-top: 10px;
    }
    .custom-blog-post-author {
        top: 0;
        white-space: normal;
    }
    .owl-carousel .owl-wrapper-outer.autoHeight .owl-item  {
        padding-top: 50px;
    }
    .owl-carousel .owl-wrapper-outer {
        height: 550px!important;
    }
    .owl-carousel .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
        margin-top: 0;
    }
#hs_cos_flex_slider_widget_1455913198881 {
    display:none !important;
}

}
     

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

@media (max-width: 479px) {
    
    .custom-blog-subscription {
        max-width: 256px;
        min-width: 251px;
        padding-top: 24px;
    }
    .custom-blog-subscription h3 {
        text-align: center;
    }
    .custom-blog-rss-slider .hs-rss-item.hs-with-featured-image {
        width: 90%;
    }
    
}

@media (min-width: 370px) {
    .custom-blog-subscription {
        min-width: 280px;
    }
}



