@font-face {
    font-family: 'georgia';
    src:  url('https://my.therapysites.com/common/themes/global/fonts/Georgia/georgiai-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'Optima_Regular';
    src: url('https://my.therapysites.com/common/themes/global/fonts/Optima/optima_regular-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'LucidaGrande_Bold';
    src: url('https://my.therapysites.com/common/themes/global/fonts/LucidaGrande/lucidagrande_bold-webfont.ttf') format('truetype');
}

@font-face {         
    font-family: 'Verdana_Regular';
    src: url('https://my.therapysites.com/common/themes/global/fonts/Verdana/verdana-webfont.ttf') format('truetype');
}
body {
    font-family: 'Verdana_Regular';
        color: #000;
}

strong, b {
    font-family: 'Verdana_Regular';
    font-weight: bold; 
}

span#menuTitle {
    font-family: Optima_Regular;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.wrap__logoHeader .logo__title {
    font-family: "Optima_Regular";
    color: #395e84;
    font-weight: bold;
}
p.logo__description {
    font-family: 'LucidaGrande_Bold';
    font-weight: 600;
    font-size: 13pt;
    color: #4f4b4b;
}
.page__title {
    font-family: 'georgia' !important;
    font-size: 32pt !important;
    color: #24406d;
}

.wrap__ctaBody .cta_block:nth-child(2) {
    display: none;
}

span#sidebarTitle {
    font-family: Optima_Regular;
    font-size: 22px;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2d4775;
}
.leadForm .form-input-preferred_date .input_container:before {  
    display: none;
}
.sidebar-holder .wrap__editable p {
    font-size: 12px;
}
/* COLOR SCHEME */

.sidebar-holder-top, .navigation .mm-panels > .mm-panel,
.wrap__footer, .wrap__slider:after, .wrap__image:after {
    background: #395e84;
}
.wrap__ctaHeader .cta__link--icon {
    color: #395e84;
}
 .navigation .mm-panels > .mm-panel .mm-listview > li > a, .navigation .mm-panels > .mm-panel .mm-listview > li > span {
    color: #ffffff;
 }
.navigation .mm-panels > .mm-panel .mm-listview > li.mm-selected > a:not(.mm-next):not(.mm-arrow), .navigation .mm-panels > .mm-panel .mm-listview > li.mm-selected > span:not(.mm-next):not(.mm-arrow), .navigation .mm-panels > .mm-panel .mm-listview > li.active > a:not(.mm-next):not(.mm-arrow), .navigation .mm-panels > .mm-panel .mm-listview > li.active > span:not(.mm-next):not(.mm-arrow),
.navigation .mm-panels > .mm-panel .mm-listview > li > a:hover, .navigation .mm-panels > .mm-panel .mm-listview > li > span:hover {
    background: #47739f;
    color: #ffffff;
}
.wrap__contacts {
    background: #ccdf7c;
}
.sidebar-holder .wrap__editable p {
    color: #2d4775;
}
.wrap__ctaBody .cta_block {
    border: 2px solid #ccdf7c;
}
/* END */


@media only screen and (max-width: 1024px) {
    .sidebar-holder-top .wrap__editable { 
        display: none;
    }
        .wrap__logoHeader .logo__title {
        font-size: 28px;
        line-height: 1.2;
    }
    .wrap__logoHeader .logo__description {
        font-size: 19px;
        line-height: 1.2;
        }
  
  .page__title {
    font-size: 24pt !important;
  }
  .sidebar-holder .wrap__editable p {
      text-align: center;
  }
}

