p, a, option, .btn, input, label {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, th {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal; }
  h1 a, h2 a, h3 a, h4 a, th a {
    font-family: "Open Sans"; }

p {
  font-size: 18px; }

a {
  color: #FFF; }

@font-face {
  font-family: 'fontawesome-webfont';
  src: url("/static/fonts/fontawesome-webfont.eot");
  src: url("/static/fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("/static/fonts/fontawesome-webfont.ttf") format("truetype"), url("/static/fonts/fontawesome-webfont.woff") format("woff"), url("/static/fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'AvenirBold';
  src: url("/static/fonts/avenir/AvenirNext-Bold.eot");
  src: url("/static/fonts/avenir/AvenirNext-Bold.eot") format("embedded-opentype"), url("/static/fonts/avenir/AvenirNext-Bold.ttf") format("truetype"), url("/static/fonts/avenir/AvenirNext-Bold.woff") format("woff"), url("/static/fonts/avenir/AvenirNext-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

.fa.noun_134105:before {
  font-family: 'fontawesome-webfont';
  content: "\e900"; }

header {
  background-color: #fff;
  box-shadow: 0px 4px 0 0 rgba(0, 0, 0, 0.3); }
  header #logo {
    vertical-align: bottom; }
    header #logo img {
      max-height: 140px; }
  header #header-logo-container {
    text-align: center; }
    header #header-logo-container .logo-container {
      height: 140px; }
      header #header-logo-container .logo-container img {
        position: absolute;
        bottom: 10px; }
  header #header-logo-container-underline {
    text-align: center;
    border-bottom: 0.5rem solid #666666; }
    header #header-logo-container-underline .logo-container {
      height: 140px; }
      header #header-logo-container-underline .logo-container img {
        position: absolute;
        bottom: 10px; }
  header #language-selector {
    float: right;
    padding-top: 10px;
    padding-right: 10px;
    color: #000;
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal; }
    header #language-selector a {
      color: white; }
      header #language-selector a:after {
        content: ''; }
  header #language-selector:hover {
    background-color: white; }
  header .badge:hover {
    border-radius: 10px !important; }
  header .badge a:hover {
    color: white;
    background: transparent;
    text-decoration: none; }

body {
  margin-bottom: 40px !important; }

footer {
  background-color: #666666; }
  footer nav .navbar-logo {
    padding: 12px; }

nav {
  background-color: #666666; }
  nav a {
    color: white; }
  nav .navbar-logo {
    padding: 12px; }
    nav .navbar-logo img {
      height: 26px; }
  nav .navbar-toggle .icon-bar {
    background-color: #ffffff; }
  nav li {
    border-right: 1px solid #333333; }
  nav.culture-navbar {
    background-color: #AD2000 !important; }
    nav.culture-navbar li {
      border-right: 1px solid #ffffff !important; }
    nav.culture-navbar #language-selector {
      color: #ffffff; }
      nav.culture-navbar #language-selector .badge {
        background-color: rgba(0, 0, 0, 0.5); }

.btn,
th, td,
.navbar-default,
.form-control,
.nav-tabs.nav-justified > li > a,
.active a {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
  border: 0px !important; }

html {
  position: relative;
  min-height: 100%; }

body {
  margin: 0;
  color: #fff; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.1s ease-out;
  -moz-transition: -moz-transform 0.1s ease-out;
  -o-transition: -o-transform 0.1s ease-out;
  transition: transform 0.1s ease-out; }

.centered-row {
  text-align: center; }

.bottom-section {
  color: #999;
  padding: 10px 0 20px 0;
  background-color: #fff; }
  .bottom-section ::selection {
    color: #fff;
    background: #666; }
  .bottom-section ::-moz-selection {
    color: #fff;
    background: #666; }
  .bottom-section h2 {
    text-align: center; }

.questions-section {
  color: #999;
  padding: 10px 0 20px 0;
  background-color: #fff; }
  .questions-section ::selection {
    color: #fff;
    background: #666; }
  .questions-section ::-moz-selection {
    color: #fff;
    background: #666; }
  .questions-section h2 {
    text-align: center; }

a.invitation {
  display: block;
  color: #fff !important;
  text-align: center;
  padding: 20px;
  margin-top: 15px;
  font-weight: bold;
  font-size: 24px; }
  a.invitation.red {
    background-color: #AD2000; }
  a.invitation.blue {
    background-color: #085E87; }
  a.invitation.orange {
    background-color: #804D00; }

a.basic-link {
  color: #3344dd;
  background-color: transparent;
  text-decoration: underline;
  font-size: 130%; }

a.basic-link:visited {
  color: #884488;
  background-color: transparent;
  text-decoration: underline;
  font-size: 130%; }

a.basic-link:active {
  color: #bb1122;
  background-color: transparent;
  text-decoration: underline;
  font-size: 130%; }

a.basic-link-on-dark-bg {
  color: #FFF;
  background-color: transparent;
  text-decoration: underline;
  font-size: 130%; }

a.basic-link-on-dark-bg:visited {
  color: #eee;
  background-color: transparent;
  text-decoration: underline;
  font-size: 130%; }

a.basic-link-on-dark-bg:active {
  color: #aaa;
  background-color: transparent;
  text-decoration: underline;
  font-size: 130%; }

header {
  box-shadow: none; }

.home-logo {
  width: 440px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 40px auto 20px; }

.home-tagline {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 1.4em;
  font-family: "Open Sans";
  color: #000;
  text-align: center; }
  @media (min-width: 992px) {
    .home-tagline {
      margin-bottom: 80px; } }
  @media (min-width: 768px) {
    .home-tagline {
      font-size: 24px; } }
.home-tagline a {
  color: #3344dd;
  background-color: transparent;
  text-decoration: none; }

.home-tagline a:visited {
  color: #884488;
  background-color: transparent;
  text-decoration: none; }

.home-tagline a:active {
  color: #bb1122;
  background-color: transparent;
  text-decoration: underline; }

.no-gutter > [class*='col-'] {
  padding: 0; }

.thumbnail {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
  border: 0px !important; }
  @media (min-width: 768px) {
    .thumbnail {
      margin-bottom: 80px; } }
  .thumbnail:hover, .thumbnail:focus {
    text-decoration: none; }
    .thumbnail:hover > .thumbnail-img, .thumbnail:focus > .thumbnail-img {
      opacity: 0.5; }

.thumbnail-img {
  height: 375px;
  opacity: 1;
  transition: opacity .15s ease-in;
  -webkit-backface-visibility: hidden; }

.thumbnail-caption {
  margin-top: 20px;
  padding: 15px;
  color: #000; }
  @media (min-width: 768px) {
    .thumbnail-caption {
      padding: 10px; } }
.additional-pages {
  margin-top: 10px;
  padding: 15px;
  padding-bottom: 100px;
  color: #000; }
  @media (min-width: 768px) {
    .additional-pages {
      padding: 10px; } }
.additional-page-anchor {
  color: #085E87;
  font-weight: bold; }

a.additional-page-heading:link {
  font-weight: bold !important;
  color: #3344dd !important;
  background-color: transparent !important;
  text-decoration: none !important; }

a.additional-page-heading:visited {
  font-weight: bold !important;
  color: #884488 !important;
  background-color: transparent !important;
  text-decoration: none !important; }

a.additional-page-heading:active {
  font-weight: bold !important;
  color: #bb1122 !important;
  background-color: transparent !important;
  text-decoration: underline !important; }

li {
  color: #000;
  font-family: "Open Sans";
  font-size: 16px; }

.home-newsflash {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #085E87; }
  @media (min-width: 992px) {
    .home-newsflash {
      padding-bottom: 80px; } }
  .home-newsflash h1 {
    margin: 0 auto 40px;
    font-family: "Open Sans"; }

.home-video {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #AD0065; }
  @media (min-width: 992px) {
    .home-video {
      padding-bottom: 80px; } }
  .home-video h1 {
    margin: 0 auto 40px;
    font-family: "Open Sans"; }

.home-about--header h1 {
  margin: 40px auto;
  font-family: "Open Sans";
  color: #000; }
  .home-about--header h1 > strong {
    font-family: "Open Sans";
    font-weight: 400; }

.home-about {
  background-image: url("/static/img/background_tile_tiny.png"); }

.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row-flex > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.feature-box--green-o {
  padding: 20px;
  border: 20px solid #0C644D !important;
  color: #0C644D; }

.feature-box {
  width: 100%;
  padding: 40px;
  background-color: #fff; }
  @media (min-width: 768px) {
    .feature-box {
      width: 50%;
      margin-bottom: 40px; } }
  @media (min-width: 992px) {
    .feature-box {
      width: 37.5%;
      margin-bottom: 80px; } }
  .feature-box.feature-box--blue {
    background-color: #085E87; }
  .feature-box.feature-box--green-o {
    padding: 20px;
    border: 20px solid #0C644D !important;
    color: #0C644D; }
  .feature-box.feature-box--yellow-o {
    padding: 20px;
    border: 20px solid #471386 !important;
    color: #471386; }
    @media (max-width: 767px) {
      .feature-box.feature-box--yellow-o {
        order: 2; } }
  .feature-box.feature-box--red {
    background-color: #A61B02; }
    @media (max-width: 767px) {
      .feature-box.feature-box--red {
        order: 1; } }
  .feature-box.feature-box--pink {
    background-color: #AD0065; }
  .feature-box.feature-box--blue-o {
    padding: 20px;
    border: 20px solid #085E87 !important;
    color: #085E87; }
  .feature-box > img {
    width: 100%; }
  .feature-box > p {
    margin-bottom: 0; }

.home-news {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #471386; }
  @media (min-width: 992px) {
    .home-news {
      padding-bottom: 80px; } }
  .home-news h1 {
    margin: 0 auto 40px;
    font-family: "Open Sans"; }
    .home-news h1 > strong {
      font-family: "Open Sans";
      font-weight: 400; }
  @media (max-width: 991px) {
    .home-news .row-flex {
      display: block; } }
.blog-wrapper {
  display: flex;
  flex: 1; }

.blog-post {
  flex: 1;
  padding: 20px;
  margin-bottom: 20px;
  text-align: left;
  background-color: #fff; }
  @media (min-width: 992px) {
    .blog-post {
      margin-bottom: 0; } }
  .blog-post > .blog-meta {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #aaa; }
  .blog-post > a > .blog-image {
    width: 100%;
    margin-bottom: 15px;
    opacity: 1;
    transition: opacity .15s ease-in;
    -webkit-backface-visibility: hidden; }
    @media (min-width: 480px) and (max-width: 991px) {
      .blog-post > a > .blog-image {
        float: left;
        width: 200px;
        margin-right: 20px; } }
  .blog-post > a:hover > .blog-image,
  .blog-post > a:focus > .blog-image {
    opacity: .5; }
  .blog-post > a > h3 {
    margin-top: 0;
    color: #3344dd; }
  .blog-post > p {
    margin-bottom: 0;
    font-size: 15px;
    color: #000; }

.home-credits {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #085E87; }
  @media (min-width: 992px) {
    .home-credits {
      padding-bottom: 80px; } }
  .home-credits h3 {
    font-family: "Open Sans";
    margin-bottom: 40px; }
  .home-credits p {
    font-size: 15px;
    margin-bottom: 20px; }
    .home-credits p > a {
      border-bottom: 1px solid #fff; }
    .home-credits p:last-of-type {
      margin: 40px auto; }

#newsflash {
  margin-bottom: 50px;
  text-align: left;
  color: #000000; }
  #newsflash .logo {
    display: inline-block;
    float: left;
    padding: 10px 30px 10px 10px; }

/*# sourceMappingURL=home.scss.css.map */