






 
/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
































































/* 1d. Buttons */









/* 1d. Buttons */









/* 1e. Forms */














/* 1f. Tables */











/* 1g. Site header */























/* 1h. Site footer */














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

.dnd-section > .row-fluid,
.content-wrapper, .page-center{
  max-width: 1200px ;
}






body {
	font-size: 16px;
	color: #212529;
	font-weight: 400;
	font-family: Segoe UI,sans-serif;
	scroll-behavior: smooth;
}

/* Paragraphs */

p {
  font-size: 16px;
  color: #212529;
  font-weight: 400;
}

/* Anchors */

.body a:not (.cta_button) {
  cursor: pointer;
  text-decoration: underline!important;
  color: #2B6CB0!important;
}
}

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

/* Headings */

h1 {
  font-family: Segoe UI,sans-serif;
  font-size: 32px;
  color: #212529;
  font-weight: 500;
}

h2 {
  font-family: Segoe UI,sans-serif;
  font-size: 26px;
  color: #212529;
  font-weight: 500;
}

h3 {
  font-family: Segoe UI,sans-serif;
  font-size: 20px;
  color: #212529;
  font-weight: 500;
}

h4 {
  font-family: Segoe UI,sans-serif;
  font-size: 18px;
  color: #1698ff;
  font-weight: 500;
}

h5 {
  font-family: Segoe UI,sans-serif;
  font-size: 18px;
  color: #1698ff;
  font-weight: 600;
  text-transform: uppercase;
}

h6 {
  font-family: Segoe UI,sans-serif;
  font-size: 16px;
  color: #212529;
  font-weight: 500;
  font-style: italic;
}

/* Blockquote */

blockquote {
  border-left: 5px solid #1698ff;
  background-color: rgba(238, 246, 255, 1);
  padding: 20px 30px 20px;
}




button,
.button {
  background-color: 

  
  
    
  


  rgba(22, 152, 255, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(22, 152, 255, 1.0)

;
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 12px 12px;
  margin-bottom: 10px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(2, 90, 165, 1.0)

;
  border-color: 

  
  
    
  


  rgba(2, 90, 165, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

button:active,
.button:active {
  background-color: 

  
  
    
  


  rgba(2, 90, 165, 1.0)

;
  border-color: 

  
  
    
  


  rgba(2, 90, 165, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}




.button--secondary {
  background-color: 

  
  
    
  


  rgba(22, 152, 255, 0.0)

;
  border: 1px solid 

  
  
    
  


  rgba(22, 152, 255, 1.0)

;
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(22, 152, 255, 1.0)

;
  padding: 12px 12px;
  margin-bottom: 10px;
}

.button--secondary:hover,
.button--secondary:focus {
  background-color: 

  
  
    
  


  rgba(22, 152, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(22, 152, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.button--secondary:active {
  background-color: 

  
  
    
  


  rgba(22, 152, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(22, 152, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}







.custom_error_message form, 
.widget-type-form, 
.widget-type-blog_subscribe,
.hs_cos_wrapper_type_member_login form,
.hs_cos_wrapper_type_member_register form, 
.hs_cos_wrapper_type_password_reset_request form, 
.hs_cos_wrapper_type_password_reset form, 
.widget-type-password_prompt form, 
.widget-type-google_search, 
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription, 
#comment-form,
.hs-search-field__bar form, 
.cm-comment-form, 
.dnd_area_subscription-row-0-background-color, 
.blog-comments{
  background: linear-gradient(180deg,rgba(4, 44, 76, 1.0),
    rgba(0, 24, 44, 1.0),
    rgba(4, 44, 76, 1.0));
}
form,
.submitted-message {
  font-size: 16px;
  color: #212529;
  font-weight: 400
}

/* Form title */

.form-title {
  color: rgba(237, 242, 247, 1.0);
}

/* Form label */

form label {
  color: rgba(237, 242, 247, 1.0);
}

/* Form help text */

form legend {
  color: rgba(237, 242, 247, 1.0);
}


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(203, 214, 226, 1.0);
  color: rgba(73, 80, 87, 1.0);
  border-radius: 0px;
  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(22, 152, 255, 1.0);
}

/* Date picker */

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

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

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

/* Submit button */


form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(22, 152, 255, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(22, 152, 255, 1.0)

;
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 12px 12px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(2, 90, 165, 1.0)

;
  border-color: 

  
  
    
  


  rgba(2, 90, 165, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: 

  
  
    
  


  rgba(2, 90, 165, 1.0)

;
  border-color: 

  
  
    
  


  rgba(2, 90, 165, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

th,
td {
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-bottom-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}





header.header{
  background-color: 

  
  
    
  


  rgba(4, 44, 76, 1.0)

;
}
header.header.fixed_header{
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.custom-menu-primary ul.submenu.level-1>li>a,
.widget_wrapper .link_wrapper a{
  color: 

  
  
    
  


  rgba(255, 255, 255, 0.5)

;
}
.custom-menu-primary ul.submenu.level-1>li:hover>a,
.widget_wrapper .link_wrapper:hover a{ 
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 0.75)

;
}
.custom-menu-primary ul.submenu.level-1>li>a.active-item{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 0.5)

;
}
.custom-menu-primary .navigation-primary>ul>li>ul{
  border: rgba(0, 0, 0, 0.1);
}
.custom-menu-primary .navigation-primary>ul>li>ul:after{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary ul.submenu.level-2>li>a{
  color: 

  
  
    
  


  rgba(4, 44, 76, 1.0)

;
}
.custom-menu-primary ul.submenu.level-2>li>a:hover{
  color: 

  
  
    
  


  rgba(2, 117, 216, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}
.custom-menu-primary ul.submenu.level-2>li>a.active-item{
  color: 

  
  
    
  


  rgba(4, 44, 76, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.widget_wrapper .button_wrapper .cta_button{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(22, 152, 255, 1.0)

;
}
.widget_wrapper .button_wrapper .cta_button:hover{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(2, 90, 165, 1.0)

;
}






footer.footer {
  background-color: 

  
  
    
  


  rgba(250, 250, 252, 1.0)

;
  color: 

  
  
    
  


  rgba(113, 128, 150, 1.0)

;
  border-color: 

  
  
    
  


  rgba(2, 117, 216, 1.0)

;
}
.contact_info h2,
.footer_menu .navigation-primary>ul>li>a, 
footer.footer .left_column h2,
.footer_form h2{
  color: 

  
  
    
  


  rgba(4, 44, 76, 1.0)

;
}
footer.footer p,
footer.footer .copyright p{
  color: 

  
  
    
  


  rgba(113, 128, 150, 1.0)

;
}
.footer_menu .navigation-primary>ul>li>ul>li>a, 
footer.footer .contact_info ul>li>span,
footer.footer .contact_info ul>li>a{
  color: 

  
  
    
  


  rgba(113, 128, 150, 1.0)

;
}
.footer_menu .navigation-primary>ul>li>ul>li>a:hover,
footer.footer .contact_info ul>li>span,
footer.footer .contact_info ul>li>a:hover{
  color: 

  
  
    
  


  rgba(113, 128, 150, 1.0)

;
  border-color: ;
}
.footer_form p{
  color: rgba(0, 0, 0, 1.0);
}


.left_column ul>li>div>a>i{
  color: rgba(22, 152, 255, 1.0);
}
.left_column ul>li>div>a:hover>i{
  color: rgba(2, 90, 165, 1.0);
}





/* Blog Header */


/* Blog Listing */

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

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

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

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

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

.blog-pagination__link {
  color: #212529;
}

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

.blog-post__title {
  color: #212529;
  font-family:Segoe UI,sans-serif;
  font-size: 32px;
  font-weight: 500;
}

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

#comments-listing .comment-reply-to {
  color: rgb(113, 128, 150);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgb(0, 0, 1);
}

#comments-listing .comment-reply-to:active {
  color: rgb(153, 168, 190);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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


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


.comment.depth-1 {
  border-left: 2px solid rgb(100, 97, 92);
}


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











.card__price {
  font-family: Segoe UI,sans-serif;
  font-size: 20;
  color: #212529;
  font-weight: 500
}





/* Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

/* Branding on the Privacy trigger */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none;
}