/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.g-hero-slider {
  position: relative;
}
@media only all and (max-width: 59.99rem) {
  .g-hero-slider {
    height: auto !important;
  }
}
.g-hero-slider .uk-slidenav-position {
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.g-hero-slider .uk-slidenav-position .uk-slider-container {
  height: 100%;
}
.g-hero-slider .uk-slidenav-position .uk-slideset, .g-hero-slider .uk-slidenav-position .uk-slider {
  height: 100%;
}
.g-hero-slider .uk-dotnav {
  margin: 0 0 0 -15px;
  position: relative;
  bottom: 50px;
}
@media only all and (max-width: 59.99rem) {
  .g-hero-slider .uk-dotnav {
    bottom: 35px;
  }
}
.g-hero-slider .uk-dotnav > * > * {
  width: 15px;
  height: 15px;
}
.g-hero-slider .g-hero-slider-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
  width: 100%;
}
@media only all and (max-width: 59.99rem) {
  .g-hero-slider .g-hero-slider-item {
    height: auto;
  }
}
.g-hero-slider .g-hero-slider-item-container {
  width: 100%;
  padding: 0 80px;
  text-align: center;
  margin-top: -7px;
}
@media only all and (max-width: 59.99rem) {
  .g-hero-slider .g-hero-slider-item-container {
    padding: 70px 50px;
  }
}
.g-hero-slider .g-hero-title {
  margin: 0;
}
.g-hero-slider .g-hero-desc {
  margin: 35px 0 0;
  font-size: 1.3rem;
}
.g-hero-slider .g-hero-buttons {
  margin: 40px 0 0;
}
.g-hero-slider .g-hero-buttons .button {
  padding: 0.8rem 1.3rem;
  font-size: 1.2rem;
  margin-right: 15px;
  min-width: 180px;
  border: 2px solid #00a6cd;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-hero-slider .g-hero-buttons .button:hover {
  background: #00c7f6;
  border-color: #00c7f6;
}
.g-hero-slider .g-hero-buttons .button:last-child {
  margin-right: 0;
}
.g-hero-slider .g-hero-buttons .button > span {
  margin-right: 10px;
}
@media only all and (max-width: 59.99rem) {
  .g-hero-slider .g-hero-buttons .button {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .g-hero-slider .g-hero-buttons .button:last-child {
    margin-bottom: 0;
  }
}
.g-hero-slider .g-hero-buttons .button.empty {
  background: none;
  border: 2px solid;
}
.g-hero-slider .g-hero-buttons .button.empty:hover {
  background: #00a6cd;
  border-color: #00a6cd;
  color: #ffffff;
}
.g-hero-slider .particles-js-canvas-el {
  position: absolute;
  top: 0;
  bottom: 0;
}
#g-top .g-touch-toggle a {
  padding: 9.125px 15px;
  border-right: 1px solid white;
  border-left: 1px solid white;
  color: #666666;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#g-top .g-touch-toggle a span {
  margin-right: 8px;
}
#g-top .g-touch-toggle a:hover {
  background: white;
}
#g-touch .uk-modal-dialog {
  padding: 0;
  border-radius: 0;
  color: #7d7d7d;
}
#g-touch .uk-modal-dialog [id*="g-map-"] {
  max-width: 100% !important;
}
#g-touch .uk-modal-dialog .uk-close {
  position: absolute;
  right: -15px;
  top: -15px;
  opacity: 1;
  font-size: 1.2rem;
  color: #ffffff;
}
#g-touch .uk-modal-dialog .uk-close:hover {
  color: #00a6cd;
}
#g-touch .g-block:last-child .g-touch-item {
  border: none;
}
#g-touch .g-touch-item {
  text-align: center;
  padding: 25px 10px;
  border-right: 1px solid #dddddd;
  font-weight: bold;
  color: #7d7d7d;
  font-size: 1rem;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media only all and (max-width: 59.99rem) {
  #g-touch .g-touch-item {
    border-right: none;
    border-bottom: 1px solid #dddddd;
    padding: 15px 10px;
  }
}
#g-touch .g-touch-item a {
  color: #7d7d7d;
}
#g-touch .g-touch-item .g-touch-item-icon {
  margin-right: 9px;
}
.g-main-feature {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-main-feature .g-main-feature-left .g-content {
  margin: 0 0.625rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-main-feature .g-main-feature-right .g-content {
  margin: 0 0 0 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}
.g-main-feature .g-main-feature-right.align-right {
  text-align: right;
}
.g-main-feature .g-main-feature-title {
  margin-top: -5px;
}
.g-main-feature .image-bottom {
  margin-bottom: -3.063rem;
}
.g-main-feature .g-main-feature-link {
  margin-top: 5px;
}
.g-main-feature .g-main-feature-link i {
  margin-right: 10px;
}
.g-main-feature .g-main-feature-link.g-button2 {
  margin-left: 25px;
}
@media only all and (max-width: 30rem) {
  .g-main-feature .g-main-feature-link.g-button2 {
    margin-left: 0;
  }
}
@media only all and (max-width: 30rem) {
  .g-main-feature .g-main-feature-link {
    display: block;
  }
}
.g-main-feature .g-main-feature-desc i {
  margin-right: 8px;
}
@media only all and (min-width: 60rem) and (max-width: 61.99rem) {
  .g-main-feature .image-block {
    display: none;
  }
}
@media only all and (max-width: 59.99rem) {
  .g-main-feature .image-block {
    display: none;
  }
}
.g-contacts .g-grid {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-contacts .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-contacts .g-contacts-item {
  text-align: left;
}
@media only all and (max-width: 59.99rem) {
  .g-contacts .g-contacts-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block !important;
  }
  .g-contacts .g-contacts-item:last-child {
    margin-bottom: 0 !important;
  }
}
.g-contacts.vertical .g-contacts-item {
  display: block;
}
.g-contacts.horizontal .g-contacts-item:not(.g-block) {
  display: inline-block;
  margin-right: 35px;
}
.g-contacts.horizontal .g-contacts-item:not(.g-block):last-child {
  margin-right: 0;
}
@media only all and (max-width: 59.99rem) {
  .g-contacts.style1 .g-contacts-item {
    margin-bottom: 7px;
  }
}
.g-contacts.style1 .g-contacts-icon {
  margin-right: 5px;
}
.g-contacts.style1.vertical .g-contacts-item {
  margin-bottom: 7px;
}
.g-contacts.style1.vertical .g-contacts-item:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 59.99rem) {
  .g-contacts.style2 .g-contacts-item {
    margin-bottom: 25px;
  }
  .g-contacts.style2 .g-contacts-item:not(.g-block) .g-contacts-icon {
    margin-top: 0 !important;
  }
}
.g-contacts.style2 .g-contacts-item.g-block {
  align-self: center;
}
.g-contacts.style2.horizontal .g-contacts-item:not(.g-block) .g-contacts-icon {
  margin-top: -5px;
}
.g-contacts.style2 .g-contacts-icon {
  float: left;
  border: 2px solid #dddddd;
  border-radius: 50%;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 45px;
  color: #00a6cd;
}
.g-contacts.style2 .g-contacts-icon > span {
  position: relative;
  top: -1px;
}
.g-contacts.style2 .g-title-value-container {
  margin-left: 60px;
}
.g-contacts.style2 .g-contact-title {
  margin-top: -5px;
  margin-bottom: 0;
}
.g-contacts.style2.vertical .g-contacts-item {
  margin-bottom: 25px;
}
.g-contacts.style2.vertical .g-contacts-item:last-child {
  margin-bottom: 0;
}
#g-top .g-contacts .g-contacts-item {
  display: inline-block;
  padding: 11px 15px;
  border-right: 1px solid white;
  margin-left: -4px;
  margin-bottom: 0;
}
#g-top .g-contacts .g-contacts-item:first-child {
  border-left: 1px solid white;
  margin-left: 0;
}
#g-top .g-contacts .g-contacts-item:last-child {
  margin-right: 0;
}
#g-top .g-contacts .g-contacts-item > a {
  color: #666666;
}
#g-offcanvas .g-contacts .g-contacts-item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: block !important;
}
#g-offcanvas .g-contacts .g-contacts-item:last-child {
  margin-bottom: 0 !important;
}
#g-offcanvas .g-contacts.style1 .g-contacts-item {
  margin-bottom: 7px;
}
#g-offcanvas .g-contacts.style2 .g-contacts-item {
  margin-bottom: 25px;
}
#g-offcanvas .g-contacts.style2 .g-contacts-item:not(.g-block) .g-contacts-icon {
  margin-top: 0 !important;
}
#g-offcanvas .g-contacts .g-block {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-positive: 0;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}
[dir="rtl"] #g-top .g-contacts .g-contacts-item {
  border-right: none;
  border-left: 1px solid white;
}
[dir="rtl"] #g-top .g-contacts .g-contacts-item:first-child {
  border-right: 1px solid white;
}
[dir="rtl"] .g-contacts .g-contacts-item {
  text-align: right;
}
[dir="rtl"] .g-contacts.horizontal .g-contacts-item:not(.g-block) {
  display: inline-block;
  margin-left: 35px;
  margin-right: 0;
}
[dir="rtl"] .g-contacts.horizontal .g-contacts-item:not(.g-block):last-child {
  margin-left: 0;
}
[dir="rtl"] .g-contacts.style1 .g-contacts-icon {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] .g-contacts.style2 .g-contacts-icon {
  float: right;
}
[dir="rtl"] .g-contacts.style2 .g-title-value-container {
  margin-right: 60px;
  margin-left: 0;
}
.g-paypaldonate {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
  text-align: center;
}
.g-paypaldonate .g-paypaldonate-form form {
  margin: 0;
}
.g-paypaldonate .g-paypaldonate-form .g-paypaldonate-button .g-paypaldonate-icon {
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.2);
}
.g-paypaldonate .g-paypaldonate-form .g-paypaldonate-button input[type="submit"] {
  background: transparent;
  padding: 1.25rem;
  margin-top: -3px;
}
.g-paypaldonate .g-paypaldonate-form .g-paypaldonate-button.button {
  padding: 0;
  border: 0;
}
.eb-container * {
  border-radius: 0px;
}
.eb-container .eb-event-date-container, .eb-container .eb-event-date {
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.eb-container .eb-event-date {
  width: 70px;
  height: 70px;
}
.eb-container a.btn, .eb-container button.btn {
  background: transparent;
  color: #00a6cd;
  box-shadow: none;
  border: solid 1px #00a6cd;
  border-radius: 0px;
}
.eb-container a.btn .caret, .eb-container button.btn .caret {
  border-top: 4px solid #00a6cd;
}
.eb-container a.btn i:before, .eb-container button.btn i:before {
  color: #00a6cd;
}
.eb-container .dropdown-menu > li a:hover {
  background: transparent;
  opacity: 0.8;
}
.eb-container .dropdown-menu .google, .eb-container .dropdown-menu .yahoo {
  background-image: none !important;
}
.eb-container .dropdown-menu .download {
  display: none;
}
.eb-container a.btn-primary {
  color: #ffffff !important;
  background: #00a6cd;
}
.eb-container .eb-btn-pinterest, .eb-container .eb-btn-digg, .eb-container .eb-btn-delicious {
  display: none;
}
#g-prefooter {
  color: #005e75;
  background: #e7efeb;
}
#g-prefooter a {
  color: #005e75;
}
#g-prefooter h1, #g-prefooter h2, #g-prefooter h3, #g-prefooter h4, #g-prefooter h5 {
  font-family: Georgia, 'Times New Roman', Times, serif;
}
@media (max-width: 60rem) {
  .g-offcanvas-toggle, .g-offcanvas-hide {
    display: block !important;
    z-index: 1000;
    font-size: 2.5rem;
  }
}
.customContent img {
  padding: 10px;
}
a:hover {
  text-decoration: none !important;
}
#g-topper {
  position: fixed;
  top: 10px;
  right: 10%;
  z-index: 5000;
  background: transparent;
  color: white;
}
#g-topper p {
  margin: 0;
}
@media (max-width: 60rem) {
  #g-topper {
    position: absolute;
    right: 5%;
    font-size: 17px;
  }
}
#g-header .g-content {
  padding-top: 5px;
  margin-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#g-header .g-content h1, #g-header .g-content h2, #g-header .g-content h3, #g-header .g-content h4, #g-header .g-content h5, #g-header .g-content h6, #g-header .g-content p, #g-header .g-content span, #g-header .g-content a {
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#g-header .g-content .ol-translate {
  position: fixed;
  left: 10%;
}
#g-header .g-content .ol-translate img {
  display: none;
}
@media (max-width: 60rem) {
  #g-header .g-content .ol-translate {
    position: absolute;
    top: 44px;
    font-size: 16px;
    left: unset;
    right: 5%;
    display: flex;
  }
  #g-header .g-content .ol-translate .translate-box {
    display: unset;
  }
}
#g-navigation .nav-logo img {
  width: 100%;
  max-width: 175px;
}
#g-main {
  margin-top: 0px;
  padding-top: 0px;
}
.ol-accent-thought-bubbles {
  position: relative;
  margin-top: -15px;
}
.ol-accent-thought-bubbles .tb-top-curve {
  width: 100%;
  height: auto;
  position: relative;
}
.ol-accent-thought-bubbles .tb-top-curve svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  fill: #ffdd66;
}
.ol-accent-thought-bubbles .tb-main-container {
  background: #ffdd66;
  padding-bottom: 50px;
}
.ol-accent-thought-bubbles .tb-main-container .tb-main {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  padding: 50px;
  color: #005e74;
  display: flex;
}
@media (max-width: 1400px) {
  .ol-accent-thought-bubbles .tb-main-container .tb-main {
    min-height: 350px;
  }
}
@media (max-width: 60rem) {
  .ol-accent-thought-bubbles .tb-main-container .tb-main {
    flex-direction: column;
    width: 100%;
    padding: 25px;
  }
}
.ol-accent-thought-bubbles .tb-main-container .tb-main .tb-left {
  width: 40%;
}
@media (max-width: 60rem) {
  .ol-accent-thought-bubbles .tb-main-container .tb-main .tb-left {
    width: 100%;
    order: 2;
  }
}
.ol-accent-thought-bubbles .tb-main-container .tb-main .tb-left .tb-left-large {
  font-size: 56px;
}
@media (max-width: 1300px) {
  .ol-accent-thought-bubbles .tb-main-container .tb-main .tb-left .tb-left-large {
    font-size: 48px;
  }
}
@media (max-width: 1150px) {
  .ol-accent-thought-bubbles .tb-main-container .tb-main .tb-left .tb-left-large {
    font-size: 42px;
  }
}
.ol-accent-thought-bubbles .tb-main-container .tb-main .tb-left .tb-left-small {
  border-bottom: solid 5px white;
  width: fit-content;
  margin-top: 15px;
  padding-right: 10px;
  font-size: 125%;
}
.ol-accent-thought-bubbles .tb-main-container .tb-main .tb-left .tb-left-small a {
  color: #005e74 !important;
}
.ol-accent-thought-bubbles .tb-main-container .tb-main .tb-left .tb-left-small a:hover {
  opacity: 0.8;
}
@media (max-width: 60rem) {
  .ol-accent-thought-bubbles .tb-main-container .tb-main .tb-left .tb-left-small {
    padding-bottom: 5px;
  }
}
.ol-accent-thought-bubbles .tb-main-container .tb-main .tb-right {
  position: relative;
  width: 60%;
  text-align: center;
}
@media (max-width: 60rem) {
  .ol-accent-thought-bubbles .tb-main-container .tb-main .tb-right {
    width: 100%;
    min-height: 400px;
    order: 1;
    margin-top: -95px;
    margin-bottom: 50px;
  }
}
.ol-accent-thought-bubbles .tb-main-container .tb-main .tb-right .bubble {
  width: 100%;
  min-height: 125px;
  margin: auto;
  border: solid 4px #C7893C;
  border-radius: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 25px;
  font-size: 22px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
@media (max-width: 1275px) {
  .ol-accent-thought-bubbles .tb-main-container .tb-main .tb-right .bubble {
    width: 80%;
    font-size: 17px;
  }
}
@media (max-width: 60rem) {
  .ol-accent-thought-bubbles .tb-main-container .tb-main .tb-right .bubble {
    font-size: 15px;
  }
}
.ol-accent-thought-bubbles .tb-main-container .tb-main .tb-right .bubble-1 {
  width: 100%;
  max-width: 350px;
  position: absolute;
  top: -110px;
}
@media (max-width: 60rem) {
  .ol-accent-thought-bubbles .tb-main-container .tb-main .tb-right .bubble-1 {
    top: 50px;
    left: 0;
  }
  .ol-accent-thought-bubbles .tb-main-container .tb-main .tb-right .bubble-1 .bubble {
    margin-left: 0;
  }
}
.ol-accent-thought-bubbles .tb-main-container .tb-main .tb-right .bubble-1 .bubble-tail {
  width: 35px;
  margin-left: 220px;
}
.ol-accent-thought-bubbles .tb-main-container .tb-main .tb-right .bubble-1 .bubble-tail svg {
  fill: #C7893C;
}
@media (max-width: 60rem) {
  .ol-accent-thought-bubbles .tb-main-container .tb-main .tb-right .bubble-1 .bubble-tail {
    margin-left: 175px;
  }
}
.ol-accent-thought-bubbles .tb-main-container .tb-main .tb-right .bubble-2 {
  width: 100%;
  max-width: 350px;
  position: absolute;
  bottom: -15px;
  right: 0;
}
.ol-accent-thought-bubbles .tb-main-container .tb-main .tb-right .bubble-2 .bubble-tail {
  width: 35px;
  margin-left: 55px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.ol-accent-thought-bubbles .tb-main-container .tb-main .tb-right .bubble-2 .bubble-tail svg {
  fill: #C7893C;
}
.ol-curve-one .curve-image {
  background: #B5E9EB;
  transform: scaleX(-1);
  position: relative;
}
.ol-curve-one .curve-image svg {
  bottom: 0;
  margin-bottom: -8px;
  margin-top: 25px;
  fill: white;
}
.ol-curve-one .content-container {
  position: relative;
  margin: auto;
  width: 80%;
  max-width: 1200px;
  display: flex;
  margin-top: -50px;
  margin-bottom: 50px;
}
.ol-curve-one .content-container .content-container-left {
  flex-basis: 55%;
  padding: 25px;
}
.ol-curve-one .content-container .content-container-left .title {
  font-size: 32px;
  color: #005e74;
}
.ol-curve-one .content-container .content-container-right {
  flex-basis: 45%;
}
.ol-curve-one .content-container .content-container-right .full-round {
  width: 100%;
  min-width: 300px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 60rem) {
  .ol-curve-one .content-container {
    flex-direction: column;
    width: 100%;
  }
  .ol-curve-one .content-container .content-container-left .title {
    font-size: 24px;
  }
  .ol-curve-one .content-container .content-container-right {
    width: 80%;
    margin: auto;
  }
}
.ol-curve-two {
  background: #B5E9EB;
  padding: 75px 15px 115px 15px;
  text-align: center;
  position: relative;
  color: #005e74;
}
.ol-curve-two .curve-two-title {
  font-size: 28px;
}
.ol-curve-two .curve-two-body {
  max-width: 500px;
  margin: auto;
  padding-bottom: 50px;
}
.ol-curve-two .curve-two-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(-1);
}
.ol-curve-two .curve-two-image svg {
  position: absolute;
  bottom: 0;
  left: 0;
  fill: white;
}
.ol-accent-one {
  background: #00a6ce;
}
.ol-accent-one .top-content-container {
  background: #99DBEC;
}
.ol-accent-one .top-content-container .top-content {
  width: 80%;
  max-width: 700px;
  margin: auto;
  padding: 150px 0;
  padding-bottom: 230px;
  color: #005e75;
  font-size: 20px;
}
.ol-accent-one .top-content-container .top-content a {
  color: #c7893e !important;
}
.ol-accent-one .curve-image {
  margin-top: -80px;
}
.ol-accent-one .below-curve {
  margin-top: -15px;
}
.ol-accent-one .below-curve .below-container {
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin: auto;
  margin-top: -160px;
}
.ol-accent-one .below-curve .below-container .below-left {
  flex-basis: 35%;
}
.ol-accent-one .below-curve .below-container .below-left .width-is-height {
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}
.ol-accent-one .below-curve .below-container .below-right {
  flex-basis: 65%;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ol-accent-one .below-curve .below-container .below-right .below-right-large {
  min-height: 75px;
  font-size: 46px;
  width: 100%;
  color: #ffc600;
}
.ol-accent-one .below-curve .below-container .below-right .below-right-small {
  font-size: 20px;
  color: white;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.ol-accent-one .below-curve .below-container .below-right .below-right-small a {
  color: white !important;
  border-bottom: solid 2px #ffc600 !important;
}
.ol-accent-one .below-curve .below-container .below-right .below-right-small a:hover {
  opacity: 0.8;
}
.ol-accent-one .below-all {
  background: white;
  width: 100%;
  height: 75px;
  margin-top: -50px;
}
@media (max-width: 60rem) {
  .ol-accent-one .curve-image {
    margin-top: -25px;
  }
  .ol-accent-one .below-curve .below-container {
    flex-direction: column;
    width: 100%;
  }
  .ol-accent-one .below-curve .below-container .below-left {
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
  }
  .ol-accent-one .below-all {
    height: 15px;
    margin-top: 50px;
  }
}
.question-dropdowns {
  padding: 25px;
  padding-bottom: 50px;
  text-align: center;
}
.question-dropdowns .question-top-container {
  max-width: 700px;
  margin: 50px auto;
}
.question-dropdowns .title {
  font-size: 42px;
  color: #005e74;
}
.question-dropdowns .intro {
  margin-top: 50px;
  font-size: 28px;
  color: #005e74;
}
.question-dropdowns .questions-container {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media (max-width: 60rem) {
  .question-dropdowns .questions-container {
    width: 100%;
  }
}
.question-dropdowns .questions-container .question-item {
  padding: 15px;
}
@media (max-width: 60rem) {
  .question-dropdowns .questions-container .question-item {
    flex-basis: 100% !important;
  }
}
.question-dropdowns .questions-container .question-item .question-inner {
  border-radius: 15px;
  background: #e1e1e1;
  color: #005e74;
  overflow: hidden;
  padding-top: 25px;
  max-width: 450px;
  margin: auto;
}
.question-dropdowns .questions-container .question-item .question-inner a {
  color: #c7893e !important;
}
.question-dropdowns .questions-container .question-item .question-inner .question-img {
  max-width: 50px;
  margin: auto;
}
.question-dropdowns .questions-container .question-item .question-inner .question-question {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 125%;
  padding: 15px 30px;
}
.question-dropdowns .questions-container .question-item .question-inner .question-answer {
  padding: 15px;
  padding-top: 0;
  display: none;
}
.question-dropdowns .questions-container .question-item .question-inner .question-collapse {
  background: #84dade;
  color: white;
  cursor: pointer;
  padding: 5px;
}
.question-dropdowns .questions-container .question-item .question-inner .question-collapse .fa-chevron-up {
  display: none;
}
.question-dropdowns .questions-container .question-item .question-inner .answerShown .fa-chevron-down {
  display: none;
}
.question-dropdowns .questions-container .question-item .question-inner .answerShown .fa-chevron-up {
  display: block;
}
.question-dropdowns .two-per .question-item {
  flex-basis: 50%;
}
.question-dropdowns .three-per .question-item {
  flex-basis: 33.333%;
}
.signs-symptoms {
  text-align: center;
  color: #005e74;
}
.signs-symptoms .ss-image {
  width: 100%;
  height: 700px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.signs-symptoms .ss-image .ss-gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 95%, white 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.signs-symptoms .ss1 {
  position: relative;
  margin-top: -50px;
  padding-bottom: 50px;
}
.signs-symptoms .ss1 .ss1-items {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 80%;
  max-width: 1200px;
  margin: auto;
}
.signs-symptoms .ss1 .ss1-items .ss-item-container {
  flex-basis: 33.333%;
  padding: 15px;
}
.signs-symptoms .ss1 .ss1-items .ss-item-container .ss-item {
  background: #84dade;
  margin: auto;
  max-width: 300px;
  height: 150px;
  border-radius: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  font-size: 22px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
}
.signs-symptoms .ss2 {
  background: #F5F9F7;
  padding: 50px 0;
}
.signs-symptoms .ss2 .ss2-items {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 80%;
  max-width: 1200px;
  margin: auto;
}
.signs-symptoms .ss2 .ss2-items .ss-item-container {
  flex-basis: 25%;
  padding: 15px;
}
.signs-symptoms .ss2 .ss2-items .ss-item-container .ss-item {
  border: solid 4px #84dade;
  margin: auto;
  max-width: 300px;
  height: 150px;
  border-radius: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  font-size: 22px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
}
.signs-symptoms .ss3 {
  max-width: 800px;
  margin: 50px auto;
}
.signs-symptoms .ss3 .ss3-intro {
  font-size: 28px;
}
.signs-symptoms .ss3 a {
  color: #c7893e !important;
}
.signs-symptoms .ss-title {
  font-size: 42px;
}
.signs-symptoms .ss-body {
  margin: 25px auto 50px auto;
}
.ol-split .ol-split-row {
  padding: 75px 0;
}
.ol-split .ol-split-row .ol-split-row-inner {
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin: auto;
}
.ol-split .ol-split-row .ol-split-row-inner .ol-split-image-container {
  flex-basis: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ol-split .ol-split-row .ol-split-row-inner .ol-split-image-container .ol-split-image {
  width: 80%;
  max-width: 400px;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
}
.ol-split .ol-split-row .ol-split-row-inner .ol-split-body {
  flex-basis: 65%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 60rem) {
  .ol-split .ol-split-row .ol-split-row-inner {
    flex-direction: column;
  }
  .ol-split .ol-split-row .ol-split-row-inner > * {
    flex-basis: 100% !important;
  }
  .ol-split .ol-split-row .ol-split-row-inner .ol-split-image-container {
    order: 1 !important;
  }
  .ol-split .ol-split-row .ol-split-row-inner .tmce-button {
    margin: 10px auto;
  }
}
#hide-me-translate, .skiptranslate {
  display: none !important;
}
.ol-landing {
  text-align: center;
  color: #000000;
}
.ol-landing * {
  box-sizing: border-box;
}
.ol-landing .landing-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.ol-landing .flex-col {
  flex-direction: column;
}
.ol-landing .flex-space-between {
  justify-content: space-between;
}
.ol-landing h1, .ol-landing h2, .ol-landing h3, .ol-landing h4, .ol-landing p {
  margin: 18px 0;
}
.ol-landing section a {
  color: inherit !important;
  text-decoration: none;
}
.ol-landing section a:hover {
  opacity: 0.5;
}
.ol-landing #header {
  background: #00a6cd;
  color: #ffffff;
  height: 50px;
}
.ol-landing #header > .landing-container {
  margin-top: -10px;
}
.ol-landing #header .translator a {
  margin: 0 5px;
  padding: 0 5px;
}
.ol-landing #showcase {
  height: 800px;
  background-position: center top;
  background-size: cover;
  position: relative;
}
.ol-landing #showcase .showcase-logo {
  position: absolute;
  top: 30px;
  left: auto;
  width: 90%;
  max-width: 1200px;
  text-align: left;
}
.ol-landing #showcase .showcase-logo img {
  width: 300px;
}
.ol-landing #showcase .showcase-content {
  max-width: 1000px;
  color: #ffffff;
  text-align: center;
  font-size: 32px;
}
.ol-landing #showcase .showcase-content h1 {
  font-weight: 400;
  font-size: 80px;
}
.ol-landing #callout {
  text-align: center;
  background: #ffc62b;
  padding: 40px 0;
}
.ol-landing #main-feature {
  padding: 60px 0;
}
.ol-landing #main-feature .icon-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
  width: 100%;
  height: unset;
}
.ol-landing #main-feature .icon-features * {
  height: unset;
}
.ol-landing #main-feature .icon-features .icon-feature {
  width: 33.333%;
  flex-basis: 33.333%;
  margin: 25px 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.ol-landing #main-feature .icon-features .icon-feature img {
  height: 100px;
}
.ol-landing #main-feature .icon-features .icon-feature h3 {
  font-size: 26px;
  margin-bottom: 10px;
}
.ol-landing #main-feature .icon-features .icon-feature .icon-feature-body {
  font-size: 14px;
  width: 90%;
  max-width: 200px;
  margin-top: 0;
}
.ol-landing #video-feature {
  padding-bottom: 100px;
  border-bottom: solid 2px #ffc62b;
}
.ol-landing #video-feature .video-embed {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 60rem) {
  .ol-landing #header {
    padding: 10px;
    height: unset;
  }
  .ol-landing #header > .landing-container {
    flex-direction: column;
    margin-top: 0;
  }
  .ol-landing #header > .landing-container .translator {
    font-size: 14px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    padding-bottom: 5px;
  }
  .ol-landing #callout .callout-content * {
    font-size: 32px;
  }
  .ol-landing #main-feature .icon-features .icon-feature {
    width: 100%;
    flex-basis: 100%;
  }
}
.ol-showcase {
  position: relative;
  background: linear-gradient(0deg, #88D2D8 125px, white 125px);
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
.ol-showcase .ol-showcase-inner {
  position: relative;
  z-index: 5;
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.ol-showcase .ol-showcase-inner .arch-image {
  width: 425px;
  max-width: 90%;
  background-size: cover;
  background-position: center center;
  border-top-left-radius: 50% 35%;
  border-top-right-radius: 50% 35%;
  border-bottom: solid 10px #ffc62b;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.15);
}
.ol-showcase .ol-showcase-inner .ol-showcase-right {
  margin-left: 50px;
  white-space: nowrap;
}
.ol-showcase .ol-showcase-inner .ol-showcase-right .find-a-center {
  position: absolute;
  bottom: 0;
  padding: 25px;
  color: #005e74;
}
.ol-showcase .ol-showcase-inner .ol-showcase-right .find-a-center form fieldset {
  border: none;
}
.ol-showcase .ol-showcase-inner .ol-showcase-right .find-a-center form fieldset * {
  text-align: center;
}
.ol-showcase .ol-showcase-inner .ol-showcase-right .find-a-center input {
  height: 40px;
  border-radius: 18px;
  border: solid 2px #005e74;
  margin-bottom: 0;
}
.ol-showcase .ol-showcase-inner .ol-showcase-right .find-a-center input.btn {
  height: 40px;
  line-height: 30px;
  background: #005e74;
  color: white;
  border-radius: 18px;
  padding: 0 20px;
}
.ol-showcase .ol-showcase-inner .ol-showcase-right .find-a-center button {
  height: 40px;
  line-height: 40px;
  background: #005e74;
  color: white;
  border-radius: 18px;
  padding: 0 20px;
}
.ol-showcase .ol-showcase-bottom {
  z-index: 1;
  position: absolute;
  top: 25%;
  left: -2%;
  width: 104%;
}
.ol-showcase .ol-showcase-bottom * {
  z-index: 1;
}
@media (max-width: 1366px) {
  .ol-showcase .ol-showcase-bottom {
    top: 35%;
  }
}
@media (max-width: 1200px) {
  .ol-showcase .ol-showcase-bottom {
    top: 40%;
  }
}
@media (max-width: 60rem) {
  .ol-showcase {
    padding-top: 0px;
    text-align: center;
    background: linear-gradient(0deg, #88D2D8 250px, white 250px);
    padding-bottom: 200px;
  }
  .ol-showcase .ol-showcase-inner {
    display: flex;
    flex-direction: column;
  }
  .ol-showcase .ol-showcase-inner .arch-image {
    order: 3;
    margin: auto;
  }
  .ol-showcase .ol-showcase-inner .ol-showcase-right {
    order: 1;
    margin-left: 0;
    white-space: unset !important;
  }
  .ol-showcase .ol-showcase-inner .ol-showcase-right .content-area * {
    font-size: 38px !important;
  }
  .ol-showcase .ol-showcase-inner .ol-showcase-right .find-a-center {
    padding-top: 25px;
    position: relative !important;
    border-top: solid 2px #ffc62b;
  }
  .ol-showcase .ol-showcase-inner .ol-showcase-right .find-a-center h3 {
    font-size: 18px;
  }
  .ol-showcase .ol-showcase-inner .ol-showcase-right .find-a-center fieldset input {
    margin: 10px auto !important;
  }
  .ol-showcase .ol-showcase-bottom {
    position: relative !important;
    margin-top: -325px;
  }
}
.popup-all {
  opacity: 0;
  color: #7d7d7d;
}
.popup-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  z-index: 4999999999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.popup-particle {
  position: fixed;
  top: 75px;
  z-index: 5000000000;
  width: 80%;
  left: 10%;
}
@media (max-width: 500px) {
  .popup-particle {
    top: 0px;
    width: 90%;
    left: 5%;
  }
}
.popup-particle .popup-exit {
  position: relative;
  width: 500px;
  max-width: 90%;
  display: block;
  margin: auto;
  top: 22px;
  right: 10;
  text-align: right;
}
.popup-particle .popup-exit .btn {
  background: rgba(0, 0, 0, 0.9);
  color: white;
  border-radius: 50%;
  box-shadow: none;
  padding: 10px;
  height: 40px;
  width: 40px;
  margin-right: -16px;
}
.popup-particle .popup-inner {
  min-height: 250px;
  border: solid 4px;
  border-radius: 10px;
  overflow: hidden;
  width: 500px;
  max-width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
}
.popup-particle .popup-inner .popup-imagebox {
  min-height: 150px;
}
@media (max-width: 500px) {
  .popup-particle .popup-inner .popup-imagebox {
    min-height: 0px;
  }
}
.popup-particle .popup-inner .popup-content {
  padding: 15px;
  padding-bottom: 35px;
}
@media (max-width: 500px) {
  .popup-particle .popup-inner .popup-content {
    padding: 0px;
    margin-top: -18px;
    padding-top: 20px;
  }
}
.ol-translate {
  float: right;
}
.ol-translate .translate-box {
  display: inline-block;
  padding-left: 15px;
}
.ol-translate .translate-box a {
  color: #7d7d7d;
}
.ol-translate .translate-box img, .ol-translate .translate-box p {
  display: inline-block;
}
@media (max-width: 960px) {
  .ol-translate {
    display: block;
    margin: auto;
    float: none;
    text-align: center;
  }
}
@media (max-width: 960px) {
  .ol-translate * {
    display: block;
    margin: auto;
    float: none;
  }
}
.popup-all {
  opacity: 0;
  color: #7d7d7d;
}
.popup-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  z-index: 4999999999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.popup-particle {
  position: fixed;
  top: 75px;
  z-index: 5000000000;
  width: 80%;
  left: 10%;
}
@media (max-width: 500px) {
  .popup-particle {
    top: 0px;
    width: 90%;
    left: 5%;
  }
}
.popup-particle .popup-exit {
  position: relative;
  width: 500px;
  max-width: 90%;
  display: block;
  margin: auto;
  top: 22px;
  right: 10;
  text-align: right;
}
.popup-particle .popup-exit .btn {
  background: rgba(0, 0, 0, 0.9);
  color: white;
  border-radius: 50%;
  box-shadow: none;
  padding: 10px;
  height: 40px;
  width: 40px;
  margin-right: -16px;
}
.popup-particle .popup-inner {
  min-height: 250px;
  border: solid 4px;
  border-radius: 10px;
  overflow: hidden;
  width: 500px;
  max-width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
}
.popup-particle .popup-inner .popup-imagebox {
  min-height: 150px;
}
@media (max-width: 500px) {
  .popup-particle .popup-inner .popup-imagebox {
    min-height: 0px;
  }
}
.popup-particle .popup-inner .popup-content {
  padding: 15px;
  padding-bottom: 35px;
}
@media (max-width: 500px) {
  .popup-particle .popup-inner .popup-content {
    padding: 0px;
    margin-top: -18px;
    padding-top: 20px;
  }
}
.split-container {
  margin-left: 15px;
  margin-right: 15px;
}
.split-feature.col-md-6, .split-feature.col-md-4 {
  padding: 15px;
  outline-offset: -15px;
  outline-color: transparent;
}
@media (max-width: 768px) {
  .split-feature.col-md-6, .split-feature.col-md-4 {
    padding: 0px;
    outline-offset: 0px;
  }
}
.split-feature {
  margin-bottom: 25px;
}
.split-feature .split-image {
  background-position: center center;
  background-size: cover;
}
.split-feature .split-content {
  padding: 15px;
}
.g-accordion-item {
  border: solid 1px #e1e1e1;
  padding: 10px;
  margin-bottom: 10px;
}
.g-accordion-item .accordTitle {
  display: inline-block;
  margin: 0px;
  margin-left: 15px;
}
.g-accordion-item .accordTitle i {
  display: inline-block;
  margin-right: 15px;
}
.g-accordion-item .imgSquareContainer {
  max-width: 450px;
  display: block;
  margin: auto;
}
.g-accordion-item .accordSubTitle {
  margin-left: 15px;
}
.g-accordion-item .uk-accordion-title {
  background: transparent !important;
  border: none !important;
  padding: 0px !important;
}
.g-accordion-item .desc {
  margin-top: -15px;
}
.g-accordion-item .desc p {
  font-size: 14px;
}
@media (max-width: 960px) {
  .g-accordion-item .desc {
    margin-top: 0px;
  }
}
.g-accordion-item .dropDiv {
  text-align: right;
}
.g-accordion-item .dropNote {
  padding: 10px;
  background: #00a6cd;
  color: #ffffff;
}
.uk-active .dropNote {
  display: none;
}
.text-shadow-slide button {
  text-shadow: 1.5px 1px 1px rgba(0, 0, 0, 0.8);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
}
.uk-position-cover {
  left: 300px;
}
.uk-overlay-panel {
  width: 40%;
  min-width: 300px;
  padding: 5%;
}
@media (max-width: 60rem) {
  .uk-overlay-panel {
    width: 100%;
    margin: 0px !important;
  }
}
.g-slideshow-contentBlock {
  display: block;
  margin: auto;
  width: auto;
  max-width: 1100px;
}
.g-slideshow-desc {
  display: inline-block;
  max-width: 600px;
}
@media (max-width: 960px) {
  .g-slideshow-desc {
    margin: auto !important;
  }
}
.g-slideshow-button {
  display: block;
  margin: auto;
  width: auto;
  max-width: 1100px;
}
.g-slideshow-button button:hover {
  opacity: 0.75;
}
.slideshow-end-div {
  width: 100%;
}
.slideshow-end-div .row1 {
  height: 15px;
  width: 100%;
  background: #a9bb71;
}
.slideshow-end-div .row2 {
  height: 30px;
  width: 100%;
  background: #b9b8d8;
}
.image-box {
  text-align: center;
  max-width: 300px;
  margin: auto;
}
.image-box .text-content-area {
  color: #7d7d7d;
}
.image-box .text-content-area a {
  color: #7d7d7d;
}
.image-box .text-content-area p {
  color: #7d7d7d !important;
}
.entireParticleLink .image-box {
  margin-bottom: 5px;
  color: #7d7d7d;
}
.entireParticleLink:hover .image-box {
  margin-bottom: 0px;
}
.entireParticleLink:hover .image-box .imgSquareContainer {
  margin-top: 5px;
}
.image-box .imgSquareContainer {
  color: #7d7d7d;
}
.image-box-title {
  font-size: 24px;
  color: #005e74;
}
.image-box-title a {
  color: #7d7d7d;
}
/* #### BORDER WIDTHS */
.bw0 {
  border-width: 0px;
}
.bw1 {
  border-width: 1px;
}
.bw2 {
  border-width: 2px;
}
.bw3 {
  border-width: 3px;
}
.bw4 {
  border-width: 4px;
}
.bw5 {
  border-width: 5px;
}
.bw6 {
  border-width: 6px;
}
.bw8 {
  border-width: 8px;
}
.bw10 {
  border-width: 10px;
}
/* #### BORDER RADIUS' */
.br5 {
  border-radius: 5px;
}
.br10 {
  border-radius: 10px;
}
.br20 {
  border-radius: 100px;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
/* #### FONT SIZE */
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f28 {
  font-size: 28px;
}
.f36 {
  font-size: 36px;
}
.f48 {
  font-size: 48px;
}
.f60 {
  font-size: 60px;
}
.f72 {
  font-size: 72px;
}
.f80 {
  font-size: 80px;
}
.f90 {
  font-size: 90px;
}
@media (max-width: 768px) {
  .f48 {
    font-size: 38px;
  }
  .f60 {
    font-size: 48px;
  }
  .f72 {
    font-size: 52px;
  }
  .f80 {
    font-size: 58px;
  }
  .f90 {
    font-size: 62px;
  }
}
/*max width 768*/
@media (max-width: 480px) {
  .f24 {
    font-size: 18px;
  }
  .f28 {
    font-size: 22px;
  }
  .f36 {
    font-size: 30px;
  }
  .f48 {
    font-size: 34px;
  }
  .f60 {
    font-size: 36px;
  }
  .f72 {
    font-size: 38px;
  }
  .f80 {
    font-size: 40px;
  }
  .f90 {
    font-size: 44px;
  }
}
/*max width 480*/
.padSmall {
  padding: 5px 10px 5px 10px !important;
}
.padMedium {
  padding: 10px 20px 10px 20px !important;
}
.padLarge {
  padding: 15px 40px 15px 40px !important;
}
#g-topper a {
  color: rgba(255, 255, 255, 0.79);
}
#g-header a {
  color: #afafaf;
}
#g-showcase a {
  color: #afafaf;
}
#g-feature a {
  color: #93b6c7;
}
#g-main a {
  color: #d98773;
}
#g-subfeature a {
  color: #93b6c7;
}
#g-prefooter a {
  color: #005e75;
}
#g-footer a {
  color: #ffffff;
}
.force-accent-1, .mce-force-accent-1 .mce-text {
  color: #00a6cd !important;
}
.force-accent-2, .mce-force-accent-2 .mce-text {
  color: #ffc62b !important;
}
.force-accent-3, .mce-force-accent-3 .mce-text {
  color: #80dade !important;
}
.force-accent-4, .mce-force-accent-4 .mce-text {
  color: #005e74 !important;
}
.mce-bs-icon-btn.mce-first {
  display: none;
}
#tinymce .button-white-block {
  background: transparent;
  color: #ffffff;
  text-shadow: 1px 1px #afafaf;
  border: solid 1px #ffffff;
  box-shadow: 1px 1px 1px #3c3c3c;
}
.center .tmce-button {
  margin: auto;
}
.tmce-button {
  border-radius: 500px;
  padding: 15px 30px 15px 30px;
  display: flex;
  width: fit-content;
  justify-content: center;
  text-align: center;
  align-items: center;
  cursor: pointer;
}
.tmce-button:hover {
  opacity: 0.85;
}
.button-v1 {
  background: #00a6cd;
  color: #ffffff;
}
.button-v1 a {
  color: #ffffff !important;
}
.button-v2 {
  background: #ffc62b;
  color: #ffffff;
}
.button-v2 a {
  color: #ffffff !important;
}
.button-v3 {
  background: #80dade;
  color: #005e74;
  border: none;
}
.button-v3 a {
  color: #00a6cd !important;
}
.button-v4 {
  background: transparent;
  color: #005e74;
  border: solid 3px #80dade;
}
.button-v4 a {
  color: #ffc62b !important;
}
.button-dark-block {
  background: transparent;
  color: #7d7d7d;
  border: solid 1px #7d7d7d;
}
.button-dark-block a {
  color: #7d7d7d !important;
}
.button-white-block {
  background: transparent;
  color: #ffffff;
  border: solid 1px #ffffff;
}
.button-white-block a {
  color: #ffffff !important;
}
#counselor-split #g-page-surround {
  background: transparent !important;
}
#counselor-split .g-container {
  width: 100% !important;
  max-width: 1500px !important;
}
#map-iframed #sl_sidebar {
  max-height: 450px !important;
}
.result-inner div {
  margin-top: 5px;
  margin-bottom: 3px;
}
.result-inner .loc-address {
  font-weight: bold;
  margin-bottom: 8px;
}
.result-inner .loc-fulladdress {
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 5px;
}
.tag-row {
  display: none !important;
}
#scrollable-couns {
  max-height: 900px;
  position: relative;
  overflow: auto;
}
#sl_sidebar .result-container {
  width: 100% !important;
}
#counselors .locator_container {
  width: 90%;
  display: block;
  margin: auto;
}
.g-selectize-dropdown.config-select {
  width: 500px !important;
  min-width: 500px !important;
}
body {
  font-size: 18px;
  font-family: effra;
  padding: 0 !important;
  margin: 0 !important;
}
.g-container {
  width: 80%;
  max-width: 1200px;
}
@media (max-width: 60rem) {
  .g-container {
    width: 100%;
  }
}
#g-page-surround {
  background-size: cover;
}
section {
  margin-bottom: 0px;
  margin-top: 0px;
}
.g-particle {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#g-prefooter {
  background: #e7efeb;
}
#g-prefooter li {
  list-style-type: none;
  margin-bottom: 10px;
}
#g-footer {
  padding: 25px;
}
ins {
  display: none;
}
/*# sourceMappingURL=custom_89.css.map */