/*
Theme Name: The FAN Charity
Theme URI: https://www.thefancharity.org
Description: HTML5/CSS3 bootstrap responsive theme for FAN
Version: 1.0
Author: Gareth J Peters
Author URI: http://www.garethjpeters.co.uk
*/
html,
body {
  height: 100%;
}
body {
  background-color: #0b3470;
}
header {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  margin: 0;
  width: 100%;
  z-index: 9;
}
header .logo-strip {
  background: #ffde52;
  background: linear-gradient(0deg, #fed00a 0%, #ffe889 100%);
}
header .navbar-small {
  padding: 0 0.4rem;
  border-bottom: 3px solid #FED00A;
  margin-bottom: 20px;
}
header .navbar-small.bg-dark {
  background: #10499E !important;
}
header .navbar-small .row {
  margin: 0px;
}
header .navbar-small .navbar-toggler {
  padding: 0.1rem 0.4rem;
  margin: 5px 0;
}
header .navbar-small .navbar-toggler .navbar-toggler-icon {
  width: 1em;
  height: 1em;
}
header .navbar-small .navbar-nav .nav-item .nav-link {
  padding: 0.5rem;
  font-size: 0.9rem;
}
header .navbar-small .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
header .navbar-small .external-links .fa-external-link {
  font-size: 0.6rem;
  opacity: 0.7;
  top: -3px;
  position: relative;
}
header .main-logo {
  height: 100px;
}
header .fan-logo {
  height: 55px;
  margin: 1rem 0;
}
@media only screen and (min-width: 768px) {
  header .fan-logo {
    height: 71px;
  }
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.65);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.85);
}
.site-header img {
  margin-top: -10px;
}
.navbar-main {
  background: #0b3470;
  border-bottom: 8px solid #fed00a;
}
.navbar-main .navbar {
  padding-left: 0px;
  padding-right: 0px;
}
.navbar-main .navbar-nav li a.nav-link.current,
.navbar-main .navbar-nav li a.nav-link.section {
  color: #FFF;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .navbar-main .navbar-nav li a.nav-link {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
    font-size: 0.85rem;
  }
}
.masthead {
  background-color: rgba(16, 73, 158, 0.9);
  background-image: url('/images/masthead.jpg');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 18px 0;
  border-bottom: 1px solid #FED00A;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 768px) {
  .masthead {
    padding: 15px 0;
  }
}
.masthead p {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 300;
}
.masthead .image {
  margin: 0px;
}
.masthead .image img {
  width: 100%;
  box-shadow: 0.05rem 0.2rem 0.6rem rgba(0, 0, 0, 0.35);
}
.masthead .site-title {
  font-size: 3.8rem;
  text-align: center;
  font-weight: 700;
  color: #FFF;
  margin-top: 1rem;
  margin-bottom: 1.6rem;
  line-height: 1;
}
@media only screen and (min-width: 415px) {
  .masthead .site-title {
    line-height: 40px;
  }
}
.masthead .site-title .tint {
  color: #10499E;
}
.masthead .page-subtitle {
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.41);
}
@media only screen and (min-width: 768px) {
  .masthead .page-subtitle {
    margin-bottom: 0.5rem;
  }
}
.masthead .page-subtitle p {
  margin-bottom: 0.5rem;
}
.masthead .page-subtitle a {
  font-weight: 700;
  color: #fff;
}
.masthead .page-subtitle [class^='fa'],
.masthead .page-subtitle [class*=' fa'] {
  margin: 0 10px;
}
.masthead .page-subtitle.bordered {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.masthead .page-breadcrumb {
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.41);
}
@media only screen and (min-width: 768px) {
  .masthead .page-breadcrumb {
    margin-bottom: 0.5rem;
  }
}
.masthead .page-breadcrumb strong.current {
  margin: 0 10px 0 10px;
}
.masthead .page-breadcrumb a {
  font-weight: 700;
  color: #fff;
}
.masthead .page-breadcrumb [class^='fa'],
.masthead .page-breadcrumb [class*=' fa'] {
  margin: 0 10px;
}
.masthead .page-title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 0.4rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.41);
}
@media only screen and (min-width: 768px) {
  .masthead .page-title {
    font-size: 2.8rem;
  }
}
.masthead.home-page {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .masthead.home-page {
    padding: 60px 0;
  }
}
.masthead.home-page .site-title {
  font-size: 2.2rem;
  margin: 0px;
}
@media only screen and (min-width: 768px) {
  .masthead.home-page .site-title {
    font-size: 3.6rem;
  }
}
.masthead.secondary {
  margin-top: -1px;
  background: #d3d3d2;
}
.masthead.secondary h3 {
  font-size: 1.2rem;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .masthead.secondary h3 {
    font-size: 1.75rem;
  }
}
.main-page {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 80px;
}
.main-page.module-intro {
  height: 78%;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-page.module-intro .module-intro-text {
  margin-top: 60px;
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.3rem;
}
body > footer {
  background: #10499E;
  border-top: 3px solid #FED00A;
  padding: 25px 0 0 0;
  color: #FFF;
}
body > footer p {
  font-size: 0.85rem;
}
body > footer ul {
  font-size: 0.85rem;
  padding-left: 1.1rem;
}
body > footer .footer-head {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #FED00A;
}
body > footer address {
  margin-bottom: 0.8rem;
}
body > footer address p {
  font-size: 0.85rem;
  margin-bottom: 0px;
}
body > footer ul.fa-ul {
  margin-left: 1.8em;
  font-size: 0.85rem;
}
body > footer ul.fa-ul li {
  line-height: 0.9rem;
  margin-bottom: 0.6rem;
}
body > footer .social-buttons {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  body > footer .social-buttons {
    margin-bottom: 0px;
  }
}
body > footer .social-buttons .btn-primary {
  color: #fff;
  background-color: #0d3c82;
  border-color: #0d3c82;
}
body > footer .social-buttons .btn-primary:hover {
  background-color: #0b316b;
  border-color: #0b316b;
}
body > footer .social-buttons .btn-primary a {
  color: #fff;
}
body > footer .social-buttons .btn-primary a:hover {
  color: #fff;
}
body > footer .sponsor-logos {
  padding-left: 0px;
}
body > footer .sponsor-logos li {
  display: inline;
}
body > footer .sponsor-logos li img {
  height: 50px;
}
body > footer .admin-box {
  background: #0b3470;
  padding: 10px;
  margin-bottom: 1.6rem;
  border-radius: 4px;
}
body > footer .admin-box .footer-head {
  border-bottom-color: #10499E;
}
body > footer .admin-box ul {
  margin-bottom: 0px;
}
body > footer .admin-box ul a {
  color: #FED00A;
}
body > footer .admin-box ul a:hover {
  color: #70a4f1;
}
body > footer .sub-footer {
  margin-top: 1.5rem;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #0b3470;
  font-size: 0.9rem;
}
body > footer .sub-footer ul {
  margin-bottom: 0px;
}
body > footer .sub-footer .admin-links,
body > footer .sub-footer .contact-links {
  padding: 0.5rem 1rem;
}
body > footer .sub-footer a {
  color: #fff;
}
body > footer .admin-footer {
  padding: 6px 0;
  background: #020913;
}
.flex {
  height: 100%;
  min-height: 100%;
  display: block;
  flex-direction: column;
}
.flex.full {
  display: flex;
}
.bg-fan {
  background-color: #10499E;
}
.bg-fan-secondary {
  background-color: #FED00A;
}
.text-fan {
  color: #10499E;
}
.text-fan-secondary {
  color: #FED00A;
}
.alert.alert-info a {
  color: #024ea4;
  text-decoration: underline;
}
.w-60 {
  width: 60%!important;
}
.w-55 {
  width: 100%;
}
@media only screen and (min-width: 415px) {
  .w-55 {
    width: 55% !important;
  }
}
.w-30 {
  width: 100%;
}
@media only screen and (min-width: 415px) {
  .w-30 {
    width: 30% !important;
  }
}
.w-20 {
  width: 100%;
}
@media only screen and (min-width: 415px) {
  .w-20 {
    width: 20% !important;
  }
}
li[aria-controls="Root_NewsGallery"] {
  display: none;
}
.lightbox .lb-caption p {
  margin: 5px 0 12px 0;
}
.lightbox .lb-number {
  color: #777;
  text-transform: uppercase;
}
.flags {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.flags img {
  width: 15px;
  margin-right: 6px;
  height: auto;
}
.form-group input[type="checkbox"] {
  display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span {
  width: 20px;
}
.form-group input[type="checkbox"] + .btn-group > label span:first-child {
  display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
  display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
  display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
  display: none;
}
.icon-credit {
  margin-top: 2rem;
  font-size: small;
  font-style: italic;
}
.four-col {
  column-count: 2;
  column-gap: 20px;
}
@media only screen and (min-width: 415px) {
  .four-col {
    column-count: 4;
  }
}
.bg-primary {
  background-color: #10499E !important;
}
.bg-secondary {
  background-color: #FED00A !important;
}
.placeholder {
  width: 100%;
  height: 280px;
  background: #d3d3d2;
}
.lowercase {
  text-transform: lowercase !important;
}
.light {
  font-weight: 300;
  opacity: 0.8;
}
.number-circle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  background: #ed8900;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-left: 0.4rem;
  opacity: 0.7;
}
.number-circle.past {
  color: #eee;
  background: #afca0b;
  opacity: 1;
}
a .number-circle.past {
  font-weight: 400;
}
.number-circle.current {
  background: #e63323;
  opacity: 1;
}
.btn-fan {
  color: #ffffff;
  background-color: #10499E;
  border-color: #0b3470;
}
.btn-fan:hover,
.btn-fan:focus,
.btn-fan:active,
.btn-fan .active {
  color: #ffffff;
  background-color: #0b3470;
  border-color: #092959;
}
.btn-fan:active,
.btn-fan.active {
  background-image: none;
}
.btn-fan.disabled,
.btn-fan[disabled] {
  background-color: #2b77e9;
  border-color: #1769e3;
}
.btn-fan.disabled:hover,
.btn-fan[disabled]:hover,
.btn-fan.disabled:focus,
.btn-fan[disabled]:focus,
.btn-fan.disabled:active,
.btn-fan[disabled]:active,
.btn-fan.disabled.active,
.btn-fan[disabled].active {
  background-color: #2b77e9;
  border-color: #1769e3;
}
.btn-fan .badge {
  color: #AD924B;
  background-color: #ffffff;
}
.btn-fan-secondary {
  color: #10499E;
  background-color: #FED00A;
  border-color: #d4ac01;
}
.btn-fan-secondary:hover,
.btn-fan-secondary:focus,
.btn-fan-secondary:active,
.btn-fan-secondary .active {
  color: #10499E;
  background-color: #bb9801;
  border-color: #a18301;
}
.btn-fan-secondary:active,
.btn-fan-secondary.active {
  background-image: none;
}
.btn-fan-secondary.disabled,
.btn-fan-secondary[disabled] {
  background-color: #fee370;
  border-color: #fedf56;
}
.btn-fan-secondary.disabled:hover,
.btn-fan-secondary[disabled]:hover,
.btn-fan-secondary.disabled:focus,
.btn-fan-secondary[disabled]:focus,
.btn-fan-secondary.disabled:active,
.btn-fan-secondary[disabled]:active,
.btn-fan-secondary.disabled.active,
.btn-fan-secondary[disabled].active {
  background-color: #fee370;
  border-color: #fedf56;
}
.btn-fan-secondary .badge {
  color: #AD924B;
  background-color: #ffffff;
}
.btn-fan-outline {
  color: #10499E;
  background-color: #FFF;
  border-color: #10499E;
}
.btn-fan-outline:hover,
.btn-fan-outline:focus,
.btn-fan-outline:active,
.btn-fan-outline .active {
  color: #ffffff;
  background-color: #0b3470;
  border-color: #092959;
}
.btn-fan-outline:active,
.btn-fan-outline.active {
  background-image: none;
}
.btn-fan-outline.disabled,
.btn-fan-outline[disabled] {
  background-color: #2b77e9;
  border-color: #1769e3;
}
.btn-fan-outline.disabled:hover,
.btn-fan-outline[disabled]:hover,
.btn-fan-outline.disabled:focus,
.btn-fan-outline[disabled]:focus,
.btn-fan-outline.disabled:active,
.btn-fan-outline[disabled]:active,
.btn-fan-outline.disabled.active,
.btn-fan-outline[disabled].active {
  background-color: #2b77e9;
  border-color: #1769e3;
}
.btn-fan-outline .badge {
  color: #AD924B;
  background-color: #ffffff;
}
.btn-fan-outline.active {
  color: #ffffff;
  background-color: #10499E;
  border-color: #0b3470;
}
fieldset[disabled] .btn-fan {
  background-color: #2b77e9;
  border-color: #1769e3;
}
.open .dropdown-toggle.btn-fan {
  color: #ffffff;
  background-color: #0b3470;
  border-color: #092959;
  background-image: none;
}
.fan-colour {
  color: #10499E;
}
.slide-button {
  background: #afca0b;
  display: inline-block;
  margin: 8rem 0 0 0;
  line-height: 90px;
  color: #fff;
  font-size: 4rem;
}
.slide-button:hover {
  background: #00917f;
  color: #fff;
}
.slide-button.top,
.slide-button.bottom {
  height: 45px;
  width: 90px;
}
.slide-button.right,
.slide-button.left {
  height: 90px;
  width: 45px;
}
.slide-button.top {
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
}
.slide-button.right {
  padding-left: 4px;
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px;
}
.slide-button.bottom {
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 90px;
}
.slide-button.left {
  padding-right: 4px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}
.columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
.main-image {
  width: 100%;
  height: auto;
  float: right;
  margin-bottom: 2rem;
}
.news-image {
  width: 35%;
  float: right;
  margin: 0 0 2rem 2rem;
}
.section-teasers,
.child-teasers {
  margin-top: 2rem;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.embed.right {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}
.hidden {
  display: none;
  visibility: hidden;
}
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-main:focus,
a.skip-main:active {
  color: #fff;
  background-color: #10499E;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 20px 35%;
  padding: 5px;
  border-radius: 4px;
  border: 2px solid #FED00A;
  text-align: center;
  font-size: 1.4em;
  z-index: 999;
}
.sitemap li {
  font-weight: 500;
  margin-bottom: 7px;
  font-size: 18px;
}
.sitemap li ul {
  padding-left: 38px;
}
.sitemap li ul li {
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 16px;
}
.pagination ul {
  margin-left: 0px;
  list-style-type: none;
  font-size: 16px;
}
.pagination ul li {
  float: left;
  margin-right: 3px;
  margin-bottom: 5px;
  text-align: center;
}
.pagination ul li a {
  width: 35px;
  padding: 10px 2px;
  display: block;
  background: #eee;
  color: #555;
}
.pagination ul li a:hover {
  background: #d3d3d2;
  text-decoration: none;
  color: #fff;
}
.pagination ul li.active a {
  background: #d3d3d2;
  color: #fff;
}
.pagination ul li.spacer {
  margin-left: 10px;
  margin-right: 10px;
  line-height: 30px;
  color: #444;
}
.pagination ul li.disabled a {
  color: #ccc;
  cursor: default;
}
.pagination ul li.disabled a:hover {
  background: #eee;
  color: #ccc;
}
form div.radio {
  float: left;
  margin-right: 30px;
  line-height: 38px;
}
.chosen-choices {
  list-style-type: none;
  margin: 20px 0px 20px 0;
  padding-left: 0px;
}
.chosen-choices .search-choice {
  float: left;
  margin: 0 5px 5px 0;
  padding: 7px 11px;
  background: #F2BA24;
  border-radius: 4px;
  color: #fff;
  font-weight: 300;
}
.chosen-choices .search-choice a {
  color: #fff;
  width: 20px;
  height: 20px;
  margin-left: 15px;
}
.chosen-choices .search-choice a:hover {
  color: #765807;
}
.chosen-choices:after {
  content: "";
  display: table;
  clear: both;
}
html,
body {
  font-family: 'Roboto', sans-serif;
}
p,
ol,
ul,
address,
td,
dl {
  font-weight: 300;
}
a {
  color: #0366d6;
}
.lead {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .lead {
    font-size: 1.25rem;
  }
}
label {
  font-weight: 700;
}
form {
  margin-bottom: 1rem;
}
strong {
  font-weight: 700;
}
h1 {
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 500;
  margin-bottom: 1.5rem;
}
h2.useful-links-header {
  font-size: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  padding: 0.6rem 0;
  font-weight: 300;
}
form h2 {
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
  margin-top: 2rem;
}
h4 {
  font-weight: 300;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
.postnominal {
  font-size: smaller;
}
dl dt a {
  color: #10499E;
}
dl dt a:hover {
  color: #FED00A;
}
dl dd {
  margin-bottom: 0.85rem;
}
dl dd a {
  color: #10499E;
}
dl dd a:hover {
  color: #FED00A;
}
.news-date {
  color: #666;
  border-bottom: 1px solid #d3d3d2;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.main-page h3 {
  margin-bottom: 1rem;
}
.sidebar .sidebar-title {
  border-bottom: 1px solid #d3d3d4;
  border-top: 1px solid #d3d3d4;
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  font-weight: 300;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
.sidebar .sidebar-title a {
  color: #212529;
}
.blockquote {
  position: relative;
  background: #eee;
  padding: 2rem;
  padding-left: 4rem;
  color: #212529;
  margin: 0 0 1.5rem 0;
  clear: both;
  border-radius: 4px;
  font-size: 1.5rem;
}
.blockquote p {
  margin-bottom: 0px;
}
.blockquote:before {
  font-family: 'Roboto', sans-serif;
  color: #0b3470;
  position: absolute;
  font-size: 6em;
  line-height: 1;
  top: 0;
  left: 4px;
  content: "\201C";
}
.blockquote .blockquote-footer {
  font-size: 70%;
  color: #10499E;
}
.blockquote .blockquote-footer:before {
  content: none;
}
.blockquote .blockquote-footer p {
  margin: 0;
}
.source {
  font-style: oblique;
  font-size: 85%;
  color: #666;
}
footer .rounded {
  margin-right: 8px;
  margin-bottom: 8px;
}
.alert p:last-child {
  margin-bottom: 0px;
}
.news-teasers .card .card-image-cropper {
  overflow: hidden;
  width: 100%;
  height: 225px;
}
.news-teasers .card .card-image-cropper img {
  width: 100%;
  height: auto;
}
.news-teasers .card .card-title {
  font-size: 1.2rem;
}
.news-teasers .card .card-subtitle {
  font-size: 0.9rem;
  color: #757575;
  font-weight: 700;
  margin-top: 0.3rem;
  margin-bottom: 1.2rem;
}
.news-teasers .card .card-footer {
  background-color: transparent;
  border-top: none;
}
.news-teasers .card .card-footer p {
  margin-bottom: 0.5rem;
}
.news-subtitle {
  font-size: 1.1rem;
  color: #757575;
  font-weight: 700;
  margin-top: 0.3rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #d3d3d2;
  padding-bottom: 1.2rem;
}
.homepage-news .news-subtitle {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0.6rem;
  margin-top: -0.2rem;
}
.homepage-news img {
  width: 100%;
  height: auto;
}
.homepage-news .news-title {
  font-weight: 500;
}
.homepage-news .news-title a {
  color: #212529;
}
.homepage-news .news-title a:hover {
  color: #10499E;
  text-decoration: none;
  font-weight: 700;
}
.homepage-news .mini-news .news-title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.homepage-news .mini-news .news-subtitle {
  font-size: 0.9rem;
}
.meetings-table thead th {
  background-color: #10499E;
  color: #fff;
}
.meetings-table p {
  margin-bottom: 0px;
}
.meetings-table p + p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.meetings-table ul {
  margin-bottom: 0px;
}
.meetings-table ul.fa-ul {
  margin-left: 2em;
}
.meetings-table tr.no-border td {
  border-top: none;
}
.meetings-table tr.inactive {
  color: rgba(0, 0, 0, 0.45);
  background: rgba(238, 238, 238, 0.4);
}
.meetings-table tr.inactive a {
  opacity: 0.6;
}
.meetings-table tr.show {
  display: table-row;
}
.meetings-table tr.hide {
  display: none;
}
.meeting-filters .type-show-all,
.meeting-filters .location-show-all,
.meeting-filters [data-filter="show-all"] {
  margin-right: 20px;
}
.meeting-filters .btn svg {
  margin-right: 0.5rem;
}
.modal .button-holder {
  background-color: #10499E;
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 999;
  padding: 24px 14px 6px 14px;
  border-radius: 0.3rem;
}
.modal .button-holder .close {
  color: #fff;
  opacity: 1;
  font-size: 2.2rem;
}
.modal .img-fluid {
  width: 100% !important;
}
.modal.wiki-modal .infobox {
  display: none;
}
.friend-teaser {
  text-align: center;
}
.friend-teaser a {
  color: #212529;
}
.friend-teaser a:hover {
  color: #10499E;
}
.friend-teaser img {
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 50%;
  border: 4px solid #fff;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.8;
}
.friend-teaser img:hover {
  border-color: #FED00A;
  filter: none;
  opacity: 1;
}
.friend-teaser .position {
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #555;
}
.friend-teaser.book img {
  border-radius: 0;
  -webkit-filter: none;
  filter: none;
}
.gallery-teaser {
  text-align: center;
}
.gallery-teaser a {
  color: #212529;
}
.gallery-teaser a:hover {
  color: #10499E;
}
.gallery-teaser img {
  width: 100%;
  border: 3px solid #FFF;
  opacity: 0.8;
}
.gallery-teaser img:hover {
  border-color: #10499E;
  filter: none;
  opacity: 1;
}
.HomePage .main-page .content ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 30px;
  font-size: 1.2rem;
  color: #10499E;
}
.HomePage .main-page .content ul::after {
  display: block;
  content: "";
  clear: both;
}
.HomePage .main-page .content ul li {
  background: #FED00A;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  padding: 5px 10px;
  padding-left: 20px;
  padding-right: 10px;
  margin-bottom: 15px;
  margin-left: 0px;
  border-radius: 0.25rem;
  width: auto;
  float: left;
  clear: left;
}
.HomePage .main-page .content ul li [class^='fa'],
.HomePage .main-page .content ul li [class*=' fa'] {
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 0.8rem;
}
@media only screen and (min-width: 415px) {
  .HomePage .main-page .content ul li {
    margin-left: -35px;
    padding-left: 40px;
    padding-right: 30px;
  }
}
.teaser {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d2;
}
.teaser .teaser-title {
  font-size: 22px;
  line-height: 24px;
}
.teaser .teaser-title a {
  color: #212529;
}
.teaser .teaser-title a:hover {
  color: #FED00A;
  text-decoration: none;
}
.teaser .teaser-subtitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.teaser ul:last-child {
  margin-bottom: 0;
}
.teaser.member-teaser {
  margin-bottom: 50px;
}
.teaser.member-teaser .teaser-image img {
  width: 100%;
}
.teaser.member-teaser .teaser-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  color: #0b3470;
}
.teaser.member-teaser .teaser-title .tint {
  font-size: 16px;
  color: #10499E;
}
.teaser.news-teaser {
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 220px;
  border-bottom: 1px solid #d3d3d2;
}
.teaser.news-teaser .teaser-image {
  margin-bottom: 0px;
  margin-left: -220px;
  float: left;
}
.teaser.news-teaser .teaser-title {
  font-size: 22px;
  line-height: 24px;
}
.teaser.news-teaser .teaser-title a {
  color: #212529;
}
.teaser.news-teaser .teaser-title a:hover {
  color: #FED00A;
  text-decoration: none;
}
.teaser.news-teaser .teaser-date {
  color: #777;
}
.teaser.news-teaser:last-of-type {
  border: none;
}
.teaser.board-teaser {
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 240px;
  border-bottom: 1px solid #d3d3d2;
}
.teaser.board-teaser .teaser-image {
  margin-bottom: 0px;
  margin-left: -240px;
  float: left;
  border: 1px solid #d3d3d2;
}
.teaser.board-teaser .teaser-title {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0.4rem;
}
.teaser.board-teaser .teaser-title a {
  color: #212529;
}
.teaser.board-teaser .teaser-title a:hover {
  color: #FED00A;
  text-decoration: none;
}
.teaser.board-teaser .teaser-subtitle {
  font-size: 16px;
  font-weight: 700;
}
.teaser.board-teaser:last-of-type {
  border: none;
}
.teaser::after {
  content: "";
  clear: both;
  display: table;
}
form .field {
  margin-bottom: 20px;
}
.image {
  border: 1px solid #d3d3d2;
  border-radius: 0.25rem !important;
}
.image img {
  width: 100%;
}
.image .caption {
  font-size: 12px;
  color: #333;
  padding: 5px 10px;
  background: #d3d3d2;
}
.image.right {
  float: right;
  margin: 0 0 30px 30px;
}
figure.image img.right {
  margin: 0;
  float: none;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 2.5rem;
}
.video-wrapper iframe,
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper .caption {
  position: absolute;
  bottom: -40px;
  left: 0px;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 400;
}
.grid {
  width: 100%;
  margin-bottom: 50px;
  background: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .grid {
    background: #000;
  }
}
.grid .tile {
  width: 33.3%;
  height: 333px;
  float: left;
  color: #fff;
  cursor: pointer;
}
.grid .tile .front {
  padding: 20px;
  background: #10499E;
}
.grid .tile .front img {
  width: 100%;
}
.grid .tile .back {
  padding: 20px;
  background: #FED00A;
  border: 1px solid #FED00A;
  joverflow-y: scroll;
}
.grid .tile .back h3 {
  margin-bottom: 5px;
}
.grid .tile .back h5 {
  margin-bottom: 15px;
}
.grid .fixed-tile {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin-top: -53px;
  margin-left: -52px;
}
@media only screen and (min-width: 768px) {
  .grid .fixed-tile {
    width: 420px;
    margin-top: -51px;
    margin-left: -50px;
  }
}
.grid .fixed-tile img {
  width: 114%;
  height: auto;
  transition: all 0.2s linear;
}
.grid .fixed-tile img:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .grid .fixed-tile img {
    width: 100%;
  }
}
.case-study-page img {
  width: 100%;
}
.accordion .card-header button {
  color: #212529;
  font-weight: 700;
  font-size: 1.2rem;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  position: relative;
  white-space: normal;
  text-align: left;
}
.accordion .card-header button:hover,
.accordion .card-header button:active {
  text-decoration: none;
}
.accordion .card-header button .box-icon {
  width: 30px;
  height: 30px;
  background: #FED00A;
  position: absolute;
  top: 0.35rem;
  left: -30px;
  border-radius: calc(0.25rem - 1px);
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.accordion .card-header button.collapsed {
  font-weight: 400;
}
.accordion .card-header button.collapsed .box-icon {
  background: #10499E;
}
.card .card-title {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.card .card-title:last-child {
  margin-bottom: 0;
}
.card .card-title a {
  color: #212529;
}
.card ul {
  padding-left: 20px;
}
.card ul:last-child {
  margin-bottom: 0px;
}
.card dl:last-child {
  margin-bottom: 0px;
}
.card .card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
}
.card .card-subtitle:last-child {
  margin-bottom: 0px;
}
.card .card-body p:last-child {
  margin-bottom: 0px;
}
.module-cards:nth-of-type(1) .card {
  border-top: 10px solid #ed8900;
}
.module-cards:nth-of-type(2) .card {
  border-top: 10px solid #00917f;
}
.module-cards:nth-of-type(3) .card {
  border-top: 10px solid #a3195b;
}
.module-cards:nth-of-type(4) .card {
  border-top: 10px solid #e52e7d;
}
.module-cards:nth-of-type(5) .card {
  border-top: 10px solid #afca0b;
}
.module-cards:nth-of-type(6) .card {
  border-top: 10px solid #511966;
}
.module-cards:nth-of-type(7) .card {
  border-top: 10px solid #e63323;
}
.module-cards:nth-of-type(8) .card {
  border-top: 10px solid #78368c;
}
.profile h1 {
  margin-bottom: 1.2rem;
}
.profile img {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 1rem;
}
.homepage-cards .card {
  text-align: center;
}
.homepage-cards .card .card-title {
  font-size: 1.8rem;
}
.section-teasers,
.child-teasers,
.teasers {
  margin-top: 0;
}
.section-teasers .card,
.child-teasers .card,
.teasers .card {
  width: 100%;
  margin-bottom: 30px;
}
.section-teasers .card .card-title a,
.child-teasers .card .card-title a,
.teasers .card .card-title a {
  color: #212529;
}
.section-teasers .card .card-title a:hover,
.child-teasers .card .card-title a:hover,
.teasers .card .card-title a:hover {
  color: #10499E;
  text-decoration: none;
  font-weight: 700;
}
.section-teasers .card .card-footer,
.child-teasers .card .card-footer,
.teasers .card .card-footer {
  background-color: transparent;
  border-top: none;
}
.section-teasers .card .card-footer p,
.child-teasers .card .card-footer p,
.teasers .card .card-footer p {
  margin-bottom: 0.5rem;
}
.section-teasers .card p,
.child-teasers .card p,
.teasers .card p {
  font-weight: 300;
}
.sidebar {
  margin-bottom: 1rem;
}
.sidebar ul li {
  width: 100%;
}
.sidebar ul li a {
  display: block;
  color: #10499E;
}
.sidebar ul li a.current {
  color: #897001;
  font-weight: 500;
}
.sidebar ul li a.section {
  color: #d4ac01;
  font-weight: 500;
}
.sidebar ul.submenu {
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
}
.link + .submenu.nav {
  display: none;
}
.language-switcher {
  position: absolute;
  right: 5px;
  top: 3px;
  z-index: 9999;
}
@media only screen and (min-width: 768px) {
  .language-switcher {
    position: relative;
    right: auto;
    top: auto;
  }
}
.language-switcher h6 {
  font-size: 10px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 4px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
}
.language-switcher ul {
  margin-top: 3px;
  margin-bottom: 3px;
}
.language-switcher li {
  text-align: center;
  line-height: 1;
}
.language-switcher li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}
.language-switcher li img {
  width: 18px;
  margin-right: 4px;
}
.language-switcher li.link {
  opacity: 0.5;
}
.homepage-slider {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  height: auto;
  width: 100%;
}
.homepage-slider img {
  height: auto;
  width: 100%;
}
.homepage-slider .slick-next {
  right: 5px;
}
.homepage-slider .slick-prev {
  left: 5px;
}
.homepage-slider .slick-next,
.homepage-slider .slick-prev {
  top: 48%;
  width: 34px;
  height: 34px;
  z-index: 600;
}
.homepage-slider .slick-next:before,
.homepage-slider .slick-prev:before {
  font-size: 34px;
}
.homepage-slider .slick-dots {
  bottom: -35px;
  width: 100%;
}
.homepage-slider .slick-dots li {
  width: 12px;
  height: 12px;
  display: inline-block;
  padding: 5px;
  border-radius: 1em;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: #E2E2E2;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
.homepage-slider .slick-dots li.slick-active {
  background-color: #FED00A;
}
.homepage-slider .slick-dots li button:before {
  content: none;
}
.site-notification {
  position: fixed;
  z-index: 1032;
  width: 100%;
  bottom: -100%;
  background-color: #10499E;
  color: #ffffff;
}
.site-notification .site-notification-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.site-notification p a {
  color: #fff;
  text-decoration: underline;
}
.site-notification p a:hover {
  color: #FED00A;
}
.site-overlay {
  display: none;
  position: fixed;
  z-index: 1031;
  background-color: #000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #DC3545;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #28A745;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.language-switcher li a:focus {
  display: block;
  outline: #F9D80B auto 2px;
}
.home-link:focus {
  outline: #F9D80B auto 2px;
}
.navbar-nav .nav-link:focus {
  outline: #F9D80B auto 2px;
}
.navbar-nav .dropdown-item:focus {
  background: #F9D80B;
  outline: none;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.form-control:focus {
  border-color: #F9D80B;
  border-width: 3px;
}
input[type="submit"]:focus {
  border-color: #F9D80B;
  border-width: 3px;
}
.main-page p a:focus:not(.btn) {
  color: #0358BA;
  background: #F9D80B;
  outline: none;
  padding: 1px 6px;
  border-bottom: 2px solid #000;
}
.main-page p a:focus.btn {
  border-color: #F9D80B;
  border-width: 3px;
}
.site-notification a:focus:not(.btn),
.site-notification button:focus:not(.btn) {
  color: #0358BA;
  background: #F9D80B;
  outline: none;
  padding: 1px 6px;
  border-bottom: 2px solid #000;
}
.site-notification a:focus.btn,
.site-notification button:focus.btn {
  border-color: #F9D80B;
  border-width: 3px;
}
.teaser a:focus {
  color: #0358BA;
  background: #F9D80B;
  outline: none;
  padding: 1px 6px;
  border-bottom: 2px solid #000;
}
.teaser .teaser-subtitle,
.teaser .teaser-date {
  color: #757575;
}
.main-page .card .card-title a:focus:not(.btn) {
  background: #F9D80B;
  outline: none;
  padding: 2px;
  border-bottom: 2px solid #000;
  display: block;
}
.main-page .card .card-title a:focus.btn {
  border-color: #F9D80B;
  border-width: 3px;
}
.main-page .card a:focus:not(.btn) {
  color: #0358BA;
  background: #F9D80B;
  outline: none;
  padding: 1px 6px;
  border-bottom: 2px solid #000;
}
.main-page .card a:focus.btn {
  border-color: #F9D80B;
  border-width: 3px;
}
.accordion .card-header button:focus {
  background: #F9D80B;
  outline: none;
  border-bottom: 2px solid #000;
}
.card.bg-dark.text-white p a {
  color: #5AA5FC;
}
.sidebar ul li a.current {
  color: #8F703D;
}
.sidebar a:focus,
.sidebar a.current:focus {
  color: #000;
  background: #F9D80B;
  outline: none;
  padding: 1px 6px;
  border-bottom: 2px solid #000;
}
.social-buttons a:focus {
  outline: #F9D80B auto 1px;
}
.sub-footer a:focus {
  outline: #F9D80B auto 2px;
}
.modal a:focus,
.modal button:focus {
  outline: #F9D80B auto 1px;
}
a.skip-main {
  color: #fff;
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-main:focus,
a.skip-main:active {
  background-color: #10499E;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 20px 35%;
  padding: 5px;
  border-radius: 4px;
  border: 2px solid #FED00A;
  text-align: center;
  font-size: 1.4em;
  z-index: 999;
}
.btn.btn-success {
  background-color: #218739;
}
.btn.btn-primary {
  background-color: #006CE0;
}
.text-success {
  color: #1F7F35 !important;
}
/*# sourceMappingURL=style.css.map */