.copyright__list li {
    text-align: center;
}

.slogan_1 {
    position: relative;
    font-size: 50.6667px;
    font-family: gillsans-light;
    top: 89px;
    right: 108px;
}

.slogan_2 {
    position: relative;
    font-size: 34.6667px;
    font-family: gillsans-light;
    top: 54px;
    right: 49px;
}

.slogan_3 {
    position: relative;
    font-size: 50.6667px;
    font-family: gillsans-light;
    top: 21px;
    right: 28px;
}

.docheadline {
    font-family: tahoma;
    font-size: 12px;
    color:hsl(253, 60%, 47%);
    font-weight: bold;
}

.docsummary {
    font-family:tahoma;
    font-size: 12px;
    color:#424242;    
}

.docseperator {
    height: 3px;
    margin: 6px 0px 6px 0px;
    border-bottom: 1px solid #eeeeee;
}

.docNewsLogo {
    font-family: Tahoma;
    font-size: 10px;
    align: right;
}

@font-face {
    font-family: 'gillsans-light';
    src: url('https://mysites.therapysites.com/0060211/storage/app/media/GillSans-Light.ttf');
}

@font-face {
    font-family: 'century-bold';
    src: url('https://mysites.therapysites.com/0060211/storage/app/media/century-bold.ttf');
}

@font-face {
    font-family: 'fajardo';
    src: url('https://mysites.therapysites.com/0060211/storage/app/media/James_Fajardo.ttf');
}

@media only screen and (max-width: 1024px) {
    .sidebar-holder .image__container .image img {
        display: none;
    }
    .sidebar-holder .sidebar-info {
        padding: 15px 10px 28px !important;
    }
    .wrap__logoHeader .logo__description {
        font-size: 23px !important;
    }

    .wrap__logoHeader .logo__title {
        font-size: 60.3333px !important;
        padding-top: 18px;
    }
}


.slideshow__section .slogan__block .image__container .image {
    width: 350px;
    height: 288px;
}

.wrap__header--inner .image__container .image {
    width: 1202px;
    height: 168px;
}

.wrap__header--inner .header-right {
    position: relative;
    z-index: 9999;
    padding: 10px 0 0 10px;
}

.wrap__header--inner {
    padding: 0px 36px;
}

.logo__description {
    position: relative;
    bottom: 28px;
}

.email-center {
    text-align: center;
    position: relative;
    z-index: 9999;
}

a {
    text-decoration: none;
    color:hsl(253, 60%, 47%);
}

.custom_white {
    color: #FFFFFF;
}

.custom_red {
    color: red;
}

.custom_black {
    color: #424242;
}

.sidebar-holder .sidebar-info {
    padding: 15px 10px 150px;
}

.custom_list-style li{
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1.3em;
    padding-left: 2.5em;
}

.justify_center {
    display: grid;
    justify-content: center;
}

.wrap__text-block--inner {
    padding-bottom: 60px;
}

.wrap__page-content h1, .page__title {
    font-family: fajardo;
    font-size: 54.6667px;
}

.wrap__logoHeader .logo__title {
    font-family: 'fajardo';
    font-size: 69.3333px;
}

.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;
}

table, tr, td {
    border: none;
}

table {
    display: inline-block;
}

.custom_td {
    padding: 15px;
}

.pix {
    float: left;
    padding: 10px;
}

.pix_right {
    float: right;
    padding: 10px;
}

.custom_width {
    width: 100px !important;
}

@media only screen and (max-width: 768px) {
    .pix_right {
        float: none;
        display: block;
        margin: 30px auto 0 !important;
    }
    .pix_left {
        float: none;
        display: block;
        margin: 30px auto 0 !important;
    } 
}