/* =WordPress Core
 * *-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

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

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

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone, .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Above WP toolbar. */
/* =WordPress Core END */
body,
html {
  background-color: #fff;
  color: #383030;
  font-family: "Prompt", sans-serif;
  font-size: 20px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1400px) {
  body,
  html {
    font-size: 16px;
  }
}

.container-main {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .container-main {
    padding-left: 65px;
    padding-right: 65px;
  }
}

a,
a:visited {
  color: #a59ec6;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -ms-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

a:hover,
a:focus {
  color: #a59ec6;
}

.navbar {
  background: rgba(255, 255, 255, 0.8);
  color: #242222;
  min-height: 80px;
  position: absolute;
  top: 0;
  z-index: 11;
  width: 100%;
}
.navbar .navbar-brand {
  height: auto;
}
.navbar .navbar-brand img {
  max-height: 60px;
  max-width: 20vw;
}
@media (max-width: 1305px) {
  .navbar .navbar-brand img {
    max-width: 15vw;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-brand img {
    max-width: 50vw;
  }
}
@media (max-width: 500px) {
  .navbar .navbar-brand img {
    max-width: 40vw;
  }
}
.navbar .navbar-brand img.brand-simple-size {
  display: none;
  width: 50px;
}
@media (min-width: 768px) and (max-width: 1080px) {
  .navbar .navbar-brand img.brand-simple-size {
    display: block;
  }
}
@media (max-width: 1080px) {
  .navbar .navbar-brand img.brand-full-size {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-brand img.brand-full-size {
    display: block;
  }
}
.navbar .navbar-toggle .icon-bar {
  background-color: #242222;
}
.navbar #nav-main.collapse.in {
  background: #fff;
}
.navbar #nav-main ul {
  padding-bottom: 30px;
  padding-top: 30px;
}
.navbar #nav-main ul.dropdown-menu {
  padding-bottom: 0;
  padding-top: 0;
}
.navbar #nav-main ul li {
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -ms-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.navbar #nav-main ul li a {
  padding: 10px 10px;
  font-size: 14px;
}
.navbar #nav-main ul li:hover,
.navbar #nav-main ul li:focus {
  background: #fff;
}
.navbar a,
.navbar a:visited {
  color: #242222;
  font-weight: 300;
  font-size: 16px;
}
.navbar a:hover,
.navbar a:focus {
  color: #242222;
}

h1 {
  font-family: "Eczar", serif;
}

h2 {
  font-family: "Eczar", serif;
  font-size: 60px;
  font-weight: normal;
  margin-bottom: 35px;
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}

.jumbotron {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.jumbotron.jumbotron-top {
  margin: 0;
  padding: 0;
  position: relative;
}
.jumbotron.jumbotron-top .jumbotron-bottom-square {
  background: #fff;
  height: 90px;
  margin-top: -90px;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media (max-width: 767px) {
  .jumbotron.jumbotron-top .jumbotron-bottom-square {
    height: 10px;
    margin-top: -10px;
  }
}
.jumbotron.jumbotron-top .jumbotron-bg {
  min-width: 100%;
}
.jumbotron.jumbotron-top .jumbotron-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% - (2 * 65px));
}
@media (max-width: 767px) {
  .jumbotron.jumbotron-top .jumbotron-content {
    width: 100%;
  }
}
.jumbotron.jumbotron-top .jumbotron-content h1 {
  color: #fff;
  font-size: 60px;
}
@media (max-width: 1000px) {
  .jumbotron.jumbotron-top .jumbotron-content h1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .jumbotron.jumbotron-top .jumbotron-content h1 {
    font-size: 20px;
  }
}
.jumbotron.jumbotron-top .jumbotron-content .header-dark h1 {
  color: #242222;
}

.post-intro {
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 20px;
}
.post-intro .post-intro-meta {
  color: #373032;
  font-size: 16px;
  margin: 10px 0;
}
.post-intro .news-image {
  margin-bottom: 15px;
}
.post-intro .news-image.news-image-default {
  border: 2px solid rgba(171, 149, 195, 0.2);
}
.post-intro a,
.post-intro a:visited {
  color: #242222;
  font-family: "Eczar", serif;
  font-weight: normal;
}

.btn.btn-more, .btn.btn-more:visited {
  color: #a59ec6;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .btn.btn-more, .btn.btn-more:visited {
    font-size: 16px;
  }
}

.container-bg-1 {
  background: #eeecf4;
}

.home section {
  margin-bottom: 30px;
  margin-top: 20px;
}

#slider_partners .owl-item {
  font-size: 16px;
  line-height: 1.1;
}
#slider_partners .owl-item img {
  display: block;
  width: auto;
}
#slider_partners .owl-item a,
#slider_partners .owl-item a:visited {
  color: #242222;
}

.section-centres h2 {
  text-align: left;
}
.section-centres .section-centres-bg {
  z-index: 0;
}
.section-centres .section-centres-bg:after {
  background: #f3f2f7;
  content: "";
  display: block;
  height: 100%;
  left: 20%;
  position: absolute;
  top: 106px;
  width: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-centres .section-centres-bg:after {
    width: 80%;
  }
}
.section-centres ul li {
  font-family: "Eczar", serif;
  font-size: 30px;
  text-align: right;
}
.section-centres ul li a,
.section-centres ul li a:visited {
  color: #242222;
  display: inline-block;
}
.section-centres ul li a:focus {
  outline: 0;
}
.section-centres ul li.active a,
.section-centres ul li.active a:visited {
  color: #a59ec6;
}
.section-centres ul li:hover, .section-centres ul li:focus {
  background: none;
}
.section-centres .centres-mores {
  margin-top: 50px;
  text-align: right;
}
.section-centres .centres-mores .btn {
  text-align: right;
}
.section-centres #tabs-map {
  margin-top: 45px;
}

.container-footer {
  background: #a49dc3;
  color: #fff;
  font-size: 16px;
  margin-top: 50px;
  padding-bottom: 14px;
  padding-top: 14px;
  text-align: right;
}
@media (max-width: 767px) {
  .container-footer {
    font-size: 14px;
  }
}
.container-footer a, .container-footer a:visited {
  color: #fff;
}

article h1 {
  color: #fff;
  font-size: 60px;
}
article .article-header-meta {
  font-size: 16px;
  text-align: right;
}
@media (max-width: 767px) {
  article .article-header-meta {
    font-size: 14px;
  }
}
article .article-content {
  margin: 20px 0 40px;
}
article .article-content h1 {
  color: #ce81af;
  font-size: 34px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  article .article-content h1 {
    font-size: 28px;
  }
}
article .article-content h2 {
  font-size: 24px;
}
article .article-content li {
  margin-bottom: 10px;
  margin-top: 10px;
}
article .article-content .btn {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
article .article-content .btn.btn-default {
  background: #a59ec6;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 5px;
}
article .article-content .btn.btn-default:hover {
  background: #e1deec;
  color: #383030;
}
article .article-content table.table {
  font-size: 14px;
}
article .article-content table.table.table-smaller {
  font-size: 12px;
}
article .article-footer-meta {
  font-size: 16px;
  text-align: right;
}
article .article-footer-meta .author-name {
  font-family: "Eczar", serif;
  font-size: 30px;
}

.container-people {
  background: #e0ddec;
  padding-bottom: 50px;
  padding-top: 50px;
}
.container-people #tabs-people {
  font-family: "Eczar", serif;
  margin-bottom: 10px;
  text-align: center;
}
.container-people #tabs-people li {
  display: inline-block;
}
.container-people #tabs-people li a, .container-people #tabs-people li a:visited {
  color: #b8b8b8;
}
.container-people #tabs-people li a:focus {
  background: none;
  outline: 0;
}
.container-people #tabs-people li.active {
  background: none;
}
.container-people #tabs-people li.active a, .container-people #tabs-people li.active a:visited {
  color: #383030;
}
.container-people .tab-people {
  line-height: 1.1;
}
.container-people .tab-people .person-single {
  margin-bottom: 15px;
  margin-top: 15px;
}
.container-people .tab-people .person-single figure {
  margin-bottom: 15px;
}
.container-people .tab-people .person-single .people-single-title {
  font-family: "Eczar", serif;
  font-size: 18px;
}
@media (max-width: 767px) {
  .container-people .tab-people .person-single .people-single-title {
    font-size: 14px;
  }
}
.container-people .tab-people .person-single .people-single-full-name {
  font-family: "Eczar", serif;
  font-size: 20px;
}
@media (max-width: 767px) {
  .container-people .tab-people .person-single .people-single-full-name {
    font-size: 16px;
  }
}
.container-people .tab-people .person-single .people-single-position {
  font-size: 16px;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .container-people .tab-people .person-single .people-single-position {
    font-size: 12px;
  }
}

.menu-internal {
  text-align: center;
}
.menu-internal ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-internal ul li a, .menu-internal ul li a:visited {
  background: #a59ec6;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 12px;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
}
@media (max-width: 767px) {
  .menu-internal ul li a, .menu-internal ul li a:visited {
    font-size: 16px;
  }
}
.menu-internal ul li a:hover, .menu-internal ul li a:visited:hover {
  background: #e1deec;
  color: #383030;
  text-decoration: none;
}

.panel-group {
  margin-top: 20px;
}
.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #a59ec6;
}
.panel-group .panel .w3eden label {
  font-weight: normal;
}
.panel-group .panel .dataTables_info,
.panel-group .panel .dataTables_paginate,
.panel-group .panel .dataTables_length,
.panel-group .panel .dataTables_filter {
  font-size: 12px;
}

.um {
  opacity: 1 !important;
}

.partner-logo {
  max-width: 250px;
}

.w3eden {
  background: #f6f6f6;
  padding: 8px;
}
.w3eden .label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.w3eden .media-body strong {
  font-weight: normal;
}

.company-files {
  font-family: "Eczar", serif;
  margin-bottom: 40px;
  text-align: center;
}
.company-files img {
  margin-right: 12px;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .company-files img {
    max-height: 25px;
  }
}
.company-files a, .company-files a:visited {
  color: #383030;
  font-size: 30px;
}
@media (max-width: 767px) {
  .company-files a, .company-files a:visited {
    font-size: 20px;
  }
}

.tribe-common-l-container,
.tribe-events-pg-template {
  padding-top: 150px !important;
}

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