










/* 1b. Colors */




/* 1c. Typography */






























































/* 1d. Buttons */












/* 1e. Forms */














/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

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

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






html {
  font-size: 14px;
  font-weight: 300;
  font-family: Work Sans,sans-serif;
}
html {
  
  color: #696969;
  
}

/* Anchors */

a {
  color: #62a8d4;
}

a:hover {
  color: #c6c6c6;
}

/* Headings */

h1 {
  font-family: Work Sans;
  font-size: 34.0px;
  font-weight: 700;
}
h1 {
  
  color: #292929;
  
}


h2 {
  font-family: Work Sans;
  font-size: 25.5px;
  font-weight: 700;
}
h2 {
  
  color: #292929;
  
}

h3 {
  font-family: Work Sans;
  font-size: 22px;
  font-weight: 700;
}
h3 {
  
  color: #292929;
  
}

h4 {
  font-family: Work Sans;
  font-size: 18px;
  font-weight: 700;
}

h4 {
  
  color: #292929;
  
}
h5 {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
}
h5 {
  
  color: #292929;
  
}

h6 {
  font-family: Roboto;
  font-size: 11px;
  font-weight: 400;
}
h6 {
  
  color: #292929;
  
}

@media (min-width: 960px){
  h1{
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }
}




button,
.button {
  background-color: rgba(98, 168, 212, 1.0);
  border: 0px solid #FFFFFF;
  border-radius: 100px;
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  padding: 12.8px 40px;
}

button:hover,
.button:hover,
.button:focus {
  background-color: rgba(126, 184, 220, 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(41, 41, 41, 0.0);
}

/* Form label */

form label {
  color: rgba(116, 127, 143, 1.0);
}

/* Form help text */

form legend {
  color: rgba(116, 127, 143, 1.0);
}

/* 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(225, 229, 238, 1.0);
  color: rgba(41, 41, 41, 1.0);
  border-radius: 4px;
  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, 1.0);
}

/* Form placeholder text */

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

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

/* 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(98, 168, 212, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  border-radius: 100px;
  color: rgba(255, 255, 255, 1.0);
  padding: 12.8px 40px;
}

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(126, 184, 220, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}






th,
td {
  background-color: rgba(248, 248, 248, 1.0);
  border: 1px solid rgba(221, 221, 221, 1.0);
  color: rgba(105, 105, 105, 1.0);
}

thead th,
thead td {
  background-color: rgba(248, 248, 248, 1.0);
  color: rgba(105, 105, 105, 1.0);
}

tfoot td {
  background-color: rgba(248, 248, 248, 1.0);
  color: rgba(105, 105, 105, 1.0);
}

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





.custom_header {
  background-color: rgba(255, 255, 255, 1.0);
  border-bottom: 1px solid rgba(229, 229, 229, 1.0);;
}


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

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


body .custom-menu-primary a.active-branch{
  color: rgba(41, 41, 41, 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: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(41, 41, 41, 1.0);
}

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


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








.footer {
  background-color: rgba(98, 168, 212, 1.0);
  color: rgba(29, 28, 33, 1.0);
}
.footer h3{
  color: rgba(255, 255, 255, 1.0);
}
.footer-content-row-inner .footer-col:not(:first-child):before{
  border-left-color: rgba(255, 255, 255, 0.08);
}
/* 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: Work Sans
    font-size: 22px;
  color: #292929;
  font-weight: 700
}