.wrap__page .wrap__page--inner .sidebar {
    background: rgba(24, 162, 226, 1.00);
}

.wrap__header {
    background: #87d5e5;
}

@font-face {
    font-family: 'varelaround-regular';
    src: url('/storage/app/media/varelaround-regular.woff');
}

@font-face {
    font-family: 'puritan_italic';
    src: url('/storage/app/media/puritan_italic.woff');
}

@font-face {
    font-family: 'merriweather-black';
    src: url('/storage/app/media/merriweather-black.woff');
}

.justify_cta {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 2px;
}

.justify_grid {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 33.3333% 33.3333% 33.3333%;
}

.footer_title {
  font-size: 24px;
  font-family: varelaround-regular;
  color: rgba(240, 240, 240, 1.00);
}

.copyright__description {
  text-align: start;
}

@media only screen and (max-width: 768px) {
    .copyright__description {
      text-align: center !important;
    }
    .custom_email-center {
        text-align: center;
        position: relative;
        z-index: 9999;
        margin-top: 17px;
        margin-bottom: -28px;
    }
    .copyright__list li {
        text-align: center;
    }
    .pix_right {
        float: none !important;
        display: block;
        margin: 30px auto 0 !important;
    }
    .pix_left {
        float: none !important;
        display: block;
        margin: 30px auto 0 !important;
    }
    .wrap__contacts {
        padding: 22px 12px;
    }
    .show-on-site {
        text-align: center !important;
    }
    .copyright__list {
        text-align: center;
    }
    .justify_grid {
        display: grid;
        grid-auto-flow: row !important;
        grid-template-columns: unset;
    }
    h1, .page__title {
      font-size: 29px !important;
      line-height: 30px;
    }
    
    img.logo__image {
        display: none !important;
    }
    .logo__summary {
        position: relative;
        top: 13px;
    }
}

.custom_list-style_ol li {
  list-style-position: inside;
  text-indent: -1.3em;
  padding-left: 2.5em;
}


.logo__title {
    font-family: merriweather-black !important;
    font-size: 26.6667px !important;
    color: #0000ff;
}

.logo__description {
    font-family: puritan_italic !important;
    font-size: 24px !important;
    color: #0000ff;
    font-weight: 700;
    line-height: 1.4;
}

.logo__description::after {
    content: 'for Individuals, Couples and Families';
    display: block;
}

h1, .page__title {
    color: rgba(219, 148, 20, 1.00);
    font-family: 'varelaround-regular' !important;
    font-size: 28px;
}

.email-center {
  text-align: center;
  position: relative;
  z-index: 9999;
}

.custom_red {
  color: red;
}

.custom_black {
  color: #424242;
}

.custom_list-style li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.3em;
  padding-left: 2.5em;
}

.location__phone::before {
  content: "\f095";
  font-family: FontAwesome;
  padding-right: 5px;
}

.location__address::before {
  content: "\f041";
  font-family: FontAwesome;
  padding-right: 5px;
}

.location__fax::before {
  content: "\f1ac";
  font-family: FontAwesome;
  padding-right: 5px;
}

.location__email::before {
  content: "\f0e0";
  font-family: FontAwesome;
  padding-right: 5px;
}



table {
  display: inline-block;
  border: none;
}

.pix_right {
    float: right;
    margin: 10px;
}

.pix_left {
    float: left;
    margin: 10px;
}

.custom_list-style_ol li {
  list-style-position: inside;
  text-indent: -1.3em;
  padding-left: 2.5em;
}

.l_height {
    line-height: 1.3;
}

a {
    text-decoration: none !important;
    color: rgba(196, 134, 23, 1.00);
}

.for_etc {
    width: 20rem;
}

.word_rap {
  word-wrap: break-word;
}


iframe {
    width: 340px !important;
    height: 425px !important;
}

.docheadline {
  font-family: tahoma;
  font-size: 12px;
  color: rgba(196, 134, 23, 1.00);
  font-weight: bold;
}

.docsummary {
  font-family: tahoma;
  font-size: 12px;
  color: #424242;
}

.docseperator {
  height: 3px;
  margin: 6px 0px 6px 0px;
  border-bottom: 1px solid #eeeeee;
}

.docNewsLogo {
  font-family: Tahoma;
  font-size: 10px;
  align: right;
}

.custom_white {
    color: #FFFFFF !important;
}

.show-on-site {
    text-align: left;
}

.copyright__list {
    color: #000000 !important;
}

.center_image {
    display: block;
    margin: 0 auto;
}

.bot {
    font-family: varelaround-regular;
    font-size: 24px;
}
/*------------- QA Revision---------------*/  
@media only screen and (max-width: 767px) {
.logo__title + .logo__description {
    margin-bottom: 10px;
}
}

@media only screen and (max-width: 425px) {
.logo__title + .logo__description {
    margin-bottom: 10px;
}
.wrap__logoHeader .logo__description {
    line-height: 26px;
}
.logo__description {
    font-size: 18px !important;
}
}
