










/* 1b. Colors */




/* 1c. Typography */






























































/* 1d. Buttons */












/* 1e. Forms */














/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

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

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






body {
  font-size: 2rem;
  font-weight: Medium;
  font-family: CircularXX,Arial,sans-serif;
}
body {
  
  color: #494A52;
  
}
@media (max-width: 1225px){
  body {
    font-size: 1.666rem;
  }
}

/* Paragraphs */

p {

}

/* Anchors */

a {
  color: #005387;
}

a:hover {
  color: #005387;
}

/* Headings */

h1 {
  font-family: Neo Sans Pro;
  font-size: 60rem;
  font-weight: Regular;
}
h1 {
  
  color: #494A52;
  
}


h2 {
  font-family: Neo Sans Pro;
  font-size: 3rem;
  font-weight: Medium;
}
h2 {
  
  color: #4d4f53;
  
}

h3 {
  font-family: Neo Sans Pro;
  font-size: 2.2rem;
  font-weight: Medium;
}
h3 {
  
  color: #4d4f53;
  
}

h4 {
  font-family: Neo Sans Pro;
  font-size: 2rem;
  font-weight: Bold;
}

h4 {
  
  color: #4d4f53;
  
}
h5 {
  font-family: CircularXX;
  font-size: 1.8rem;
  font-weight: Bold;
}
h5 {
  
  color: #4d4f53;
  
}

h6 {
  font-family: CircularXX;
  font-size: 1.6rem;
  font-weight: Bold;
}
h6 {
  
  color: #4d4f53;
  
}






button,
.button {
  background-color: rgba(0, 129, 191, 1.0);
  border: 0px solid #FFFFFF;
  border-radius: 2px;
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  padding: 10px 20px;
}

button:hover,
.button:hover,
.button:focus {
  background-color: rgba(0, 129, 191, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}}







form,
.submitted-message {

}

/* Form title */

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

/* Form label */

form label {
  color: rgba(0, 83, 135, 1.0);
}

/* Form help text */

form legend {
  color: rgba(0, 83, 135, 0.5);
}

/* 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: rgba(255, 255, 255, 0.0);
  color: rgba(0, 83, 135, 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(255, 255, 255, 0.0);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #494A52;
}

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

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

form input[type=submit],
form .hs-button,.hs-button {

  border: 0px solid #FFFFFF;
  background-color: rgba(0, 129, 191, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  border-radius: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding: 10px 20px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,
.hs-button:hover,
.hs-button:focus {
  background-color: rgba(0, 129, 191, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

/* Microsoft bookings form adjustments */
#mainContainer.mainContent {
  margin: 0 0 !important;
}







th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(119, 119, 119, 1.0);
  color: rgba(119, 119, 119, 1.0);
}

thead th,
thead td {
  background-color: rgba(73, 74, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

table,
tbody + tbody {
  border-color: rgba(119, 119, 119, 1.0);
}





.custom_header {
  background-color: rgba(255, 255, 255, 1.0);
}
.custom_header .button--header,.custom_header button.button-search,.custom_header button.button--menu{
  color: rgba(0, 83, 135, 1.0);
}
.custom_header button.button-search:hover,
.custom_header button.button--menu:hover,
.custom_header button.button-search:focus,
.custom_header button.button--menu:focus{
  background-color: rgba(0, 83, 135, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary a {
  color: rgba(0, 83, 135, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a {
  color: rgba(0, 83, 135, 1.0);
}


body .custom-menu-primary a.active-branch {
  color: rgba(0, 83, 135, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch{
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: rgba(#null, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(0, 83, 135, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  color: rgba(0, 83, 135, 1.0);
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: rgba(255, 255, 255, 1.0);;
}


body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0)
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

@media (min-width: 1140px){
  .custom-menu-primary .submenu.level-2{
    background-image: linear-gradient(to right,#005387 0,#005387 50%,#00b4f1 100%);
  }
}





.footer {
  background-color: rgba(0, 83, 135, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.footer-form form .hs_policy label span{
  color: rgba(255, 255, 255, 1.0);
}
.footer-form form .hs_policy label span:before{
  border-color: rgba(255, 255, 255, 1.0);
}
.footer .footer__bottom{
  border-color: rgba(255, 255, 255, 0.25);
}
.footer-form-container .mailchimp__title{
  color: rgba(255, 255, 255, 1.0);
}
.footer-form-container .cm-contant-info .text-block__title,.footer .cm-contant-info .text-block__title{
  color: rgba(255, 255, 255, 1.0);
}
/* Footer Content */

.footer a{
  color: rgba(255, 255, 255, 1.0);
}
.footer a:hover{
  color: rgba(255, 255, 255, 1.0);
}

















.card__price {
  font-family: Neo Sans Pro
    font-size: 2.2px;
  color: #4d4f53;
  font-weight: Medium
}