@font-face {
    font-family: 'scriptin-webfont';
  src: url('https://mysites.therapysites.com/0061342/storage/app/media/scriptin-webfont.ttf');
 }
 /******************************************************** HEADER ***********************************************/
.wrap__logoHeader .logo__title {
    font-size: 25pt;
    color: rgb(156, 173, 180);
    color: #9CADB5; /*Gray*/
    margin: 0px 0px 0px;
}

/* ICON HEADER HOVER */
.cta a{
   color:#9CADB5!important; 
}
.cta a:hover{
    color:#668593!important;
}
.wrap__logoHeader {
max-width: 100% !important;
}
.wrap__slider:after {
    background: #DFE99F;
}
.wrap__header--inner {
 padding: 35px 36px 20px; 
}


/*************************************** SIDEBAR ****************************************/
.sidebar-holder-top {
    background: #9CADB5;
}
.sidebar-text{
    text-align:left;
    font-weight:bold;
    color: #666799 !important;
}
.sidebar-text-title{
    font-size: 22px;
    font-weight:bold;
    color: #9cadb4;
}
.sidebar-text a{
    text-decoration: none;
    color: #666799 !important;
}
.sidebar-holder{
    background-color:#fff;
}
.sidebar-holder .sidebar-info{
    padding: 0 !important;
}
.wrap__contacts {
    background: #DFE99F;
}
.sidebar-holder-top::before {
    display: block;
    margin: 0 10px 15px;
    content: "LEARN MORE";
    font-size: 26px;
    font-weight: lighter;
    color: #DFE99F;
}
.wrap__contacts:before{
    display: block;
    margin: 0 10px 15px 0px;
    content: "CONTACT";
    font-size: 26px;
    font-weight: lighter;
    color: #9cadb4;
}



/************************************* BODY ************************************/

/* IMAGE RIGHT */
.image-right {
float: right;
clear: right;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
}

.image{
float: none;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
display: block;
}
.image-center{
float: none;
margin: 10px auto;
display: block;
}
/* IMAGE LEFT */
.image-left {
float: left;
clear: left;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
.wrap__page-content h1, .page__title {
     font-family: scriptin-webfont;
    font-size: 26pt;
	color: #69A476; 
	margin-bottom: 10px;
}
 /*Links*/
 .content-holder a {
	color: #2e7105;
	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;
}

 .content-holder a.cta__button {
    color: #fff !important;
}
 .content-holder a.cta__button:hover {
    color: rgba(223, 233, 158, 1.00) !important;
}
.wrap__footer { 
    background: #E1E0E0;
}
  /*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) {
    .logo .logo__title {
       padding-top: 10px;
       line-height: 0.7; 
       
    }
    
    .logo .logo__description {
       font-size: 20px;
    } 
    
    
    .copyright__list li {
        display: block;
        text-align: center;
    }
    
    .sidebar-text-title{
        padding-top: 12px;
    }
    .wrap__ctaBody .cta_block {
    width: 100%;
    }
    .content-holder {
    width: 65.5%;
    }
    .wrap__ctaBody .cta_block {
    width: 49.5%;
    }

}

@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, .wrap__image {
    display:none;
   } 
    
}

@media only screen and (max-width: 425px) {
    .content-holder {
    width: 100%;
    }
    .logo .logo__title {
    line-height: 27px;
    margin-bottom: 6px;
    font-size: 22pt;
    }

    .copyright__list li {
        display: block;
        text-align: center;
    }
    .wrap__header--inner {
        padding: 10px 36px 5px; 
    }

    
   .wrap__logoHeader .logo__description {
        font-size: 18px;
        padding-bottom: 0px;
        line-height: .9;
    }

    .image-left{
        float: none;
        margin: 0 auto;
        display: block;
        margin-bottom: 12px;
        }
   
   .image-right{
        float: none;
        margin: 0 auto;
        display: block;
        margin-bottom: 12px;
        }
    .wrap__contacts:before{
        content: "";
    }
    .sidebar-text-title{
        text-align:center;
    }
    .sidebar-text{
        text-align:center;
    }
    .sidebar-holder-top::before {
        content: "";
    }
   .wrap__map {
    margin: 0px 0 -68px;
        }
}
 

