@font-face {
    font-family: 'scriptin';
    src: url('https://my.therapysites.com/common/themes/global/fonts/Scriptin/scriptin-webfont.ttf') format('truetype');
}
body {
      font-family: 'Open Sans', sans-serif;
}
h1 {
    font-size: 31pt;
        font-family: 'scriptin';
}

.wrap__ctaHeader--inner {
    display: none;
}

strong i, strong em, b i, b em {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-style: italic;
}
.docheadline {
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

/*  SIDEBAR */

#innerSidebar {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}

.profile-phone, .profile-formatted-address, .profile-email-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 45px;
    padding: 3px;
    letter-spacing: 1.2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar-text h4 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    margin-left: 0 !important;
    margin-bottom: 5px;
    color: #9cadb4;
    font-family: 'Open Sans', sans-serif;
}

/*  END  */


/*IF TEXT IS UNDER THE IMAGE*/
.editable__container--inner {
    z-index: 1!important;
}
.location__phone::before {
    content: "\f095";
    font-family: FontAwesome;
    padding-right: 5px;
}
.location__address::before{
    content: "\f041";
    font-family: FontAwesome;
    padding-right: 5px;
}

.location__fax::before {
    content: "\f1ac";
    font-family: FontAwesome;
    padding-right: 5px;
}

.location__email::before {
    content: "\f0e0";
    font-family: FontAwesome;
    padding-right: 5px;
}