/* By function */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
*,
*::after,
*::before {
  box-sizing: border-box;
}

@media only screen {
  .row {
    padding: 0 1rem 0 2rem;
  }
  .row .col1-mobile {
    width: 100%;
    padding-right: 1rem;
  }
  .row .col1-mobile-offset {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 767px) {
  .row {
    padding: 0 5rem 0 5.6rem;
  }
  .row .col1-mobile {
    padding-right: 0.6rem;
  }
  .row .col1-tablet {
    width: 16.6666666667%;
    padding-right: 0.6rem;
  }
  .row .col1-tablet-offset {
    margin-left: 16.6666666667%;
  }
  .row .col2-mobile {
    padding-right: 0.6rem;
  }
  .row .col2-tablet {
    width: 33.3333333333%;
    padding-right: 0.6rem;
  }
  .row .col2-tablet-offset {
    margin-left: 33.3333333333%;
  }
  .row .col3-mobile {
    padding-right: 0.6rem;
  }
  .row .col3-tablet {
    width: 50%;
    padding-right: 0.6rem;
  }
  .row .col3-tablet-offset {
    margin-left: 50%;
  }
  .row .col4-mobile {
    padding-right: 0.6rem;
  }
  .row .col4-tablet {
    width: 66.6666666667%;
    padding-right: 0.6rem;
  }
  .row .col4-tablet-offset {
    margin-left: 66.6666666667%;
  }
  .row .col5-mobile {
    padding-right: 0.6rem;
  }
  .row .col5-tablet {
    width: 83.3333333333%;
    padding-right: 0.6rem;
  }
  .row .col5-tablet-offset {
    margin-left: 83.3333333333%;
  }
  .row .col6-mobile {
    padding-right: 0.6rem;
  }
  .row .col6-tablet {
    width: 100%;
    padding-right: 0.6rem;
  }
  .row .col6-tablet-offset {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .row {
    padding: 0 8rem 0 10rem;
  }
  .row .col1-mobile {
    padding-right: 2rem;
  }
  .row .col1-tablet {
    padding-right: 2rem;
  }
  .row .col1-desktop {
    width: 8.3333333333%;
    padding-right: 2rem;
  }
  .row .col1-desktop-offset {
    margin-left: 8.3333333333%;
  }
  .row .col2-mobile {
    padding-right: 2rem;
  }
  .row .col2-tablet {
    padding-right: 2rem;
  }
  .row .col2-desktop {
    width: 16.6666666667%;
    padding-right: 2rem;
  }
  .row .col2-desktop-offset {
    margin-left: 16.6666666667%;
  }
  .row .col3-mobile {
    padding-right: 2rem;
  }
  .row .col3-tablet {
    padding-right: 2rem;
  }
  .row .col3-desktop {
    width: 25%;
    padding-right: 2rem;
  }
  .row .col3-desktop-offset {
    margin-left: 25%;
  }
  .row .col4-mobile {
    padding-right: 2rem;
  }
  .row .col4-tablet {
    padding-right: 2rem;
  }
  .row .col4-desktop {
    width: 33.3333333333%;
    padding-right: 2rem;
  }
  .row .col4-desktop-offset {
    margin-left: 33.3333333333%;
  }
  .row .col5-mobile {
    padding-right: 2rem;
  }
  .row .col5-tablet {
    padding-right: 2rem;
  }
  .row .col5-desktop {
    width: 41.6666666667%;
    padding-right: 2rem;
  }
  .row .col5-desktop-offset {
    margin-left: 41.6666666667%;
  }
  .row .col6-mobile {
    padding-right: 2rem;
  }
  .row .col6-tablet {
    padding-right: 2rem;
  }
  .row .col6-desktop {
    width: 50%;
    padding-right: 2rem;
  }
  .row .col6-desktop-offset {
    margin-left: 50%;
  }
  .row .col7-mobile {
    padding-right: 2rem;
  }
  .row .col7-tablet {
    padding-right: 2rem;
  }
  .row .col7-desktop {
    width: 58.3333333333%;
    padding-right: 2rem;
  }
  .row .col7-desktop-offset {
    margin-left: 58.3333333333%;
  }
  .row .col8-mobile {
    padding-right: 2rem;
  }
  .row .col8-tablet {
    padding-right: 2rem;
  }
  .row .col8-desktop {
    width: 66.6666666667%;
    padding-right: 2rem;
  }
  .row .col8-desktop-offset {
    margin-left: 66.6666666667%;
  }
  .row .col9-mobile {
    padding-right: 2rem;
  }
  .row .col9-tablet {
    padding-right: 2rem;
  }
  .row .col9-desktop {
    width: 75%;
    padding-right: 2rem;
  }
  .row .col9-desktop-offset {
    margin-left: 75%;
  }
  .row .col10-mobile {
    padding-right: 2rem;
  }
  .row .col10-tablet {
    padding-right: 2rem;
  }
  .row .col10-desktop {
    width: 83.3333333333%;
    padding-right: 2rem;
  }
  .row .col10-desktop-offset {
    margin-left: 83.3333333333%;
  }
  .row .col11-mobile {
    padding-right: 2rem;
  }
  .row .col11-tablet {
    padding-right: 2rem;
  }
  .row .col11-desktop {
    width: 91.6666666667%;
    padding-right: 2rem;
  }
  .row .col11-desktop-offset {
    margin-left: 91.6666666667%;
  }
  .row .col12-mobile {
    padding-right: 2rem;
  }
  .row .col12-tablet {
    padding-right: 2rem;
  }
  .row .col12-desktop {
    width: 100%;
    padding-right: 2rem;
  }
  .row .col12-desktop-offset {
    margin-left: 100%;
  }
}

.row {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 128rem;
  overflow: hidden;
}

.row [class*=col] {
  display: inline-block;
  float: left;
}

.row .tablet,
.row .desktop {
  display: none;
}

.row.fullbleed {
  padding: 0;
}

.row.fullbleed > [class*=col]:last-of-type {
  padding-right: 0;
}

.row.fullwidth::before, .row.fullwidth::after {
  position: absolute;
  content: '';
  top: 0;
  width: 960rem;
  height: 100%;
  right: 100%;
  background-color: inherit;
}

.row.fullwidth::after {
  left: 100%;
  visibility: visible;
}

@media only screen and (min-width: 767px) {
  .row .mobile,
  .row .desktop {
    display: none;
  }
  .row .tablet {
    display: inline-block;
  }
}

@media only screen and (min-width: 1024px) {
  .row .mobile,
  .row .tablet {
    display: none;
  }
  .row .desktop {
    display: inline-block;
  }
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.accessibility {
  position: absolute;
}

.accessibility ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accessibility span,
.accessibility a {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.accessibility span.focusable:active, .accessibility span.focusable:focus,
.accessibility a.focusable:active,
.accessibility a.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.accessibility a:focus {
  position: absolute;
  padding: 5px 12px;
  background-color: #ffffff;
  line-height: 1em;
  clip: auto;
  top: 10px;
  left: 10px;
  height: auto;
  width: auto;
  white-space: nowrap;
}

.no-outline {
  outline: 0;
}

.audible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.audible.focusable:active, .audible.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Aleo';
  src: url("/assets/fonts/aleo-regular-webfont.eot");
  src: url("/assets/fonts/aleo-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/aleo-regular-webfont.woff2") format("woff2"), url("/assets/fonts/aleo-regular-webfont.woff") format("woff"), url("/assets/fonts/aleo-regular-webfont.ttf") format("truetype"), url("/assets/fonts/aleo-regular-webfont.svg#aleoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Aleo';
  src: url("/assets/fonts/aleo-light-webfont.eot");
  src: url("/assets/fonts/aleo-light-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/aleo-light-webfont.woff2") format("woff2"), url("/assets/fonts/aleo-light-webfont.woff") format("woff"), url("/assets/fonts/aleo-light-webfont.ttf") format("truetype"), url("/assets/fonts/aleo-light-webfont.svg#aleolight") format("svg");
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: 'Aleo';
  src: url("/assets/fonts/aleo-bold-webfont.eot");
  src: url("/assets/fonts/aleo-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/aleo-bold-webfont.woff2") format("woff2"), url("/assets/fonts/aleo-bold-webfont.woff") format("woff"), url("/assets/fonts/aleo-bold-webfont.ttf") format("truetype"), url("/assets/fonts/aleo-bold-webfont.svg#aleobold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Aleo';
  src: url("/assets/fonts/aleo-italic-webfont.eot");
  src: url("/assets/fonts/aleo-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/aleo-italic-webfont.woff2") format("woff2"), url("/assets/fonts/aleo-italic-webfont.woff") format("woff"), url("/assets/fonts/aleo-italic-webfont.ttf") format("truetype"), url("/assets/fonts/aleo-italic-webfont.svg#aleoitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}

html,
body {
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  color: #525252;
}

p {
  font-weight: normal;
  font-style: normal;
}

a {
  color: #ffffff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1,
.h1 {
  display: block;
  color: #ffffff;
  font-size: 3.8rem;
  font-weight: lighter;
  line-height: 4.6rem;
  text-shadow: 0.1rem 0.1rem 0 #000000;
}

@media only screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 6.4rem;
    line-height: 7.7rem;
  }
}

h2 {
  font-size: 2.2rem;
  font-weight: lighter;
  line-height: 3.6rem;
}

@media only screen and (min-width: 1024px) {
  h2 {
    font-size: 3.2rem;
    line-height: 4.6rem;
  }
}

h3,
h4 {
  font-family: Aleo, serif;
  font-size: 2rem;
  line-height: 2.4rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 767px) {
  h3,
  h4 {
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
}

h4 {
  text-transform: none;
}

h5 {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #525252;
  font-weight: normal;
}

main {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

main a {
  color: #0e67ac;
}

small {
  font-size: 1.2rem;
  line-height: 2rem;
}

[class*="icon-"] {
  display: inline-block;
  border: 0;
  background: url("/assets/img/icons.png") center/100% no-repeat;
}

.icon-play {
  width: 6rem;
  height: 6rem;
  opacity: .6;
  transition: opacity .35s ease-out;
}

@media only screen and (min-width: 767px) {
  .icon-play {
    width: 8rem;
    height: 8rem;
  }
}

.icon-play:hover {
  opacity: 1;
}

.header {
  position: relative;
  width: 100%;
}

.header .player h1,
.header .player .h1 {
  margin-bottom: 1.8rem;
  pointer-events: none;
  z-index: 300;
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 1.2;
}

@media only screen and (min-width: 767px) {
  .header .player h1,
  .header .player .h1 {
    font-size: 4rem;
  }
}

.header article {
  position: relative;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 1.2rem;
  z-index: 300;
  background-color: rgba(82, 82, 82, 0.2);
  pointer-events: none;
}

.header article h1 {
  display: none;
}

.header article h3 {
  font-size: 2rem;
  line-height: 2.4rem;
}

.header article h5 {
  color: #9f9f9f;
}

.header article.empty {
  display: none;
}

.header article .subheading {
  display: none;
  position: relative;
  bottom: 1.8rem;
  font-family: Aleo, serif;
  font-size: 4rem;
  font-weight: normal;
  text-shadow: 2px 2px #000000;
}

.header article .desc {
  position: relative;
  font-family: 'Lato', sans-serif;
  bottom: 1.8rem;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0;
}

.header article .captext {
  display: none;
  position: absolute;
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  right: 8rem;
  bottom: .5rem;
}

.header.offset-5 .player {
  background-position: 0 5%;
}

.header.offset-10 .player {
  background-position: 0 10%;
}

.header.offset-15 .player {
  background-position: 0 15%;
}

.header.offset-20 .player {
  background-position: 0 20%;
}

.header.offset-25 .player {
  background-position: 0 25%;
}

.header.offset-30 .player {
  background-position: 0 30%;
}

.header.offset-35 .player {
  background-position: 0 35%;
}

.header.offset-40 .player {
  background-position: 0 40%;
}

.header.offset-45 .player {
  background-position: 0 45%;
}

.header.offset-50 .player {
  background-position: 0 50%;
}

.header.offset-55 .player {
  background-position: 0 55%;
}

.header.offset-60 .player {
  background-position: 0 60%;
}

.header.offset-65 .player {
  background-position: 0 65%;
}

.header.offset-70 .player {
  background-position: 0 70%;
}

.header.offset-75 .player {
  background-position: 0 75%;
}

.header.offset-80 .player {
  background-position: 0 80%;
}

.header.offset-85 .player {
  background-position: 0 85%;
}

.header.offset-90 .player {
  background-position: 0 90%;
}

.header.offset-95 .player {
  background-position: 0 95%;
}

.header.offset-100 .player {
  background-position: 0 100%;
}

@media only screen and (min-width: 767px) {
  .header article {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }
  .header article h3 {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .header {
    height: 42rem;
  }
  .header .player h1,
  .header .player .h1 {
    display: none;
  }
  .header .bottom-header {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 1;
  }
  .header .player[data-video=playing] ~ .bottom-header {
    opacity: 0;
  }
  .header article {
    background: transparent;
    color: #ffffff;
  }
  .header article h1,
  .header article .h1,
  .header article h2,
  .header article h5,
  .header article .h5 {
    text-shadow: 0.1rem 0.1rem 0 #000000;
  }
  .header article h1,
  .header article .h1 {
    margin-left: -.5rem;
    display: block;
  }
  .header article h2 {
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
  .header article h5 {
    margin-top: 1rem;
    color: #ffffff;
  }
  .header article.empty {
    display: block;
  }
  .header article .desc {
    display: block;
    color: #8dd1ec;
    width: 105%;
  }
  .header article .subheading {
    display: block;
  }
  .header article .captext {
    display: block;
  }
}

/* Video player */
.bottom-player {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.bottom-player .subheading {
  display: block;
  position: relative;
  bottom: 18px;
  font-family: Aleo, serif;
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  padding: 0 1rem 0 2rem;
  max-width: 188px;
  text-shadow: 1px 1px #000000;
}

.bottom-player .captext {
  display: block;
  position: absolute;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  right: 1.5rem;
  bottom: 2.2rem;
  color: #ffffff;
  margin: 0;
}

@media only screen and (min-width: 767px) {
  .bottom-player .subheading {
    font-size: 2.8rem;
    padding: 0 5rem 0 5.6rem;
    max-width: 460px;
    bottom: 35px;
  }
  .bottom-player .heading1 {
    width: 370px;
  }
  .bottom-player .captext {
    font-size: 1.4rem;
    right: 2.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bottom-player .subheading,
  .bottom-player .captext {
    display: none;
  }
}

.player {
  position: relative;
  width: 100%;
  height: 25rem;
  overflow: hidden;
  background-color: #444444;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.player .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 200;
}

.player .controls * {
  pointer-events: auto;
}

.player .controls .play {
  position: absolute;
  margin: 0 2rem 1.5rem 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.player .controls:hover .play {
  opacity: 1;
}

.player video {
  position: absolute;
  top: 0%;
  left: 0%;
  min-width: 100%;
  min-height: 25rem;
  opacity: 0;
  z-index: 100;
  transition: opacity 1.5s ease-out;
}

.player video.fullscreen {
  -webkit-transform: none;
          transform: none;
}

.player video::cue(v[voice="second"]) {
  color: #66ccff;
}

.player video::cue(v[voice="third"]) {
  color: #ffff99;
}

.player[data-status=autoplay] video {
  opacity: 0;
}

.player[data-video=autoplay] .play, .player[data-video=playing] .play {
  display: none;
}

.player[data-video=autoplay] video, .player[data-video=playing] video {
  opacity: 1;
}

.player[data-video=paused] .play {
  display: inline-block;
}

.player.nocontrols .controls * {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .player {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .player .controls .play {
    position: absolute;
    margin-bottom: -4rem;
    margin-right: -4rem;
    bottom: 50%;
    right: 50%;
  }
  .player :not([data-video=autoplaying]) video {
    min-width: initial;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  .player[data-video=playing] {
    background-size: 0;
  }
  .player[data-video=playing] video {
    max-height: 100%;
    max-width: 100%;
  }
  .player[data-video=paused] {
    background-size: 0;
  }
  .player[data-video=paused] video {
    opacity: 1;
  }
}

.community-title {
  font-size: 4em;
}

.ie .player[data-video=playing] .overlay {
  display: none;
}

/* By function */
body.nav-menu-open {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}

.navigation-wrapper .company {
  display: none;
  visibility: hidden;
}

.navigation-wrapper .menu,
.navigation-wrapper .close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  min-width: 7rem;
  padding-right: 1.5rem;
  font-size: 1.35rem;
  line-height: 7rem;
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
}

@media only screen and (min-width: 1024px) {
  .navigation-wrapper .company {
    position: relative;
    top: 25%;
    float: right;
    display: block;
    visibility: visible;
  }
  .navigation-wrapper .menu,
  .navigation-wrapper .close {
    display: none;
    visibility: hidden;
  }
}

.top-navigation {
  background: #0e67ac;
  height: 7rem;
  max-width: 100%;
  z-index: 400;
}

.top-navigation .logotype {
  position: relative;
  top: 25%;
  display: block;
  float: left;
}

.top-navigation .logotype img {
  max-width: 20rem;
}

.navigation {
  display: none;
  visibility: hidden;
  position: relative;
  height: 100vh;
  width: 100%;
  background: #0e67ac;
  z-index: 900;
  top: 0;
  text-align: center;
  overflow: scroll;
}

.navigation a {
  position: relative;
  display: block;
  border-bottom: 3px solid transparent;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 3rem;
}

.navigation a.logotype {
  position: relative;
  height: 5rem;
  padding-right: 0;
  display: inline-block;
  z-index: 500;
  line-height: 5rem;
}

.navigation a:active .underline,
.navigation a.active .underline {
  border-bottom-color: #ffffff;
}

.navigation .underline {
  display: inline-block;
  border-bottom: 5px solid transparent;
}

.navigation.visible {
  visibility: visible;
  display: block;
  padding-bottom: 8rem;
}

.navigation .mobile-logo {
  margin: 1.6rem 0 2rem -10rem;
  max-width: 17rem;
}

.navigation .mobile-company {
  margin: 5rem auto 0;
  bottom: 3.5rem;
}

.navigation .logo-text {
  color: #ffffff;
  font-size: 1.2rem;
}

@media only screen and (min-width: 1024px) {
  .navigation a {
    margin-right: 4rem;
    margin-top: 0;
    height: 100%;
    display: inline-block;
    line-height: 5rem;
    letter-spacing: 1px;
    font-size: 1.35rem;
    color: #525252;
  }
  .navigation a.close {
    display: none;
    visibility: hidden;
  }
  .navigation a:hover .underline,
  .navigation a:active .underline,
  .navigation a.active .underline {
    color: #0e67ac;
    border-bottom-color: #0e67ac;
  }
  .navigation .mobile-company,
  .navigation .mobile-logo,
  .navigation .logo-text {
    display: none;
    visibility: hidden;
  }
  .ie .navigation {
    min-height: auto;
  }
  .navigation .underline {
    line-height: 1.8rem;
    vertical-align: middle;
  }
  .navigation [href='/'] {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .navigation {
    display: block;
    visibility: visible;
    height: 5rem;
    background: white;
    overflow: visible;
    z-index: 400;
    position: inherit;
  }
}

.btn-signup {
  position: relative;
  z-index: 99999;
  height: 3em;
  width: 105px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .btn-support {
    display: block;
  }
}

@media (min-width: 1024px) {
  .btn-support {
    display: inline;
  }
}

.soc-logo-fcb,
.soc-logo-ins {
  display: inline-block;
  width: 32px;
  height: 32px;
}

@media (max-width: 1023px) {
  .soc-logo-fcb,
  .soc-logo-ins {
    display: inline-block;
    margin-right: 0;
    display: inline;
  }
}

.soc-logo-fcb img,
.soc-logo-ins img {
  width: 29px;
  height: 29px;
  cursor: pointer;
}

.soc-logo-fcb img.desktop,
.soc-logo-ins img.desktop {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .soc-logo-fcb img.desktop,
  .soc-logo-ins img.desktop {
    display: block;
  }
}

.soc-logo-fcb img.mobile,
.soc-logo-ins img.mobile {
  display: block;
}

@media only screen and (min-width: 1024px) {
  .soc-logo-fcb img.mobile,
  .soc-logo-ins img.mobile {
    display: none;
  }
}

.soc-logo-fcb a,
.soc-logo-ins a {
  display: inline-block;
}

@media (max-width: 1023px) {
  .soc-logo-fcb {
    padding-right: 10px;
  }
}

.soc-logo-fcb img {
  border-radius: 5px;
}

.soc-logos {
  display: inline-block;
  top: 7px;
  position: relative;
}

.signup {
  z-index: 9999;
}

.tool-tip {
  display: none;
  position: absolute;
  z-index: 9999;
  cursor: default;
  top: 6rem;
  right: -9rem;
}

.closer {
  padding-right: 10px;
  cursor: pointer;
  clear: both;
  float: right;
  font-size: 18px;
  margin-top: 2px;
  width: 10px;
}

.arrow-box {
  position: relative;
  background: #ffffff;
}

.tip::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: attr(title);
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ffffff;
  border-width: 30px;
  margin-left: -30px;
  margin-top: 30px;
}

.tip {
  background-color: #ffffff;
  color: #0e67ac;
  padding: 5px 20px;
  border-radius: 4px;
  font-size: 14px;
  z-index: 999;
  left: 65.7%;
  width: 280px;
  content: attr(title);
  top: 135px;
}

.tooltip {
  color: #0e67ac;
  outline: none;
  text-decoration: none;
  display: none;
  position: fixed;
  margin-left: -105px;
  z-index: 9999;
  margin-top: 31px;
}

.tool-tip-text {
  padding: 20px 0;
}

.signup-tip {
  visibility: hidden;
  display: none;
  background-color: #ffffff;
  color: #0e67ac;
  font-size: 16px;
  width: 200px;
  padding: 20px;
  position: relative;
  top: 45px;
  border-radius: 4px;
  z-index: 300;
}

@media (min-width: 1024px) {
  .signup-tip {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .signup-tip {
    display: inline;
  }
}

textarea {
  display: block;
}

.bottom-footer {
  position: relative;
  margin-top: 4rem;
  width: 100%;
  overflow: hidden;
}

.footer {
  background: #525252;
  color: #ffffff;
  width: 100%;
  padding-top: 5.1rem;
  padding-bottom: 3.9rem;
  overflow: visible;
}

.footer a {
  text-decoration: underline;
  font-weight: bold;
}

.footer a:hover {
  text-decoration: none;
}

.footer .left-footer {
  font-size: 1.2rem;
}

.footer .left-footer > p {
  line-height: 2rem;
  margin-bottom: 2.1rem;
}

.footer .flag-img {
  width: 3rem;
  margin-bottom: 1rem;
  display: block;
}

.footer ul {
  list-style-type: none;
  padding: 0;
}

.footer ul li {
  display: inline-block;
}

.footer ul li::after {
  content: ' | ';
}

.footer ul li:last-child::after {
  content: '';
}

.footer .clearfix {
  clear: both;
}

.footer .right-footer {
  font-size: 1.6rem;
  color: #aaaaaa;
}

.footer .right-footer .footer-page-logo,
.footer .right-footer .footer-company-logo {
  width: 18rem;
}

.footer .right-footer .footer-company-logo {
  margin-top: 1rem;
}

.footer .right-footer .logo-text {
  color: #ffffff;
  margin: 0;
  margin-top: 3rem;
  font-size: 1.2rem;
  text-align: left;
}

@media only screen and (min-width: 767px) {
  .footer .flag-img {
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 1rem;
  }
  .footer .right-footer {
    text-align: right;
  }
  .footer .right-footer .footer-page-logo,
  .footer .right-footer .footer-company-logo {
    float: none;
  }
  .footer .right-footer .footer-company-logo {
    margin-top: 1.5rem;
  }
  .footer .right-footer .logo-text {
    float: right;
    margin-top: 1.3rem;
    width: 18rem;
  }
}

main {
  padding-bottom: 4rem;
}

.btn-community {
  background-color: #f15100;
  padding: 14px 30px;
  font-size: 12px;
  letter-spacing: 1px;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 20px;
  color: #ffffff;
  outline: none;
}

.btn-signup {
  background-color: #f15100;
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  outline: none;
}

@media only screen {
  .btn-signup {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .btn-signup {
    margin-top: 0;
    margin-right: 20px;
  }
}

.signup-wrapper {
  background-color: rgba(82, 82, 82, 0.2);
  z-index: 300;
  display: none;
}

@media only screen and (min-width: 1024px) {
  .signup-wrapper {
    background-color: transparent;
  }
}

.community-wrapper {
  display: none;
  background-color: rgba(82, 82, 82, 0.2);
}

@media only screen and (min-width: 1024px) {
  .community-wrapper {
    background-color: transparent;
  }
}

.ie input:focus {
  box-shadow: inset 0 0 0.5rem #3b99fc;
}

.events label {
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.events label.padlock-info {
  padding-left: 3rem;
}

@media only screen and (min-width: 767px) {
  .events label.padlock-info {
    padding-left: 2rem;
  }
}

.events form {
  margin: 5rem 0;
}

.events label::before {
  position: absolute;
  bottom: 100%;
  content: 'Please check to receive e-mails';
  display: none;
  color: #ec6a7a;
}

.events section {
  overflow: visible;
  border-bottom: 1px solid rgba(159, 159, 159, 0.6);
}

.events section label::before {
  position: relative;
  content: 'Please enter a valid entry';
}

.events .error label::before {
  display: block;
}

@media (max-width: 767px) {
  .events .chosen-container .chosen-drop {
    position: static;
    top: auto;
    left: auto;
    border-top: 0.1rem solid #9f9f9f;
    box-shadow: none;
  }
}

.events .chosen-container-single {
  display: block;
  border: 0.1rem solid #9f9f9f;
  height: 4.5rem;
  margin: .5rem 0 2.5rem;
  padding: 1rem;
  font-size: 1.8rem;
  font-weight: lighter;
  line-height: 1.9rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: url(/assets/img/ic_dropdown_arrow.png) no-repeat #ffffff;
  background-size: 3rem 1rem;
  background-position: 95% 50%;
  cursor: pointer;
  width: 100%;
}

@media (max-width: 767px) {
  .events .chosen-container-single {
    display: none;
  }
}

.events .chosen-container-single:focus, .events .chosen-container-single::-moz-focus-inner {
  outline-color: #3b99fc;
  outline-offset: -0.2rem;
  outline-style: auto;
  outline-width: 0.5rem;
  box-shadow: inset 0 0 0.5rem #3b99fc;
}

.events .chosen-container-single .chosen-single {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.events .chosen-container-single .chosen-results {
  max-height: 190px;
}

.events .chosen-container-active.chosen-with-drop .chosen-single {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.events [type="text"],
.events [type="email"],
.events [type="submit"],
.events select {
  display: block;
  border: 0.1rem solid #9f9f9f;
  height: 4.5rem;
  width: 100%;
  margin: .5rem 0 2.5rem;
  padding: 1rem;
  font-size: 1.8rem;
  font-weight: lighter;
  line-height: 1.9rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.events [type="text"]:focus, .events [type="text"]::-moz-focus-inner,
.events [type="email"]:focus,
.events [type="email"]::-moz-focus-inner,
.events [type="submit"]:focus,
.events [type="submit"]::-moz-focus-inner,
.events select:focus,
.events select::-moz-focus-inner {
  outline-color: #3b99fc;
  outline-offset: -0.2rem;
  outline-style: auto;
  outline-width: 0.5rem;
  box-shadow: inset 0 0 0.5rem #3b99fc;
}

@media only screen and (min-width: 767px) {
  .events [type="text"],
  .events [type="email"],
  .events [type="submit"],
  .events select {
    margin: 2rem 0;
  }
}

.events select {
  overflow: hidden;
  background: url(/assets/img/ic_dropdown_arrow.png) no-repeat #ffffff;
  background-size: 3rem 1rem;
  background-position: 95% 50%;
  cursor: pointer;
}

.events select:hover {
  background: url(/assets/img/ic_dropdown_arrow_hover.png) no-repeat #ffffff;
  background-size: 3rem 1rem;
  background-position: 95% 50%;
}

.events select::-ms-expand {
  display: none;
}

.events [type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0.7rem;
  left: 0.2rem;
}

.events [type="checkbox"] label {
  line-height: 2rem;
  cursor: pointer;
}

.events [type="checkbox"] + label::after {
  content: '';
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid #525252;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.5rem;
  cursor: pointer;
}

.events [type="checkbox"]:checked + label::after {
  content: '';
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid #525252;
  display: inline-block;
  background: url(/assets/img/events/btn_tick_check_box.png) no-repeat #ffffff;
  background-size: 100%;
}

.events button,
.events [type="submit"] {
  width: 10rem;
  height: 2.9rem;
  background: #323232;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.377rem;
  border: 0;
  border-radius: 0.4rem;
  padding: 0;
  margin: 2rem auto;
}

.events .padlock {
  position: absolute;
}

@media only screen and (min-width: 767px) {
  .events .padlock {
    position: relative;
  }
}

.events small {
  margin-top: 2rem;
  display: inline-block;
}

.events small p {
  text-align: left;
}

.events small.padlock-content {
  margin-top: 0;
  width: 90%;
}

.events .checkbox-container {
  margin-top: 4rem;
  overflow: visible;
}

.events .checkbox-container small {
  margin-top: 0;
}

.events .checkbox-container article {
  position: relative;
  padding-left: 4rem;
}

@media only screen and (min-width: 767px) {
  .events p {
    text-align: right;
  }
  .events section article {
    padding-top: 3rem;
  }
  .events .error {
    padding-top: 0;
  }
  .events .error label::before {
    height: 3rem;
  }
}

.events .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 700;
  text-align: center;
  white-space: nowrap;
}

.events .overlay .failure {
  display: none;
}

.events .overlay.failure .success {
  display: none;
}

.events .overlay.failure .failure {
  display: block;
}

.events .overlay article {
  position: relative;
  padding: 2.5rem 1.5rem 1.5rem;
  float: none;
  border-radius: .6rem;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
}

.events .overlay .separator {
  margin: 2rem 0;
}

.events .overlay p {
  text-align: center;
}

.events .overlay.visible {
  display: block;
}

.events .overlay::before {
  position: relative;
  content: '';
  margin-left: -.25em;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.events .az-registration-submit {
  width: 100%;
  background-color: #0e67ac;
  height: 45px;
}

@media only screen and (min-width: 767px) {
  .events .az-registration-submit {
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  .events .az-registration-submit {
    width: 40%;
    max-width: 320px;
    float: left;
  }
}

.events .secure-lock {
  margin: 0 auto;
  height: 20px;
  width: 20px;
  margin-bottom: 10px;
}

.events .secure-lock img {
  width: 20px;
}

@media only screen and (min-width: 1024px) {
  .events .secure-lock {
    display: inline;
    padding-top: 10px;
  }
}

.events .secure-text {
  display: block;
  text-align: center;
  vertical-align: text-bottom;
}

@media only screen and (min-width: 767px) {
  .events .secure-text {
    display: block;
    width: 60%;
    text-align: center;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1024px) {
  .events .secure-text {
    display: inline;
    padding-left: 8px;
  }
}

.events .secure-text small {
  margin-top: 0;
}

.events .privacy-dec {
  padding-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  .events .privacy-dec {
    display: inline;
  }
}

.events .registration-name,
.events .registration-lastname,
.events .registration-location,
.events .registration-email {
  width: 100%;
}

@media only screen and (min-width: 767px) {
  .events .registration-name,
  .events .registration-lastname,
  .events .registration-location,
  .events .registration-email {
    width: 60%;
    margin: 0 auto;
  }
  .events .registration-name input,
  .events .registration-name select,
  .events .registration-lastname input,
  .events .registration-lastname select,
  .events .registration-location input,
  .events .registration-location select,
  .events .registration-email input,
  .events .registration-email select {
    margin-top: 5px;
  }
}

@media only screen and (min-width: 1024px) {
  .events .registration-name,
  .events .registration-lastname,
  .events .registration-location,
  .events .registration-email {
    width: 25%;
    display: inline;
  }
}

.events .form-main article {
  margin: 0 auto;
  display: block;
}

@media only screen {
  .events .form-main article {
    float: none;
  }
}

@media only screen and (min-width: 1024px) {
  .events .form-main article {
    width: 25%;
    display: inline-block;
    float: inherit;
  }
}

.events .nowrap {
  white-space: nowrap;
}

select::-ms-expand {
  display: none;
}

.person {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.person .topic-title {
  margin-bottom: 2.2rem;
}

.person .experiences a {
  color: #525252;
  text-decoration: underline;
}

.person .experiences a:last-child::after {
  content: '.';
}

.person .experiences a::after {
  content: ',';
}

.person ul {
  font-size: 1.6rem;
  padding-left: 2rem;
  line-height: 2.6rem;
}

@media only screen and (min-width: 767px) {
  .person blockquote {
    margin-top: 7rem;
  }
  .person .topic-title {
    margin-bottom: 4.5rem;
  }
  .person .experiences {
    display: block;
  }
  .person h4 {
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: 0.067rem;
  }
}

.resources {
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.resources .heading:first-of-type {
  margin-bottom: 3rem;
  margin-top: 4rem;
}

.resources .heading {
  margin-top: 2rem;
  margin-bottom: 5rem;
}

.resources h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2.9rem;
  margin: 4rem 0 2.8rem;
  letter-spacing: 0.08rem;
}

.resources h3:first-of-type {
  margin: 4.7rem 0 5rem;
}

.resources a {
  color: #525252;
  text-decoration: underline;
}

.resources .resources-container .resources-item:first-child {
  margin-top: 3.3rem;
}

.resources .other-container article {
  margin-bottom: 1.5rem;
}

.resources .other-container article:last-child {
  margin-bottom: 0;
}

.resources .other-container ul {
  list-style: none;
  padding: 0;
}

.resources .other-res-item h5 {
  font-weight: bold;
}

.resources .other-res-item p {
  margin: 0;
}

@media only screen and (min-width: 767px) {
  .resources h2 {
    margin-top: 1rem;
  }
  .resources .resources-container .resources-item {
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 1024px) {
  .resources .resources-container .resources-item {
    margin-bottom: 2rem;
  }
  .resources .resources-container .resources-item:last-child {
    margin-bottom: 6rem;
  }
}

.about-section .separator {
  clear: both;
  display: inline-block;
  width: 100%;
}

.about-section .in-section-separator {
  border-top: 1px solid #9f9f9f;
  margin-top: 3rem;
  padding-top: 3rem;
}

.about-section img {
  width: 100%;
}

@media only screen and (min-width: 321px) and (max-width: 767px) {
  .about-section img {
    width: 40%;
    margin: 1.2rem auto;
    display: block;
  }
}

.events-landing .events-landing-container {
  display: block;
  clear: both;
}

.events-landing .events-landing-container h2 {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
  line-height: 1.1;
  margin: 4rem 0 2.8rem;
}

.events-landing .events-landing-container .clear {
  clear: both;
}

.events-landing .events-landing-container p {
  padding-right: 5px;
}

.events-landing .citymap {
  padding: 0 1.5rem;
}

.events-landing .citymap img {
  max-width: 100%;
}

.events-landing .city-heading {
  color: #117ed2;
  font-weight: bold;
  margin: 3rem 0 1rem;
  font-size: 2.1rem;
}

@media only screen and (min-width: 1024px) {
  .events-landing .city-heading {
    font-size: 2.4rem;
  }
}

.events-landing .address {
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: 'Aleo', serif;
  font-weight: bold;
}

.events-landing .sqbraces {
  color: #fe00b3;
}

.events-landing .topimagecontainer {
  display: block;
  margin: 5rem 0 0;
  text-align: center;
}

.events-landing .bottom-sec {
  display: block;
  font-family: 'Aleo', serif;
  font-weight: bold;
}

.events-landing .bottom-sec div {
  display: inline-block;
}

.events-landing .bottom-sec a {
  font-size: 2.6rem;
  text-decoration: underline;
  color: #117ed2;
  line-height: 1.2;
}

@media only screen and (min-width: 1024px) {
  .events-landing .bottom-sec a {
    font-size: 4.6rem;
  }
}

@media only screen and (min-width: 767px) {
  .events-landing .bottom-sec a {
    font-size: 4.6rem;
  }
}

.events-landing .bottom-sec .call-text {
  font-size: 3rem;
}

.events-landing .bottom-sec .call-bg {
  font-size: 2.2rem;
  display: block;
  padding: 0;
  line-height: 1.1;
  color: #0e67ac;
  margin-top: 0;
  text-align: center;
}

@media only screen and (min-width: 767px) {
  .events-landing .bottom-sec .call-bg {
    font-size: 4.8rem;
  }
}

@media only screen and (min-width: 1024px) {
  .events-landing .bottom-sec .call-bg {
    margin-top: 1rem;
    padding: 1.5rem;
    font-size: 4.8rem;
  }
}

.events-landing .no-padding-right {
  padding-right: 0;
}

.events-landing .light-blue {
  color: #8bd5ee;
}

.events-landing .bottom-text {
  text-align: left;
  margin-bottom: 0;
  font-size: 1.825rem;
}

@media only screen and (min-width: 1024px) {
  .events-landing .bottom-text {
    text-align: center;
  }
}

.events-landing .register {
  background: transparent;
  margin: 2rem 0;
  color: #0e67ac;
  display: inline-block;
}

@media only screen and (min-width: 1024px) {
  .events-landing .register {
    margin: 2rem 0;
  }
}

.events-landing .list {
  color: #ec6a7a;
}

.events-landing .list span {
  color: #525252;
}

.events-landing .bottom-block {
  margin: 3rem 0;
  clear: both;
}

.events-landing .event-message {
  font-size: 2.5rem;
}

.events-landing .event-message-wrap {
  padding-top: 3rem;
}

.events-landing .partner-wrap {
  margin: 0 auto;
  width: 100%;
}

.events-landing .partner-intro {
  text-align: center;
  color: #9f9f9f;
}

@media only screen and (min-width: 767px) {
  .events-landing .partner-intro {
    display: none;
  }
}

.events-landing .partner-outro {
  text-align: center;
  color: #9f9f9f;
}

@media only screen {
  .events-landing .partner-outro {
    display: none;
  }
}

@media only screen and (min-width: 767px) {
  .events-landing .partner-outro {
    display: block;
  }
}

.events-landing .partner-container {
  text-align: center;
  display: block;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media only screen and (min-width: 767px) {
  .events-landing .partner-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.events-landing .full {
  margin: 3em auto;
  display: block;
  text-align: center;
  padding: .7em;
}

@media only screen and (min-width: 767px) {
  .events-landing .full {
    display: table-cell;
  }
}

.events-landing .full img {
  width: 100%;
}

@media only screen and (min-width: 767px) {
  .events-landing .full img {
    max-width: 100%;
  }
}

.events-landing .f-right {
  margin: 3em 0 3em auto;
}

.events-landing .f-left {
  margin: 3em auto 3em 0;
}

.topic .topic-title,
.person .topic-title {
  margin-bottom: 2.2rem;
}

.topic blockquote,
.person blockquote {
  margin-top: 1rem;
  font-size: 2rem;
  line-height: 2.6rem;
}

.topic article > h4,
.person article > h4 {
  font-size: 2.4rem;
}

.topic .tip-block h4,
.person .tip-block h4 {
  font-size: 2rem;
}

.topic aside h4,
.person aside h4 {
  font-size: 2rem;
}

.topic .experiences a,
.person .experiences a {
  color: #525252;
  text-decoration: underline;
}

.topic .experiences a:last-child::after,
.person .experiences a:last-child::after {
  content: '.';
}

.topic .experiences a::after,
.person .experiences a::after {
  content: ',';
}

.topic ul,
.person ul {
  font-size: 1.6rem;
  padding-left: 2rem;
  line-height: 2.6rem;
}

@media only screen and (min-width: 767px) {
  .topic .topic-title,
  .person .topic-title {
    margin-bottom: 4.5rem;
  }
  .topic .experiences,
  .person .experiences {
    display: block;
  }
  .topic blockquote,
  .person blockquote {
    margin-top: 1rem;
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
  .topic h4,
  .person h4 {
    font-size: 2.4rem;
    line-height: 2.9rem;
    letter-spacing: 0.08rem;
  }
  .topic aside h4,
  .person aside h4 {
    font-size: 2.4rem;
  }
}

.topic .regrets-text,
.person .regrets-text {
  color: #0e67ac;
  text-align: center;
  font-size: 2rem;
}

.btn-secondary {
  background-color: rgba(14, 103, 172, 0.2);
  width: 100%;
  border: 0;
  border-left: 0.8rem solid #0e67ac;
  font-size: 2.4rem;
  line-height: 6rem;
  font-weight: lighter;
  height: 6rem;
  color: #525252;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .back-to-top {
    display: none;
  }
}

.slick-prev::before,
.slick-next::before {
  font-family: 'slick';
  font-size: 40px;
  line-height: 40px;
  opacity: 0.75;
  color: rgba(0, 0, 0, 0.1);
  content: '';
}

.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  bottom: 103px;
}

.slick-prev {
  float: left;
  left: -52px;
  background: url("/assets/imgbtn_left_scroll.png");
  background-size: 40px 40px;
}

.slick-prev:hover {
  background: url("/assets/imgbtn_left_scroll_hover.png");
  background-size: 40px 40px;
}

.slick-next {
  float: right;
  right: -35px;
  background: url("/assets/imgbtn_right_scroll.png");
  background-size: 40px 40px;
}

.slick-next:hover {
  background: url("/assets/imgbtn_right_scroll_hover.png");
  background-size: 40px 40px;
}

.carousel {
  clear: both;
}

dl dt {
  display: inline-block;
  font-weight: bold;
  margin-top: 2rem;
}

dl dt:first-child {
  margin-top: 0;
}

dl dd {
  display: inline-block;
  margin: 0;
}

.gallery {
  margin-top: 2rem;
}

.gallery h3 {
  margin-bottom: 1rem;
}

.gallery.fullbleed .thumbnail:last-of-type {
  padding-right: 1rem;
}

@media only screen and (min-width: 767px) {
  .gallery {
    margin-top: 3rem;
  }
  .gallery h3 {
    margin-bottom: 2rem;
  }
  .gallery.fullbleed .thumbnail:last-of-type {
    padding-right: .6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .gallery {
    margin-top: 5rem;
  }
  .gallery h3 {
    margin-bottom: 3rem;
  }
  .gallery.fullbleed .thumbnail:last-of-type {
    padding-right: 2rem;
  }
  .gallery.fullbleed .thumbnail:nth-of-type(3n+1):last-of-type {
    margin-left: 33.3333333333%;
  }
}

.highlight-list {
  list-style: none;
  padding: 0;
}

.highlight-list li {
  background: #eeeeee;
  border-left: 0.3rem solid #0e67ac;
  padding: 1.8rem;
  color: #525252;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: lighter;
}

.introduction {
  margin-top: 2rem;
}

@media only screen and (min-width: 767px) {
  .introduction {
    margin-top: 6rem;
  }
}

.more {
  position: relative;
  background-clip: content-box;
  background-color: rgba(14, 103, 172, 0.2);
  color: #525252;
  font-size: 2.4rem;
  font-weight: 200;
  line-height: 2.9rem;
  text-align: center;
}

.more.thumbnail {
  height: 6rem;
  line-height: 6rem;
  color: #525252;
}

@media only screen and (min-width: 767px) {
  .more.thumbnail {
    height: 20rem;
    line-height: 20rem;
  }
}

.more:hover {
  opacity: .75;
}

.more::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: .8rem;
  height: 100%;
  background-color: #0e67ac;
}

.mutation-list ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

.mutation-list li {
  display: inline-block;
  font-family: Aleo, serif;
  font-size: 4rem;
  font-weight: bold;
  color: #0e67ac;
  border-bottom: 3px solid #8bd5ee;
  line-height: 4.5rem;
  text-align: center;
  margin: 1rem 3rem;
}

.mutation-list li span {
  color: #8bd5ee;
}

.hr {
  position: relative;
  margin: 2rem 0;
  height: 4rem;
  clear: both;
  text-align: center;
}

.hr img {
  height: 100%;
}

.hr hr {
  position: absolute;
  margin: -.2rem 0 0;
  top: 50%;
  left: 0;
  height: .4rem;
  border: 0;
  background-color: #8bd5ee;
  z-index: -1;
}

@media only screen and (min-width: 767px) {
  .hr {
    height: 8rem;
  }
}

.hr + .hr-heading {
  margin-top: -1.5rem;
}

.hr + .hr-heading h6 {
  margin-top: -1rem;
}

.quotation {
  margin: 0;
}

.quotation blockquote {
  position: relative;
  margin: 3rem 0 2rem;
  padding: 0;
  quotes: '"' '"';
  color: #0e67ac;
  font-size: 2rem;
  font-style: italic;
  font-weight: lighter;
  line-height: 2.6rem;
}

.quotation blockquote p {
  font-size: 2rem;
  font-style: italic;
  font-weight: lighter;
}

.quotation blockquote::before, .quotation blockquote::after {
  position: relative;
  margin-right: 1rem;
  color: rgba(14, 103, 172, 0.4);
  font-style: normal;
  font-size: 5rem;
  font-weight: 400;
  opacity: 0.5;
}

.quotation blockquote::before {
  content: open-quote;
  top: 1rem;
  float: left;
}

.quotation blockquote::after {
  top: 3rem;
  display: inline;
  margin: 1rem;
  line-height: 0;
  content: close-quote;
}

@media only screen and (min-width: 767px) {
  .quotation blockquote {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .quotation blockquote::before, .quotation blockquote::after {
    font-size: 7rem;
  }
}

.quotation figcaption {
  font-family: Aleo, serif;
  font-weight: bold;
  font-size: 1.4rem;
  color: #0e67ac;
}

.resources-item h6 {
  font-family: Aleo, sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.064rem;
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
  margin-top: 2.1rem;
}

.resources-item a {
  color: #525252;
  letter-spacing: 0.053rem;
  line-height: 1.9rem;
  text-decoration: underline;
}

.resources-item .right-image {
  float: right;
}

.resources-item img {
  width: 100%;
  max-width: 21.4rem;
  display: block;
  margin: 4rem 0 0;
}

.resources-item .item-content {
  margin-top: 1rem;
}

.resources-item ul {
  padding-left: 2rem;
  list-style: none;
}

.resources-item ul li {
  margin-bottom: 3rem;
}

.resources-item ul li:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 767px) {
  .resources-item h6 {
    font-size: 2.4rem;
    line-height: 2.9rem;
    letter-spacing: 0.08rem;
  }
  .resources-item img {
    margin-top: 2.1rem;
  }
}

@media only screen and (min-width: 1024px) {
  .resources-item img {
    max-width: 35.7rem;
  }
}

.roundel-infographic-wrapper {
  text-align: center;
  position: relative;
}

.roundel-infographic-wrapper .separator {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  z-index: -1;
}

.roundel-infographic {
  background-color: #0e67ac;
  border-radius: 50%;
  width: 22rem;
  height: 22rem;
  text-align: center;
  padding: 2.5rem 3rem 3rem;
  margin: 3rem auto 0;
}

.roundel-infographic p {
  color: #ffffff;
  font-family: Aleo, serif;
  font-size: 2.1rem;
  margin: 1rem 0;
}

.roundel-infographic em {
  display: block;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  font-style: normal;
  font-weight: bold;
  font-size: 4.5rem;
  padding: 1.5rem 0;
  margin: 0.2rem 0;
}

@media only screen and (min-width: 767px) {
  .roundel-infographic {
    display: inline-block;
    vertical-align: top;
    margin-right: 6rem;
    margin-top: 0;
  }
}

.separator {
  position: relative;
  margin: 3rem 0;
  height: .4rem;
  border: 0;
  background-color: #8bd5ee;
  background-clip: content-box;
}

.thumbnail {
  position: relative;
  margin-top: 1rem;
  height: 18rem;
  color: #ffffff;
}

.thumbnail figure {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
}

.thumbnail figure img {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.thumbnail figure figcaption {
  position: absolute;
  top: 1.5rem;
  left: 1.8rem;
  font-size: 2.4rem;
  text-shadow: 0.1rem 0.1rem 0 #000000;
}

.thumbnail:hover img {
  opacity: .9;
}

@media only screen and (min-width: 767px) {
  .thumbnail {
    margin-top: 1rem;
    height: 20rem;
  }
  .thumbnail figcaption {
    line-height: 2.9rem;
  }
}

@media only screen and (min-width: 1024px) {
  .thumbnail {
    margin-top: 2rem;
  }
}

.tip-block {
  background: #eeeeee;
  padding: 2rem;
  border-top: 0.4rem solid #0e67ac;
  margin: 2rem auto;
}

.tip-block h4 {
  color: #525252;
  font-size: 1.8rem;
  margin: 0 0 2rem;
  font-weight: bold;
  letter-spacing: 0.06rem;
}

.tip-block p {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.tip-block .more-link {
  color: #525252;
  text-decoration: underline;
  line-height: 1.9rem;
  letter-spacing: 0.053rem;
  display: inline-block;
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
}

@media only screen and (min-width: 767px) {
  .tip-block h4 {
    font-size: 2rem;
  }
  .tip-block img {
    max-width: 26rem;
  }
}

.tnm-system-diagram figcaption {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}

@media only screen and (min-width: 767px) {
  .tnm-system-diagram figure {
    width: 18rem;
    display: inline-block;
    margin: 0 3rem 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  .tnm-system-diagram figure {
    width: 13rem;
    vertical-align: top;
    margin: 0 2rem 0 0;
  }
  .tnm-system-diagram figcaption {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}

.topic-navigation a {
  color: #0e67ac;
}

.topic-navigation a,
.topic-navigation p {
  font-weight: bold;
  font-family: Aleo, serif;
  font-size: 1.8rem;
}

@media only screen and (min-width: 767px) {
  .topic-navigation .next-topic {
    float: right;
    margin: 0;
  }
}

.topic .text-center {
  text-align: center;
}

.topic .contributions img {
  width: 3rem;
  float: left;
}

.topic .contributions .table-display {
  margin: 0 auto;
  display: table;
}

.topic .contributions .item-name {
  margin: 0 0 0 0.8rem;
  display: inline-block;
}

.topic .contributions ul {
  padding: 0;
  list-style: none;
}

.topic .contributions li {
  display: inline-block;
  padding: 0 2.3rem;
  width: 50%;
  margin-bottom: 1.9rem;
  float: left;
}

.topic .hr-heading {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
}

.topic .hr-heading h6 {
  color: #9f9f9f;
  font-size: 1.2rem;
  font-weight: normal;
}

@media only screen and (min-width: 767px) {
  .topic aside img {
    max-width: 30rem;
    display: block;
    margin: 0 auto;
  }
  .topic .contributions {
    margin-top: 4.9rem;
  }
  .topic .contributions li {
    text-align: center;
    width: auto;
  }
  .topic .contributions img {
    vertical-align: middle;
    float: none;
  }
}

.wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: block;
}

@media only screen and (min-width: 767px) {
  .wrapper {
    max-width: 71rem;
  }
}

@media only screen and (min-width: 1024px) {
  .wrapper {
    max-width: 100rem;
  }
}

.month-promo {
  margin: 20px auto;
}

.month-promo::after {
  content: '';
  display: table;
  clear: both;
}

.month-promo__img {
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 767px) {
  .month-promo__img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 767px) {
  .month-promo__text {
    padding: 20px 0;
  }
}

.month-promo__text a {
  color: #525252;
  text-decoration: underline;
}
/*# sourceMappingURL=base.css.map */