@import url(./bootstrap.min.css);
@import url(./owl.carousel.min.css);
@import url(./masonry.css);
@import url(./all.min.css);
@import url(./lightgallery.css);
@import url(./animate.css);
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Black.eot");
  src: url("../fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.ttf") format("truetype"), url("../fonts/Montserrat-Black.svg#Montserrat-Black") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }
html {
  overflow-x: hidden; }

body {
  font-family: "Montserrat";
  font-weight: 500;
  overflow-x: hidden; }

p, li {
  font-size: 16px;
  line-height: 26px; }

a {
  color: #444;
  text-decoration: none; }
  a:hover {
    color: #ff8125; }

#lg-download {
  display: none; }

#lightgallery > div {
  margin-bottom: 30px; }
  #lightgallery > div > div {
    overflow: hidden;
    border-color: #ff8125;
    height: 100%;
    background-color: #000; }
#lightgallery img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
  margin: 0;
  opacity: .6; }
  #lightgallery img:hover {
    transform: scale(1.1, 1.1);
    opacity: 1; }

ul {
  padding-left: 15px; }

img {
  max-width: 100%;
  height: auto; }

.inner-content {
  margin-top: 2em;
  margin-bottom: 4em; }
  .inner-content img {
    margin-bottom: 1em; }
  .inner-content .search-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
    margin-bottom: 1em; }

.pagination {
  margin: 0 -2.5px; }
  .pagination a, .pagination span {
    display: inline-block;
    padding: .5em 1em;
    text-decoration: none;
    border: 1px solid #ccc;
    margin: 0 2.5px; }
    .pagination a.prev, .pagination a.next, .pagination span.prev, .pagination span.next {
      background-color: #ff8125;
      border-color: #ff8125;
      color: #fff; }
      .pagination a.prev:hover, .pagination a.next:hover, .pagination span.prev:hover, .pagination span.next:hover {
        background-color: #0e2d63;
        border-color: #0e2d63; }
    .pagination a.current, .pagination span.current {
      background-color: #ff8125;
      border-color: #ff8125;
      color: #fff; }

.btn {
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: 0; }
  .btn.btn-primary {
    padding: .75em 1.5em;
    font-size: 14px;
    background-color: #1484c5;
    color: #fff; }
    .btn.btn-primary:hover {
      background-color: #0e2d63; }

input[type="submit"] {
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: 0;
  padding: .75em 1.5em;
  font-size: 14px;
  background-color: #ff8125;
  color: #fff; }
  input[type="submit"]:hover {
    background-color: #0e2d63; }

.social-menu {
  display: flex;
  align-items: center; }
  .social-menu li {
    margin-right: .5rem; }
    .social-menu li:last-child {
      margin: 0; }
    .social-menu li a {
      display: block;
      width: 25px;
      height: 25px;
      text-indent: 20px;
      overflow: hidden;
      border: 1px solid #fff;
      border-radius: 50%;
      background-color: #fff;
      color: #0e2d63 !important;
      padding: 0 !important;
      font-size: 12px; }
      .social-menu li a:hover {
        background-color: #ff8125;
        color: #fff !important; }
      .social-menu li a::before {
        display: block;
        content: "\f0c1";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        transform: translate(-15px, 0px); }
      .social-menu li a[href*="facebook"]::before {
        content: "\f39e";
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
        transform: translate(-13px, 0px); }
      .social-menu li a[href*="twitter"]::before {
        content: "\f099";
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
        transform: translate(-14px, 0px); }
      .social-menu li a[href*="instagram"]::before {
        content: "\f16d";
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
        transform: translate(-14.5px, 0px); }
      .social-menu li a[href*="linkedin"]::before {
        content: "\f0e1";
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
        transform: translate(-14px, 0px); }
      .social-menu li a[href*="youtube"]::before {
        content: "\f167";
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
        transform: translate(-16px, 0px); }

.post-navigation {
  background-color: #f4f4f4;
  border: 1px solid #eee;
  padding: 1em;
  box-shadow: 10px 30px 30px rgba(0, 0, 0, 0.1);
  margin-top: 2em; }
  .post-navigation .screen-reader-text {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
    margin-bottom: 1em; }
  .post-navigation .nav-links {
    display: flex;
    justify-content: space-between; }
    .post-navigation .nav-links [class*="nav-"] a {
      display: inline-block;
      padding: .5em 1em;
      background-color: #ff8125;
      color: #fff;
      text-decoration: none; }
      .post-navigation .nav-links [class*="nav-"] a:hover {
        background-color: #0e2d63; }
    .post-navigation .nav-links .nav-next a::after {
      content: "\f061";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-left: .5em; }
    .post-navigation .nav-links .nav-previous a::before {
      content: "\f060";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-right: .5em; }

.search-form {
  display: flex;
  align-items: flex-end; }
  .search-form label {
    margin: 0;
    flex: 1; }
  .search-form .screen-reader-text {
    display: block; }
  .search-form input[type="search"], .search-form input[type="text"] {
    border: 1px solid #eee;
    background-color: #fff;
    padding: .5em 1em;
    font-size: 12px;
    height: 40px;
    width: 100%; }
  .search-form input[type="submit"] {
    height: 40px;
    background-color: #ff8125;
    border: 1px solid #ff8125 !important;
    border: 0;
    color: #fff;
    padding: 0 1em;
    font-weight: 600; }
    .search-form input[type="submit"]:hover {
      background-color: #0e2d63;
      border: 1px solid #0e2d63 !important; }

.form-control {
  border-radius: 0;
  font-size: 14px;
  height: 40px; }

label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0; }

[class*="col-"]:nth-child(odd) .commitee {
  background-color: #0e2d63; }
[class*="col-"]:nth-child(even) .commitee {
  background-color: #ff8125; }

.commitee {
  height: 100%; }
  .commitee h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 0 1em; }

.page-downloads .inner-content ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px; }
  .page-downloads .inner-content ul li {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    padding: 0 20px; }
    .page-downloads .inner-content ul li a {
      color: #444;
      text-decoration: underline; }
      .page-downloads .inner-content ul li a:hover {
        color: #ff8125; }
    .page-downloads .inner-content ul li::before {
      content: "";
      width: 18px;
      height: 18px;
      display: inline-block;
      background-image: url("../img/pdf.svg");
      background-size: 100%;
      background-repeat: no-repeat;
      margin-right: 10px; }

.page-template-page-contact h3 {
  margin-bottom: 1.5em;
  font-weight: 700;
  position: relative; }
  .page-template-page-contact h3::before {
    content: "";
    width: 70px;
    height: 2px;
    background-color: #ff8125;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 10px; }
.page-template-page-contact .contact-form form > .row > [class*="col-"]:last-child .form-group {
  margin-bottom: 0; }
.page-template-page-contact .contact-details {
  background-color: #0e2d63;
  color: #fff;
  padding: 2em;
  height: 100%; }
  .page-template-page-contact .contact-details a {
    color: #c4c4c4; }
    .page-template-page-contact .contact-details a:hover {
      color: #ff8125; }
  .page-template-page-contact .contact-details ul li {
    font-size: 18px;
    margin-bottom: 1.5em;
    position: relative;
    padding-left: 40px; }
    .page-template-page-contact .contact-details ul li .fas {
      position: absolute;
      left: 0;
      top: -3px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #fff;
      color: #ff8125;
      display: flex;
      justify-content: center;
      align-items: center; }

.entry-meta, .entry-footer {
  margin-bottom: 1em; }
  .entry-meta > span, .entry-footer > span {
    font-size: 12px;
    color: #777;
    display: inline-block;
    background-color: #0e2d63;
    color: #fff;
    padding: .5rem;
    margin-right: .5rem; }
    .entry-meta > span a, .entry-footer > span a {
      color: #ccc; }
      .entry-meta > span a:hover, .entry-footer > span a:hover {
        color: #ff8125; }

.breadcrumb {
  align-items: center; }
  .breadcrumb span[typeof="ListItem"] {
    display: inline-block; }
    .breadcrumb span[typeof="ListItem"]:not(:first-child) {
      margin-left: .5em; }
      .breadcrumb span[typeof="ListItem"]:not(:first-child)::before {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: .5em;
        font-size: 12px; }
    .breadcrumb span[typeof="ListItem"] a {
      color: #444;
      text-decoration: none;
      font-size: 16px; }
      .breadcrumb span[typeof="ListItem"] a:hover {
        color: #ff8125; }
  .breadcrumb .current-item {
    display: inline-block;
    color: #ff8125;
    margin-left: .5em;
    font-size: 16px; }
    .breadcrumb .current-item::before {
      content: "\f054";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-right: .5em;
      font-size: 12px; }

.page-header {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  background-image: url("../img/bg.jpg"); }
  .page-header::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0; }
  .page-header .page-title {
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-weight: 800;
    margin: 0; }
    .page-header .page-title::before {
      content: "";
      width: 60px;
      height: 2px;
      background-color: #ff8125;
      position: absolute;
      left: 100%;
      top: 50%;
      transform: translateY(-50%);
      margin-left: 1em; }

figcaption {
  font-style: italic;
  text-align: center;
  margin-top: 0;
  font-size: 12px; }

blockquote {
  background-color: #eee;
  border-radius: 10px;
  padding: 2em;
  font-size: 12px;
  position: relative;
  clear: both; }
  blockquote::before {
    content: "'";
    font-size: 70px;
    font-weight: bolder;
    line-height: 30px;
    display: inline;
    color: #ff8125;
    margin-right: 10px;
    position: absolute;
    left: 10px;
    top: -3px; }
  blockquote::after {
    content: "'";
    font-size: 70px;
    font-weight: bolder;
    line-height: 30px;
    display: inline;
    color: #ff8125;
    margin-right: 10px;
    position: absolute;
    left: 25px;
    top: -3px; }
  blockquote cite {
    position: relative;
    padding-left: 40px;
    font-weight: bold;
    color: #0e2d63;
    font-size: 16px; }
    blockquote cite::before {
      content: "";
      width: 30px;
      height: 1px;
      background-color: #777;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }

.clear-both {
  clear: both; }

.nav-pills.verticle .nav-item {
  width: 100%;
  border-bottom: 1px solid #ccc;
  text-align: center; }
  .nav-pills.verticle .nav-item .nav-link {
    display: block;
    border-radius: 0;
    background-color: #eee;
    padding: 1em; }
    .nav-pills.verticle .nav-item .nav-link.active {
      background-color: #ff8125; }

.tab-content {
  background-color: #eee;
  height: 100%;
  padding: 1em;
  border-left: 1px solid #ff8125; }
  .tab-content h3 {
    font-weight: bold;
    font-size: 26px; }

@keyframes animate {
  0% {
    transform: translateY(40px); }
  100% {
    transform: translateY(0px); } }
#masthead .top-nav {
  background-color: #0e2d63;
  padding: .25em; }
  @media (max-width: 991px) {
    #masthead .top-nav .top-menu {
      display: none !important; } }
  #masthead .top-nav .top-menu li {
    padding-right: .5em;
    margin: 0 !important;
    display: inline; }
    #masthead .top-nav .top-menu li:not(:first-child) {
      padding-left: .5em;
      border-left: 1px solid rgba(255, 255, 255, 0.3); }
    #masthead .top-nav .top-menu li .fas {
      color: #fff;
      font-size: 14px; }
  #masthead .top-nav .top-menu .menu li:first-child {
    padding-left: .5em;
    border-left: 1px solid rgba(255, 255, 255, 0.3); }
  #masthead .top-nav ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    text-decoration: none; }
    #masthead .top-nav ul li a:hover {
      color: #fff; }
  @media (max-width: 991px) {
    #masthead .top-nav ul.social-menu {
      margin-left: auto !important;
      margin-right: auto !important; } }
  #masthead .top-nav ul.social-menu li a {
    font-size: 13px; }
#masthead .navbar {
  padding: 1em 1em; }
  #masthead .navbar .site-branding img {
    max-width: 300px;
    width: 100%;
    height: auto; }
  #masthead .navbar .navbar-nav li {
    position: relative; }
    #masthead .navbar .navbar-nav li.menu-item-has-children > a::after {
      content: "\f078";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-left: .25rem; }
    #masthead .navbar .navbar-nav li:hover .sub-menu {
      display: block; }
    #masthead .navbar .navbar-nav li a {
      text-decoration: none;
      color: #0e2d63;
      padding: .5rem 1rem;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 500;
      display: block; }
      #masthead .navbar .navbar-nav li a:hover {
        color: #ff8125; }
    #masthead .navbar .navbar-nav li .sub-menu {
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #eee;
      box-shadow: 20px 60px 70px rgba(0, 0, 0, 0.25);
      list-style: none;
      padding: 1em 0;
      min-width: 200px;
      z-index: 99;
      border-radius: 7px;
      display: none;
      animation-name: animate;
      animation-duration: .5s;
      animation-timing-function: ease;
      animation-iteration-count: 1; }
      #masthead .navbar .navbar-nav li .sub-menu li a:hover {
        background-color: #e7e7e7; }

#florida-carousel [class*="carousel-control-"] {
  z-index: 21;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #ff8125;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px; }
  #florida-carousel [class*="carousel-control-"] span {
    width: 20px;
    height: 20px;
    transform: unset; }
#florida-carousel .carousel-indicators li {
  border-radius: 5px;
  transition: all .5s ease;
  height: 5px; }
  #florida-carousel .carousel-indicators li.active {
    width: 50px; }
#florida-carousel .carousel-inner .carousel-item {
  max-height: 700px;
  width: 100%;
  height: calc(100vh - 112px); }
  #florida-carousel .carousel-inner .carousel-item::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0; }
  #florida-carousel .carousel-inner .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #florida-carousel .carousel-inner .carousel-item .carousel-caption {
    top: 50%;
    right: auto;
    left: 50%;
    bottom: auto;
    padding: 0;
    transform: translate(-50%, -50%);
    width: 100%; }
    #florida-carousel .carousel-inner .carousel-item .carousel-caption .carousel-content {
      max-width: 800px;
      margin: 0 auto; }
      #florida-carousel .carousel-inner .carousel-item .carousel-caption .carousel-content > div {
        animation-delay: .5s; }
    #florida-carousel .carousel-inner .carousel-item .carousel-caption h1, #florida-carousel .carousel-inner .carousel-item .carousel-caption h2, #florida-carousel .carousel-inner .carousel-item .carousel-caption h3 {
      font-weight: 900;
      text-transform: uppercase;
      text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
      font-size: 70px; }
    #florida-carousel .carousel-inner .carousel-item .carousel-caption h5 {
      font-size: 24px;
      text-transform: uppercase;
      text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); }
    #florida-carousel .carousel-inner .carousel-item .carousel-caption p {
      font-weight: 400;
      font-size: 14px; }
    #florida-carousel .carousel-inner .carousel-item .carousel-caption .btn {
      margin-top: 1em;
      animation-delay: 1s; }

#programs {
  padding: 80px 0; }
  #programs .section-header {
    margin-bottom: 4em; }
  #programs .section-title {
    background-color: #ff8125;
    padding: 2em;
    position: relative;
    height: 100%;
    border-radius: 7px;
    box-shadow: 0 40px 50px rgba(0, 0, 0, 0.1); }
    #programs .section-title.footer {
      background-color: #0e2d63; }
      #programs .section-title.footer .title span {
        color: #fff; }
      #programs .section-title.footer p {
        color: #fff; }
    #programs .section-title .title {
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 200;
      color: #fff; }
      #programs .section-title .title span {
        color: #0e2d63;
        font-weight: 800;
        font-size: 40px; }
    #programs .section-title a {
      color: #fff; }
  @media (max-width: 991px) {
    #programs .program-row > div {
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    #programs .program-row > div:nth-child(3) .row, #programs .program-row > div:nth-child(4) .row {
      flex-direction: row-reverse; } }
  #programs .program {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #eee;
    overflow: hidden;
    box-shadow: 0 40px 50px rgba(0, 0, 0, 0.1); }
    #programs .program img {
      width: 100%;
      height: auto;
      transition: all .5s ease; }
    #programs .program .thumb {
      display: block;
      height: 100%; }
      #programs .program .thumb img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    #programs .program .program-details {
      background-color: #eee;
      padding: 2em;
      flex: 1;
      overflow: hidden;
      transition: all .5s ease;
      margin-bottom: -75px;
      min-height: 400px; }
      #programs .program .program-details h3 {
        font-size: 20px; }
        #programs .program .program-details h3 a {
          text-decoration: none;
          color: #0e2d63;
          font-weight: 600;
          font-size: 26px; }
          #programs .program .program-details h3 a:hover {
            color: #ff8125; }

@keyframes playAnimate {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.7, 1.7); }
  60% {
    transform: scale(2, 2);
    opacity: 0; }
  100% {
    transform: scale(2.2, 2.2);
    opacity: 0; } }
#content-about .about-image {
  height: 100%;
  position: relative;
  background-color: #000; }
  #content-about .about-image > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: .5; }
  #content-about .about-image .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 0;
    box-shadow: none !important; }
    #content-about .about-image .btn-play img {
      width: 70px; }
    #content-about .about-image .btn-play::before, #content-about .about-image .btn-play::after {
      content: "";
      width: 100%;
      height: 100%;
      border: 3px solid #fff;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0; }
    #content-about .about-image .btn-play::before {
      animation-name: playAnimate;
      animation-duration: 2s;
      animation-iteration-count: infinite;
      animation-timing-function: ease; }
    #content-about .about-image .btn-play::after {
      animation-name: playAnimate;
      animation-duration: 2s;
      animation-iteration-count: infinite;
      animation-timing-function: ease;
      animation-delay: .5s; }
#content-about .content-about-content {
  background-color: #fff;
  padding: 2em;
  height: 100%;
  box-shadow: 0 40px 50px rgba(0, 0, 0, 0.1); }
  #content-about .content-about-content h5 {
    font-size: 30px;
    font-weight: 200;
    color: #ff8125; }
  #content-about .content-about-content h2 {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0e2d63; }
  #content-about .content-about-content ul {
    list-style: none;
    padding-left: 0;
    margin-top: 2em;
    margin-bottom: 2em; }
    #content-about .content-about-content ul li {
      margin-bottom: 1em; }
      #content-about .content-about-content ul li:nth-child(0)::before {
        color: #e1bde5;
        border-color: #dcc606; }
      #content-about .content-about-content ul li:nth-child(1)::before {
        color: #dfb104;
        border-color: #731ac3; }
      #content-about .content-about-content ul li:nth-child(2)::before {
        color: #a115ce;
        border-color: #954b67; }
      #content-about .content-about-content ul li:nth-child(3)::before {
        color: #ed3270;
        border-color: #8a65ca; }
      #content-about .content-about-content ul li:nth-child(4)::before {
        color: #daa43b;
        border-color: #8c1a06; }
      #content-about .content-about-content ul li:nth-child(5)::before {
        color: #4dd7f1;
        border-color: #943a53; }
      #content-about .content-about-content ul li:nth-child(6)::before {
        color: #427ccb;
        border-color: #2607e6; }
      #content-about .content-about-content ul li:nth-child(7)::before {
        color: #d7fd07;
        border-color: #368940; }
      #content-about .content-about-content ul li:nth-child(8)::before {
        color: #eeba29;
        border-color: #2aa911; }
      #content-about .content-about-content ul li:nth-child(9)::before {
        color: #53a61a;
        border-color: #81aff8; }
      #content-about .content-about-content ul li:nth-child(10)::before {
        color: #463c2b;
        border-color: #319915; }
      #content-about .content-about-content ul li:nth-child(11)::before {
        color: #758f70;
        border-color: #4f6a1c; }
      #content-about .content-about-content ul li:nth-child(12)::before {
        color: #06672e;
        border-color: #df05d0; }
      #content-about .content-about-content ul li:nth-child(13)::before {
        color: #80e12b;
        border-color: #a5d53f; }
      #content-about .content-about-content ul li:nth-child(14)::before {
        color: #be364e;
        border-color: #7a4a94; }
      #content-about .content-about-content ul li:nth-child(15)::before {
        color: #bb2691;
        border-color: #434037; }
      #content-about .content-about-content ul li:nth-child(16)::before {
        color: #0c36f6;
        border-color: #e2e14b; }
      #content-about .content-about-content ul li:nth-child(17)::before {
        color: #436a8d;
        border-color: #c21581; }
      #content-about .content-about-content ul li:nth-child(18)::before {
        color: #43f452;
        border-color: #e44549; }
      #content-about .content-about-content ul li:nth-child(19)::before {
        color: #c36c9e;
        border-color: #60bc5a; }
      #content-about .content-about-content ul li:nth-child(20)::before {
        color: #58d2a5;
        border-color: #4c1498; }
      #content-about .content-about-content ul li:nth-child(21)::before {
        color: #2f128e;
        border-color: #366efa; }
      #content-about .content-about-content ul li:nth-child(22)::before {
        color: #d8c8fd;
        border-color: #74e2c8; }
      #content-about .content-about-content ul li:nth-child(23)::before {
        color: #732c95;
        border-color: #4b11ae; }
      #content-about .content-about-content ul li:nth-child(24)::before {
        color: #43febb;
        border-color: #3e686f; }
      #content-about .content-about-content ul li:nth-child(25)::before {
        color: #69bff0;
        border-color: #97d87b; }
      #content-about .content-about-content ul li:nth-child(26)::before {
        color: #686192;
        border-color: #ee24d7; }
      #content-about .content-about-content ul li:nth-child(27)::before {
        color: #10ab49;
        border-color: #aece4c; }
      #content-about .content-about-content ul li:nth-child(28)::before {
        color: #91b9af;
        border-color: #f57af9; }
      #content-about .content-about-content ul li:nth-child(29)::before {
        color: #997744;
        border-color: #d9e0bf; }
      #content-about .content-about-content ul li:nth-child(30)::before {
        color: #2a425f;
        border-color: #ebac4b; }
      #content-about .content-about-content ul li:nth-child(31)::before {
        color: #44ea7e;
        border-color: #d06d98; }
      #content-about .content-about-content ul li:nth-child(32)::before {
        color: #d60ecc;
        border-color: #043264; }
      #content-about .content-about-content ul li:nth-child(33)::before {
        color: #7d6a95;
        border-color: #32f481; }
      #content-about .content-about-content ul li:nth-child(34)::before {
        color: #469909;
        border-color: #1eec13; }
      #content-about .content-about-content ul li:nth-child(35)::before {
        color: #44f34b;
        border-color: #607d7a; }
      #content-about .content-about-content ul li:nth-child(36)::before {
        color: #36b22a;
        border-color: #b3aedd; }
      #content-about .content-about-content ul li:nth-child(37)::before {
        color: #9b2b29;
        border-color: #b89c32; }
      #content-about .content-about-content ul li:nth-child(38)::before {
        color: #7ece81;
        border-color: #d47728; }
      #content-about .content-about-content ul li:nth-child(39)::before {
        color: #ec2760;
        border-color: #2a86c9; }
      #content-about .content-about-content ul li:nth-child(40)::before {
        color: #909589;
        border-color: #a80d22; }
      #content-about .content-about-content ul li:nth-child(41)::before {
        color: #39dcd1;
        border-color: #254b51; }
      #content-about .content-about-content ul li:nth-child(42)::before {
        color: #ecbc57;
        border-color: #e638a7; }
      #content-about .content-about-content ul li:nth-child(43)::before {
        color: #5617ab;
        border-color: #781984; }
      #content-about .content-about-content ul li:nth-child(44)::before {
        color: #dbe131;
        border-color: #6b80f9; }
      #content-about .content-about-content ul li:nth-child(45)::before {
        color: #348aa0;
        border-color: #7130da; }
      #content-about .content-about-content ul li:nth-child(46)::before {
        color: #aaa286;
        border-color: #b23c90; }
      #content-about .content-about-content ul li:nth-child(47)::before {
        color: #8a2a3d;
        border-color: #440a04; }
      #content-about .content-about-content ul li:nth-child(48)::before {
        color: #755322;
        border-color: #8e3c5a; }
      #content-about .content-about-content ul li:nth-child(49)::before {
        color: #e81d93;
        border-color: #a48ed7; }
      #content-about .content-about-content ul li:nth-child(50)::before {
        color: #a5ab74;
        border-color: #3b9b0d; }
      #content-about .content-about-content ul li:nth-child(51)::before {
        color: #3b5cc6;
        border-color: #14b9b8; }
      #content-about .content-about-content ul li:nth-child(52)::before {
        color: #11d01a;
        border-color: #351fe9; }
      #content-about .content-about-content ul li:nth-child(53)::before {
        color: #976cb2;
        border-color: #589880; }
      #content-about .content-about-content ul li:nth-child(54)::before {
        color: #3c795a;
        border-color: #6f987c; }
      #content-about .content-about-content ul li:nth-child(55)::before {
        color: #2e88e4;
        border-color: #1a71e0; }
      #content-about .content-about-content ul li:nth-child(56)::before {
        color: #ce263b;
        border-color: #844f2b; }
      #content-about .content-about-content ul li:nth-child(57)::before {
        color: #1c6d17;
        border-color: #77ef89; }
      #content-about .content-about-content ul li:nth-child(58)::before {
        color: #e5753e;
        border-color: #ebc387; }
      #content-about .content-about-content ul li:nth-child(59)::before {
        color: #9b408e;
        border-color: #1d8164; }
      #content-about .content-about-content ul li:nth-child(60)::before {
        color: #965ad3;
        border-color: #d43c18; }
      #content-about .content-about-content ul li:nth-child(61)::before {
        color: #320127;
        border-color: #dc0a38; }
      #content-about .content-about-content ul li:nth-child(62)::before {
        color: #1f17bf;
        border-color: #f86e20; }
      #content-about .content-about-content ul li:nth-child(63)::before {
        color: #ba77ec;
        border-color: #7ff5b1; }
      #content-about .content-about-content ul li:nth-child(64)::before {
        color: #546ddd;
        border-color: #245f4f; }
      #content-about .content-about-content ul li:nth-child(65)::before {
        color: #b6d293;
        border-color: #8502dd; }
      #content-about .content-about-content ul li:nth-child(66)::before {
        color: #292fc1;
        border-color: #33ca63; }
      #content-about .content-about-content ul li:nth-child(67)::before {
        color: #1af26e;
        border-color: #5479be; }
      #content-about .content-about-content ul li:nth-child(68)::before {
        color: #0c12d2;
        border-color: #7a8dd9; }
      #content-about .content-about-content ul li:nth-child(69)::before {
        color: #f8284a;
        border-color: #b9045b; }
      #content-about .content-about-content ul li:nth-child(70)::before {
        color: #20fb8c;
        border-color: #931a46; }
      #content-about .content-about-content ul li:nth-child(71)::before {
        color: #e83edd;
        border-color: #a05d71; }
      #content-about .content-about-content ul li:nth-child(72)::before {
        color: #9bf4e4;
        border-color: #744f0d; }
      #content-about .content-about-content ul li:nth-child(73)::before {
        color: #98f226;
        border-color: #044e0d; }
      #content-about .content-about-content ul li:nth-child(74)::before {
        color: #42d2e6;
        border-color: #7de650; }
      #content-about .content-about-content ul li:nth-child(75)::before {
        color: #ba6f75;
        border-color: #189b98; }
      #content-about .content-about-content ul li:nth-child(76)::before {
        color: #d221df;
        border-color: #a6a23a; }
      #content-about .content-about-content ul li:nth-child(77)::before {
        color: #88a313;
        border-color: #dc04bf; }
      #content-about .content-about-content ul li:nth-child(78)::before {
        color: #537e78;
        border-color: #042d2a; }
      #content-about .content-about-content ul li:nth-child(79)::before {
        color: #53f50a;
        border-color: #11db6d; }
      #content-about .content-about-content ul li:nth-child(80)::before {
        color: #6aca3d;
        border-color: #148d31; }
      #content-about .content-about-content ul li:nth-child(81)::before {
        color: #54a438;
        border-color: #d31523; }
      #content-about .content-about-content ul li:nth-child(82)::before {
        color: #135e8a;
        border-color: #6ddb64; }
      #content-about .content-about-content ul li:nth-child(83)::before {
        color: #5cb140;
        border-color: #c9039a; }
      #content-about .content-about-content ul li:nth-child(84)::before {
        color: #38fd8a;
        border-color: #9d098b; }
      #content-about .content-about-content ul li:nth-child(85)::before {
        color: #05faf4;
        border-color: #93378c; }
      #content-about .content-about-content ul li:nth-child(86)::before {
        color: #d5b9c0;
        border-color: #4a83a1; }
      #content-about .content-about-content ul li:nth-child(87)::before {
        color: #ed59c7;
        border-color: #ca5f8d; }
      #content-about .content-about-content ul li:nth-child(88)::before {
        color: #d816d9;
        border-color: #b8bfc4; }
      #content-about .content-about-content ul li:nth-child(89)::before {
        color: #217853;
        border-color: #43a39c; }
      #content-about .content-about-content ul li:nth-child(90)::before {
        color: #f0a12a;
        border-color: #d793a1; }
      #content-about .content-about-content ul li:nth-child(91)::before {
        color: #cdd87e;
        border-color: #d92567; }
      #content-about .content-about-content ul li:nth-child(92)::before {
        color: #f25859;
        border-color: #5c02bc; }
      #content-about .content-about-content ul li:nth-child(93)::before {
        color: #3fed4e;
        border-color: #19c5ca; }
      #content-about .content-about-content ul li:nth-child(94)::before {
        color: #fdfca0;
        border-color: #1bc17b; }
      #content-about .content-about-content ul li:nth-child(95)::before {
        color: #bc4752;
        border-color: #3aea39; }
      #content-about .content-about-content ul li:nth-child(96)::before {
        color: #062083;
        border-color: #7c675d; }
      #content-about .content-about-content ul li:nth-child(97)::before {
        color: #35970f;
        border-color: #9ccf17; }
      #content-about .content-about-content ul li:nth-child(98)::before {
        color: #d7eaa4;
        border-color: #b5343d; }
      #content-about .content-about-content ul li:nth-child(99)::before {
        color: #6cfe02;
        border-color: #64c7fc; }
      #content-about .content-about-content ul li::before {
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 5px;
        border: 2px solid #000;
        border-radius: 50%;
        padding: 2px; }

#advisory-board {
  padding: 80px 0; }
  #advisory-board .section-header h3 {
    font-weight: bold;
    margin-bottom: 1em; }
  #advisory-board .section-content {
    margin-top: 2em; }
    #advisory-board .section-content .board {
      border-top: 1px solid #ccc;
      margin-bottom: 1em;
      padding-top: 1em; }
      #advisory-board .section-content .board .board-name {
        font-size: 18px;
        font-weight: bold; }
      #advisory-board .section-content .board .board-content p:last-child {
        margin-bottom: 0; }

.message-from {
  margin-top: 1.5em; }
  .message-from h3 {
    font-weight: bold;
    text-transform: uppercase; }
  .message-from .message {
    margin-bottom: 2em; }
    .message-from .message:nth-child(odd) .row .message-box {
      background-color: #ff8125;
      color: #fff; }
    .message-from .message:nth-child(even) .row {
      flex-direction: row-reverse; }
      .message-from .message:nth-child(even) .row .message-box {
        background-color: #0e2d63;
        color: #fff; }
  .message-from .image {
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }
  .message-from .message-box {
    height: 100%;
    background-color: #eee;
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.1);
    padding: 2em; }
    .message-from .message-box h4 {
      font-weight: bold;
      font-size: 20px; }

.post-type-archive-event .side-event {
  margin-bottom: 30px; }

.page-template-home-page .side-event {
  min-height: 100%; }

#events {
  padding: 80px 0; }
  #events .section-header {
    margin-bottom: 4em; }
    #events .section-header .title {
      font-weight: 600; }
  #events .section-content #hr-2 {
    display: none; }
  #events .section-content .event {
    box-shadow: 0 40px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 30px; }
    #events .section-content .event:last-child {
      margin-bottom: 0; }
    #events .section-content .event .event-details {
      padding: 1em 1em 1em 3em;
      background-color: #eee;
      height: 100%; }
      #events .section-content .event .event-details .date {
        color: #ff8125; }
        #events .section-content .event .event-details .date .day {
          font-size: 30px;
          font-weight: 800; }
        #events .section-content .event .event-details .date .month {
          font-weight: 700; }
      #events .section-content .event .event-details .post-title {
        margin-bottom: 0; }
        #events .section-content .event .event-details .post-title a {
          color: #0e2d63;
          text-decoration: none;
          font-weight: 600;
          font-size: 24px; }
          #events .section-content .event .event-details .post-title a:hover {
            color: #ff8125; }
      #events .section-content .event .event-details .location {
        font-size: 12px;
        margin: .5em 0;
        color: #555;
        display: block; }
        #events .section-content .event .event-details .location i {
          font-size: 14px;
          color: #0e2d63;
          margin-right: .5em; }
    #events .section-content .event figure {
      height: 100%;
      margin: 0;
      position: relative;
      background-color: #000000;
      overflow: hidden; }
      #events .section-content .event figure:hover img {
        opacity: .5;
        transform: scale(1.2, 1.2); }
      #events .section-content .event figure:hover .btn {
        transform: translate(-50%, -50%);
        opacity: 1; }
      #events .section-content .event figure .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 0);
        font-size: 12px;
        transition: all .5s ease;
        opacity: 0;
        padding: 1em 1.5em; }
      #events .section-content .event figure img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: all .5s ease; }
  #events .section-content .side-event {
    background-color: #000;
    position: relative;
    overflow: hidden;
    display: flex; }
    #events .section-content .side-event .event-details {
      padding: 2em;
      background-size: cover; }
      #events .section-content .side-event .event-details .date {
        color: #ff8125; }
        #events .section-content .side-event .event-details .date .day {
          font-size: 30px;
          font-weight: 800; }
        #events .section-content .side-event .event-details .date .month {
          font-weight: 700; }
      #events .section-content .side-event .event-details .post-title {
        margin-bottom: 0; }
        #events .section-content .side-event .event-details .post-title a {
          color: #fff;
          text-decoration: none;
          font-weight: 600;
          font-size: 24px;
          line-height: 24px;
          display: block; }
          #events .section-content .side-event .event-details .post-title a:hover {
            color: #ff8125; }
      #events .section-content .side-event .event-details .location {
        font-size: 12px;
        margin: 1em 0;
        color: #ccc;
        display: block; }
        #events .section-content .side-event .event-details .location i {
          font-size: 14px;
          color: #fff;
          margin-right: .5em; }
      #events .section-content .side-event .event-details p {
        color: #eee; }
      #events .section-content .side-event .event-details .btn {
        font-size: 12px; }

#video img {
  width: 100%;
  height: auto; }

#facilities {
  padding: 80px 0; }
  #facilities .section-header .subtitle {
    color: #ff8125;
    font-weight: 200; }
  #facilities .section-header .title {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600; }
  #facilities .section-content {
    margin-top: 4em; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(0) .facility .icon {
      border-color: #ec85a8; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(0) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(0) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(0) .facility .icon svg circle {
        fill: #72b516 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(0) .facility .btn {
      background-color: #204912; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(1) .facility .icon {
      border-color: #20ed3d; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(1) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(1) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(1) .facility .icon svg circle {
        fill: #de9238 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(1) .facility .btn {
      background-color: #0909fa; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(2) .facility .icon {
      border-color: #d81445; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(2) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(2) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(2) .facility .icon svg circle {
        fill: #18ee3a !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(2) .facility .btn {
      background-color: #689c75; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(3) .facility .icon {
      border-color: #2ca315; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(3) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(3) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(3) .facility .icon svg circle {
        fill: #f832f7 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(3) .facility .btn {
      background-color: #3cb672; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(4) .facility .icon {
      border-color: #cdefa1; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(4) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(4) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(4) .facility .icon svg circle {
        fill: #5893bf !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(4) .facility .btn {
      background-color: #2c8fc0; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(5) .facility .icon {
      border-color: #161675; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(5) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(5) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(5) .facility .icon svg circle {
        fill: #2a6d64 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(5) .facility .btn {
      background-color: #25db3e; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(6) .facility .icon {
      border-color: #e7ab5a; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(6) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(6) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(6) .facility .icon svg circle {
        fill: #99445d !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(6) .facility .btn {
      background-color: #2c1bdb; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(7) .facility .icon {
      border-color: #66ea8a; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(7) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(7) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(7) .facility .icon svg circle {
        fill: #1ab8ab !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(7) .facility .btn {
      background-color: #d964a8; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(8) .facility .icon {
      border-color: #ce9641; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(8) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(8) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(8) .facility .icon svg circle {
        fill: #d5eab8 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(8) .facility .btn {
      background-color: #2f17e4; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(9) .facility .icon {
      border-color: #160cd5; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(9) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(9) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(9) .facility .icon svg circle {
        fill: #17968e !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(9) .facility .btn {
      background-color: #d0baaa; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(10) .facility .icon {
      border-color: #e10578; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(10) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(10) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(10) .facility .icon svg circle {
        fill: #ad5393 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(10) .facility .btn {
      background-color: #24bb7e; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(11) .facility .icon {
      border-color: #a3d1c4; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(11) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(11) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(11) .facility .icon svg circle {
        fill: #2b2cd3 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(11) .facility .btn {
      background-color: #a454c9; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(12) .facility .icon {
      border-color: #cf540e; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(12) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(12) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(12) .facility .icon svg circle {
        fill: #d26fe4 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(12) .facility .btn {
      background-color: #d74d94; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(13) .facility .icon {
      border-color: #3cf217; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(13) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(13) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(13) .facility .icon svg circle {
        fill: #558bfc !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(13) .facility .btn {
      background-color: #351e6c; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(14) .facility .icon {
      border-color: #9626dc; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(14) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(14) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(14) .facility .icon svg circle {
        fill: #0ab165 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(14) .facility .btn {
      background-color: #20f929; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(15) .facility .icon {
      border-color: #75d9d9; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(15) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(15) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(15) .facility .icon svg circle {
        fill: #6a316d !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(15) .facility .btn {
      background-color: #8f56be; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(16) .facility .icon {
      border-color: #a0da4f; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(16) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(16) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(16) .facility .icon svg circle {
        fill: #b473e8 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(16) .facility .btn {
      background-color: #58dc09; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(17) .facility .icon {
      border-color: #f57fdd; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(17) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(17) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(17) .facility .icon svg circle {
        fill: #3614dc !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(17) .facility .btn {
      background-color: #b349e5; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(18) .facility .icon {
      border-color: #f24b01; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(18) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(18) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(18) .facility .icon svg circle {
        fill: #5c8936 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(18) .facility .btn {
      background-color: #0f2fb3; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(19) .facility .icon {
      border-color: #9731a2; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(19) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(19) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(19) .facility .icon svg circle {
        fill: #6a5189 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(19) .facility .btn {
      background-color: #b67172; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(20) .facility .icon {
      border-color: #a50103; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(20) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(20) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(20) .facility .icon svg circle {
        fill: #d65559 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(20) .facility .btn {
      background-color: #6a992c; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(21) .facility .icon {
      border-color: #568972; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(21) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(21) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(21) .facility .icon svg circle {
        fill: #4f37b7 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(21) .facility .btn {
      background-color: #85f677; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(22) .facility .icon {
      border-color: #dc4268; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(22) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(22) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(22) .facility .icon svg circle {
        fill: #8dc988 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(22) .facility .btn {
      background-color: #830c54; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(23) .facility .icon {
      border-color: #edb017; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(23) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(23) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(23) .facility .icon svg circle {
        fill: #c69456 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(23) .facility .btn {
      background-color: #3a2955; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(24) .facility .icon {
      border-color: #44ac78; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(24) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(24) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(24) .facility .icon svg circle {
        fill: #757226 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(24) .facility .btn {
      background-color: #c21dbc; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(25) .facility .icon {
      border-color: #77e49a; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(25) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(25) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(25) .facility .icon svg circle {
        fill: #43e8c7 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(25) .facility .btn {
      background-color: #8591a6; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(26) .facility .icon {
      border-color: #b89853; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(26) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(26) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(26) .facility .icon svg circle {
        fill: #48cc2a !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(26) .facility .btn {
      background-color: #2c3581; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(27) .facility .icon {
      border-color: #a778f8; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(27) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(27) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(27) .facility .icon svg circle {
        fill: #01d2d4 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(27) .facility .btn {
      background-color: #8f936c; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(28) .facility .icon {
      border-color: #a52c8e; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(28) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(28) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(28) .facility .icon svg circle {
        fill: #47cb59 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(28) .facility .btn {
      background-color: #79d90b; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(29) .facility .icon {
      border-color: #d4c55e; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(29) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(29) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(29) .facility .icon svg circle {
        fill: #c97dc3 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(29) .facility .btn {
      background-color: #cf4925; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(30) .facility .icon {
      border-color: #cf22a3; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(30) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(30) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(30) .facility .icon svg circle {
        fill: #3142ab !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(30) .facility .btn {
      background-color: #52cb3c; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(31) .facility .icon {
      border-color: #9199b5; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(31) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(31) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(31) .facility .icon svg circle {
        fill: #7b9a53 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(31) .facility .btn {
      background-color: #e359af; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(32) .facility .icon {
      border-color: #21c56e; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(32) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(32) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(32) .facility .icon svg circle {
        fill: #959ca6 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(32) .facility .btn {
      background-color: #2b4962; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(33) .facility .icon {
      border-color: #5242d4; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(33) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(33) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(33) .facility .icon svg circle {
        fill: #3d2de9 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(33) .facility .btn {
      background-color: #8531a4; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(34) .facility .icon {
      border-color: #dc47e0; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(34) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(34) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(34) .facility .icon svg circle {
        fill: #957a6f !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(34) .facility .btn {
      background-color: #a231aa; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(35) .facility .icon {
      border-color: #2757fb; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(35) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(35) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(35) .facility .icon svg circle {
        fill: #540230 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(35) .facility .btn {
      background-color: #d2f4ad; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(36) .facility .icon {
      border-color: #1ede3d; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(36) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(36) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(36) .facility .icon svg circle {
        fill: #2e41d6 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(36) .facility .btn {
      background-color: #291075; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(37) .facility .icon {
      border-color: #9f227d; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(37) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(37) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(37) .facility .icon svg circle {
        fill: #3e4577 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(37) .facility .btn {
      background-color: #65312f; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(38) .facility .icon {
      border-color: #de28a3; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(38) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(38) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(38) .facility .icon svg circle {
        fill: #a46db6 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(38) .facility .btn {
      background-color: #5981d5; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(39) .facility .icon {
      border-color: #f7fdf6; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(39) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(39) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(39) .facility .icon svg circle {
        fill: #c9b62b !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(39) .facility .btn {
      background-color: #f1c577; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(40) .facility .icon {
      border-color: #cd674a; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(40) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(40) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(40) .facility .icon svg circle {
        fill: #93620c !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(40) .facility .btn {
      background-color: #bbe50d; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(41) .facility .icon {
      border-color: #dab7a5; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(41) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(41) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(41) .facility .icon svg circle {
        fill: #aa5a75 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(41) .facility .btn {
      background-color: #e9c6f7; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(42) .facility .icon {
      border-color: #3a51db; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(42) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(42) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(42) .facility .icon svg circle {
        fill: #58d3c1 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(42) .facility .btn {
      background-color: #739cc2; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(43) .facility .icon {
      border-color: #4dcc4a; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(43) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(43) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(43) .facility .icon svg circle {
        fill: #20acfb !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(43) .facility .btn {
      background-color: #a7b81e; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(44) .facility .icon {
      border-color: #dfc4da; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(44) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(44) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(44) .facility .icon svg circle {
        fill: #62935e !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(44) .facility .btn {
      background-color: #8184f0; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(45) .facility .icon {
      border-color: #42e25b; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(45) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(45) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(45) .facility .icon svg circle {
        fill: #ab0f25 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(45) .facility .btn {
      background-color: #5c42d2; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(46) .facility .icon {
      border-color: #c54fb5; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(46) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(46) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(46) .facility .icon svg circle {
        fill: #ef84e6 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(46) .facility .btn {
      background-color: #0c4546; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(47) .facility .icon {
      border-color: #8ff36f; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(47) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(47) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(47) .facility .icon svg circle {
        fill: #fc3d2f !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(47) .facility .btn {
      background-color: #f95eef; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(48) .facility .icon {
      border-color: #15bf8c; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(48) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(48) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(48) .facility .icon svg circle {
        fill: #82d306 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(48) .facility .btn {
      background-color: #c1923a; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(49) .facility .icon {
      border-color: #dfc52e; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(49) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(49) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(49) .facility .icon svg circle {
        fill: #25d6e8 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(49) .facility .btn {
      background-color: #b50292; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(50) .facility .icon {
      border-color: #a9a176; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(50) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(50) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(50) .facility .icon svg circle {
        fill: #ae55cb !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(50) .facility .btn {
      background-color: #934045; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(51) .facility .icon {
      border-color: #aabd78; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(51) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(51) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(51) .facility .icon svg circle {
        fill: #73323f !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(51) .facility .btn {
      background-color: #ddfd20; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(52) .facility .icon {
      border-color: #e36bdb; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(52) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(52) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(52) .facility .icon svg circle {
        fill: #2f89a1 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(52) .facility .btn {
      background-color: #114bfe; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(53) .facility .icon {
      border-color: #a0eecb; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(53) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(53) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(53) .facility .icon svg circle {
        fill: #5e0e3f !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(53) .facility .btn {
      background-color: #844326; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(54) .facility .icon {
      border-color: #e9ddb7; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(54) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(54) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(54) .facility .icon svg circle {
        fill: #aae8a8 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(54) .facility .btn {
      background-color: #c56743; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(55) .facility .icon {
      border-color: #5d0569; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(55) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(55) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(55) .facility .icon svg circle {
        fill: #ef98df !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(55) .facility .btn {
      background-color: #90a2af; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(56) .facility .icon {
      border-color: #4bbd5b; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(56) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(56) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(56) .facility .icon svg circle {
        fill: #45ae5a !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(56) .facility .btn {
      background-color: #97044c; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(57) .facility .icon {
      border-color: #808ae1; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(57) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(57) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(57) .facility .icon svg circle {
        fill: #b99086 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(57) .facility .btn {
      background-color: #4ef71c; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(58) .facility .icon {
      border-color: #ff09ea; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(58) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(58) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(58) .facility .icon svg circle {
        fill: #fe7e37 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(58) .facility .btn {
      background-color: #bf6459; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(59) .facility .icon {
      border-color: #d05c7e; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(59) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(59) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(59) .facility .icon svg circle {
        fill: #c0c821 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(59) .facility .btn {
      background-color: #7fbf1c; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(60) .facility .icon {
      border-color: #27f10e; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(60) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(60) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(60) .facility .icon svg circle {
        fill: #7d898c !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(60) .facility .btn {
      background-color: #705211; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(61) .facility .icon {
      border-color: #317850; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(61) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(61) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(61) .facility .icon svg circle {
        fill: #cfb410 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(61) .facility .btn {
      background-color: #cfeac3; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(62) .facility .icon {
      border-color: #6e173a; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(62) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(62) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(62) .facility .icon svg circle {
        fill: #107cfd !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(62) .facility .btn {
      background-color: #e0a804; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(63) .facility .icon {
      border-color: #a7ef04; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(63) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(63) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(63) .facility .icon svg circle {
        fill: #72f50a !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(63) .facility .btn {
      background-color: #66fcf2; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(64) .facility .icon {
      border-color: #7e847f; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(64) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(64) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(64) .facility .icon svg circle {
        fill: #5d2b1e !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(64) .facility .btn {
      background-color: #049ab1; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(65) .facility .icon {
      border-color: #2afe61; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(65) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(65) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(65) .facility .icon svg circle {
        fill: #83ff0c !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(65) .facility .btn {
      background-color: #2a3948; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(66) .facility .icon {
      border-color: #c0e20e; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(66) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(66) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(66) .facility .icon svg circle {
        fill: #068cf9 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(66) .facility .btn {
      background-color: #bda054; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(67) .facility .icon {
      border-color: #19461d; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(67) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(67) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(67) .facility .icon svg circle {
        fill: #c97fe1 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(67) .facility .btn {
      background-color: #9919ec; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(68) .facility .icon {
      border-color: #9579f0; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(68) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(68) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(68) .facility .icon svg circle {
        fill: #bbd394 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(68) .facility .btn {
      background-color: #66d7a3; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(69) .facility .icon {
      border-color: #ef9d39; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(69) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(69) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(69) .facility .icon svg circle {
        fill: #28b528 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(69) .facility .btn {
      background-color: #feefdb; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(70) .facility .icon {
      border-color: #380259; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(70) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(70) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(70) .facility .icon svg circle {
        fill: #1bf191 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(70) .facility .btn {
      background-color: #1aa47e; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(71) .facility .icon {
      border-color: #c0fb6a; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(71) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(71) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(71) .facility .icon svg circle {
        fill: #1a6e4a !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(71) .facility .btn {
      background-color: #122ad3; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(72) .facility .icon {
      border-color: #d61326; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(72) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(72) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(72) .facility .icon svg circle {
        fill: #2526f3 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(72) .facility .btn {
      background-color: #c9c05f; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(73) .facility .icon {
      border-color: #eff81a; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(73) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(73) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(73) .facility .icon svg circle {
        fill: #8c5ddc !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(73) .facility .btn {
      background-color: #5aa020; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(74) .facility .icon {
      border-color: #d9a059; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(74) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(74) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(74) .facility .icon svg circle {
        fill: #025095 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(74) .facility .btn {
      background-color: #ab7c96; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(75) .facility .icon {
      border-color: #d885eb; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(75) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(75) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(75) .facility .icon svg circle {
        fill: #9f72e6 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(75) .facility .btn {
      background-color: #d5dc69; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(76) .facility .icon {
      border-color: #efcc29; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(76) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(76) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(76) .facility .icon svg circle {
        fill: #673b7e !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(76) .facility .btn {
      background-color: #e5dcf6; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(77) .facility .icon {
      border-color: #9b466d; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(77) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(77) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(77) .facility .icon svg circle {
        fill: #e40d29 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(77) .facility .btn {
      background-color: #c67456; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(78) .facility .icon {
      border-color: #3d5b98; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(78) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(78) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(78) .facility .icon svg circle {
        fill: #04b1a4 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(78) .facility .btn {
      background-color: #58194e; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(79) .facility .icon {
      border-color: #e2fa03; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(79) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(79) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(79) .facility .icon svg circle {
        fill: #48bcc9 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(79) .facility .btn {
      background-color: #b7917b; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(80) .facility .icon {
      border-color: #1bc75a; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(80) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(80) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(80) .facility .icon svg circle {
        fill: #2b364d !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(80) .facility .btn {
      background-color: #466027; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(81) .facility .icon {
      border-color: #ff82f3; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(81) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(81) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(81) .facility .icon svg circle {
        fill: #1e449f !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(81) .facility .btn {
      background-color: #b25c6a; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(82) .facility .icon {
      border-color: #b01f14; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(82) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(82) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(82) .facility .icon svg circle {
        fill: #e0248f !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(82) .facility .btn {
      background-color: #26e3d4; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(83) .facility .icon {
      border-color: #9e7971; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(83) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(83) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(83) .facility .icon svg circle {
        fill: #5c0f17 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(83) .facility .btn {
      background-color: #df99c5; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(84) .facility .icon {
      border-color: #9f69b4; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(84) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(84) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(84) .facility .icon svg circle {
        fill: #fa8ef4 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(84) .facility .btn {
      background-color: #0495dd; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(85) .facility .icon {
      border-color: #d583b0; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(85) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(85) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(85) .facility .icon svg circle {
        fill: #8e0fd2 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(85) .facility .btn {
      background-color: #8f77bd; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(86) .facility .icon {
      border-color: #435d49; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(86) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(86) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(86) .facility .icon svg circle {
        fill: #0a3dc6 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(86) .facility .btn {
      background-color: #7e6fd5; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(87) .facility .icon {
      border-color: #605f20; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(87) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(87) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(87) .facility .icon svg circle {
        fill: #4ae06f !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(87) .facility .btn {
      background-color: #96fc71; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(88) .facility .icon {
      border-color: #5e52d3; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(88) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(88) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(88) .facility .icon svg circle {
        fill: #32514f !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(88) .facility .btn {
      background-color: #f13337; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(89) .facility .icon {
      border-color: #065d53; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(89) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(89) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(89) .facility .icon svg circle {
        fill: #94bfa9 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(89) .facility .btn {
      background-color: #897ca7; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(90) .facility .icon {
      border-color: #0120c6; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(90) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(90) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(90) .facility .icon svg circle {
        fill: #a4ca87 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(90) .facility .btn {
      background-color: #ebc707; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(91) .facility .icon {
      border-color: #dfe968; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(91) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(91) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(91) .facility .icon svg circle {
        fill: #1a4917 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(91) .facility .btn {
      background-color: #6bac0a; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(92) .facility .icon {
      border-color: #a272e5; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(92) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(92) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(92) .facility .icon svg circle {
        fill: #bd65b3 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(92) .facility .btn {
      background-color: #b7ee5b; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(93) .facility .icon {
      border-color: #3be1f5; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(93) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(93) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(93) .facility .icon svg circle {
        fill: #e46d81 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(93) .facility .btn {
      background-color: #d4546a; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(94) .facility .icon {
      border-color: #444679; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(94) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(94) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(94) .facility .icon svg circle {
        fill: #454b56 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(94) .facility .btn {
      background-color: #e2abcc; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(95) .facility .icon {
      border-color: #19ab4d; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(95) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(95) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(95) .facility .icon svg circle {
        fill: #46d59f !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(95) .facility .btn {
      background-color: #4a7b9b; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(96) .facility .icon {
      border-color: #010d66; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(96) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(96) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(96) .facility .icon svg circle {
        fill: #b64676 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(96) .facility .btn {
      background-color: #894421; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(97) .facility .icon {
      border-color: #3fb107; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(97) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(97) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(97) .facility .icon svg circle {
        fill: #0af881 !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(97) .facility .btn {
      background-color: #a5615c; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(98) .facility .icon {
      border-color: #f99c05; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(98) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(98) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(98) .facility .icon svg circle {
        fill: #d3f61c !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(98) .facility .btn {
      background-color: #7f4b3d; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(99) .facility .icon {
      border-color: #837aa3; }
      #facilities .section-content > .row > [class*="col-"]:nth-child(99) .facility .icon svg path, #facilities .section-content > .row > [class*="col-"]:nth-child(99) .facility .icon svg rect, #facilities .section-content > .row > [class*="col-"]:nth-child(99) .facility .icon svg circle {
        fill: #da4a7a !important; }
    #facilities .section-content > .row > [class*="col-"]:nth-child(99) .facility .btn {
      background-color: #076aae; }
    #facilities .section-content .facility {
      margin-bottom: 30px;
      padding: 3em 2em;
      overflow: hidden;
      position: relative;
      height: 100%; }
      #facilities .section-content .facility:hover {
        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2); }
        #facilities .section-content .facility:hover .btn {
          opacity: 1; }
      #facilities .section-content .facility .btn {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #ff8125;
        color: #fff;
        line-height: 48px;
        box-shadow: none !important;
        position: absolute;
        bottom: -10px;
        right: -10px;
        opacity: 0;
        transition: all .5s ease; }
      #facilities .section-content .facility .icon {
        display: flex;
        justify-content: center;
        margin-bottom: 1em;
        width: 80px;
        height: 80px;
        border: 3px solid #ff8125;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center; }
        #facilities .section-content .facility .icon svg {
          width: 80px;
          height: 80px;
          padding: 1em; }
          #facilities .section-content .facility .icon svg path, #facilities .section-content .facility .icon svg rect, #facilities .section-content .facility .icon svg circle {
            fill: #ff8125 !important; }
      #facilities .section-content .facility .post-title {
        font-size: 24px;
        font-weight: 600; }
        #facilities .section-content .facility .post-title a {
          text-decoration: none;
          color: #0e2d63; }
          #facilities .section-content .facility .post-title a:hover {
            color: #ff8125; }

.page-template-page-about #silent-features {
  background-color: #eee; }

#silent-features {
  padding: 80px 0; }
  #silent-features .section-header .subtitle {
    color: #ff8125;
    font-weight: 200; }
  #silent-features .section-header .title {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600; }
  #silent-features .section-content {
    margin-top: 4em; }
    #silent-features .section-content .row [class*="col-"]:first-child .feature .icon {
      background-color: #ff8125; }
    #silent-features .section-content .row [class*="col-"]:nth-child(2) .feature .icon {
      background-color: #0e2d63; }
    #silent-features .section-content .row [class*="col-"]:nth-child(3) .feature .icon {
      background-color: #5c1616; }
    #silent-features .section-content .feature {
      text-align: center;
      padding: .5em;
      display: flex;
      flex-direction: column;
      height: 100%; }
      #silent-features .section-content .feature:hover .icon {
        background-color: #222 !important; }
      #silent-features .section-content .feature .icon {
        flex: 1; }
        #silent-features .section-content .feature .icon img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      #silent-features .section-content .feature .feature-details {
        border: 1px solid #ccc;
        padding: 2em 1em;
        border-top: 0; }
      #silent-features .section-content .feature .feature-title a {
        font-size: 20px;
        text-decoration: none;
        font-weight: 600; }

#testimonial {
  padding: 80px 0;
  background-image: url("../img/testi-bg.jpg");
  background-size: cover;
  background-position: center; }
  #testimonial .section-header .title {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase; }
  #testimonial #testi-slide {
    margin-top: 4em;
    display: flex; }
    #testimonial #testi-slide .owl-stage {
      display: flex;
      align-items: center; }
      #testimonial #testi-slide .owl-stage .item .testi-content {
        max-width: 900px;
        padding: 0 50px; }
    #testimonial #testi-slide .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      outline: none;
      font-size: 20px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #ff8125;
      color: #fff; }
      #testimonial #testi-slide .owl-nav button span {
        display: inline; }
      #testimonial #testi-slide .owl-nav button.owl-prev {
        left: 0; }
      #testimonial #testi-slide .owl-nav button.owl-next {
        right: 0; }
    #testimonial #testi-slide .owl-item {
      height: 100%;
      color: #fff; }
      #testimonial #testi-slide .owl-item .item {
        width: 100%; }
      #testimonial #testi-slide .owl-item .testi-content {
        max-width: 600px;
        margin: 0 auto; }
        #testimonial #testi-slide .owl-item .testi-content h4 {
          font-size: 18px; }
        #testimonial #testi-slide .owl-item .testi-content h5 {
          font-size: 14px;
          color: #ff8125; }

#colophon {
  padding-top: 80px;
  background-color: #111;
  color: #fff; }
  #colophon img {
    height: auto; }
  #colophon .custom-logo-link img {
    max-width: 285px; }
  #colophon .tagline {
    font-family: 'Pacifico', cursive;
    text-align: center;
    text-transform: lowercase;
    margin-top: 15px; }
  #colophon .social-menu {
    justify-content: center; }
  #colophon h3 {
    font-size: 20px;
    margin-bottom: 1.5em;
    font-weight: 700;
    position: relative; }
    #colophon h3::before {
      content: "";
      width: 50px;
      height: 2px;
      background-color: #ff8125;
      position: absolute;
      top: 100%;
      left: 0;
      margin-top: 10px; }
  #colophon ul {
    margin-top: 1.5em; }
    #colophon ul li a {
      text-decoration: none;
      color: #ccc;
      padding: .25rem 0;
      display: block;
      font-weight: 400;
      font-size: 14px; }
      #colophon ul li a:hover {
        color: #ff8125; }
  #colophon .copyright {
    padding: 1em 0;
    background-color: #000;
    margin-top: 2em; }
    #colophon .copyright p {
      font-size: 12px;
      color: #fff;
      margin: 0; }

#gallery .section-header .title {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase; }
#gallery .gallery-album {
  height: 250px;
  position: relative;
  overflow: hidden; }
  #gallery .gallery-album img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  #gallery .gallery-album .overlay {
    position: absolute;
    width: 150%;
    height: 200%;
    background-color: rgba(255, 129, 37, 0.8);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: scale(0, 0) translate(-50%, -50%);
    transition: all .3s ease-in; }
  #gallery .gallery-album h4 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
  #gallery .gallery-album:hover .overlay {
    transform: scale(1, 1) translate(-50%, -50%); }
  #gallery .gallery-album:hover h4 {
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: all .5s ease;
    transition-delay: .4s; }
#gallery .section-content {
  margin-top: 4em; }
  #gallery .section-content .filter-button-group {
    display: flex;
    justify-content: center;
    margin-bottom: 2em; }
    #gallery .section-content .filter-button-group .btn-primary {
      border-radius: 0; }
      #gallery .section-content .filter-button-group .btn-primary.is-checked {
        background-color: #0e2d63; }
  #gallery .section-content .masonry {
    column-gap: 0; }
    #gallery .section-content .masonry [class*="col-"] {
      display: inline-block;
      margin-bottom: 30px; }
      #gallery .section-content .masonry [class*="col-"] img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  #gallery .section-content img {
    max-width: 100%; }

#news {
  padding: 80px 0;
  background-color: #eee; }
  #news .section-header .title {
    font-size: 40px;
    text-transform: uppercase; }
  #news .section-content {
    margin-top: 4em; }
    @media (max-width: 991px) {
      #news .section-content > .row > div {
        margin-bottom: 30px; } }

.news {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .news figure {
    margin: 0; }
    .news figure img {
      height: auto;
      width: 100%;
      margin: 0; }
  .news .content {
    flex: 1;
    background-color: #fff;
    padding: 1em; }
    .news .content .post-title a {
      display: block;
      font-size: 20px;
      line-height: 24px;
      font-weight: 600;
      color: #0e2d63;
      text-decoration: none; }
      .news .content .post-title a:hover {
        color: #ff8125; }

@media (max-width: 991px) {
  .right-sidebar {
    margin-top: 2em; } }
.right-sidebar .widget {
  background-color: #f4f4f4;
  box-shadow: 10px 30px 30px rgba(0, 0, 0, 0.1);
  padding: 1em;
  margin-bottom: 30px;
  border: 1px solid #eee; }
  .right-sidebar .widget .widget-title {
    font-size: 18px;
    font-weight: 700; }
  .right-sidebar .widget ul li {
    margin-bottom: .5em; }
  .right-sidebar .widget a {
    text-decoration: none; }

#comments {
  margin-top: 2em; }
  #comments .comment-respond .comment-reply-title {
    font-size: 18px;
    font-weight: 700; }
  #comments .comment-respond .comment-form label {
    display: block; }
  #comments .comment-respond .comment-form input[type="text"], #comments .comment-respond .comment-form input[type="email"], #comments .comment-respond .comment-form input[type="url"], #comments .comment-respond .comment-form textarea {
    border: 1px solid #eee;
    background-color: #fff;
    padding: .5em 1em;
    font-size: 12px;
    width: 100%; }
  #comments .comment-respond .comment-form .comment-form-cookies-consent {
    display: flex;
    align-items: center; }
    #comments .comment-respond .comment-form .comment-form-cookies-consent input {
      margin-right: .5em; }
    #comments .comment-respond .comment-form .comment-form-cookies-consent label {
      margin: 0; }

.comment-list {
  list-style: none;
  padding-left: 0; }
  .comment-list > li {
    margin-bottom: 2em;
    padding-bottom: 1em;
    background-color: #eee;
    padding: 1em; }
    .comment-list > li img {
      margin-bottom: 0;
      border-radius: 50%; }
  .comment-list ol {
    list-style: none;
    margin-top: 2em;
    border-top: 1px solid #ccc; }
    .comment-list ol li {
      border-bottom: 1px solid #ccc; }
      .comment-list ol li:last-child {
        margin-bottom: 0;
        border: 0; }

.error-404 h3 {
  font-size: 60px;
  font-weight: 800; }
.error-404 span {
  margin-bottom: 3em;
  display: block; }

/*# sourceMappingURL=custom.css.map */
