body {
      background: url(/storage/app/media/bg-header.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Open Sans', sans-serif;
}
p {
    font-family: 'Open Sans', sans-serif;
}
.button1, .form .submit, .appointment-form .submit, .wrap__slider .slider__button a, .staff-member__link, .wrap__specialoffer .form .submit, .button2, .featuredblock__button, .wrap__newslettersignup .form .leadForm .btn.submit{
    background-color: #5FB0EC;
    border: 0;
}
.button1:hover, .form .submit:hover, .appointment-form .submit:hover, .wrap__slider .slider__button a:hover, .staff-member__link:hover, .button2:hover, .featuredblock__button:hover, .wrap__newslettersignup .form .leadForm .btn.submit:hover {
    color: #5FB0EC;
    background-color: #fff;
}
.button2:hover, .featuredblock__button:hover, .wrap__newslettersignup .form .leadForm .btn.submit:hover {
    color: #5FB0EC;
    background-color: #fff;
    border-color:#5FB0EC;
}
.wrap__header--inner  {
  background: url(/storage/app/media/bg-header.jpg) no-repeat top center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.logo__description {
    font-size: 24px;
}
.socialmedia__link {
    background-color: #5FB0EC ;
}
.wrap__specialoffer {
    background-color: #5FB0EC;
    border: 1px solid #8FA1AF;
}
.gallery__title{
    color:#fff;
}
#tab__testimonials .testimonials__item{
    background: #496174 ;
    padding:25px;
    border:1px solid #889CAB;
}
.staff-member ul, .form ul {
    list-style-type: none;
}
li {
    font-family: 'Open Sans', sans-serif!important;;
    font-size:14px!important;
}
.home-layout, .page-layout {
    max-width: 100%;
}
.wrap__slider .slider__title:before {
    content: "ALOHA";
    display: block;
    font-size: 24px;
}
.wrap__slider .slider__button a:hover:before,
.featuredblock__button:hover:before {
    background-color: rgb(175 216 246);
}
.wrap__specialoffer {
    background-color: #00629b;
}
.wrap__specialoffer .form__title, 
.wrap__specialoffer .form__caption, 
.wrap__specialoffer .form .leadFormInfo,
.wrap__newslettersignup .form .leadFormInfo {
    color: #fff;
}
.editable a, .wrap__page-content a, .wrap__editable a, .wrap__editable-content a {
    color: #00629b;
    font-size: inherit;
}
.marg0 {
    margin: 0;
}
.navigation:not(.mm-menu) .navigation__list {
    text-align: center;
}
.staff-wrapper img {
float: right;
width: 35%;
margin: 20px;
max-width: 100%;
}
.column-tif {
 float: left;
 width: 50%;
 padding: 10px;
}

.row-tif:after {
 content: "";
 display: table;
 clear: both;
}
.tif-link a {
    color: #fff;
}
.tif-link:hover {
    background: #093652;
    transition: 0.3s;
}
.tif-link {
    text-align: center;
    background: #136193;
    padding: 20px;
    font-size: 17px;
    font-weight: bold;
    border-radius: 5px;
}
/** FOR ACCORDION **/
.accordion {
  font-size: 1rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  padding: 1.5em 1.5em;
  background: #00629b;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: .1em;
  transition: all .3s;
}

.accordion-header:hover {
  background: #003354;
  position: relative;
  z-index: 5;
}

.accordion-body {
  background: #fcfcfc;
  color: #3f3c3c;
  display: none;
}

.accordion-body__contents {
  padding: 0.5em 1.5em;
  font-size: .85em;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
content: "\f078";
    font-family: 'font-awesome';
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  background: #003354;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: black;
}

.wrap__testimonials--inner {
    background:#fff;
    padding:25px; 
}
/* form dislaimer */
.input_container.checkbox_wrapper span.help_text {
    font-weight: bold;
    font-size: 15px;
}
#specialoffer .custom0__label-input-container label {
    font-size: 14px;
}
#specialoffer .form .checkbox_wrapper input + label:before,
 .wrap__form.appointment .form .checkbox_wrapper input + label:before {
    top: 7%;
}

#specialoffer .disclaimer_text a {
    color: #fff;
    font: inherit;
} 
.wrap__form.appointment .disclaimer_text a {
    color: #000;
    font: inherit;
    font-size: 15px;
    font-weight: bold;
} 
.disclaimer_text {
  color: #000;
  margin: 0;
  font: inherit;
}

/** END **/
@media (min-width: 768px) and (max-width: 1140px) {
    .wrap__slider .slider .component__title-caption-wrap,
    .wrap__specialoffer .form .form__group.form-input-comments {
        width: 100%;
    }
    .wrap__slider .slider__title {
        line-height: 46px;
    }
}
@media (max-width: 991px){
.column-tif {
 float: none;
 width: 100%;
 padding: unset;
   }
}
@media (min-width: 768px){
   .wrap__form.appointment .custom0__label-input-container {
       width: 190% !important;
     }
}

@media (max-width: 768px) {
.staff-wrapper {
text-align: center;
}
.staff-wrapper img {
float: none;
width: 245px;
margin: 0 auto;
max-width: 100%;
display: block;
}
}
a.piwik_ignore::before {
     content: "Phone: ";
}

a.piwik_ignore::after {
    content: "\A Fax:     808-518-4535";
     white-space: pre; /* or pre-wrap */
}
