@font-face {
    font-family: "fradm";
    src: url('/storage/app/media/fonts/Fradm.ttf');
    }

@font-face {
    font-family: "futural";
    src: url('/storage/app/media/fonts/futura-book-font.ttf');
    }

@font-face {
    font-family: "futurxkc";
    src: url('/storage/app/media/fonts/futurxkc.ttf');
    }

@font-face {
    font-family: "Helvetica";
    src: url('/storage/app/media/fonts/Helvetica.ttf');
    }
    
@font-face {
    font-family: "snellrnd";
    src: url('/storage/app/media/fonts/snellrnd-webfont.woff');
    }

/*---------------------Revisions--------------------*/
.wrap__page-content {
    padding-left: 34px;
    padding-right: 34px;
}

.slideshow__section {

}
.leadForm {
    margin-bottom: 30px;
}
.form:after {
    content: '\a\a By clicking send you agree that the phone number you provided may be used to contact you (including autodialed or pre-recorded calls). Consent is not a condition of purchase.';
    white-space: pre-wrap;
    font-style: italic;
}

    
/*---------------------HEADER---------------------*/    

.logo__title {
    color: rgb(111, 159, 1);
    font-family: "futurxkc";
    font-size: 42.6667px;
    font-style: normal;
    font-weight: 400;
}

.logo__description {
    color: rgb(108, 108, 108);
    font-family: "futural";
    font-size: 21.3333px;
    font-style: normal;
    font-weight: 400;
}

.welcome_title h1 {
    color: rgb(80, 120, 0);
    font-family: "fradm";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
}

/*---------------------SIDEBAR---------------------*/
.sidebar_info {
    text-align: center;
    font-size: 16px;
}

.sidebar_info a {
    color: rgb(255, 255, 255);
}
/*---------------------SLOGAN---------------------*/
#slogan_line1 {
    color: rgb(247, 242, 237);
    font-family: "Helvetica";
    font-size: 37.3333px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 30px;
}

#slogan_line2 {
    color: rgb(247, 242, 237);
    font-family: "snellrnd";
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    text-indent: 96px;
}

/*---------------------PAGES---------------------*/
#content {
    padding-bottom: 20px;
}

a {
    color: rgb(111, 159, 1);
}

  /*Hot topic page*/
#hot-topics .docheadline{
  font-family: Tahoma; font-size: 12px; text-decoration: none; font-weight: bold; color: rgb(111, 159, 1);
  } 
#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;
}



/*---------------------INDENT---------------------*/


.indent_set2 li {
    list-style-type: disc;
    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) {
.slideshow__section {
    display: none;
}

.copyright__list {
    text-align: center;
}

.col-sm-12 {
    text-align: center;
}
}


@media (max-width: 768px) {
    .wrap__ctaHeader {
        display: none;
    }
    
.wrap__logoHeader {
    text-align: center;
}

.wrap__logoHeader {
    float: none;
    max-width: 100%;
}

.logo__title {
    text-align: center;
}

.logo__description {
    text-align: center;
}
}

@media (max-width: 425px) {
.image_page {
    float: none !important;
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.logo__title {
    font-size: 32px !important;
    line-height: 40px;
}

.logo__description {
    font-size: 19px !important;
line-height: 22px !important;
}

.wrap__header--inner {
    padding: 20px !important;
}
h1.page__title {
    font-size: 28px !important;
}
}

@media (max-width: 375px) {
    h1.page__title {
    font-size: 28px !important;
}
}

@media (max-width: 320px) {
.logo__title {
    font-size: 24px !important;
    line-height: 30px;
}

.logo__description {
    font-size: 18px !important;
line-height: 20px !important;
}
}