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%; }

body.culture {
  margin: 0 !important; }

.culture-wrapper {
  background-image: url("/static/img/background_tile_tiny.png");
  color: #000d49;
  width: 100%;
  padding: 0px;
  padding-top: 0%; }
  .culture-wrapper.activity-wrapper {
    background: white;
    background-image: url("/static/img/culture/databasic-right-decoration.png");
    background-position: 100% 20%;
    background-repeat: no-repeat; }
    @media (max-width: 1023px) {
      .culture-wrapper.activity-wrapper {
        background-image: none; } }
    .culture-wrapper.activity-wrapper .activity-virtual {
      background-color: #e6e6e6;
      border-radius: 8px;
      padding: 15px;
      margin: 10px 0px 20px 0px; }
      .culture-wrapper.activity-wrapper .activity-virtual h3 {
        padding: 0px;
        margin: 8px 0px; }
        .culture-wrapper.activity-wrapper .activity-virtual h3 img {
          margin-right: 10px; }
      .culture-wrapper.activity-wrapper .activity-virtual p {
        margin: 0px;
        line-height: 1.3em;
        padding: 0px; }
  .culture-wrapper header {
    box-shadow: none; }
  .culture-wrapper h1, .culture-wrapper h2 {
    font-weight: bold; }
  .culture-wrapper p {
    line-height: 30px; }
  .culture-wrapper .toptext {
    font-size: 25px;
    line-height: 30px;
    margin-top: 20px; }
  .culture-wrapper a.processnoarrow {
    width: 300px;
    height: 53px;
    max-width: 100%;
    font-weight: bold;
    border-radius: 10px;
    border-width: 0;
    background-color: #AD2000;
    background-repeat: no-repeat;
    background-position-x: 94%;
    background-position-y: center;
    color: white;
    text-align: left;
    font-size: 18px;
    line-height: 53px;
    padding-left: 4%;
    margin-top: 20px !important;
    /* &:before {
      content: "";
      position: absolute;
      z-index: 10;
      // bottom: 0px;
      right: 100px;
      font-size: 16px;
      width: 0;
      height: 0;
      border-left: 10px solid white;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
    } */ }
    .culture-wrapper a.processnoarrow:hover {
      border-radius: 10px !important; }
  .culture-wrapper a.process {
    width: 300px;
    height: 53px;
    max-width: 100%;
    font-weight: bold;
    border-radius: 10px;
    border-width: 0;
    background-color: #AD2000;
    background-image: url("/static/img/culture/arrow.png");
    background-repeat: no-repeat;
    background-position-x: 94%;
    background-position-y: center;
    color: white;
    text-align: left;
    font-size: 18px;
    line-height: 53px;
    padding-left: 4%;
    margin-top: 20px !important;
    /* &:before {
      content: "";
      position: absolute;
      z-index: 10;
      // bottom: 0px;
      right: 100px;
      font-size: 16px;
      width: 0;
      height: 0;
      border-left: 10px solid white;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
    } */ }
    .culture-wrapper a.process:hover {
      border-radius: 10px !important; }
  .culture-wrapper a.process-dark {
    width: 300px;
    height: 53px;
    max-width: 100%;
    font-weight: bold;
    border-radius: 10px;
    border-width: 0;
    background-color: #AD2000;
    background-image: url("/static/img/culture/arrow.png");
    background-repeat: no-repeat;
    background-position-x: 94%;
    background-position-y: center;
    color: #000d49 !important;
    text-align: left;
    font-size: 18px;
    line-height: 53px;
    padding-left: 4%;
    margin-top: 20px !important;
    /* &:before {
      content: "";
      position: absolute;
      z-index: 10;
      // bottom: 0px;
      right: 100px;
      font-size: 16px;
      width: 0;
      height: 0;
      border-left: 10px solid white;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
    } */ }
    .culture-wrapper a.process-dark:hover {
      border-radius: 10px !important; }
  .culture-wrapper a {
    color: #000d49 !important;
    font-weight: 600; }
  .culture-wrapper .img_sml {
    height: 300px;
    width: 300px;
    margin-top: 20px;
    max-width: 100%; }
  .culture-wrapper .img_big {
    height: auto; }
  .culture-wrapper .row {
    margin: 0px;
    padding-top: 5%;
    padding-bottom: 5%; }

.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; }

.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; }
  .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; }

.home-video {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #AD0065; }
  .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; }

.row-flex {
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  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 {
  width: 100%;
  background-color: #fff; }
  .feature-box.feature-box--blue {
    background-color: #085E87; }
  .feature-box.feature-box--yellow-o {
    background-color: #ffc600 !important;
    color: #000d49 !important; }
  .feature-box.feature-box--pink-o {
    background-color: #AD0065 !important;
    color: #000d49 !important; }
  .feature-box.feature-box--green-o {
    background-color: #0C644D !important;
    color: #000d49 !important; }
  .feature-box.feature-box--white-o {
    background-color: #fff !important;
    color: #000d49 !important; }
  .feature-box > img {
    width: 100%; }
  .feature-box > p {
    margin-bottom: 0; }

.activity-content {
  max-width: 920px;
  margin: 0 auto; }
  .activity-content .form textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px !important;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px black !important;
    width: 100%;
    height: 156px;
    padding: 9px 22px;
    display: inline-block;
    font-size: 16px; }
  .activity-content .form input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px !important;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px black !important;
    width: 100%;
    display: inline-block;
    padding: 9px 22px;
    font-size: 16px; }
  .activity-content .form button {
    border-radius: 6px;
    background-image: linear-gradient(to bottom, #d8d8d8, #b3b3b3);
    /*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 2px 0 0 #ffffff;*/
    border: solid 1px #979797;
    height: 36px;
    float: right;
    font-size: 18px;
    width: 185px; }
    .activity-content .form button:hover, .activity-content .form button:focus {
      border-radius: 6px !important;
      background-image: linear-gradient(to bottom, #d8d8d8, #b3b3b3);
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 2px 0 0 #ffffff;
      border: solid 1px #979797 !important; }
  .activity-content .header {
    padding-bottom: 0 !important; }
    .activity-content .header .logo {
      width: 225px; }
    .activity-content .header h1 {
      color: #AD2000;
      font-size: 48px;
      margin-top: 36px;
      font-weight: bold;
      text-align: left; }
    .activity-content .header h2 {
      font-size: 24px;
      line-height: 34px; }
    .activity-content .header.blue h1 {
      color: #085E87; }
    .activity-content .header.orange h1 {
      color: #804D00; }
    .activity-content .header.red h1 {
      color: #AD2000; }
  .activity-content ul {
    padding-left: 16px;
    font-size: 18px; }
  .activity-content h2 {
    font-size: 30px; }
  .activity-content .row {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px; }
    .activity-content .row p {
      padding-bottom: 20px; }
  .activity-content .num {
    position: absolute;
    top: 50px;
    left: 100px;
    height: 60px;
    width: 60px;
    border-radius: 30px;
    font-size: 30px;
    text-align: center;
    font-weight: bold; }
    .activity-content .num.even {
      color: white;
      line-height: 60px; }
      .activity-content .num.even:hover, .activity-content .num.even:focus {
        color: white;
        border-radius: 30px !important; }
        .activity-content .num.even:hover.blue, .activity-content .num.even:focus.blue {
          background-color: #085E87 !important; }
        .activity-content .num.even:hover.orange, .activity-content .num.even:focus.orange {
          background-color: #804D00 !important; }
        .activity-content .num.even:hover.red, .activity-content .num.even:focus.red {
          background-color: #AD2000 !important; }
      .activity-content .num.even.blue {
        background-color: #085E87; }
      .activity-content .num.even.orange {
        background-color: #804D00; }
      .activity-content .num.even.red {
        background-color: #AD2000; }
    .activity-content .num.odd {
      background-color: white;
      line-height: 44px; }
      .activity-content .num.odd:hover, .activity-content .num.odd:focus {
        background-color: white;
        border-radius: 30px !important;
        line-height: 44px !important; }
        .activity-content .num.odd:hover.blue, .activity-content .num.odd:focus.blue {
          color: #085E87;
          border: solid 8px #085E87 !important; }
        .activity-content .num.odd:hover.orange, .activity-content .num.odd:focus.orange {
          color: #804D00;
          border: solid 8px #804D00 !important; }
        .activity-content .num.odd:hover.red, .activity-content .num.odd:focus.red {
          color: #AD2000;
          border: solid 8px #AD2000 !important; }
      .activity-content .num.odd.blue {
        color: #085E87;
        border: solid 8px #085E87; }
      .activity-content .num.odd.orange {
        color: #804D00;
        border: solid 8px #804D00; }
      .activity-content .num.odd.red {
        color: #AD2000;
        border: solid 8px #AD2000; }
    @media (max-width: 860px) {
      .activity-content .num {
        left: 80px; } }
    @media (max-width: 720px) {
      .activity-content .num {
        left: 60px; } }
  @media (max-width: 620px) {
    .activity-content .row {
      padding-top: 60px;
      padding-bottom: 60px; }
    .activity-content .num {
      left: 75px;
      top: 0px; }
    .activity-content .col-xs-offset-2 {
      margin-left: 6.66666%; }
    .activity-content .col-xs-offset-1 {
      margin-left: 7.33333% !important; }
    .activity-content .col-xs-8 {
      width: 88.666666%; } }
  @media (max-width: 520px) {
    .activity-content .row {
      padding-top: 60px;
      padding-bottom: 60px; }
    .activity-content .num {
      left: 40px;
      top: 0px; }
    .activity-content .col-xs-offset-2 {
      margin-left: 0px; }
    .activity-content .col-xs-8 {
      width: 100%; } }
@media (max-width: 1440px) and (min-width: 992px) {
  .col-md-offset-1-5 {
    margin-left: 13.33333%; } }

@media (min-width: 768px) and (max-width: 992px) {
  .col-sm-offset-0 {
    margin-left: 4.333333%; }
  .col-sm-offset-1 {
    margin-left: 8.333333%; }
  .col-sm-offset-2-5 {
    margin-left: 11.33333%; } }

@media (min-width: 992px) {
  .home-vide {
    padding-bottom: 80px; }
  .home-tagline {
    margin-bottom: 80px; } }

@media (min-width: 768px) {
  .thumbnail {
    margin-bottom: 80px; }
  .thumbnail-caption {
    padding: 10px; }
  .home-tagline {
    font-size: 24px; } }

@media (max-width: 768px) and (min-width: 702px) {
  .col-xs-12 {
    display: block !important; }
    .col-xs-12 img {
      display: inline-block;
      float: left; }
    .col-xs-12 a {
      display: inline-block;
      float: left; }
    .col-xs-12 a:nth-child(2) {
      margin-top: 5% !important; }
  .img_sml {
    max-width: 100%;
    height: auto; } }

@media (max-width: 450px) {
  .row {
    padding-top: 8%;
    padding-bottom: 8%; }
  .img_big {
    margin: 4%; } }

a.activity-guide {
  display: block;
  color: #fff !important;
  text-align: center;
  padding: 20px;
  margin-top: 15px; }

.red a.activity-guide {
  background-color: #AD2000; }

.blue a.activity-guide {
  background-color: #085E87; }

.orange a.activity-guide {
  background-color: #804D00; }

#language-selector:hover {
  background-color: inherit !important; }

.navbar {
  border-radius: 0px !important;
  border: 0px !important;
  margin-bottom: 0px !important; }
  .navbar .navbar-header label {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    margin-right: 10px; }
  .navbar .navbar-header .menu-icon {
    display: inline-block;
    padding: 0px;
    margin: 0px; }

footer {
  padding-top: 50px;
  padding-bottom: 50px; }

p.testimonial {
  background-color: white;
  margin-top: 30px;
  padding: 30px;
  font-style: italic;
  border-radius: 10px; }
  p.testimonial .attribution {
    display: block;
    font-style: normal;
    font-variant: small-caps;
    font-size: 18px;
    margin-top: 10px;
    text-align: right; }
  p.testimonial.red-border {
    border: 5px solid #AD2000; }
    p.testimonial.red-border b {
      color: #AD2000; }
  p.testimonial.blue-border {
    border: 5px solid #085E87; }
    p.testimonial.blue-border b {
      color: #085E87; }
  p.testimonial.orange-border {
    border: 5px solid #804D00; }
    p.testimonial.orange-border b {
      color: #804D00; }

.featured-quote blockquote {
  font-style: italic;
  border: 0px;
  font-size: 24px;
  margin: 0px; }

.featured-quote p {
  text-align: right;
  font-size: 12px; }

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