@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/source-sans-3-v19-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/source-sans-3-v19-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/source-sans-3-v19-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.font_source-sans_reg {
  font-family: 'Source Sans 3';
  font-weight: 400;
  font-smoothing: antialiased;
}
.font_source-sans_light {
  font-family: 'Source Sans 3';
  font-weight: 300;
  font-smoothing: antialiased;
}
.font_source-sans_bold {
  font-family: 'Source Sans 3';
  font-weight: 700;
  font-smoothing: antialiased;
}
img {
  width: 100%;
  height: auto;
}
.bg-brand {
  background-color: #293766;
}
small {
  font-size: 60%;
}
#content {
  margin-top: 95px;
}
.sr-only {
  display: none;
}
body {
  background-color: #fff;
}
a {
  color: #212529;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.navbar {
  font-family: 'Source Sans 3';
  font-weight: 700;
  font-smoothing: antialiased;
  border-bottom: 2px solid #f1efea;
}
.navbar.bg-light {
  background-color: #fff !important;
}
.navbar .navbar-brand {
  width: 150px;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-brand {
    width: 200px;
  }
}
.navbar .navbar-toggler {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans 3';
  font-weight: 700;
  font-smoothing: antialiased;
}
h2 {
  font-size: 30px;
  margin: 70px 0 34px;
}
p {
  font-family: 'Source Sans 3';
  font-weight: 300;
  font-smoothing: antialiased;
  font-size: 21px;
}
p strong {
  font-family: 'Source Sans 3';
  font-weight: 700;
  font-smoothing: antialiased;
}
footer {
  background-color: #293766;
  color: #fff;
  font-family: 'Source Sans 3';
  font-weight: 300;
  font-smoothing: antialiased;
}
footer .col-md-4 {
  padding-top: 50px;
  padding-bottom: 30px;
}
footer .col-md-12 {
  padding-bottom: 30px;
}
footer .footer-header {
  font-family: 'Source Sans 3';
  font-weight: 700;
  font-smoothing: antialiased;
  font-size: 22px;
}
footer p {
  font-family: 'Source Sans 3';
  font-weight: 300;
  font-smoothing: antialiased;
  font-size: 16px;
}
footer small {
  font-size: 14px;
}
footer .footer-link {
  font-family: 'Source Sans 3';
  font-weight: 700;
  font-smoothing: antialiased;
  background-color: #5669ac;
  color: #fff;
  padding: 15px 27px;
  font-size: 18px;
  line-height: 18px;
  border-radius: 40px;
  display: inline-block;
}
footer .footer-link:hover {
  background-color: #44548b;
}
footer .footer-social-link {
  width: 48px;
  margin-right: 20px;
  color: #fff;
  display: inline-block;
}
footer .footer-meta-link {
  font-family: 'Source Sans 3';
  font-weight: 700;
  font-smoothing: antialiased;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
}
.ce-texticon .ce-texticon-icon {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  color: #5669ac;
  margin-bottom: 10px;
}
.ce-texticon .ce-texticon-header {
  font-family: 'Source Sans 3';
  font-weight: 700;
  font-smoothing: antialiased;
  font-size: 22px;
}
.ce-texticon .ce-texticon-text {
  text-align: center;
}
.ce-texticon .ce-texticon-text p {
  font-family: 'Source Sans 3';
  font-weight: 300;
  font-smoothing: antialiased;
}
.home-slider {
  margin-bottom: 150px;
}
.home-slider .carousel-inner {
  overflow: visible !important;
}
.home-slider .carousel-caption {
  background-color: rgba(41, 55, 102, 0.9);
  margin-bottom: -20px;
  right: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .home-slider .carousel-caption {
    margin-bottom: -90px;
    right: 15%;
    left: 15%;
  }
}
.home-slider .carousel-caption h1 {
  font-size: 24px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .home-slider .carousel-caption h1 {
    font-size: 41px;
    padding-top: 35px;
  }
}
.home-slider .carousel-caption a {
  font-family: 'Source Sans 3';
  font-smoothing: antialiased;
  color: #fff;
  text-decoration: none;
  background-color: #5669ac;
  border-radius: 40px;
  font-weight: 700;
  font-size: 14px;
  padding: 11px 27px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .home-slider .carousel-caption a {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.home-slider .carousel-caption a:hover {
  background-color: #4d5e9c;
}
.event-card {
  min-height: 472px;
  background-color: #f1efea;
  margin-bottom: 25px;
  display: block;
  position: relative;
  transition: background-color 0.7s ease-out, transform 0.7s ease-out;
}
.event-card .event-card-overlay {
  position: absolute;
}
.event-card:hover {
  color: #fff;
  background-color: rgba(86, 105, 172, 0.8);
  transform: scale(1.05);
}
.event-card .event-card-content {
  padding: 30px 18px 40px;
  z-index: 9;
  font-family: 'Source Sans 3';
  font-weight: 300;
  font-smoothing: antialiased;
  font-size: 18px;
}
.event-card .event-card-content .header {
  font-family: 'Source Sans 3';
  font-weight: 700;
  font-smoothing: antialiased;
  font-size: 20px;
}
.event-list {
  display: flex;
  margin-bottom: 20px;
  background-color: #f1efea;
  transition: background-color 0.7s ease-out, transform 0.7s ease-out;
}
.event-list:hover {
  color: #fff;
  background-color: rgba(86, 105, 172, 0.8);
}
.event-list .event-list-header {
  font-size: 30px;
  line-height: 36px;
  font-family: 'Source Sans 3';
  font-weight: 700;
  font-smoothing: antialiased;
}
.event-list .event-list-image {
  width: 260px;
  min-width: 260px;
  min-height: 150px;
  margin-right: 40px;
}
.event-list .event-list-date {
  margin-right: 40px;
  padding-top: 20px;
  font-family: 'Source Sans 3';
  font-weight: 300;
  font-smoothing: antialiased;
}
.event-list .event-list-text {
  font-family: 'Source Sans 3';
  font-weight: 300;
  font-smoothing: antialiased;
  margin-right: 60px;
  padding-top: 43px;
}
.event-detail-teaserimage {
  height: 500px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.event-detail-teaserimage img {
  height: 500px;
  width: auto;
}
.event-detail-ticket {
  background-color: #f1efea;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #293766;
  color: #fff;
}
.event-detail-ticket h2 {
  margin: 0;
}
.ticket-button {
  background-color: #293766;
  color: #fff;
  background-color: #fff;
  color: #293766;
  padding: 10px 20px;
  font-size: 21px;
  font-family: 'Source Sans 3';
  font-weight: 700;
  font-smoothing: antialiased;
  border-radius: 40px;
  margin: 0px 0 10px;
  display: inline-block;
}
#eventCarousel .carousel-inner {
  background-color: #f1efea;
}
#eventCarousel .carousel-item {
  height: 300px;
  text-align: center;
  overflow: hidden !important;
}
#eventCarousel .carousel-item img {
  height: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 300px;
  width: auto;
}
#eventCarousel .carousel-item .slider-details {
  left: 20px;
  bottom: 20px;
  font-family: 'Source Sans 3';
  font-weight: 400;
  font-smoothing: antialiased;
}
#eventCarousel .carousel-indicators {
  margin-bottom: -25px;
}
#eventCarousel .carousel-caption {
  bottom: 10px;
  padding-bottom: 0;
  color: #fff;
  font-family: 'Source Sans 3';
  font-weight: 400;
  font-smoothing: antialiased;
  text-shadow: 0 0 3px #000;
}
.event-detail-organizer-logo {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.event-detail-organizer-name {
  font-family: 'Source Sans 3';
  font-weight: 700;
  font-smoothing: antialiased;
  font-size: 21px;
}
.event-detail-organizer-link {
  font-family: 'Source Sans 3';
  font-weight: 400;
  font-smoothing: antialiased;
  color: #293766;
}
.member-spacer {
  display: block;
  margin-bottom: 20px;
}
a.member-card {
  background-color: #f1efea;
  display: block;
  transition: background-color 0.7s ease-out, transform 0.7s ease-out;
}
a.member-card:hover {
  color: #fff;
  background-color: rgba(86, 105, 172, 0.8);
  transform: scale(1.05);
}
a.member-card .member-card-content {
  padding: 20px 10px;
  font-size: 16px;
  font-family: 'Source Sans 3';
  font-weight: 300;
  font-smoothing: antialiased;
}
a.member-card .member-card-content .member-card-content-header {
  font-family: 'Source Sans 3';
  font-weight: 700;
  font-smoothing: antialiased;
  font-size: 18px;
}
a.member-card .member-card-content p {
  font-size: 16px;
}
.member-detail-logo {
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
.member-detail-facts {
  background-color: #293766;
  color: #fff;
  padding: 40px 0;
  margin: 30px 0;
  font-family: 'Source Sans 3';
  font-weight: 300;
  font-smoothing: antialiased;
}
.member-detail-facts .member-detail-facts-h1 {
  margin: 0px 0;
  font-size: 70px;
  line-height: 70px;
  font-family: 'Source Sans 3';
  font-weight: 700;
  font-smoothing: antialiased;
}
.member-detail-facts .member-detail-facts-h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-family: 'Source Sans 3';
  font-weight: 700;
  font-smoothing: antialiased;
}
.member-detail-facts .member-detail-facts-button {
  margin-top: 20px;
  display: inline-block;
  color: #fff;
  background-color: #000;
  font-family: 'Source Sans 3';
  font-weight: 700;
  font-smoothing: antialiased;
  font-size: 18px;
  line-height: 18px;
  border-radius: 60px;
  padding: 15px 30px;
}
.member-detail-facts .member-detail-facts-button:hover {
  opacity: 60%;
}
