@font-face {
    font-family: 'ProximaNovaSemiboldItalic';
    src: url('https://3793859.fs1.hubspotusercontent-na1.net/hubfs/3793859/Fonts/proxi-nova/ProximaNovaSemiboldItalic.eot');
    src: url('https://3793859.fs1.hubspotusercontent-na1.net/hubfs/3793859/Fonts/proxi-nova/ProximaNovaSemiboldItalic.eot') format('embedded-opentype'),
         url('https://3793859.fs1.hubspotusercontent-na1.net/hubfs/3793859/Fonts/proxi-nova/ProximaNovaSemiboldItalic.woff2') format('woff2'),
         url('https://3793859.fs1.hubspotusercontent-na1.net/hubfs/3793859/Fonts/proxi-nova/ProximaNovaSemiboldItalic.woff') format('woff'),
         url('https://3793859.fs1.hubspotusercontent-na1.net/hubfs/3793859/Fonts/proxi-nova/ProximaNovaSemiboldItalic.ttf') format('truetype'),
         url('https://3793859.fs1.hubspotusercontent-na1.net/hubfs/3793859/Fonts/proxi-nova/ProximaNovaSemiboldItalic.svg#ProximaNovaSemiboldItalic') format('svg');
}
@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('https://3793859.fs1.hubspotusercontent-na1.net/hubfs/3793859/Fonts/proxy-nova-regular/ProximaNovaRegular.eot');
    src: url('https://3793859.fs1.hubspotusercontent-na1.net/hubfs/3793859/Fonts/proxy-nova-regular/ProximaNovaRegular.eot') format('embedded-opentype'),
         url('https://3793859.fs1.hubspotusercontent-na1.net/hubfs/3793859/Fonts/proxy-nova-regular/ProximaNovaRegular.woff2') format('woff2'),
         url('https://3793859.fs1.hubspotusercontent-na1.net/hubfs/3793859/Fonts/proxy-nova-regular/ProximaNovaRegular.woff') format('woff'),
         url('https://3793859.fs1.hubspotusercontent-na1.net/hubfs/3793859/Fonts/proxy-nova-regular/ProximaNovaRegular.ttf') format('truetype'),
         url('https://3793859.fs1.hubspotusercontent-na1.net/hubfs/3793859/Fonts/proxy-nova-regular/ProximaNovaRegular.svg#ProximaNovaRegular') format('svg');
}

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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

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



/*****************************************/
/* Start your style declarations here    */
/*****************************************/



/***** Theme Adjustments *****/

 
 
 
 
 
  

body{
    padding:0;
    font-size: 16px ;
    line-height: 1.4;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    font-family: 'proxima-nova', sans-serif;  !important;
    width:100%;
    letter-spacing:.5px;
    background: #fff ;
    margin:0 auto;
}

body .container-fluid .row-fluid .wrapper{
    //width: 100%;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    float: none;
    padding:0 15px !important;
    
}


h1,h2,h3,h4,h5,h6,p,a{
    text-transform:initial;
    margin:0;
    padding:0;
    text-decoration:none;
    margin-bottom:15px;
    color:#333;
  font-family: 'proxima-nova' !important;
}

h1,h2,h3,h4,h5,h6{
    color:#333;
}

.body-container-wrapper ul,
.body-container-wrapper li{
    margin-bottom:15px;
}

a{
    margin-bottom:0;
    font-weight:400;
}

h1{
    font-size: 60px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

h2{
    font-size: 46px;
    font-weight: 400;
    letter-spacing: 0;
}

h3{
    font-size: 34px;
    font-weight: 300;
    letter-spacing: .5px;
}

h4{
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
}

h5{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
}

h6{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}

p,
.body-container-wrapper li{
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    letter-spacing: .5px;
    font-weight: 300;
}


h3+p{
    margin-top:15px;
}

.body-container-wrapper {
    background:#fff;
    overflow:hidden;
    position:relative;
    z-index:2;
}

.body-container-wrapper ul{
    padding:0;
    text-decoration:none;
    margin:20px -7px;
}

.body-container-wrapper ol{
    margin:0;
    padding:0;
    text-decoration:none;
    margin-bottom:15px;    
}

.body-container-wrapper li{
    margin-left:26px;
    margin-bottom:8px;
}


.body-container-wrapper ol li:before{
    display:none;
}

.no-list-style ul{
    margin:0;    
    list-style:none;
}

.no-list-style li{
    margin:0;
}

.body-container-wrapper a{
    color:#00AFA9;
    transition: all ease-in-out .2s;
}

blockquote{
    margin: 0;
    font-size: 18px;
    font-style: italic;
    color: #333;
    font-weight: 300;
    padding-left: 17px;
    border-left: 2px solid #00AFA9;
    margin-left: 4px;
    margin-top: 25px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.widget-type-cta{
    margin-top:15px;
}

body a.cta_button,
body .container-fluid .row-fluid .hs-button{    
    font-size: 16px;
    line-height: 18px;
    padding: 16px 40px;
    font-weight: 400;
    cursor: pointer;
    font-family:  'proxima-nova', sans-serif; ;
    text-align: center;
    display: inline-block;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    background: #00AFA9;
    border-color: #00AFA9;
    transition: all ease-in-out .2s;
    letter-spacing: 1.5px;
    top:0;
}

body a.cta_button.image-cta{
    padding:0;
    background:transparent;
    text-align:center;
}

body a.cta_button:hover,
body .container-fluid .row-fluid .hs-button:hover{
    box-shadow: 0px 8px 20px 2px rgba(0, 0, 0, 0.32);
    top:-5px;
}

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

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

.align-right {
    text-align:right;
}

.float-left{
    float:left;
}

.float-right{
    float:right;
}

.overlay,
.base-color-overlay{
    position:relative;
    z-index:1;
}

.overlay:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.base-color-overlay:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:#00AFA9;
    z-index: -1;
    opacity:.85;
}

.grey-bg{
    background:#f8f8f8;
}

body .container-fluid .row-fluid .section-heading.align-center {
    max-width: 840px;
    float: none;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:50px;
}

.section-heading p{
    font-size: 20px;
    font-weight: 300;
    color: #333;
}

.section-heading h5{
    margin:0;
    color:#86939e;
    font-size:18px;
    font-weight:500;
}

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
    color:#fff;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a{
    margin:0;
}

.base-color-text h1,
.base-color-text h2,
.base-color-text h3,
.base-color-text p,
.base-color-text h4,
.base-color-text h5,
.base-color-text h6,
.base-color-text .fa,
.base-color-text a{
    color:#00AFA9;
}

.body-container-wrapper .all-text-white li:before{
    background:#fff;
}

body .container-fluid .row-fluid .pad-bottom{
    margin-bottom:80px;
}

.section-bg{
    background-size: cover!important;
    background-position: center center!important;
}

.section-bg .bg-image{
    display:none!important;
}

.section-padding{
    padding:100px 0;
}

.section-border{
    border-bottom:1px solid #e7e7e7;
}

.cta-margin{
    margin-top:50px;
}

@media (min-width: 768px) {
    
.equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
} 

body .row-fluid .flex-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items:center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    
} 
}

.inner-page-hero-section{
    padding:30px 0;
}

.inner-page-hero-section h1{
    margin:0;
    font-size:30px;
}
@media screen and (max-width: 1024px) {
.pth-menu-primary .hs-menu-wrapper>ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a.child-trigger-new {
    display: none!important;
}
  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    overscroll-behavior: contain;
  }
  
  .fa {
    display: none !important;
  }
  .pth-menu-primary .hs-menu-wrapper>ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper li a i {
  padding-left: 4px !important;
}

/* .fa-angle-right:before {
  padding-left: 4px;
} */




/*========================================================
        Responsive Styling
========================================================*/

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

body .container-fluid .row-fluid .wrapper{
    padding-left:40px;
    padding-right:40px;
}


h1{
    font-size: 28px;
}

h2{
    font-size: 26px;
}

h3{
    font-size: 20px;
}

h4{
    font-size: 18px;
}

h5{
    font-size: 16px;
}

h6{
    font-size: 14px;
}

.section-padding {
    padding: 60px 0;
}

body .container-fluid .row-fluid .section-heading.align-center {
    margin-bottom: 30px;
}

p{
    font-size: 14px;
}

.section-heading p {
    font-size: 18px;
}

.cta-margin {
    margin-top: 30px;
}
}




@media (max-width:767px){

body .container-fluid .row-fluid .wrapper{
    padding-left:20px;
    padding-right:20px;
}


h1{
    font-size: 24px;
}

h2{
    font-size: 24px;
}

h3{
    font-size: 20px;
}

h4{
    font-size: 18px;
}

h5{
    font-size: 16px;
}

h6{
    font-size: 16px;
}

.section-padding {
    padding: 60px 0;
}

.align-right {
    text-align: center;
}

.align-left {
    text-align: center;    
}

body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
}

p {
    font-size: 14px;
    line-height: 24px;
}

.body-container-wrapper li {
    font-size: 14px;
    line-height: 24px;
}

.primary-banner {
    padding: 120px 0 40px;
}

.section-heading p {
    font-size: 16px;
}

.cta-margin {
    margin-top: 20px;
}
}














/*==================================================
            Two Col Adjust 
==================================================*/

body .container-fluid .row-fluid .two-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.5%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 47.4%;
    -webkit-flex-basis: 47.4%;
    float: left;
    margin-right: 2.43%;
    margin-top: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
}


@media (max-width:767px){
 
 
body .container-fluid .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
}   
}








/*==================================================
            Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.5%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 30.9%;
    -webkit-flex-basis: 30.9%;
    float: left;
    margin-right: 2.43%;
    margin-top: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
}


.redirect-page{
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    width:100%;
    height:100%;
    display:block;
    cursor:pointer;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

body .container-fluid .row-fluid .three-col-adjust.have-box-border span>.hs_cos_wrapper:hover .redirect-page{
    border:1px solid #00AFA9;
}


@media (max-width:767px){
 
 
body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
}   
}








/*==================================================
            Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 22.5%;
    -webkit-flex-basis: 22.5%;
    float: left;
    margin-right: 2.5%;
    margin-top: 20px;
    box-sizing:border-box;
    position:relative;
}










@media (max-width:767px){
 
body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
}   
}









/*=========================================================
                    FORM STYLE
=========================================================*/                

::-webkit-input-placeholder {
   color: #989898;
}

:-moz-placeholder {
   color: #989898;
}

::-moz-placeholder {  
   color: #989898;
}

:-ms-input-placeholder {  
   color: #989898;
}

select::-ms-expand {
    display: none;
}

.row-fluid form li{
    margin:0;
}

.row-fluid  form li:before{
    display:none;
}

.row-fluid  form input,
.row-fluid  form select,
.row-fluid  form textarea{
    height: 54px;
    font-family: 'proxima-nova', sans-serif; ;
    border: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 0;
    margin-bottom: 8px;
    border-radius: 0;
    background: #f5f5f5;
    padding:10px 20px;
    color: #000;
    font-weight:400;
    background:#fff;
    border:1px solid #dedede;
    box-sizing: border-box;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}


.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
    outline:0;
    border:1px solid #00AFA9;
}

.row-fluid  form textarea{
    height:150px;    
}

.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
}

.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
    margin-bottom:0;
}

.row-fluid form .field>label{
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 300;
    display:block;
    margin-bottom:6px;
    margin-top:14px;
}

.row-fluid form .hs_submit .actions{
    text-align:center;
}

.row-fluid form .hs-button.primary{
    height: auto;
    margin-top: 24px;
}

form .hs-error-msgs{
    margin:0;
    padding:0;
}

form .hs-error-msgs li{
    line-height: 1;
    color: red;
    font-weight: 500;
    font-size: 11px;
    position: relative;
    top: -4px;
    letter-spacing: 0.3px;
}

.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}

body .row-fluid .hs-form fieldset {
    max-width: 100%;
}

form .hs-form-required{
    display:none;
}

.body-container-wrapper form ul,
.body-container-wrapper form li{
    margin:0;
    padding:0;
}

.body-container-wrapper form ul,
form ul{
    list-style:none;
}

.body-container-wrapper form li:before{
    display:none;
}

body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
    margin-bottom:20px;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 32%;
    margin-right:2%;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 49%;
    margin-right:2%;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
    margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
    margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
    margin-right:0;
}

body .row-fluid select{
    background: #fff url(//2558848.fs1.hubspotusercontent-na1.net/hubfs/2558848/Product-3-Pack/Select%20Arrow%20Small.png) no-repeat;
    background-position: center right;
    -webkit-appearance: none;
}





/*=======================================================
            CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
    width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
    padding: 0;
    border-radius: 4px;
    background: #fff;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #cfd3d7;
    -webkit-appearance: none;
    border: 2px solid #ddd;
    margin-right: 8px;
    top: 2px;
    width: 20px;
    height: 20px;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    top: 3px;
    left: 2px;
    border: 3px solid #00AFA9;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}


.row-fluid .hs-form .field .input  input[type="radio"]{
    border-radius: 50%;
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    background: #00AFA9;
    left: 3px;
    border-top: 0;
    border-right: 0;
    border-radius: 50%;
}


@media (max-width:480px){


body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
}

body .row-fluid .hs-form fieldset .input{
    margin:0;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
}

.row-fluid form .hs_submit .actions{
    text-align:center;
}
}








































body .container-fluid .row-fluid .pth-header-container{
    position:absolute;
    left:0;
    top:0;
    right:0;
    z-index:12;
}


/*=====================================================
            Header Top Bar
=====================================================*/            

.pth-top-bar{
    padding:10px 0;
    background:#333;
}

.pth-top-bar .fa{
    font-style:normal;
}

.pth-top-bar a,
.pth-top-bar .time{
    font-size:14px;
    line-height:1;
    font-weight:300;
    color:#d0d0d0;
    letter-spacing:1px;
}

.pth-top-bar a:hover{
    color:#fff;
}

.pth-top-bar .fa{
    margin-right: 10px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.pth-top-bar .contacts .fa-phone{
    margin-left:30px;
}








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

@media (min-width:768px){

.pth-header .hs-menu-wrapper{
    line-height:0;
    text-align:center;
    float:right;
    position:relative;
    right:-15px;
}

.pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    line-height:0;
}

.pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1>a {
    line-height: 1;
    color: #333;
    font-size: 14px;
    padding: 25px 15px;
    letter-spacing: 0;
    font-weight: 400;
}
}

/*=============================================================
            SUB MENU STYLING
=============================================================*/            

@media (min-width:768px){   

.pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    background: #00AFA9;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}

.pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    color: #fff;
    font-size: 14px;
    padding: 12px 20px;
    line-height:1;
    letter-spacing: .8px;
    font-weight: 400;
    text-align: left;
    border-bottom: 1px solid #e7e7e7;
    min-width:140px;
    transition:all .2s ease-in-out;
    text-indent:0;
}

.pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
    text-indent:4px;
}

.pth-header .hs-menu-wrapper ul>li.hs-item-has-children>a:after,
.pth-header .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children>a:after {
    font-family: FontAwesome;
    content: "\f067";
    font-weight: 300;
    font-size: 10px;
    color: #000;
    padding-left: 8px;
    position: relative;
    top: -2px;
}

.pth-header .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children>a:after {
    color: white;
    position: absolute;
    right: 18px;
    top: 13px;
}

.pth-header .hs-menu-wrapper ul>li.hs-item-has-children:hover>a:after,
.pth-header .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children:hover>a:after {
    content: "\f068";
}

.pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:last-child ul.hs-menu-children-wrapper li a,
.pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child a{
    border-bottom:0;
}

/* .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
    background: ;
    color:;
} */
}



/*============Tab Responsive ================*/

@media (min-width:768px) and (max-width:1024px){
 
.pth-top-bar a, .pth-top-bar .time {
    font-size: 12px;
    letter-spacing: .5px;
} 

.pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1>a {
    font-size: 12px;
    padding: 26px 10px;
}
}












/*=====================================================
            Fixed Navigation Styling
=====================================================*/         

@media (min-width:768px){   
    
.pth-header{
    background:#fff;
}    
    
body .container-fluid .row-fluid .pth-header-container{
    transition:all .3s ease-in-out;
    position:fixed;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    opacity:1;
}    
/*
body .container-fluid .row-fluid .fixed-nav{
    top:-48px;
}
*/

body .container-fluid .row-fluid .fixed-nav{
    opacity:0;
    transition:all .4s ease-in-out;
}

}














/*=====================================================
            LP Header Styling
=====================================================*/  

body .container-fluid .row-fluid .pth-lp-header{
    position:absolute;
    left:0;
    right:0;
    z-index:11;
    padding:20px 0;
    background:#00AFA9;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    width:100%;
    max-width:;
    margin:0 auto;
}






/*=====================================================
            Search Styling
=====================================================*/         

.search-icon {
    position:relative;    
}

.search-icon span{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.search-icon span img{
    cursor:pointer;
}

.close-icon{
    display:none
}

.search-open .open-icon{
    display:none;
}

.search-open .close-icon{
    display:block;
}

.search-conatiner{
    position: absolute;
    top:-100px;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    padding: 25px 0 18px;
    z-index: -1;
    transition: all .3s ease-in-out;
}

#search_submit{
    display:none;
}

#search-field{
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    padding: 5px 2px;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 1px;
    font-family:'Poppins', sans-serif;
    font-weight: 200;
    margin-bottom:0
}

#search-field:focus{
    outline:0;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
}

.search-open .search-conatiner{
    top:124px;
}









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


.search-open .search-conatiner {
    top: 100px;
}   
}


@media (max-width:767px){

.search-open .search-conatiner {
    display:none;
}   
}








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

.pth-footer{
    padding:65px 0;
    border-top:1px solid #e7e7e7;
}

.pth-footer .social-icons .fa{
    color: #00AFA9;
    font-size:20px;
    margin-left:20px;
}

.pth-footer .logo,
.pth-footer .social-icons{
    margin-bottom:30px;
}

body .row-fluid .pth-footer .logo img{
    width:100%;
    max-width:170px;
}





/*======== Copyright Text===============*/


.pth-footer-copyright-text{
    padding:20px 0;
    position:relative;
}

.pth-footer-copyright-text:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to left , transparent ,#00AFA9,transparent);
    width: 660px;
    margin: 0 auto;
}







@media (max-width:767px){
    
.pth-footer .social-icons {
    margin-bottom: 7px;
    margin-top:20px;
}

.pth-footer .social-icons .fa {
    margin: 8px;
}

.pth-footer {
    padding: 50px 0 40px;
}

.pth-footer-copyright-text:before {
    height: 1px;
    width: 320px;
}
}













/*====================================================
                MONILE MENU 
====================================================*/                

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


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

/* Parent List */
.pth-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.pth-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.pth-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.pth-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.pth-menu-primary .hs-menu-wrapper > ul ul{}
.pth-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.pth-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.pth-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
/* .pth-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
  color: #07A69E;
  text-align: left;
  text-transform: none;
  background: white !important;
  box-shadow: none;
  font-family: 'proxima-nova', sans-serif;
} */

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




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


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

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

@media (max-width: 767px){


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

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

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

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


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

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

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


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

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


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

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

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

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

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

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

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

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

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

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

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








/*============================================================
            HEADER Mobile Responsive
===========================================================*/

@media (max-width:767px){

.pth-menu-primary .hs-menu-wrapper{
    display:none;
}

.mobile-trigger {
    border: 0;
    top: 0;
    right: 14px;    
    background:transparent;
}

.mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width: 25px;
    background:#00AFA9;
    height:3px;
}

.mobile-trigger i:before {
    top: -6px;
}

.mobile-trigger i:after {
    top: 6px;
}

.mobile-trigger {
    top: 18px;
    right: 8px;
}

.mobile-open .mobile-trigger {
    background-color: transparent;
    z-index:5;
}

.mobile-trigger:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: transparent;
}

.mobile-trigger:hover i, .mobile-trigger:hover i:before, 
.mobile-trigger:hover i:after, .mobile-open .mobile-trigger i,
.mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
    background-color: #00AFA9;
}

.mobile-trigger i{
    transition: all .5s ease-in;
}

.mobile-open .mobile-trigger i{
    background:transparent;
    transition: all .1s ease-in;
}

.mobile-trigger i:before,
.mobile-trigger i:after{
    transition: all .3s ease-in;
}

.mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
    background:#00AFA9;;
}

.mobile-open .mobile-trigger i:after{
    top: 0;
    transform: rotate(-45deg);
    background:#00AFA9;;
}

.pth-menu-primary.js-enabled{
    position: absolute;
    padding-top: 0;
    margin: 10px 0 10px 0;
    left: 0;
    right: 0;
    top: 0;
    margin:0;
}

body .header-container-wrapper .pth-header .logo{
    max-width: 120px;
    float: left;
    margin-top: 0;
    margin-left: 0
}

.pth-menu-primary .hs-menu-wrapper>ul li {
    border-top: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.pth-menu-primary.js-enabled .hs-menu-wrapper{
    padding: 0;
    margin:0;
    z-index:1;
    background: #00AFA9;
    top:64px;
}

body .header-container-wrapper .pth-header ul>li{
    border:0;
}

body .header-container-wrapper .pth-header ul>li>a {
    padding: 15px 20px;
    line-height: 1;
    font-size: 14px;
    padding-right: 82px;
    border-top:1px solid #69c0ff;
}

.body-container-wrapper{
    margin-top:35px;
}

body .container-fluid .row-fluid .pth-header {
    padding: 10px 0;
    background:#fff;
    border-bottom:1px solid #e7e7e7;
}
   
body .row-fluid .pth-top-bar{
    display:none
}

body .row-fluid .pth-header .search-icon{
    display:none;
}
}


/****************** END Header Mobile Responsive *******************/





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


body.hs-blog-listing .hide-for-listing{
    display:none;
}

body.hs-blog-post .hide-for-post{
    display:none;
}

a:active, a:focus, a:hover{
    outline:0;
}

.align-right{
    text-align:right;
}

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

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

body .container-fluid .row-fluid .float-left{
    float:left;
}

body .container-fluid .row-fluid .float-right{
    float:right;
}


.white-bg{
    background:#ffffff;
}


.border-bottom{
    border-bottom: 2px solid rgba(209, 209, 209, 0.53)
}

.border-top{
    border-top: 2px solid rgba(231,231,231,.5);
}






/*Flex Display Styling*/


/* Custom CSS utility classes */
@media (min-width: 768px) {
    .equal-height-container > .row-fluid-wrapper > .row-fluid {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    
.flex-reverse>.row-fluid-wrapper>.row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: flex-end;
    -webkit-justify-content:flex-end;
      align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}  

.flex-center>.row-fluid-wrapper>.row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}    
    
}

body .container-fluid .row-fluid .hide{
    display:none;
}


@media(max-width:767px){

body .container-fluid .row-fluid .mobile-hide{
    display:none;
}

}


/*=====================================================================
  List Styling
======================================================================*/


.difference-list ul{
  float: left;
  padding-left: 25px;
   list-style-type:none;
}

.difference-list li {
    padding-right: 32px;
    font-size:16px;
    color: #20485a;
    position:relative;
    margin-bottom: 15px;
}


.difference-list  li:before{
    content:"\f00c";
    position:absolute;
    width:15px;
    height:10px;
    top:0;
    left:-25px;
    color: #00AFA9;
    font-size: 16px;
    line-height: 26px;
    font-family: FontAwesome;
}


.check-style ul{
   padding-left: 32px;
   list-style-type:none;
}

.check-style ul li{
    text-align:left;
    color:#ffffff;
    position:relative;
    margin-bottom: 15px;
    color: #4a4a4a;
}

.check-style ul li:before{
    content:"";
    position:absolute;
    width:23px;
    height:13px;
    top:7px;
    left:-32px;
    background: url('//1598866.fs1.hubspotusercontent-na1.net/hubfs/1598866/Assets_Quint-v2/Check-list.png') no-repeat;
}

/* ==========================================================================
   cta styling                                                
   ========================================================================== */

.cta_button{
padding:10px 10px;
border:2px solid #00AFA9;
background-color:#00AFA9;
font-size: 16px;
color: #ffffff;
font-weight: 400;
line-height: normal;
text-align: center;
}

.cta_button:hover{
    background:none;
    color:#00AFA9;
 }
 
 .white-cta .cta_button{
    border-color:#f6f6f6;
    background:none;
 }
 .white-cta .cta_button:hover{
    background-color:#00AFA9;
    border-color:#00AFA9;
    color:#ffffff;
 }
 
 
/*===============================================================
    Blog Filter Styling
=================================================================*/

.topic-listing-section{
    padding: 19px 0 9px;
    border-bottom:1px solid #e7e7e7;
}




.post-topic h3{
    font-size: 16px;
    color: rgb(28, 28, 28);
    line-height: 26px;
    padding-top: 7px;
    float: left;
    padding-right: 20px;
    font-weight: 300;
    text-transform: uppercase;
    display:none;

    
}

.post-topic ul{
    list-style-type:none;
    float: left;
}

.filter-expand-link{
    position: relative;
    top: 19px;
}


.post-topic ul li,
.post-topic a.filter-expand-link{
    display:inline-block;
    background-color: #ffffff;
    margin: 0 6px 10px;
    font-weight: normal;
}


.post-topic ul li a,
.post-topic a.filter-expand-link,
.blog-subscribe-button{
    font-size: 14px;
    color: rgb(28, 28, 28);
    text-align: center;
    line-height: 24px;
    text-transform:capitalize;
    border: solid 1px #e7e7e7;
    padding: 10px 12px;

}
.blog-subscribe-container {
    margin: 10px 0px;
}
.blog-subscribe-button {
    color: #fff !important;
    background-color: #00afa9;
    border: 1px solid #00afa9;
    border-radius:5px;
    padding: 7.5px 12px;
    float: right;
}
.blog-subscribe-button:hover {
    color: #00afa9 !important;
    background-color: #fff;
}
.post-topic a.filter-expand-link{
    padding: 6px 12px;
    margin-top: -6px;
}

.post-topic ul li a.current-page{
    border: 1px solid #00AFA9;
}

/*** pop up form ****/
.mfp-wrap .popup-form-section {
    background: #fff;
    padding: 30px;
    max-width: 650px;
    margin: 0 auto;
    position: relative;
}
.mfp-wrap .popup-form-section .hs-form {
    text-align: left;
}
.download-book-popup form {
    margin: 0 0 20px;
}
.mfp-wrap .popup-form-section .hs-form fieldset {
    max-width: none;
}
.mfp-wrap .popup-form-section .hs-form .hs-richtext {
    text-align: left;
    margin: 0 0 35px;
    position: relative;
}
.mfp-close-btn-in .mfp-close {
    background: #00afa9 !important;
    border-radius: 0;
    opacity: .8;
    color: #fff !important;
}
.mfp-close-btn-in .mfp-close:hover {
    background: #00afa9 !important;
}
.mfp-wrap .popup-form-section .hs-form .hs-form-field>label,
.mfp-wrap .popup-form-section .hs-form .hs-form-field ul li span{
    margin: 0 0 4px;
    display: block;
    font-size: 15px;
    line-height: normal;
}
.mfp-wrap .popup-form-section .hs-form .hs-form-field ul {
    list-style:none;
    padding-left: 0px;
}
.mfp-wrap .popup-form-section .hs-form .hs-form-field .hs-input {
    border: 1px solid #888;
    height: 40px;
    padding: 0 10px;
}
.mfp-wrap .popup-form-section .hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100%;
}
.mfp-wrap .popup-form-section .hs-form .hs-form-field {
    margin: 0 0 15px;
}
.mfp-wrap .popup-form-section .hs-form .hs-form-field .hs-form-checkbox .hs-input {
    height: 13px !important;
    width:13px !important; 
    float: left;
    margin-right: 20px;
}
.mfp-wrap .popup-form-section .hs-form .hs_submit .hs-button.primary.large {
    background-color: #00afa9;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    vertical-align: middle;
    padding: 12px 25px;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    transition: all ease 0.6s;
    border: 2px solid #00afa9;
    color: #fff;
    cursor:pointer;
}
.mfp-wrap .popup-form-section .hs-form .hs_submit .hs-button.primary.large:hover, 
.mfp-wrap .popup-form-section .hs-form .hs_submit .hs-button.primary.large:focus, 
.mfp-wrap .popup-form-section .hs-form .hs_submit .hs-button.primary.large:active {
    color: #00afa9;
    background-color: #fff;
    border: 2px solid #00afa9;
}
.mfp-wrap .popup-form-section .hs-form .hs-error-msgs {
    margin: 4px 0px;
}
.mfp-wrap .popup-form-section .hs-form .hs-error-msgs label {
    margin: 0 0 4px;
    display: block;
    font-size: 15px;
    line-height: normal;
    color: red;
}
.mfp-wrap .popup-form-section .hs-form .hs-form-field textarea.hs-input {
    padding: 10px;
    min-height: 80px;
}

/*** done with pop up form ****/

@media(max-width:1024px) and (min-width:768px){
    
.block{
    position:relative;
}    

.post-topic ul{
    float:none;
    padding-right: 100px;
    
}

.post-topic ul li{
    padding: 3px 2px;
    margin: -3px 2px 20px;
}

.post-topic a.filter-expand-link{
    position:absolute;
    top:0;
    right:0;
}

}

@media(max-width:767px){
    
.post-topic h3{
    float:none;
    padding:0;
    text-align:center;
}    
    
.post-topic ul {
    float: left;
    margin-top: 20px;
    width:100%;
    padding-left:0;
    max-width:100%;
}    
    
    
.post-topic ul li, .post-topic a.filter-expand-link{
    margin: 0 6px 23px; */
}    


}


/*=================================================================================
  Listing Page Styling
===================================================================================*/

.with-bg{
    background-size:cover;
    background-position:top center;
    background-repeat:no-repeat;
}

.blog-hero{
    padding:150px 0 100px;
}

.blog-hero h1{
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
}

body .container-fluid .row-fluid .blog-hero .wrapper{
    max-width:610px;
}

.blog-hero .white-bg{
    padding: 69px 0px;
}

body .container-fluid .row-fluid .blog-hero form{
    position:relative;
}

body .container-fluid .row-fluid .blog-hero label{
    display:none;
}

body .container-fluid .row-fluid .blog-hero input{
  background-color: #fafafa;
}

@media (min-width:768px){
    
body .container-fluid .row-fluid .blog-hero input{
    padding-right:170px;
}
    
}


body .container-fluid .row-fluid .blog-hero .hs-button{
    position: absolute;
    top: 5px;
    right: 5px;
    margin-top: 0;
    color: #fff;
    padding: 12px 20px;
    width: 100%;
    max-width: 150px;
    border-radius: 5px;
    background: #00AFA9;
}

.blog-hero h3.form-title{
    font-size: 16px;
    padding: 8px 0 19px;
    font-weight: 400;
    line-height: normal;
}

/*Error Message Styling*/

body .container-fluid .row-fluid .blog-hero ul.hs-error-msgs label{
    display:block;
    color:#00AFA9;
}

body .container-fluid .row-fluid .blog-hero ul.hs-error-msgs{
    list-style-type:none;
}





/*End Of Hero*/


@media (min-width: 768px){
.post-listing {
    display: block;
    margin: 0 -25px 0 0;
    padding: 75px 0;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}


.post-item {
    width: 33.333%;
    float: left;
    padding-right: 25px;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
}

.post-inner-item {
    padding-right: 0;
    margin-bottom: 25px;
}


}

.post-inner-item{
    border:1px solid #E7E7E7;
    position:relative;
}

.post-header{
    padding: 46px 20px;
}

div#hubspot-author_data {
    position: absolute;
    width: auto;
    left: 20px;
    right: 20px;
    bottom: 18px;
}


.hs-featured-image{
    float:none;
    margin:0;
    max-width:100%;
}

.hs-featured-image-wrapper{
    height:228px;
    position:relative;
}

body .row-fluid .topic-list{
    margin:0;
}

body .row-fluid .topic-list li{
    background: #00AFA9;
    padding: 5px 10px;
    float: right;
    margin: 10px 10px 0 0;
    display:none;
    border-radius: 5px;
}

body .row-fluid .topic-list li:first-child{
    display:block;
}

.post-item h2,
.post-item h2 a{
    font-size: 20px;
    color: rgb(43, 43, 43);
    font-weight: 700;
    line-height: 30px;
    min-height: 120px;
}
.post-body.blog-subscribe-form {
    padding: 0px 20px;
    background-color: #0a3b4a;
    color: #fff;
    height: 470px;
    display: table-cell;
    width: 600px;
    vertical-align: middle;
    text-align:center;
}
@media (max-width: 960px){
    .post-item h2, 
    .post-item h2 a {
        min-height:180px;
    }
    .post-body.blog-subscribe-form {
        height:530px;
    }
}
@media (max-width:767px){
    .post-item h2, 
    .post-item h2 a {
        min-height:auto;
    }
    .post-body.blog-subscribe-form {
        width:767px;
        height:300px;
    }
    
}

.post-item p{
    font-size: 14px;
    line-height: 24px;
}


a.more-link,
a.author-link,
a.topic-link,
h4.author-link{
font-size: 15px;
color: #000000;
font-weight: 400;
line-height: 26px;
text-align: left;
text-transform:capitalize;
}

a.more-link{
    text-transform:uppercase;
    display:block;
    padding: 31px 0;
    text-align:center;
}

a.more-link:hover{
    color:#00AFA9;
}

a.topic-link,
a.topic-link:hover,
a.topic-link:focus{
    color:#ffffff;
    text-align:center;
}

h4.author-link{
    text-align:right;
}

.circular-icon a {
    position: absolute;
    width: 51px;
    height: 51px;
    left: 0;
    right: 0;
    bottom: -25px;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.circular-icon img{
    width:24px;
    height:24px;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;

    overflow:hidden;
}

.circular-icon:hover img{
     -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}


span.circular-icon {
    position: relative;
    width: 34px;
    height: 34px;
    display: block;
    left: 7px;
    top: 5px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 100%;
    text-align: center;
    margin: 0px auto;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

span.circular-icon img{
    width: 20px;
    height: 20px;
}

body .row-fluid .hide-if-image{
    display:none;
}


/*=================================================================
  No Featured Image Styling
===================================================================*/

.no-featured-image.post-item h2,
.no-featured-image.post-item h2 a{
    padding-bottom: 14px;
    padding-top: 19px; 
}


.no-featured-image a.more-link{
    padding: 5px 0 50px;
}

/*=================================================================================
  Post Page Styling
===================================================================================*/

.post-hero{
    padding: 168px 0 125px;
    position:relative;
}

.post-hero:before{
    content:"";
    position:absolute;
    background:#000;
    opacity:0.5;
    width:100%;
    height:100%;
    left:0;
    top:0;
}

body .container-fluid .row-fluid .post-hero .wrapper{
    position:relative;
    z-index:1;
    max-width:700px;
}

.hs-author-avatar img{
    border-radius: 100%;
    width: 57px;
    height: 57px;
    margin: 0 auto;
}

.post-hero h2,
.post-hero h2 a,
.post-hero h2 a span,
.post-hero h1,
.post-hero h1 a,
.post-hero h1 a span{
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    padding-bottom: 30px;
    color:#ffffff;
}

.post-hero ul li{
    display:inline-block;
    vertical-align:middle;
}

.post-hero ul li{
font-size: 14px;
line-height:24px;
color: #ffffff;
text-align: left;
padding-left: 0px;
text-transform: capitalize;
}

.post-hero ul li a{
    color:#ffffff;
    font-size:16px;
    line-height:26px;
    font-weight:bold;
    text-transform:uppercase;
}

body.hs-blog-post .blog-body{
    padding-top: 50px;
} 

body.hs-blog-post .container-fluid .row-fluid  .post-header{
    display:none;
}

body.hs-blog-post .container-fluid .row-fluid .blog-body .section.post-body{
    max-width:770px;
    margin:0 auto;
    float:none;
}

.section.post-body p{
font-size: 14px;
color: #2b2b2b;
line-height: 26px;
}

.section.post-body h3{
font-size: 16px;
color: #000000;
font-weight: bold;
line-height: 26px;
padding:25px 0;
}

.section.post-body ul{
    padding-left:23px;
    padding-bottom: 10px;
}

.section.post-body ul li{
font-size: 14px;
color: #2b2b2b;
line-height: 26px;
position:relative;
/* list-style-type:none; */
}

/* f055 */

.section.post-body ul li:before{
    content: "\f111";
    position: absolute;
    font-size: 10px;
    line-height: 23px;
    color: #003B4A;
    font-family: FontAwesome;
    left: -18px;
    top: 0px;
}

.section.post-body blockquote{
    font-size: 24px;
    color: #003B4A;
    line-height: 32px;
    border: 2px solid #003B4A;
    padding: 30px;
    margin: 30px 0px;
}


.post-topic-list li{
    background:  #003B4A;
    color: #ffffff;
    min-width: 100px;
    display: inline-block;
    text-align: center;
    padding: 8px 10px;
    text-transform:capitalize;
    margin-right: 5px;
    border-radius: 5px;
}

.social-share-icons li{
    display:inline-block;
    vertical-align:middle;
    margin: 0px 10px;
    right: -139px;
    position: relative;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    cursor: pointer;
}

.social-share-icons.right-zero li{
    right:0;
}

.social-share-icons ul{
    text-align:right;
    overflow: hidden;
}

.social-share-icons ul li i{
    font-size: 30px;
    line-height: 40px;
    color:#00AFA9;
}


.topic-sharing-grp {
    position: relative;
    padding: 20px 0;
}

.topic-sharing-grp.span12{
    margin:0;
    margin-top: 42px;
}

.topic-sharing-grp:before {
    content: "";
    position: absolute;
    width: 300%;
    height: 1px;
    top: 0;
    left: -120%;
    background: #e7e7e7;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
}

.topic-sharing-grp:after {
    content: "";
    position: absolute;
    width: 300%;
    height: 1px;
    bottom: 0;
    left: -120%;
    background: #e7e7e7;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
}

/*========================================================================
  Comment Form Styling
===========================================================================*/

body .container-fluid .row-fluid .form-heading{
    display:none;
}

body.hs-blog-post .container-fluid .row-fluid .form-heading{
    display:block;
    padding: 52px 0 33px;
}

.form-heading h2{
    font-size: 24px;
    line-height: 34px;
    color: #5f6273;
    font-weight: bold;
    text-align: center;
}

body.hs-blog-post form{
    max-width: 570px;
    margin: 0 auto 50px;
    float: none;
}

body.hs-blog-post .container-fluid .row-fluid form input,
body.hs-blog-post .container-fluid .row-fluid form textarea{
  font-size: 14px;
  line-height:24px;
  color: #a4abbf;
  background:#fafafa;
  width: 100%;
}

body.hs-blog-post .container-fluid .row-fluid form .hs-button{
    background-color: transparent;
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    color:#00AFA9;
}

body.hs-blog-post .container-fluid .row-fluid form .hs-button:hover{
    background-color:#00AFA9;
    color:#ffffff;
}

/* Placeholder Text */
body.hs-blog-post form ::-webkit-input-placeholder { /* Webkit Browsers */
font-size: 14px;
line-height:24px;
color: #a4abbf;
}
body.hs-blog-post form :-moz-placeholder { /* Firefox 18- */
font-size: 14px;
line-height:24px;
color: #a4abbf;
}
body.hs-blog-post form ::-moz-placeholder { /* Firefox 19+ */
font-size: 14px;
line-height:24px;
color: #a4abbf;
}
body.hs-blog-post form :-ms-input-placeholder { /* IE10 */
font-size: 14px;
line-height:24px;
color: #a4abbf;
}



/*=================================================================================
  Author Page Styling
===================================================================================*/

body .container-fluid .row-fluid .author-section{
    display:none;
}

body.author-page .container-fluid .row-fluid .author-section{
    display:block;
    min-height:200px;
    padding: 130px 0 100px;
}

body.author-page .container-fluid .row-fluid .hs-author-avatar img {
    border-radius: 100%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.author-section ul{
    margin:0;
    padding:0;
}

.author-section ul li{
    display:inline-block;
    background: #fff;
    border-radius: 100%;
    margin: 0 10px;
    width: 36px;
    height: 36px;
    vertical-align: middle;
}

.author-section ul li i{
    font-size: 20px;
    line-height: 38px;
}

.hs-author-name{
    color: #ffffff;
    text-transform: capitalize;
    padding: 15px 0px;
}

body.author-page .author-bio-section {
    padding: 70px 0px 10px;
}

body.author-page .post-listing{
    padding:0;
}

.hs-author-bio{
    padding-bottom:30px;
}



body.author-page .container-fluid .row-fluid .topic-listing-section,
body.author-page .container-fluid .row-fluid .blog-hero{
    display:none;
}


/*=======================================================================
   Blog Pagination Styling
==========================================================================*/

.blog-pagination{
    text-align: center;
    padding-bottom: 70px;
}
.author-page .blog-pagination{
    padding-top:70px;
}

.blog-pagination a{
    font-size: 20px;
    text-transform: capitalize;
    line-height: 30px;
    position:relative;
    display:inline-block;
}

.blog-pagination a:before{
    content:"";
    position:absolute;
    width:0%;
    transition:all ease-in-out .2s;
    height:2px;
    background:#00AFA9;
    bottom:0;
    left:0;
}

.blog-pagination a:hover:before{
    width:100%;
}

a.next-posts-link {
    float: right;
}

a.previous-posts-link{
    float: left;
}


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

 .footer-section p{
    margin:0;
 }
 
 
body .container-fluid .row-fluid  .footer-section .wrapper{
    border-top:1px solid #dbdbdb;
    padding-top: 30px;
    padding-bottom: 30px;
 }
 
 .footer-section ul li{
     display:inline-block;
     margin:0 15px;
 }
 
 
 
 
/*==================================================================
     Responsive Styling
======================================================================*/

@media(max-width:767px){

h1{
    font-size: 25px;
    line-height: 35px;
}

.post-hero h2, .post-hero h2 a, .post-hero h2 a span,
.post-hero h1, .post-hero h1 a, .post-hero h1 a span{
    font-size: 25px;
    line-height: 35px;
}

/*Hero Styling*/

body .container-fluid .row-fluid .blog-hero .hs-button{
    position:static;
}


.post-inner-item{
    margin-bottom:30px;
}

.footer-section p,.footer-section .align-right{
    text-align:center;
}


.footer-section .align-right{
    margin-top:10px;
}

.post-item {
    right: 0!important;
}

/*Post Styling*/


.post-hero ul li{
    padding-left:0;
}

.post-hero ul li img{
    margin-right:20px;
}

.post-topic-list li{
    margin-bottom:10px;
}

.social-share-icons{
    margin-top:15px;
}


}

/*** updated font sizes ****/
.hs-blog-post .section.post-body h1 {
	font-size: 32px;
    color: #565656;
    font-weight: 700;
    line-height: 40px;
    font-family: 'proxima-nova',sans-serif; 
}
.hs-blog-post .section.post-body h2 {
	font-size: 24px;
    color: #565656;
    font-weight: 700;
    line-height: 36px;
    font-family: 'proxima-nova',sans-serif; 
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.hs-blog-post .section.post-body h3 {
	font-size: 18px;
    color: #565656;
    font-weight: 700;
    line-height: 32px;
    font-family: 'proxima-nova',sans-serif;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.hs-blog-post .section.post-body p,
.hs-blog-post .section.post-body li{
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #565656 !important;
/*     font-family: "Open Sans",sans-serif; */
    font-family: 'proxima-nova';
    margin-top:15px;
}
.hs-blog-post .section.post-body ol {
    list-style: decimal !important;
}
.hs-blog-post .section.post-body a,
.hs-blog-post .section.post-body a:hover{
	color: #00A7A9 !important;
}
.hs-blog-post .section.post-body h3+p {
    padding-bottom: 0px;
}

@media (max-width:767px){
   .hs-blog-post .section.post-body h1 {
	    font-size: 28px;
        line-height: 36px;
    }
    .hs-blog-post .section.post-body h2 {
	    font-size: 24px;
        line-height: 32px;
    }
    .hs-blog-post .section.post-body h3 {
	    font-size: 20px;
        line-height: 28px;
    }

}


/* YouTube Responsive CSS for HubSpot added by HS Support*/

.hs-responsive-embed { 
position: relative; 
height: 0; 
overflow: hidden; 
padding-top: 0; 
padding-left: 0; 
padding-right: 0; 
}

.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed { 
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
border: 0; 
}

.hs-responsive-embed, 
.hs-responsive-embed.hs-responsive-embed-youtube, 
.hs-responsive-embed.hs-responsive-embed-wistia, 
.hs-responsive-embed.hs-responsive-embed-vimeo { 
padding-bottom: 56.25%; 
}
 
/*.hs-blog-listing #livechat-compact-container {
     display:none !important;
 }*/

/* ======= added by IS to adjust bold / italic 1/9/18 ======== */

p strong {
    font-weight: 700;
}

p em {
    font-style: italic;
}

.form-crontainer h3 {
  text-align: center !important;
}

.new-subscribe {
  font-family: 'proxima-nova';
  font-size: 14px;
  border-color: #F4AD1A;
  padding: 8px 20px 6px;
  background-color: #F4AD1A;
  line-height:46px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*   min-height: 60px; */
  border-radius: 5px;
  white-space: nowrap;
  box-sizing: border-box;
  text-align:center;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  border: none !important;
/*   box-shadow: 0px 10px 30px 0px rgba(10, 59, 74, 0.4); */
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
}

.new-subscribe:hover{
  text-decoration: none !important;
}


.subscribe-form-modal-home {
  display: none !important;
}
.subscribe-form-modal-overlay{
  display: none !important;
}
.subscribe-form-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 900;
  height: 100%;
  width: 100%;
}
.subscribe-form-modal-home {
   z-index: 900;
/*   width: 50% !important; */
  max-width: 550px;
  min-height: 250px !important;
  padding-top: 0;
  padding: 1rem;
  background: white;
  border-radius: 10px;
/*   flex-direction: column; */
/*   align-items: center; */
/*   justify-content: center; */
/*   height: 250px; */
}
.subscribe-form-modal-home form {
  width: 75%;
  margin: auto;
  background: white;
  border-radius: 10px;
  padding: 2rem;
}
.subscribe-form-modal-home .submitted-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.subscribe-form-modal-button {
  border: none;
  background: transparent;
  font-size: 25px;
  color: white;
  height: 45px;
  width: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 545px;
  z-index: 1200;
}
@media (max-width: 425px) {
  .subscribe-form-modal-overlay {
    width: 92%;
  }
  .subscribe-form-modal-button {
    margin-left: 255px !important;
  }
}

.post-topic.widget-type-post_filter, .new-subscribe {
  display: none;
}