@charset "UTF-8";
@font-face {
  font-family: "azo_sansregular";
  src: url("../fonts/azosans-regular-webfont.woff2") format("woff2"),
    url("../fonts/azosans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* @include transition(all,2s,ease-out); */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
a {
  color: #ce6c2d;
  text-decoration: none;
  background-color: transparent;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: block !important;
  margin-top: 0px !important;
  position: relative !important;
}
.slick-dots li {
  margin: 0 8px !important;
}
.slick-dots li button {
  background-color: transparent;
  border: 1px solid #ce6c2d !important;
  height: 16px;
  width: 16px;
  transform: rotate(45deg);
  text-indent: -9999999px;
  outline: none;
  display: block;
}
.slick-dots li.slick-active button {
  background-color: #ce6c2d;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("../fonts/slick.woff") format("woff"),
    url("../fonts/slick.ttf") format("truetype"),
    url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

header.header {
  min-height: 75px;
}
@media screen and (max-width: 1023px) {
  header.header {
    display: none !important;
  }
}
header.header .container,
header.header .row {
  min-height: 75px;
}
header.header .row {
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}

.block {
  width: 100%;
}

.hide {
  display: none;
}

@media (max-width: 991px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

section li,
section p,
section span {
  color: #45494a;
  font-size: 17px;
  line-height: 29px;
}

figure img {
  height: auto;
  max-width: 100%;
}

h3 {
  color: #514e4e;
  font-size: 28px;
  font-weight: 900;
  line-height: 33px;
  margin-bottom: 22px;
}
h3 a {
  color: #514e4e;
}
h3 a:hover {
  color: #3f93ab;
}

h4 {
  color: #514e4e;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
}
h4 a {
  color: #514e4e;
}
h4 a:hover {
  color: #3f93ab;
}

iframe {
  max-width: 100% !important;
}

/* Page About Us */
.page-id-154 .col-left-right-content ul {
  padding-left: 0;
  list-style: none;
}

.page-id-154 .col-left-right-content ul li {
  list-style: none;
  padding-left: 35px;
  position: relative;
}

.page-id-154 .col-left-right-content li::before {
  background: transparent url("../img/icon-award.png") no-repeat center top;
  content: "";
  margin-left: -35px;
  display: block;
  width: 35px;
  height: 38px;
  position: absolute;
  top: 0;
}

.section-blue {
  background: #edf4fa;
  padding-bottom: 100px;
}

.tribe-events-calendar {
  background: #fff;
}

.pb-50 {
  padding-top: 100px;
  padding-bottom: 150px;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.tribe-events-notices {
  display: none;
}

footer#footer {
  background: #414040;
  min-height: 419px;
  padding: 40px 0 20px 0;
  color: #fff;
  position: relative;
}
footer#footer:before {
  position: absolute;
  top: -59px;
  content: " ";
  background: url(../img/footer-bottom.png) repeat-x;
  width: 100%;
  height: 59px;
  z-index: 90;
}
footer#footer .block-menu-footer {
  max-width: 600px;
}
footer#footer .block-menu-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media (max-width: 767px) {
  footer#footer .block-menu-footer ul {
    display: block;
  }
}
footer#footer .block-menu-footer ul a {
  color: #ffffff;
}
@media (max-width: 767px) {
  footer#footer .block-menu-footer ul a {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer#footer .block-menu-footer ul > li {
    margin-bottom: 32px;
  }
}
footer#footer .block-menu-footer ul > li.contact,
footer#footer .block-menu-footer ul > li.btn-donate {
  display: none;
}
footer#footer .block-menu-footer ul > li.menu-item-has-children > a {
  font-weight: bold;
  font-size: 22px;
}
footer#footer .block-menu-footer ul ul {
  padding-top: 20px;
  flex-flow: column wrap;
}
footer#footer .block-menu-footer ul ul li {
  padding-bottom: 10px;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  footer#footer .block-menu-footer ul ul li {
    text-align: center;
  }
}
footer#footer .block-menu-footer ul ul li {
  line-height: 31px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
footer#footer ul.social-links {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  flex-basis: 100%;
  align-items: center;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  footer#footer ul.social-links {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    flex-basis: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1124px) {
  footer#footer ul.social-links {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    flex-basis: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
  }
}
footer#footer ul.social-links li {
  list-style: none;
  display: inline-block;
  margin: 5px 5px;
}
footer#footer ul.social-links li a {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 35px;
  width: 35px;
  text-indent: -9999999999px;
  outline: none;
  display: block;
  overflow: hidden;
}
footer#footer ul.social-links li a:hover {
  background-position: 0 -35px;
}
footer#footer ul.social-links li.facebook a {
  background-image: url("../img/iconn-cava-fa.png");
}
footer#footer ul.social-links li.twitter a {
  background-image: url("../img/iconn-cava-twi.png");
}
footer#footer ul.social-links li.instagram a {
  background-image: url("../img/iconn-cava-inst.png");
}
footer#footer ul.social-links li.youtube a {
  background-image: url("../img/Youtube Icon.png");
}
footer#footer p.address a,
footer#footer p.copyright a {
  color: #fff;
  font-weight: bold;
  font-style: italic;
}
footer#footer .wrap-social-donate {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  z-index: 100;
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  footer#footer .wrap-social-donate {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 100;
    flex-flow: row wrap;
  }
}
@media (min-width: 768px) and (max-width: 1124px) {
  footer#footer .wrap-social-donate {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 100;
    flex-flow: row wrap;
  }
}
footer#footer a.btn.btn-donate {
  /* margin-left: 20px; */
}

article .simple-content {
  background-color: #edf4fa;
  position: relative;
  z-index: 1;
}
article .simple-content .row {
  display: block !important;
}
article .simple-content h2 {
  color: #45494a;
  font-size: 40px;
  font-weight: 900;
  line-height: 46px;
  text-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.28);
  display: block;
  clear: both;
  margin-bottom: 32px;
}
article .simple-content h3 {
  color: #45494a;
  font-size: 30px;
  font-weight: 900;
  line-height: 38px;
  display: block;
  clear: both;
  margin-top: 30px;
  margin-bottom: 16px;
}
article .simple-content h4 {
  color: #45494a;
  font-size: 22px;
  font-weight: 900;
  line-height: 26px;
  display: block;
  clear: both;
  margin-top: 30px;
  margin-bottom: 16px;
}
article .simple-content ul {
  padding: 0;
  list-style: none;
}
article .simple-content ul li {
  padding-left: 20px;
  list-style: none;
}
article .simple-content ul li::before {
  background-color: #ce6c2d;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  content: "";
  display: inline-block;
  margin: 0 15px 2px -15px;
  height: 8px;
  width: 8px;
}

/* Pages */
.page-id-73 .image-with-side-paragraph.col-right-left-content,
.page-id-102 .image-with-side-paragraph.col-right-left-content {
  margin-top: -85px;
}

#nav-main ul {
  align-items: center;
}

#nav-main ul > li > a {
  font-family: "azo_sansregular";
  color: #3a3a3a;
  line-height: 23px;
  font-size: 18px;
}
#nav-main ul > li > a:hover {
  color: #ce6c2d;
}

#nav-main ul ul {
  margin: 0 0;
  padding: 0 0;
  list-style: none;
}

#nav-main ul ul a {
  color: #ffffff;
  line-height: 38px;
  font-size: 15px;
}
#nav-main ul ul a:focus,
#nav-main ul ul a:hover {
  background: transparent;
}

#nav-main .dropdown-menu {
  border-radius: 0;
  border: 0;
  background: #45494a;
  padding-top: 16px;
  padding-bottom: 16px;
}

#nav-main .dropdown-menu.show {
  top: 16px !important;
}

#nav-main a.btn-donate {
  border: 2px solid #ce6c2d;
  background: transparent;
  border-radius: 60px;
  color: #ce6c2d;
}
#nav-main a.btn-donate:hover {
  background: #ce6c2d;
  color: #ffffff;
}

/* END */
/* Slick Nav  Mobile*/
.slicknav_menu {
  padding: 0 !important;
}
.slicknav_menu a.btn-donate {
  border: 2px solid #ce6c2d !important;
  background: transparent !important;
  border-radius: 60px !important;
  color: #ce6c2d !important;
}
.slicknav_menu a.btn-donate:hover {
  background: #ce6c2d !important;
  color: #ffffff !important;
}
.slicknav_menu .slicknav-flex {
  padding: 11px !important;
  min-height: 86px !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
}
.slicknav_menu ul.slicknav_nav {
  padding-top: 10px;
  padding-bottom: 20px;
}
.slicknav_menu ul.slicknav_nav li.nav-item {
  position: relative !important;
  clear: both;
  overflow: hidden;
}
.slicknav_menu .dropdown-toggle::after {
  background-color: transparent;
  background-image: url("../img/shape.png");
  background-repeat: no-repeat;
  background-position: center center;
  float: right;
  border: none !important;
  margin-top: 6px;
  height: 20px;
  width: 20px;
}
.slicknav_menu ul.slicknav_nav li.nav-item.show .dropdown-toggle::after {
  transform: rotate(90deg);
}
.slicknav_menu ul.slicknav_nav li.nav-item .dropdown-menu {
  background-color: #45494a !important;
  position: relative !important;
  border-radius: 0 0 0 0 !important;
  border: none !important;
  width: 100% !important;
  top: 0 !important;
  left: 0;
  transform: none !important;
}
.slicknav_menu ul.slicknav_nav li.nav-item .dropdown-menu ul {
  margin: 0 !important;
}
.slicknav_menu ul.slicknav_nav li.nav-item .dropdown-menu ul li a {
  color: #ffffff !important;
  margin: 0 !important;
  font-size: 15px !important;
  border-radius: 0 !important;
}

.slicknav_menu .slicknav_icon {
  background: transparent url("../img/np_hamburger.png") no-repeat center center;
  width: 28px !important;
  height: 28px !important;
}
.slicknav_menu .slicknav_icon-bar {
  display: none !important;
}

.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon {
  background: transparent url("../img/closed-nav.png") no-repeat center center;
}

a.btn.btn-donate {
  background: #ce6c2d;
  box-shadow: -1px 3px 4px 3px rgba(206, 108, 45, 0.08);
  padding: 0;
  border-radius: 10px;
  width: 122px;
  height: 44px;
  text-transform: uppercase;
  color: #ffffff;
  align-items: center;
  display: flex;
  justify-content: center;
  outline: none;
}

a.btn-trans {
  background: transparent;
  padding: 12px 24px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  color: #ffffff;
  outline: none;
  font-size: 15px;
  font-weight: bold;
  line-height: 16px;
}
a.btn-trans:focus,
a.btn-trans:hover {
  background-color: #414040;
  border-color: #414040;
  color: #ffffff;
}

a.cta-btn {
  background-color: #ce6c2d;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
  line-height: 20px;
  min-width: 186px;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  padding: 12px 25px;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 991px) {
  a.cta-btn {
    font-size: 15px;
  }
}
a.cta-btn:focus,
a.cta-btn:hover {
  background-color: #414040;
  color: #ffffff;
}

form .nf-before-form-content {
  display: none;
}

form label {
  color: #45494a;
  font-size: 16px;
  font-weight: 300 !important;
  line-height: 20px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  form nf-fields-wrap nf-field:nth-child(1) {
    max-width: 48%;
    float: left;
  }
}

@media (min-width: 768px) {
  form nf-fields-wrap nf-field:nth-child(2) {
    max-width: 48%;
    float: right;
  }
}

form nf-fields-wrap nf-field:nth-child(3) {
  clear: both;
  width: 100%;
}

form input[type="button"] {
  background: #ce6c2d !important;
  box-shadow: -1px 3px 4px 3px rgba(206, 108, 45, 0.08);
  padding: 12px 26px !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-transform: uppercase;
  color: #ffffff;
  align-items: center;
  outline: none;
  font-size: 17px;
  font-weight: 900;
  line-height: 20px;
}
form input[type="button"]:focus,
form input[type="button"]:hover {
  background-color: #414040 !important;
  color: #ffffff !important;
}

.slideshow {
  position: relative;
  min-height: 563px;
  padding-bottom: 153px;
  margin-bottom: -80px;
  z-index: 0;
}
@media (min-width: 1200px) {
  .slideshow {
    min-height: 95vh;
  }
}
.slideshow::before {
  background-color: #edf4fa;
  content: "";
  width: 100%;
  height: 85px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.slideshow::after {
  background-image: url("../img/Group11.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  fill: #edf4fa !important;
  content: "";
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.slideshow .bg-slide {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.slideshow .bg-slide::after {
  background-color: #0000006e;
  content: "";
  opacity: 0.35;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.slideshow .container {
  height: 100%;
  position: relative;
  z-index: 2;
}
.slideshow .container > .row {
  min-height: 550px;
  justify-content: left;
  -moz-justify-content: left;
  -webkit-justify-content: left;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: flex-end;
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .slideshow .container > .row {
    min-height: 83vh;
    align-items: flex-end;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .slideshow .container > .row {
    min-height: 83vh;
    align-items: flex-end;
    padding-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .slideshow .wrap-content {
    padding: 0 15px;
  }
}
.slideshow h2 {
  color: #ffffff;
  max-width: 50%;
  font-size: 35px;
  font-weight: 900;
  line-height: 42px;
  text-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .slideshow h2 {
    font-size: 24px;
    line-height: 32px;
    max-width: 100%;
  }
}
.slideshow.page-internal {
  min-height: 563px;
}
@media (max-width: 991px) {
  .slideshow.page-internal {
    min-height: 375px;
  }
}
.slideshow.page-internal .bg-slide {
  background-position: center center;
}
.slideshow.page-internal .container > .row {
  min-height: 550px;
  color: #ffffff;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 991px) {
  .slideshow.page-internal .container > .row {
    min-height: 360px;
  }
}
@media (max-width: 991px) {
  .slideshow.page-internal .wrap-content {
    text-align: center;
  }
}
.page-id-304 section.image-with-side-paragraph h1 {
  font-weight: bold;
  color: #514e4e;
}
.slideshow.page-internal .wrap-content h1 {
  font-size: 56px;
  font-weight: 900;
  line-height: 52px;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  .slideshow.page-internal .wrap-content h1 {
    font-size: 40px;
    line-height: 45px;
    text-align: center;
  }
}
.slideshow.page-internal .wrap-content h5 {
  font-size: 26px;
  font-weight: 500;
  line-height: 33px;
}
@media (max-width: 991px) {
  .slideshow.page-internal .wrap-content h5 {
    font-size: 21px;
    line-height: 26px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .slideshow.page-internal .wrap-content h5 br {
    display: none !important;
  }
}

/* end Slideshow */
@media (max-width: 991px) {
  .page-id-79 .slideshow.page-internal,
  .page-id-77 .slideshow.page-internal,
  .page-id-75 .slideshow.page-internal,
  .page-id-73 .slideshow.page-internal {
    min-height: 500px;
  }
}

@media (max-width: 991px) {
  .page-id-79 .slideshow.page-internal .wrap-content,
  .page-id-77 .slideshow.page-internal .wrap-content,
  .page-id-75 .slideshow.page-internal .wrap-content,
  .page-id-73 .slideshow.page-internal .wrap-content {
    text-align: center;
    padding: 50px 0 0;
  }
}

.page-id-79 .slideshow.page-internal h1,
.page-id-77 .slideshow.page-internal h1,
.page-id-75 .slideshow.page-internal h1,
.page-id-73 .slideshow.page-internal h1 {
  font-size: 32px;
  line-height: 35px;
}

@media (max-width: 991px) {
  .page-id-79 .slideshow.page-internal .container > .row,
  .page-id-77 .slideshow.page-internal .container > .row,
  .page-id-75 .slideshow.page-internal .container > .row,
  .page-id-73 .slideshow.page-internal .container > .row {
    min-height: 500px;
    text-align: center;
    flex-flow: column;
    -moz-flex-flow: column;
    -webkit-flex-flow: column;
  }
}

.wrap-hours {
  color: #45494a;
}
@media (max-width: 991px) {
  .wrap-hours {
    text-align: center;
  }
}
.wrap-hours .box-hours {
  border-top: 14px solid #3f93ab;
  border-radius: 5px;
  background-color: #ffffffe0;
  box-shadow: 0 4px 14px 3px rgba(0, 0, 0, 0.17);
  min-width: 366px;
  min-height: 334px;
  padding: 40px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wrap-hours .box-hours {
    min-height: auto;
    padding: 12px;
    background-color: #ffffffe0;
    max-width: 366px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .wrap-hours .box-hours {
    min-height: auto;
    padding: 12px;
    max-width: 315px;
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
  }
}
.wrap-hours h2 {
  color: #45494a;
  text-transform: none;
}
@media (max-width: 991px) {
  .wrap-hours h2 {
    margin-bottom: 0;
  }
}
.wrap-hours ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .wrap-hours ul {
    margin: 0;
  }
}
.wrap-hours ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #979797;
}
@media (max-width: 991px) {
  .wrap-hours ul li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.wrap-hours ul li:last-child {
  border-bottom: 0;
}
.wrap-hours p {
  margin-bottom: 0;
}
.wrap-hours a {
  color: #3f93ab;
  font-size: 16px;
  line-height: 19px;
}

section.our-programs {
  background-color: #edf4fa;
  background-image: url("../img/black-dot-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
  z-index: 2;
}
section.our-programs .container .row {
  display: block;
  overflow: hidden;
}
section.our-programs .heading-content {
  text-align: center;
  max-width: 769px;
  margin: 15px auto 56px;
}
section.our-programs .heading-content h2 {
  color: #3a8ca4;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  text-align: center;
  text-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.28);
}
@media (max-width: 991px) {
  section.our-programs .heading-content h2 {
    font-size: 38px;
    line-height: 45px;
  }
}
section.our-programs .heading-content h2::after {
  background: transparent url("../img/line-border.png") no-repeat center
    center/cover;
  content: "";
  display: block;
  height: 13px;
  width: 197px;
  margin: 24px auto 24px;
}
section.our-programs .heading-content p {
  color: #45494a;
  font-size: 17px;
  line-height: 29px;
  text-align: center;
}
section.our-programs .wrap-content-cols {
  display: flex;
  flex-flow: wrap;
  -moz-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  clear: both;
  width: 100%;
  margin-bottom: 70px;
  /* borders */
  /* Backgrounds */
  /* Backgrounds */
}
section.our-programs .wrap-content-cols .card {
  -webkit-flex-basis: 23%;
  flex-basis: 23%;
  width: 23%;
  max-width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  min-height: 375px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  section.our-programs .wrap-content-cols .card {
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
    width: 48%;
    max-width: 48%;
  }
}
@media (max-width: 767px) {
  section.our-programs .wrap-content-cols .card {
    -webkit-flex-basis: 98%;
    flex-basis: 98%;
    width: 98%;
    max-width: 98%;
  }
}
section.our-programs .wrap-content-cols .card:nth-child(1) .hero-head {
  border-bottom: 9px solid #d4c42e;
}
section.our-programs
  .wrap-content-cols
  .card:nth-child(1)
  .hero-head
  figure::after {
  background-color: #d4c42e;
}
section.our-programs .wrap-content-cols .card:nth-child(2) .hero-head {
  border-bottom: 9px solid #ce6c2d;
}
section.our-programs
  .wrap-content-cols
  .card:nth-child(2)
  .hero-head
  figure::after {
  background-color: #ce6c2d;
}
section.our-programs .wrap-content-cols .card:nth-child(3) .hero-head {
  border-bottom: 9px solid #3a8ca4;
}
section.our-programs
  .wrap-content-cols
  .card:nth-child(3)
  .hero-head
  figure::after {
  background-color: #3a8ca4;
}
section.our-programs .wrap-content-cols .card:nth-child(4) .hero-head {
  border-bottom: 9px solid #8e2326;
}
section.our-programs
  .wrap-content-cols
  .card:nth-child(4)
  .hero-head
  figure::after {
  background-color: #8e2326;
}
section.our-programs .wrap-content-cols .card:nth-child(1) .float-content {
  background-color: #d4c42e;
}
section.our-programs .wrap-content-cols .card:nth-child(2) .float-content {
  background-color: #ce6c2d;
}
section.our-programs .wrap-content-cols .card:nth-child(3) .float-content {
  background-color: #3a8ca4;
}
section.our-programs .wrap-content-cols .card:nth-child(4) .float-content {
  background-color: #8e2326;
}
section.our-programs .wrap-content-cols .card:nth-child(1) .flip-card-back {
  background-color: #d4c42e;
}
section.our-programs .wrap-content-cols .card:nth-child(2) .flip-card-back {
  background-color: #ce6c2d;
}
section.our-programs .wrap-content-cols .card:nth-child(3) .flip-card-back {
  background-color: #3a8ca4;
}
section.our-programs .wrap-content-cols .card:nth-child(4) .flip-card-back {
  background-color: #8e2326;
}
section.our-programs .card {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 26px;
}
section.our-programs .hero-head figure {
  height: 150px;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  section.our-programs .hero-head figure {
    height: 200px;
  }
}
@media (max-width: 767px) {
  section.our-programs .hero-head figure {
    height: 180px;
  }
}
section.our-programs .hero-head figure::after {
  content: "";
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.our-programs .hero-head img {
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  min-height: 100%;
  max-width: 100%;
}
section.our-programs .card-body {
  text-align: left;
}
section.our-programs .card-body h5 {
  color: #45494a;
  font-size: 22px;
  font-weight: 900;
  line-height: 26px;
}
section.our-programs .card-body p {
  color: #7b7d7d;
  font-size: 16px;
  line-height: 22px;
}
section.our-programs .card:hover .float-content {
  display: block !important;
  height: 100%;
  width: 100%;
  top: 0;
}
section.our-programs .float-content {
  background-color: #ce6c2d;
  transition: all 5s ease-out;
  -webkit-transition: all 5s ease-out;
  -moz-transition: all 5s ease-out;
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 48px 20px;
  left: 0;
  top: 100%;
}
section.our-programs .float-content p {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 768px) {
  section.our-programs .float-content p {
    min-height: 200px;
  }
}

/* end */
/* The flip card container - set the width and height to whatever you want. We have added the border property to
demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
}
@media (min-width: 768px) {
  .flip-card {
    height: 200px;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
  }
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .flip-card-inner {
    transition: transform 0.8s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
  }
}

/* Do an horizontal flip when you move the mouse over the flip box container */
@media (min-width: 768px) {
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
  }
}

/* Position the front and back side */
@media (min-width: 768px) {
  .flip-card-front,
  .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
  }
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: left;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: #ce6c2d;
  color: white;
  padding: 48px 20px;
  position: relative;
}
@media (min-width: 768px) {
  .flip-card-back {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
  }
}
.flip-card-back p {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}
@media (min-width: 768px) {
  .flip-card-back p {
    min-height: 200px;
  }
}

section.quote {
  background-color: #3f93ab;
  background-image: url(https://dev-dava.pantheonsite.io/wp-content/uploads/2019/12/DAVA-Traveling-Art-School-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 88px 20px;
  color: #ffffff;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  section.quote {
    padding: 80px 0px;
  }
}
section.quote::after {
  background-color: #3f93ab;
  content: "";
  opacity: 0.9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
section.quote .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  section.quote .container {
    padding-left: 0;
    padding-right: 0;
  }
}
section.quote .container > .row {
  max-width: 773px;
  margin: 0 auto;
  text-align: center;
}
section.quote blockquote p {
  text-align: center;
  position: relative;
}
section.quote blockquote p::before {
  background-image: url("../img/quote.svg");
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  width: 50px;
  height: 36px;
  display: inline-block;
  margin-right: 10px;
}
section.quote blockquote p::after {
  background-image: url("../img/quote2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  width: 45px;
  height: 36px;
  display: inline-block;
  margin-left: 10px;
}
section.quote p {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 900;
}
@media (max-width: 767px) {
  section.quote p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
  }
}
section.quote span.title-quote {
  color: #ffffff;
  font-size: 23px;
  line-height: 28px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section.quote span.title-quote {
    font-size: 20px;
    line-height: 30px;
  }
}

.wrapper > .gallery-with-side-paragraph:nth-child(4) {
  background: transparent url("../img/stroke2.png") no-repeat right -80px;
}

.gallery-with-side-paragraph {
  padding: 79px 0;
}
.gallery-with-side-paragraph:first-child {
  background: transparent url("../img/stroke2.png") no-repeat right -80px;
}
@media (max-width: 991px) {
  .gallery-with-side-paragraph {
    padding: 48px 0;
    background: none;
  }
}
.gallery-with-side-paragraph .row > div {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .gallery-with-side-paragraph .row > div {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
.gallery-with-side-paragraph .gallery-box {
  float: left;
  max-width: 50%;
}
.gallery-with-side-paragraph .box-logo img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.gallery-with-side-paragraph .box-content {
  padding: 5% 0 5% 5%;
}
@media (max-width: 991px) {
  .gallery-with-side-paragraph .box-content {
    padding: 5% 0 5% 0;
    text-align: center;
  }
}
.gallery-with-side-paragraph .box-content h2 {
  color: #3a8ca4;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  text-align: left;
  text-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.28);
}
@media (max-width: 991px) {
  .gallery-with-side-paragraph .box-content h2 {
    text-align: center;
    font-size: 38px;
    line-height: 45px;
  }
}
.gallery-with-side-paragraph .box-content h2::after {
  background: transparent url("../img/line-border.png") no-repeat center
    center/cover;
  content: "";
  display: block;
  height: 13px;
  width: 197px;
  margin: 24px auto 24px;
}
@media (min-width: 992px) {
  .gallery-with-side-paragraph .box-content h2::after {
    margin: 24px 0 24px -40px;
  }
}

/* end */
.featured-one {
  padding: 60px 0;
  /* Heading */
  /* Content */
  /* footer */
}
@media (max-width: 991px) {
  .featured-one {
    padding: 48px 0;
  }
}
.featured-one-heading {
  text-align: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  width: 100%;
}
.featured-one-heading h2 {
  color: #3a8ca4;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  text-align: center;
  text-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.28);
}
@media (max-width: 991px) {
  .featured-one-heading h2 {
    font-size: 38px;
    line-height: 45px;
  }
}
.featured-one-heading h2::after {
  background: transparent url("../img/line-border.png") no-repeat center
    center/cover;
  content: "";
  display: block;
  height: 13px;
  width: 197px;
  margin: 24px auto 24px;
}
.featured-one-wrap-content {
  display: contents;
  flex-flow: wrap;
}
@media (max-width: 991px) {
  .featured-one-wrap-content {
    flex-flow: column;
  }
}
.featured-one-wrap-content .hero-image {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  order: 2;
}
@media (max-width: 991px) {
  .featured-one-wrap-content .hero-image {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1100px) {
  .featured-one-wrap-content .hero-image {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    order: 1;
  }
}
.col-md-5.coming-hero-image {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  order: 1;
}
@media (max-width: 991px) {
  .col-md-5.coming-hero-image {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
.featured-one-wrap-content .col-description {
  padding-top: 5%;
  padding-right: 5%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  order: 1;
}
@media (max-width: 991px) {
  .featured-one-wrap-content .col-description {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
.featured-one-wrap-content .col-description h3 {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .featured-one-wrap-content .col-description a.cta-btn {
    margin-bottom: 30px;
  }
}

@media (max-width: 1100px) ) {
  .featured-one-wrap-content .col-description {
    padding-top: 5%;
    padding-right: 5%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    order: 2;
  }
}

.col-md-7.coming-col-description {
  padding-top: 5%;
  padding-right: 5%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  order: 2;
}
@media (max-width: 991px) {
  .col-md-7.coming-col-description {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
.col-md-7.coming-col-description h3 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .col-md-7.coming-col-description p {
    display: none;
  }
}
@media (max-width: 991px) {
  .col-md-7.coming-col-description a.cta-btn {
    margin-bottom: 30px;
  }
}

.featured-one-footer {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  padding: 50px 0;
  text-align: center;
}

/* end */
.featured-two-col {
  background-color: #edf4fa;
  background-image: url("../img/black-dot-bg-left.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 88px 0;
}
@media (max-width: 991px) {
  .featured-two-col {
    padding: 48px 0;
  }
}
.featured-two-col .row > div {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
.featured-two-col-heading {
  display: block;
}
.featured-two-col-heading h2 {
  color: #3a8ca4;
  clear: both;
  display: block;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  text-align: left;
  text-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.28);
  margin-bottom: 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .featured-two-col-heading h2 {
    font-size: 38px;
    line-height: 45px;
    text-align: center;
  }
}
.featured-two-col-wrap-content {
  display: flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-flow: wrap;
  -moz-flex-flow: wrap;
  -webkit-flex-flow: wrap;
}
.featured-two-col-wrap-content .card {
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 3px 14px 3px rgba(0, 0, 0, 0.04);
  -webkit-flex-basis: 48.5%;
  flex-basis: 48.5%;
  width: 48.5%;
  max-width: 48.5%;
  display: flex;
  justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-flow: nowrap;
  padding: 32px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .featured-two-col-wrap-content .card {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .featured-two-col-wrap-content .card {
    display: block;
    flex-flow: column;
    text-align: center;
  }
}
.featured-two-col-wrap-content .card figure {
  -webkit-flex-basis: 132px;
  flex-basis: 132px;
  width: 132px;
  max-width: 132px;
  min-width: 132px;
  margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured-two-col-wrap-content .card figure {
    -webkit-flex-basis: 100px;
    flex-basis: 100px;
    width: 100px;
    max-width: 100px;
  }
}
@media (max-width: 575px) {
  .featured-two-col-wrap-content .card figure {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.featured-two-col-wrap-content .card figure img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  overflow: hidden;
}
@media (max-width: 575px) {
  .featured-two-col-wrap-content .card .content-description {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
.featured-two-col-wrap-content .card .content-description h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 26px;
  margin-bottom: 17px;
}
.featured-two-col-wrap-content .card .content-description p {
  font-size: 15px;
  line-height: 24px;
}
.featured-two-col-wrap-content .card .content-description p a.read-more {
  color: #ce6c2d;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  margin-top: 24px;
  text-decoration: none;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .featured-two-col-wrap-content .card .content-description p a.read-more {
    font-size: 16px;
    line-height: 20px;
  }
}
.featured-two-col-wrap-content .card .content-description p a.read-more:focus,
.featured-two-col-wrap-content .card .content-description p a.read-more:hover {
  color: #3f93ab;
}

/* end */
.image-with-side-paragraph {
  background-color: #edf4fa;
  padding: 85px 0;
}
.image-with-side-paragraph.col-left-right-content {
  background-image: url("../img/black-dot-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.image-with-side-paragraph .col-box-right-content {
  padding-left: 5%;
}
.image-with-side-paragraph h2 {
  color: #3a8ca4;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  text-align: left;
  text-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.28);
}
@media (max-width: 991px) {
  .image-with-side-paragraph h2 {
    text-align: center;
    font-size: 38px;
    line-height: 45px;
  }
}
.image-with-side-paragraph h2::after {
  background: transparent url("../img/line-border.png") no-repeat center
    center/cover;
  content: "";
  display: block;
  height: 13px;
  width: 197px;
  margin: 24px auto 24px;
}
@media (min-width: 992px) {
  .image-with-side-paragraph h2::after {
    margin: 24px 0 24px -40px;
  }
}
.image-with-side-paragraph ul {
  margin-top: 33px;
  margin-bottom: 33px;
}
.image-with-side-paragraph ul li {
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .image-with-side-paragraph .single-content {
    padding-top: 10%;
    max-width: 85%;
  }
}

/* end */
.page-child .image-with-side-paragraph {
  padding-top: 20px;
}

h2.style-heading {
  color: #3a8ca4;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  text-align: left;
  text-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.28);
}
@media (max-width: 991px) {
  h2.style-heading {
    text-align: center;
    font-size: 38px;
    line-height: 45px;
  }
}
h2.style-heading::after {
  background: transparent url("../img/line-border.png") no-repeat center
    center/cover;
  content: "";
  display: block;
  height: 13px;
  width: 197px;
  margin: 24px auto 24px;
}
@media (min-width: 992px) {
  h2.style-heading::after {
    margin: 24px 0 24px -40px;
  }
}
h2.style-heading:after {
  margin: 15px 0 24px 0;
}

section.gallery {
  padding: 88px 0;
}
section.gallery .container > .row {
  flex-flow: column;
}
section.gallery h2 {
  color: #3a8ca4;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  text-align: center;
  text-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.28);
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  section.gallery h2 {
    font-size: 38px;
    line-height: 45px;
  }
}
section.gallery h2::after {
  background: transparent url("../img/line-border.png") no-repeat center
    center/cover;
  content: "";
  display: block;
  height: 13px;
  width: 197px;
  margin: 24px auto 24px;
}
section.gallery .grid-gallery {
  display: flex;
  flex-flow: wrap;
  -moz-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  margin-top: 25px;
  margin-bottom: 25px;
}
section.gallery .item-gallery {
  margin-right: 1%;
  margin-left: 1%;
}
@media (max-width: 767px) {
  section.gallery .item-gallery {
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
    width: 48%;
    max-width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  section.gallery .item-gallery {
    -webkit-flex-basis: 31%;
    flex-basis: 31%;
    width: 31%;
    max-width: 31%;
  }
}
@media (min-width: 1200px) {
  section.gallery .item-gallery {
    -webkit-flex-basis: 23%;
    flex-basis: 23%;
    width: 23%;
    max-width: 23%;
  }
}

/* end */
.staff {
  padding: 88px 0;
}
.staff h2 {
  color: #3a8ca4;
  clear: both;
  display: block;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  text-align: center;
  text-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.28);
  margin-bottom: 32px;
  width: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .staff h2 {
    font-size: 38px;
    line-height: 45px;
    text-align: center;
  }
}
.staff nav {
  margin: 0 auto 40px;
}
.staff nav .nav-tabs {
  border: none;
}
.staff nav a.nav-item {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-bottom: 5px solid #ffffff;
  color: #7b7d7d;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 20px;
}
.staff nav a.nav-item.active {
  color: #ce6c2d;
  border-bottom: 5px solid #ce6c2d;
}
.staff #nav-tabContent {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
.staff #nav-tabContent .hero-head-tabs {
  color: #45494a;
  font-size: 17px;
  line-height: 30px;
  max-width: 569px;
  margin: 0 auto;
  text-align: center;
}
.staff .group-staff {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  flex-flow: wrap;
}
@media (max-width: 767px) {
  .staff .group-staff {
    flex-flow: column;
  }
}
.staff .group-staff.list {
  justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.staff .group-staff.list .item-people-info {
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
  width: 48%;
  max-width: 48%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .staff .group-staff.list .item-people-info {
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
    width: 48%;
    max-width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .staff .group-staff.list .item-people-info {
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
    width: 48%;
    max-width: 48%;
  }
}
@media (max-width: 767px) {
  .staff .group-staff.list .item-people-info {
    -webkit-flex-basis: 98%;
    flex-basis: 98%;
    width: 98%;
    max-width: 98%;
  }
}
.staff .group-staff.grid .item-people-info.last {
  -webkit-flex-basis: 98%;
  flex-basis: 98%;
  width: 98%;
  max-width: 98%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .staff .group-staff.grid .item-people-info.last {
    -webkit-flex-basis: 98%;
    flex-basis: 98%;
    width: 98%;
    max-width: 98%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .staff .group-staff.grid .item-people-info.last {
    -webkit-flex-basis: 98%;
    flex-basis: 98%;
    width: 98%;
    max-width: 98%;
  }
}
@media (max-width: 767px) {
  .staff .group-staff.grid .item-people-info.last {
    -webkit-flex-basis: 98%;
    flex-basis: 98%;
    width: 98%;
    max-width: 98%;
  }
}
.staff .group-staff .item-people-info {
  -webkit-flex-basis: 23%;
  flex-basis: 23%;
  width: 23%;
  max-width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .staff .group-staff .item-people-info {
    -webkit-flex-basis: 31%;
    flex-basis: 31%;
    width: 31%;
    max-width: 31%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .staff .group-staff .item-people-info {
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
    width: 48%;
    max-width: 48%;
  }
}
@media (max-width: 767px) {
  .staff .group-staff .item-people-info {
    -webkit-flex-basis: 98%;
    flex-basis: 98%;
    width: 98%;
    max-width: 98%;
  }
}
.staff .group-staff .item-people-info h5 {
  color: #ce6c2d;
  font-size: 22px;
  font-weight: 900;
  line-height: 26px;
  text-align: center;
}
.staff .group-staff .item-people-info p {
  font-size: 17px;
  font-weight: 300;
  line-height: 21px;
  text-align: center;
}
.staff .group-staff .item-people-info:hover figure a.link-mail {
  display: block;
}
.staff .group-staff figure {
  position: relative;
  margin: 0 auto 20px;
  width: 244px;
  height: 244px;
}
.staff .group-staff figure a.link-mail {
  background-color: rgba(63, 147, 171, 0.73);
  background-image: url("../img/icon-mail.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.staff .group-staff figure img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: relative;
  z-index: 0;
}

.sponsors {
  background: #3f93ab;
  padding-bottom: 160px;
  padding-top: 88px;
}
@media (max-width: 991px) {
  .sponsors {
    padding-top: 56px;
    padding-bottom: 100px;
  }
}
.sponsors h2 {
  color: #ffffff;
  font-size: 45px;
  font-weight: 900;
  line-height: 53px;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .sponsors h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
.sponsors .wrap-logos {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.sponsors .box-logo {
  min-height: 104px;
  margin-bottom: 10px;
  flex-basis: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sponsors .box-logo .wrap img {
  vertical-align: middle;
  border-style: none;
}
@media (max-width: 767px) {
  .sponsors .box-logo {
    margin-bottom: 1%;
    margin-right: 1%;
    flex-basis: 49%;
    min-width: 49%;
  }
  .sponsors .box-logo .wrap img {
    vertical-align: middle;
    width: 65%;
    height: 80px;
    border-style: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sponsors .box-logo {
    margin-bottom: 1%;
    margin-right: 1%;
    flex-basis: 49%;
    min-width: 49%;
  }
  .sponsors .box-logo .wrap img {
    vertical-align: middle;
    width: 65%;
    height: 130px;
    border-style: none;
  }
}
.sponsors .box-logo .wrap {
  margin: 5px;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.two-cols {
  background-color: #edf4fa;
  padding: 0 0 88px;
}

.statistics {
  padding: 100px 0;
}
.statistics h2 {
  color: #3a8ca4;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  text-align: center;
  text-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.28);
  margin: 0 auto;
}
@media (max-width: 991px) {
  .statistics h2 {
    font-size: 38px;
    line-height: 45px;
  }
}
.statistics h2::after {
  background: transparent url("../img/line-border.png") no-repeat center
    center/cover;
  content: "";
  display: block;
  height: 13px;
  width: 197px;
  margin: 24px auto 24px;
}
.statistics p {
  min-height: 64px;
  max-width: 569px;
  color: #4d5355;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
}
.statistics ul {
  margin: 56px 0;
  padding: 0 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .statistics ul {
    flex-flow: wrap;
    -moz-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 767px) {
  .statistics ul {
    flex-flow: column;
    -moz-flex-flow: column;
    -webkit-flex-flow: column;
    text-align: center;
  }
}
.statistics ul li {
  max-width: 266px;
  min-height: 215px;
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  background-color: #8e2326;
  color: #ffffff;
  padding: 50px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .statistics ul li {
    flex-basis: 48%;
    margin: 0 1% 15px;
  }
}
@media (max-width: 767px) {
  p {
    text-align: justify !important;
  }
  .statistics ul li {
    flex-basis: 100%;
    margin: 0 auto 15px;
  }
}
.statistics ul li:first-child {
  background-color: #d4c42e;
}
.statistics ul li:nth-child(2) {
  background-color: #d1992d;
}
.statistics ul li:nth-child(3) {
  background-color: #ce6c2d;
}
.statistics ul li .number {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #ffffff;
  font-size: 80px;
  font-weight: bold;
  line-height: 94px;
  text-align: center;
}
.statistics ul li .counter {
  display: block;
  color: #ffffff;
  font-size: 80px;
  font-weight: bold;
  line-height: 94px;
  text-align: center;
}
.statistics ul li .text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  text-align: center;
  display: block;
}

.ev_float {
  float: left;
}

.featured-events {
  clear: both;
  width: 100%;
  background: #edf4fa;
  padding: 60px 0;
}
.featured-events .grid-boxes {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row wrap;
}
@media (min-width: 768px) {
  .featured-events .grid-boxes {
    flex-flow: row wrap;
  }
}
.featured-events .grid-boxes .card {
  flex-basis: 100%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .featured-events .grid-boxes .card {
    flex-basis: 48%;
  }
}
@media (min-width: 768px) {
  .featured-events .grid-boxes .card-body {
    min-height: 220px;
  }
}

.three-cols {
  background: #edf4fa;
  padding-top: 20px;
  padding-bottom: 120px;
}
.three-cols a {
  text-align: center;
  text-decoration: none;
  background: #fff;
  display: block;
  padding-top: 20px;
  opacity: 1;
}
.three-cols a:hover {
  opacity: 0.8;
}
.three-cols h5.title {
  background: #d4c42e;
  color: #fff;
  width: 100%;
  min-height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}
article#post-304 {
  background-color: #edf4fa;
}
article#post-304 .three-cols img {
  display: block;
  max-width: 95%;
  height: 95%;
  margin: 0 auto 10px auto;
}
@media (max-width: 767px) {
  article#post-304 .three-cols img {
    display: block;
    max-width: 95%;
    height: 95%;
    margin: 0px auto;
  }
  .three-cols img {
    display: block;
    max-width: 95%;
    height: 95%;
    margin: 0 auto 10px 75px;
  }
}
.three-cols img {
  display: block;
  max-width: 95%;
  height: 100%;
  margin: 0 auto 10px auto;
}
@media (max-width: 767px) {
  .three-cols img {
    display: block;
    max-width: 95%;
    height: 100%;
    margin: 0 auto 10px 75px;
  }
}
.three-cols .col-lg-4 {
  margin-bottom: 20px;
}
.three-cols .box-item-2 h5.title {
  background: #ce6c2d;
}
.three-cols .box-item-3 h5.title {
  background: #3f93ab;
}

.three-cols .box-item-5 h5.title {
  background: #ce6c2d;
}
.three-cols .box-item-6 h5.title {
  background: #3f93ab;
}

/* Css for three column */

.section_events {
  width: 100%;
  height: 300px;
}

.col-md-5 > img {
  width: 100%;
}
