







/* 1a. Containers */




/* 1b. Colors */



/* 1c. Typography */
























/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.dnd-section,
.content-wrapper--vertical-spacing {
  /*   padding: 80px 20px; */

  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width:767px){
  .dnd-section,
  .content-wrapper--vertical-spacing {
    /*   padding: 80px 20px; */

    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hs-blog-listing .dnd-section {
    padding: 40px 0;
  }

}





body {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: Barlow;
  color: rgba(15, 15, 15, 1.0);
}


p{
  color: rgba(15, 15, 15, 1.0);
  font-size: 1.125rem;
}


/* Anchors */

a {
  color: rgba(0, 55, 150, 1.0);
}

a:hover,
a:active {
  color: rgba(0, 44, 120, 1.0);
}

/* Headings */

h1, h2, h3, h4, h5, h6{
  font-family: Barlow;
  color: rgba(15, 15, 15, 1.0);
}

h1 {
  font-size: 2.5rem;
  font-weight: 500;
}

h2 {
  font-size: 2.2rem;
  font-weight: 500;
}

h3 {
  font-size: 2.1rem;
  font-weight: 500;
}

h4 {
  font-size: 1.5rem;
  font-weight: 500;
}

h5 {
  font-size: 1.25rem;
  font-weight: 500;
}

h6 {
  font-size: 1.15rem;
  font-weight: 500;
}

/* Blockquote */

blockquote {
  border-left-color:  rgba(15, 15, 15, 1.0);
}










/* Form title */
#comment-form,
.hs-search-field,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.section.post-footer,
.widget-type-google_search,
#hs_cos_wrapper_subscription_preferences{
  background-color: rgba(0, 55, 150, 1.0) ;
}
.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}
::-webkit-input-placeholder {
  color: #fff;
}
/* Form label */

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

/* Form help text */

.hs-form legend {
  color: rgba(239, 107, 81, 1.0);
}

/* 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: rgba(255, 255, 255, 1.0);
  border-radius: 0.625rem;
}

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: rgba(128, 155, 203, 1.0);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  /*   color: ; */
}

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

/* Date picker */

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

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

.fn-date-picker td.is-today .pika-button {
  color: {color=#0f0f0f, opacity=100, css=#0f0f0f};
}

/* Submit button */

form input[type=submit],
form .hs-button,
button,
.button {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(111, 147, 198, 1.0);
  border-width: 1px;
  border-radius: 10px;
  color: rgba(0, 55, 150, 1.0);
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(111, 147, 198, 1.0);
  border-color: rgba(111, 147, 198, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

form input[type=submit]:active,
form .hs-button:active,

button:active,
.button:active{
  background-color: rgba(111, 147, 198, 1.0);
  border-color: rgba(111, 147, 198, 1.0);
  color: rgba(255, 255, 255, 1.0);
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(26, 26, 26, 1.0);
  color: rgba(26, 26, 26, 1.0);
}

thead th,
thead td {
  background-color: rgba(26, 26, 26, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

table,
tbody + tbody {
  border-color: rgba(26, 26, 26, 1.0);
}





.navigation-main__wrapper{
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>a{
  color: rgba(15, 15, 15, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>a:hover{
  color: rgba(0, 44, 120, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul{
  background-color: rgba(207, 220, 237, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>a,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
  color: rgba(15, 15, 15, 1.0);
  background-color: rgba(#null, 0.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>a:hover,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover{
  color: rgba(0, 44, 120, 1.0);
  background-color: rgba(#null, 0.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:first-child:before{
  background: rgba(255, 160, 27, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(2):before{

  background: rgba(143, 109, 196, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child:before{
  background: rgba(82, 188, 192, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a{
  color: rgba(255, 255, 255, 1.0);
}




.footer{
  background-color: rgba(240, 240, 240, 1.0);
}
.footer-contact ul li a,.footer-nav ul li a{
  color: rgba(15, 15, 15, 1.0);

}
.footer-contact ul li a:hover,.footer-nav ul li a:hover{
  color: rgba(0, 55, 150, 1.0);
}








.blog-post{
  background-color: rgba(248, 250, 252, 1.0);
}
.blog-post__body p{
  color: rgba(0, 0, 0, 1.0);
}
.post-featured-image {
  max-height: 600px;
}
h1.blog-post__title,
.blog-post__body h2,
.blog-related-posts h2{
  color: rgba(33, 37, 41, 1.0);
}




.card__price {
  font-family: ;
  font-size: px;
  color: ;
  font-weight: ;
}


.header__container,
.footer__container,
.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width:100%;
  max-width: 480px;
}
@media (min-width: 576px){
  .header__container,
  .footer__container,
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 540px;

  }

}
@media (min-width: 768px){
  .header__container,
  .footer__container,
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 768px;

  }


}
@media (min-width: 992px){
  .header__container,
  .footer__container,
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 992px;

  }

}
@media (min-width: 1200px){
  .header__container,
  .footer__container,
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 1060px;

  }

}
@media (min-width: 1440px){
  .header__container,
  .footer__container,
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 1300px;

  }
}