







/* 1a. Containers */




/* 1b. Colors */












































































/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.wrapper-footer-page,
.dnd-section,
.content-wrapper--vertical-spacing{
  padding-bottom: 16.0px;
  padding-top: 16.0px;
}

@media (min-width: 576px){
  /*   .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
  max-width: 521.052631px;
} */

  .wrapper-footer-page,
  .dnd-section,
  .content-wrapper--vertical-spacing{
    padding-bottom: 35.0px;
    padding-top: 35.0px;
  }
}

@media (min-width: 768px){
  /*   .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
  max-width: 694.736845px;
} */

  .dnd-section,
  .wrapper-footer-page,
  .content-wrapper--vertical-spacing{
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
/* @media (min-width: 992px){
.page-center,
.content-wrapper,
.dnd-section > .row-fluid {
max-width: 926.315786px;

}
} */

.content-wrapper,
.dnd-section > .row-fluid {
  max-width: 1100px;

}





html {
  font-size: 18px;
}

body {
  font-size: 18px;
  color: #808080;
  font-weight: 400;
  font-family: futura-pt, Verdana,sans-serif;
}


/* Anchors */

a {
  color: 

  
  
    
  


  rgba(0, 128, 145, 1.0)

;
}

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(0, 102, 112, 1.0)

;
}

/* Headings */

h1 {
  font-family: futura-pt,Verdana,sans-serif;
  font-size: 55px;
  color: #008080;
  font-weight: 700;
}

h2 {
  font-family: futura-pt,Verdana,Arial,sans-serif;
  font-size: 44px;
  color: #008080;
  font-weight: 700;
}

h3 {
  font-family: futura-pt,Verdana,Arial,sans-serif;
  font-size: 22px;
  color: #008080;
  font-weight: 700;
}

h4 {
  font-family: futura-pt,Verdana,Arial,sans-serif;
  font-size: 18px;
  color: #008080;
  font-weight: 700;
}

h5 {
  font-family: futura-pt,Verdana,Arial,sans-serif;
  font-size: 17px;
  color: #008080;
  font-weight: 700;
}

h6 {
  font-family: futura-pt,Verdana,Arial,sans-serif;
  font-size: 16px;
  color: #008080;
  font-weight: 700;
}

/* Blockquote */

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

@media (max-width: 767.98px){
  h2 {
    font-size: 28.6px;
  }
  h3 {
    font-size: 15.125px;
  }
  h4{
    font-size: 14.99994px;
  }
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(194, 32, 52, 1.0)

;
  border: 0px solid #004a54;
  border-radius: 4px;
  color: #ffffff;
  padding: 6px 35px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(154, 0, 12, 1.0);
  border-color: #00222c;
  color: #ffffff;
}

button:active,
.button:active {
  background-color: rgba(234, 72, 92, 1.0);
  border-color: #28727c;
  color: #ffffff;
}





form,
.submitted-message {
  font-size: 18px;
  color: #808080;
  font-weight: 400
}

/* Form title */

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

/* Form label */

form label {
  color: rgba(0, 78, 94, 1.0);
}

/* Form help text */

form legend {
  color: rgba(0, 78, 94, 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(99, 101, 105, 1.0);
  border-radius: 0px;
}

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(99, 101, 105, 1.0);
}

/* Form placeholder text */

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

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

/* Submit button */

form input[type=submit]{
  background-color: 

  
  
    
  


  rgba(194, 32, 52, 1.0)

;
  border: 0px solid #004a54;
  border-radius: 4px;
  color: #ffffff;
  padding: 6px 35px;
}


form input[type=submit]:focus{
  background-color: rgba(154, 0, 12, 1.0);
  border-color: #00222c;
  color: #ffffff;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(234, 72, 92, 1.0);
  border-color: #28727c;
  color: #ffffff;
}


/* Submit button */
button,
.button,
.hs-button,
.button--primary {
  background-color: rgba(194, 32, 52, 1.0);
  border-color: rgba(0, 74, 84, 1.0);
  border-radius: 4px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 6px;
  padding-bottom: 6px;
}
button:hover, .button:hover,
.hs-button:hover,
.button--primary:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(194, 32, 52, 1.0);
  border-color: rgba(0, 74, 84, 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)

;
}



.top_header_inner{
  background-color: rgba(0, 140, 153, 1.0);
}

.top_header .col_1_inner ul li a,
.top_header .col_2_inner>div p {
  color: rgba(255, 255, 255, 1.0);
}

.top_header .col_1_inner ul li a:hover,
.top_header .col_2_inner>div p a:hover {
  color: rgba(255, 255, 255, 1.0);
}

.sticky-header {
  background-color: rgba(0, 128, 145, 0.0);
}

.bottom_header .custom-menu-primary ul.submenu.level-1>li>a,
.bottom_header .custom-menu-primary ul.submenu.level-1>li>a .child-trigger:before{
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
}

.bottom_header .custom-menu-primary ul.submenu.level-1>li:hover>a,
.bottom_header .custom-menu-primary ul.submenu.level-1>li:hover>a .child-trigger:before{
  border-color: rgba(0, 128, 145, 1.0);
  color: rgba(0, 128, 145, 1.0);
  background-color: rgba(163, 222, 219, 1.0);
} 

.bottom_header .custom-menu-primary ul.submenu.level-2 a {
  color: rgba(255, 255, 255, 1.0);
  border-bottom-color: rgba(0, 128, 128, 1.0);
  background-color: rgba(0, 128, 128, 0.72);
}

.bottom_header .custom-menu-primary ul.submenu.level-2 a:hover {
  color: rgba(0, 128, 128, 1.0);
  background-color: rgba(255, 255, 255, 0.72);
}

.bottom_header .apply_mrgn a{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(194, 32, 52, 1.0);
}

.bottom_header .apply_mrgn a:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(87, 182, 178, 1.0);
}

body.fixed .sticky-header {
  background-color: rgba(0, 128, 145, 0.7000000000000001);
}







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

span.pp-social-icon a{
  color: rgba(193, 2, 48, 1.0);
  border-color: rgba(193, 2, 48, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

.col-ft-3.column-2.footer-menu .hs-menu-wrapper>ul>li>ul>li>a{
  color: rgba(0, 96, 114, 1.0);
}
.col-ft-3.column-2.footer-menu .hs-menu-wrapper>ul>li>ul>li>a:hover{
  color: rgba(0, 96, 114, 1.0);
}
.copyright p{
  color: rgba(99, 101, 105, 1.0);
}

.footer-form .form-title {
  color: rgba(99, 101, 105, 1.0);
}

.footer-form .hs-form input::placeholder {
  color: rgba(#null, 0.0);
}

.footer-form .hs-form input {
  border-color: rgba(128, 128, 128, 1.0);
  border-radius: rgba(#null, 0.0);
}

.footer-form .hs-form input.hs-button.primary.large{
  border-color: rgba(193, 2, 48, 1.0);
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(193, 2, 48, 1.0);
}

.footer-form .hs-form input.hs-button.primary.large:hover{
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(87, 182, 178, 1.0);
  background-color: rgba(87, 182, 178, 1.0);
}












.card__price {
  font-family: futura-pt,Verdana,Arial,sans-serif
    font-size: 22px;
  color: #008080;
  font-weight: 700
}