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

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

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







/*--------Blog Listing Page------*/


/*------Newsletter Sub Box-------*/

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px inset !important;
}

label{
    display: none !important;
} 

.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    max-width: 40%;
    margin: 0 auto;
}
input#email-3e590bc0-808a-41f3-b712-84d281a58b66* {
    background: transparent;
    border-right: 0px;
    border-left: 0px ;
    border-top: 0px ;
    text-align: center ;
}

.news-wrap {
    padding: 30px;
}
.news-stub {
    background: black;
    color: white;
	 margin: 60px 0;

}
.news-top {
    padding: 20px 0;
	  text-align:center;
}

/*--------Breadcrumbs-------------*/
nav.blog-breadcrumb {
    padding-bottom: 15px;
}

.blog-breadcrumb li {
    font-size: 12px;
	  color: #666;
}

.blog-breadcrumb__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blog-breadcrumb__item {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0px;
}

.blog-breadcrumb__item:not(:last-child)::after {
    content: '>';
    margin: 0 8px;
    color: #999;
}

.blog-breadcrumb__link {
    color: #127d89;
    text-decoration: none;
}

.blog-breadcrumb__link:hover {
    text-decoration: underline;
}

.blog-breadcrumb__current {
    color: #333;
}

@media (max-width: 768px) {
    .blog-breadcrumb {
        font-size: 13px;
    }
    .blog-breadcrumb__item:not(:last-child)::after {
        margin: 0 5px;
    }
}

/*----------------------------------------------------*/

.legal-consent-container {
    display: none;
}

.body-container-wrapper{
	 max-width:1200px; 
	 margin:0 auto;
}

.roll-title h1{
	 font-size:48px;
}

.flexed{
	 display:flex;
	 justify-content: space-between;
}

.dead-left{
    padding-left: 0px;
}
.dead-right{
	 padding-right:0px;
}

.blog-post-item
Specificity: (0,1,0)
 {
    border-radius: 10px;
    box-shadow: 5px 8px 18px 0px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 5px 8px 18px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 5px 8px 18px 0px rgba(0,0,0,0.24);
}

/*--------Popular Posts-----*/

.item-block {
    display: block;
    height: auto;
    margin-bottom: 30px;
}


.item-block a {
 !important;

}

.pop-block {
border:3px solid #eaeaea;
border-radius:10px;
box-shadow: 5px 8px 18px 0px rgba(0,0,0,0.24);
-webkit-box-shadow: 5px 8px 18px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 5px 8px 18px 0px rgba(0,0,0,0.24);
}

.pop-wrap{
padding:20px 30px; 

}
.pop-wrap h2{
color: #32c2ce;
font-weight:bold;
  text-transform:uppercase;
font-size:18px;

}

.tag-box {
display:inline-block;
}

.tag-box a:hover {
    background:#999999;
  color:#ffffff !important;
  transition: all .25s ease-in;
}

.tag-art{
background:#eeeeee;
padding:5px 10px;
  border-radius:15px;
  color:#999999;
  font-size:13px;
}


.pop-block h2 {
margin-top:0px;

}

.pop-block h3 {
font-size:22px;

}

.pop-block a {
color:black !important;
text-decoration:none;
}



.pop-block hr, .roll-title hr {
    background: linear-gradient(90deg, rgba(48, 187, 196, 1) 10%, rgba(25, 32, 40, 1) 87%);
    border: 0;
    height: 3px;
    margin-bottom: 20px;
}





/*-----Featured Post------*/

..image-container {
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.image-container .top-section-bg {
    padding-top: 56.25%; /* Adjust as needed for your image aspect ratio */
    /* Keep your background-image, background-repeat, background-size here if not already set by HubSpot's header module logic */
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #32c2ce; /* Your desired teal color */
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10; /* Ensure it's above the image */

    /* New/Modified properties for fixed size and centering */
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center; /* Vertical centering */
    justify-content: center; /* Horizontal centering */
    box-sizing: border-box; /* Include padding/border in width/height */
    padding: 5px 10px; /* Some internal padding */
    font-size: 0.9em; /* Adjust font size to fit */
}

/* Optional: Media query for smaller screens if 250px is too wide */
@media (max-width: 768px) { /* Example breakpoint */
    .banner-overlay {
        width: 180px; /* Make it smaller on mobile */
        height: 40px;
        font-size: 0.75em;
    }
}


.main-featured h2{
	 font-size:32px;
}

.post-summary p{
    padding-bottom: 15px;
	 font-size:16px;
}

.main-featured p {
    margin-bottom: 0px;

}

.top-section-bg {
            min-height:275px;
        }

.main-featured{
background-color:#192027;
  padding:30px 30px 20px;

}

a {
text-decoration:none;
}

h2, p{
color:white;
}

h2{
  font-size:34px;
}
p{
  font-size:18px;
}





/*-------Related Posts Module-----*/

#comments-listing .comment-body p, .blog-post li, .blog-post p, .snippet-wrap p {
    color: #2d3238;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
}





/*-------------Alternate CTA-------------------*/


.alternate-cta.cta-mobile {
	 display:none;
}

.jump-title{
	 display:none;
}


.header-grid-right img {
    max-width: 600px;
    margin: 0 auto;
    display: block;
}


.alternate-cta {
    margin: 0 auto;
    max-width: 1250px;
    padding-bottom: 40px;
    display: block;
}

.alternate-cta .sidebar-wrapper {
    min-height: 300px;
    align-content: center;
}

.alternate-cta .sidebar-cta p {
    font-size: 30px;
	  font-family: Rubik, sans-serif;
	  font-weight:bold;
}

.alternate-cta .cta-tertiary {
    font-size: 16px;
}


/*----------------BP V2------------------*/

.blog-post__tags {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 40px;
}


.related-posts-module .cta-tertiary:hover {
    background: transparent !important;
    color: black !important;
}


.related-posts-module .cta-tertiary{
font-size:16px !important;
}
.archive-button {
    margin: 40px;
}

.body-article {
    flex: 0 0 71.666% !important;
}
.article-layout {
    column-gap: 40px;

}


.article-aside {
    height: auto;
    position: sticky;
    top: 20px;
    align-self: flex-start;
}

.blog-post__tag-link:hover, .hhs-tag-list li a:hover {
    text-decoration: none;
    transform: none !important;
}


.h-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    align-items:center;
} 

.snippet-wrap p {
    margin-bottom:0px;
}

.snippet-wrap {
    margin-top: 15px;
    padding: 20px 30px;
    background: #f0f0f0;
    border-radius: 8px;
}

.blog-snippet {
    
}



/*---------------Custom Additions---------*/

.body-article h3:first-of-type {
margin-top:0px;
}


input.hs-button.primary.large {
    background: #127d89;
    border: 1px solid #127d89;
    text-transform: capitalize !important;
    padding: 10px 20px !important;
}

.button--primary.large:focus, .button--primary.large:hover, .hs-button.large:focus, .hs-button.large:hover {
    background-color: #1b1e28 !important;
    -moz-transform: none) !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}



h3 {
font-size:28px;


}

.blog-post__meta {
    margin-top: 1.5rem;
    margin-bottom: 1.3rem;
    border-top: 8px solid #f3f5f8;
    width: 25%;
}


.blog-post__timestamp {
    font-size: 12px;
}

.blog-header.post-header.container-slim.content-area-width .col-lg-7.col-sm-12 {
    margin: 0 auto;
    margin-bottom: 50px;
}

ul{
    margin-bottom: 1.5rem;
}
 
.blog-post__meta p {
    margin-bottom: 0px;
}


p {
    margin-bottom: 20px;
}

  h1, h2, h3, h4, h5, h6 {
    font-weight:900 !important;
		font-family: Rubik, sans-serif;
  }


.post-page-full .blog-header-full{
padding-top:0px;
background-color: #ffffff;
padding-bottom:0px;
margin-bottom:0px;
}

.post-header .blog-header__inner {
    padding-top: 0px;
    padding-bottom:0px;
}

a {
	 color:#127d89;
}


.article-layout {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 1300px;
    padding: 40px 0;
    margin-top: 40px;
	  border-top: 1px solid #eaeaea;
}


.body-article{
flex: 0 0 76.666%;

}

.article-aside {
    flex: 0 0 25% !important;
}

.blog-post__body.col-12 {
    padding: 0;
}

.col-lg-7.col-sm-12 {
    padding: 0;
}







@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');



.dnd-section > .row-fluid {
  
}

.dnd-section {
  padding-bottom: 0px;
  padding-top: 0px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #32bdcd;
}





@media (min-width: 1200px) {
  .container {
      max-width: 1440px;
  }
}

.container-slim {
  max-width: 1300px !important;
}







.hhs-divider {
    border-bottom: 2px solid #ed7e66;
    width: 50px;
    margin: 0 0 50px 0;
}

.hhs-icon-con svg {
  fill: #127D89;
  width: 42px;
  height: 42px;
  color: #127D89;
}

.c-icon-con svg {
  fill: #127D89;
}

body i {
  color: #127D89;
}






.submit-alt .hs-button,
.hs-button, .button--primary,
.cta-primary, .cta-secondary, .cta-tertiary, .cta-four, .cta-five {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  vertical-align: middle;
  display: inline-block;
}


.hs-button:hover, .button--primary:hover,
.hs-button:active, .button--primary:active,
.hs-button:focus, .button--primary:focus,
.cta-primary:hover, .cta-secondary:hover, .cta-tertiary:hover, .cta-four:hover, .cta-five:hover,
.cta-primary:active, .cta-secondary:active, .cta-tertiary:active, .cta-four:active, .cta-five:active,
.cta-primary:focus, .cta-secondary:focus, .cta-tertiary:focus, .cta-four:focus, .cta-five:focus {
  text-decoration: none;
}

button {
  font-family: "Rubik", sans-serif;
}



.cta-primary,
.cta-primary:active,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary{
  color: #ffffff !important;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
  padding: 15px 35px;
  -webkit-border-radius: 4px;
  border-radius: 4px;



  
    background-color: rgba(13, 15, 19, 1.0);
  


  


  


  
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  
}

.cta-primary:hover,
.cta-primary:focus,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary:hover,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary:focus,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary:hover,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary:focus,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary:hover,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary:focus{
  color: #ffffff !important;


  
    background-color: rgba(0, 0, 0, 1.0) !important;
  


  


  

  
}



.cta-secondary,
.cta-secondary:active,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-secondary,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-secondary,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-secondary {
  color: #0d0f13 !important;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none;
  padding: 15px 35px;
  -webkit-border-radius: 4px;
  border-radius: 4px;



  
    background-color: rgba(242, 234, 231, 1.0);
  


  


  


  
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  
}

.cta-secondary:hover,
.cta-secondary:focus,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-secondary:hover,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-secondary:focus,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-secondary:hover,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-secondary:focus,
 .hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-secondary:hover,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-secondary:focus {
  color: #0d0f13 !important;


  
    background-color: rgba(242, 234, 231, 1.0) !important;
  


  


  

  
}




.cta-tertiary,
.cta-tertiary:active,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-tertiary,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-tertiary,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-tertiary {
  background:#ed7e66 !important;
  border:1px solid #ed7e66 !important;
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: inherit !important;
  padding: 15px 18px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  transition: 500ms ease 0s;
  



  
    background-color: rgba(237, 126, 102, 1.0);
  


  


  


  
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  
}

.cta-tertiary:hover,
.cta-tertiary:focus,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-tertiary:hover,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-tertiary:focus,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-tertiary:hover,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-tertiary:focus,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-tertiary:hover,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-tertiary:focus{
  color: #FFFFFF !important;


  
    background-color: rgba(237, 126, 102, 1.0) !important;
  


  


  

  
}





.cta-four,
.cta-four:active,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-four,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-four,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-four {
  color: #000000 !important;
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: none;
  padding: 20px 25px;
  -webkit-border-radius: 3px;
  border-radius: 3px;



  
    background-color: rgba(237, 126, 102, 1.0);
  


  


  


  
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  
}

.cta-four:hover,
.cta-four:focus,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-four:hover,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-four:focus,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-four:hover,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-four:focus,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-four:hover,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-four:focus{
  color: #000000 !important;


  
    background-color: rgba(237, 126, 102, 1.0) !important;
  


  


  

  
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  
}




.cta-five,
.cta-five:active,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-five,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-five,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-five {
  color: #000000 !important;
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: none;
  padding: 20px 25px;
  -webkit-border-radius: 3px;
  border-radius: 3px;



  
    background-color: rgba(237, 126, 102, 1.0);
  


  


  


  
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  
}

.cta-five:hover,
.cta-five:focus,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-five:hover,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-five:focus,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-five:hover,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-five:focus,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-five:hover,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-five:focus{
  color: #000000 !important;


  
    background-color: rgba(237, 126, 102, 1.0) !important;
  


  


  

  
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  
}










.hs-button,
.button--primary  {
  color: #ffffff !important;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 20px 25px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;



  
    background-color: rgba(13, 15, 19, 1.0);
  


  


  


  
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  color: #ffffff !important;


  
    background-color: rgba(13, 15, 19, 1.0);
  


  


  

  
}




.submit-alt .hs-button,
.submit-alt .button--primary  {
  color: #ffffff !important;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 25px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;



  


  


  
    background-color: transparent;
    border: 2px solid rgba(13, 15, 19, 1.0);
  


  
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  
}

.submit-alt .hs-button:hover,
.submit-alt .hs-button:focus,
.submit-alt .button--primary:hover,
.submit-alt .button--primary:focus {
  color: #000000 !important;


  


  


  
    background-color: rgba(0, 0, 0, 0.0);
    border: 2px solid rgba(13, 15, 19, 1.0);
  

  
}




select,
.hs-input {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(202, 208, 218, 1.0);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #2d3238;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  /*font-weight: normal;*/
  padding: 12px 8px;
}


::-webkit-input-placeholder { /* Chrome */
  color: #cad0da;
  transition: opacity 250ms ease-in-out;
}
:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #cad0da;
  transition: opacity 250ms ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #cad0da;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0.5;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #cad0da;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0.5;
}

.hs-input:focus {
  outline: none;
  border-color: rgba(50, 189, 205, 1.0);
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select {
  padding: 12px 8px !important;
}


select.post__category-selector {
  background-color: rgba(0,0,0,0.3);
  border-color: rgba(255,255,255,0.3);
  color: #ccc;
}





.hs-fieldtype-checkbox > label,
.hs-form label {
  color: #2d3238;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  /*font-weight: normal;*/
  letter-spacing: 1px;
  text-transform: none;
}



.hs_radio_buttons .hs-form-radio label,
.hs_single_checkbox label,
.hs-form label.hs-form-radio-display span,
.hs-fieldtype-checkbox .hs-form-checkbox label,
.hs-form-booleancheckbox label {
  color: #2d3238;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  /*font-weight: normal;*/
  letter-spacing: 0px;
  text-transform: none;
  line-height: 1.2em;
}


.hs-form legend {
  color: #cad0da;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
 /* font-weight: normal;*/
}


.legal-consent-container,
.legal-consent-container p{
  color: #2d3238;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
 /* font-weight: normal;*/
}



input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #ed7e66;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom: 0;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #ed7e66;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom: 0;
}

.hs-error-msgs {
  border-color: #ed7e66;
  background-color: rgba(237, 126, 102, 0.2 );
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-size: 1px;
}

.hs-error-msgs label {
  color: #127D89;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  /*font-weight: normal;*/
  text-transform: none;
  letter-spacing: 0px;
  padding: 10px;
}


form,
.submitted-message {
  font-family: "Open Sans", sans-serif;
}


form input,
form select,
select,
form textarea {
  border-color: rgba(202, 208, 218, 1.0);
  color: ;
}

form input:focus,
form select:focus,
select:focus,
form textarea:focus {
  border-color: rgba(50, 189, 205, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(45, 50, 56, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: ;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: "Open Sans", sans-serif;
}

.fn-date-picker td.is-today .pika-button {
  color: #0d0f13;
}

.fn-date-picker td.is-selected .pika-button {
  background: #0d0f13;
}

.fn-date-picker td .pika-button:hover {
  background-color: #32bdcd !important;
}






.hhs-pop.hhs-modal {
  background-color: rgba(243, 245, 248, 1.0);
  max-width: 800px;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 25px 0 25px;
}

.blocker {
  background-color: rgba(45, 50, 56, 0.8);
}





.blog-content-body {
  background-color: rgba(255, 255, 255, 1.0);
}

.blog-header-standard {
  
    background-color: rgba(68, 68, 68, 1.0);
  

  

  
}

.blog-header-overlay {background-color: rgba(0, 0, 0, 0.5);}

.blog-header__title {
  font-size: 62px;
  color: rgba(255, 255, 255, 1.0);
}

p.blog-header__subtitle,
h4.blog-header__subtitle {
  color: rgba(255, 255, 255, 1.0);
}



@media (max-width: 575px) {
  

  
  
  .blog-header__title {
    font-size: 38px;
    text-align: center;
  }
}

.blog-header-standard .hs-form label {
  color: rgba(255, 255, 255, 1.0);
}

.blog-header-standard .blog-header__form h1,
.blog-header-standard .blog-header__form h2,
.blog-header-standard .blog-header__form h3,
.blog-header-standard .blog-header__form h4,
.blog-header-standard .blog-header__form h5,
.blog-header-standard .blog-header__form h6,
.blog-header-standard .blog-header__form p,
.blog-header-standard .blog-header__form li,
.blog-header-standard .blog-header__form span {
  color: rgba(255, 255, 255, 1.0);
}

 /*** SET POST GRID CARD STYLE ***/

.blog-recent-posts__post,
.hhs-blog-card-inner,
.blog-index__post--large {
 background-color: rgba(255, 255, 255, 1.0);
 
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  
}



  .legacy-blog-listing .blog-index__post--large {
    margin-top: -130px;
    position: relative;
   /* z-index: 2;*/
  }



.blog-index__post--large h2,
.blog-index__post--large h2 a,
.blog-index__post--small h2,
.blog-index__post--small h2 a,
.blog-recent-posts__title,
.blog-index__tag-heading {
  color: rgba(45, 50, 56, 1.0);
}


.blog-index__post--large h2 a:hover,
.blog-index__post--small h2 a:hover {
  color: rgba(50, 189, 205, 1.0);
}

.blog-recent-posts__post p,
.blog-index__post--large p,
.blog-index__post--small p,
.blog-index__tag-subtitle {
  color: rgba(45, 50, 56, 1.0);
}


.blog-post__date {
  /* SET BORDER COLOR */
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  /* SET COLOR */
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  /* SET COLOR */
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: ;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #0d0f13;
}

.blog-pagination__link {
  color: #2d3238;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #0d0f13;
}

/*** POST PAGE STYLE ***/

.post-page-full {
  background-color: #ffffff;
}

/*.container-slim.content-area-width {
  max-width: 1000px !important;
}*/

.container-slim.content-area-width {
  max-width: 1300px !important;
}

/*** POST TYPOGRAPHY ****/

h1.blog-post__title {
  font-family: "Rubik", sans-serif;
  color: #2d3238;
  font-size: 44px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  
}

.blog-post h2 {
  font-family: "Rubik", sans-serif;
  color: #2d3238;
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 1rem;
  margin-top: 2rem;
  
}

.blog-post h3 {
 font-family: "Rubik", sans-serif;
  color: #2d3238;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 1rem;
  margin-top: 2rem;
  
}

.blog-post h4,
#comments-listing .comment-from h4 {
  font-family: "Rubik", sans-serif;
  color: #2d3238;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
}

.blog-post h5 {
  font-family: "Rubik", sans-serif;
  color: #2d3238;
  font-size: 21px;
  font-style: normal;
    font-weight: bold;
  text-decoration: ;
  text-transform: none;
}


.blog-post h6 {
  font-family: "Rubik", sans-serif;
  color: #2d3238;
  font-size: 16px;
  font-style: normal;
    font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

#comments-listing .comment-body p, .blog-snippet p,
.blog-post p {
  font-family: "Open Sans", sans-serif;
  color: #2d3238;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5em;
}

.blog-post li {
 font-family: "Open Sans", sans-serif;
  color: #2d3238;
 /* font-size: 18px;*/
  font-size:16px;
  font-style: normal;
  text-decoration: none;
}







@media (max-width: 575px) {
  h1.blog-post__title {
    font-size: 38px;
  }
  .blog-post h2 {
    font-size: 32px;
  }
  .blog-post h3 {
    font-size: 28px;
  }
  .blog-post h4 {
    font-size: 24px;
  }
  .blog-post h5 {
    font-size: 18px;
  }
  .blog-post h6 {
    font-size: 16px;
  }
  .blog-post p {
    font-size: 18px;
  }
  .blog-post li {
    font-size: 18px;
  }
}

.blog-post__author {
  background-color: #32bdcd;
}







.meta-author,
.meta-author a {
  color: rgba(45, 50, 56, 1.0);
}

p.reading-minutes {
  color: rgba(45, 50, 56, 1.0);
  text-transform: uppercase;
  font-size: 12px !important;
}

/*.blog-post__tag-link {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(50, 189, 205, 1.0);
}*/


.blog-post__tag-link {
  color: #000000;
  background-color: transparent;
  border: 1px solid #2d3238;
}



/*.blog-post__tag-link:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(50, 189, 205, 1.0);
}*/

.blog-post__tag-link:hover {
  color: #ffffff;
  background-color:#2d3238;
}


#comments-listing .comment-date {
  color: rgba(45, 50, 56, 0.6) !important;
}

.blog-comments .hs-form .hs-field-desc,
.blog-comments .hs-form .legal-consent-container p {
  color: #2d3238;
}


#comments-listing .comment-reply-to {
  color: rgba(237, 126, 102, 1.0) !important;
}

.blog-post__timestamp {
  color: rgba(45, 50, 56, 1.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(215, 96, 69, 1.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(237, 126, 102, 1.0);
}





.error-page-full {
  background-color: rgba(255, 255, 255, 1.0);
}

.error-page h1,
.error-page h4,
.error-page p {
  color:  rgba(45, 50, 56, 1.0);
}

.error-page:before {
  color: rgba(45, 50, 56, 0.05);
}

.sub-pre-header{
  background: url("https://go.smartrent.com/hs-fs/hubfs/webinbanner1.png?width=1125&height=254&name=webinbanner1.png") no-repeat center center;
  background-size: cover;
  background-color:black;
}

.sub-pre-header h1, .sub-pre-header p {
  color:  rgba(255, 255, 255, 1.0);
}

.sub-pref-full {
  background-color: rgba(255, 255, 255, 1.0);
}

.sub-pref-full #email-prefs-form h2,
.sub-pref-full #email-prefs-form h3,
.sub-pref-full #email-prefs-form .page-header,
.sub-pref-full #email-prefs-form p,
.sub-pref-full #email-prefs-form span {
  color: rgba(45, 50, 56, 1.0);
}


.results-pre-header {
  background-color: rgba(242, 245, 248, 1.0);
}

.results-pre-header h1, .results-pre-header h4 {
  color:  rgba(45, 50, 56, 1.0);
}

.results-full {
  background-color: rgba(255, 255, 255, 1.0);
}

.results-full .hs-search-results__title,
.results-full .hs-search-results__description {
  color: rgba(45, 50, 56, 1.0);
}

.results-full .hs-search-results__title:hover {
  color: #d76045;
}





body .icon svg, {
  fill: #127D89;
}

body .tns-nav button.tns-nav-active {
  background-color: #0d0f13;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #0d0f13;
}

body .team-member__description {
  background-color: #32bdcd;
}





/*------custom media-----------*/

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

.alternate-cta {
    display: none;
	 }

	 .jump-title{
			display:block;
			text-align:center; 
			font-size: 18px;
	 }

.alternate-cta .cta-tertiary {
    font-size: 14px;
}

.alternate-cta .sidebar-wrapper {
    min-height: 300px;
}

	 .alternate-cta.cta-mobile {
			display:block;
	 }


.related-posts-grid {
    max-width: 400px;
    margin: 0 auto;
}



.article-layout {
    padding-top: 0px;
}

.hs-jump-menu-wrapper {
    padding: 25px 20px;
    max-width: 85%;
    margin: 25px auto;
}

div#hs-jump-menu-module- hr {
    display: none;
}

.sub-form {
    display: none;
}

p.news-form {
    display: none;
}

.related-post-link {
    padding: 0 20px 25px !important;
}

.blog-post__tags {
    padding-bottom: 15px;
	  text-align:center;
	 }

.related-posts-block {
    margin: 20px 0;
}

.related-post-title a {
    line-height: 1.25;
}

.related-posts-grid {
    padding: 0 15px !important;
}

.related-posts-grid {
    display: block !important;
}

.blog-post__tags {
    padding-left: 15px;
    padding-right: 15px;
}

.alternate-cta .sidebar-cta p {
    font-size: 22px;
    line-height: 1.25;
}

	 .blog-post li, .blog-post p{
			font-size:16px;
	 }

.article-layout {
	  display:block !important;
    column-gap: 0 !important;
}

.header-grid-right {
    display: none;
}

.snippet-wrap {
    margin-top: 15px;
    padding: 20px 20px;
}

.blog-header.post-header.container-slim.content-area-width {
    padding: 0;
}

.h-grid {
    grid-template-columns: 1fr;
}	 
	 

.related-posts-module {
    max-width: 480px !important;
}
	
.blog-post {
    padding: 0;
}

.sidebar-cta-swap {
    display: none;
}

/*---------Mobile Nav------*/
	 
	 .article-aside {
    align-self: flex-start;
    height: auto;
    position: relative;
    top: 0px;
}

 
}





@media screen and (max-width: 480px) {


 
.alternate-cta .sidebar-wrapper {
    min-height: 250px;
}

.body-article {
    flex: 0 0 100%;
}

.blog-post__meta {
    width: 90%;
}


.clean-base {
    display: none;
}

.blog-post.row {
    padding-bottom: 0px;
}
h1.blog-post__title {
    font-size: 30px;
}

.hhs-menu-toggle, .hhs-extras-ctas, .hhs-menu-toggle.hhs-menu-toggle--always-show {
    display: none;
}

}