







/* 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: 74px 0px;
}

.banner-section .dnd-section {
  padding: 0!important;
}

.blog-banner-wraped .dnd-section {
  padding: 0!important;
}

.blog-banner-wraped .row-fluid {
  max-width: none!important;
  width: 100%!important;
}

.banner-section .row-fluid {
  max-width: none!important;
  width: 100%!important;
}

.dnd-section > .row-fluid,
.content-wrapper,
.page-center{
  width: 80%;
  max-width: 1080px;
  margin: auto;
  position: relative;
}






html {
  font-size: 18px;
}

body {
  font-size: 18px;
  color: #575757;
  font-weight: 500;
  font-family: proxima-nova;
}

/* Paragraphs */

p {
  font-size: 18px;
  color: #575757;
  font-weight: 500;
}

/* Anchors */

a {
  color: #132b47;
}

a:hover,
a:focus,
a:active {
  color: #132b47;
}

/* Headings */

h1 {
  font-family: proxima-nova;
  font-size: 56px;
  color: #325b8c;
  font-weight: 700;
}

h2 {
  font-family: proxima-nova;
  font-size: 36px;
  color: #325b8c;
  font-weight: 500;
}

h3 {
  font-family: proxima-nova;
  font-size: 28px;
  color: #325b8c;
  font-weight: 500;
}

h4 {
  font-family: proxima-nova;
  font-size: 22px;
  color: #325b8c;
  font-weight: 500;
}

h5 {
  font-family: proxima-nova;
  font-size: 18px;
  color: #325b8c;
  font-weight: 500;
}

h6 {
  font-family: proxima-nova;
  font-size: 16px;
  color: #325b8c;
  font-weight: 500;
}

/* Blockquote */

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





.hs-button,
.hs-button.large.primary,
button,
.button {
  background-color: 

  
  
    
  


  rgba(0, 53, 95, 1.0)

;
  border: 2px solid 

  
  
    
  


  rgba(#null, 1)

;
  border-radius: 3px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 4.8px 16px;
}

.hs-button:hover,
.hs-button:focus,
.hs-button.large.primary:hover,
.hs-button.large.primary:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(0, 53, 95, 1.0)

;
  border: 2px solid 

  
  
    
  


  rgba(#null, 1)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.hs-button:active,
.hs-button.large.primary:active,
button:active,
.button:active {
  background-color: ;
  border: 2px solid 

  
  
    
  


  rgba(#null, 1)

;
  color: ;
}





form,
.submitted-message {
  font-size: 18px;
  color: #575757;
  font-weight: 500
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(51, 71, 91, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(51, 71, 91, 0.0)

;
}

/* 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: 

  
  
    
  


  rgba(203, 214, 226, 1.0)

;
  color: #575757;
  border-radius: 3px
}

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: 

  
  
    
  


  rgba(82, 168, 236, 0.8)

;
}

/* Form placeholder text */

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

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

/* Date picker */

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

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

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





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(203, 214, 226, 1.0)

;
}

th,
td {
  border-color: 

  
  
    
  


  rgba(203, 214, 226, 1.0)

;
  color: 

  
  
    
  


  rgba(87, 87, 87, 1.0)

;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(13, 32, 51, 1.0)

;
  border-bottom-color: 

  
  
    
  


  rgba(203, 214, 226, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(13, 32, 51, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





.header-bg {
  background-color: 

  
  
    
  


  rgba(13, 32, 51, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li
{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.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:hover>a
{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover
{
  color: 

  
  
    
  


  rgba(0, 188, 212, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:active>a
{
  color: 

  
  
    
  


  rgba(0, 188, 212, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul ul
{
  background-color: 

  
  
    
  


  rgba(20, 36, 52, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li>a
{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li:hover>a
{
  color: 

  
  
    
  


  rgba(0, 188, 212, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li:active>a
{
  color: 

  
  
    
  


  rgba(0, 188, 212, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a 
{
  background-color: 

  
  
    
  


  rgba(0, 188, 212, 1.0)

;
  border: 2px solid 

  
  
    
  


  rgba(0, 53, 95, 1.0)

;
  border-radius: 1px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 12px 12px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover
{
  background-color: 

  
  
    
  


  rgba(0, 188, 212, 1.0)

;
  border: 2px solid 

  
  
    
  


  rgba(0, 53, 95, 1.0)

;
  color: 

  
  
    
  


  rgba(#fffffff, 1.0)

;
}


.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: proxima-nova;
}

.header__language-switcher-label-current:after {
  border-top-color: ;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(13, 32, 51, 1.0)

;
  }

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





.top_footer
{
  background-color: 

  
  
    
  


  rgba(14, 32, 52, 1.0)

;
}
.footer-menu-primary .hs-menu-wrapper>ul>li>a {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  color: 

  
  
    
  


  rgba(0, 188, 212, 1.0)

;
}
.footer-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover {
  color: 

  
  
    
  


  rgba(0, 188, 212, 0.7)

;
}


.bottom_footer
{
  background-color: 

  
  
    
  


  rgba(12, 24, 38, 1.0)

;
}
.bottom_footer_left {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.bottom_footer_right p a span {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.bottom_footer_right p a:hover span {
  color: 

  
  
    
  


  rgba(248, 191, 48, 1.0)

;
}








/* Blog Header */

.blog-header {
  background-color: rgb(238, 240, 242);
}

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

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

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

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

.blog-pagination__link {
  color: #575757;
}

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

.blog-post__title {
  color: #325b8c;
  font-family:proxima-nova;
  font-size: 56px;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

.blog-post__meta a {
  color: #575757;
}

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

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

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

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

.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(238, 240, 242);
}











.card__price {
  font-family: proxima-nova
    font-size: 28px;
  color: #325b8c;
  font-weight: 500
}