







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper {
  max-width: 761px;
}

.dnd-section {
  padding-bottom: 30px;
  padding-top: 30px;
}
.dnd-section > .row-fluid {
  max-width: 761px;
}







body {
  font-size: 14px;
  color: #383838;
  font-weight: 400;
  font-family: tahoma, arial, helvetica, sans-serif;
}

/* Paragraphs */


/* Anchors */

a {
  color: #147b98;
}

a:hover,
a:focus,
a:active {
  color: #1b98bb;
}

/* Headings */

h1 {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 38px;
  color: #383838;
  font-weight: 400;
}
@media(max-width: 767px) {
  h1 {
    font-size: 26.599999999999998px;
  }
}
h2 {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 32px;
  color: #383838;
  font-weight: 400;
}

@media(max-width: 767px) {
  h2 {
    font-size: 22.4px;
  }
}

h3 {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 28px;
  color: #383838;
  font-weight: 400;
}
@media(max-width: 767px) {
  h3 {
    font-size: 23.8px;
  }
}

h4 {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 20px;
  color: #383838;
  font-weight: 400;
}
@media(max-width: 767px) {
  h4 {
    font-size: 17.0px;
  }
}
h5 {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}

h6 {
  font-family: verdana, geneva;
  font-size: 14px;
  color: #383838;
  font-weight: 400;
}

/* Blockquote */





button,
.button {
  background-color: 

  
  
    
  


  rgba(68, 135, 133, 1.0)

;
  border: 1px solid #448785;
  border-radius: 20px;
  color: #fff;
  padding: 5.5px 25px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(140, 139, 139, 1.0);
  border-color: rgba(140, 139, 139, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

button:active,
.button:active {
  background-color: rgba(140, 139, 139, 1.0);
  border-color: rgba(140, 139, 139, 1.0);
  color: rgba(255, 255, 255, 1.0);
}





form,
.submitted-message {
  font-size: 14px;
  color: #383838;
  font-weight: 400;
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(217, 54, 68, 0.0)

;
  color: #383838;
}

/* Form label */

form label,
form h1,
form h2,
form h3,
form h4,
form h5,
form h6,
form a,
form p,
.hs-form-field>label,
form#email-prefs-form .page-header,
form#email-prefs-form span {
  color: #383838;
}

/* Form help text */

form legend {
  color: #555;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-color: #383838;
  color: rgba(56, 56, 56, 1.0);
  border-radius: 4px;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #383838;
}

/* Form placeholder text */

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

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #383838;
}

/* Date picker */

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

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

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

/* Submit button */


form input[type=submit],
form .hs-button {
  border-width: 1px;
  background-color: rgba(68, 135, 133, 1.0);
  border-color: rgba(68, 135, 133, 1.0);
  border-radius: 20px;
  color: rgba(255, 255, 255, 1.0);
  padding: 5.5px 25px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(140, 139, 139, 1.0);
  border-color: rgba(140, 139, 139, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(140, 139, 139, 1.0);
  border-color: rgba(140, 139, 139, 1.0);
  color: rgba(255, 255, 255, 1.0);
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #232323;
}

th,
td {
  border-color: #232323;
  color: #232323;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(35, 35, 35, 1)

;
  border-bottom-color: #232323;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #232323;
}





header.header {
  background-color: rgba(20, 138, 171, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(229, 229, 229, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
  color: rgba(111, 180, 199, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a:hover{
  color: rgba(229, 229, 229, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active {
  background-color: rgba(0, 0, 0, 0.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  background-color: ;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover{
  background-color: rgba(0, 0, 0, 0.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
  color: rgba(111, 180, 199, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
  color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul{
  background-color: rgba(20, 138, 171, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(229, 229, 229, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.active>a {
  color: rgba(111, 180, 199, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.active>a:hover{
  color: rgba(229, 229, 229, 1.0);
}






.footer {
  background-color: rgba(111, 180, 199, 1.0);
  color: rgba(255, 255, 255, 1.0);
}






/* Blog Listing */

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

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

.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 {
  color: #1b98bb;
}

.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: #1b98bb;
}

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

.blog-pagination__link {
  color: #383838;
}

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

.blog-post__title {
  color: #383838;
  font-family:tahoma, arial, helvetica, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.blog-post__author {
  background-color: #F8FAFC;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: #fff;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #1b98bb;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #1b98bb;
}

.blog-index__post-content--small h2 {
  font-size: 28px;
}

.blog-index__post-content a {
  color: #383838;
}

.blog-post__read-more svg {
  fill: #383838;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-sidebar a {
  color: #383838;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(245, 245, 245);
}

.post-featured-image {
  max-height: 600px;
}



.blog-post__links-container {
  border-top:  2px solid rgb(228, 230, 232);
}

.blog-post__back-to-blog {
  color: #383838;
}

.blog-post__back-to-blog svg {
  fill: #383838;
}

.comment.depth-1 {
  border-left: 2px solid rgb(228, 230, 232);
}












.card__price {
  font-family: tahoma, arial, helvetica, sans-serif
    font-size: 28px;
  color: #383838;
  font-weight: 400
}
/*******************/
@media (min-width: 769px){
.contentnew {
    max-width: 100%;
    display: flex;
}
  .blog-section {
    flex: 0 0 auto;
    width: 70%;
}
  .righttext {
    flex: 0 0 auto;
    max-width: 30%;
}
.hs-blog-post .blog-section{
    padding: 50px 50px 50px;
      margin-right: 7px;
  }
  .contentnew .blog-section{
     margin-right: 7px;
        margin-top: 0px;
  }
 .blog_title {    
   margin-bottom: 10px;
  } 
  .pt12{
    padding: 12px 14px;}
  .form-right{
 border: 1px solid rgba(229,229,229,0.76);
   padding: 7px;
  }
  .hs-input {
    border-radius: 0px !important;}
form .inputs-list>li {
    margin: .3rem 0 !important;
}
.form-right{
  height: auto;
  padding: 7px;
  border: 1px solid #c7c7c7bf;
  }
  .pb40{
    padding-bottom: 40px;
}
  .c-post{
width: 70%;
}
.c-relatedpost{
    display: flex;
    flex-direction: initial;
      padding-top: calc(8.25% + 148px);
}
.c-header{
  flex-direction: initial !important;
}
.c-postimg{
  width:50%;}
.c-content{
width:50%;
}
.related-post-item {
    margin-left: 0;
}
.c-wrap{
height:auto !important;
}
}
.form-right{
  border: 1px solid #c7c7c7bf;
padding: 20px;
}
.ctaarea{
padding: 20px;
}
 .ctaarea img {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    padding: 10px 0px;
}
.richarea{
  padding: 0px 7px 10px 7px;
  font-size: 13px;
}
.richarea h6{
    margin-bottom: 5px;
}
.form-right ul li.hs-form-checkbox {
    line-height: 1.3;
}
.blgtag{padding: 0px 13px;}
.blogtagmodule{
  margin-top:10px;}
.blogtagmodule ul{
    padding-top: 0px;
}

.hs-blog-id-73357993070 .myheading{
display:none;
}
.hs-blog-id-73357993070 #hubspot-topic_data{
  display:none;
}

.subs-form{
  padding: 10px 7px 10px 7px;
  border: 1px solid #c7c7c7bf;
  margin-bottom: 15px;
}
.graybgr{
  background: #f6f4f0;
  margin-bottom: 15px;
  border: 1px solid #cecdcb;
  padding-top: 10px;
}
.authorimage{
width:14%;
  margin:12px 0px;
}
.b-des{    
  font-size: 14px;
  margin-top: 13px;}