@font-face {
    font-family: 'Optima_Bold';
    src: url('https://my.therapysites.com/common/themes/global/fonts/Optima/optima-webfont.eot');
    src: url('https://my.therapysites.com/common/themes/global/fonts/Optima/optima-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://my.therapysites.com/common/themes/global/fonts/Optima/optima-webfont.woff') format('woff'),
         url('https://my.therapysites.com/common/themes/global/fonts/Optima/optima-webfont.woff2') format('woff2'),
         url('https://my.therapysites.com/common/themes/global/fonts/Optima/optima-webfont.ttf') format('truetype'),
         url('https://my.therapysites.com/common/themes/global/fonts/Optima/optima-webfont.svg#Optima_Bold') format('svg');
}

body {
    font-size: 16px;
}

.slider .bx-wrapper .bx-viewport {
    min-height: 500px;
}

.slider__item {
    height: 500px;
    max-height: 500px;
}

 p.logo__title {
      font-family: 'Optima_Bold';
      font-size: 27pt;
 }

 th, td {
    border: unset;
}

.wrap__logoHeader {
       max-width: 100%;
}

 
@media only screen and (max-width: 1199px) {
    .slider__image, .slider__image--fixed {
    background-size: 100% 100%;
}
}

@media only screen and (max-width: 1024px) {
    .wrap__image--inner .image {
    background-size: 100% 100% !important;
}
    .slider .bx-wrapper .bx-viewport {
    min-height: 280px;
}

.slider__item {
    height: 280px;
    max-height: 280px;
}
    .wrap__image--inner .image {
    height: 65px;
    background-size: 100% !important;
}
}

@media only screen and (max-width: 767px) {
    .editable__container--inner picture, .editable__container--inner img {
    float: unset !important;
    display: block;
}
       .wrap__logoHeader .logo__title {
        font-size: 30px;
        line-height: 1.2;
    }
            .wrap__logoHeader .logo__description {
        font-size: 20px;
        line-height: 1;
    }

        .wrap__header--inner {
        padding: 13px 25px 9px;
    }
           .wrap__page-content h1, .page__title {
        font-size: 25px;
    }
   
}

 