@font-face {
  font-family: "optima";
  src: url("/storage/app/media/felixti-webfont-1.ttf");
}
@font-face {
  font-family: "adobe-garamond";
  src: url("/storage/app/media/adobe-garamond-bold-italic-webfont-3.ttf");
}

.mytable2{
        margin: auto;
        width:300px!important;
}
.wrap__logoHeader .logo__title{
    font-family:optima!important;
    font-size:30pt;
}
.wrap__logoHeader .logo__description{
    font-family:adobe-garamond!important;
    font-size:14pt;
}

.red {
  color: red;
}
#copyright > ul > li:nth-child(2) {
  display: none;
}

#copyright > ul > li:nth-child(3) {
  display: none;
}

#copyright > ul > li:nth-child(4) {
  display: none;
}

#copyright > ul > li:nth-child(5) {
  display: none;
}
.slider__image,
.slider__image--fixed {
  background-size: 100% 100% !important;
}
/* --------------------------------------------SIDELINKS----------------------------------------------------- */
#side_links {
  color: black !important;
  font-size: 14px !important;
  text-align: center;
  line-height: 18px;
}
#side_links b {
  font-size: 14px !important;
  color: black !important;
}
#side_links a {
  text-decoration: none !important;
  color: #fff !important;
  
}

#side_links .title {
  color: #000000 !important;
  font-size: 18pt;
  font-family:optima;
  line-height: 26px;
}
.docheadline {
  font-family: Tahoma;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  color: black;
}
.docsummary {
  font-family: Tahoma;
  font-size: 12px;
}
.docseperator {
  height: 3px;
  margin: 6px 0px 6px 0px;
  border-bottom: 1px solid #eeeeee;
}
.docNewsLogo {
  font-family: Tahoma;
  font-size: 10px;
  align: right;
}
.page-title {
  display: block !important;
}
/* --------------------------------------------CONTENT----------------------------------------------------- */
#content a {
  text-decoration: none !important;
  color: rgba(148, 157, 32, 1) !important;
  /* font-weight: bold!important; */
}
#content .left img {
  float: left;
  clear: left;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#content .right img {
  float: right;
  clear: right;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#content .center {
  text-align: center !important;
}
#content .img_center img {
  display: block !important;
  margin: auto !important;
}
#content .wel_img img {
  height: 240px;
  width: 160px;
}
.mytable table {
  width: 400px;
}
.mytable1 table tr,
td,
th {
  vertical-align: top;
  border: 0;
}
.mytable3 table tr,
td,
th {
  vertical-align: top;
  border: 0;
}
#content .text_right {
  text-align: right;
}
#content .text_left {
  text-align: left;
}
#content .text_center {
  text-align: center;
}
.leadForm {
  width: 300px !important;
}
/* --------------------------------------------INDENT----------------------------------------------------- */
.custom_list-style li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.3em;
  padding-left: 2.5em;
}
.custom_list-style1 li {
  /* list-style-type: disc;
  list-style-position: inside; */
  text-indent: -1.3em;
  padding-left: 2.5em;
}
.myindent {
  padding-left: 3em;
}
.wrap__logoHeader {
  max-width: 80%;
  width: 80%;
}
.wrap__ctaHeader .cta__link--icon {
    color: rgba(224, 228, 114, 1.00)!important;
}
.wrap__ctaHeader .cta__link--icon:hover {
    color: rgba(228, 218, 189, 1.00)!important;
}

@media (max-width: 518px) {
  .hidden--t {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .img_center_tablet img {
    display: block !important;
    margin: auto !important;
  }
  .wrap__slider {
    display: none !important;
  }
  .wrap__image {
    display: none!important;
}
  .logo__link.logo__left .logo__image,
  .logo__left img[class$="__img"] {
    display: none;
  }
  .wrap__page-content h1,
  .page__title {
    font-size: 24px;
  }
  .wrap__ctaHeader {
    float: none;
    display: none;
  }
  .wrap__logoHeader .logo__title {
    font-size: 30px !important;
  }
  .wrap__logoHeader .logo__description {
    font-size: 20px;
  }
  #content .right img {
    float: none !important;
    display: block !important;
    margin: auto !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  #content .left img {
    float: none !important;
    display: block !important;
    margin: auto !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .wrap__logoHeader .logo__title {
    text-align: center;
  }
  .wrap__logoHeader .logo__description {
    text-align: center;
  }
  .wrap__logoHeader {
    max-width: 100% !important;
    width: 100% !important;
  }
  .logo__link.logo__left {
    width: 100% !important;
  }
  .logo__left .logo__summary {
    width: 100% !important;
  }
}
@media only screen and (max-width: 425px) {
  .leadForm {
    margin: 0 auto;
  }
  .wrap__logoHeader .logo__title {
    font-size: 34px !important;
  }
  .wrap__logoHeader .logo__description {
    font-size: 22px;
    line-height: 30px;
  }
  .wrap__page-content h1,
  .page__title {
    font-size: 24px;
  }
  .img_center_mobile img {
    display: block !important;
    margin: auto !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .editable .text-right,
  .editable__container .text-right {
    text-align: center;
  }
  .editable .text-left,
  .editable__container .text-left {
    text-align: center;
  }

  .wrap__logoHeader {
    max-width: 100%;
    width: 100%;
  }
  #copyright ul li {
    text-align: center !important;
  }
}
@media only screen and (max-width: 320px) {
  .leadForm {
    width: 250px !important;
  }
  .wrap__logoHeader .logo__title {
    font-size: 28px !important;
  }
  .wrap__logoHeader .logo__description {
    font-size: 18px;
  }
  .wrap__page-content h1,
  .page__title {
    font-size: 22px;
  }
}
