







/* 1a. Containers */





/* 1b. Colors */










.content-wrapper,
.cm-container,
.grid-container,
.header-inner.cm-container{
  max-width: 1080px;
}

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

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





/* 1c. Typography Variables */









































































body {
  font-size: 16px;
  color: 

  
  
    
  


  rgba(65, 64, 66, 1)

;
  font-weight: 500;
  font-family: Montserrat;
}

/* Paragraphs */

p {

}

/* Anchors */

a {
  color: 

  
  
    
  


  rgba(46, 163, 242, 1)

;
}

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(46, 163, 242, 1)

;
}

/* Headings */

h1 {
  font-family: Montserrat;
  font-size: 32px;
  color: #00263e;
  font-weight: 700;
}

h2 {
  font-family: Montserrat;
  font-size: 30px;
  color: #02263e;
  font-weight: 700;
}

h3 {
  font-family: Montserrat;
  font-size: 28px;
  color: #00586f;
  font-weight: 700;
}

h4 {
  font-family: Montserrat;
  font-size: 24px;
  color: #02263e;
  font-weight: 700;
}

h5 {
  font-family: Montserrat;
  font-size: 22px;
  color: #02263e;
  font-weight: 700;
}

h6 {
  font-family: Montserrat;
  font-size: 18px;
  color: #02263e;
  font-weight: 500;
}

/* Blockquote */

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





/* 1d. Buttons  Variables */












button,   
.button {
  background-color: 

  
  
    
  


  rgba(0, 95, 133, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 5px 10px;
}

button:hover,
button:focus,   
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(0, 62, 82, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 95, 133, 1.0)

;
}

button:active,
.button:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(0, 62, 82, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 95, 133, 1.0)

;
}





/* 1e. Forms  Variables*/











form,
.submitted-message {
  font-size: 16px;
  color: 

  
  
    
  


  rgba(65, 64, 66, 1)

;
  font-weight: 500
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: 

  
  
    
  


  rgba(2, 38, 62, 1.0)

;
}

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(2, 38, 62, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(2, 38, 62, 1.0)

;
}

/* Form inputs */
form .hs-input,
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(65, 64, 66, 1.0)

;
  color: 

  
  
    
  


  rgba(65, 64, 66, 1)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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(0, 95, 133, 1.0)

;
}



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

/* Submit button */
input[type="search"]{
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
form input[type=submit],
form .hs-button {      
  background-color: 

  
  
    
  


  rgba(0, 95, 133, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 5px 10px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(0, 62, 82, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 95, 133, 1.0)

;
}   

form input[type=submit]:active,
form .hs-button:active {
  background-color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(0, 62, 82, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 95, 133, 1.0)

;
}




/* 1f. Tables Variables */











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

th,
td {
  border-color: #494a52;
  color: #494a52;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(73, 74, 82, 1)

;
  border-bottom-color: #494a52;
  color: #FFFFFF;
}

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





/* 1g. Site header  Variables*/



















/*    custom fields            */




/* Button */







/* Button 2 */








/* Header Search */






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,
.submenu.level-1 > li>a,
body .navigation-primary .submenu.level-1>li>a{
  color: 

  
  
    
  


  rgba(102, 102, 102, 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,
body .navigation-primary .submenu.level-1>li:hover>a{
  color: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
  background-color: 

  
  
    
  


  rgba(68, 68, 68, 0.0)

;
}
.custom-menu-primary ul li a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active,
body header nav.navigation-primary ul.level-1>li>a.active-item,
body header nav.navigation-primary ul.level-1>li>a.active-branch{
  
    border-bottom: 3px solid #2f7194;
  color: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-bottom-color: 

  
  
    
  


  rgba(47, 113, 148, 1.0)

;
}
body header nav.navigation-primary ul.level-1>li>a.active-branch:hover {
  border-bottom-color: 

  
  
    
  


  rgba(47, 113, 148, 1.0)

;
}
.custom-menu-primary ul ul,
.header__language-switcher .lang_list_class,
body .navigation-primary .menu_wrapper,
body header nav.navigation-primary .menu-wrap-level-2,
body header nav.navigation-primary ul.level-2{
  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: ;
}
body .navigation-primary ul ul li a,
body .navigation-primary .submenu.level-2 li a,
body .navigation-primary .submenu.level-2 .level-3>li>a,
body .navigation-primary .submenu.level-2 .level-3>li>a:after,
body header .navigation-primary ul.level-4>li>a{
  color: 

  
  
    
  


  rgba(102, 102, 102, 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,
body .navigation-primary .submenu.level-2 > li:hover> a,
body .navigation-primary .submenu.level-3 > li:hover> a,
body header .navigation-primary ul.level-4>li>a:hover{
  color: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.08)

;
}
.custom-menu-primary ul ul li a.active,
body header .navigation-primary ul.level-4>li>a.active,
body header .navigation-primary ul.level-4>li>a.active-item,
body header nav.navigation-primary ul.level-2>li>a.active-item,
body header nav.navigation-primary ul.level-2>li>a.active-branch{
  color: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
}


body header nav.navigation-primary ul.level-2>li{
  border-bottom-color:

  
  
    
  


  rgba(47, 113, 148, 1.0)


}
/* Custom fields */    
body header .navigation-primary ul.level-4>li>a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

body header .navigation-primary .submenu.level-2 .submenu.level-3 ul.level-4>li:last-child>a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

header .contact_number a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

header .contact_number a:hover{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

body header nav.navigation-primary ul.level-2>li:nth-child(2) ul.level-3>li>a{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(0, 95, 133, 1.0)

;
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

body header nav.navigation-primary ul.level-2>li:nth-child(2) ul.level-3>li>a:hover{
  color: 

  
  
    
  


  rgba(0, 95, 133, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(0, 95, 133, 1.0)

;
}

header .button_2 a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
  background-color: ;
  border-color: 

  
  
    
  


  rgba(#null, 1)

;
}

header .button_2 a:hover{
  color: 

  
  
    
  


  rgba(#null, 1)

;
  background-color: ;
  border-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header_search form .is-search-input{
  color: 

  
  
    
  


  rgba(#null, 1)

;
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  border-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header_search form .is-search-input:focus{
  border-color: 

  
  
    
  


  rgba(#null, 1)

;
}

button#hamburger .hamburger-inner,
button#hamburger .hamburger-inner:before,
button#hamburger .hamburger-inner:after {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

button#hamburger:hover .hamburger-inner,
button#hamburger:hover .hamburger-inner:before,
button#hamburger:hover .hamburger-inner:after {  
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

body .big-menu-panel-desktop{
  background-color:

  
  
    
  


  rgba(#null, 1)


}

body .big-side-menu ul>li.hs-menu-depth-1>a,
body .big-side-bottom-menu ul>li.hs-menu-depth-1>a {
  color: 

  
  
    
  


  rgba(#null, 1)


}

body header nav.navigation-primary ul.level-1>li:last-child{
  border-left-color:

  
  
    
  


  rgba(49, 49, 49, 1.0)


}
body .big-side-menu ul>li.hs-menu-depth-1>a:hover,
body .big-side-bottom-menu ul>li.hs-menu-depth-1>a:hover{
  color: 

  
  
    
  


  rgba(#null, 1)

;
  background-color:

  
  
    
  


  rgba(#null, 1)

;
}

body .big-menu-panel-desktop .close-button-desktop-wrap button{
  color:

  
  
    
  


  rgba(#null, 1)


}

body .big-menu-panel-desktop .close-button-desktop-wrap button:hover{
  color:

  
  
    
  


  rgba(#null, 1)


}

body .cm-divider hr {
  border-bottom-color:

  
  
    
  


  rgba(#null, 1)


}

body header .social-links .social-links__icon svg,
body header .social-links .social-links__link  svg{
  fill: 

  
  
    
  


  rgba(#null, 1)


}

body header .social-links .social-links__icon:hover svg, 
body header .social-links .social-links__icon:focus svg, 
body header  .social-links .social-links__icon:active svg,   
body header .social-links .social-links__link:hover svg, 
body header .social-links .social-links__link:focus svg, 
body header .social-links .social-links__link:active svg{
  fill:

  
  
    
  


  rgba(#null, 1)


}


body header .header_top_menu_wrap ul>li.hs-menu-depth-1>a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

body header .header_top_menu_wrap ul>li.hs-menu-depth-2>a{
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

body header .header_top_menu_wrap ul>li.hs-menu-depth-2>a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

body header .header_top_menu_wrap ul>li.hs-menu-depth-2>a:hover{
  color: 

  
  
    
  


  rgba(#null, 1)

;
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

body header nav.navigation-primary ul.level-1>li>a:hover{
  border-bottom-color: 

  
  
    
  


  rgba(47, 113, 148, 1.0)

;
}

body header nav.navigation-primary ul.level-1>li:after{
  color:

  
  
    
  


  rgba(0, 150, 175, 1.0)


}

body header .btn-1-wrap a.hs-button,
body header .btn-2-wrap a.hs-button{
    background-color: 

  
  
    
  


  rgba(0, 95, 133, 1.0)

;
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

body header .btn-1-wrap a.hs-button:hover,
body header .btn-2-wrap a.hs-button:hover {
    color: 

  
  
    
  


  rgba(0, 95, 133, 1.0)

;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border-color: 

  
  
    
  


  rgba(0, 95, 133, 1.0)

;
}





/* 1h. Site footer Variables */













/* Footer Content */

body footer.footer-inner {
  background-color: 

  
  
    
  


  rgba(0, 38, 62, 1.0)

;
}

body footer .footer__text p {
  color: 

  
  
    
  


  rgba(197, 183, 163, 1.0)

;
}

body .footer-content *{
  color:

  
  
    
  


  rgba(197, 183, 163, 1.0)

;
}

body footer .footer-content h2{
  color:

  
  
    
  


  rgba(197, 183, 163, 1.0)

;
}
body footer .footer-copyright{
  color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


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

body footer .footer-menu-1 ul>li>a:hover,
body footer .footer-menu-2 ul>li>a:hover{
  color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

body footer .cell ul li.hs-menu-depth-1:not(:last-child)>a:after,
body footer .cell ul li.hs-menu-depth-2:not(:last-child)>a:after{
  color:  ;
}


body .footer_form_heading h2{
  color:  ;
}

body .footer_form_heading h3{
  color:  ;
}


body .newsletter_form form .hs-input{
  color:  ;
  background:  ;
  border-color:  ;
}

body .newsletter_form form .hs-button{
  color:  ;
  background:  ;
  border-color:  ;
}

body .newsletter_form form .hs-button:hover{
  color:  ;
  background:  ;
  border-color:  ;
}

body footer .social-links .social-links__icon svg,
body footer .social-links .social-links__link  svg{
  fill: ;
}

body footer .social-links .social-links__icon:hover svg, 
body footer .social-links .social-links__icon:focus svg, 
body footer  .social-links .social-links__icon:active svg,
body footer .social-links .social-links__link:hover svg, 
body footer .social-links .social-links__link:focus svg, 
body footer .social-links .social-links__link:active svg{
  fill:;
}

.footer-content-divider:before {
  border-top-color: 

  
  
    
  


  rgba(0, 160, 175, 1.0)

;
}

.footer-menu-1 ul>li:not(:first-child)>a:before,
.footer-menu-1 ul>li:not(:first-child)>a:after{
  background-color: 

  
  
    
  


  rgba(0, 150, 175, 1.0)

;
}






/* Blog Header */


/* Blog Listing */

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 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(65, 64, 66, 1)

;
}

.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: 

  
  
    
  


  rgba(46, 163, 242, 1)

;
}

.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: 

  
  
    
  


  rgba(46, 163, 242, 1)

;
}

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

.blog-pagination__link {
  color: 

  
  
    
  


  rgba(65, 64, 66, 1)

;
}

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

.blog-post__title {
  color: #00263e;
  font-family:Montserrat;
  font-size: 32px;
  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: #fff;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: 

  
  
    
  


  rgba(46, 163, 242, 1)

;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: 

  
  
    
  


  rgba(46, 163, 242, 1)

;
}

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

.blog-index__post-content a {
  color: 

  
  
    
  


  rgba(65, 64, 66, 1)

;
}

.blog-post__read-more svg {
  fill: 

  
  
    
  


  rgba(65, 64, 66, 1)

;
}

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

.blog-sidebar a {
  color: 

  
  
    
  


  rgba(65, 64, 66, 1)

;
}

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

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

.blog-post__meta a {
  color: 

  
  
    
  


  rgba(65, 64, 66, 1)

;
}

.blog-post__meta a:hover {
  color: 

  
  
    
  


  rgba(46, 163, 242, 1)

;
}

.blog-post__links-container {
  border-top:  2px solid rgb(228, 230, 232);
}

.blog-post__back-to-blog {
  color: 

  
  
    
  


  rgba(65, 64, 66, 1)

;
}

.blog-post__back-to-blog svg {
  fill: 

  
  
    
  


  rgba(65, 64, 66, 1)

;
}

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

.comment.depth-1 {
  border-left: 2px solid rgb(228, 230, 232);
}

.section.post-footer .hs-input {
  border-color: rgb(228, 230, 232);
}

.blog-recent-posts {
  background-color: rgb(245, 245, 245);
}











.card__price {
  font-family: Montserrat
    font-size: 28px;
  color: #00586f;
  font-weight: 700
}


