/* ==========================================================================
   General
/* ========================================================================== */
html, body {
  height: 100%;
}

body {
  padding: 160px 0 0;
  margin: 0;
  color: #1F2224;
  font-size: 16px;
  font-family: Lora, serif;
  line-height: 1.8;
}

a {
  color: #1D0080;
  text-decoration: none;
  transition: 0.4s;
}
a:hover {
  color: #FFDE80;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Rubik, sans-serif;
  margin-bottom: 20px;
}

img,
iframe {
  max-width: 100%;
}

strong {
  font-weight: 600;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

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

.bg-grey {
  background-color: rgb(120, 120, 120) !important;
}

.bg-light {
  background-color: rgb(235, 236, 240) !important;
}

.bg-dark {
  background-color: rgb(235, 236, 240) !important;
}

.bg-orange {
  background-color: #FFDE80 !important;
}

.bg-purple {
  background-color: #1D0080 !important;
}

.orange {
  color: #FFDE80;
}

.purple {
  color: #1D0080;
}

.btn-outlined {
  display: inline-block;
  font-weight: 600;
  padding: 8px 20px;
  font-size: 14px;
  text-align: center;
  min-width: 200px;
  border: 1px solid #fff;
  color: #fff;
}
.btn-outlined:hover {
  background-color: #fff;
  color: rgb(235, 236, 240);
}

.btn-outlined-dark {
  display: inline-block;
  font-weight: 600;
  padding: 8px 20px;
  font-size: 14px;
  text-align: center;
  min-width: 200px;
  border: 1px solid rgb(235, 236, 240);
  color: rgb(235, 236, 240);
}
.btn-outlined-dark:hover {
  background-color: rgb(235, 236, 240);
  color: #fff;
}

/* ==========================================================================
   Header
/* ========================================================================== */
#header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
  z-index: 999;
  border-top: 30px solid #1D0080;
  background-color: #fff;
  border-bottom: 1px solid rgb(235, 236, 240);
}
#header-wrapper #header {
  padding: 20px 0;
}
#header-wrapper.scrolled {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

#logo {
  display: flex;
  align-items: center;
}
#logo a {
  display: flex;
  align-items: center;
  color: #1F2224;
}
#logo a:hover {
  color: #1F2224;
}
#logo #logo-icon {
  max-width: 100px;
  margin-right: 10px;
}
#logo h1 {
  margin: 0;
  font-size: 20px;
}
#logo h1 span {
  display: block;
  font-size: 24px;
}

#header-tagline {
  text-align: center;
  padding: 0 20px;
  font-style: italic;
  max-width: 320px;
}

/* ==========================================================================
   Navigation
/* ========================================================================== */
#nav-icon-wrapper {
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: Rubik, sans-serif;
  padding-top: 10px;
}
#nav-icon-wrapper #nav-icon {
  width: 100%;
}
#nav-icon-wrapper #nav-icon .nav-icon-bar {
  width: 100%;
  height: 3px;
  background-color: #1F2224;
  margin-bottom: 3px;
}
#nav-icon-wrapper #nav-icon #nav-text {
  line-height: 20px;
}

#nav-wrapper {
  display: none;
  padding: 20px 30px;
  background-color: #fff;
}

.main-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav li a {
  display: block;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  font-family: Rubik, sans-serif;
  color: #1F2224;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: right;
}
.main-nav li a:hover {
  color: #1D0080;
}
.main-nav li ul {
  display: none;
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
.main-nav li ul li a {
  padding: 0 20px;
  font-size: 12px;
  text-transform: none;
}

#nav-mobile {
  position: relative;
  display: none;
  justify-content: flex-end;
  align-items: center;
  height: 40px;
  padding: 0 20px;
}
#nav-mobile #nav-mobile-icon {
  color: #fff;
}
#nav-mobile .nav-container {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgb(235, 236, 240);
  z-index: 999;
}
#nav-mobile .nav-container .main-nav {
  padding: 10px 0;
  border-top: 1px solid rgb(235, 236, 240);
  display: block;
}
#nav-mobile .nav-container .main-nav li {
  margin: 0;
}
#nav-mobile .nav-container .main-nav li a {
  padding: 0 20px;
  display: block;
  line-height: 30px;
  text-align: right;
}

/* ==========================================================================
   Home
/* ========================================================================== */
.static {
  height: 100%;
  background-position: center;
  background-size: cover;
}

.custom-head {
  padding: 10px;
  font-size: 18px;
  color: #fff;
  background-color: #1D0080;
  text-align: center;
  color: #FFDE80;
}

#video-tmp {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  background-color: rgb(235, 236, 240);
  padding: 150px 0;
}

.event {
  padding-bottom: 20px;
  margin: 20px 0;
  border-bottom: 1px solid rgb(235, 236, 240);
}
.event .event-date {
  font-size: 12px;
  margin-bottom: 5px;
}
.event h5, .event p {
  margin: 0 0 5px;
}

.testimonial {
  padding: 10px;
  margin-bottom: 10px;
}
.testimonial p {
  margin-bottom: 5px;
  font-style: italic;
}
.testimonial .testimonial-name {
  font-weight: 600;
}

/* ==========================================================================
   Content
/* ========================================================================== */
#page-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-position: center;
  background-size: cover;
  height: 300px;
  background: url("../img/main.webp") center/cover;
}
#page-header h1.page-title {
  position: relative;
  color: #1F2224;
  font-family: Lora, serif;
  font-size: 60px;
  margin: 0;
  padding: 0 20px;
  text-align: center;
}
#page-header:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(235, 236, 240, 0.4);
  z-index: 0;
}

.featured-image img {
  height: auto;
  margin-bottom: 30px;
}

/* ==========================================================================
   BLOG
/* ========================================================================== */
.article-photo {
  position: relative;
  padding-top: 80%;
  background-position: center;
  background-size: cover;
}
.article-photo a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-indent: 150%;
  overflow: hidden;
  white-space: nowrap;
}

/* Pagination */
.pagination {
  margin-top: 20px;
}

.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.pagination li {
  float: left;
}

.pagination li span,
.pagination li a {
  display: block;
  padding: 5px 10px;
  margin-right: 2px;
  background: #e2e2e2;
  text-decoration: none;
}

.pagination li span {
  background: #f3f3f3;
}

.pagination .next,
.pagination .prev {
  position: relative;
  top: auto;
  margin: 0 2px 0 0;
  right: auto;
  left: auto;
}

/* ==========================================================================
   Forms
/* ========================================================================== */
form input[type=text],
form input[type=email],
form input[type=tel],
form textarea,
form select {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px !important;
  height: 50px !important;
  border-radius: 0 !important;
  border: 1px solid #ccc !important;
}
form textarea {
  display: block;
  height: 100px !important;
  padding: 6px 10px;
  font-size: 14px;
}
form input[type=submit],
form input[type=reset],
form button[type=submit] {
  margin: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  padding: 10px 20px !important;
  height: 50px !important;
  background: rgb(235, 236, 240) !important;
  color: #fff !important;
  text-transform: uppercase;
}
form button {
  padding: 15px 40px;
  font-family: Lora, serif;
  font-weight: bold;
  border: 0 !important;
  box-shadow: none !important;
}

.frm_style_formidable-style.with_frm_style .form-field {
  margin: 0 !important;
}

.with_frm_style .vertical_radio .frm_checkbox {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}

/* ==========================================================================
   Footer
/* ========================================================================== */
#footer-wrapper {
  background-color: #1D0080;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  border-top: 5px solid #1F2224;
}
#footer-wrapper a {
  color: rgb(235, 236, 240);
}
#footer-wrapper a:hover {
  color: #fff;
}

/* ==========================================================================
   Responsive
/* ========================================================================== */
@media (max-width: 992px) {
  #logo #logo-icon {
    max-width: 60px;
  }
  #logo h1 {
    font-size: 16px;
  }
  #logo h1 span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  body {
    padding: 130px 0 0;
  }
  .static {
    padding-top: 80%;
    height: auto;
  }
  #page-header h1.page-title {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  #logo #logo-icon {
    max-width: 40px;
  }
  #logo h1 {
    font-size: 12px;
  }
  #logo h1 span {
    font-size: 16px;
  }
}

/*# sourceMappingURL=global.css.map */
