







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */














/* Headings */



















































/* 1f. Tables */











/* 1g. Site header */


















/* 1d. Buttons */


















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

.dnd-section {
  padding: 4rem 0px;
}


.content-wrapper--vertical-spacing {
  
}

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







body {
  font-size: 1.075rem;
  color: #8E8E8E; 
  font-weight: 400;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

/* Paragraphs */

p {
}

/* Anchors */

a {
  color: #37BEBD;
}

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

/* Headings */

h1 {
  font-family: Merriweather;
  font-size: 4.3rem;
  color: 

  
  
    
  


  rgba(74, 75, 76, 1.0)

;
  font-weight: 600;
}

@media (max-width: 1200px) {
  
h1 {
    font-size: calc(1.555rem + 3.66vw);
}
  
}

h2 {
  font-family: Merriweather;
  font-size: 3.7625rem;
  color: 

  
  
    
  


  rgba(74, 75, 76, 1.0)

;
  font-weight: 600;
}

@media (max-width: 1200px) {
  
h2 {
    font-size: calc(1.50125rem + 3.015vw);
}
  
}

h3 {
  font-family: Merriweather;
  font-size: 2.6875rem;
  color: 

  
  
    
  


  rgba(74, 75, 76, 1.0)

;
  font-weight: 600;
}

@media (max-width: 1200px) {
  
h3 {
    font-size: calc(1.39375rem + 1.725vw);
}
  
}

h4 {
  font-family: Merriweather;
  font-size: 1.88125rem;
  color: 

  
  
    
  


  rgba(74, 75, 76, 1.0)

;
  font-weight: 600;
}

@media (max-width: 1200px) {
  
h4 {
    font-size: calc(1.313125rem + 0.7575vw);
}
  
}


h5 {
  font-family: Merriweather;
  font-size: 0.938rem;
  color: 

  
  
    
  


  rgba(74, 75, 76, 1.0)

;
  font-weight: 600;
}

@media (max-width: 1200px) {
  
h5 {
    font-size: calc(1.28625rem + 0.435vw);
}
  
}

h6 {
  font-family: Merriweather;
  font-size: 1.34375rem;
  color: 

  
  
    
  


  rgba(74, 75, 76, 1.0)

;
  font-weight: 600;
}

@media (max-width: 1200px) {
  
h6 {
    font-size: calc(1.259375rem + 0.1125vw);
}

}

/* Blockquote */

blockquote {
  border-left-color: #4A4B4C;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(5, 60, 114, 1)

;
  border: 0px solid #ffffff;
  border-radius: 500px;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(5, 60, 114, 1.0)

;
  color: #ffffff;
  border-color: 

  
  
    
  


  rgba(5, 60, 114, 1.0)

;
}

button:active,
.button:active {
  background-color: 

  
  
    
  


  rgba(5, 60, 114, 1.0)

;
  color: #ffffff;
  border-color: 

  
  
    
  


  rgba(5, 60, 114, 1.0)

;
}






/* 1e. Forms */












form,
.submitted-message {
  color: #8E8E8E;
  background-color: 

  
  
    
  


  rgba(248, 248, 248, 1.0)

;
  
  padding: 24px 15px 0;
  margin:0;
  
}

/* Form title */

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

/* Form label */

form label {
  color: #8E8E8E;
}

/* Form help text */

form legend {
  color: #8E8E8E;
}

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

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

/* Form placeholder text */

::-webkit-input-placeholder {}

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(5, 60, 114, 1)

;
  border: 0px solid #ffffff;
  border-radius: 500px;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(5, 60, 114, 1.0)

;
  color: #ffffff;
  border-color: 

  
  
    
  


  rgba(5, 60, 114, 1.0)

;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: 

  
  
    
  


  rgba(5, 60, 114, 1.0)

;
  color: #ffffff;
  border-color: 

  
  
    
  


  rgba(5, 60, 114, 1.0)

;
}





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.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.custom-menu-primary ul li a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: 

  
  
    
  


  rgba(74, 75, 76, 1.0)

;
}

.custom-menu-primary ul li a:hover,
.custom-menu-primary ul li a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: 

  
  
    
  


  rgba(55, 190, 189, 1.0)

;
}

.custom-menu-primary ul li a.active-item,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: ;
} 



.custom-menu-primary ul ul,
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

body .submenu.level-2 > li:first-child:before {
  border-color: ;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

.custom-menu-primary ul ul li a{
  color: 

  
  
    
  


  rgba(74, 75, 76, 1.0)

;
}

.custom-menu-primary ul ul li a:hover,
.custom-menu-primary ul ul li a:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(55, 190, 189, 1.0)

;
}

.custom-menu-primary ul ul li a.active-item{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(55, 190, 189, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji,Arial,sans-serif;
}

.et_search_icon {
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

.et_search_icon:hover {
  color: 

  
  
    
  


  rgba(#null, 1)

;
}


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

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: 

  
  
    
  


  rgba(74, 75, 76, 1.0)

;
  }
}










.login-btn a {
      background: transparent linear-gradient(108deg,

  
  
    
  


  rgba(55, 190, 189, 1)

,

  
  
    
  


  rgba(5, 60, 114, 1)

) 0 0 no-repeat padding-box;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}

.login-btn a:hover,
.login-btn a:focus {
      background: transparent linear-gradient(108deg,

  
  
    
  


  rgba(55, 190, 189, 1)

,

  
  
    
  


  rgba(5, 60, 114, 1)

) 0 0 no-repeat padding-box;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}








.login-dropdwn {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.dropdown-divider {
  border-color: 

  
  
    
  


  rgba(233, 236, 239, 1.0)

;
}

.login-dropdwn h3 {
  color: 

  
  
    
  


  rgba(108, 117, 125, 1.0)

;
}

.login-dropdwn a {
  color: 

  
  
    
  


  rgba(33, 37, 41, 1.0)

;
}

.login-dropdwn a:hover {
  color: 

  
  
    
  


  rgba(33, 37, 41, 1.0)

;
  background-color: 

  
  
    
  


  rgba(248, 249, 250, 1.0)

;
}











.search-btn a,
.search-btn a:focus {
  color: 

  
  
    
  


  rgba(74, 75, 76, 1.0)

;
}

.search-btn a:hover {
  color: 

  
  
    
  


  rgba(142, 142, 142, 1.0)

;
}


.search-dropdwn {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.search-dropdwn hr {
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 0.1)

;
}

.search-dropdwn .search-links .search-items h3,
.search-dropdwn .search-links .search-items h4 {
  color: 

  
  
    
  


  rgba(5, 60, 114, 1.0)

;
}

.search-links .search-col ul li a {
  color: 

  
  
    
  


  rgba(55, 190, 189, 1.0)

;
}

.search-links .search-col ul li a:hover {
  color: 

  
  
    
  


  rgba(38, 131, 130, 1.0)

;
}

.search-links .search-col ul li h6 {
  color: 

  
  
    
  


  rgba(5, 60, 114, 1.0)

;
}





.hsearch form label {
  color: 

  
  
    
  


  rgba(142, 142, 142, 1)

;
}

.hsearch form input[type=text] {
  border-color: 

  
  
    
  


  rgba(55, 190, 189, 1)

;
}

.hsearch form input[type=text]:focus {
  border-color: 

  
  
    
  


  rgba(55, 190, 189, 1)

;
}


.custom-menu-primary ul li a.active,
.custom-menu-primary ul li a.active-item,
.custom-menu-primary ul li a.active-branch{
  
    color: 

  
  
    
  


  rgba(55, 190, 189, 1.0)

;
}





/* 1h. Site footer */










.footer-top, .footer-top h1,
 .footer-top h2, .footer-top h3, .footer-top h4,
 .footer-top h5,  .footer-top h6, .footer-top p {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}

.footer-top .fbox-items {
  background-color: 

  
  
    
  


  rgba(55, 190, 189, 1)

;
}

.footer-top .footer-btn a {
  background-color: 

  
  
    
  


  rgba(5, 60, 114, 0.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
  border-color: 

  
  
    
  


  rgba(248, 249, 250, 1.0)

 !important;
}

.footer-top .footer-btn a:hover {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(74, 75, 76, 1.0)

;
  border-color: 

  
  
    
  


  rgba(248, 249, 250, 1.0)

 !important;
}










.footer {
  background-color: 

  
  
    
  


  rgba(74, 75, 76, 1)

;
  color: #DCDDDE;
}


.footer a {
  color: 

  
  
    
  


  rgba(220, 221, 222, 1)

;
}

.footer a:hover {
  color: 

  
  
    
  


  rgba(220, 221, 222, 1.0)

;
}

.footer-menu ul li a {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}

.footer-menu ul li a:hover {
  color: 

  
  
    
  


  rgba(190, 190, 192, 1.0)

;
}

.disclaimer {
  color: 

  
  
    
  


  rgba(142, 142, 142, 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: #8E8E8E;
}

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

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

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

.blog-pagination__link {
  color: #8E8E8E;
}

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

.blog-post__title {
  color: 

  
  
    
  


  rgba(74, 75, 76, 1.0)

;
  font-family:Merriweather;
  font-size: 4.3px;
  font-weight: 600;
}

.blog-post__author {
  background-color: #4A4B4C;
}

#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            */













.card__price {
  font-family: Merriweather
    font-size: 2.6875px;
  color: 

  
  
    
  


  rgba(74, 75, 76, 1.0)

;
  font-weight: 600
}

.dnd-section[class*="-force-full-width-section"]>.row-fluid,
.dnd-section[class*="-force-full-width-section"] {
  max-width: 100% !important;
  padding: 0;
  width:100% !important;
}

.header__container,.page-center,.dnd-section>.row-fluid,
.footer__container,.content-wrapper{
  max-width:1280px;
  width:100%;
  margin:0 auto;
  padding: 0 15px;
}

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


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


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



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