@font-face {
    font-family: 'scriptin-webfont';
  src: url('https://mysites.therapysites.com/0061807/storage/app/media/scriptin-webfont.ttf');
 }

 /******************************************************** HEADER ***********************************************/
.wrap__logoHeader .logo__title {
    font-size: 25pt;
    color:#4067B1;
    margin: 0px 0px 0px;
}
.wrap__logoHeader {
max-width: 100% !important;
padding: 5px 0 !important;
}
.wrap__header--inner {
 padding: 35px 36px 20px; 
}
.logo__description {
    font: 18px / 1.5 "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
}
.wrap__slider:after, .wrap__image:after {
    background: rgba(195, 215, 239, 1.00);
}
.wrap_container {
    border-left: 7px solid #2E67B2;
    border-right: 7px solid #2E67B2;
}


/************************************ SIDEBAR *******************************************/
.sidebar-holder-top {
    background: #638EBF;
}

.sidebar-text{
    color: #626060 !important;
    font-size: 15px;
}
.sidebar-text-title{
    
    line-height:27px;
    font-weight:bold;
    color: #626060;
}
.sidebar-text a{
    text-decoration: none;
    font-size: 15px;
    color: #626060 !important;
}
.sidebar-holder{
    background-color:#fff;
}
.sidebar-holder .sidebar-info{
    padding: 0 !important;
}

.sidebar-holder-top::before {
    display: block;
    margin: 0 10px 15px;
    content: "LEARN MORE";
    font-size: 26px;
    font-weight: lighter;
    color: #C8DEF2;
}
.wrap__contacts {
    background: #C3D7EF;
}
.wrap__contacts:before{
    display: block;
    margin: 0 10px 15px 0px;
    content: "CONTACT";
    font-size: 26px;
    font-weight: lighter;
    color: #A6ADB4;
}

/************************************* BODY ************************************/

/* IMAGE RIGHT */
.image-right {
float: right;
clear: right;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
}

.wrap__page-content h1, .page__title {
    font-family: scriptin-webfont;
    font-size: 26pt;
    color: #4067B1; 
    margin-bottom: 10px;
}
 /*Links*/
 .content-holder a {
    color: #4179B9;
    text-decoration: none;
}
/* UNORDERED LIST */
.custom_list-style li{
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1.3em;
    padding-left: 2.5em;
}
.red-text{
    color:red;
}
.wrap__ctaBody .cta_block .cta__title {
    color: #203569;
 }
 .wrap__ctaBody .cta_block {
    margin: 2px;
}
 .content-holder a.cta__button {
    color: #fff !important;
}
.wrap__footer { 
    background: #A9BBD0;
}
.copyright__list a {
    text-decoration: none;
    color: #fff;
}
table, tr, td {
    border:none;
}
  /*Hot topic page*/
#hot-topics .docheadline{
  font-family: Tahoma;font-size: 12px; text-decoration: none; font-weight: bold; /** color: #2e7105 **/
  } 
#hot-topics .docsummary{
  font-family: Tahoma;font-size: 12px;
  } 
#hot-topics .docseperator{ 
  height: 3px; margin: 6px 0px 6px 0px; border-bottom: 1px solid #eeeeee;
  }
#hot-topics .docNewsLogo { 
  font-family: Tahoma; font-size: 10px; align: right;
  } 
#hot-topics .page-title {
  display: block !important;
}


/**********************************RESPONSIVE***************************************/

@media only screen and (max-width: 1024px) {
   .wrap__image--inner .image {
        display: block !important;
   }
    .wrap__ctaBody .cta_block {
    width: 100%;
    }
    .content-holder {
    width: 65.5%;
    }
    .wrap__ctaBody .cta_block {
    width: 49%;
    }
}
@media only screen and (max-width: 768px) {
  .wrap__image--inner .image {
        display: none !important;
   }
   .wrap__ctaHeader--inner {
       display: none;
   }
    .copyright__list li {
        display: block;
        text-align: center;
    }
    .wrap_slider .slider_image{
        display:none;
    }
    .wrap__slider, .wrap__image {
     display:none;
    }
}

@media only screen and (max-width: 425px) {
     .content-holder {
    width: 100%;
    }
    
    .wrap__logoHeader .logo__description {
    font-size: 16px;
    line-height: 18px;
    }
    
    .logo .logo__title {
    margin-bottom: 0px;
    font-size: 19pt;
    line-height: 30px;
    }
    .wrap__page-content h1, .page__title {
    margin-top: 20px;
    font-size: 26pt;
    }
    
    .image-right{
    float: none;
    margin: 10px  auto;
    display: block;
    }
    .wrap__contacts:before{
    content: "";
    }
    form::after {
    margin-bottom: 16px;
        
    }
    .sidebar-text-title{
        text-align:center;
    }
    .sidebar-text{
        text-align:center;
    }
    .sidebar-holder-top::before {
    content: "";
    }
    .wrap__text-block {
    padding: 0px 0 28px 9px;
    }
    .content-holder {
        padding: 0px 10px 10px;
    }
    .wrap__header--inner {
        padding: 10px 36px 0px;
    }
    .wrap__map {
        margin: 0px 0 -68px;
    }
    .wrap__form {
    padding: 0px 0 0px;
}
}

