@font-face {
    font-family: "futura-book-font";
    src: url('/storage/app/media/fonts/futura-book-font.ttf');
    }

@font-face {
    font-family: "helvetica-light";
    src: url('/storage/app/media/fonts/helvetica-light-587ebe5a59211.ttf');
    }

@font-face {
    font-family: "OpenSans-Light";
    src: url('/storage/app/media/fonts/OpenSans-Light.ttf');
    }
    
@font-face {
    font-family: "Fradm";
    src: url('https://mysites.therapysites.com/00066360/storage/app/media/fonts/Fradm.ttf');
    }    

/*---------------------Custom-------------------*/
.wrap__ctaBody {
    display: none;
}

.wrap__footer {
    background-color: rgb(87, 61, 99);
}

.heading::before {
    background-color: rgb(150, 145, 141);
}

.sidebar-info::before {
   background-color: rgb(107, 42, 19);
}

.wrap__navigationHeader {
    background-color: rgb(107, 42, 19);
}

#navigation_header .mm-listview > li > a:not(.mm-next) {
    color: white;
}

.hamburger {
    color: white;
}

.hamburger::before {
    color: white;
}
/*---------------------HEADER---------------------*/    
.logo__image {
    position: absolute;
    left: 183px;
    top: 20px;
}

.logo__title {
    color: rgb(67, 1, 73);
    font-size: 28px;
    font-style: normal;
    font-weight: 100;
    font-family: "OpenSans-Light";
    padding-top: 75px;
}

.logo__description {

}


.welcome_title h1 {
    font-family: "OpenSans-Light";
    font-size: 35px;
    font-style: normal;
    font-weight: 100 !important;
    padding-bottom: 20px;
    color: rgb(214, 120, 12);
}

.page__title h1 {
    font-family: "OpenSans-Light";
    font-size: 35px;
    font-style: normal;
    font-weight: 100 !important;
    padding-bottom: 20px;
    color: rgb(214, 120, 12);
}

.logo__title + .logo__description {
    margin-top: 0px;
}

.wrap__logoHeader {
    padding-top: 18px;
}

.wrap__ctaHeader {
    padding-top: 10px;
}
/*---------------------SIDEBAR---------------------*/
.sidebar-info {
    background-color: rgb(107, 42, 19);
}

.sidebar_info {
    padding-top: 30px;
    text-align: center;
    font-size: 15px;
    padding-bottom: 30px;
    font-family: "arial";
}

.sidebar_info_name {
    font-weight: 700;
    font-size: 17px;
    padding-top: 30px;
}

.sidebar_info a {
    color: rgb(255, 255, 255);
}

.sidebar_info_email {

}
/*---------------------SLOGAN---------------------*/
.slogan {
    line-height: 30px;
    padding-left: 60px;
}

#slogan_line1 {
    font-family: "OpenSans-Light";
    font-size: 30px;
    font-style: normal;
    font-weight: 100;
    padding-top: 60px;
}

#slogan_line2 {
    font-family: "OpenSans-Light";
    font-size: 30px;
    font-style: normal;
    font-weight: 100;
    text-indent: 100px;
    padding-bottom: 60px;
}

.heading {
    padding-top: 0px;
    padding-bottom: 0px;
}

/*---------------------PAGES---------------------*/
#content {
    padding-bottom: 20px;
}

a {
    text-decoration: none;
    color: rgb(214, 120, 12);
}

  /*Hot topic page*/
#hot-topics .docheadline{
  font-family: Tahoma; font-size: 12px; text-decoration: none; font-weight: bold; color: rgb(214, 120, 12);
  } 
#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;
}

#hot-topics {
    padding-bottom: 30px;
}


.warning {
    color: red;
}

table tr td {
    border: none;
}

.leadForm {
    width: 250px;
}

#amount {
    width: 20%;
}

#payment_button {
    width: 20%;
}

.centered {
    text-align: center;
}

.leadForm {
    padding-bottom: 30px;
}

.privacy_note {
    font-size: 14px;
}


/*---------------------INDENT---------------------*/


.indent_set2 {
    padding-left: 20px;
}

.indent_set3 li {
    text-indent: -1.2em;
    padding-left: 2.5em;
    list-style-position: inside;
}

.indent_set4 li {
    text-indent: -1.2em;
    padding-left: 2.0em;
    list-style-position: inside;
    list-style-type: none;    
}

.indent_set5 li {
    text-indent: -1.2em;
    padding-left: 2.0em;
    list-style-position: inside;
    list-style-type: circle;    
}


/*---------------------RESPONSIVE---------------------*/
@media (max-width: 1024px) {
.logo__image {
    left: 39px !important;
}
}


@media (max-width: 768px) {
.image_page {
    float: none !important;
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
}

@media (max-width: 425px) {
.logo__title {
    font-size: 30px;
    padding-top: 0px;
}

.logo__description {
    font-size: 20px;
}

.logo__image {
    position: inherit;
}


}

@media (max-width: 375px) {
    
}

@media (max-width: 320px) {

}