







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */












 





 
   





 
   



 

 
    





 
    





 
    
 


 




/* 1d. Buttons */










/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

.dnd-section,
.content-wrapper--vertical-spacing { 
  padding: 40px 20px;
}

.dnd-section > .row-fluid, 
.content-wrapper,
.footer__container,
.header__container,
.body-wrap {
  max-width: 1280px;
}

.page-center {
  max-width: 1280px !important;
}

.page-center.max-width {
  max-width: 100% !important;
}



 




body {
  font-size: 1.75rem;
  color: #233a72;
  font-weight: 300;
  font-family: Poppins;
  line-height: 2.75rem
}
  

/* Paragraphs */

p {
  font-weight: regular;
}

/* Anchors */

a {
  color: #F27329;
}

a:hover,
a:focus,
a:active {
  color: #ad5129;
}

/* Headings */

h1 {
  font-family: Poppins;
  font-size: 48px;
  color: #233a72;
  font-weight: regular;
}

h2 {
  font-family: Poppins;
  font-size: 36px;
  color: #233a72;
  font-weight: 600;
}

h3 {
  font-family: Poppins;
  font-size: 32px;
  color: #233a72;
  font-weight: regular;
}

h4 {
  font-family: Poppins;
  font-size: 28px;
  color: #233a72;
  font-weight: regular;
}

h5 {
  font-family: Poppins;
  font-size: 24px;
  color: #233a72;
  font-weight: regular;
}

h6 {
  font-family: Poppins;
  font-size: 20px;
  color: #233a72;
  font-weight: regular;
}

@media (max-width:1024px) {
  h1 {
    font-size: 30.0px !important;
  }
  h2 {
    font-size: 28.0px !important;
  }
  h3 {
    font-size: 26.0px !important;
  }
  h4 {
    font-size: 24.0px !important;
  }
  h5 {
    font-size: 22.0px !important;
  }
  h6 {
    font-size: 20.0px !important;
  }
}

form {
  margin: 0 auto;
}

.form-title {
  text-align: center
}


/* Blockquote */

blockquote {
  border-left-color: #F27329;
}





button,
.button,
form a.button {
  background-color: 

  
  
    
  


  rgba(242, 115, 41, 1.0)

;
  border: 1px solid #F27329; 
  border-radius: 2px;
  color: #FFFFFF;
  padding: 12px 16px;
}

button:hover,
button:focus,
.button:hover,  
.button:focus,
form a.button:hover,
form a.button:focus {  
  background-color: 

  
  
    
  


  rgba(173, 81, 41, 1.0)

;
  border: 1px solid #ad5129;
  color: #FFFFFF;
} 

button:active,
.button:active {
  background-color: 

  
  
    
  


  rgba(173, 81, 41, 1.0)

;
  border-color: 1px solid #ad5129;
  color: #FFFFFF;
}





.submitted-message {
  font-size: 16px;
  color: #233a72;
  font-weight: regular
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #455d6f;
}

/* Form label */

form label {
  color: #233A72;
}

/* Form help text */

form legend {
  color: #233A72;
}

/* Form inputs */

.body-content form input[type=text],
.body-content form input[type=email],
.body-content form input[type=password],
.body-content form input[type=tel],
.body-content form input[type=number],
.body-content form input[type=file],
.body-content form select,
.body-content form textarea {
  border-color: 

  
  
    
  


  rgba(206, 212, 218, 1.0)

;
}

.body-content form input[type=text]:focus,
.body-content form input[type=email]:focus,
.body-content form input[type=password]:focus,
.body-content form input[type=tel]:focus,
.body-content form input[type=number]:focus,
.body-content form input[type=file]:focus,
.body-content form select:focus,
.body-content form textarea:focus { 
  border-color: 

  
  
    
  


  rgba(242, 115, 41, 1.0)

;
} 
/* Form placeholder text */

::-webkit-input-placeholder {
  color: #233a72;
}

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

/* Date picker */

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

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

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

/* Submit button */

.body-content form input[type=submit],
.body-content form .hs-button,
.body-content form button {
  background-color: 

  
  
    
  


  rgba(242, 115, 41, 1.0)

;
  border: 1px solid #F27329;
  border-radius: 2px;
  color: #FFFFFF;
  padding: 12px 16px; 
}

.body-content form input[type=submit]:hover,
.body-content form input[type=submit]:focus, 
.body-content form .hs-button:hover,
.body-content form .hs-button:focus,
.body-content form button:hover,
.body-content form button:focus {
  background-color: 

  
  
    
  


  rgba(173, 81, 41, 1.0)

;
  border: 1px solid #ad5129;
  color: #FFFFFF;
}

.body-content form input[type=submit]:active,
.body-content form .hs-button:active {
  background-color: 

  
  
    
  


  rgba(173, 81, 41, 1.0)

;
  border-color: 1px solid #ad5129; 
  color: #FFFFFF;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #EEEEEE;
}

th,
td {
  border-color: #EEEEEE;
  color: #455d6f;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(255, 91, 0, 1.0)

;
  border-bottom-color: #EEEEEE;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  color: #FFFFFF;
}
















body .custom-menu-primary a.active-branch {
  color: #233a72;
}
body .custom-menu-primary .navigation-primary > ul > li > a {
  color: #233A72;
}
body .custom-menu-primary .navigation-primary > ul > li > a:hover {
  color: #f27329;  
} 
body .custom-menu-primary .navigation-primary > ul ul li > a {
  color: #233A72;
} 
body .custom-menu-primary .navigation-primary > ul ul li > a:hover {
  color: #233A72;  
}
body .custom-menu-primary .navigation-primary > ul ul li:hover > a {  
  background-color: ;
}
body .custom-menu-primary .navigation-primary > ul ul li {
  background-color: ;
}  
body .custom-menu-primary .navigation-primary > ul ul {  
  /*   background-color: #ffffff;  */ 
} 
body .custom-menu-primary .navigation-primary > ul ul li > a.active-branch { 
  color:#233A72;
}
body .custom-menu-primary .navigation-primary > ul > li > a.active-branch {
  color: #233a72;
}  
.custom-menu-primary .navigation-primary>ul>li.no-submenu>a.active-branch:hover {
  color: #233A72;
}
@media (max-width: 767px) {
  .custom-menu-primary .navigation-primary>ul>li.no-submenu>a.active-branch {
    color: #233A72;
  }
}
.custom-menu-primary .navigation-primary > ul .menu-wrapper {
  background-color: #ffffff;
}
.custom-menu-primary .navigation-primary > ul .menu-wrapper > .page-center > ul > li:nth-child(1) > a,
.custom-menu-primary .navigation-primary > ul .menu-wrapper > .page-center > ul > li:nth-child(1) > a + ul li > a {
  color: #233A72;
}
.custom-menu-primary .navigation-primary > ul .menu-wrapper > .page-center > ul > li:nth-child(2) > a {
  color: ;
}




@media(max-width: 767px) {
  .header__navigation { 
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; 
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #233A72;
  }
}












.address ul li span, .footer a span, .footer a:hover span, .copyright-inner p span {
  color: #233A72;
}

/* Footer Content */

.footer a {
  color: #808080;
}

.footer a:hover {
  color: #F27329;
}

.footer-wrapper{
  background-color: 

  
  
    
  


  rgba(249, 250, 254, 1.0)

;
}

.footer-row-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li>a, .contact-title span{
  color: #233A72;
}

.footer-row-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul>li>a, 
.footer-column7 .hs_cos_wrapper >ul >li >a{
  color: #808080;
}

.footer-row-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul>li>a:hover, 
.footer-column7 .hs_cos_wrapper >ul >li >a:hover{
  color: #F27329;
}

.address ul li:last-child a span{
  color: #337ab7;
}

.address ul li:last-child a:hover span,
.address ul li:last-child a:focus span{
  color: #23527c;
}
.footer-wrapper .footer-bottom {
  background-color: #ffffff;
}






/* Blog Header */

.blog-header {
  background-color: rgb(#null);
}

/* Blog Listing */

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

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

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

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

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

.blog-pagination__link {
  color: #233a72;
}

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

.blog-post__title {
  color: #233a72;
  font-family:Poppins;
  font-size: 48px;
  font-weight: regular;
}

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

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

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

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

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

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

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

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

.blog-sidebar a {
  color: #233a72;
}

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

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

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}
.header-btn.desktop a.hs-button{
  -webkit-appearance:none;
}
.button, .hs-button, button {
  min-height: auto;
  letter-spacing: 0;
  padding: 12px 20px;
  min-width: 120px;
  color: #eeeeee;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.7;
  margin:0;
  text-transform: none;
}

.button:hover, .hs-button:hover, button:hover {
  color: #ffffff;
}

.blog-post__meta a {
  color: #233a72;
}

.blog-post__meta a:hover {
  color: #ad5129;
}

.blog-post__links-container {
  border-top:  2px solid rgb(#null);
}

.blog-post__back-to-blog {
  color: #233a72;
}

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

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(#null) !important;
}

.comment.depth-1 { 
  border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input { 
  border-color: rgb(#null); 
}

.blog-recent-posts {
  background-color: rgb(#null);
}











.card__price {
  font-family: Poppins;
  font-size: 32px;
  color: #233a72;
  font-weight: regular
}


@media (max-width: 1024px) and (min-width: 767px){
  .address ul li:last-child {
    display: flex;
    flex-wrap: nowrap;
  }
  .address ul li:last-child a span {
    padding: 0;
  }
  .address ul li:last-child a {
    word-break: break-all;
    padding-left: 12px;
  }
}

.st-accordion {
  max-width: 1280px !important;
  margin: 0 auto 0 auto !important;
}

.st-accordion ul li>a,
.st-accordion .st-content {
  background-color: transparent !important;
}

.css-conecta .st-accordion ul li>a {
    background-color: #121f41 !important;
}

.css-conecta .st-accordion ul li>a,
.css-conecta .st-accordion ul li>a:hover {
  color: #fff !important;
}

.css-conecta .st-accordion .st-content
    background-color: #233a72 !important;
}



button.slick-next.slick-arrow:before {
  content: "\f105";
}

button.slick-arrow:before {
  margin-left: -7px;
}
  

button.slick-next.slick-arrow {
  left: auto;
  right: 0;
  transform: rotateY(180deg) translate(0,-50%);
  -webkit-transform: rotateY(180deg) translate(0,-50%);
    -ms-transform: rotateY(180deg) translate(0,-50%);
}

button.slick-arrow:hover, button.slick-arrow:active, button.slick-arrow:focus {
  background-color: #ffffff5c;
  border: none;
}

.slick-arrow {
  width: 40px;
  min-width: 40px;
  height: 80px;
  text-align: center;
  border: none;
  top: 50%;
  font-size: 0;
  transition: .3s;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  z-index: 1;
  position: absolute;
  outline: 0;
  background-color: #ffffff5c;
  left: 0;
  margin: 0;
  cursor: pointer;
}

.slick-arrow:hover:before {
  color: rgba(242, 115, 41,1.0);
}

.slick-arrow:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 60px;
  line-height: 76px;
  transition: .3s;
  color: #0d0d0d;
  margin-left: 15px;
  font-weight: normal;
  display: inline-flex;
}

.feature-block__image-wrapper {
  width: auto !important;
}

@media (max-width: 1039px){
 
  .slick-arrow {
    width: 35px;
    height: 35px;
    padding: 0;
    min-height: auto;
  }
  .slick-arrow:before {
    line-height: 29px;
    font-size: 20px;
  }
}