







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























































/* 1d. Buttons */










/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */




























/* 1h. Site footer */











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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 50px 0px;
}

.dnd-section > .row-fluid {
  max-width: 1300px; 
}







html {
  font-size: 18px;
}

body {
  font-size: 18px;
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  font-weight: 300;
  font-family: Montserrat, Helvetica, Arial, Verdana, sans-serif;
}

/* Paragraphs */

p {
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  font-weight: 300;
}

/* Anchors */

a {
  color: #1ebbf0;
}

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

/* Headings */

h1 {
  font-family: Montserrat, Helvetica, Arial, Verdana, sans-serif;
  font-size: 60px;
  color: 

  
  
    
  


  rgba(39, 52, 118, 1.0)

;
  font-weight: 700;
}

h2 {
  font-family: Montserrat, Helvetica, Arial, Verdana, sans-serif;
  font-size: 40px;
  color: 

  
  
    
  


  rgba(39, 52, 118, 1.0)

;
  font-weight: 800;
}

h3 {
  font-family: Montserrat, Helvetica, Arial, Verdana, sans-serif;
  font-size: 32px;
  color: 

  
  
    
  


  rgba(39, 52, 118, 1.0)

;
  font-weight: 800;
}

h4 {
  font-family: Montserrat, Helvetica, Arial, Verdana, sans-serif;
  font-size: 28px;
  color: 

  
  
    
  


  rgba(39, 52, 118, 1.0)

;
  font-weight: 800;
}

h5 {
  font-family: Montserrat, Helvetica, Arial, Verdana, sans-serif;
  font-size: 24px;
  color: 

  
  
    
  


  rgba(39, 52, 118, 1.0)

;
  font-weight: 800;
}

h6 {
  font-family: Montserrat, Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  color: 

  
  
    
  


  rgba(39, 52, 118, 1.0)

;
  font-weight: 800;
}

@media (max-width: 767px) {
  h1 {
    font-size: 45.9999999996px;
  }
}

/* Blockquote */

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





.button,
form .hs-button,
form input[type=submit] {
  background-color: 

  
  
    
  


  rgba(228, 0, 42, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(228, 0, 42, 1)

;
  border-radius: 15px;
  color: #FFFFFF;
  padding: 12px 24px;
}

form .hs-button:hover,
form .hs-button:focus,
.button--primary:hover,
.button--primary:focus,
form input[type=submit]:hover,
form input[type=submit]:focus,
.button:hover,
.button:focus{
  background-color: 

  
  
    
  


  rgba(228, 0, 42, 1.0)

;
  border-color: 

  
  
    
  


  rgba(228, 0, 42, 1.0)

;
  color: #FFFFFF;
}






form,
.submitted-message {
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  font-weight: 300
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(50, 69, 122, 0.0)

;
  color: #273476;
}

/* Form label */

form label {
  color: #333333;
}

/* Form help text */

form legend {
  color: #333333;
}

/* Form inputs */

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"],
input[type="file"],
textarea,
select {
  border-color: #cbd6e2;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus{
  border-color: #52a8ec;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

/* Date picker */

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

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

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

/* Submit button */







table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
  border-color: #333333;
}

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

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

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
  color: #333333;
}







.header-search .search-icon i {
  color: #e4002a;
}

.header-search .search-icon:hover i {
  color: 

  
  
    
  


  rgba(228, 0, 42, 0.7)

;
}

.header-search .searchform input[type=text] {
  border-color: #dddddd;
}


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

.custom-menu-primary .hs-menu-wrapper>ul>li>a i.underline {
  background-color: #e4002a;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
  color: #333333;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul{
  background-color: #ffffff;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul{
  border-color: ;
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li > a{
  color: #333333;
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li:hover > a{
  color: #273476;
  background-color: 

  
  
    
  


  rgba(39, 52, 118, 0.07)

;
}

.custom-menu-primary .hs-menu-wrapper > ul ul > li.active > a{
  color: #273476;
  background-color: 

  
  
    
  


  rgba(39, 52, 118, 0.7)

;
}

.header-btn a {
  color: #ffffff;  
}

.header-btn a:after, .header-btn a:before {
  background-color: 

  
  
    
  


  rgba(39, 52, 118, 1.0)

;
}

.header-btn a:hover {
  color: #ffffff;  
}

.header-btn a:hover:after, .header-btn a:hover:after {
  background-color: 

  
  
    
  


  rgba(39, 52, 118, 1.0)

;
}

.header-socials a {
  color: #2d2926;
}

.header-socials a:hover {
  color: #ffffff;
}

.header-socials a:after {
  background-color: #273476;
}


.search-bar.container{
  background-color: ;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a::before,
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a::after {
  border-color: #e4002a;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover::before,
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover::after{
  border-color: 

  
  
    
  


  rgba(228, 0, 42, 0.7)

;
}
.search-bar.container .input-wrapper form .icon-wrapper span.search-icon::before,
.search-bar.container .input-wrapper form .icon-wrapper span.search-icon::after{
  border-color: ;
}
.search-bar.container .input-wrapper form .icon-wrapper span.search-icon:hover::before,
.search-bar.container .input-wrapper form .icon-wrapper span.search-icon:hover::after{
  border-color: ;
}








/* Footer Content */










footer.footer {
  background-color: 

  
  
    
  


  rgba(39, 52, 118, 1)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}

footer.footer a {
  color: #ffffff;
}

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

.footer-links .hs-menu-wrapper>ul>li,
.footer-right {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.1)

;
}

.footer .bottom-bar .wf-float-left {
  color: 

  
  
    
  


  rgba(238, 238, 238, 1)

;
}

.footer .wf-container-bottom {
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 0.12)

;
}

.footer-links .hs-menu-wrapper>ul>li>a,
.footer-links .hs-menu-wrapper>ul>li>a:hover {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}







/* 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: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

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

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

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

.blog-pagination__link {
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

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

.blog-post__title {
  color: 

  
  
    
  


  rgba(39, 52, 118, 1.0)

;
  font-family:Montserrat, Helvetica, Arial, Verdana, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

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

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

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

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

.blog-index__post-content a {
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

.blog-post__read-more svg {
  fill: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

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

.blog-sidebar a {
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

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

.blog-post__meta a {
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

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

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

.blog-post__back-to-blog {
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

.blog-post__back-to-blog svg {
  fill: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

.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: Montserrat, Helvetica, Arial, Verdana, sans-serif
    font-size: 32px;
  color: 

  
  
    
  


  rgba(39, 52, 118, 1.0)

;
  font-weight: 800
}
.container,
.dnd-section > .row-fluid,
.page-center,
.content-wrapper{
  max-width: 1300px;
  margin: 0 auto;
  width:100%;
  padding: 0 50px 0 50px;
}

@media screen and (max-width: 778px){
  .container,
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper{
    padding: 0 20px 0 20px;
  }
}