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


/* ==========================================================================
HS COS Boilerplate v1.5.0                                
Reference: http://designers.hubspot.com/docs/tools/boilerplate-css
========================================================================== */



/* These includes are optional, but helpful. */
 


@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: 'icomoon';
  src:  url('https://digitalmarketing.computan.com/hubfs/Icomoon%20Font/icomoon.eot');
  src:  url('https://digitalmarketing.computan.com/hubfs/Icomoon%20Font/icomoon.eot') format('embedded-opentype'),
    url('https://digitalmarketing.computan.com/hubfs/Icomoon%20Font/icomoon.ttf') format('truetype'),
    url('https://digitalmarketing.computan.com/hubfs/Icomoon%20Font/icomoon.woff') format('woff'),
    url('https://digitalmarketing.computan.com/hubfs/Icomoon%20Font/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

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

.icon-icon-search:before {
  content: "\e900";
}


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






















/* 1d. Buttons */

/* 1e. Forms */


    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */


/* 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;
  font-weight: 300;
  overflow-x: hidden;
  overflow-y: scroll;
}

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

.page-center {
  float: none;
  max-width: 1210px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

a, button, input[type="submit"]{
  transition: .3s ease-in-out;
  transition-property: opacity,background,color, visibility;
}
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #263238;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #263238;
  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 35px;
} 
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 {
  margin: 0 0 20px;
  font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color:inherit;
}
.top-heading { 
  font-weight: 200;
  display: block;
  color: #263238;
  font-size: 24px;
}

h1 {
  line-height: 1.29;
  margin: 0 0 18px;
}

h2 {
  line-height: 1.14;
  margin: 0 0 18px;
}

h3 {
  line-height: 1.14;
}

/* Lists */
ul, ol {}
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                                               
========================================================================== */




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


.header-container-wrapper .page-center {
  margin: 0 auto !important;
  float: none !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-right .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-right .row-fluid:after,
.header-right .row-fluid:before {
  display: none;
}

.header-right .span10,
.header-right .span1 {
  min-height: inherit;
  width: auto;
}
.search-btn .hs-search-field {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease all;
  z-index: 10;
  width: 500px;
  height: 50px;
  background: #fff;
  border-radius: 25px;
}
.search-btn .hs-search-field input[type="text"] {
  width: 100%;
  height: 50px;
  border: 0;
  -webkit-appearance: none;
  font-size: 18px;
  line-height: 24px;
  padding: 13px 60px 13px 20px;
  outline: none;
  border-radius: 25px;
  font-weight: 400;
}
.search-btn .hs-search-field button {
  position: absolute;
  right: 20px;
  top: 14px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  border-radius: 0;
  -webkit-appearance: none;
}
.hs-search-field__bar button svg {
  width: 20px;
  height: 20px;
}
.hs-search-field__bar button svg path {
  fill: #f77f43;
}
.header .custom-menu-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-size: 18px;
  line-height: 22px;
}
.header .custom-menu-primary ul li {
  text-transform: capitalize;
  padding:0px;
  margin: 0 0 0 10px;
}
.header .custom-menu-primary ul li a {
  text-decoration: none;
/*   color: #263238; */
  color:#263238;
  font-size: 18px;
  line-height: 22px;
  padding:0 10px;
}
.header .custom-menu-primary ul li a:hover {
  color: #f77f43;
}
.submenu.level-1 > .has-submenu > .menu-arrow {
  border-top: 4px solid #263238;
}
.search-btn {
  position: relative;
  z-index: 1000;
}
.search-btn:before {
  display: block;
  content: '\e900';
  width: 20px;
  height: 20px;
  cursor: pointer;
/*   background-image: url('https://digitalmarketing.computan.com/hubfs/icon-search.svg'); */
  background-size: 100% 100%;
  margin: 0 10px;
  font-family: 'icomoon' !important;
  color:#263238;
  font-size: 22px;
}
.search-btn:after{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 4000px;
  height: 4000px;
  background: #f77f43;
  content: '';
  border-radius: 100%;
  transition: 0.9s ease all;
}
body.h-search-active, body.f-search-active {
  overflow: hidden;
  height: 100%;
}
body.h-search-active .header-container-wrapper .hs-search-field {
  opacity: 1;
  visibility: visible;
}
body.h-search-active .header-container-wrapper .search-btn:after {
  transform: translate(-50%, -50%) scale(1);
}
body.f-search-active .footer-container-wrapper .hs-search-field {
  opacity: 1;
  visibility: visible;
}
body.f-search-active .footer-container-wrapper .search-btn:after {
  transform: translate(-50%, -50%) scale(1);
}
.footer-container-wrapper .search-btn {
  z-index: 999;
}
body.f-search-active .header-container-wrapper .search-btn {
  z-index: 998;
}


.header .page-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.header-logo {
  float: left;
  width: 23.076923077%;
}
.header-right {
  float: right;
  width: 74.358974359%;

  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.search-btn.h-search-btn,
.header-cta {
  margin-left:22px;
}
.header-cta{
  width:180px;
}
.search-btn.h-search-btn.hide-search{
  display: none;
}



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



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

/* Homepage */



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




/* ==========================================================================
Footer
========================================================================== */
.footer-container-wrapper {
  background: #F8FAFC;
  position: relative;
  color: #f77f43;
  font-size: 14px;
  line-height: 28px;
}
.footer-container-wrapper .page-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.footer-container-wrapper .widget-type-logo {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 5;
  transform: translate(-50%,-50%);
}
.footer-container-wrapper .widget-type-logo a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  max-height: 38px;
}
.footer-container-wrapper .widget-type-logo a img {
  display: block;
}
.footer-container-wrapper .page-center {
  margin: 0 auto !important;
  float: none !important;
  padding-top: 70px;
  padding-bottom: 28px;
}

.footer-right .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-right .row-fluid:after,
.footer-right .row-fluid:before {
  display: none;
}

.footer-right .span10,
.footer-right .span1 {
  min-height: inherit;
  width: auto;
}
.custom-menu-secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-size: 18px;
  line-height: 22px;
}
.footer-right .custom-menu-secondary ul li {
  text-transform: capitalize;
  padding:0px;
  margin: 0 0 0 30px;
}
.footer-right .custom-menu-secondary ul li a {
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  color: #f77f43;
}
.custom-menu-secondary ul li a:hover {
  color: #f77f43;
}
/* .footer-container-wrapper .search-btn:before{
  background-image: url(https://digitalmarketing.computan.com/hubfs/icon-search-white.svg);
} */

.footer-container-wrapper .page-center .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-container-wrapper .page-center > div > .row-fluid >  .span1 {
  width: auto;
  margin:0;
}
.footer-container-wrapper .page-center > div > .row-fluid > .span2 {
  width: 40%;
  margin:0;
}
.footer-container-wrapper .page-center > div > .row-fluid > .span9 {
  width: 60%;
  margin:0;
}

.footer-container-wrapper p,
.footer-text p {
  margin: 0;
}
.footer-container-wrapper p a,
.footer-text a {
  text-decoration: none;
}
.footer-container-wrapper p a:hover,
.footer-text a:hover {
  color: #fff;
}

.footer-text {
  width: 40%;
}
.footer-right {
  width: 60%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin:0px;
}
.search-btn.f-search-btn {
  margin-left: 22px;
}


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





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

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

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

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

/* 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: {font=Nunito Sans, font_set=GOOGLE, styles={font-family='Nunito Sans', font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#f77f43, variant=null, fallback=null, style=font-family: 'Nunito Sans'; font-style: normal; font-weight: normal; text-decoration: none, css=color: #f77f43;font-family: 'Nunito Sans';};
  font-size: 22px;
}

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

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

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

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

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

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

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


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

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

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

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

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

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




/* ==========================================================================
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: {font=Nunito Sans, font_set=GOOGLE, styles={font-family='Nunito Sans', font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#f77f43, variant=null, fallback=null, style=font-family: 'Nunito Sans'; font-style: normal; font-weight: normal; text-decoration: none, css=color: #f77f43;font-family: 'Nunito Sans';};
  font-size: 22px;
  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 {}


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





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


/* button styles */
.cta_button {
  --duration: .5s;
  --move-hover: -2px;
  -webkit-transform: translateY(var(--y));
  transform: translateY(var(--y));
  -webkit-transition: box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  transition: box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
  transition: transform var(--duration) ease, box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
.cta_button div {
  display: -webkit-box;
  display: flex;
}
.cta_button div span {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
}
.cta_button div span {
  min-width:4px;
}
.cta_button div span:nth-child(1) {
  --d: 0.05s;
}
.cta_button div span:nth-child(2) {
  --d: 0.1s;
}
.cta_button div span:nth-child(3) {
  --d: 0.15s;
}
.cta_button div span:nth-child(4) {
  --d: 0.2s;
}
.cta_button div span:nth-child(5) {
  --d: 0.25s;
}
.cta_button div span:nth-child(6) {
  --d: 0.3s;
}
.cta_button div span:nth-child(7) {
  --d: 0.35s;
}
.cta_button div span:nth-child(8) {
  --d: 0.4s;
}
.cta_button div span:nth-child(9) {
  --d: 0.45s;
}
.cta_button div span:nth-child(10) {
  --d: 0.5s;
}
.cta_button div span:nth-child(11) {
  --d: 0.55s;
}
.cta_button div span:nth-child(12) {
  --d: 0.60s;
}
.cta_button div span:nth-child(13) {
  --d: 0.65s;
}
.cta_button div span:nth-child(14) {
  --d: 0.70s;
}
.cta_button:hover {
  /*box-shadow: 0 0 15px rgba(247, 127, 67, 0.5);*/
  --y: var(--move-hover);
  --move: -4px;
}
.cta_button:hover span {
  -webkit-animation: move var(--duration) linear var(--d);
  animation: move var(--duration) linear var(--d);
}


@-webkit-keyframes move {
  40% {
    -webkit-transform: translateY(var(--move));
    transform: translateY(var(--move));
    text-shadow: var(--shadow-active);
  }
}

@keyframes move {
  40% {
    -webkit-transform: translateY(var(--move));
    transform: translateY(var(--move));
    text-shadow: var(--shadow-active);
  }
}


.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  list-style: none;
  margin:0;
  padding:0;
}

.slick-dots li {
  padding: 0 3px;
}

.slick-dots li button {
  min-width: inherit;
  border: 0;
  background: none;
  font-size: 0;
  line-height: 0;
  width: 12px;
  height: 12px;
  min-height: inherit;
  border-radius: 100%;
  background: #263238;
  border: solid 1px #263238;
  -webkit-transition: background linear .3s;
  transition: background linear .3s;
  padding: 0;
  display: block;
  outline: none;
}

.slick-dots li button:hover {
  background: #f77f43;
  border-color: #f77f43;
}

.slick-dots li.slick-active button {
  background: #f77f43;
  border-color: #f77f43;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
  cursor: pointer;
  z-index: 10;
  color: #2a2f69;
  line-height: 1;
  width: 40px;
  height: 40px;
  font-size: 26px;
  left: -15px;
}

.slick-prev i,
.slick-next i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slick-next {
  left: auto;
  right: -15px;
}
.slick-slide{
  outline: none !important;
}

/* split words animations */
.splitting .word,
.splitting .char {
  display: inline-block;
}
.splitting .char {
  position: relative;
}
.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  user-select: none;
}
.splitting {
  --word-center: calc((var(--word-total) - 1) / 2);
  --char-center: calc((var(--char-total) - 1) / 2);
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  --word-percent: calc(var(--word-index) / var(--word-total));
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  --char-percent: calc(var(--char-index) / var(--char-total));
  --char-offset: calc(var(--char-index) - var(--char-center));
  --distance: calc(
    (var(--char-offset) * var(--char-offset)) / var(--char-center)
  );
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

.splitting .char {
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: opacity 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear;
  transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition-delay: calc( 20ms * var(--char-index) );
  transition-delay: calc( 20ms * var(--char-index) );
}
.splitting[data-scroll="out"] .char {
  opacity: 0.1;
  -webkit-transform: translateY(0.25em);
  transform: translateY(0.25em);
}

/* Blog Style  */
.blog-header__title {margin-top:18px;}
.blog-recent-posts__title {line-height: 34px;}
.blog-banner-post {
  position: relative;
}
.blog-banner-post:before {
  content: "";
  display: block;
  background-color: #152940;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: .4;
}
.blog-banner-post-content {
  position: relative;
  width: 100%;
  max-width: 1210px;
  padding: 0px 20px;
  margin: 0 auto;
}
.blog-banner-post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height:450px;
}
.blog-banner-post h2,
.blog-banner-post h2 a {
  color:#fff;
}
.blog-banner-post h2 a:hover,
.blog-banner-post h2 a:focus {
  color: #f77f43;
  text-decoration: none;
}
.post-date-box {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 25px;
}
.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.post-read-more {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  border-radius:5px;
  padding: 7px 20px;
}
.post-read-more:hover,
.post-read-more:focus {
  background:#f77f43;
  color:#fff;
  border:1px solid #f77f43;
  text-decoration: none;
}

.blog-post-row {
  display: -ms-flexbox;
  display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  margin:0px -10px;
  width:100%;
}
.blog-cta-box {
  position: relative;
    width: calc(100% / 3 - 20px);
  background: #f77f43;
  color:#fff;
  border-radius:5px;
    padding: 40px 40px;
  margin: 0 10px 20px;
}
.blog-cta-box i.fa.fa-envelope {
  position: absolute;
  top: -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-weight: normal;
  font-style: normal;
  transition: .4s ease;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
}
.blog-form h6 {
  color:#fff;
  font-size: 18px;
  font-weight: 600;
}
.blog-form label {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}
.blog-form .hs-input {
    width: 100%;
    max-width: 100%;
    border: 0;
    outline: none;
    padding: 10px;
}
.blog-form .actions {
    margin-top: 18px;
    margin-bottom: 0px;
    padding: 0px 0px;
}
.blog-form .hs-button {
    display: block;
    width: 100%;
    font-weight: 700;
    background-color: #f77f43;
    border-color: #ffffff;
    padding: 12px 24px;
    font-size:18px !important;
}
.hs-form-field {
    margin-bottom: 15px;
}
.blog-post-small {
    width: calc(100% / 3 - 20px);
  position: relative;
  z-index: 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  transition: .4s ease;
  border-radius:5px;
  margin: 0 10px 20px;
}
.blog-post-small .blog-post-image-small {
  display: block;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  padding-bottom: 60%;
}
.blog-post-content-small {
  padding: 30px;
}
.blog-post-small .topic-button {
  display: inline-block;
  padding: 3px 8px;
  background-color: #f77f43;
  color: #fff !important;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: 20px;
}
.blog-post-small .topic-button:hover {
  text-decoration: none;
}
.blog-post-content-small h4 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 15px;
}
.blog-post-content-small h4 a:hover,
.blog-post-content-small h4 a:focus {
  color: #555555;
  text-decoration: none;
}
.blog-post-small .post-date-box {
  color: #555555;
  margin-bottom: 0px;
}




@media (max-width: 1023px) {
  body{
    font-size:18px;
  }
  .top-heading { 
    font-size: 20px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }
  h4 {font-size: 28px;}
  h5 {font-size: 24px;}
  h6 {font-size: 20px;}
  p{ margin: 0 0 25px;}
}

.error-box {
    padding: 50px 20px 70px;
    max-width: 500px;
    margin: 0 auto;
  text-align:center;
}

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


@media (max-width: 1023px) {
  .dnd_area-row-0-background-image.dnd_area-row-0-force-full-width-section{
    background-size: cover !important;
    background-position: 50% 30% !important;
  }
}


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

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


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

@media (max-width: 767px) {

.blog-post-small {width: calc(100% / 2 - 20px);}
.blog-cta-box {width: calc(100% / 2 - 20px);}


}


/* Landscape phones and smaller devices
========================================================================== */
@media (max-width: 575px) {
.blog-post-small {width: calc(100% / 1 - 20px);}
.blog-cta-box {width: calc(100% / 1 - 20px);}
}

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

.body-wrapper{
  overflow: hidden;
  width:100%;
  position: relative;
}
.content-wrapper{
  min-height: calc(100vh - 244px);
}
#email-prefs-form .header{
  box-shadow: none !important;
}





/*13-01-2021*/
.team-left-sidebar ul li:hover,
.team-left-sidebar ul li:focus,
.team-left-sidebar ul li.active, .team-tab h4, .fancybox-content h4{
  color: #f77f43;
}
.footer-container-wrapper .widget-type-logo{
background-color: #263238;
}

.popup-img-color-box, .contact-form .hs-button{
  background-color: #f77f43;
}
.team-social-media a{
  color: #f77f43;
  border: solid 1px #f77f43;
}
.popup-img-box:before{
  border: 2px solid #f77f43;
}
ul.tabs li:hover {
  background-color: #f77f43;
  border-color: #f77f43;
}

ul.tabs li.active {
  background-color: #f77f43;
  border-color: #f77f43;
}
.contact-form .hs-form-field.input-focused {
  border-color: #f77f43;
}
.contact-form .hs-button:hover{
  background-color: #f77f43;
}
.form-left-text h2:after {
  background: #f77f43;
}
.form-left-text a{
  color: #f77f43;
}
.right-contact-form .hs-input:focus{
  border-bottom: 1px solid #f77f43;
}
.right-contact-form form input[type="checkbox"]:checked+span:before{
  background-color: #f77f43;
  border-color: #f77f43;
}
.navigation-primary .submenu.level-1 > li > a.active-item{
  color: #f77f43;
}
.right-contact-form .primary.large{
  border: 1px solid #f77f43;
  color: #f77f43;
}
.right-contact-form .primary.large:hover,
.right-contact-form .primary.large:focus {
    background: #f77f43;
}
.stem-wrapper .stem-background {
  background: #f77f43;
}
.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus{
  color: #f77f43;
}
.products-slider .slick-prev,
.products-slider .slick-next {
	background: #f77f43;
}
.products-slider .tab-item:before {
  background: #f77f43;
}
.hero-content{
  background-color: #f77f43;
}
.testimonials-slider .slide-header{
  color: #f77f43;
}

.blog-comments .hs-button {
  border: 2px solid #f77f43;
  color: #f77f43;
}

.blog-comments .hs-button:hover {
  background-color: #f77f43;
}


.blog-comments .comment-reply-to:hover {
  color: #f77f43;
}

.cloud9-item.active .title {
	color: #f77f43;
}
.featured-item .tag, .post-box { 
  background-color: #f77f43;
}
.cta-section .cta-holder{
  border: solid 1px #f77f43;
}
.getin-tocuh {
	background: #f77f43;
}
.pricing-cols .price-info {
  background: rgba(247, 127, 67, .2);
}
.pricing-cols .best-selling {
  background: rgba(247, 127, 67, .2);
}
.products-slider .dropdown-col{
  background: #f77f43;
}
.slider-bottom-wrap .bottom-dropdown ul{
  background: #f77f43;
}
.image-text-slider .slide {
  background: #f77f43;
}
.tabs-block .accordion-opener{
  background: #f77f43;
}
.tablinks.active p,
.tablinks.active:hover p {
	color: #f77f43;
}
.tablinks:before {
  background: #f77f43;
}
.tabs-list {
  background: rgba(247, 127, 67, .8);
}
.testimonials-area q:after,
.testimonials-area q:before {
	color: #f77f43;
}
.customer-slider-holder{
  background-color: #f77f43; 
}
.customer-slider-holder h6 {
  color: #f77f43;
}
.section-holder {
	background-color: #263238;
}
.slider_nav .left,
.slider_nav .right{
  border: solid 2px #263238;
}
.pricing-cols ul li:before{
  border: solid 2px #263238;
  border-width: 0 2px 2px 0;
}
.tabsarea {
  background: #263238;
}
.team-tab, .team-left-sidebar ul li, .fancybox-content, .fancybox-content h6, .fancybox-content p {
  color: #263238;
}
.testimonials-block, .testimonials-block:before {
  background-color: #263238;
}
@media (min-width: 1024px) {
  .blurry-menu ul.submenu.level-1 li a:before {
    background: #f77f43;
  }
}
@media (max-width: 1023px) {
  .header__navigation{
    background-color: #f77f43 !important;
  }
  .submenu.level-2 .menu-item .menu-link{
    color: #f77f43!important;
  }
  .team-left-sidebar ul li{
    background: #f77f43;
  }
}