@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  html { font-family: 'Inter var', sans-serif; }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

 /*** change the standard font **/




/*--------- SIZING ----------*/

 



/*--------- NAVBAR COLORS ----------*/

 
 

 
 
 /* How do I change the standard font color? */



/*--------- Theme Base Colors ----------*/

 

 
 
 
 /* How do I change the background colour of the “Categories | Subscribe | Populars” dropdown feature? */





body{
    padding:0;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    font-family: 'Inter', 'Roboto', sans-serif; ;
    margin:0 auto;
}



.row-fluid [class*="span"].wrapper,
.row-fluid .wrapper{
    width: 100%;
    max-width: 1170px;
    margin-left:auto;
    margin-right:auto;
    float: none;
    padding-left:15px;
    padding-right:15px;
}


h1,h2,h3,h4,h5,h6,p,a{
    text-transform:initial;
    margin:0;
    //padding:0;
    text-decoration:none;
    //margin-bottom:15px;
    color:#484848;
}

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

h1+h4{
    font-family: 'Inter', 'Open Sans', sans-serif;
    font-weight:600;
    font-size:18px;
    letter-spacing:0;
    line-height:28px;
}

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

.header-container-wrapper {
    min-height: 0px;
    position: absolute;
}

a{
    margin-bottom:0;
    
}



h1{
    font-size:48px;
    font-weight:600;
    letter-spacing: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    line-height: 1.25;
}

h2{
    font-size:40px;
    font-weight:600;
    letter-spacing: 0;
    line-height: 48px;
}

/*body*/ h3{
    font-size: 24px; !important;
    font-weight:600;
    line-height: 36px;
    max-width:100%;
    margin-bottom:15px;
}

h4{
    font-size: 18px;
    line-height: 28px;
    font-weight:600;
    letter-spacing: 0;
}

h5{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0;
}

h6{
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0;
}

p,
.body-container-wrapper li{
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    font-weight:400;
}


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

.blog .body-container a:hover,.blog .body-container a{
    color: #484848;
}

.blog .body-container a:hover,.blog .body-container a:hover {
    color: #0984a1;
    text-decoration:none;
}


.blog .container-fluid .row-fluid .custom-header .page-center,
.blog .container-fluid .row-fluid .custom-footer .page-center{
    max-width: 1170px;
} 

.body-container-wrapper {
    background:#fff;
    /*overflow:hidden;*/
    position:relative;
    z-index:2;
    /*padding-top:72px;*/
}

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

.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:#029dc0;
    transition: all ease-in-out .2s;
}

blockquote{
    margin: 0;
    font-size: 16px;
    color: #a9a9a9;
    font-weight: 400;
    padding-left: 17px;
    border-left: 2px solid #029dc0;
    margin-left: 4px;
    margin-top: 25px;
    margin-bottom: 20px;
    letter-spacing: 0px;
}

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

/*
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;
    text-align: center;
    display: inline-block;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    letter-spacing: 1px;
    color: #fff;
    border-radius:50px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    background:#029dc0;
    border-color:#029dc0;
    transition: all ease-in-out .2s;
    letter-spacing: 1.5px;
    top:0;
}

.hs_cos_wrapper_type_custom_widget a.cta_button{
    margin-top:25px;
}

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

/*body .white-cta a.cta_button,
body .all-text-white a.cta_button,
body .white-cta .container-fluid .row-fluid .hs-button{    
    background:#fff;
    border-color:#fff;
    color:#000;
}*/

body .dark-cta a.cta_button{
    background:#0d2e4f;
    border-color:#0d2e4f;
}

.simple-cta a.cta_button,
.simple-cta a{
    background:transparent;
    border:0;
    padding:0;
    position:relative;
    color: #029dc0;
    font-weight:500;
}

.simple-cta a:after{
    content:'\f107';
    font-family: FontAwesome;
    padding-left: 6px;
}   

.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;
}
/*
@media (min-width:1025px){

.left-triangle,
.right-triangle{
    position:relative;
    z-index:1;
    overflow:hidden
}

.left-triangle:before{
    position: absolute;
    content: '';
    top: 15%;
    left: -200px;
    z-index: -1;
    width: 300px;
    height: 400px;
    background:#029dc0;
    transform: rotate(30deg);
    opacity: .3;
}

.right-triangle:after{
    position: absolute;
    content: '';
    right: -200px;
    bottom: 15%;
    z-index: -1;
    width: 300px;
    height: 400px;
    background:#029dc0;
    transform: rotate(30deg);
    opacity: .3;
}
}*/

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

.grey-bg{
    background:#f8f8f8;
}

body .row-fluid .blue-bg{
    background: #0d82df;
}


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

.section-heading p{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    max-width: 600px;
    margin: 0 auto;
    letter-spacing: 0;
}

.section-heading h5{
    font-size: 18px;
    font-weight:600;
    letter-spacing:0;
    line-height: 28px;
    color:#029dc0;
    font-family: 'Inter', 'Roboto',sans-serif;
    margin-bottom: 5px;
}

.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:#029dc0;
}

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

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

body .container-fluid .row-fluid [class*="span"]{
    //min-height:0;
}

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

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

.inner-page-hero-section h1{
    margin:0;
    font-size:30px;
}


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

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

.row-fluid [class*="span"].wrapper{
    padding-left:40px;
    padding-right:40px;
}

.pth-header .row-fluid [class*="span"].wrapper{
    padding-left:15px;
    padding-right:15px;
}


h1{
    font-size:32px;
}

h2{
    font-size: 28px;
}

h3{
    font-size: 20px;
}

h4{
    font-size: 18px;
}

h5{
    font-size: 16px;
}

h6{
    font-size: 16px;
}

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

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

p{
    font-size: 14px;
}

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

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

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

}




@media (max-width:767px){


.row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
}


h1{
    font-size:30px;
    line-height: 44px;
}

h2{
    font-size:30px;
 line-height: 44px;
}

h3{
    font-size: 24px;
        line-height: 32px;
}

h4{
    font-size: 18px;
    line-height: 28px;
}

h5{
    font-size: 18px;
    line-height: 28px;
}

h6{
    font-size: 15px;
    line-height: 24px;
}

.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: 15px;
    line-height: 24px;
}

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

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

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

.heading-underline {
    margin-bottom: 20px;
    padding-bottom: 2px;
}

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

.body-container-wrapper {
    padding-top:0px;   
}

}
















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


/* Make border boxed*/


body .container-fluid .row-fluid .two-col-adjust.have-box-border span>.hs_cos_wrapper{
    background-color: #fff;
    box-shadow: 0 1px 1px 0 #e6ebee;
    border: solid 1px rgba(129,154,179,0.14);
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    padding:20px;
    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.2%;
    -webkit-flex-basis: 30.2%;
    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;
}


/* Make border boxed*/


body .container-fluid .row-fluid .three-col-adjust.have-box-border span>.hs_cos_wrapper{
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 1px 1px 0 #e6ebee;
    border: solid 1px rgba(129,154,179,0.14);
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    padding:20px 0;
    position:relative;
} 

body .container-fluid .row-fluid .three-col-adjust.have-box-border span>.hs_cos_wrapper>div{
    padding:0 20px;
}
.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 #029dc0;
}


@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:40px;
    font-family: 'Inter', 'Roboto', sans-serif; ;
    border: 0;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    padding: 0;
    margin-bottom: 8px;
    border-radius: 4px;
    background: #f6f6f6;
    padding: 10px 12px;
    color: #484848;
    font-weight:400;
    background:#fff;
    border:1px solid #a3a3a3;
    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 #029dc0;
}

.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: 15px;
    line-height: 24px;
    letter-spacing:0px;
    font-weight:500;
    display:block;
    margin-bottom:6px;
    margin-top:14px;
    color: #484848;
}

.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: 18px;
    color: #E04103;
    font-weight: 500;
    font-size: 13px;
    position: relative;
    top: -4px;
    letter-spacing:0px;
}

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

.hs_subscribe .hs-subscribe .hs-fieldtype-booleancheckbox .field .hs-form-field li {
    font-size: 15px;
    line-height: 24px;
}

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

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    top: 3px;
    left: 2px;
    border: 3px solid #029dc0;
    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: #029dc0;
    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;
}

}











/*============================ Talk To Us Section ==============================*/


.talk-to-us-99,.talk-to-us-main{
    padding:130px 0;   
}
    
body .container-fluid .row-fluid .talk-to-us-99 .section-heading{
    max-width:1060px;
    padding:0;
}

body .row-fluid .talk-to-us-99 .icon-img{
    width: 100%;
    max-width: 110px;
    margin: 20px auto 30px;
    float: none;
    border: 2px solid #fff;
    height: 110px;
    padding: 23px;
    border-radius: 50%;
}

.talk-to-us-99 h3{
    color#484848;
    font-weight: 600;
    font-size: 30px;
}

.talk-to-us-99 .button a{
    color: #fff;
    border: 2px solid;
    padding: 14px 26px;
    display: inline-block;
    margin-top: 10px;
    font-weight: 500;
    letter-spacing: 0;
    width: 100%;
    max-width: 210px;
}

.talk-to-us-99 .button a img {
    width: 25px;
    padding-right: 10px;
}


.talk-to-us-99 .button a .fa{
    font-size: 20px;
    position: relative;
    margin-right: 14px;
}

.talk-to-us-99 .divider{
    margin:50px 0 30px;
}

.contact-assets{
    padding: 30px 0px;
}

.phone-nos{
    position:relative;
    padding-left:50px;
}

.email-address{
    position:relative;
    padding-left:50px;
}

.phone-nos a,.email-address a{
    font-size: 15px;
    font-weight: 500;
}

.phone-nos:before,
.email-address:before{
    content: "\f095";
    font-family: FontAwesome;
    color: #029dc0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: block;
    background: #fff;
    line-height: 28px;
    text-align: center;
    font-size: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.55);
    position: absolute;
    left: 0px;
    top: -10px;
}

.row-fluid .email-address:before{
    content:"\f0e0";
    line-height: 40px;
}

.contact-assets{
    
}

.form-wrapped {
    max-width: 450px;
    position:relative;
}

.form-wrapped:before{
    content: "Or";
    font-weight: 500;
}

body .row-fluid .form-wrapped form .hs_submit .actions{
    text-align:left;
}
/*
body .row-fluid .form-wrapped form .hs_submit .hs-button {
    background-image:url('//2432204.fs1.hubspotusercontent-na1.net/hubfs/2432204/99%20Template%20Pack/Background%20Images/send-option.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 50px;
    padding-right: 65px;
}*/

.talk-to-us-main.overlay:before{
    background: rgba(255, 255, 255, 0.9);
}


@media (max-width:1024px){
 
.talk-to-us-99 {
    padding: 70px 0;
} 
}



@media (max-width:767px){

body .container-fluid .row-fluid .talk-to-us-99 .section-heading {
    padding: 0;
    margin-bottom: 0;
}

body .row-fluid .talk-to-us-99 .icon-img{
    margin: 20px auto 20px;
}


.talk-to-us-99 {
    padding: 50px 0;
} 

.talk-to-us-main {
    padding: 75px 0;
}

.widget-type-rich_text.phone-nos {
    margin-bottom: 40px;
}

.talk-to-us-main .wrapper>.row-fluid-wrapper>.row-fluid {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.talk-to-us-main .wrapper>.row-fluid-wrapper>.row-fluid .span5{
    order:1;
    margin-bottom:50px;
}


.talk-to-us-main .wrapper>.row-fluid-wrapper>.row-fluid .span7{
    order:2;
}

}    




































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

.pth-footer{
    padding:80px 0 40px;
    background:#ffffff;
}

.pth-footer .social-icons{
    padding-top:25px;
}

.pth-footer .heading{
    margin-bottom:15px;
}

.pth-footer .hs-menu-wrapper.hs-menu-flow-vertical > ul li a{
    padding: 4px 0;
    font-weight: 500;
    letter-spacing: 0px;
    font-size:16px;
}

.pth-footer .contact-us .cta_button{
    padding-left:0;
    padding-right:0;
    width:100%;
}

.pth-footer .contact-us p{
    color:#484848;
    font-weight:400;
}

.pth-footer .menu-group h5{
    font-weight:600;
}


.pth-footer .bottom-footer{
    margin-top:60px;
    padding-top:40px;
    position:relative;
    border-top: 1px solid #e1e2e2;
}


.pth-footer .bottom-footer:before{
    position:absolute;
    content:'';
    top:0;
    left:15px;
    right:15px;
    border-top:1px solid rgba(255,255,255,0.2);
}


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

.pth-footer .footer-logo img{
    width:100%;
    max-width:200px;
}

.pth-footer .copyright{
    color:#333333;
}

.pth-footer .social-icons a{
    margin:0 8px;
    font-size:18px;
}

.pth-footer .social-icons a:first-child{
    margin-left:0px;
}

.pth-footer  .bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    font-weight: 500;
    letter-spacing: 0px;
    padding: 0 0 0 22px;
}

@media (min-width:768px) and (max-width:1024px){
    
body .container-fluid .row-fluid .pth-footer .menu-group{
    width:100%;
    margin:0;
}     

body .container-fluid .row-fluid .pth-footer .right-col{
    width:100%;
    margin:0;
}

.pth-footer .social-icons a {
    margin: 0 6px;
    font-size: 16px;
}

.pth-footer .bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 12px;
}

.pth-footer .copyright {
    font-size: 12px;
}

.pth-footer .social-icons{
    padding-bottom: 25px;
}

}




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

.pth-footer .bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
    text-align:center;
}

.pth-footer .bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li{
    float: none;
    width: auto;
    display: inline-block;
}

.pth-footer .bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 0 8px;
    width:auto;
    max-width:none;
}

}


























/***************************Hero Style************************************/

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

.overlay.news-blog-banner:before {
    background: rgba(0, 0, 0, 0.40);
}



/*Toggle*/

.subnav{
    width: 100%;
    z-index: 10;
    text-align: center;
    padding: 25px 0px 25px;
}

.subnav h2{
    display: inline-block;
    margin: 0px;
    font-size: 25px;
    text-transform: initial;
    font-weight: 600;
}


.click-me.styleno1 {
    padding: 0px 0px 0px;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    text-transform: initial;
    vertical-align: middle;
    cursor: pointer;
}


.click-me{
    text-align:left;
    padding: 25px 0 25px;
    padding: 10px 20px;
   
}

.close-button img{
    width:40px;
}

.click-me .fa{
    cursor: pointer;
    font-size: 35px;
    color: #029dc0;
    display: inline-block;
    position:relative;
    top: 5px;
}

.blog-sec-body{
    padding-top:55px;
}

@media(min-width:768px){
.news-post-topic{
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.blog-sub-form{
    border-right: 1px solid rgba(255,255,255,0.5);
    padding-right: 30px;
}
}

@media(max-width:767px){
    
    .click-me.styleno1{
        font-size:14px;
    }
    
}

/* ==========================================================================
 
                                Blog-Style                            
 
   ========================================================================== */
   

/**/


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

.overlay:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(23,23,23,1);
    background: -moz-linear-gradient(45deg, rgba(23,23,23,1) 0%, rgba(109,0,25,0) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(23,23,23,1)), color-stop(100%, rgba(109,0,25,0)));
    background: -webkit-linear-gradient(45deg, rgba(23,23,23,1) 0%, rgba(109,0,25,0) 100%);
    background: -o-linear-gradient(45deg, rgba(23,23,23,1) 0%, rgba(109,0,25,0) 100%);
    background: -ms-linear-gradient(45deg, rgba(23,23,23,1) 0%, rgba(109,0,25,0) 100%);
    background: linear-gradient(45deg, rgba(23,23,23,1) 0%, rgba(109,0,25,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171717', endColorstr='#6d0019', GradientType=1 );
    z-index: -1;
}


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


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


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

.featured-image img {
   margin-bottom: 40px !important;
}
   
.hs-featured-images {
   float:none;
   margin:0px 0px 0px 0px;
   border-radius: 4px;
   background-color: #41b6d0;
   max-width:100%;
   padding-right:0px;
   height:250px;
   width: 100%;
   display: block;
   background-size: cover!important;
   background-repeat: no-repeat;
   background-position: center center!important;
   position:relative;
}

.hs-featured-images:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    opacity: .2;
    transition:all .5s;
}

.row-fluid .news-post-listing .news-post-item:hover .hs-featured-images:after{
    opacity:0;
}

.news-post-header{
    position:relative;
    padding-bottom:7px;
}

.news-post-item h2{
    /*margin-top:5px;*/
    padding-top: 10px;
    margin-bottom:0px;
    padding-bottom:0px;
    display: inline-block;
   
}

.news-post-item h2 a{
    font-size: 30px;
    line-height: 44px;
    font-weight: 600;
    display: -webkit-box;
    color: #484848;
}

.news-post-item h2 a:hover,
.row-fluid .news-post-listing .news-post-item:hover h2 a{
    color:#029dc0;
}

.news-post-item div.date {
    color: #767676;
    margin-top: 12px;
}

.news-pubdate {
    width: 100%;
    height: 40px;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.67);
    box-shadow: 0px 0px 9px 0 rgba(0, 0, 0, 0.31);
    padding-top: 10px;
    position: absolute;
    top: -40px;
    z-index: 10;
    text-align: left;
    left: 0px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

span.day {
    font-size: 18px;
    display: inline-block;
    line-height: 28px;
    font-weight: 500;
    color: #ffffff;
}

span.month,span.year {
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}

@media(min-width:768px){

.news-post-listing{
    display: block;
    margin: 0 -25px 0 0;
    padding: 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;
}



.row-fluid .news-post-listing .news-post-item {
    
    float: left;
    width: 30.833%;
    display: block;
    box-sizing: border-box;
    margin: 0 2.5% 32px 0;
    list-style: none;
    padding-bottom: 0;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    transition: all ease-in-out .4s;
    background: #fff;
    border-radius: 0px;
    position: relative;
   
}

}


.row-fluid .news-post-item {
    border-bottom: solid 1px #d1d1d1;
    float: left;
    width:100%;
    display: block;
    box-sizing: border-box;
    margin: 0 0px 32px 0;
    box-sizing: border-box;
    transition: all ease-in-out .4s;
    background: #fff;
    border-radius: 0px;
    position:relative;
   
}


    
.news-post-item:hover .hs-featured-images{
    //transform: scale(1.3);
    
}   



.news-post-body {
    padding: 25px 0px 20px;
    position: relative;
}

.news-post-item .bottom-part{
    display:inline-block;
    width: 100%;
    padding: 20px 0 10px;
    border-top: 1px solid #e4e4e3;
    margin-top:10px;
}

.news-post-item .hs-author-avatar{
    display: block;
    max-width:40px;
    float: left;
}

.author-module {
    position: absolute;
    bottom: 25px;
    padding: 20px 15px;
    width: 100%;
    box-sizing: border-box;
}

.author-module a.author-link, .author-module {
    font-size: 15px;
    font-weight: 500;
    color: #4e4e4e;
    line-height: 24px;
    display: inline-block;
    max-height: 28px;
    transition: color .15s;
}
    
.authorname {
    position: relative;
    top: 5px;
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    padding-left: 15px;
    letter-spacing: 0;
    text-transform: uppercase;
}


.author-box{
    position: absolute;
    bottom: 0px;
}

.social-shares{
    overflow: hidden;
    display: block;
    text-align: center;
}

.social-shares .fa{
    font-size: 20px;
    padding: 0px 8px;
    border-radius: 50%;
    height: 20px;
    display: inline-block;
    
}

.social-shares .fa:hover{color:#029dc0;}

.hs-post-page-share a{
  font-size: 24px;
  line-height: 56px;
  margin-left:15px;
  color: #a3a3a3;
}

.s-title{
    display: block;
    font-size: 11px;
    font-weight:600;
    padding-bottom: 7px;
    text-transform: uppercase;
   
}
    
.news-post-item .hs-author-avatar img{
    border-radius:50%;
} 

.hs-featured-images-wrapper{
    position:relative;
    overflow: hidden;
}

.hs-featured-images-wrapper .topic-list a:first-child + a{
    display: inline-block;
    color: #f2f2f2;
    border: 1px solid #f2f2f2;
    padding: 7px 10px;
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 500;
   
}

.hs-featured-images-wrapper .topic-link{display:none;}

.news-post-body p{
    margin-top: 0px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
    padding-bottom: 24px;
}

.row-fluid .news-post-topic  ul{
  list-style:none;
  padding:0px;
  margin:0px;
}

.news-post-topic  ul li{
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 2px;
    margin-left: 0px;
}

.row-fluid .news-post-topic  ul li a{
    padding: 7px 20px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
    color: #767676;
    border-radius: 4px;
    border: solid 1px #a3a3a3;
    display: inline-block;
    margin: 0px 10px;
}


.row-fluid .news-post-topic  ul li a:hover{
  border: solid 1px #029dc0;
  color:#029dc0;
}

.news-post-topic span.filter-link-count {
    display: none;
}

.recents-news-post ul{
  list-style:none;
  padding:0px;
  margin:0px;
}

.recents-news-post ul li{position:relative;padding-left:25px}

.recents-news-post ul li:before{
    content: "\f00c";
    position: absolute;
    left:0px;
    top:0px;
    font-family: "FontAwesome";
    width:18px;
    height:18px;
    color: #029dc0;
    font-size: 15px;
    
}

.recents-news-post ul li a{
    color:#ffffff;
    
    font-size:15px;
    
}

@media(min-width:768px){
    
    .recents-news-post{
        border-bottom: solid 1px #d1d1d1;
    }
    
}

.top-section-blog{
    //padding-top:50px;
    //background:url("//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/brickwall.png") repeat;
    //padding-bottom: 20px;
    //transform: translate(0,0);
    //transition: transform .4s ease-in,opacity .3s ease-in;
}

.top-section-blog::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}

.top-section-blog h3{
    font-size: 24px;
    margin-top: 0px;
    color:#fff;
    font-weight: 600;
    text-align:left;
    
}


.top-section-blog form input[type="email"]{
    height:50px;
    padding-left:15px;
    margin-bottom:20px;
    font-size:15px;
    border:1px solid #e7e7e7;
}

.top-section-blog form input[type="email"]:focus{
    outline:none;
}

.top-section-blog form label{display:none;}

.top-section-blog form ul.hs-error-msgs.inputs-list{
    margin:0px;
    border:2px solid #029dc0;
    list-style-type:none;
    width:100%;
    position: absolute;
    top: 49px;
}

.top-section-blog .hs_email.field.hs-form-field{position:relative;overflow:hidden;}

.top-section-blog form input[type="submit"]{
    border: none;
    padding: 10px 20px;
    text-align: center;
    display: block;
    width: 100%;
    font-weight: bold;
    background:#000;
    color: #fff;
    cursor: pointer;
    height:50px;
    -webkit-appearance:none;
    font-size: 16px;
    text-transform: uppercase;}
    
  
    
/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   color: #555;
   opacity: 1;
   font-size:15px;
   font-style:italic;
   }
:-moz-placeholder { /* Firefox 18- */
   color: #555;
   opacity: 1;
   font-size:15px;
   font-style:italic;
}
::-moz-placeholder { /* Firefox 19+ */
   color: #555;
   opacity: 1;
   font-size:15px;
   font-style:italic;
}
:-ms-input-placeholder { /* IE10 */
   color: #555;
   opacity: 1;
   font-size:15px;
   font-style:italic;

}


/*Blog news-post page Fadding Effects*/

body.hs-blog-post .body-container-wrapper {
animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}



.section.news-post-header h2,.section.news-post-header h2 a{
    font-size:40px;
    line-height:48px;
    font-weight:600;
    text-align:center;
    margin-top:0px;
}


.hot-post-header.have-featured-image {
    background-size: cover;
    background-position: center;
    padding:150px 0px;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align:center;
    position:relative;
    z-index:1;
}

.hot-post-header:before{
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    //background: linear-gradient(45deg,rgba(0, 143, 250, 0.78),rgba(19, 98, 155, 0.9));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index:-1;
}

span.blog-listing-item-container {
    display: block;
    max-width: 770px;
    margin: 0 auto;
}

h1.blog-post-title {
    margin: 0px;
}
    
    
.hs-blog-post .widget-span.widget-type-cell.blog-content .blog-sectionz{
    margin:0 auto;
    float:none;
    max-width:700px;
    padding:0px 0px;
    position: relative;
    z-index: 1;
}   

.hs-blog-post .section.news-post-body{
    padding-top:8px;
}

.hs-blog-post .section.news-post-body p{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: normal;
    padding-bottom: 24px;
}

.hs-blog-post .section.news-post-body{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
    
.hs-blog-post .section.news-post-body h3 {
      font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 12px 0px 24px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.hs-blog-post .section.news-post-body h2{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 12px 0px 24px;
    padding-top: 0px;
    padding-bottom: 0px;
}   
    
.hs-blog-post .section.news-post-body ul,.hs-blog-post .section.news-post-body ol{
  padding: 0px 0px 0px 40px;
  margin: 24px 0px;
}

.hs-blog-post .section.news-post-body ul li,.hs-blog-post .section.news-post-body ol li{
    position: relative;
    padding-bottom: 0px;
    margin-left: 0px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #484848;
}

.blog .body-container .section.news-post-body a{
    color: #029dc0;
    font-weight: 500;
    text-decoration: none;
        -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.blog .body-container .section.news-post-body a:hover{
    color: #0984a1;
    text-decoration: underline;
}



.hs-blog-post .section.news-post-body img{//display:none;
    margin-top:20px;
    margin-bottom:20px;
}

.hs-blog-post #blog-sec-body{
    padding:55px 0px 75px;
    position:relative;
    
    }
    
.news-post-share{
   position: relative;
    top: -27px;
    left: 10px;
}

  .news-post-share ul{
list-style:none;
  padding:0px;
  margin:0px;}
 
  .news-post-share li{
    display:block;
    width:40px;
    height:40px;
    text-align: center;
    vertical-align: middle;
    margin-left:0px;
}

.news-post-share li a {
    color: #484848;
}

.news-post-share li a:hover,.news-post-share li:hover .fa{color:#029dc0;}

.news-post-share li .fa{
    font-size:24px;
    
    vertical-align: middle;}


.news-post-share {
    position: absolute;
    top: 30px;
    left: -60px;
    float: left;
    height: 100%;
}


/*Author-Style*/


.author-post-details {
   overflow: hidden;
   display: flex;
   justify-content: center;
}

span.author-avatar {
    width: 50px;
    height: 50px;
    display: block;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 100%;
    float: left;
    border: 0px;
}

span.authorname-details {
    padding-top: 12px;
    display: block;
    margin-left:10px;
    float: left;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #767676;
}

.authorname-details a.author-link {
    color: #029dc0;
}

.authorname-details a.author-link a:hover {
    color: #0984a1;
    text-decoration: underline;
}

.row-fluid a.topic-link {
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
    font-weight: 500;
    padding: 3px 8px;
    color: #767676;
    text-transform: capitalize;
    text-decoration: none;
    letter-spacing:0px;
    border-radius: 2px;
    border: solid 1px #a3a3a3;
    display:none;
}

.row-fluid a.topic-link.topic-no1 {
    display: inline-block;
}

.row-fluid a.topic-link:hover{
    border: solid 1px #029dc0;
    color: #029dc0;
}

.for-topic-text{
    color:#03799a;
    font-size:16px;
}

.more-link{
  float: none;
  text-align: center;
  padding: 8px 0px;
  display: inline-block;
  background: #029dc0;
  color: #fff;
  font-weight: 500;
  margin: 20px auto 0px;
  width: 100%;
  max-width: 100%;
  font-size: 15px;
  
}

.news-post-date{
    font-size: 12px;
    color: #fff;
    z-index: 1;
    position: relative;
    font-weight: 600;
    background-color:#029dc0;
    padding: 10px 10px;
    display: inline-block;
    
    text-transform: uppercase;
    
}

.news-post-date .fa{font-size:15px;}




/*Recent news-posts*/

.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
width: 70%;
padding-right:10px;
line-height: 18px;
font-size: 13px;
}

.popular ul li a:hover,.hs-rss-item-text a:hover{color: #8cc647;}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {width: 30%;}

.hs-rss-byline{opacity: 1;font-size: 10px;color: #03799a;text-transform: capitalize;font-weight:bold;}

.popular ul{list-style:none;padding-left:0px;}

.popular ul li{line-height: 20px;
padding-bottom: 10px;
position: relative;
padding-left: 30px;}

.popular ul li:before,.popular ul li:before {
content: "\f00c";
position: absolute;
left: 5px;
top: 2px;
font-family: "FontAwesome";
width: 16px;
height: 16px;
color: #8cc647;
}


.popular ul li a{font-size:14px;}

/**/


.blog-subscription{background: #f2f3f4;padding: 10px;border-top:3px solid #8cc647;padding-bottom:30px;}

.blog-subscription label,.blog-subscription .hs-form-required{display:none;}

.blog-subscription input[type="email"]{text-align: left!important;
min-height: 36px;
border: 1px solid #ccc;}

.blog-subscription .hs-button{border: none;
padding: 10px 20px;
text-align: center;
display: block;
width: 100%;
margin-top: 5px;
font-weight: bold;
background: #;
background: #34495e;
color: #fff;
cursor:pointer;}

.hs-button:hover{background:#0F2030;}


 
#comment-form .hs-form-field {
    position: relative;
} 

#comment-form .label {
    color: #484848;
} 

#comment-form ul.hs-error-msgs.inputs-list {
    list-style: none;
    padding: 0;
    margin:0px;
}

#comment-form ul.hs-error-msgs.inputs-list label {
    font-size: 13px;
    color: #E04103;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0px;
}

#comment-form input[type="email"],
#comment-form input[type="text"]{
    text-align: left!important;
    border:1px solid #a3a3a3;
    border-radius:4px;
    font-size:15px;
    width:100%;
    margin-bottom:20px;
    padding-left:16px;
    box-sizing: border-box;
    max-width: 100%;
    box-shadow: none;
 }
 

#comment-form .hs-form fieldset{max-width:100%;} 

#comment-form textarea{
    padding-top:15px;    
    padding-left:16px;
    border-radius:4px;
    text-align: left!important;
    min-height:120px;
    border:1px solid #a3a3a3;
    width:100%;
    font-size:15px;
    box-sizing: border-box;
    max-width: 100%;
    box-shadow: none;
 }
 
.body-container-wrapper #comment-form .hs-form-booleancheckbox{
    font-size: 15px;
    font-weight: 500;
    color: #484848;
} 

#comment-form .hs-form-booleancheckbox input{min-height:10px;}

#comment-form .hs-button{
    border: none;
    cursor: pointer;
    float: none;
    text-align: center;
    padding: 8px 20px;
    display: inline-block;
    background: #029dc0;
    color: #fff;
    font-weight: 500;
    margin: 0px auto 0;
    width: auto;
    letter-spacing: 0px;
    max-width: 100%;
    font-size: 15px;
    -webkit-appearance: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}




#hubspot-topic_data{
    border-top: 1px solid #e1e3e4;
    border-bottom: 1px solid #e1e3e4;
    padding: 10px 0;}


/*Pagination-Style*/


.previous-news-posts-link {
    font-size: 30px;
    line-height: 44px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    position: fixed;
    left:0px;
    top: 65%;
    -webkit-appearance: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.next-news-posts-link {
    font-size: 30px;
    line-height: 44px;
    background:#029dc0;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    position: fixed;
    right: 0px;
    top: 65%;
    -webkit-appearance: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    
}

.blog-paginationz {
    position: relative;
}


.row-fluid a.previous-posts-linkz {
    border: 1px solid #484848;
    display: inline-block;
    padding: 8px 25px 8px 40px;
    position:relative;
    font-size: 16px;
    font-weight: 500;
    color: #484848;
    border-radius: 3px;
    box-sizing: border-box;
    float: left;
}


.row-fluid a.next-posts-linkz{
    border: 1px solid #484848;
    display: inline-block;
    padding: 8px 40px 7px 25px;
    position:relative;
    font-size: 16px;
    font-weight: 500;
    color: #484848;
    border-radius: 3px;
    box-sizing: border-box; 
    float:right;
}

.row-fluid a.next-posts-linkz:hover,.row-fluid a.previous-posts-linkz:hover{
    color:#029dc0;
    border-color:#029dc0;
}

.blog-paginationz .fa{
    font-weight: 700;
    font-size: 20px;
    position: absolute;
}

.blog-paginationz a.next-posts-linkz .fa {
    right: 15px;
    top: 9px;
}

.blog-paginationz a.previous-posts-linkz .fa {
    left: 15px;
    top:9px;
}

.prev-news-post a {
    position:fixed;
    font-weight: 700;
    left: 0;
    top:65%;
    color: #ffffff;
    background-color:#029dc0;
    padding: 8px 25px 7px 40px;
    font-size: 12px;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    

}



.prev-news-post .fa{
  padding-right: 7px;
  font-size: 40px;
  line-height: 48px;
  padding-top: 0;
  position: relative;
  top: -4px;
  vertical-align: middle;
}

.next-news-post a{
  position:fixed; 
  font-weight: 700;
  right:0px;
  top:65%;
  color: #ffffff;
  background-color:#029dc0;
  padding: 15px 20px 10px;
  font-size: 12px;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  
}

.next-news-post .fa{
  padding-left:7px;
  font-size: 40px;
  line-height: 48px;
  padding-top: 0;
  position: relative;
  top: -4px;
  vertical-align: middle;
}


.news-post-by-date{
  padding: 20px 0px;
  font-size: 14px;
  
  text-align: center;
  margin-top: 0;
  
  font-weight: 700;
  text-transform: uppercase; 
  letter-spacing: 0px;
 }

.news-post-by-date .fa{
    color:#029dc0;
    font-size:20px;
}

.hs-author-avatar{
    text-align:center;
}

.hs-blog-post .hs-author-avatar img{
    border-radius:50%;
    border:4px solid #cccccc;
}

.hs-blog-post .hs-author-avatar a{
    display: inline-block;
}

body.hs-blog-post .blog-author-section{
    display:none;
}

body.hs-blog-listing .blog-author-section{
    display:none;
}

body.hs-blog-listing.author-body .blog-author-section{
    display: block;
    padding:60px 0px;
    border: solid 1px rgba(209, 209, 209, 0.5);
}
    
body.hs-blog-listing.author-body .news-post-item .bottom-part,
body.hs-blog-listing.author-body .news-post-body{
}    


.hs-blog-listing .hs-author-profile {
    border-bottom: 0px;
    padding: 0px;
    margin: 0px;
}

body.hs-blog-listing.author-body .hs-author-profile{
    text-align:center;
}

body.hs-blog-listing.author-body .hs-author-avatar img{
    max-width:100px;
    border-radius:50%;
}

body.hs-blog-listing.author-body h2.hs-author-name{
    max-width: 100%;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 44px;
    letter-spacing: normal;
    text-align: center;
    color: #484848;
    padding-bottom: 5px;
    padding-top: 0px;
}
    
body.hs-blog-listing.author-body .hs-author-social-links{padding-bottom:15px;}    

body.hs-blog-listing.author-body .hs-author-bio{
    max-width: 700px;
    margin: 0 auto;
    float: none;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: normal;
    text-align: center;
    color: #484848;
    
}


body.hs-blog-listing.author-body .hs-author-social-links a.hs-author-social-link{
    background-image: none;
    width: 30px;
    height: 30px;
    border-width: 0;
    border: 0;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: 0px;
    font-size: 18px;
    margin: 0px 5px;
    color: #ffffff;
    background-color: #a3a3a3;
    border-radius: 100%;
    padding-top: 3px;
}
    
body.hs-blog-listing.author-body .hs-author-social-links a.hs-author-social-link:hover{
    color: #ffffff;
    background-color: #029dc0;   
    }    


/* ==========================================================================
   Responsive-Style
   ========================================================================== */
   
   
   
   
  @media(max-width:1024px) and (min-width:768px){
      
    .news-post-item ,.news-post-listing-simple{width:50%} 
    
    .next-news-post a,.prev-news-post a,.next-news-posts-link,.previous-news-posts-link{font-size:0px;z-index:3;}
    

}


@media(max-width:767px){
     
/*body .header-container-wrapper .hs-menu-wrapper{
    display:none;
}*/

.row-fluid .news-post-share{
    display:none;
}

.recents-news-post ul li {
    padding-bottom:10px;
}

.news-post-item ,
.news-post-listing-simple{
    width:100%;
    padding-right:0px;
    margin:0px;
}

.news-post-item .hs-author-avatar{
    max-width:35px;
}

.authorname{
    font-size:11px;
    top:8px;
}

.span3.pop-news-post-image {
    float: left;
    width: 50px;
    margin-right: 15px;
}

.span9.pop-news-post-title {
    float: left;
    width: 70%;
}

.span9.pop-news-post-title a {
    font-size: 14px;
}


.news-post-listing{
    margin:0px;
}

.section.news-post-body{
    padding:0px;
}

.row-fluid blockquote{
  padding-left:15px; 
  margin: 30px 0;
}

.recents-news-post{
    /*padding-top:72px;*/
    padding-bottom:20px;
    
}

.section.news-post-header h2, .section.news-post-header h2 a {
font-size: 30px;
line-height: 44px;}

.next-news-post a,.prev-news-post a,.next-news-posts-link,.previous-news-posts-link{font-size:0px;z-index:3;padding: 10px 10px 5px;}

.next-news-post a .fa,.prev-news-post a .fa,.next-news-posts-link .fa,.previous-news-posts-link.fa{font-size:16px;top: -3px;}

#comment-form {
padding-top:0px;
padding-bottom: 0;
padding-left:0px;
padding-right:0px;
}

.hs-blog-post #comment-form div.input{margin-right:0px;}

.hs-blog-post .section.news-post-body h3, .hs-blog-post .section.news-post-body h2{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    
}



.span3.pop-news-post-image{
    width: 23.404255317%;
}    
    
    
}
   
   
@media(max-width:767px){


.row-fluid .subnav{
    position:relative;
    width:100%;
    top:0px;
}

.body-container-wrapper {
    padding-top:0px;
}

.row-fluid .breadcrumb-section{
    display:none;
    visibility:hidden;
}



.blog-content{
    padding-right:0px;
}

.news-post-body .hs-featured-images{
    float:none;
    width:100%;
    margin:0 auto 30px;
    max-width:100%;
}

.hs-blog-post .section.news-post-body .featured-image {
    padding-bottom: 16px;
}

div.featured-image {
     padding-bottom: 16px;  
}

.section.news-post-header h2 {
    font-size: 24px;
    line-height: 32px;
}

.hs-blog-post .section.news-post-body img:first-child {
    margin-bottom: 0px;
}

}




.hamburger-menu .click-me .fa{
    
}

body.hamburger-menu .row-fluid .pth-header{
    z-index:0;
}

.hamburger-menu .row-fluid .top-section-blog{
    visibility: visible;
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.row-fluid .top-section-blog{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #029dc0;
    background-image: linear-gradient(180deg,#f07155,#ff8f59);
    padding-top:100px;
    visibility: hidden;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0);
    -webkit-transition: -webkit-transform 0.5s,visibility 0.5s;
    transition: transform 0.5s,visibility 0.5s;
    z-index:99;
}


.row-fluid .hamburger-menu .click-me{
    
}

.subnav .click-me{
    padding-top:0px;
}


.close-button.click-me {
    position: absolute;
    top: 30px;
    right: 30px;
    max-width: 30px;
    padding: 0px;
    cursor: pointer;
}


/*Sidebar*/

.pop-news-post-image{
    
}

.post-recents-topic {
    padding-bottom: 20px;
}

.pop-news-post-item {
    
}

.row-fluid .span6.left-featured-section{
    min-height: 455px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color:#029dc0;
    
}

@media(min-width:768px){
  

   .row-fluid .span6.left-featured-section,.row-fluid .span6.right-featured-section{
         width: 48.618784527%;
   } 
   
   .row-fluid .span6.right-featured-section{
        margin-left: 2.762430939%;
   }
   
   .pop-news-post-item .post-title h2{
       padding-top:0px;
   }
}

@media(max-width:1024px) and (min-width:768px){
    .row-fluid .pop-news-post-item .post-title h2 a {
        font-size: 30px;
      line-height: 44px;
    }
    
    .row-fluid .subscription-module-box{
        padding: 40px 25px;
        width: 31.491712705%;
        margin-left: 2.762430939%;
    }
    
    .row-fluid .subscription-module-box h2 {
        font-size: 30px;
      line-height: 44px;
    }
    
    
}



.right-featured-section {
    padding: 20px 100px 20px 0px;
}

.pop-news-post-item .post-title h2 a {
    font-size: 48px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 56px;
    letter-spacing: normal;
    text-align: left;
    color: #484848;
}

.pop-news-post-item .post-title h2 a:hover{
    color:#029dc0;
}

.author-dataz {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: normal;
    text-align: left;
    color: #767676;
}

.row-fluid .author-dataz a{
    color: #029dc0;
    font-weight: 500;
}

.row-fluid a.author-linkz:hover {
    color: #029dc0;
    text-decoration: underline;
}

.row-fluid .read-more-link a {
    border-radius: 4px;
    background-color: #029dc0;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 11px 25px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 25px;
    border:1px solid #029dc0;
    
}

@media(max-width:767px){
   .row-fluid .read-more-link a {
        box-shadow: inset 0 -4px 0 0 #0984a1;
    }
    
}

.row-fluid .read-more-link a:hover{
    background:#0292B2;
    color: #ffffff;
    box-shadow: inset 0 -4px 0 0 #0984a1;
}

blockquote {
    border-left: 5px solid #029dc0;
    margin: 50px 0px;
    padding-left: 30px;
}


.author-body .author-box{
    display:none;
}


@media(min-width:768px){
    
.make-equal-height > .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;
    
}
    
}


.hs-blog-listing .blog-sec-body {
    padding-top: 10px;
    padding-bottom:30px;
}


.comment-section {
    padding: 50px 0px;
}


.comment-section .row-fluid .widget-type-cell.wrapper-wrapped {
    max-width: 700px;
    margin: 0 auto;
    float: none;
}

.comment-section h3{
    font-size: 18px;
    text-align: left;
    line-height: 28px;
    margin: 0px;   
}

.hs-blog-post .row-fluid .post-footer {
    padding:0px;
    background:transparent;
    border:0;
    margin-top:0;
}

.comment-section{
    position:relative;
}


.post-title-related{
    line-height: 28px;
    display: -webkit-box;
    font-size: 18px;
    font-weight: 400;
    color: #029dc0;
    margin: 0px 0px 5px;
}

.main-list .post-body {
    padding: 20px 20px;
}

.related-post .post-item.span4 {
    padding-right: 0px;
    border: solid 1px #e4e4e3;
    margin-bottom: 25px;
    transition: all .3s ease-in-out;
    background: #ffffff;
    position: relative;
    border-radius: 4px 4px 4px 4px;
}

.related-post .post-item.span4:hover{
    border-color: #029dc0;
    box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.26);
}

.main-list.post-item-inner p{
    margin-top: 0px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

h3.related-post-title {
    margin: 0px auto 40px;
    max-width: 600px;
    font-size:30px;
    line-height: 44px;
}

.main-list.post-item-inner a.read-more-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

/* FIRST LETTER STYLE FROM PSDTOHUBSPOT
.section.news-post-body p:first-child::first-letter {
    font-size: 60px;
    color:#029dc0;
    font-weight: bold;
    padding-right: 10px;
    line-height: 100%;
    float: left;
}
*/

    
 .span12.widget-span.widget-type-cell.subscribe-card.news-post-item {
    //background-color: #007fe4;
    background:linear-gradient(180deg,#f19961 0,#f97a67);
 }
    


.subscribe-card .news-post-item-inner {
   padding: 120px 20px 80px;
}

body .subscribe-card h3.form-title {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    color:#ffffff;
}

body .widget-type-blog_subscribe form {
    position: relative;
    min-height: 70px;
}

.span12.widget-span.widget-type-blog_subscribe {
    min-height: 70px!important;
}

li.shareTrigger, li.shareTrigger:hover .fa {
    color: #000;
}


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

.footer-cta-section .hs_cos_wrapper.form-title {
    display: none;
}

body .footer-cta-section .widget-type-blog_subscribe form input[type="email"]{
    margin-bottom:10px;
}

.footer-cta-section .row-fluid form .field>label{
    display:none;
}

.footer-cta-section .row-fluid [class*="span"].wrapper{
    max-width:770px;
}


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

body .footer-cta-section .row-fluid form .hs-button.primary ,
body .container-fluid .footer-cta-section .row-fluid form .hs-button.primary {
    height: auto;
    margin-top: 0px;
    margin: 0px;
    padding: 14px 50px;
    cursor: pointer;
    background: #222;
    border: 1px solid #222;
    color: #fff;
    border-radius: 4px;
    width: auto;
    position: static;
    font-weight: 400;
    height: 50px;
    font-size: 14px;
    letter-spacing: 0px;
}

body .container-fluid .footer-cta-section .row-fluid form .hs-button.primary:hover,
body .footer-cta-section .row-fluid form .hs-button.primary:hover {
    background-color: #ffffff;
    border-color: #fff;
    color: #222;
}

.footer-cta-section .hs_email.field.hs-form-field {
    width: 70%;
    float: left;
}

.footer-cta-section .widget-type-blog_subscribe{
    padding-top:30px;
}

@media(max-width:767px){
.row-fluid .footer-cta-section .hs_email.field.hs-form-field {
    width: 100%;
    float: none;
}
.container-fluid .row-fluid .wrapper{
    box-sizing: border-box;
}

.comment-section .row-fluid .widget-type-cell.wrapper-wrapped,.header-container.container-fluid .wrapper{
    padding: 0px 20px;
}

.hs-blog-post .widget-span.widget-type-cell.blog-content{
    padding: 0px 0px;
}

}

.hs-author-profile .hs-author-avatar {
    width: 96px;
    max-width: 96px;
    height: 96px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 0;
    background-size: cover;
    background-position: top center;
    float: none;
}






.blog-subscription-bar h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 12px;
    color: #fff;
    letter-spacing: 0;
    line-height: 24px
}

.blog-subscription-bar .hs_cos_wrapper.form-title {
    display: none
}

body .widget-type-blog_subscribe form input[type="email"] {
    border: 1px solid #eee;
    height: 40px;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 4px;
    margin-bottom: 0;
    font-size: 15px;
    padding-left: 15px;
    padding-right:110px;
}

body .widget-type-blog_subscribe form {
    position: relative
}

body .container-fluid .row-fluid .widget-type-blog_subscribe form label {
    display: none
}

body .container-fluid .row-fluid .widget-type-blog_subscribe form input[type="submit"] {
    background: #333;
    border: 2px solid #fff;
    border-radius: 4px;
    height: 40px;
    width: 105px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    text-align: center;
    -webkit-appearance: none;
    font-size: 15px;
    margin: 0
}

.hs-form-field {
    position: relative
}

ul.hs-error-msgs.inputs-list {
    padding: 0;
    margin: 0;
    list-style: none
}

ul.hs-error-msgs.inputs-list label {
    font-size: 10px;
    color: red;
    display: inline-block
}

.blog-subscription-bar {
    background: #2b2b2b;
    padding: 15px 0
}

.section.post-body blockquote {
    padding-top: 40px;
    padding-bottom: 40px;
    border-left-width: 5px;
    margin: 50px 0
}


/****************************** Infinite Scroll Style *******************************/


.ias-trigger.ias-trigger-next,.ias-spinner {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}

.ias-trigger.ias-trigger-next a {
    color: #029dc0;
    border: 1px solid #029dc0;
    border-radius: 2px;
    display: inline-block;
    padding: 15px 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
    letter-spacing: 0;
    transition: all .4s ease;
}


.ias-trigger.ias-trigger-next a:hover{
    background:#029dc0;
    color:#ffffff
}


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


.subscription-module-box {
    border-radius: 4px;
    background-color: #41b6d0;
    padding: 50px 40px;
}

.subscription-module-box h2{
    font-size: 48px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 56px;
    letter-spacing: normal;
    text-align: left;
    color: #ecf8f9;
}


.subscription-module-box a.cta_button {
    border-radius: 4px;
    border: solid 1px #ffffff;
    padding: 18px 40px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 25px;
}


/*********************** Featured Style **************************/


.bottom-featured-section .right-featured-section {
    padding-right: 0px;
    padding-top:0px;
    padding-bottom:0px;
    padding-left: 15px;
}

.bottom-featured-section .row-fluid .span6.left-featured-section{
    min-height: 255px;
    border-radius:4px;
    position:relative;
}

.feature-link-more{
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    display:block;
    border-radius:4px;
}

.pop-news-post-item.make-equal-height.post-item-1 {
    display: none;
}

.pop-news-post-item .post-title h2.featured-title a,.pop-news-post-item .post-title h2.featured-title{
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 44px;
    padding: 0px;
}

.pop-news-post-item.post-item-2{
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: solid 1px #d1d1d1;
}

.pop-news-post-item.post-item-3 {
    padding-bottom: 32px;
    border-bottom: solid 1px #d1d1d1;
}




@media(min-width:768px){

.span12.widget-span.widget-type-cell.equal-height-container.special-module {
    margin: 0px 0px 32px 0px;
    padding-right: 2.5%;
}
}



.row-fluid .topic-banner {
    padding: 60px 0px 40px;
    margin-bottom: 50px;
    border: solid 1px rgba(209, 209, 209, 0.5);
}

.topic-banner p{
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: normal;
    text-align: left;
    color: #767676; 
}

.topic-banner h1{
    font-size: 48px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 56px;
    letter-spacing: normal;
}


h2.hs-author-listing-header {
    font-size: 36px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: normal;
    text-align: left;
    color: #484848;
    max-width: 100%;
    padding-bottom: 30px;
    padding-top: 35px;
}

.blog-news-post-header {
    text-align: center;
}

.blog-news-post-wrapper .blog-news-post-header h2{
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
}


.blog .body-container span.blog-p-topic-header{
    color: #767676;
}


.blog .body-container span.blog-p-topic-header a {
    color: #029dc0;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    padding: 0px;
    border: 0px;
}

.blog .body-container span.blog-p-topic-header a:hover {
    color: #0984a1;
    text-decoration: underline;
}


.blog-post-topic {
    padding-bottom: 50px;
}

.row-fluid .bottom-topic a.topic-link{
    display: inline-block;
    margin-right:5px;
}

ul.related-post {
    margin: 0px 0px;
}

li.post-title-related {
    margin-left: 0px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.related-post-section h3{
    margin-bottom:10px;
}

.related-post-section {
    padding-top: 45px;
}

.bottom-topic {
    padding-top: 35px;
}



.row-fluid .profile-author-image{
    min-height: 68px;
    max-width: 68px;
    min-width: 68px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 100%;
}

.about-author-secz h3{
    margin-bottom:10px;
}


.row-fluid .about-author-secz h3 a.author-link{
    color: #029dc0;
}

.about-author-secz p{
    margin:5px 0px;
    font-size: 15px;
    line-height: 24px;
    color: #767676;
    letter-spacing: 0px;
}

.about-author-secz {
    border-top: solid 1px #a3a3a3;
    padding-top: 25px;
    margin-top: 40px;
}



@media(max-width:767px){
    
    .hs-blog-post #blog-sec-body {
        padding: 20px 0px 75px;
        position: relative;
    }
  
  .author-post-details {
      display: block;
      margin: 0 auto;
  		max-width: 230px;  
  }
  
    .blog-post-topic {
        padding-bottom: 35px;
    }
    
    .blog-news-post-wrapper .blog-news-post-header h2 {
        font-size: 30px;
      line-height: 44px;
    }
    
    .row-fluid span.author-avatar{
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    
    span.authorname-details{
        margin-left:0px;
    }
    
    .row-fluid .bottom-topic a.topic-link{
        margin-bottom: 5px;
    }
    
    .row-fluid .profile-author-image{
        margin-bottom: 15px;
    }
    
    .post-recents-topic{
        padding-bottom:0px;
    }
    
    .row-fluid .span6.left-featured-section{
        min-height:250px;
    }
    
    .row-fluid .right-featured-section {
        padding: 40px 20px 0px;
        
    }
    
    .recents-news-post .row-fluid .right-featured-section{
        padding: 25px 20px 30px;
        border-bottom: solid 0.5px #d1d1d1;
    }
    
    .span12.widget-span.widget-type-cell.subnav {
        display: none;
    }
    
    .pop-news-post-item .post-title h2 a,
    .pop-news-post-item .post-title h2{
        font-size: 30px;
        line-height: 44px;
        font-weight: 600;
    }
    
    .recents-news-post .pop-news-post-item .post-title h2 {
        padding-bottom: 15px;
    }
    
    .news-post-item h2 a{
        //font-size: 20px;
    }
    
    .span12.widget-span.widget-type-cell.equal-height-container.special-module {
        width: 100%;
        float: none;
        clear: both;
        display: none;
    }
    
    .special-module .span6.right-featured-section {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .subscription-module-box h2 {
        font-size: 30px;
    }
    
    .special-module .pop-news-post-item .post-title h2.featured-title a,
    .special-module .pop-news-post-item .post-title h2.featured-title{
        //font-size:20px;    
    }
    
    .special-module .post-recents-topic {
        padding-bottom: 20px;
    }
    
    .special-module .subscription-module-box{
        margin:30px 0px;
    }
    
    .row-fluid .topic-banner{
        padding: 105px 0px 15px;
    }
    
    .topic-banner h1 {
        font-size: 35px;
    }
    
    .blog-paginationz.row-fluid {
        clear: both;
    }
    
    body.hs-blog-listing.author-body .blog-author-section{
        padding: 100px 0px 60px;
    }
    
}



.stick {
    position: fixed;
    top: 300px;
    z-index: 9999;
}
.hs-embed-wrapper[data-service="tiktok"]{
  max-width:100% !important;
  background-color:#fefefe;
}
.hs-embed-wrapper .tiktok-embed{
border:none !important}
.hs-embed-wrapper .tiktok-embed:before{
display:none;}