@import url("https://fonts.googleapis.com/css?family=Roboto:100,400");
.roboto-regular, .roboto-thin, h1, h2, h3, h4, h5, h6 {
  font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 400; }

.roboto-thin {
  font-weight: 100; }

body {
  color: #212121;
  background-color: #fafafa;
  min-height: 100vh;
  box-sizing: border-box; }

a {
  color: #3ab2c2; }
  a:hover {
    color: #ffc107; }

header {
  background-color: #fafafa;
  margin-top: 0; }
  header .header-items {
    display: flex;
    align-items: center;
    padding: 2rem 0; }
    header .header-items > div {
      text-align: right; }
      header .header-items > div ul.social-icons, header .header-items > div ul#desktop-nav {
        margin-top: 0; }
        header .header-items > div ul.social-icons li a:hover, header .header-items > div ul#desktop-nav li a:hover {
          color: #ffc107; }
      header .header-items > div ul.social-icons {
        font-size: 2rem; }
      @media screen and (max-width: 39.9375em) {
        header .header-items > div {
          display: none; } }
    @media screen and (max-width: 39.9375em) {
      header .header-items {
        justify-content: center; } }
  header .title-bar {
    background-color: #455a64; }
  header .title-bar-title {
    width: 100%;
    cursor: pointer; }
  header .logo {
    width: 400px; }
  header.is-stuck {
    background-color: rgba(250, 250, 250, 0.99);
    box-shadow: 0px 0px 10px 0px rgba(189, 189, 189, 0.7); }
    header.is-stuck .social-icons {
      display: none; }
    header.is-stuck .logo {
      width: 100px; }
    header.is-stuck .header-items {
      padding: 0.5rem 0; }

footer {
  margin-top: 2rem;
  padding: 1rem 0;
  background-color: #212121; }
  footer small {
    color: #757575;
    margin-top: 2rem;
    display: inline-block;
    width: 100%; }
  footer p {
    color: #757575;
    font-size: .9rem; }
    footer p abbr[title] {
      color: #757575;
      text-decoration: none; }
  footer p:last-of-type {
    margin: 0; }
  footer div.columns:first-of-type {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center; }
    @media screen and (min-width: 40em) {
      footer div.columns:first-of-type {
        text-align: left; } }
  footer div.columns:last-of-type {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    margin-top: 1em; }
    @media screen and (min-width: 40em) {
      footer div.columns:last-of-type {
        text-align: right;
        margin-top: 0; } }
  footer ul.social-icons {
    font-size: 1.7rem;
    margin-top: 0; }
  footer .logo {
    width: 200px;
    margin-bottom: 0.5rem; }

h1, h2, h3, h4, h5, h6 {
  color: #455a64; }

ul.social-icons, ul#desktop-nav {
  list-style: none;
  margin: 1rem 0 0 0; }
  ul.social-icons li, ul#desktop-nav li {
    display: inline;
    margin-left: 1.5rem; }
    ul.social-icons li:first-of-type, ul#desktop-nav li:first-of-type {
      margin-left: 0; }
    ul.social-icons li a, ul#desktop-nav li a {
      color: #757575; }
      ul.social-icons li a:hover, ul#desktop-nav li a:hover {
        color: white; }

#desktop-nav {
  margin-top: 1rem; }

section.modular-spotlights .content {
  text-align: center;
  margin: 1rem 0 2rem 0; }
section.modular-spotlights .columns {
  text-align: center; }
  section.modular-spotlights .columns i {
    font-size: 5rem;
    color: rgba(96, 125, 139, 0.4);
    margin-bottom: 1rem; }
section.modular-twitter_highlights {
  text-align: center; }
section.modular-carousel .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }
section.modular-carousel .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 325px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 64em) {
    section.modular-carousel .swiper-slide {
      min-height: 500px; } }
  @media screen and (max-width: 39.9375em) {
    section.modular-carousel .swiper-slide {
      background-position-y: unset !important; } }
section.modular-carousel .slide-content {
  background-color: rgba(33, 33, 33, 0.3);
  padding: 2rem;
  display: flex;
  align-self: flex-end;
  justify-content: center;
  flex: 1; }
  section.modular-carousel .slide-content h1 {
    color: white; }
    section.modular-carousel .slide-content h1 strong {
      color: #d39e00; }
  section.modular-carousel .slide-content h2 {
    font-size: 140%;
    margin-bottom: 1.5rem;
    color: white; }
  section.modular-carousel .slide-content .button {
    text-transform: uppercase; }

.row.fullwidth {
  max-width: initial;
  min-width: 100%; }
  .row.fullwidth .row.page-banner-inner {
    max-width: 62.5rem;
    margin: 0 auto;
    height: 130px; }
    .row.fullwidth .row.page-banner-inner > div {
      display: flex;
      height: 100%;
      align-items: flex-end; }
      .row.fullwidth .row.page-banner-inner > div * {
        color: #212121; }
      @media screen and (max-width: 39.9375em) {
        .row.fullwidth .row.page-banner-inner > div {
          align-items: center;
          justify-content: center; } }
.row.site-intro > div.columns > h2 {
  margin: 0.5rem 0 1.5rem 0;
  text-align: center; }
.row.site-intro > div.columns > section {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media screen and (min-width: 64em) {
    .row.site-intro > div.columns > section {
      flex-direction: row; } }
  .row.site-intro > div.columns > section > div {
    flex: 1;
    margin: 0;
    text-align: left; }
    @media screen and (min-width: 64em) {
      .row.site-intro > div.columns > section > div:first-of-type {
        margin-right: 2em; }
      .row.site-intro > div.columns > section > div:last-of-type {
        margin-left: 2em; } }

.page-banner-wrapper {
  background-color: rgba(255, 255, 255, 0.6); }

#breadcrumbs {
  padding: .5rem 0 2rem .9375rem; }
  #breadcrumbs span {
    display: inline-block;
    padding: 0; }
    #breadcrumbs span:first-child {
      padding-left: 0; }
  #breadcrumbs i {
    display: inline-block;
    width: 20px;
    text-align: center; }
    #breadcrumbs i:first-of-type {
      color: #757575; }

@media screen and (max-width: 39.9375em) {
  .no-js .top-bar {
    display: none; } }
@media screen and (min-width: 40em) {
  .no-js .title-bar {
    display: none; } }

.menu {
  width: auto;
  min-width: 100%; }
  .menu .active > a {
    background-color: #607d8b; }

#mobile-nav-container.stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100vh;
  height: 100vh;
  overflow-y: auto; }

.search-box {
  display: block;
  float: right;
  text-align: right; }
  .search-box i {
    color: #212121;
    position: absolute;
    top: 0.5rem;
    right: 0.6rem;
    z-index: -1;
    cursor: pointer; }
  .search-box input::-webkit-search-decoration,
  .search-box input::-webkit-search-cancel-button {
    display: none; }
  .search-box input[type=search] {
    outline: none;
    cursor: pointer;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
    border: 0 none;
    box-shadow: none;
    color: transparent;
    background: transparent;
    width: 4rem;
    height: 1.3rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    .search-box input[type=search]:focus {
      width: 10rem;
      background-color: rgba(33, 33, 33, 0.5);
      cursor: auto;
      color: #212121; }
  .search-box input:-moz-placeholder {
    color: transparent; }
  .search-box input::-webkit-input-placeholder {
    color: transparent; }
  @media screen and (min-width: 64em) {
    .search-box {
      text-align: right;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(1rem);
      -moz-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
      -o-transform: translateY(1rem);
      transform: translateY(1rem); }
      .search-box i {
        left: 0.6rem; }
      .search-box input[type=search] {
        padding-right: 2rem; }
        .search-box input[type=search]:focus {
          width: 8rem; } }

form#contact-us textarea {
  height: 10rem; }

.accordion {
  margin-left: 0;
  list-style-type: none; }

.accordion-title {
  font-size: .9rem;
  color: #3ab2c2; }
  .accordion-title:before {
    font-size: 1.5rem;
    transition: transform .4s, -webkit-transform .4s !important;
    transform-origin: center center;
    margin-top: -0.7rem; }
  .accordion-title:focus {
    background-color: inherit; }
  .accordion-title:hover {
    background-color: #cfd8dc;
    color: #455a64; }

.is-active > .accordion-title {
  background-color: #cfd8dc;
  color: #455a64; }
  .is-active > .accordion-title:before {
    content: "+";
    transform: rotate(135deg); }

.card.partner {
  max-width: 100%;
  margin: 0 0 1rem 0;
  clear: both; }
  @media screen and (min-width: 40em) {
    .card.partner {
      float: right;
      max-width: 300px;
      margin: 0 0 1rem 1rem; } }
  @media screen and (min-width: 40em) {
    .card.partner .card-section:first-of-type {
      padding-bottom: 0; } }
  .card.partner .card-section:last-of-type {
    text-align: center;
    font-weight: bold;
    font-size: 90%; }

.block-list {
  margin-bottom: 1em;
  list-style: none;
  margin-left: 0; }
  .block-list li {
    padding: 0.25em 0; }
  .block-list > :last-child {
    margin-bottom: 0; }

#add-submission textarea {
  height: 8em;
}

#add-submission fieldset legend {
  color: #455a64;
  font-size: 110%;
  font-weight: bold;
}

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