:root {
  --slider-size:680px;
  --slider-height:680px;
  --slider-half:340px; }

/* Breakpoints */
/* Colours */
/* Fonts */
@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/HelveticaNeue.eot?womr4e");
  src: url("../fonts/HelveticaNeue.eot?womr4e#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue.ttf?womr4e") format("truetype"), url("../fonts/HelveticaNeue.woff?womr4e") format("woff"), url("../fonts/HelveticaNeue.svg?womr4e#HelveticaNeue") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Bold';
  src: url("../fonts/HelveticaNeueBold.eot?womr4e");
  src: url("../fonts/HelveticaNeueBold.eot?womr4e#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueBold.ttf?womr4e") format("truetype"), url("../fonts/HelveticaNeueBold.woff?womr4e") format("woff"), url("../fonts/HelveticaNeueBold.svg?womr4e#HelveticaNeueBold") format("svg");
  font-weight: normal;
  font-style: normal; }

::-moz-selection {
  background: #cf1c51;
  color: #fff; }

::selection {
  background: #cf1c51;
  color: #fff; }

body {
  font-family: "Helvetica", sans-serif;
  background-color: #fff; }

a {
  color: inherit; }

a:focus,
input:focus,
.button:focus {
  outline: 2px dotted rgba(25, 30, 54, 0.3); }

*,
*::before,
*::after {
  box-sizing: border-box; }

h1,
h2,
h3,
h4 {
  font-family: "Helvetica Bold", sans-serif;
  font-weight: normal; }

h1 {
  font-size: 35px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 40px; } }
  @media (min-width: 1200px) {
    h1 {
      font-size: 46px; } }

p {
  line-height: 1.5;
  margin: 0 0 15px 0; }

small {
  font-size: 13px; }

strong,
b {
  font-weight: normal;
  font-family: "Helvetica Bold", sans-serif; }

/* Helper classes */
@media (min-width: 768px) {
  .hidden-sm {
    display: none; } }

/* Buttons */
.button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  font-family: "Helvetica Bold", sans-serif;
  border: 1px solid transparent;
  border-radius: 1px;
  white-space: normal;
  padding: 7px 15px;
  font-size: 13px;
  line-height: 1.5;
  transition: all 0.15s ease-in-out; }

.button--primary {
  border: 1px solid #000;
  background-color: transparent; }
  .button--primary:hover, .button--primary:focus {
    background-color: #000;
    color: #fff; }

.button--default {
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  background-color: transparent; }
  .button--default:hover, .button--default:focus {
    background-color: #fff;
    border-color: #fff;
    color: #000; }

.button--form {
  border: 1px solid #2dafbb;
  color: #fff;
  background-color: #2dafbb;
  margin: 22px 0; }
  .button--form:hover, .button--form:focus {
    background-color: #fff;
    border-color: #2dafbb;
    color: #000; }

html:not(.no-js) [data-aos=fade-up] {
  transform: translate3d(0, 10px, 0) !important; }

html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
  transform: none !important; }

html:not(.no-js) [data-aos=fade-down] {
  transform: translate3d(0, -20px, 0) !important; }

html:not(.no-js) [data-aos=fade-down][data-aos=fade-down].aos-animate {
  transform: none !important; }

html:not(.no-js) [data-aos=zoom-in] {
  transform: scale(0.9) !important; }

html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
  transform: translateZ(0) scale(1) !important; }

.sbdocs.sbdocs-content {
  max-width: 1600px; }

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media (min-width: 768px) {
    .container {
      width: 720px; } }
  @media (min-width: 992px) {
    .container {
      width: 930px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px; } }
  @media (min-width: 1600px) {
    .container {
      width: 1450px; } }
  .container .content__inner {
    margin-bottom: 50px; }

@media (min-width: 768px) {
  .container--flex {
    display: flex; } }

@media (min-width: 992px) {
  .container--flex-md {
    display: flex; } }

div[class^='grid-sm'],
div[class^='grid-md'],
div[class^='grid-lg'],
div[class^='grid-xl'] {
  width: 100%; }

@media (min-width: 768px) {
  .grid-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .grid-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .grid-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .grid-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .grid-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .grid-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .grid-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .grid-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .grid-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .grid-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .grid-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .grid-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .grid-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .grid-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .grid-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .grid-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .grid-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .grid-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .grid-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .grid-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .grid-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .grid-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .grid-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .grid-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .grid-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .grid-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .grid-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .sidebar {
    padding-left: 8.33333%; } }

@media (max-width: 767px) {
  .content {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 767px) {
  .sidebar {
    padding: 50px 20px; } }

.content__inner h2 {
  font-size: 26px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .content__inner h2 {
      font-size: 40px; } }

.content__inner h3 {
  font-size: 24px; }
  @media (min-width: 768px) {
    .content__inner h3 {
      font-size: 30px; } }
  .content__inner h3.with-subheading {
    margin-bottom: 0; }

.content__inner h4 {
  font-size: 20px; }
  .content__inner h4.subheading {
    margin-top: 6px; }

.content__inner ul {
  list-style: none;
  line-height: 1.4;
  padding-left: 0;
  margin-bottom: 40px; }
  .content__inner ul li {
    padding-left: 24px;
    margin-bottom: 16px; }
    .content__inner ul li:before {
      content: '\2022';
      color: #cf1c51;
      display: inline-block;
      margin-left: -24px;
      margin-right: 20px;
      font-size: 11px;
      position: relative;
      top: -3px; }

.content__inner ol {
  line-height: 1.4;
  list-style: none;
  counter-reset: item;
  padding: 0;
  margin-bottom: 45px; }
  .content__inner ol li {
    margin-bottom: 20px;
    display: block;
    padding-left: 32px;
    position: relative; }
    .content__inner ol li:before {
      content: counter(item) " ";
      counter-increment: item;
      color: #cf1c51;
      font-family: "Helvetica Bold", sans-serif;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0; }

.content__inner blockquote {
  font-style: italic;
  line-height: 1.5;
  margin: 1em 2em; }

.content__inner blockquote.pullquote {
  color: #cf1c51;
  font-family: "Helvetica Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 1.3;
  margin: 0;
  padding: 15px 0; }
  @media (min-width: 768px) {
    .content__inner blockquote.pullquote {
      font-size: 30px;
      padding: 20px 30px 28px 30px; } }
  @media (min-width: 992px) {
    .content__inner blockquote.pullquote {
      font-size: 32px;
      padding-right: 60px; } }
  @media (min-width: 1200px) {
    .content__inner blockquote.pullquote {
      font-size: 38px; } }
  @media (min-width: 768px) {
    .content__inner blockquote.pullquote.pullquote--small {
      font-size: 24px; } }
  @media (min-width: 992px) {
    .content__inner blockquote.pullquote.pullquote--small {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    .content__inner blockquote.pullquote.pullquote--small {
      font-size: 24px; } }
  .content__inner blockquote.pullquote .pullquote-source {
    text-align: right; }

.content__inner a[name^="_edn"], .content__inner a[name^="_ftn"] {
  font-size: 0.8em;
  position: relative;
  top: -0.4em;
  margin-left: 0.4em;
  text-decoration: none;
  color: inherit; }

.content__inner-justify {
  text-align: justify;
  text-justify: inter-word; }

.content__cta {
  color: #cf1c51;
  font-family: "Helvetica Bold", sans-serif;
  font-size: 22px;
  margin-bottom: 50px; }
  .content__cta:after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/img/pink_chevron.svg) center center/contain no-repeat;
    transform: rotate(-90deg);
    margin-left: 12px;
    position: relative;
    top: 5px; }
  .content__cta + .content__cta {
    margin-top: -35px; }
  .content__cta + .content__smallprint {
    margin-top: -35px; }

.content__two_thirds_right {
  text-align: right;
  padding-left: 33%; }

.content__boxout {
  background-color: #d6cac1;
  padding: 2em 2em 1em;
  margin-bottom: 40px; }
  .content__boxout h2, .content__boxout h3, .content__boxout h4 {
    margin-top: 0; }

.content__image,
.content__inner figure {
  margin: 0 0 50px 0; }
  .content__image img,
  .content__inner figure img {
    width: 100%;
    display: block; }

.content__image_caption,
.content__inner figcaption {
  background-color: #cf1c51;
  color: #fff;
  padding: 20px;
  font-family: "Helvetica Bold", sans-serif; }

.content__video {
  margin: 0 0 50px 0;
  padding-bottom: 56.25%;
  position: relative; }
  .content__video iframe, .content__video .jwplayer {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    border: none; }

.content__video + figcaption {
  margin-top: -50px; }

.content__col {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .content__col {
      display: flex; } }
  .content__col blockquote.pullquote {
    padding: 0; }
    @media (min-width: 768px) {
      .content__col blockquote.pullquote {
        font-size: 35px; } }
  .content__col img {
    width: 100%; }

.col--left {
  padding-right: 20px; }

.col--right {
  padding-left: 20px; }

.accordion {
  border-bottom: 2px solid #cf1c51; }

.accordion__heading {
  background-color: #fff;
  color: #cf1c51;
  cursor: pointer;
  padding: 20px 50px 20px 0;
  width: 100%;
  font-family: "Helvetica Bold", sans-serif;
  font-size: 19px;
  line-height: 1.4;
  text-align: left;
  position: relative;
  border: none;
  outline: none;
  transition: all 0.5s ease-in-out; }
  @media (min-width: 768px) {
    .accordion__heading {
      font-size: 22px; } }
  .accordion__heading:before, .accordion__heading:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #2dafbb;
    border-radius: 5px; }
  .accordion__heading:before {
    height: 20px;
    width: 2px;
    top: 24px;
    right: 20px; }
  .accordion__heading:after {
    height: 2px;
    width: 20px;
    top: 33px;
    right: 11px; }

.accordion__body {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }

.accordion__inner {
  padding-bottom: 20px; }

.accordion__group {
  margin-bottom: 70px; }
  @media (max-width: 767px) {
    .accordion__group {
      padding-left: 20px;
      padding-right: 20px; } }

.collapsible {
  border: 2px solid #2dafbb;
  margin-bottom: 30px; }

.collapsible__heading {
  background-color: #fff;
  color: #2dafbb;
  cursor: pointer;
  padding: 16px 50px 16px 24px;
  width: 100%;
  font-family: "Helvetica Bold", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  position: relative;
  border: none;
  outline: none;
  transition: all 0.5s ease-in-out; }
  @media (min-width: 768px) {
    .collapsible__heading {
      font-size: 18px; } }
  .collapsible__heading:before, .collapsible__heading:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #2dafbb;
    border-radius: 5px; }
  .collapsible__heading:before {
    height: 20px;
    width: 2px;
    top: 18px;
    right: 24px; }
  .collapsible__heading:after {
    height: 2px;
    width: 20px;
    top: 27px;
    right: 15px; }

.collapsible__body {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }
  .collapsible__body .content__cta {
    color: #2dafbb;
    margin-bottom: 16px; }
  .collapsible__body .content__cta:after {
    background: url(/img/blue-chevron.svg) center center/contain no-repeat; }

.collapsible__inner {
  padding: 10px 24px 0 24px; }

.content__socials {
  list-style: none;
  margin: 0 0 64px 0;
  padding: 0; }

.content__socials_item {
  margin-bottom: 12px; }

.content__socials_link:before {
  content: '';
  margin: 0 16px 0 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background-color: #2c595e;
  background-size: 25px 25px;
  background-position: center center;
  background-repeat: no-repeat; }

.content__socials_link.web:before {
  background-image: url(/img/chevron-white.svg);
  transform: rotate(270deg); }

.content__socials_link.facebook:before {
  background-image: url(/img/facebook-white.svg); }

.content__socials_link.twitter:before {
  background-image: url(/img/twitter-white.svg); }

.content__socials_link.youtube:before {
  background-image: url(/img/youtube-white.svg); }

.content__socials_link.instagram:before {
  background-image: url(/img/instagram-white.svg); }

.content__roles {
  list-style: none;
  margin: 0 0 64px 0;
  padding: 0; }

.content__roles_img {
  margin: 0 16px 16px 0;
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center top;
  vertical-align: middle; }

.content__profile_photo {
  margin: 0 0 1rem 0;
  width: 33%;
  max-width: 272px;
  overflow: hidden;
  position: relative;
  float: right;
  margin: 0 0 2rem 4rem;
  border-radius: 10px 0 0 10px; }
  @media (max-width: 500px) {
    .content__profile_photo {
      float: none;
      margin-left: 0;
      width: 100%;
      max-width: none;
      border-radius: 0; } }
  @media (min-width: 768px) {
    .content__profile_photo {
      width: 150px;
      height: 150px; } }
  .content__profile_photo:after {
    content: '';
    display: block;
    position: absolute;
    top: 30%;
    left: 0;
    width: 20%;
    height: 8px;
    background-color: #fff; }
  .content__profile_photo img {
    width: 100%;
    height: auto; }

.sidebar__info {
  background-color: #d6cac1;
  padding: 15px 30px 22px 22px;
  margin-bottom: 50px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .sidebar__info_heading,
  .sidebar__info h3 {
    margin-top: 5px;
    font-size: 28px;
    margin-bottom: 0px; }
    @media (min-width: 768px) {
      .sidebar__info_heading,
      .sidebar__info h3 {
        font-size: 30px; } }
    @media (min-width: 992px) {
      .sidebar__info_heading,
      .sidebar__info h3 {
        font-size: 32px; } }
  .sidebar__info_text {
    border: 0;
    display: block;
    width: 100%;
    padding: 20px 12px;
    margin-bottom: 30px; }
  .sidebar__info ul {
    list-style: none;
    line-height: 1.4;
    padding-left: 0; }
    .sidebar__info ul li {
      padding-left: 24px;
      margin-bottom: 8px; }
      .sidebar__info ul li:before {
        content: '\2022';
        color: #cf1c51;
        display: inline-block;
        margin-left: -24px;
        margin-right: 20px;
        font-size: 11px;
        position: relative;
        top: -3px; }

.message-box {
  padding: 20px;
  border: 2px solid #cf1c51;
  color: #cf1c51;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 40px; }
  .message-box :last-child {
    margin-bottom: 0; }

.message-box--success {
  border-color: #2dafbb;
  color: #2dafbb; }

.audio-player {
  position: relative;
  width: 100%;
  height: 110px;
  margin: 45px 0; }
  .audio-player .mejs__container {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 114px) !important;
    margin-left: 114px;
    vertical-align: top;
    text-align: left;
    text-indent: 0;
    background-color: #2c595e;
    height: 110px !important; }
    .audio-player .mejs__container .mejs__controls {
      background: #2c595e;
      margin: 0;
      padding: 0 10px;
      position: absolute;
      top: 0;
      left: 0; }
      .audio-player .mejs__container .mejs__controls .mejs__playpause-button {
        height: 0;
        width: 0; }
        .audio-player .mejs__container .mejs__controls .mejs__playpause-button button {
          margin: 0;
          position: absolute;
          top: 0;
          left: -114px;
          height: 110px;
          width: 110px;
          background: #2c595e url(/img/audio-controls.png) no-repeat;
          background-size: 110px 330px;
          background-position: 0 0; }
      .audio-player .mejs__container .mejs__controls .mejs__pause button {
        background-position: 0 -110px; }
      .audio-player .mejs__container .mejs__controls .mejs__stop button {
        background-position: 0 -220px; }
      .audio-player .mejs__container .mejs__controls .mejs__mute button,
      .audio-player .mejs__container .mejs__controls .mejs__unmute button {
        background: #2c595e url(/img/audio-mute.png) no-repeat;
        background-size: 26px 52px;
        height: 26px;
        width: 26px; }
      .audio-player .mejs__container .mejs__controls .mejs__unmute button {
        background-position: 0 -26px; }
  .audio-player .mejs__time {
    position: absolute; }
  .audio-player .mejs__currenttime-container {
    top: 60px;
    left: 14px; }
  .audio-player .mejs__duration-container {
    top: 60px;
    right: 14px; }
  .audio-player .mejs__time-rail {
    top: 35px; }
  .audio-player .mejs__time-slider,
  .audio-player .mejs__time-slider > span {
    height: 7px;
    border-radius: 0; }
  .audio-player .mejs__time-float {
    display: none !important; }
  .audio-player .mejs__horizontal-volume-current,
  .audio-player .mejs__horizontal-volume-total {
    height: 7px;
    border-radius: 0; }
  .audio-player .mejs__volume-button {
    position: absolute;
    left: 10px;
    top: 4px; }
  .audio-player .mejs__time-handle-content {
    top: -5px; }
  .audio-player .mejs__horizontal-volume-slider {
    position: absolute;
    top: 7px;
    left: 54px; }

.header {
  padding: 28px 25px 28px 20px; }
  @media (min-width: 768px) {
    .header {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 992px) {
    .header {
      z-index: 1;
      padding-top: 0; } }
  @media (max-width: 991px) {
    .header .nav__wrapper {
      display: none !important; } }
  .header > .container--flex {
    align-items: center; }
    @media (min-width: 768px) {
      .header > .container--flex {
        min-height: 95px; } }
    @media (min-width: 992px) {
      .header > .container--flex {
        min-height: 150px; } }

.header--home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  transform: translateZ(9999px); }
  @media all and (min-width: 768px) and (max-width: 991px) {
    .header--home {
      overflow: hidden;
      max-height: 130px; } }
  @media (min-width: 992px) {
    .header--home:before {
      content: '';
      display: inline-block;
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      height: 100%; } }
  .header--home .header__logo {
    background-image: url(/img/White_logo.svg);
    background-repeat: no-repeat; }
    .header--home .header__logo:focus .header__logo_video {
      outline-color: rgba(255, 255, 255, 0.3); }
  .header--home .nav__link {
    color: #fff; }
    .header--home .nav__link:focus {
      outline-color: rgba(255, 255, 255, 0.5); }
  .header--home .form__search_text {
    border-color: rgba(255, 255, 255, 0.4); }
    .header--home .form__search_text:focus {
      outline-color: rgba(255, 255, 255, 0.5); }
  .header--home .form__search ::-webkit-input-placeholder {
    color: #fff; }
  .header--home .form__search :-moz-placeholder {
    color: #fff; }
  .header--home .form__search ::-moz-placeholder {
    color: #fff; }
  .header--home .form__search :-ms-input-placeholder {
    color: #fff; }
  .header--home .toggle-menu:before, .header--home .toggle-menu:after, .header--home .toggle-menu__icon {
    background-color: #fff; }

@media (max-width: 991px) {
  .header--full {
    padding-bottom: 15px; } }

@media (max-width: 767px) {
  .header--full {
    padding-top: 10px;
    padding-bottom: 38px; } }

.header--full .header__row {
  margin-top: 33px; }
  @media (min-width: 992px) {
    .header--full .header__row {
      margin-left: 30px; } }

@media (max-width: 767px) {
  .header--full .toggle-menu {
    margin-top: 25px; } }

.header--full .nav__wrapper {
  display: flex;
  align-items: baseline; }

.header--full > .container--flex {
  display: flex;
  align-items: baseline; }
  @media (min-width: 768px) {
    .header--full > .container--flex {
      justify-content: space-between;
      min-height: 105px;
      margin-bottom: 7px; } }

.header__logo {
  display: block;
  font-size: 0;
  color: transparent;
  position: relative; }
  @media (min-width: 768px) {
    .header__logo {
      height: 80px;
      overflow: hidden; } }
  @media (max-width: 767px) {
    .header__logo {
      height: 55px;
      background: url(/img/Blue_logo.svg) left center/contain no-repeat; }
      .header__logo--image {
        background: none; } }
  .header__logo:focus {
    outline: none; }
    .header__logo:focus .header__logo_video {
      outline: 2px dotted rgba(25, 30, 54, 0.3);
      outline-offset: -150px; }
  @media (min-width: 768px) {
    .header__logo_video {
      height: 400px;
      width: 500px;
      position: absolute;
      top: -162px;
      left: -153px; } }
  @media (min-width: 992px) {
    .header__logo_video {
      top: -160px; } }
  @media (max-width: 767px) {
    .header__logo_video {
      display: none; } }
  .header__logo_image {
    max-height: 100%; }

.header__logo--sub {
  width: auto;
  height: 24px;
  position: relative;
  top: 16px; }
  @media (min-width: 768px) {
    .header__logo--sub {
      height: 30px;
      top: 25px; } }
  @media (min-width: 992px) {
    .header__logo--sub {
      top: 10px; } }
  @media (min-width: 1200px) {
    .header__logo--sub {
      height: 36px;
      top: 12px; } }

.home-top-wrapper {
  position: relative; }

.menu-wrapper {
  background-color: #fff; }

.nav__row {
  display: flex;
  justify-content: space-between;
  padding-left: 50px; }
  @media (min-width: 768px) {
    .nav__row {
      margin-top: 22px; } }

.nav__wrapper {
  position: relative; }

.nav {
  list-style: none; }
  @media (min-width: 992px) {
    .nav {
      padding-left: 15px;
      margin-top: 14px;
      margin-bottom: 5px; } }

.nav__item {
  position: relative; }
  @media (min-width: 992px) {
    .nav__item {
      display: inline-block;
      margin-left: 35px;
      margin-right: 70px;
      margin-bottom: 18px; } }
  @media (min-width: 992px) {
    .nav__item:hover .nav__dropdown, .nav__item:focus .nav__dropdown {
      max-height: 500px;
      opacity: 1;
      transition-duration: 0.4s; } }

.nav__link {
  font-family: "Helvetica Bold", sans-serif;
  text-decoration: none;
  font-size: 14px; }
  .nav__link:focus {
    outline-offset: 5px; }
    @media (min-width: 992px) {
      .nav__link:focus + .nav__dropdown {
        max-height: 500px;
        opacity: 1;
        transition-duration: 0.4s; } }

.nav--full {
  padding-left: 0; }
  @media (min-width: 768px) {
    .nav--full {
      margin-top: 38px; } }
  .nav--full .nav__item {
    margin-left: 0; }
    @media (min-width: 992px) {
      .nav--full .nav__item {
        margin-right: 20px; } }
    @media (min-width: 1200px) {
      .nav--full .nav__item {
        margin-right: 35px; } }
    @media (min-width: 1600px) {
      .nav--full .nav__item {
        margin-right: 50px; } }

@media (min-width: 992px) {
  .nav__login {
    position: absolute;
    top: 8px;
    right: 15px;
    text-decoration: underline;
    margin-right: 0; } }

@media (min-width: 992px) {
  .nav__dropdown {
    list-style: none;
    padding-left: 0;
    position: absolute;
    top: 28px;
    left: 0;
    width: 180px;
    max-height: 0;
    opacity: 0;
    z-index: 10;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out; } }

@media (min-width: 992px) {
  .nav__dropdown_item {
    background-color: #fff; } }

@media (min-width: 992px) {
  .nav__dropdown_item:first-child {
    border-top: 4px solid #cf1c51;
    padding-top: 6px; } }

@media (min-width: 992px) {
  .nav__dropdown_item:last-child {
    padding-bottom: 6px; } }

@media (min-width: 992px) {
  .nav__dropdown_link {
    display: block;
    padding: 12px;
    background-color: #fff;
    color: #000;
    font-family: "Helvetica Bold", sans-serif;
    text-decoration: none;
    transition: color 0.15s ease-in-out; } }

@media (min-width: 992px) {
  .nav__dropdown_link:hover, .nav__dropdown_link:focus {
    color: #cf1c51; } }

.nav__dropdown_link:focus {
  outline: none; }

.form__search {
  margin-bottom: 10px;
  min-width: 200px; }
  .form__search ::-webkit-input-placeholder {
    color: #000; }
  .form__search :-moz-placeholder {
    color: #000; }
  .form__search ::-moz-placeholder {
    color: #000; }
  .form__search :-ms-input-placeholder {
    color: #000; }
  .form__search_text {
    border: 0;
    border-bottom: 1px solid #000;
    padding: 5px 0;
    background: transparent;
    font-size: 13px;
    min-width: 200px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    transition: background 0.15s ease-in-out; }
    .form__search_text:focus {
      background: rgba(0, 0, 0, 0.4); }
  .form__search_button {
    border: 0;
    background: none;
    color: transparent;
    font-size: 0; }

/* Breadcrumb */
.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 991px) {
    .breadcrumb {
      display: none; } }

.breadcrumb__item {
  display: inline-block;
  padding: 4px 0; }
  .breadcrumb__item:not(:last-child):after {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(/img/grey_chevron.svg) center center/contain no-repeat;
    transform: rotate(-90deg);
    margin: 0 11px;
    position: relative;
    top: 1px; }

.breadcrumb__link {
  color: #f08050;
  text-decoration: none; }

/* Top bar */
.top-bar {
  padding: 6px 15px 15px 20px;
  position: relative;
  z-index: 4; }
  @media (min-width: 768px) {
    .top-bar {
      padding: 15px 0; } }

.top-bar__text {
  display: block;
  font-size: 15px; }
  @media (min-width: 768px) {
    .top-bar__text {
      align-self: center;
      padding-left: 35px;
      display: inline-block; } }
  @media (max-width: 767px) {
    .top-bar__text {
      padding: 20px 0 0 0; } }

.top-bar__logo {
  display: inline-block;
  font-size: 0;
  color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  align-self: center;
  height: 36px;
  width: 36px; }
  @media (min-width: 768px) {
    .top-bar__logo {
      width: 120px;
      height: 20px; } }
  @media (min-width: 992px) {
    .top-bar__logo {
      width: 190px;
      height: 30px; } }

.top-bar__button {
  margin-left: auto; }
  @media (max-width: 767px) {
    .top-bar__button {
      position: absolute;
      top: 24px;
      right: 15px; } }
  @media (max-width: 991px) {
    .top-bar__button {
      font-size: 12px;
      padding: 5px 10px; } }

.top-bar--pink {
  background-color: #cf1c51;
  color: #fff; }
  .top-bar--pink .top-bar__logo {
    background-image: url(/img/uccf-white-144.png); }
    @media (min-width: 768px) {
      .top-bar--pink .top-bar__logo {
        background-image: url(/img/top-logo-white.svg); } }

.top-bar--orange {
  background-color: #f08050;
  color: #fff; }
  .top-bar--orange .top-bar__logo {
    background-image: url(/img/uccf-white-144.png); }
    @media (min-width: 768px) {
      .top-bar--orange .top-bar__logo {
        background-image: url(/img/top-logo-white.svg); } }

.top-bar--white {
  background-color: #fff;
  color: #707070; }
  .top-bar--white .top-bar__logo {
    background-image: url(/img/top-logo-pink.svg); }
  .top-bar--white .top-bar__button {
    border-color: #cf1c51;
    color: #cf1c51; }
    .top-bar--white .top-bar__button:hover, .top-bar--white .top-bar__button:focus {
      background-color: #cf1c51;
      color: #fff; }

/* Mobile menu */
.toggle-menu {
  width: 35px;
  height: 35px;
  display: block;
  font-size: 0;
  color: transparent;
  float: right; }
  @media (min-width: 992px) {
    .toggle-menu {
      display: none; } }
  @media (max-width: 767px) {
    .toggle-menu {
      position: relative;
      top: -40px;
      right: 25px; } }
  .toggle-menu:before, .toggle-menu:after {
    content: ''; }
  .toggle-menu:before, .toggle-menu:after, .toggle-menu__icon {
    display: inline-block;
    width: 35px;
    height: 2px;
    background-color: #000;
    position: relative; }
  .toggle-menu:after {
    top: 20px; }
  .toggle-menu__icon {
    top: 10px; }

.mm-menu {
  background-color: #cf1c51;
  color: #fff; }
  .mm-menu .mm-navbar {
    background-color: inherit;
    color: inherit; }

.mm-panels {
  background-color: #cf1c51;
  color: #fff; }
  .mm-panels .mm-panel {
    background-color: inherit;
    color: inherit; }

.mm-listitem {
  color: #fff; }
  .mm-listitem:after {
    display: none; }
  .mm-listitem a {
    padding: 15px 20px;
    font-family: "Helvetica Bold", sans-serif;
    text-decoration: none;
    font-size: 21px; }

.mm-listview {
  padding-top: 20px; }

.mm-searchfield ::-webkit-input-placeholder {
  color: #fff; }

.mm-searchfield :-moz-placeholder {
  color: #fff; }

.mm-searchfield ::-moz-placeholder {
  color: #fff; }

.mm-searchfield :-ms-input-placeholder {
  color: #fff; }

.mm-searchfield input {
  border-radius: 0;
  height: 44px;
  padding: 0 20px;
  color: #fff; }

.mm-searchfield__input {
  padding: 0; }

.mm-btn {
  border-color: transparent; }
  .mm-btn:before, .mm-btn:after {
    border-color: #fff; }

.mm-btn_next:after,
.mm-btn_prev:before {
  width: 11px;
  height: 11px; }

.mm-navbar__title {
  font-family: "Helvetica Bold", sans-serif; }

.grid-block {
  text-align: center; }

.grid-block__items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  text-align: left; }

.grid-block__item {
  position: relative;
  height: 340px;
  padding: 25px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .grid-block__item {
      width: 50%; } }
  @media (max-width: 500px) {
    .grid-block__item {
      width: 100%; } }
  .grid-block__item > a {
    text-decoration: none; }
  .grid-block__item:hover .grid-block__info, .grid-block__item:focus .grid-block__info {
    transform: translateY(0); }

.grid-block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .grid-block__image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.3));
    position: absolute;
    top: 0;
    left: 0; }

.grid-block--blue {
  background-color: #2dafbb; }

.grid-block--taupe {
  background-color: #d6cac1; }

.grid-block--orange {
  background-color: #f08050; }

.grid-block--green {
  background-color: #2c595e; }

.grid-block--image {
  color: #fff; }
  .grid-block--image .grid-block__title {
    font-size: 22px;
    line-height: 1.4; }

.grid-block__title {
  font-size: 34px;
  line-height: 1.25;
  margin-top: 18px;
  position: relative;
  z-index: 1; }

.grid-block__subtitle {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Helvetica Bold", sans-serif;
  position: relative;
  z-index: 1; }

.grid-block__button {
  margin-bottom: 40px; }

.grid-block__info {
  background-color: #cf1c51;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  padding: 25px;
  transform: translateY(100%);
  transition: all 0.4s cubic-bezier(0.95, 0.05, 0.05, 0.95); }
  .grid-block__info .grid-block__title {
    font-size: 22px;
    margin-bottom: 15px; }

.grid-block__content {
  max-height: 100px;
  overflow: hidden; }

.grid-block__front a {
  text-decoration: none; }

.grid-block__tags {
  padding-left: 0;
  position: absolute;
  bottom: 6px;
  left: 20px;
  max-width: calc(100% - 150px); }
  @media (min-width: 1200px) {
    .grid-block__tags {
      left: 25px; } }

.grid-block__tag {
  display: inline-flex;
  font-size: 12px;
  padding-right: 5px; }
  .grid-block__tag:not(:last-child):after {
    content: ',';
    display: inline-block; }

.grid-block__tag-link {
  text-decoration: none;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.8);
  padding-bottom: 1px; }
  .grid-block__tag-link:hover, .grid-block__tag-link:focus {
    text-decoration: none; }

.grid-block__categories {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: 20px;
  bottom: 6px; }
  @media (min-width: 1200px) {
    .grid-block__categories {
      right: 25px; } }

.grid-block__icon {
  display: flex;
  text-align: right;
  align-items: flex-end;
  margin-bottom: 16px; }

.icon__category {
  flex-direction: column;
  text-transform: uppercase;
  font-size: 9px;
  font-family: "Helvetica Bold", sans-serif; }
  @media (min-width: 1200px) {
    .icon__category {
      font-size: 11px; } }
  .icon__category:before {
    content: '';
    display: block;
    margin-bottom: 9px;
    width: 20px;
    height: 20px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (min-width: 768px) {
      .icon__category:before {
        width: 22px;
        height: 22px; } }
    @media (min-width: 1200px) {
      .icon__category:before {
        width: 25px;
        height: 25px; } }

.grid-block__heading {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .grid-block__heading {
      font-size: 26px;
      margin: 35px 0 40px 0; } }

.grid-block--resource .grid-block__item,
.grid-block--related .grid-block__item {
  height: 380px; }

.grid-block--resource .grid-block__front,
.grid-block--related .grid-block__front {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }
  .grid-block--resource .grid-block__front .grid-block__title,
  .grid-block--related .grid-block__front .grid-block__title {
    margin-bottom: 28px;
    padding-right: 85px; }

.grid-block--resource .grid-block__item:not(.grid-block--image) .icon--audio:before,
.grid-block--related .grid-block__item:not(.grid-block--image) .icon--audio:before {
  background-image: url(/img/audio-black.svg); }

.grid-block--resource .grid-block__item:not(.grid-block--image) .icon--review:before,
.grid-block--related .grid-block__item:not(.grid-block--image) .icon--review:before {
  background-image: url(/img/reviews-black.svg); }

.grid-block--resource .grid-block__item:not(.grid-block--image) .icon--video:before,
.grid-block--related .grid-block__item:not(.grid-block--image) .icon--video:before {
  background-image: url(/img/video-black.svg); }

.grid-block--resource .grid-block__item:not(.grid-block--image) .icon--multi:before,
.grid-block--related .grid-block__item:not(.grid-block--image) .icon--multi:before {
  background-image: url(/img/multi-black.svg); }

.grid-block--resource .grid-block__item:not(.grid-block--image) .icon--article:before,
.grid-block--related .grid-block__item:not(.grid-block--image) .icon--article:before {
  background-image: url(/img/article-black.svg); }

.grid-block--resource .grid-block__item:not(.grid-block--image) .icon--introductory:before,
.grid-block--resource .grid-block__item:not(.grid-block--image) .icon--easy:before,
.grid-block--related .grid-block__item:not(.grid-block--image) .icon--introductory:before,
.grid-block--related .grid-block__item:not(.grid-block--image) .icon--easy:before {
  background-image: url(/img/level-easy.svg); }

.grid-block--resource .grid-block__item:not(.grid-block--image) .icon--intermediate:before,
.grid-block--related .grid-block__item:not(.grid-block--image) .icon--intermediate:before {
  background-image: url(/img/level-intermediate.svg); }

.grid-block--resource .grid-block__item:not(.grid-block--image) .icon--advanced:before,
.grid-block--resource .grid-block__item:not(.grid-block--image) .icon--difficult:before,
.grid-block--related .grid-block__item:not(.grid-block--image) .icon--advanced:before,
.grid-block--related .grid-block__item:not(.grid-block--image) .icon--difficult:before {
  background-image: url(/img/level-difficult.svg); }

.grid-block--resource .grid-block__item:not(.grid-block--image) .icon--short:before,
.grid-block--related .grid-block__item:not(.grid-block--image) .icon--short:before {
  background-image: url(/img/length-short.svg); }

.grid-block--resource .grid-block__item:not(.grid-block--image) .icon--medium:before,
.grid-block--related .grid-block__item:not(.grid-block--image) .icon--medium:before {
  background-image: url(/img/length-medium.svg); }

.grid-block--resource .grid-block__item:not(.grid-block--image) .icon--long:before,
.grid-block--related .grid-block__item:not(.grid-block--image) .icon--long:before {
  background-image: url(/img/length-long.svg); }

.grid-block--related .grid-block__items {
  margin-bottom: 0; }

.icon--short:before {
  background-image: url(/img/length-short-white.svg); }

.icon--medium:before {
  background-image: url(/img/length-medium-white.svg); }

.icon--long:before {
  background-image: url(/img/length-long-white.svg); }

.icon--easy:before,
.icon--introductory:before {
  background-image: url(/img/level-easy-white.svg); }

.icon--intermediate:before {
  background-image: url(/img/level-intermediate-white.svg); }

.icon--difficult:before,
.icon--advanced:before {
  background-image: url(/img/level-difficult-white.svg); }

.icon--audio:before {
  background-image: url(/img/audio-white.svg); }

.icon--review:before {
  background-image: url(/img/reviews-white.svg); }

.icon--video:before {
  background-image: url(/img/video-white.svg); }

.icon--multi:before {
  background-image: url(/img/multi-white.svg); }

.icon--article:before {
  background-image: url(/img/article-white.svg); }

.banner {
  position: relative; }

.banner--home {
  background-color: #191e31;
  color: #fff;
  position: relative; }
  @media (min-width: 768px) {
    .banner--home {
      display: flex; } }
  .banner--home h1 {
    font-size: 2.25em; }
  .banner--home .banner__content {
    background-color: #191e31;
    padding-top: 100px;
    padding: 100px 100px 60px 25px; }
    @media (min-width: 768px) {
      .banner--home .banner__content {
        padding: 170px 60px 60px 0; } }
    @media (min-width: 992px) {
      .banner--home .banner__content {
        padding-right: 80px; } }
    @media (max-width: 500px) {
      .banner--home .banner__content {
        padding-right: 25px; } }
  .banner--home .banner__cta {
    bottom: auto; }

.banner__content {
  padding: 18px 30px 55px 20px;
  position: relative;
  z-index: 2;
  height: 100%; }
  @media (min-width: 768px) {
    .banner__content {
      padding: 30px 55px 85px 0; } }
  @media (min-width: 992px) {
    .banner__content {
      min-height: 440px;
      padding-right: 80px; } }

.banner__header {
  line-height: 1.25;
  margin-bottom: 24px; }
  @media (min-width: 992px) {
    .banner__header {
      max-width: 380px; } }
  @media (max-width: 991px) {
    .banner__header {
      margin-top: 10px; } }

.banner--orange {
  background-color: #f08050; }
  @media (min-width: 768px) {
    .banner--orange {
      display: flex; } }

.banner--taupe {
  background-color: #d6cac1; }
  @media (min-width: 768px) {
    .banner--taupe {
      display: flex; } }

.banner--navy {
  background-color: #191e31; }
  @media (min-width: 768px) {
    .banner--navy {
      display: flex; } }

.banner--download {
  background-color: #f08050; }
  @media (min-width: 768px) {
    .banner--download {
      display: flex; } }

.banner--video {
  background-color: #2c595e;
  color: #fff;
  position: relative; }

.banner--roller {
  background-color: #2c595e;
  color: #fff;
  position: relative; }

.banner--bethinking {
  background-color: #2c595e;
  color: #fff;
  position: relative; }

.banner--full {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 75px; }
  .banner--full:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)); }
  .banner--full .banner__header {
    color: #fff;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .banner--full .banner__header {
        padding-right: 60px;
        font-size: 30px; } }
  .banner--full .banner__content {
    min-height: 220px; }
    @media (min-width: 768px) {
      .banner--full .banner__content {
        min-height: 300px; } }
    @media (min-width: 1600px) {
      .banner--full .banner__content {
        min-height: 350px; } }
  .banner--full .container {
    position: relative; }

.banner__icon {
  color: #fff;
  margin-right: 25px;
  display: inline-flex;
  align-items: center; }
  @media (max-width: 767px) {
    .banner__icon {
      margin-bottom: 12px; } }

.banner__categories {
  display: flex;
  position: absolute; }
  @media (min-width: 768px) {
    .banner__categories {
      bottom: 20px;
      left: 0; } }
  @media (max-width: 767px) {
    .banner__categories {
      bottom: 0;
      right: -5px; } }

.banner__resource {
  background-color: #2c595e;
  color: #fff;
  padding: 25px 35px 12px 35px; }
  .banner__resource:hover .banner__resource_body, .banner__resource:focus .banner__resource_body {
    max-height: 200px; }

.banner__credits {
  background-color: #2c595e;
  color: #fff;
  padding: 10px 25px;
  width: 100%;
  z-index: 3;
  font-size: 12px; }
  @media (min-width: 768px) {
    .banner__credits {
      position: absolute;
      bottom: 0;
      width: 50%;
      left: 50%;
      font-size: 14px;
      padding-top: 12px;
      padding-bottom: 12px; } }
  .banner__credits *:last-child {
    margin-bottom: 0; }

.banner__body {
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .banner__body {
      margin-bottom: 35px; } }

.banner__list {
  list-style-type: none;
  font-size: 120%;
  margin: 1em 0 2em;
  padding-left: 0; }
  .banner__list li {
    margin: 8px 0; }
  .banner__list li:before {
    content: "\27A5";
    padding-right: 8px; }

.banner__image {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end; }
  @media (min-width: 768px) {
    .banner__image {
      width: 50%;
      position: absolute;
      right: 0;
      top: 0;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; } }

@media (min-width: 768px) {
  .banner__video {
    position: absolute;
    width: 50%;
    height: 100%; } }

.banner__video iframe {
  width: 100%;
  height: 100%;
  min-height: 300px; }

.banner__resource_title {
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 20px; }

.banner__resource_subtitle {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Helvetica Bold", sans-serif; }

.banner__resource_body {
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
  padding-top: 15px; }

.banner__resource_button {
  margin-top: 10px;
  margin-bottom: 16px;
  margin-left: 50px;
  position: relative; }
  .banner__resource_button:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(/img/Download.svg) center center/contain no-repeat;
    position: absolute;
    left: -50px;
    bottom: 0; }

.banner__scroll {
  font-family: "Helvetica Bold", sans-serif;
  font-size: 22px;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  left: 30px;
  bottom: 28px; }
  @media (min-width: 768px) {
    .banner__scroll {
      left: 0; } }
  .banner__scroll:after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 16px;
    background: url(/img/black_chevron.svg) center center/contain no-repeat;
    margin-left: 15px; }

.banner__cta {
  font-family: "Helvetica Bold", sans-serif;
  font-size: 22px;
  text-decoration: none;
  position: absolute;
  bottom: 30px;
  left: 30px; }
  @media (min-width: 768px) {
    .banner__cta {
      left: 0; } }
  .banner__cta:after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 15px;
    background: url(/img/white_chevron.svg) center center/contain no-repeat;
    margin-left: 15px;
    transform: rotate(-90deg); }
  .banner__cta--dark:after {
    background: url(/img/black_chevron.svg) center center/contain no-repeat; }
  .banner__cta--button {
    border: solid 2px;
    margin-left: 0;
    padding: 12px 46px 12px 16px; }
    .banner__cta--button:after {
      right: 10px;
      top: 18px; }

.banner__form_heading {
  font-size: 19px;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .banner__form_heading {
      font-size: 24px; } }

.banner__slider {
  display: block;
  position: relative; }
  @media (min-width: 992px) {
    .banner__slider {
      display: inline-block;
      width: var(--slider-size);
      height: var(--slider-height); } }
  @media (min-width: 992px) {
    .banner__slider .grid-sm-6 {
      overflow: hidden; } }

@media (min-width: 992px) {
  .banner__slider_wrapper {
    margin-bottom: -5px; } }

@media (min-width: 992px) {
  .banner__slider_inner {
    position: relative;
    width: inherit;
    height: inherit;
    transform-style: preserve-3d;
    transition: transform 0.6s;
    animation: cubeRotate 15s linear infinite; } }

@media (min-width: 992px) {
  .banner__slider_img {
    width: inherit;
    height: inherit;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 1; }
    .banner__slider_img.front {
      transform: translate3d(0, 0, var(--slider-half)); }
    .banner__slider_img.back {
      transform: rotateY(180deg) translate3d(0, 0, var(--slider-half)); }
    .banner__slider_img.left {
      transform: rotateY(-90deg) translate3d(0, 0, var(--slider-half)); }
    .banner__slider_img.right {
      transform: rotateY(90deg) translate3d(0, 0, var(--slider-half)); }
    .banner__slider_img.top {
      transform: rotateX(90deg) translate3d(0, 0, var(--slider-half)); }
    .banner__slider_img.bottom {
      transform: rotateX(-90deg) translate3d(0, 0, var(--slider-half)); } }

@keyframes cubeRotate {
  0% {
    transform: rotateY(0deg); }
  18.75% {
    transform: rotateY(0deg); }
  25% {
    transform: rotateY(-90deg); }
  43.25% {
    transform: rotateY(-90deg); }
  50% {
    transform: rotateY(-180deg); }
  68.75% {
    transform: rotateY(-180deg); }
  75% {
    transform: rotateY(-270deg); }
  93.75% {
    transform: rotateY(-270deg); }
  100% {
    transform: rotateY(-360deg); } }

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%; }

.dropdown__button {
  background-color: #2c595e;
  color: white;
  padding: 16px 55px 16px 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border: 1px solid #fff;
  border-bottom: 0;
  width: 100%;
  text-align: left;
  transition: background-color 0.2s ease-in-out; }
  .dropdown__button:hover, .dropdown__button:focus {
    background-color: #1c383b; }
  .dropdown__button:focus {
    outline: 2px dotted rgba(25, 30, 54, 0.5); }
  .dropdown__button:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/img/white_chevron.svg) center center/contain no-repeat;
    position: absolute;
    top: 14px;
    right: 16px; }

.dropdown__input {
  box-sizing: border-box;
  font-size: 16px;
  padding: 14px 20px 12px 20px;
  border: none;
  border-bottom: 1px solid #ddd;
  width: 100%; }

.dropdown__content {
  display: block;
  position: absolute;
  background-color: #2c595e;
  width: 100%;
  border: 1px solid #fff;
  border-top: 0;
  z-index: 1;
  height: 0;
  overflow-y: scroll;
  transition: height 0.25s ease-out; }
  .dropdown__content.show {
    height: 250px; }

.dropdown__link {
  padding: 12px 16px;
  text-decoration: none;
  display: block; }
  .dropdown__link:hover {
    background-color: #1c383b; }

.banner__roller_container {
  position: relative; }

.banner__roller_text {
  position: absolute;
  top: 0;
  font-size: 32px; }
  @media (min-width: 1200px) {
    .banner__roller_text {
      font-size: 46px; } }

.banner__roller_image {
  display: none; }
  @media (min-width: 768px) {
    .banner__roller_image {
      display: inline-block;
      height: 24px;
      width: 24px; } }
  @media (min-width: 1200px) {
    .banner__roller_image {
      height: 34px;
      width: 34px; } }

.banner__roller_roll {
  display: inline; }

.banner__roller_item {
  position: absolute;
  top: -20px;
  opacity: 0;
  transform: rotateX(-90deg);
  animation-timing-function: ease;
  animation: rolldown 18s forwards infinite;
  margin-left: 110px; }
  @media (min-width: 768px) {
    .banner__roller_item {
      margin-left: 140px; } }
  @media (min-width: 1200px) {
    .banner__roller_item {
      margin-left: 205px; } }

.banner__roller_item:nth-child(1) {
  animation-delay: 0s; }

.banner__roller_item:nth-child(2) {
  animation-delay: 2s; }

.banner__roller_item:nth-child(3) {
  animation-delay: 4s; }

.banner__roller_item:nth-child(4) {
  animation-delay: 6s; }

.banner__roller_item:nth-child(5) {
  animation-delay: 8s; }

.banner__roller_item:nth-child(6) {
  animation-delay: 10s; }

.banner__roller_item:nth-child(7) {
  animation-delay: 12s; }

.banner__roller_item:nth-child(8) {
  animation-delay: 14s; }

.banner__roller_item:nth-child(9) {
  animation-delay: 16s; }

@keyframes rolldown {
  0% {
    top: -100px;
    opacity: 0;
    transform: rotateX(-90deg); }
  9% {
    top: 0;
    opacity: 1;
    transform: rotateX(0); }
  18% {
    top: 100px;
    opacity: 0;
    transform: rotateX(-90deg); } }

.scroller {
  width: 100%;
  padding: 0 5em;
  margin-bottom: 40px; }

.scroller_heading {
  padding: 0 5em;
  margin-top: 40px; }
  .scroller_heading .content__inner {
    margin: 0; }
  .scroller_heading h3 {
    margin: 0; }

.scroller__slide {
  align-items: center; }

.scroller__slide--image img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.scroller .splide__pagination__page.is-active {
  background-color: #ccc !important; }

.file {
  display: flex;
  flex-wrap: wrap;
  padding-left: 40px;
  position: relative;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .file {
      padding-left: 50px;
      margin-bottom: 50px; } }
  @media (min-width: 992px) {
    .file {
      padding-left: 65px; } }
  .file:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/img/download-orange.svg) center center/contain no-repeat;
    position: absolute;
    top: 0;
    left: 0; }
    @media (min-width: 768px) {
      .file:before {
        width: 30px;
        height: 30px; } }
    @media (min-width: 992px) {
      .file:before {
        width: 45px;
        height: 45px; } }

.file__name {
  font-family: "Helvetica Bold", sans-serif;
  font-size: 17px;
  margin-bottom: 8px;
  display: inline-block;
  word-break: break-word; }
  @media (min-width: 768px) {
    .file__name {
      font-size: 19px; } }
  @media (min-width: 1200px) {
    .file__name {
      font-size: 22px; } }

.file__details {
  font-size: 11px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .file__details {
      font-size: 12px; } }

@media (min-width: 992px) {
  .file__button {
    float: right; } }

@media (max-width: 991px) {
  .file__button {
    margin-top: 15px; } }

@media (max-width: 767px) {
  .file__button {
    padding: 4px 7px;
    margin-left: 12px; } }

@media (max-width: 767px) {
  .sidebar .file {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px); } }

.contents {
  background-color: #d6cac1;
  padding: 25px 25px 12px 25px;
  margin-bottom: 50px; }

.contents__header {
  margin-top: 0;
  padding-top: 0; }

.contents__list {
  list-style: none;
  counter-reset: item;
  padding: 0;
  margin-bottom: 45px; }

.contents__item {
  margin-bottom: 8px;
  display: block;
  padding-left: 24px;
  position: relative; }
  .contents__item:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #cf1c51;
    font-family: "Helvetica Bold", sans-serif;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0; }
  .contents__item--active {
    font-family: "Helvetica Bold", sans-serif; }
    .contents__item--active a {
      text-decoration: none; }

.nextprev {
  background-color: #d6cac1;
  display: flex;
  margin-bottom: 50px; }

.nextprev__section {
  width: 50%;
  padding: 25px; }
  .nextprev__section--prev {
    text-align: right;
    border-right: solid 5px white; }

.nextprev__heading {
  margin: 0;
  padding: 0; }

/* Generic form page elements */
.form__body {
  border-left: #eae4e0 0.5em solid;
  padding-left: 1.5em;
  margin-bottom: 30px; }

.form__label {
  font-family: "Helvetica Bold", sans-serif;
  padding-right: 12px; }
  .form__label--inline {
    display: inline-block; }
    @media (max-width: 767px) {
      .form__label--inline {
        margin-bottom: 10px; } }
  .form__label--address {
    font-family: "Helvetica", sans-serif;
    width: 100px;
    text-align: right; }

.form__para {
  font-size: 1.1em;
  margin-top: 15px; }

.form__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 10px; }
  .form__item ::-webkit-input-placeholder {
    color: #aaa; }
  .form__item :-moz-placeholder {
    color: #aaa; }
  .form__item ::-moz-placeholder {
    color: #aaa; }
  .form__item :-ms-input-placeholder {
    color: #aaa; }
  .form__item--textarea {
    align-items: flex-start;
    margin-top: 40px; }
  .form__item--address {
    width: 50%;
    min-width: 300px;
    margin-bottom: 0; }
  .form__item--subfield {
    margin-left: 70px;
    margin-bottom: 0; }
    .form__item--subfield label {
      font-family: "Helvetica", sans-serif; }
  .form__item--last {
    margin-bottom: 45px; }

.form__item--inline {
  display: inline-block;
  margin-right: 45px; }
  .form__item--inline > * {
    display: inline-block; }
  @media (min-width: 768px) {
    .form__item--inline p {
      margin-bottom: 0; } }
  .form__item--inline .custom-radio__label {
    margin-bottom: 0; }

.form__text {
  flex-grow: 1;
  border: 0;
  border-bottom: 1px solid #2dafbb;
  padding: 5px 0;
  font-size: 16px; }
  .form__text--title {
    width: 100px; }
  .form__text--email {
    width: 300px; }
  .form__text--fullname {
    width: 300px; }
  .form__text--university {
    width: 300px; }

.form__textarea {
  flex-grow: 1;
  height: 300px;
  border: 0;
  border: 1px solid #2dafbb;
  padding: 8px;
  font-size: 16px;
  vertical-align: top; }

.form__select {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  padding: 5px 0;
  font-size: 16px;
  border: 0;
  width: 100%;
  min-width: 110px;
  position: relative;
  z-index: 1; }
  .form__select_wrapper {
    flex-grow: 1;
    border-bottom: 1px solid #2dafbb;
    display: inline-block;
    position: relative; }
    .form__select_wrapper:after {
      content: '';
      display: inline-block;
      width: 18px;
      height: 18px;
      background: url(/img/blue-chevron.svg) center center/contain no-repeat;
      position: absolute;
      top: 4px;
      right: 0; }

.form__recaptcha {
  margin-top: 40px; }

.form__group {
  margin-bottom: 18px; }
  @media (min-width: 768px) {
    .form__group {
      margin-bottom: 25px; } }

.form__intro {
  margin-bottom: 40px; }

/* Custom checkbox & radio buttons */
.custom-radio__label,
.custom-checkbox__label {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.custom-radio__input,
.custom-checkbox__input {
  position: absolute;
  opacity: 0; }

.custom-radio__input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.custom-radio__extra {
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #2dafbb;
  transition: all 0.15s ease-in-out; }
  .custom-radio__extra:after {
    content: '';
    position: absolute;
    opacity: 0;
    transform: scale(0.7);
    transition: all 0.1s ease-in-out;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000; }

.custom-radio__label:hover input ~ .custom-radio__extra {
  background-color: rgba(0, 0, 0, 0.1); }

.custom-radio__label input:checked ~ .custom-radio__extra {
  background-color: transparent; }

.custom-radio__label input:checked ~ .custom-radio__extra:after {
  opacity: 1;
  transform: scale(1); }

@media (min-width: 768px) {
  .custom-radio--inline {
    margin-left: 16px; } }

@media (min-width: 992px) {
  .custom-radio--inline {
    margin-left: 35px; } }

@media (max-width: 767px) {
  .custom-radio--inline {
    display: block;
    margin-top: 12px; } }

.custom-radio--inline .custom-radio__label {
  font-size: 15px;
  padding-left: 26px; }

.custom-radio--grey .custom-radio__extra {
  border-color: #888; }
  .custom-radio--grey .custom-radio__extra:after {
    background: #888; }

.custom-checkbox__extra {
  height: 16px;
  width: 16px;
  border: 1px solid #2dafbb;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  margin-right: 20px;
  transition: all 0.1s ease-in-out;
  top: 2px; }
  .custom-checkbox__extra:after {
    content: '';
    display: inline-block;
    background: url(/img/tick.svg) center center/contain no-repeat;
    width: 14px;
    height: 14px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    transform: scale(0.7);
    transition: all 0.1s ease-in-out; }

.custom-checkbox__label:hover input ~ .custom-checkbox__extra {
  background-color: rgba(0, 0, 0, 0.1); }

.custom-checkbox__label input:checked ~ .custom-checkbox__extra {
  background-color: transparent; }

.custom-checkbox__label input:checked ~ .custom-checkbox__extra:after {
  opacity: 1;
  transform: scale(1); }

.custom-checkbox__label-text {
  display: block;
  margin: -20px 0 0 36px; }

.custom-checkbox--inline {
  line-height: 1.4;
  margin-bottom: 15px; }
  .custom-checkbox--inline .custom-checkbox__label {
    padding-left: 0;
    margin-bottom: 0; }
  .custom-checkbox--inline .custom-checkbox__extra {
    top: 2px;
    left: 3px; }

.custom-checkbox--last {
  margin-bottom: 45px; }

.custom-radio__heading {
  font-size: 15px; }
  @media (max-width: 767px) {
    .custom-radio__heading {
      display: block; } }

.radio__buttons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .radio__buttons {
      margin-bottom: 50px; } }

.radio__button {
  position: relative;
  margin-top: 5px;
  text-align: center; }
  @media (max-width: 767px) {
    .radio__button {
      margin-bottom: 12px; } }
  @media (max-width: 500px) {
    .radio__button {
      width: 50%; } }
  .radio__button_input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1; }
  .radio__button_input:checked + label {
    background: #2dafbb; }
  .radio__button_label {
    display: block;
    padding: 9px 24px;
    font-size: 13px;
    border: 1px solid #2dafbb;
    cursor: pointer;
    z-index: 90;
    margin-right: 15px;
    font-family: "Helvetica Bold", sans-serif;
    text-transform: uppercase;
    transition: all 0.15s ease-in-out; }
    .radio__button_label:hover {
      background: #eee; }

/* Resource form */
.resource-filters {
  padding: 0 20px 32px 20px; }
  @media (min-width: 768px) {
    .resource-filters {
      padding: 30px 0 60px 0; } }
  @media (min-width: 992px) {
    .resource-filters {
      padding-bottom: 40px; } }

.resource-filters__title {
  font-size: 22px;
  margin-bottom: 28px; }

.resource-filters__select {
  min-width: 180px; }

.resource-form {
  display: flex; }
  .resource-form ::-webkit-input-placeholder {
    color: #aaa; }
  .resource-form :-moz-placeholder {
    color: #aaa; }
  .resource-form ::-moz-placeholder {
    color: #aaa; }
  .resource-form :-ms-input-placeholder {
    color: #aaa; }
  @media (max-width: 991px) {
    .resource-form .custom-radio--grey {
      float: left;
      margin-right: 20px; } }
  .resource-form .custom-radio {
    margin-bottom: 25px; }
    @media (min-width: 992px) {
      .resource-form .custom-radio {
        margin-right: 30px; } }
    @media (min-width: 1200px) {
      .resource-form .custom-radio {
        margin-right: 50px; } }

.resource-form__text {
  border: 0;
  border-bottom: 1px solid #000;
  padding: 7px 0px;
  margin-right: 5px;
  font-size: 16px; }
  @media (min-width: 1200px) {
    .resource-form__text {
      min-width: 320px; } }

.resource-form__fields {
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  padding-right: 6px; }
  @media (min-width: 992px) {
    .resource-form__fields {
      display: flex; } }

.resource-form__button {
  height: 34px; }

/* Form block */
.form-block {
  background-color: #191e31;
  color: #fff;
  padding: 60px 35px 80px 35px; }

.form-block__title {
  font-size: 35px;
  margin-top: 0; }

.form-block__input {
  border: 0;
  padding: 20px 12px;
  margin-right: 40px;
  min-width: 50%;
  font-size: 15px; }
  @media (min-width: 992px) {
    .form-block__input {
      min-width: 60%; } }

.form-block__button {
  margin-right: 10px;
  min-width: 120px; }

/* Sidebar form */
.sidebar__form {
  background-color: #d6cac1;
  padding: 25px 25px 12px 25px;
  margin-bottom: 50px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .sidebar__form_heading,
  .sidebar__form h3 {
    margin-top: 5px;
    font-size: 28px;
    margin-bottom: 14px; }
    @media (min-width: 768px) {
      .sidebar__form_heading,
      .sidebar__form h3 {
        font-size: 30px; } }
    @media (min-width: 992px) {
      .sidebar__form_heading,
      .sidebar__form h3 {
        font-size: 35px; } }
  .sidebar__form_text {
    border: 0;
    display: block;
    width: 100%;
    padding: 20px 12px;
    margin-bottom: 30px; }
  .sidebar__form_button {
    min-width: 120px;
    display: block;
    float: left;
    clear: both;
    margin-bottom: 16px; }
  .sidebar__form_reset {
    font-size: 13px; }

.card {
  position: relative; }
  .card:hover .card__lower, .card:focus .card__lower {
    height: 160px; }
  .card:hover .card__content, .card:focus .card__content {
    min-height: 450px; }

.card__lower {
  overflow: hidden;
  height: 0;
  transition: all 0.5s ease-in-out 0.1s;
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start; }

@media (min-width: 768px) {
  .card__row {
    display: flex; } }

@media (min-width: 768px) {
  .card__container {
    flex: 1; } }

.card__content {
  background-color: #fff;
  padding: 24px 28px 25px 28px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 85px;
  transition: min-height 0.5s ease-in-out 0.1s;
  display: flex;
  flex-direction: column; }

.card__title {
  font-size: 21px;
  line-height: 1.4;
  margin: 14px 0 15px 0; }
  @media (min-width: 768px) {
    .card__title {
      font-size: 22px; } }
  @media (min-width: 992px) {
    .card__title {
      font-size: 24px; } }

.card__subtitle {
  font-family: "Helvetica Bold", sans-serif;
  text-transform: uppercase;
  font-size: 13px; }
  @media (min-width: 768px) {
    .card__subtitle {
      font-size: 14px; } }

.card__body {
  font-size: 17px;
  line-height: 1.5; }

.card__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 450px;
  width: 100%; }

.card__link {
  color: #000;
  text-decoration: none;
  font-family: "Helvetica Bold", sans-serif;
  padding-right: 60px;
  display: inline-block;
  position: relative; }
  .card__link:after {
    content: '';
    display: inline-block;
    width: 37px;
    height: 37px;
    margin-left: 12px;
    position: absolute;
    bottom: -10px;
    right: 0;
    background: url(/img/arrow-black.svg) center center/contain no-repeat; }

.tile {
  position: relative; }
  @media (min-width: 768px) {
    .tile {
      display: flex;
      min-height: 550px; } }
  @media (min-width: 992px) {
    .tile {
      min-height: 680px; } }

.tile__content {
  padding: 40px 30px 85px 30px;
  position: relative;
  height: 100%; }
  @media (min-width: 768px) {
    .tile__content {
      padding: 50px 50px 100px 50px; } }
  @media (min-width: 992px) {
    .tile__content {
      padding-right: 70px; } }
  @media (min-width: 1200px) {
    .tile__content {
      padding-right: 130px; } }
  @media (min-width: 768px) {
    .tile__content:before {
      content: '';
      display: inline-block;
      height: 20px;
      width: 70px;
      position: absolute; } }

.tile__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.tile__title {
  font-size: 32px;
  margin-top: 32px;
  margin-bottom: 22px; }
  @media (min-width: 768px) {
    .tile__title {
      font-size: 36px;
      margin-top: 45px;
      margin-bottom: 24px; } }
  @media (min-width: 992px) {
    .tile__title {
      font-size: 40px;
      margin-top: 65px; } }
  @media (min-width: 1200px) {
    .tile__title {
      font-size: 44px; } }

.tile__body {
  line-height: 1.5; }

.tile__link {
  text-decoration: none;
  font-family: "Helvetica Bold", sans-serif;
  position: absolute;
  left: 50px;
  bottom: 40px;
  padding: 10px 62px 10px 0; }
  .tile__link:after {
    content: '';
    display: inline-block;
    width: 37px;
    height: 37px;
    margin-left: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: right 0.2s ease-in-out; }
  .tile__link:hover:after {
    right: -10px; }

.tile__subtitle {
  box-shadow: inset 0 -2px 0 0 #000;
  padding-bottom: 4px;
  font-family: "Helvetica Bold", sans-serif; }

.tile--orange {
  background-color: #f08050; }
  .tile--orange .tile__content:before {
    background-color: #f08050; }
  .tile--orange .tile__link:after {
    background-image: url(/img/arrow-black.svg); }

.tile--taupe {
  background-color: #d6cac1; }
  .tile--taupe .tile__content:before {
    background-color: #d6cac1; }
  .tile--taupe .tile__link:after {
    background-image: url(/img/arrow-black.svg); }

.tile--green {
  background-color: #2c595e;
  color: #fff; }
  .tile--green .tile__content:before {
    background-color: #2c595e; }
  .tile--green .tile__subtitle {
    box-shadow: inset 0 -2px 0 0 #fff; }
  .tile--green .tile__link:after {
    background-image: url(/img/arrow-white.svg); }

.tile--navy {
  background-color: #191e31;
  color: #fff; }
  .tile--navy .tile__content:before {
    background-color: #191e31; }
  .tile--navy .tile__subtitle {
    box-shadow: inset 0 -2px 0 0 #fff; }
  .tile--navy .tile__link:after {
    background-image: url(/img/arrow-white.svg); }

.tile--image-left .tile__content:before {
  left: -70px;
  top: 40%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.tile--image-right .tile__content:before {
  right: -70px;
  bottom: 25%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.tile--image-right .tile__image {
  order: 1; }

@media (min-width: 768px) {
  .cta-block {
    display: flex; } }

.cta-block__content {
  background-color: #f08050;
  min-height: 370px;
  position: relative;
  padding: 45px 35px; }
  @media (min-width: 992px) {
    .cta-block__content {
      padding: 60px 50px; } }
  .cta-block__content:before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 70px;
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: inherit; }
  .cta-block__content--green {
    background-color: #2c595e;
    color: #fff; }
    .cta-block__content--green .button {
      color: #fff;
      border-color: #fff; }
  .cta-block__content--taupe {
    background-color: #d6cac1; }
  .cta-block__content--navy {
    background-color: #191e31;
    color: #fff; }
    .cta-block__content--navy .button {
      color: #fff;
      border-color: #fff; }

.cta-block__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.cta-block__title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px; }
  @media (min-width: 768px) {
    .cta-block__title {
      font-size: 35px; } }
  @media (min-width: 992px) {
    .cta-block__title {
      font-size: 46px; } }

.cta-block__button {
  margin-top: 16px;
  padding: 7px 22px; }

.sidebar__cta {
  background-color: #191e31;
  color: #fff;
  padding: 15px 30px 22px 22px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .sidebar__cta {
      margin-bottom: 50px; } }
  .sidebar__cta h3 {
    margin-top: 12px;
    font-size: 28px;
    margin-bottom: 14px; }
    @media (min-width: 768px) {
      .sidebar__cta h3 {
        margin-top: 5px;
        font-size: 30px; } }
    @media (min-width: 992px) {
      .sidebar__cta h3 {
        font-size: 35px; } }

.sidebar__cta_button {
  margin-top: 25px;
  min-width: 120px; }

.connect__content {
  background-color: #f08050;
  padding: 25px 35px 45px;
  height: 100%; }

.connect__title {
  font-size: 24px;
  margin-top: 0; }

.connect__form .form__text {
  background-color: transparent;
  border-color: #000; }

.connect__socials {
  list-style: none;
  padding-left: 0;
  margin: 10px 0 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .connect__socials_link {
    display: inline-block;
    padding: 1em 2em;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap; }
    .connect__socials_link:before {
      content: '';
      display: inline-block;
      width: 30px;
      height: 30px;
      vertical-align: middle;
      margin-right: 1em; }
    .connect__socials_link.facebook:before {
      background: url(/img/facebook.svg) center center/contain no-repeat; }
    .connect__socials_link.twitter:before {
      background: url(/img/twitter.svg) center center/contain no-repeat; }
    .connect__socials_link.youtube:before {
      background: url(/img/youtube.svg) center center/contain no-repeat; }
    .connect__socials_link.linkedin:before {
      background: url(/img/linkedin.svg) center center/contain no-repeat; }
    .connect__socials_link.instagram:before {
      background: url(/img/instagram.svg) center center/contain no-repeat; }

.share__block {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 35px; }
  @media (min-width: 768px) {
    .share__block {
      margin-top: 50px;
      margin-bottom: 55px; } }

.share__label {
  font-family: "Helvetica Bold", sans-serif;
  font-size: 16px;
  margin-right: 5px;
  color: #cf1c51; }
  @media (min-width: 992px) {
    .share__label {
      margin-right: 20px; } }
  @media (min-width: 1600px) {
    .share__label {
      margin-right: 30px;
      font-size: 18px; } }

.share__link {
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  margin-left: 22px;
  position: relative;
  top: 0;
  transition: top 0.25s ease-in-out; }
  @media (min-width: 768px) {
    .share__link {
      flex: 1; } }
  @media (min-width: 1200px) {
    .share__link {
      margin-left: 30px; } }
  .share__link:hover, .share__link:focus {
    top: -5px; }
  .share__link:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px; }
    @media (min-width: 992px) {
      .share__link:before {
        width: 20px;
        height: 20px; } }
    @media (min-width: 1200px) {
      .share__link:before {
        width: 22px;
        height: 22px; } }
  .share__link.link:before {
    background: url(/img/link-pink.svg) center center/contain no-repeat; }
  .share__link.twitter:before {
    background: url(/img/twitter-pink.svg) center center/contain no-repeat; }
  .share__link.print:before {
    background: url(/img/printer-pink.svg) center center/contain no-repeat; }
  .share__link.linkedin:before {
    background: url(/img/linkedin-pink.svg) center center/contain no-repeat; }
  .share__link.email:before {
    background: url(/img/email-pink.svg) center center/contain no-repeat; }

.author__block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px; }

.author__header {
  margin-top: 0; }

.author__photo {
  margin-right: 20px;
  max-width: 70px;
  height: auto; }
  @media (min-width: 992px) {
    .author__photo {
      max-width: 90px; } }

.author__resources {
  text-decoration: none;
  font-family: "Helvetica Bold", sans-serif;
  font-size: 15px; }
  .author__resources:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/img/black_chevron.svg) center center/contain no-repeat;
    transform: rotate(-90deg);
    position: relative;
    top: 3px;
    left: 8px; }

.tags__header {
  margin-top: 0; }

.tags__tag {
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  background: url(/img/tag.svg) left center/contain no-repeat; }
  .tags__tag a {
    text-decoration: none; }
    .tags__tag a:hover {
      text-decoration: underline; }

.footer {
  min-height: 60px;
  margin: 0 auto;
  padding: 15px;
  background-color: #d6cac1;
  color: #000; }
  .footer a {
    color: #000;
    text-decoration: underline; }
  @media (max-width: 767px) {
    .footer {
      max-width: 748px; } }

.footer__row > div[class^='grid'] {
  margin: 24px 0; }

.footer__row--center {
  align-items: center; }

.footer__row--bottom {
  align-items: flex-end; }
  .footer__row--bottom > div[class^='grid'] {
    margin: 0; }

.footer__block--item-last {
  order: 13; }

.footer__logo {
  display: none; }
  @media (min-width: 992px) {
    .footer__logo {
      display: block; } }

.footer__socials {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .footer__socials {
      justify-content: space-between; } }
  @media (min-width: 768px) {
    .footer__socials {
      justify-content: flex-start;
      margin: 48px 0; } }
  @media (min-width: 992px) {
    .footer__socials {
      text-align: right;
      justify-content: flex-end;
      margin: 0; } }
  .footer__socials_link {
    display: inline-block;
    font-size: 0;
    color: transparent;
    position: relative;
    top: 0;
    padding: 0 8px;
    transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out; }
    @media (max-width: 767px) {
      .footer__socials_link {
        padding: 0 8px; } }
    @media (min-width: 768px) {
      .footer__socials_link {
        padding: 0 32px 0 0; } }
    @media (min-width: 992px) {
      .footer__socials_link {
        padding: 0 0 0 32px; } }
    .footer__socials_link:hover {
      opacity: 0.7;
      top: -6px; }
    .footer__socials_link:before {
      content: '';
      display: inline-block;
      width: 30px;
      height: 30px; }
    .footer__socials_link.facebook:before {
      background: url(/img/facebook.svg) center center/contain no-repeat; }
    .footer__socials_link.twitter:before {
      background: url(/img/twitter.svg) center center/contain no-repeat; }
    .footer__socials_link.youtube:before {
      background: url(/img/youtube.svg) center center/contain no-repeat; }
    .footer__socials_link.linkedin:before {
      background: url(/img/linkedin.svg) center center/contain no-repeat; }
    .footer__socials_link.instagram:before {
      background: url(/img/instagram.svg) center center/contain no-repeat; }

.footer__tagline {
  display: flex;
  align-items: flex-start; }
  .footer__tagline_logo {
    width: 30px;
    margin: 5px 10px 0 0;
    filter: grayscale(100%); }
    .footer__tagline_logo.uccf {
      filter: invert(1); }
  .footer__tagline_text {
    flex: 1; }

.footer__address {
  margin-top: 24px;
  font-style: normal; }
  @media (min-width: 992px) {
    .footer__address {
      margin-top: 0;
      text-align: right; } }

.footer__nav {
  list-style: none;
  padding-left: 0; }
  .footer__nav_item {
    display: inline-block;
    margin: 0 5px 20px 0; }
    .footer__nav_item:after {
      content: ' | ';
      margin-left: 5px; }
    .footer__nav_item:last-child::after {
      content: ''; }
  .footer__nav_link {
    color: #2c595e !important;
    font-weight: bold; }

.footer__smallprint {
  display: block; }

@media (min-width: 992px) {
  .footer__fundraising {
    text-align: right; } }

.footer__fundraising img {
  width: 200px;
  padding: 15px;
  margin: 0 -15px 15px -15px;
  filter: grayscale(100%); }
  @media (min-width: 992px) {
    .footer__fundraising img {
      margin: 0 -15px -15px -15px; } }

.network-links {
  background-color: #cbc0b7; }
  .network-links a {
    text-decoration: none; }
    .network-links a:hover {
      text-decoration: none; }

.network-link {
  height: 100%;
  padding: 15px;
  font-size: 32px;
  line-height: 36px;
  color: #fff; }
  .network-link span {
    display: inline-block;
    vertical-align: top; }
  .network-link img {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px; }

.network-link__uccf {
  background-color: #cf1c51;
  font-size: 14px;
  line-height: 13px; }

.network-link__bethinking {
  background-color: #191e31; }

.network-link__ln {
  background-color: #2c595e;
  font-size: 20px;
  line-height: 18px; }

.network-link__uncover {
  background-color: #fcb700; }

.cookie-bar {
  background-color: #cf1c51;
  color: #fff;
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  padding: 20px 15px;
  bottom: -300px;
  transition: bottom 1s ease-in-out; }
  .cookie-bar.active {
    bottom: 0; }
  @media (max-width: 767px) {
    .cookie-bar__button {
      margin-top: 15px; } }
  .cookie-bar__button--accept, .cookie-bar__button--accept:hover {
    color: #cf1c51;
    background-color: #fff; }
  .cookie-bar__button--reject, .cookie-bar__button--reject:hover {
    color: #fff;
    background-color: #cf1c51; }
  .cookie-bar .container--flex {
    align-items: center; }
  .cookie-bar .grid-sm-9 * {
    margin: 0; }

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px 100px 20px 20px;
  border: 1px solid #888;
  width: 80%; }
  @media (max-width: 767px) {
    .modal-content {
      padding: 20px;
      width: 95%; }
      .modal-content ul {
        padding-left: 1em; }
      .modal-content form {
        border: none;
        padding: 0; }
      .modal-content .form__text--email {
        width: auto; }
      .modal-content .form__item--address {
        min-width: 0;
        width: auto; }
      .modal-content .custom-radio__label,
      .modal-content .custom-checkbox__label {
        padding-left: 0; } }

.modal-header {
  font-size: 32px;
  margin-top: 0; }

.modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  margin-right: -70px; }
  @media (max-width: 767px) {
    .modal-close {
      margin-right: 0; } }

.modal-close:hover,
.modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.postcard__frame {
  border: none;
  height: 1300px; }
  @media (min-width: 768px) {
    .postcard__frame {
      height: 800px; } }
