@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600;700;800&display=swap');
/* font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;500;600;700&display=swap');
/* font-family: 'Dosis', sans-serif; */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

/* ==========================================================================
HubSpot Design Assets - COS Boilerplate Framework v2.0.0                                  
========================================================================== */


/* ==========================================================================  
EXTERNAL RESOURCES                                              
========================================================================== */

/* =============== @import, @font-face, and CSS File Includes =============== */ 

/* EX: @import url('http://example.com/example_style.css'); */ 





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














 










































/*

With the exception of Base Styles, all styles are separated into "modular" sections.
Each section corresponds to a group with the same name (class) in a COS template.

Table of Contents

1.  Base Styles
2.  Header
3.  Main Content
4.  Hero
5.  Intro
6.  Three Col
7.  CTA
8.  Two Col
9.  Blockquote
10. FAQ
11. Anchor Content
12. Blog
13. Footer
14. Home Page


*/




/* //////////////////////////
1. Base Styles                                            
///////////////////////////*/


*, *: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;
   -webkit-font-smoothing: antialiased;
} 
body { 
   background: ;
   color: #444;
   font-family: sans-serif;
   /*font-weight: 200;*/
   /*font-size: 16px;*/
   line-height: 1.5;
}
/* override style attribute assigned to image tags by CMS
rethink this if a less extreme solution is better */
img{
   width: 100% !important;
}

.remove-empty,
.remove-empty *{
   min-height: 0 !important;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
   float: none;
   max-width: 1140px;
   margin: 0 auto;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-left: 20px;
                padding-left: 1.25rem;            
            
        
    
    


   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-right: 20px;
                padding-right: 1.25rem;            
            
        
    
    


}

@media screen and (min-width: 1280px) {
   padding-left: 0;
   padding-right: 0;
}

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


/* =============== Typography and General Branding =============== */

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 32px;
                font-size: 2.0rem;            
            
        
    
    


   font-weight: 600;
   line-height: 1.1;
}
@media screen and (min-width: 768px) {
   h1 {
      

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 42px;
                font-size: 2.625rem;            
            
        
    
    


   } 
}
h2 {
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 26px;
                font-size: 1.625rem;            
            
        
    
    


   font-weight: 900;
}
h3 {
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 16px;
                font-size: 1.0rem;            
            
        
    
    

font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
}
h4 {}
h5 {}
h6 {}

/* Anchor Links */
a { 
   color: #444; 
   text-decoration: none;
   font-weight: 600;
}
a:hover, a:focus { 
   text-decoration: underline;
}

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

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
   color: #ccc;
   background-color: #ccc;
   height: 1px;
   border: none;
}

/*move this?*/
.dark-bg{
   color: #fff;
}

/*end move this?*/


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* //////////////////////////
2. Header Styles                                            
///////////////////////////*/



.landform-header{
   

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 50px 0;
                padding: 3.125rem 0;            
            
        
    
    

;
}
.landform-header .logo img{
   max-width: 195px;
}

.landform-header .logo *{
   float: none !important;
}

.landform-header .menu{
   text-align: right;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-right: -16.666666666666668px;
                margin-right: -1.0416666666666667rem;            
            
        
    
    


}

.landform-header .menu ul{
   list-style: none;
   padding: 0;
   margin: 0;
}

.landform-header .menu li{
   display: inline-block;
   margin: 0;
   padding: 0;
}

.landform-header .menu a,
.landform-header .menu a:visited{
   font-weight: 300;
   color: #444;
   text-transform: uppercase;
   display: inline-block;
   

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 0 16.666666666666668px;
                padding: 0 1.0416666666666667rem;            
            
        
    
    


   /*transition: all .2s ease;*/
   position: relative;
   cursor: pointer;
   z-index: 3;
}

.landform-header .menu a:hover{
   text-decoration: none;

   /*text-shadow: 1px 1px 5px rgba(0,0,0,.3);*/

}
.landform-header .menu a:link:after{
   content: '';
   display: block;
   pointer-events: none;
   position: absolute;
   top: .4em;left: -.5em; bottom: .4em; right: -.5em;
   /*top: 2em;left: 1em; bottom: 2em; right: 1em;*/
   border-left: 1px solid #444;
   border-right: 1px solid #444;
   /*border-top: 1px solid #444;
   border-bottom: 1px solid #444;*/
   opacity: 0;
   /*transition-delay: 2s;*/
   transition: all .6s ease-out;
   z-index: 1;
}

.landform-header .menu a:hover:after{
   /*background-color: rgba(0,0,0,.1);*/
   top: .4em;left: .5em; bottom: .4em; right: .5em;
   /*top: .3em;left: .5em; bottom: .3em; right: .5em;*/
   transition: all .4s ease-out;
   opacity: .2;
}

@media (max-width: 768px){
   /*.container-fluid .row-fluid .page-center.landform-header {*/
   /*    padding-left: 0;*/
   /*}*/
   .landform-header .menu ul{
      

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-top: 16.666666666666668px;
                padding-top: 1.0416666666666667rem;            
            
        
    
    


      width: 100%;
      text-align: center;
   }
}

/* //////////////////////////
3. Main Content                                            
///////////////////////////*/


.interior-secondary .container-fluid .row-fluid .page-center.main-content{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-left: 300px;
                padding-left: 18.75rem;            
            
        
    
    


}

.main-content{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 16px;
                font-size: 1.0rem;            
            
        
    
    

font-weight: 400; line-height: 1.6;
}

.blog-entry .main-content{
   line-height: 2;
}

.interior-secondary .main-content{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-top: 50px;
                padding-top: 3.125rem;            
            
        
    
    


}

.interior-secondary .main-content .intro{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 20px;
                font-size: 1.25rem;            
            
        
    
    

font-weight: 300; line-height: 2;
}

.interior-secondary .main-content h2{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 25px;
                font-size: 1.5625rem;            
            
        
    
    

font-weight: 500
}

.interior-secondary .main-content h3{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 16px;
                font-size: 1.0rem;            
            
        
    
    

font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
}

.interior-secondary .main-content h4{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 16px;
                font-size: 1.0rem;            
            
        
    
    

font-weight: 500;
}

.interior-pillar .container-fluid .row-fluid .page-center.main-content{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 16px;
                font-size: 1.0rem;            
            
        
    
    

font-weight: 400; line-height: 1.6;
   line-height: 2;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 50px;
                margin-bottom: 3.125rem;            
            
        
    
    


}

.interior-pillar .main-content h2{
   font-weight: 500;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 45px;
                font-size: 2.8125rem;            
            
        
    
    


   margin: 0;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-top: 33.333333333333336px;
                padding-top: 2.0833333333333335rem;            
            
        
    
    


}

/* //////////////////////////
4. Hero                                           
///////////////////////////*/


.hero {
   display: table-cell;
   vertical-align: middle;
   

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 100px 0;
                padding: 6.25rem 0;            
            
        
    
    

;
}

.hero.thank-you{
   text-align: center;
}

.hero.thank-you .page-center{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                max-width: 600px;
                max-width: 37.5rem;            
            
        
    
    


}

.hero h1{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 47px;
                font-size: 2.9375rem;            
            
        
    
    

;
   

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                margin: 50px 0 0 0;
                margin: 3.125rem 0 0 0;            
            
        
    
    

;
}

.interior-primary .hero h1{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 68px;
                font-size: 4.25rem;            
            
        
    
    

;
   text-align: center;
   font-weight: 300;
   text-transform: uppercase;
}

.hero .secondary-header{
   font-weight: 400;  
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 24px;
                font-size: 1.5rem;            
            
        
    
    

;
   

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                margin: 5px 0 50px 0;
                margin: 0.3125rem 0 3.125rem 0;            
            
        
    
    

;
}

@media (min-width: 768px){
   .hero .row-fluid .span6{
      width: 50%;
      margin: 0;
   }

   .hero .row-fluid .span6:nth-child(even){
      

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-left: 50px;
                padding-left: 3.125rem;            
            
        
    
    

;
   }

   .hero form{
      background: rgba(0,0,0,.6);
      

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 50px;
                padding: 3.125rem;            
            
        
    
    

;
      padding-top: 0;
   }
   .hero .hs_cos_wrapper.form-title{
      margin: 0;
      

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 50px;
                padding: 3.125rem;            
            
        
    
    

;
      padding-bottom: 0;
      background: rgba(0,0,0,.6);
   }

}

@media (min-width: 1024px){
   .hero .row-fluid .span6:nth-child(odd){
      

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-right: 50px;
                padding-right: 3.125rem;            
            
        
    
    

;
   }
}



.hero form input[type="text"],
.hero form input[type="email"],
.hero form input[type="tel"],
.hero form textarea,
.hero form select{
   width: 100% !important;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 20px;
                font-size: 1.25rem;            
            
        
    
    

;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 10px;
                padding: 0.625rem;            
            
        
    
    

;
   color: #444;
}

.hero form input[type="text"]:focus,
.hero form input[type="email"]:focus,
.hero form input[type="tel"]:focus,
.hero form textarea:focus,
.hero form select:focus{
   outline: none;
   box-shadow: 0 0 10px rgba(255,255,255,.5);
}
.hero form input[type="text"]:focus,
.hero form input[type="email"]:focus,
.hero form input[type="tel"]:focus{
   border: 2px solid #fff;
}

.hero form ul{
   list-style: none;
   padding-left: 0;
   margin-top: 0;
}

.hero .hs_cos_wrapper.form-title{
   margin: 0;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 24px;
                font-size: 1.5rem;            
            
        
    
    


}

.hero form *{
   float: none !important;
}

.landing-page .hero form div{
   width: 100% !important;
}


.hero form fieldset{
   max-width: none !important;
}

.hero form .input{
   margin-right: 0 !important;
}

.hero form label{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 17px;
                font-size: 1.0625rem;            
            
        
    
    

;
   font-weight: 400;
   display: inline-block;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-top: 16.666666666666668px;
                padding-top: 1.0416666666666667rem;            
            
        
    
    

;
}

.hero form legend{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 12px;
                font-size: 0.75rem;            
            
        
    
    

;
   font-weight: 400;
}

.hero form li label{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-top: 5px;
                padding-top: 0.3125rem;            
            
        
    
    

;
}

.hero form li label span{
   display: inline-block;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-left: 5px;
                padding-left: 0.3125rem;            
            
        
    
    

;
}

.hero form .hs_submit{
   text-align: right;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-top: 33.333333333333336px;
                padding-top: 2.0833333333333335rem;            
            
        
    
    


}

.hero form input[type="submit"]{
   display: inline-block;
   

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 10px 25px;
                padding: 0.625rem 1.5625rem;            
            
        
    
    


   text-transform: uppercase;
   color: #444;
   border-radius: 0;
   border: none;
   background-color: #fff;
   cursor: pointer;
   border: 1px solid transparent;
   transition: all .4s ease;
}

.hero form input[type="submit"]:hover{
   background-color: transparent;
   color: #fff;
   border: 1px solid #fff;
}

/*//// Secondary page hero ////*/

/* layout stuff first */
.interior-secondary .hero{
   padding: 0;
}
.interior-secondary .container-fluid .hero .row-fluid .page-center{
   padding: 0;
}
.interior-secondary .hero .row-fluid{
   display: table;
}
.interior-secondary .hero .row-fluid:before,
.interior-secondary .hero .row-fluid:after{
   display: none;
}
.interior-secondary .hero .section-navigation,
.interior-secondary .hero .widget-type-header{
   display: table-cell;
   float: none;
   vertical-align: middle;
   

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 100px 0;
                padding: 6.25rem 0;            
            
        
    
    


}
.interior-secondary .hero .section-navigation{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                width: 300px;
                width: 18.75rem;            
            
        
    
    


   background: #444;
   color: #fff;
   text-align: right;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-right: 50px;
                padding-right: 3.125rem;            
            
        
    
    


}
/*.interior-secondary .hero .section-navigation *{
float: none !important;
display: block;
margin: 0;
padding: 0;
width: auto;
}*/
.interior-secondary .hero .header,
.interior-secondary .hero .header *{
   width: auto;
}
.interior-secondary .background-image-selector{
   display: none;
}
.interior-secondary .hero .section-navigation ul{
   margin: 0;
   padding: 0;
   list-style: none;
}
.interior-secondary .hero{
   
   background-position-x: calc((100vw/2) - 270.0px);
   background-size: calc((100vw/2) + 270.0px) auto;
   background-repeat: no-repeat;
   background-color: #444;
   position: relative
}
.interior-secondary .hero h1{
   position: relative;
   z-index: 5;
}
/* In order to get background cover instead of a set size, here we make a pseudo element
the same size as the background size of .interior-secondary .hero
*/
.interior-secondary .hero:after{
   content: '';
   display: block;
   background-image: inherit;
   width: calc((100vw/2) + 270.0px);
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   background-size: cover;
   background-position: left center;
   z-index: 0;
}

/* type stuff second */
/*.interior-secondary .hero .section-navigation{


    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 20px;
                font-size: 1.25rem;            
            
        
    
    


}
*/
.interior-secondary .hero .section-navigation a{
   color: #fff;
   font-weight: 300;
}

.interior-secondary .hero .section-navigation .section-header{
   font-weight: 600;
   text-transform: uppercase;
}

.interior-secondary .hero .header h1{
   margin: 0;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 60px;
                font-size: 3.75rem;            
            
        
    
    


   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-left: 50px;
                padding-left: 3.125rem;            
            
        
    
    


   font-weight: 300;
}

/*//// Blog hero ////*/

/* tamp down ubiquifloat */
.blog-listing .hero *,
.blog-entry .hero *{
   float: none !important;
}

.blog-entry .hero{
   display: block;
   

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 100px 0 150px 0;
                padding: 6.25rem 0 9.375rem 0;            
            
        
    
    


   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 50px;
                margin-bottom: 3.125rem;            
            
        
    
    


}

@media (max-width: 768px){
   .blog-entry .hero{
      

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 16.666666666666668px;
                margin-bottom: 1.0416666666666667rem;            
            
        
    
    


   }
}

.blog-listing .hero,
.blog-entry .hero{
   text-align: center;
}

.blog-listing .hero h1,
.blog-entry .hero h1{
   font-weight: 300;
   text-transform: uppercase;
   

    
    
    

        
        
            
                
                     
            
            
                
                 font-size            
            
        

    


}

.blog-listing .hero .blog-description{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 20px;
                font-size: 1.25rem;            
            
        
    
    

font-weight: 300; line-height: 2;
   max-width: 30em;
   margin: 0 auto;
}

.blog-listing .hero .single-field h3.form-title,
.blog-listing .hero .single-field form label{
   display: none;
}

.blog-listing .hero form{
   background: transparent;
}

.blog-listing .hero form{
   height: 2em;
   position: relative;
   display: inline-block;
   width: 90%;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 50px;
                padding: 3.125rem;            
            
        
    
    


   padding-top: 0;
}

@media (min-width: 768px){
   .blog-listing .hero form{
      width: 30em;
   }
}

.blog-listing .hero form *{
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
}
.blog-listing .hero form div.hs_submit{
   width: 25%;
   right: 0;
   left: auto;
}
@media (max-width: 475px){
   .blog-listing .hero form div.hs_submit{
      width: 35%;
   }
}
.blog-listing .hero form div.hs_submit input{
   font-weight: 600;
   padding: 0;
   letter-spacing: .2em;
   

    
    
    

        
        
            
                
                     
            
            
                
                 font-size            
            
        

    


}
.blog-listing .hero form div.hs_email{
   width: 75%;
}
.blog-listing .hero form input[type="email"]{
   background: rgba(255,255,255,.3);
   border: 1px solid #fff;
   color: #fff;
}

/* Home Page Hero */

.home .hero{
   padding-top: 0;
}

.home .hero .landform-header .menu a{
   color: #fff;
}

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

.home .hero .intro{
   max-width: 500px;
   

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 100px 0;
                padding: 6.25rem 0;            
            
        
    
    


}

.home .hero h1{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 16.666666666666668px;
                margin-bottom: 1.0416666666666667rem;            
            
        
    
    


}

.home .hero .intro-pitch{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 20px;
                font-size: 1.25rem;            
            
        
    
    


   line-height: 1.8;
}


/* //////////////////////////
5. Intro                                           
///////////////////////////*/


.interior-primary .row-fluid .page-center.intro{
   text-align: center;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 28px;
                font-size: 1.75rem;            
            
        
    
    

;
   

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 50px 100px;
                padding: 3.125rem 6.25rem;            
            
        
    
    

;
   font-weight: 300;
}
.interior-primary .container-fluid .intro h2{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 35px;
                font-size: 2.1875rem;            
            
        
    
    

;
   font-weight: 600;
}

.interior-pillar .intro{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 20px;
                font-size: 1.25rem;            
            
        
    
    

font-weight: 300; line-height: 2;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-bottom: 16.666666666666668px;
                padding-bottom: 1.0416666666666667rem;            
            
        
    
    


}

.interior-pillar .image{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 33.333333333333336px;
                margin-bottom: 2.0833333333333335rem;            
            
        
    
    


}

/* fix injected markup */
.interior-pillar .intro .header span.hs_cos_wrapper{
   display: block;
   line-height: 1;
}

.interior-pillar .intro .header{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 50px;
                font-size: 3.125rem;            
            
        
    
    


   text-align: center;
   font-weight: 600;
   border-bottom: 1px solid #444;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-top: 100px;
                padding-top: 6.25rem;            
            
        
    
    


   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-bottom: 16.666666666666668px;
                padding-bottom: 1.0416666666666667rem;            
            
        
    
    


   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 33.333333333333336px;
                margin-bottom: 2.0833333333333335rem;            
            
        
    
    


}


/* //////////////////////////
6. Three Col                                            
///////////////////////////*/


.three-col{
   

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 150px 0;
                padding: 9.375rem 0;            
            
        
    
    

;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 16px;
                font-size: 1.0rem;            
            
        
    
    

font-weight: 400; line-height: 1.6;
}
.blog-entry .three-col.related-posts{
   padding-top: 0;
}
.three-col .row-fluid .span4{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 50px;
                margin-bottom: 3.125rem;            
            
        
    
    

;
}
@media (min-width: 768px){
   .three-col .row-fluid .span4{
      width: 33.33333%;
      margin: 0;
   }

   .three-col .row-fluid .span4:nth-child(1){
      

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-right: 33.333333333333336px;
                padding-right: 2.0833333333333335rem;            
            
        
    
    

;
   }

   .three-col .row-fluid .span4:nth-child(2){
      

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 0 16.666666666666668px;
                padding: 0 1.0416666666666667rem;            
            
        
    
    

;
   }

   .three-col .row-fluid .span4:nth-child(3){
      

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-left: 33.333333333333336px;
                padding-left: 2.0833333333333335rem;            
            
        
    
    

;
   }
}

.three-col h2{
   

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                margin: 10px 0 5px 0;
                margin: 0.625rem 0 0.3125rem 0;            
            
        
    
    


   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 27px;
                font-size: 1.6875rem;            
            
        
    
    

line-height: 1.2;
}

.three-col h2 *{
   float: none !important;
}

/* //////////////////////////
7. CTA                                            
///////////////////////////*/
.full-width-cta.dark-bg{
   background: #444;
}
.full-width-cta{
   text-align: center;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 45px;
                font-size: 2.8125rem;            
            
        
    
    

;
   text-transform: uppercase;
   

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 83.33333333333334px 0;
                padding: 5.208333333333334rem 0;            
            
        
    
    

;
}

.full-width-cta .cta-description-text{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 50px;
                margin-bottom: 3.125rem;            
            
        
    
    

;
   line-height: 1.2;
   font-weight: 300;
}

@media (min-width: 900px){
   .full-width-cta .cta-description-text{
      

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 0 190px;
                padding: 0 11.875rem;            
            
        
    
    

;
   }
}
.full-width-cta *{
   float: none !important;
   max-width: 600px;
   margin: 0 auto;
}
.full-width-cta.sentence-case{
   text-transform: none;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-top: 100px;
                padding-top: 6.25rem;            
            
        
    
    


   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-bottom: 100px;
                padding-bottom: 6.25rem;            
            
        
    
    


}
.full-width-cta.two-part .header{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 45px;
                font-size: 2.8125rem;            
            
        
    
    


   font-weight: 800;
}
.full-width-cta.two-part .pitch{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 24px;
                font-size: 1.5rem;            
            
        
    
    


}


/* //////////////////////////
8. Two Col                                            
///////////////////////////*/

.two-col{
   

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 150px 0;
                padding: 9.375rem 0;            
            
        
    
    


   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 16px;
                font-size: 1.0rem;            
            
        
    
    

font-weight: 400; line-height: 1.6;
}

/*.two-col h2{*/
/*    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 27px;
                font-size: 1.6875rem;            
            
        
    
    

line-height: 1.2;*/
/*}*/

@media (min-width: 768px){
   .two-col .row-fluid [class*="span"]{
      margin: 0;
   }

   .two-col .row-fluid .sixty{
      width: 60%;
   }

   .two-col .row-fluid .forty{
      width: 40%;
      

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-left: 50px;
                padding-left: 3.125rem;            
            
        
    
    

;
   }
   .two-col .row-fluid .fifty{
      width: 50%;
   }
   .two-col .row-fluid .fifty:first-child{
      

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-right: 25.0px;
                padding-right: 1.5625rem;            
            
        
    
    


   }
   .two-col .row-fluid .fifty:last-child{
      

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-left: 25.0px;
                padding-left: 1.5625rem;            
            
        
    
    


   }
}


.two-col .row-fluid .forty h2 *{
   float: none !important;
}
.two-col .row-fluid .forty h2{
   

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                margin: 25px 0 15px 0;
                margin: 1.5625rem 0 0.9375rem 0;            
            
        
    
    

;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 24px;
                font-size: 1.5rem;            
            
        
    
    

text-transform: uppercase; letter-spacing: .12em;
}
@media (min-width: 768px) and (max-width: 900px){
   .two-col .row-fluid .forty h2{
      

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 0;
                margin-top: 0;            
            
        
    
    

;
   }
}

.two-col .row-fluid .forty .widget-type-rich_text{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 17px;
                font-size: 1.0625rem;            
            
        
    
    

font-weight: 300; letter-spacing: .04em; line-height: 1.9;
}

/* //////////////////////////
9. Blockquote                                            
///////////////////////////*/

.full-width-blockquote{
   

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 50px 0;
                padding: 3.125rem 0;            
            
        
    
    


}

.container-fluid .full-width-blockquote .row-fluid .box{
   background: rgba(0,0,0,.6);
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-top: 50px;
                padding-top: 3.125rem;            
            
        
    
    


   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-bottom: 50px;
                padding-bottom: 3.125rem;            
            
        
    
    


}
@media (min-width: 600px){
   .container-fluid .full-width-blockquote .row-fluid .box{
      background: rgba(0,0,0,.6) url('https://2574624.fs1.hubspotusercontent-na1.net/hubfs/2574624/Landform/quote-mark.png') 50px 150px no-repeat;
      background-size: 66.66666666666667px 50px;
      

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 150px;
                padding: 9.375rem;            
            
        
    
    


      

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-right: 100px;
                padding-right: 6.25rem;            
            
        
    
    


   }
   .pullquote-blockquote .quote{
      

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-top: 16.666666666666668px;
                padding-top: 1.0416666666666667rem;            
            
        
    
    

;
      
      background: url('https://2574624.fs1.hubspotusercontent-na1.net/hubfs/2574624/Landform/quote-mark.png') 316.6666660308838px 0px no-repeat;
      background-size: 66.66666666666667px 50px;
   }
}

.full-width-blockquote .quote,
.pullquote-blockquote .quote{
   line-height: 1.2em;
   font-weight: 200;
}
.full-width-blockquote .quote{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 50px;
                font-size: 3.125rem;            
            
        
    
    

;
}

.full-width-blockquote .attribution,
.pullquote-blockquote .attribution{
   text-transform: uppercase;
   font-weight: 600;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 25px;
                font-size: 1.5625rem;            
            
        
    
    


   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 25px;
                margin-top: 1.5625rem;            
            
        
    
    


   text-align: right;
}


.interior-secondary .pullquote-blockquote{
   background-size: 0 0;
   background-repeat: no-repeat;
   background-color: #444;
   position: relative;
   

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 100px 0;
                padding: 6.25rem 0;            
            
        
    
    


}

.interior-secondary .pullquote-blockquote .quote{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-left: 400.0px;
                padding-left: 25.0rem;            
            
        
    
    


   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 40px;
                font-size: 2.5rem;            
            
        
    
    

;
}

.interior-secondary .pullquote-blockquote:after{
   content: '';
   display: block;
   background-image: inherit;
   
   width: calc((100vw/2) - 270.0px);
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   background-size: cover;
   background-position: left center;
   z-index: 0;
}

.home .blockquote *{
   float: none !important;
}

.home .blockquote img{
   display: block;
   max-width: 1140px;
   margin: 0 auto;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: -66.66666666666667px;
                margin-bottom: -4.166666666666667rem;            
            
        
    
    


}

.home .blockquote .quote-wrap{
   background: #444;
   text-align: center;
}
.home .blockquote .attribution{
   text-transform: uppercase;
   font-weight: 600;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-bottom: 66.66666666666667px;
                padding-bottom: 4.166666666666667rem;            
            
        
    
    


}

.home .blockquote .quote{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 35px;
                font-size: 2.1875rem;            
            
        
    
    


   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 16.666666666666668px;
                padding: 1.0416666666666667rem;            
            
        
    
    


   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-top: 100px;
                padding-top: 6.25rem;            
            
        
    
    


   font-weight: 300;
   max-width: 1140px;
   margin: 0 auto;
}

/* //////////////////////////
10. FAQ                                            
///////////////////////////*/



/* kill floats on extra divs wrapped around custom modules */
.faq *{
   float: none !important;
}

.faq{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 20px;
                font-size: 1.25rem;            
            
        
    
    

font-weight: 300; line-height: 2;
}

.faq h2{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 30px;
                font-size: 1.875rem;            
            
        
    
    

font-weight: 600;
   

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                margin: 16.666666666666668px 0;
                margin: 1.0416666666666667rem 0;            
            
        
    
    


}

.faq h2+p{
   

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                margin: 0 0 33.333333333333336px 0;
                margin: 0 0 2.0833333333333335rem 0;            
            
        
    
    


}

.container-fluid .row-fluid .page-center.faq{
   

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 0 50px;
                padding: 0 3.125rem;            
            
        
    
    


}

.faq .wrap{
   border: 1px solid #444;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 33.333333333333336px;
                padding: 2.0833333333333335rem;            
            
        
    
    


   position: relative;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 16.666666666666668px;
                margin-bottom: 1.0416666666666667rem;            
            
        
    
    


}

.faq .wrap .arrow{
   content: '';
   pointer-events: none;
    

    display: block;
    height: 0;
    width: 0;
    
     
           
    
        border-top: .5em solid transparent;
        border-bottom: .5em solid transparent;
        border-left: .75em solid ##444;
    
    

   position: absolute;
   
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                top: 39.33333206176758px;
                top: 2.4583332538604736rem;            
            
        
    
    


   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                right: 33.333333333333336px;
                right: 2.0833333333333335rem;            
            
        
    
    


   transition: all .2s ease-in;
}

.faq .dt{
   font-weight: 600;
   letter-spacing: .04em;
}

.faq .dd{
   opacity: 0;
   height: 0;
   overflow: hidden;
   transition: all .2s ease-in;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 0;
                margin-top: 0;            
            
        
    
    

;
}

.faq input[type=checkbox]{
   opacity: 0;
   cursor: pointer;
   

    position: absolute;
    
    
        top: 0;
    
    
    
    
        left: 0;
    

;
   
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                height: 86.66666412353516px;
                height: 5.416666507720947rem;            
            
        
    
    


   width: 100%;
}

.faq input[type=checkbox]:checked+.dd{
   height: auto;
   opacity: 1;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 16.666666666666668px;
                margin-top: 1.0416666666666667rem;            
            
        
    
    


}

.faq input[type=checkbox]:checked~.arrow{
   transform: rotate(90deg);
}

/* //////////////////////////
11. Anchor Content                                            
///////////////////////////*/



/* required for any implementation of anchor_content JS */
.interior-pillar .anchor-content{
   position: relative;
}

.interior-pillar .anchor-nav.fixed{
   position: fixed;
   top: 0;
   bottom: auto;
   z-index: 100;
}
.interior-pillar .anchor-nav.absolute-bottom{
   position: absolute;
   bottom: 0;
   top: auto;
}
/* end required for any implementation of anchor_content JS*/

.interior-pillar .anchor-nav{
   

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 50px 0;
                padding: 3.125rem 0;            
            
        
    
    


}

.interior-pillar .anchor-nav ul{
   margin: 0;
   padding: 0;
   list-style: none;
}

.interior-pillar .anchor-nav a{
   color: #adadad;
   text-transform: uppercase;
}

.interior-pillar .anchor-nav li.selected a{
   color: #444;
}

.interior-pillar .anchor-nav a:hover,
.interior-pillar .anchor-nav a:active,
.interior-pillar .anchor-nav a:focus{
   text-decoration: none;
}


/* Content Strategy pillar page */
.anchor-content-section-wrapper .anchor-content-section h2{
   padding-top: 0;
}
.anchor-content-section-wrapper .hs_cos_wrapper:first-child .anchor-content-section{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-top: 50px;
                padding-top: 3.125rem;            
            
        
    
    


}

.anchor-content-section-wrapper .two-col,
.anchor-content-section-wrapper .one-col{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-bottom: 50px;
                padding-bottom: 3.125rem;            
            
        
    
    


}
.anchor-content-section-wrapper .quote{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 50px;
                padding: 3.125rem;            
            
        
    
    

  
   background: #6cc0c7;
   color: #fff;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 25.0px;
                margin-top: 1.5625rem;            
            
        
    
    


}
.anchor-content-section-wrapper .quote blockquote{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 25px;
                font-size: 1.5625rem;            
            
        
    
    


   margin: 0;
}
.anchor-content-section-wrapper .quote .attribution{
   display: block;
   text-align: right;
   text-transform: uppercase;
   font-weight: 600;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-top: 16.666666666666668px;
                padding-top: 1.0416666666666667rem;            
            
        
    
    


}
@media (min-width: 600px){
   .anchor-content-section-wrapper .quote{
      background: #F3932F url('https://2574624.fs1.hubspotusercontent-na1.net/hubfs/2574624/Landform/quote-mark.png') 50px 50px no-repeat;
      background-size: 66.66666666666667px 50px;
      

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-left: 150px;
                padding-left: 9.375rem;            
            
        
    
    


   }
}
/* End Content Strategy end content strategy pillar page */



@media screen and (min-width: 768px){
   .interior-pillar .anchor-nav{
      max-width: 230px;
   }
   .interior-pillar .anchor-nav.fixed{
      width: 23.404255317%;
   }
}


@media screen and (max-width: 768px) {
   .interior-pillar .anchor-nav {
      background: #444;
      width: 100%;
      

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-top: 16.666666666666668px;
                padding-top: 1.0416666666666667rem;            
            
        
    
    


      

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-bottom: 33.333333333333336px;
                padding-bottom: 2.0833333333333335rem;            
            
        
    
    


      text-align: center;
      opacity: 0;
      position: relative;
      transition: none;
   } 
   .interior-pillar .anchor-nav.fixed{
      top: 0;
      opacity: 1;
      transition: all 200ms ease;
   }
   .interior-pillar .main-content .anchor-content-section-title{
      

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-top: 50px;
                padding-top: 3.125rem;            
            
        
    
    


   }
   .interior-pillar .main-content .anchor-content-section{
      

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: -50px;
                margin-bottom: -3.125rem;            
            
        
    
    


   }
   .interior-pillar .anchor-nav.fixed{
      left: 0;
      padding-top: 0px;
   }
   .interior-pillar .anchor-nav li:first-child{
      

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-top: 16.666666666666668px;
                padding-top: 1.0416666666666667rem;            
            
        
    
    


   }
   .interior-pillar .anchor-nav a{
      display: block;
      width: 100%;
      text-align: center;
   }
   .interior-pillar .anchor-nav li.selected a{
      color: #fff;
   }
   .interior-pillar .anchor-nav .anchor-nav-show-hide{
      background: #444;
      color: #fff;
      position: absolute;
      display: block;
      left: 50%;
      width: 6em;
      margin-left: -3em;
      bottom: -1.5em;
      height: 2em;
      cursor: pointer;
   }
   .interior-pillar .anchor-nav .anchor-nav-show-hide::before {
      border-style: solid;
      border-width: 0.25em 0.25em 0 0;
      content: '';
      display: inline-block;
      height: 1.45em;
      position: relative;
      top: -.25em;
      

    
    
        -webkit-transform: rotate(-45deg);
    
        -moz-transform: rotate(-45deg);
    
        -o-transform: rotate(-45deg);
    
        -ms-transform: rotate(-45deg);
    
        transform: rotate(-45deg);


      vertical-align: top;
      width: 1.45em;
      

    
    
        -webkit-transform: rotate(135deg);
    
        -moz-transform: rotate(135deg);
    
        -o-transform: rotate(135deg);
    
        -ms-transform: rotate(135deg);
    
        transform: rotate(135deg);


   }
   .interior-pillar .anchor-nav.open .anchor-nav-show-hide::before{
      

    
    
        -webkit-transform: rotate(-45deg);
    
        -moz-transform: rotate(-45deg);
    
        -o-transform: rotate(-45deg);
    
        -ms-transform: rotate(-45deg);
    
        transform: rotate(-45deg);


      top: .5em;
   }
   .interior-pillar .anchor-nav ul{
      max-height: 0;
      overflow: hidden;
      transition: all 500ms ease;
   }
   .interior-pillar .anchor-nav.open ul{
      max-height: 80vh;
      overflow: scroll;
   }
}

/* //////////////////////////
12. Blog                                            
///////////////////////////*/

.blog-listing .blog-content > .row-fluid-wrapper > .row-fluid{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-bottom: 100px;
                padding-bottom: 6.25rem;            
            
        
    
    


}

.blog-listing .publish-date,
.blog-entry .publish-date{
   margin: 0;
   font-weight: 300;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 13px;
                font-size: 0.8125rem;            
            
        
    
    


   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 16.666666666666668px;
                margin-bottom: 1.0416666666666667rem;            
            
        
    
    


   text-transform: uppercase;
}

.blog-listing .blog-content h2,
.blog-entry .blog-content h2{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 25px;
                font-size: 1.5625rem;            
            
        
    
    


}

.blog-listing .blog-content .more-link,
.blog-entry .blog-content .more-link{
   border: 1px solid#444; display: inline-block; cursor: pointer; border-radius: 1px; transition: all .4s ease; text-transform: uppercase; font-weight: 500;

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 10px 15px;
                padding: 0.625rem 0.9375rem;            
            
        
    
    


   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 11px;
                font-size: 0.6875rem;            
            
        
    
    


}

.blog-listing .blog-content .more-link:hover,
.blog-entry .blog-content .more-link:hover{
   background-color: #444; color: #fff; text-decoration: none;
}

.blog-entry .entry-meta{
   text-align: right;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-right: 16.666666666666668px;
                padding-right: 1.0416666666666667rem;            
            
        
    
    


}
@media screen and (max-width: 768px) {
   .blog-entry .entry-meta{
      text-align: left;
      

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 16.666666666666668px;
                margin-bottom: 1.0416666666666667rem;            
            
        
    
    


   }
}

.blog-entry .entry-meta h4{
   margin: 0;
   font-weight: 300;
}


.blog-entry .entry-meta h4.publish-date{
   text-transform: uppercase;
}

.blog-entry .social-sharing,
.blog-listing .social-sharing{
   list-style: none;
   padding: 0;
   margin: .3em 0;
}
.blog-entry .social-sharing li,
.blog-listing .social-sharing li{
   display: inline-block;
   padding-left: .1em;

}
.blog-entry .social-sharing li a,
.blog-listing .social-sharing li a{
   width: 100%;
   display: block;
}

.blog-entry .social-sharing li a *{
   pointer-events: none;
}

.blog-entry .social-sharing svg,
.blog-listing .social-sharing svg{
   height: 1em;
}

.blog-listing p,
.blog-entry p{
   -webkit-margin-before: 0;
}

.blog-listing .blog-author h1{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 24px;
                font-size: 1.5rem;            
            
        
    
    

text-transform: uppercase; letter-spacing: .12em;
   font-weight: 700;
}

.blog-listing .blog-author p{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 17px;
                font-size: 1.0625rem;            
            
        
    
    

font-weight: 300; letter-spacing: .04em; line-height: 1.9;
}
.blog-listing .blog-author{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 100px;
                margin-bottom: 6.25rem;            
            
        
    
    


}
.blog-listing .author-bio{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-left: 25.0px;
                padding-left: 1.5625rem;            
            
        
    
    


}

.blog-listing #topic-sorting{
   position: relative;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-bottom: 25.0px;
                padding-bottom: 1.5625rem;            
            
        
    
    


}

.blog-listing #topic-nav{
   position: absolute;
   list-style: none;
   top: 0;
   left: 1.1em;
   margin-top: 0;
   padding: 25px 25px 25px 40px;
}

.blog-listing #topic-nav:after{
   background: #fff;
   box-shadow: 2px 2px 6px rgba(0,0,0,.2);
   content: '';
   z-index: 0;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   opacity: 0;
   transition: all .2s ease-out;
}

.blog-listing #topic-nav.active:after{
   opacity: .98;
}

.blog-listing #topic-nav li a{
   opacity: 0;
   text-transform: uppercase;
   pointer-events: none;
   transition: all .2s ease;
   position: relative;
   z-index: 1;
}

.blog-listing #topic-nav li{
   height: 25px;
}

.blog-listing #topic-nav li.divider{
   width: 100%;
}
.blog-listing #topic-nav li.divider span{
   opacity: 0;
   transition: all .2s ease;
   width: 100%;
   height: 1px;
   position: absolute;
   top: 12px;
   background: #444;
}
.blog-listing #topic-nav.active li.divider span{
   opacity: .2;
   position: relative;
   z-index: 1;
   display: block;
}

.blog-listing #topic-nav li a.selected,
.blog-listing #topic-nav.active li a{
   opacity: .5;
   pointer-events: auto;
}

.blog-listing #topic-nav li a.selected{
   opacity: 1;
}

.blog-listing #topic-nav.active li a:hover,
.blog-listing #topic-nav.active li a:active{
   text-decoration: none;
   opacity: 1;
}

.blog-listing #topic-nav li a.selected{
   position: relative;
   text-decoration: none;
}
.blog-listing #topic-nav li a.selected:before{
   content: '';
   position: absolute;
   right: -22px;
   top: 4px;
    

    display: block;
    height: 0;
    width: 0;
    
     
           
    
        border-top: .75em solid #444;
        border-right: .5em solid transparent;
        border-left: .5em solid transparent;
    
    

   transition: all .2s ease;
}

.blog-listing #topic-nav.active li a.selected:before{
   left: -22px;
   top: 1px;
   transform: rotate(-90deg);
}

.blog-entry .tags{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 50px;
                margin-top: 3.125rem;            
            
        
    
    


}
.blog-entry .tags *{
   display: inline-block;
}
.blog-entry .tags ul{
   margin: 0;
   padding: 0;
}
.blog-entry .tags a{
   font-weight: 300;
   text-decoration: underline;
}
.blog-entry .tags span{
   text-transform: uppercase;
}
.blog-entry .tags li:after{
   content: ',';
}
.blog-entry .tags li:last-child:after{
   content: '';
}

.blog-entry .blog-comments .comment.depth-0{
   border: none;
}



  .comment:after {
    content: "";
    display: table;
    clear: both;
  }




.blog-entry .blog-comments .comment{
   position: relative;
   padding-top: 2em;
}

.blog-entry .blog-comments .comment-body,
.blog-entry .blog-comments button{
   margin-left: 25%;
}

.blog-entry .blog-comments .comment-date,
.blog-entry .blog-comments .comment-from{
   display: block;
   position: absolute;
   width: 25%;
   text-align: right;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-right: 50px;
                padding-right: 3.125rem;            
            
        
    
    


}

.blog-entry .blog-comments .comment-date{
   top: 2.75em;
}

.blog-entry .blog-comments #comments-listing{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-top: 25.0px;
                padding-top: 1.5625rem;            
            
        
    
    


}
.blog-entry .blog-comments #comment-form{
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-top: 150px;
                padding-top: 9.375rem;            
            
        
    
    


}

.blog-entry .blog-comments .no-comments ~ #comment-form,
.blog-entry .blog-comments #comments-listing.no-comments{
   padding-top: 0;
}

.blog-entry .blog-comments #comment-form:before{
   content: 'Your Comment';
   display: block;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 16px;
                font-size: 1.0rem;            
            
        
    
    

font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-bottom: 50px;
                padding-bottom: 3.125rem;            
            
        
    
    


}

.blog-entry .blog-comments .hs-error-msgs *{
   float: none !important;
}
.blog-entry .blog-comments .hs-error-msgs{
   clear: both;
   list-style: none;
   padding: 0;
   color: red;
}
.blog-entry .blog-comments .hs-error-msgs label{
   width: 100%;
   padding-left: 25%;
}

.blog-entry .blog-comments .new-comments label{
   width: 25%;
   float: left;
   text-align: right;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-right: 50px;
                padding-right: 3.125rem;            
            
        
    
    


   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 12px;
                font-size: 0.75rem;            
            
        
    
    


   font-weight: 600;
}
.blog-entry .blog-comments .new-comments .input{
   width: 75%;
   float: left;
}
.blog-entry .blog-comments .new-comments .input+.hs-error-msgs{
   position: relative;
   margin: 0;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                top: -16.666666666666668px;
                top: -1.0416666666666667rem;            
            
        
    
    


}
.blog-entry .blog-comments .new-comments .input input,
.blog-entry .blog-comments .new-comments .input textarea{
   width: 100%;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 16px;
                font-size: 1.0rem;            
            
        
    
    


   

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 10px 5px;
                padding: 0.625rem 0.3125rem;            
            
        
    
    


   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 25.0px;
                margin-bottom: 1.5625rem;            
            
        
    
    


   border: 1px solid #aaa;
}

.blog-entry .blog-comments .new-comments .hs_subscribe .input,
.blog-entry .blog-comments .new-comments .hs_subscribe .input input,
.blog-entry .blog-comments .new-comments .hs_subscribe label{
   width: auto;
   float: none;
}

.blog-entry .blog-comments .new-comments .hs_subscribe label{
   margin-left: 25%;
}

.blog-entry .blog-comments .new-comments .input textarea{
   min-height: 8em;
}

.blog-entry .blog-comments .new-comments .hs_submit{
   margin-left: 25%;
}

.blog-entry .blog-comments .new-comments .hs_submit input[type=submit]{
   border: 1px solid#444; display: inline-block; cursor: pointer; border-radius: 1px; transition: all .4s ease; text-transform: uppercase; font-weight: 500;

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 10px 15px;
                padding: 0.625rem 0.9375rem;            
            
        
    
    


   background: #fff;
   

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 25.0px;
                margin-top: 1.5625rem;            
            
        
    
    


}

.blog-entry .blog-comments .new-comments .hs_submit input[type=submit]:hover{
   background-color: #444; color: #fff; text-decoration: none;
}

.blog-listing .blog-pagination{
   text-align: right;
   text-transform: uppercase;
}

/* //////////////////////////
13. Footer                                            
///////////////////////////*/

.footer{
   text-align: center;
   font-weight: 300;
   

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 50px 0;
                padding: 3.125rem 0;            
            
        
    
    


}

.footer.dark-bg{
   background-color: #444;
}






/* //////////////////////////
14. Slider                                            
///////////////////////////*/


.slide img{
   height: auto !important;
}

/*** Pillar Page ***/
.row-fluid .bar-long { height: 6px; background-color: #f3932f; width: 0px; z-index: 1000; position: fixed; top:0; left: 0; }
.fl100 { width:100%; float:left; }
body.pillar .container-fluid { padding:0; }
.row-fluid .set_bg { background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .btn_style a , .row-fluid a.btn_style { padding:16px 30px; font-size:14px; line-height:20px; text-transform:uppercase; background:#f3932f; color:#fff; display:inline-block; border-radius:3px; text-decoration:none; letter-spacing:1px; transition: all ease 0.4s; }
.row-fluid .btn_style a:hover , .row-fluid a.btn_style:hover { background:#ffa133; }

.row-fluid li.nav_item { display:none; } 

.row-fluid .bars_toggle { width:88px; height:88px; font-size:38px; line-height: 88px; background:#f3932f; color:#fff; position:fixed; top:0; right:10px; text-align:center; font-weight:300; cursor:pointer; z-index:999; }
.row-fluid .nav_menu { width:400px; background:#f3932f; position:fixed; top:0; right:-400px; z-index:99;  -webkit-transition: all ease 0.4s; transition: all ease 0.4s; }
.row-fluid .nav_menu .mCSB_inside > .mCSB_container { margin-right: 0; }
.row-fluid .menu_nav { padding:90px 0 29px; } 
.row-fluid .menu_nav ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .menu_nav ul li { margin:5px 0; padding:0; display:inline-block; width:100%; }
.row-fluid .menu_nav ul li a { padding:5px 25px; font-size:18px; line-height:24px; color:#fff; display:inline-block; width:100%; white-space: normal; position:relative; text-decoration:none; font-family:'Open Sans', sans-serif; }
.row-fluid .nav_menu ul li a:before { content:''; width:100%; height:100%; background:rgba(0,0,0,0.3); position:absolute; top:0; left:0; z-index:-1; opacity:0; transition: all ease 0.4s; -moz-transition: all ease 0.4s; -webkit-transition: all ease 0.4s; }
.row-fluid .nav_menu ul li a:hover:before , .row-fluid .nav_menu ul li.active a:before { opacity:1; }

.row-fluid .nav_text { padding:40px 45px 50px; background:#1f2121; text-align:center; }
.row-fluid .nav_text .sub { font-size: 16px; line-height:24px; text-transform:uppercase; color:#f3932f; font-family:'Open Sans', sans-serif; font-weight: 700; }
.row-fluid .nav_text h2 { margin:0; padding:15px 0 25px; color:#fff; font-size: 34px; line-height:42px; font-weight: 400; font-family:'Open Sans', sans-serif; }
.row-fluid .nav_text .btn_style { margin-top:15px; }
.showright .row-fluid .nav_menu { right:10px; }

.showright .row-fluid .bars_toggle i:before { content:"\f00d"; }

.row-fluid .header_pillar { padding:20px 15px 21px; background:#fff; }
.row-fluid .header_pillar .logo img { width:auto !important; max-height:59px; }

.row-fluid .hero_section { padding:100px 0; height:calc(100vh - 120px); font-size:20px; line-height:34px; color:#fff; position:relative; display: flex; align-items: center; }
.row-fluid .hero_section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#000; opacity:0.6; }
.row-fluid .hero_section .page-center { position:relative; }
.row-fluid .hero_section h1 { margin:0; padding:0 0 20px; font-size:40px; line-height:50px; font-family:'Open Sans', sans-serif; text-transform:uppercase; font-weight: 800; }

.row-fluid .partnership_section { padding:100px 0; font-size:18px; line-height:30px; background:#f0f0f0; }
.row-fluid .partnership_section .inner { display:flex; align-items:center; }
.row-fluid .partnership_section .left { width:50%; display:inline-block; }
.row-fluid .partnership_section .left h2 { font-size:34px; line-height:44px; font-family:'Open Sans', sans-serif; }
.row-fluid .partnership_section .left .content { padding:15px 0; }
.row-fluid .partnership_section .right { padding:0 0 0 50px; width:50%; display:inline-block; }

.row-fluid .advisory_section .main_title { margin:80px 0 0; text-align:center; }
.row-fluid .advisory_section .main_title h2 { margin:0; padding:0; font-size:40px; line-height:50px; font-family:'Open Sans', sans-serif; text-transform:uppercase; font-weight: 800; }
.row-fluid .advisory_services { padding:80px 0; font-size:18px; line-height:30px; }    
.row-fluid .advisory_top h2 { margin:0; padding:0 0 10px; font-size:34px; line-height:44px; font-family:'Open Sans', sans-serif; font-weight:800; color:#f3932f; }
.row-fluid .advisory_top .content { margin-top:15px; }
.row-fluid .advisory_top .content ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .advisory_top .content ul li { margin:2px 0; padding:0 0 0 15px; display:inline-block; width:100%; position:relative; }
.row-fluid .advisory_top .content ul li:before { content:''; width:6px; height:6px; background:#f3932f; position:absolute; top:11px; left:0; border-radius:10px; }
.row-fluid .advisory_top .content ul li a { font-weight:400; text-decoration:none; color:#444; transition: all ease 0.4s; -moz-transition: all ease 0.4s; -webkit-transition: all ease 0.4s; -ms-transition: all ease 0.4s; }
.row-fluid .advisory_top .content ul li a:hover { color:#f89a21; }

.row-fluid .advisoryservices_video .inner { display:flex; align-items:center; flex-wrap: wrap; }
.row-fluid .advisoryservices_video .advisory_top { width:50%; display:inline-block; flex: 0 0 calc(100% - 50%); }
.row-fluid .advisoryservices_video .advisory_video { padding:0 0 0 25px; width:50%; display:inline-block; text-align:center; flex: 0 0 50%; }
.row-fluid .advisoryservices_video:nth-child(even) .inner { flex-direction: row-reverse; }
.row-fluid .advisoryservices_video:nth-child(even) .advisory_video { padding:0 25px 0 0; }

.row-fluid .advisory_bottom { margin-top:60px; }
.row-fluid .advisory_bottom .box { padding:60px 60px 60px 160px; background:#f3932f; font-size:28px; line-height:44px; color:#fff; border-radius:10px; position:relative; }
.row-fluid .advisory_bottom .box:before { content:''; width:80px; height:80px; background:url('https://4057827.fs1.hubspotusercontent-na1.net/hubfs/4057827/CrucialLogics_November2020/Images/left-quotes-sign.png') no-repeat; background-size:80px; position:absolute; top:40px; left:50px; } 
.row-fluid .advisory_bottom .name { margin-top:20px; font-size:16px; line-height:24px; font-weight:700; font-family:'Open Sans', sans-serif; text-align:right; text-transform:uppercase; }

.row-fluid .advisory_video h4 { margin:5px 0 0; font-size:20px; line-height:28px; font-weight:800; color:#f3932f; font-family:'Open Sans', sans-serif; }

.row-fluid .copy_right { padding:22px 15px; background:#444; color:#fff; font-size:14px; line-height:22px; font-weight:700; text-align:center; letter-spacing:0.5px; }










/* ========= Case Study ======== */

body.blog-2021{font-family: 'Open Sans', sans-serif;}
.blog-2021 .container-fluid{padding:0;}
.row-fluid .page-wrapper{max-width:100%; width:100%; margin:auto !important; float:none !important; padding:0px 25px;}


@media(min-width:992px){
   .row-fluid .header-section { width: 100%; display: inline-block; padding: 20px 15px; }
   .row-fluid .header-section .logo img { width: 275px !important; }
   .row-fluid .header-section .mainmenu { text-align: right; }
   .row-fluid .header-section .mainmenu .hs-menu-wrapper ul { list-style: none; padding: 0; margin: 0; }
   .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li { display: inline-block; padding-left: 18px; padding-right: 18px; position: relative; }
   .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li>a { display: inline-block; line-height: 60px; width: 100%; color: #000; font-size: 15px; font-weight: 400; }
   .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after { content: '\f107'; font-family: FontAwesome; display: inline-block; clear: both; padding-right: 20px; padding-left: 10px; position: relative; }
   .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li>ul li a { display: inline-block; width: 100%; color: #000; font-size: 15px; font-weight: 400; text-align: left; }
   .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children { padding-right: 0; }
   .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children ul.hs-menu-children-wrapper { position: absolute; top: 100%; background-color: #eee; border-top: 3px solid #f78f1e; box-shadow: 0 2px 2px rgb(0 0 0 / 10%); z-index: 99999; width: 200px; text-align: left; padding: 0; transition: all 0.2s; opacity: 0; visibility: hidden; }
   .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children ul.hs-menu-children-wrapper li { width: 100%; }
   .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children ul.hs-menu-children-wrapper li a { padding: 10px 20px; font-size: 14px; }
   .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover { text-decoration: none; background: #e3e3e3; }
   .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li>a:hover { text-decoration: none; }
   .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children:hover ul.hs-menu-children-wrapper { opacity: 1; visibility: visible; }
   .row-fluid .header-section .page-wrapper > div > div { display: flex; align-items: center;}

}

@media (max-width:1199px){
   .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li { padding-left: 12px; padding-right: 12px; }
   .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after { padding-right: 10px; }
}


@media (max-width:991px){


   .mainmenu, .mainmenu *{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: red;}
   a.mobile-trigger { display: inline-block !important; cursor: pointer; position: absolute; top: 9px; right: 7px; width: 54px; height: 44px; padding: 12px 10px;
      background: #fff; z-index: 99999999999; -webkit-transition: background-color 0.2s linear; font-size: 16px; font-weight: normal; text-align: left; text-transform: uppercase;
      border-radius: 6px; -webkit-transition:color .2s ease-in; -moz-transition:color .2s ease-in; transition:color .2s ease-in;}
   a.mobile-trigger:hover { text-decoration: none; color: ;}
   a.mobile-trigger span{ display: inline;}
   a.mobile-trigger span:before{ position: absolute; content: 'Menu'; }
   a.mobile-trigger span:after{ position: relative; right: 2px; content: 'Close'; 
      background-color: #000; opacity: 0; transition: opacity .4s ease-in-out; -moz-transition: opacity .4s ease-in-out; -webkit-transition: opacity .4s ease-in-out; }

   /* Change button when menu is open */
   .mobile-open a.mobile-trigger{ -webkit-transition:background-color 0.2s linear; -moz-transition:background-color 0.2s linear; transition:background-color 0.2s linear; background: transparent; }
   .mobile-open a.mobile-trigger span:after{ opacity: 1; }

   /* Toggle Button Icon & Animations */
   a.mobile-trigger i { display: inline; position: relative; top: -2px; margin-left: 0; -webkit-transition-duration: 0s; -webkit-transition-delay: .2s; -moz-transition-duration: 0s; -moz-transition-delay: .2s;
      transition-duration: 0s; transition-delay: .2s;}
   a.mobile-trigger i:before, a.mobile-trigger i:after { position: absolute; content: '';}
   a.mobile-trigger i, a.mobile-trigger i:before, a.mobile-trigger i:after { width: 35px; height: 6px; background-color: #000; display: inline-block; border-radius: 2px;}
   a.mobile-trigger i:before { margin-top: -11px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0;}
   a.mobile-trigger i:after { margin-top: 11px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0;}
   .mobile-open a.mobile-trigger i { background-color: rgba(0,0,0,0.0); -webkit-transition-delay: .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);}
   .mobile-open a.mobile-trigger i:before { margin-top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);}
   .mobile-open a.mobile-trigger i:after { margin-top: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0);}

   /* Child Toggle Button */
   span.child-triggerm { display: block !important; cursor: pointer; position: absolute; top: 0px; right: 0px; width: 55px !important; min-width: 55px !important; height: 45px !important; 
      padding: 0 !important; border-left: 1px dotted rgba(255, 255, 255, .20);}
   span.child-triggerm:hover { text-decoration: none;}

   /* Child Toggle Button Icon & Animations */
   span.child-triggerm span { position: relative; top: 50%; margin: 0 auto !important; -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s;}
   span.child-triggerm span:after { position: absolute; content: '';}
   span.child-triggerm span, span.child-triggerm span:after { width: 10px; height: 1px; background-color: ; display: block;}
   .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #FFF; }
   span.child-triggerm span:after { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s;
      transition-duration: .2s;}
   span.child-triggerm.child-open span:after { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s;
      transition-duration: .2s;}
   span.child-triggerm.child-open span { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s;
      transition-duration: .2s;}
.row-fluid .mainmenu .hs-menu-flow-horizontal>ul>li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal>ul>li:hover span.child-triggerm span:after{ background-color: transparent;}


   .row-fluid .header-section { width: 100%; display: inline-block; padding: 10px 0px; position: relative; }
   .row-fluid .header-section .page-wrapper { padding: 0 15px; }
   .row-fluid .header-section .logo img { width: 185px !important; max-width: 185px !important; }

   .row-fluid .header-section .mainmenu .hs-menu-wrapper { position: fixed; top: 0; left: auto; right: -100%; width: 270px; background: #fff; overflow: auto; padding-top: 58px; height: 100vh; transition: all 0.5s; z-index: 999999; }
   .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li>a { padding: 10px 20px; } 
   .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li a { color: #000; font-weight: 400; font-size: 18px; font-family: 'Dosis', sans-serif; line-height: 1.5em; }
   .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children { }
   .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children ul.hs-menu-children-wrapper { display: none; }
   .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children { position: relative; }
   .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children span.child-triggerm { border: 0; }
   .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children span.child-triggerm:after { content: '\f107'; top: 0; left: 0; font-family: FontAwesome; color: #000; font-size: 45px; border: 0; }
   span.child-triggerm span,
   span.child-triggerm span:after { background: transparent; border: 0; }
   .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children span.child-triggerm.child-open { }
   .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children span.child-triggerm.child-open:after { content: '\f106'; }
   .mobile-open .row-fluid .header-section .mainmenu .hs-menu-wrapper { right: 0; }
   .body-container-wrapper { position: relative; }
   body.mobile-open { overflow: hidden; }
   .body-container-wrapper:before { content: ' '; top: 0; left: 0; width: 100%; height: 100%; position: absolute; background: rgba(0, 0, 0, 0.83); transition: all 0.5s; opacity:0; visibility:hidden;}
   .row-fluid .header-section:before { content: ' '; top: 0; left: 0; width: 100%; height: 100%; position: absolute; background: rgba(0, 0, 0, 0.83); transition: all 0.5s;  opacity:0; visibility:hidden;}
   .mobile-open .body-container-wrapper:before, .mobile-open .row-fluid .header-section:before{opacity:1; visibility:visible;}
   .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li{padding:0;}
   .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li ul {background-color: #eff1f1; width: 100%;}
   .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children ul.hs-menu-children-wrapper li a { padding: 10px 20px; padding-left: 50px;}
   .row-fluid .header-section .mainmenu{ min-height: 0;}
.row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li>a:hover { text-decoration: none; background-color: rgba(248, 154, 33, 0.65);color: #fff;}
   

}



.row-fluid .footer-section { width: 100%; display: inline-block; padding: 30px 5px; background-color: #0e0e0e; }
.row-fluid .footer-section .footer-img img { max-width: 200px !important; width: 100%; }
.row-fluid .footer-section .footer-img { text-align: center; }
.row-fluid .footer-section .footer-box { float: left; margin: 0; vertical-align: top; }
.row-fluid .footer-section .footer-left { width: 31%; float: left; }
.row-fluid .footer-section .footer-right { width: 69%; float: left; margin: 0; padding-left: 80px; }
.row-fluid .footer-section .footer-box:nth-child(1) { width: 25%; }
.row-fluid .footer-section .footer-box:nth-child(2) { width: 28%; }
.row-fluid .footer-section .footer-box:nth-child(3) { width: 47%; }
.row-fluid .footer-section .footer-title h3 { text-transform: uppercase; color: #929496; font-size: 20px; font-weight: 400; letter-spacing: 0; line-height: 24px; margin: 0; }
.row-fluid .footer-section .footer-menu { padding-bottom: 30px; }
.row-fluid .footer-section .footer-menu ul { padding: 0; margin: 0; list-style: none; }
.row-fluid .footer-section .footer-menu ul li a { font-size: 13px; color: #929496; line-height: 1.5em; display: inline-block; font-weight: 400; }
.row-fluid .footer-section .footer-menu ul li { line-height: 0; }
.row-fluid .footer-section .footer-menu ul li a:hover { text-decoration: none; color: #f89a21; }
.row-fluid .footer-section .footer-box:nth-child(1) .footer-menu:first-child { }
.row-fluid .footer-section .footer-box:nth-child(1) .footer-menu-box.menu1 { padding-bottom: 19px; }
.row-fluid .footer-section .footer-box:nth-child(1) .footer-menu-box.menu2 { padding-bottom: 0; }
.row-fluid .footer-section .footer-box:nth-child(1) .footer-menu-box.menu2 .footer-menu { padding-bottom: 20px; }
.row-fluid .footer-section .footer-box:nth-child(1) .privacy-text a { font-size: 14px; color: #929496; font-weight: 400; }
.row-fluid .footer-section .footer-box:nth-child(1) .privacy-text a:hover { text-decoration: none; color: #f89a21; }
.row-fluid .footer-section .footer-box p { color: #929496; font-size: 14px; margin: 0; }
.row-fluid .footer-section .footer-form .hs-form-field label { color: #929496; font-size: 13px; font-weight: 700; }
.row-fluid .footer-section .footer-form .hs-form-field label span.hs-form-required { color: red; font-size: 11px; }
.row-fluid .footer-section .footer-form .hs-form-field  input { height: 42px; width: 100%; max-width: 500px; }
.row-fluid .footer-section .footer-form ul.no-list.hs-error-msgs.inputs-list { list-style: none; padding: 0; }
.row-fluid .footer-section .footer-form ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg { color: red; font-weight: 400; }
.row-fluid .footer-section .footer-form  .hs-submit { width: 100%; display: inline-block; padding-top: 15px; }
.row-fluid .footer-section .footer-form .hs-submit .hs-button { background-color: #f89a21; display: inline-block; border: 0; color: #fff; padding: 12px 32px; font-size: 12px; cursor: pointer; font-weight: 700; }
.row-fluid .footer-section .footer-form .hs-submit .hs-button:hover { background-color: #fbab44; }
.row-fluid .footer-section .submit-text { width: 100%; display: inline-block; padding-top: 15px; color: #717274; max-width: 550px; font-size: 13px; }
.hs_error_rollup { display: none; }
.row-fluid .footer-section .footer-logo img { width: 580px !important; max-width: 100% !important;}
.row-fluid .footer-section .footer-logo{text-align:center;}
.row-fluid .footer-section .footer-box{ padding: 0 20px 0px 0;}



.case-hero-section { width: 100%; display: inline-block; background-color: #ffffff; padding: 50px 15px 50px; }
.case-hero-section .cover { max-width: 1310px; width: 100%; margin: auto; width: calc(70% - ( 0.3 * 50px ) );}
.case-hero-section .cover h1 { font-size: 54px; font-weight: 600; line-height: 81px; margin: 0; color:#666666;}
.case-hero-section .cover .content { font-size: 18px; max-width: 1290px; width: 100%; color:#666666;}


.row-fluid .blog-main-section { width: 100%; display: inline-block; padding: 55px 25px; overflow: hidden; }
.row-fluid .blog-main-section .post-listing { margin: 0px -30px; }
.row-fluid .blog-main-section .post-item { width: calc(100% / 3 - 63px); display: inline-block; margin: 0px 30px; margin-bottom: 60px;vertical-align: top; }
.row-fluid .blog-main-section .post-item .inner-cover { display: inline-block; width: 100%; }
.row-fluid .blog-main-section .post-item .feature-box { width: 100%; display: inline-block; position: relative; overflow: hidden; padding: 0px; padding-bottom: 0; margin-bottom: 10px; line-height:0;}
.row-fluid .blog-main-section .post-item .feature-box .hs-featured-image-wrapper { width: 100%; display: inline-block;}
.row-fluid .blog-main-section .post-item .feature-box .hs-featured-image-wrapper img.hs-featured-image { float: left; width: 100% !important; max-width: 100%; margin: 0; }
.row-fluid .blog-main-section .post-item .feature-box .hs-featured-image-wrapper:before { content: ' '; top: 0; left: 0; width: 100%; height: 100%; background: #000; position: absolute; z-index: 1; opacity: 0; transition: all 0.5s; visibility: hidden; }
.row-fluid .blog-main-section .post-item .feature-box div.title { position: absolute; top: 50%; z-index: 9; left: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 18px; display: inline-block; transition: all 0.5s; opacity: 0; visibility: hidden; line-height:normal;}
.row-fluid .blog-main-section .post-item .feature-box div.title:hover { text-decoration: none; }
.row-fluid .blog-main-section .post-item .feature-box div.title:before { content: ' '; top: auto; bottom: 0; left: 0; right: 0; margin: auto; height: 1px; width: 100%; background: #fff; position: absolute; opacity: 0; visibility: hidden; transition: all 0.3s; }
.row-fluid .blog-main-section .post-item .feature-box:hover div.title { opacity: 1; visibility: visible; }
.row-fluid .blog-main-section .post-item .feature-box:hover .hs-featured-image-wrapper:before { opacity: 0.5; visibility: visible; }
.row-fluid .blog-main-section .post-item .feature-box div.title:hover:before { opacity: 1; visibility: visible; }

.row-fluid .blog-main-section .post-item .inner-cover .post-header a { color: #f78f1f; font-weight: bold; font-size: 18px; transition: all 0.5s; margin-bottom: 10px; display: inline-block; }
.row-fluid .blog-main-section .post-item .inner-cover .post-header a:hover { text-decoration: none; color: #888; }
.row-fluid .blog-main-section .post-item .inner-cover .content { border-top: 1px solid #aaa; padding-top: 15px; width: 100%; display: inline-block; font-size: 18px; color: #3a3a3a; }

.row-fluid .blog-main-section .load-more { width: 100%; display: inline-block; text-align: center; }
.row-fluid .blog-main-section .load-more a { display: inline-block; background: #f89a21; color: #fff; padding: 15px 30px; border-radius: 5px; transition: all 0.5s; }
.row-fluid .blog-main-section .load-more a:hover { text-decoration: none; background: #f59316; }

.hs-blog-post .row-fluid .blog-main-section { padding: 0px 0px; }
.hs-blog-post .row-fluid .blog-main-section .blog-post-wrapper.cell-wrapper { padding: 20px; max-width: 960px; width: 100%; margin: auto; background: #fff; }
.hs-blog-post .body-container-wrapper { background: #efefef; }
.hs-blog-post .row-fluid .blog-main-section .section.post-header { width: 100%; display: inline-block; }
.hs-blog-post .row-fluid .blog-main-section .section.post-body { width: 100%; display: inline-block; margin: 2em 0 0; padding: 20px 20px 20px 20px; font-size: 18px; }
.hs-blog-post .row-fluid .blog-main-section .section.post-header img.hs-featured-image { float: left; max-width: 100%; margin: 0; width: 100%; margin-bottom: 2em; }
.hs-blog-post .row-fluid .blog-main-section .section.post-header .post-title { width: 100%; display: inline-block; }
.hs-blog-post .row-fluid .blog-main-section .section.post-header .post-title h1 { font-size: 40px; font-weight: 300; }
.hs-blog-post .row-fluid .blog-main-section #hubspot-author_data { width: 100%; display: inline-block; color: #595959; font-weight: 400; }
.hs-blog-post .row-fluid .blog-main-section #hubspot-author_data a.author-link { color: #595959; font-weight: 400; }
.hs-blog-post .row-fluid .blog-main-section #hubspot-author_data a.author-link:hover { color: #1e73be; text-decoration: none; }
.hs-blog-post .row-fluid .blog-main-section .section.post-body h3 { margin: 0; font-size: 20px; letter-spacing: 0; font-weight: 500; padding-top: 20px; }
.hs-blog-post .row-fluid .blog-main-section .section.post-body ul { padding-left: 20px; }
.hs-blog-post .row-fluid .blog-main-section .post-testimonial-strip { width: 100%; display: inline-block; background-color: #f89a21; padding: 10px 10px 10px 10px; text-align: right; }
.hs-blog-post .row-fluid .blog-main-section .post-testimonial-strip span { width: 100%; display: inline-block; font-size: 20px; color: #fff; font-style: italic; line-height: 24px; }
.hs-blog-post .case-download-button { width: 100%; display: inline-block; text-align: center; padding: 25px 0px 25px; }
.hs-blog-post .case-download-button a { position: relative; display: inline-block; font-size: 18px; padding: 9px 28px; background: #f89a21; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #df8107), color-stop(1, #f89a21)); background: -ms-linear-gradient(bottom, #df8107, #f89a21); background: -moz-linear-gradient(center bottom, #df8107 0%, #f89a21 100%); background: -o-linear-gradient(#f89a21, #df8107); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89a21', endColorstr='#df8107', GradientType=0); border: 1px solid; border-color: #d07807 #c67206 #b76a06 #c67206; color: #ffffff !important; -webkit-border-radius: 0.25em; -moz-border-radius: 0.25em; border-radius: 0.25em; -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 7%); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.065); box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 7%); text-shadow: 0 1px 0 rgb(0 0 0 / 5%); font-weight: 400; }
.hs-blog-post .case-download-button a:before { content: '\f019'; top: 0; left: 0; font-family: FontAwesome; font-size: 24px; position: relative; display: inline-block; vertical-align: middle; margin-right: 12px; }
.hs-blog-post .case-download-button a:hover { text-decoration: none; background: #f89e2b; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e98607), color-stop(1, #f89e2b)); background: -ms-linear-gradient(bottom, #e98607, #f89e2b); background: -moz-linear-gradient(center bottom, #e98607 0%, #f89e2b 100%); background: -o-linear-gradient(#f89e2b, #e98607); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89e2b', endColorstr='#e98607', GradientType=0); border-color: #da7e07 #d07807 #c16f06 #d07807; }

.hs-blog-post .case-study-btn { width: 100%; display: inline-block; margin-top: 2em; }
.hs-blog-post .case-study-btn a { display: inline-block; color: #595959; font-size: 15px; font-weight: 400; position: relative; }
.hs-blog-post .case-study-btn a:before { content: '\f07b'; top: 0; left: 0; position: relative; display: inline-block; vertical-align: middle; font-family: FontAwesome; opacity: .7; margin-right: 8px; }
.hs-blog-post .inner-pagination { width: 100%; display: inline-block; padding-bottom: 30px;}
.hs-blog-post .inner-pagination a { display: inline-block; color: #595959; font-weight: 400; font-size: 15px; }
.hs-blog-post .inner-pagination a i { opacity: .7; display: inline-block; margin-right: 10px; padding-left: 3px; }
.hs-blog-post .inner-pagination a:hover { color: #1e73be; text-decoration: none; }
.hs-blog-post .case-study-btn a:hover { color: #1e73be; text-decoration: none; }

.row-fluid .bottom-top-btn { background-color: rgba(0, 0, 0, 0.4); color: #ffffff; position: fixed; font-size: 20px; line-height: 40px; width: 40px; text-align: center; z-index: 10; transition: opacity 300ms ease-in-out; right: 4.5em; bottom: 1em; border-radius: 50%; cursor: pointer; }
.row-fluid .bottom-top-btn:hover { background-color: rgba(0, 0, 0, 0.6); }

/* 09-02-2021 */

.row-fluid .lang-wrap { width:auto; float:right; margin-left:11px; }
.globe_class { background-image: none; width: auto; height: auto; position: relative; border-radius: 0px; }
.globe_class ul.lang_list_class:before { display: none; }
.globe_class ul.lang_list_class:after { display: none; }
span.lang-tag { width:91px; display: inline-block; text-align: center; font-size: 13px; font-weight: 600; color: #000; letter-spacing: .4px; border: 1px solid #000; padding: 4px 25px 4px 10px; cursor: pointer; position: relative; }
span.lang-tag:before { content: "\f107";  font-family: 'FontAwesome'; position: absolute; top: 1px; right: 8px; font-size: 16px; }
ul.lang_list_class {  display:none; position: absolute; top: 100%; padding-top: 0; left: 0; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
.globe_class:hover .lang_list_class { display:none ; }
.globe_class ul.lang_list_class li { border: 1px solid #000; border-top:0;  padding: 6px 20px 6px 7px; width:91px; }
.globe_class ul.lang_list_class li a { letter-spacing: .3px; }



@media (max-width:1200px){

   .row-fluid .footer-section .footer-left { width: 18%; }
   .row-fluid .footer-section .footer-right { width: 82%; }
   .row-fluid .footer-section .footer-box:nth-child(1) { width: 32%; }
   .row-fluid .footer-section .footer-box:nth-child(2) { width: 38%; }
   .row-fluid .footer-section .footer-box:nth-child(3) { width: 30%; }


}


@media(max-width:1199px) {

   .row-fluid .nav_menu { width:380px; }
   .row-fluid .nav_text { padding:30px 15px; }
   .row-fluid .nav_text h2 { font-size: 26px; line-height: 36px; }
   .row-fluid .bars_toggle { width: 68px; height: 68px; font-size: 28px; line-height: 68px; }
  
   .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul>li { padding:0 6px }

}

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

}

@media (min-width: 992px) and (max-width: 1200px){

   .row-fluid .wrapper {  width:920px; }

   .pillar .container-fluid .row-fluid .page-center {  max-width:920px; }

   .row-fluid .advisory_bottom .box { font-size: 24px; line-height: 42px; }
}

@media(max-width:991px) {

   .row-fluid .hero_section h1 { font-size: 32px; line-height: 44px; }
   .row-fluid .hero_section { padding:80px 0 70px; font-size: 16px; line-height: 30px; display:inline-block; width:100%; height:auto; }

   .row-fluid .partnership_section { padding:60px 0; }
   .row-fluid .partnership_section .right { padding:0 0 0 20px; }
   .row-fluid .partnership_section .left h2 { font-size: 30px; line-height: 38px; }

   .row-fluid .advisory_section .main_title h2 { font-size: 30px; line-height: 42px; }
   .row-fluid .advisory_top h2 { font-size: 28px; line-height: 36px; }

   .row-fluid .advisory_bottom .box { padding: 40px 40px 40px 100px; font-size: 22px; line-height: 42px; }
   .row-fluid .advisory_bottom .box:before { width: 50px; height: 50px; top: 40px; left: 30px; background-size: 50px; }

   .row-fluid .advisoryservices_video .inner { display:inline-block; width:100%; }
   .row-fluid .advisoryservices_video .advisory_top { width:100%; }
   .row-fluid .advisoryservices_video .advisory_video { margin:30px 0 0; padding:0; width:100%; }
   .row-fluid .advisoryservices_video:nth-child(even) .advisory_video { padding:0; }

      
   .row-fluid .footer-section .footer-left { width: 100%; padding: 0; }
   .row-fluid .footer-section .footer-right { width: 100%; padding: 0; text-align: center; }
   .row-fluid .footer-section .footer-left > div > div { display: flex; }
   .row-fluid .footer-section .footer-left { display: flex; align-items: center; justify-content: center; padding-bottom: 40px; }
   .row-fluid .footer-section .footer-logo img { width: 290px !important; max-width: 100% !important; }
   .row-fluid .footer-section .footer-img img { max-width: 250px !important; }
   .row-fluid .footer-section .footer-box:nth-child(1) { width: 50%; }
   .row-fluid .footer-section .footer-box:nth-child(2) { width: 50%; padding: 0; padding-left: 20px; }
   .row-fluid .footer-section .footer-box:nth-child(3) { width: 100%; padding-top: 60px;   padding-right: 0;}
   .row-fluid .footer-section .submit-text { max-width: 100%; text-align: center; padding-top: 25px; }
   .row-fluid .blog-main-section .post-item {width: calc(100% / 2 - 63px);}

   /*    09-02-2021 */
   .row-fluid .lang-wrap { width: auto; margin: 0; float: right; position: relative; right: 50px; top: 5px; }



}

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

   .row-fluid .wrapper {  width:720px; }	
   .pillar .container-fluid .row-fluid .page-center {  max-width:720px; }
}

@media (min-width: 30px) and (max-width: 767px){

   .row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }	
   .pillar .container-fluid .row-fluid .page-center {  padding:0 15px; max-width:100%; }

   .row-fluid .partnership_section .inner { display:inline-block; width:100%; }
   .row-fluid .partnership_section .left { width:100%; }
   .row-fluid .partnership_section .right { margin:35px auto 0; padding:0; width:100%; max-width: 350px; display:block; }
   .row-fluid .partnership_section .left .content { padding:0; }

   .row-fluid .hero_section h1 { font-size: 26px; line-height: 38px; }

   .row-fluid .bars_toggle { width: 48px; height: 48px; font-size: 20px; line-height: 48px; }
   .row-fluid .menu_nav { padding:48px 0 25px; }
   .row-fluid .nav_menu { width: 275px; }
   .row-fluid .menu_nav ul li { margin:3px 0; }
   .row-fluid .menu_nav ul li a { padding: 5px 15px; font-size: 16px; line-height: 22px; }
   .row-fluid .nav_text h2 { font-size: 25px; line-height: 34px; }
   .row-fluid .nav_text .btn_style { margin-top: 5px; }
   .row-fluid .nav_menu { height:80Vh; }

   .row-fluid .advisory_section .main_title { margin:60px 0 0; }
   .row-fluid .advisory_section .main_title h2 { font-size: 25px; line-height: 38px; }
   .row-fluid .advisory_services { padding:50px 0; font-size: 16px; line-height: 28px; }
   .row-fluid .advisory_bottom { margin-top: 35px; }
   .row-fluid .advisory_bottom .name { font-size:14px; text-align:left; }

   .row-fluid .advisory_bottom .box { padding: 30px 20px 30px 50px; font-size: 20px; line-height: 36px; }
   .row-fluid .advisory_bottom .box:before { width: 30px; height: 30px; top: 32px; left: 12px; background-size: 30px; }
   .row-fluid .advisory_video h4 { font-size: 18px; }
   .row-fluid .advisory_top h2 { font-size: 24px; line-height: 32px; }


   .row-fluid .footer-section .footer-left { flex-direction: column;}

   .hs-blog-post .row-fluid .blog-main-section .section.post-header .post-title h1 {font-size: 30px;}
   .hs-blog-post .row-fluid .blog-main-section .section.post-body{padding:0;}
   .hs-blog-post .row-fluid .blog-main-section .blog-post-wrapper.cell-wrapper {padding: 15px;}
   .case-hero-section .cover{width:100%;}
   /*    09-02-2021 */
   .row-fluid .lang-wrap {  position:absolute;  right: 65px; top: 15px; }


}


@media (max-width:600px){
.case-hero-section .cover h1 { font-size: 45px; }
.case-hero-section { padding: 40px 15px 40px; }
.row-fluid .blog-main-section .post-item { width: calc(100% / 1 - 63px); }
}


@media(max-width:500px) {

   .row-fluid .advisory_bottom .box { padding:30px 20px 30px 44px; }
   .row-fluid .advisory_bottom .box:before { width: 24px; height: 24px; top: 32px; left: 12px; background-size: 24px; }

   .row-fluid .footer-section .footer-box:nth-child(1) { width: 100%; padding: 0; }
   .row-fluid .footer-section .footer-box:nth-child(2) { width: 100%; padding: 0; padding-top: 30px; }
   .row-fluid .footer-section .footer-menu { padding-bottom: 30px; }
   .row-fluid .footer-section .footer-box:nth-child(3) { padding-right: 0; }
   .row-fluid .footer-section .footer-box:nth-child(1) .footer-menu-box.menu1 { padding-bottom: 0; }
   .row-fluid .footer-section .footer-box:nth-child(3) { padding-top: 30px; }
   .row-fluid .blog-main-section .post-item .feature-box div.title{width:75%;}
   .row-fluid .blog-main-section .post-item .feature-box div.title:before{display:none;}
   .hs-blog-post .case-download-button a{ font-size: 15px; padding: 9px 13px;}
   .hs-blog-post .case-download-button a:before{margin-right: 6px;}
   /*    09-02-2021 */
   .row-fluid .lang-wrap { top:16px; }
   .row-fluid .header-section .logo img { width: 150px !important; margin-top: 4px;  }
   span.lang-tag, .globe_class ul.lang_list_class li { width:80px; }
   span.lang-tag { padding: 2px 25px 2px 10px; }
   .globe_class ul.lang_list_class li { padding: 4px 20px 4px 7px; }
   span.lang-tag:before { top:-1px; right:6px; }
}