body {
  margin: 0;
  background: #F5F5F5;
  color: #56565A;
  font-family: "Open Sans", sans-serif;
}
html {
  background: -webkit-linear-gradient(left, #588bd2, #2f306c) repeat scroll 0% 0% transparent;
  background: linear-gradient(to right, #588bd2, #2f306c) repeat scroll 0% 0% transparent;
}
.centered {
  text-align: center;
}
#embed-error {
  display: none;
}
.content {
  width: 100%;
  margin: 35px auto;
  padding: 0 15px;
  max-width: 565px;
  overflow: hidden;
}
.content a {
  text-decoration: none;
  color: #588AD3;
}
.content a:hover {
  text-decoration: underline;
}
.content .horizontal-rule {
  background: #D0D2D1;
  width: 100%;
  height: 1px;
  margin: 45px 0 20px;
}
.content .button {
  display: inline-block;
  position: relative;
  margin: 14px 0;
  padding: 12px 38px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #FFFFFF;
  background: #B94D60;
  border-radius: 2px;
  border-width: 0;
  line-height: 27px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.content .button:before {
  position: absolute;
  left: -100%;
  top: 0;
  content: url(assets/images/right-arrow.svg);
  height: 100%;
  width: 100%;
  line-height: 1.7;
  font-size: 180%;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.content .button span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.content .button:hover:before {
  left: 2px;
}
.content .button:hover span {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
.content .button:active {
  top: 2px;
  background: #c77281;
}
.content h1 {
  color: #B94D60;
  font-weight: 300;
  font-size: 38px;
  margin: 8px 0;
}
.content h2 {
  font-size: 18px;
  color: #B94D60;
  font-weight: 600;
}
.content p {
  font-size: 21px;
  font-weight: 300;
  margin: 23px 0;
}
.content.wide {
  max-width: 840px;
}
.content .bold {
  font-weight: 800;
}
.content .boldish {
  font-weight: 700;
}
.white-background {
  background: #FFFFFF;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .half-content {
    width: 50%;
    float: left;
    padding-left: 0;
    padding-right: 16px;
  }
  .half-content:last-child {
    padding-left: 16px;
    padding-right: 0;
  }
}
.mozfest-form .input-container {
  width: 100%;
}
.mozfest-form .checkbox-container .input-container {
  width: auto;
  float: left;
}
.mozfest-form fieldset {
  border: none;
  padding: 0;
}
.mozfest-form label,
.mozfest-form input[type='text'],
.mozfest-form textarea,
.mozfest-form select {
  width: 100%;
}
.mozfest-form label.checkbox-input,
.mozfest-form input[type='text'].checkbox-input,
.mozfest-form textarea.checkbox-input,
.mozfest-form select.checkbox-input {
  width: auto;
}
.mozfest-form input,
.mozfest-form textarea {
  border: solid 1px #D0D2D1;
  border-radius: 4px;
  padding: 11px 10px;
  font-size: 18px;
}
.mozfest-form input.has-wordcount,
.mozfest-form textarea.has-wordcount {
  padding-bottom: 47px;
}
.mozfest-form .input-container {
  position: relative;
  display: inline-block;
}
.mozfest-form .input-container.input-container-has-wordcount {
  display: inline-block;
}
.mozfest-form .input-container .word-count {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 12px 21px;
}
.mozfest-form .input-container .word-count.negative {
  color: #FF0000;
}
.mozfest-form select {
  border: 1px solid #D0D2D1;
  background: #FFFFFF;
  border-radius: 4px;
  font-size: 18px;
  font-family: inherit;
}
.mozfest-form textarea {
  font-family: inherit;
  height: 150px;
}
.mozfest-form label {
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
}
.mozfest-form select,
.mozfest-form .input-combo {
  margin-bottom: 20px;
}
.mozfest-form select.checkbox-container,
.mozfest-form .input-combo.checkbox-container {
  margin-bottom: 0;
}
.mozfest-form select.checkbox-container.privacyPolicy-container,
.mozfest-form .input-combo.checkbox-container.privacyPolicy-container {
  margin-top: 20px;
}
.mozfest-form select .other-theme-input,
.mozfest-form .input-combo .other-theme-input {
  display: inline;
  padding: 0 5px;
  width: auto;
  font-size: 16px;
}
.mozfest-form .error-message {
  display: none;
  color: #FF0000;
  margin: 0 0 20px 0;
}
.mozfest-form .error-message.show {
  display: block;
}
.mozfest-form .error-message#theme-other-error-message {
  margin: 0;
}
.mozfest-form button .fa {
  display: none;
}
.mozfest-form button.waiting .fa {
  display: inline-block;
}
.mozfest-form label,
.mozfest-form input[type='text'],
.mozfest-form textarea,
.mozfest-form select,
.mozfest-form button {
  display: block;
}
.mozfest-form label.checkbox-input,
.mozfest-form input[type='text'].checkbox-input,
.mozfest-form textarea.checkbox-input,
.mozfest-form select.checkbox-input,
.mozfest-form button.checkbox-input {
  display: inline;
  font-size: 16px;
  margin-left: 5px;
  font-weight: 400;
}
.mozfest-form label.checkbox-input.theme-checkbox,
.mozfest-form input[type='text'].checkbox-input.theme-checkbox,
.mozfest-form textarea.checkbox-input.theme-checkbox,
.mozfest-form select.checkbox-input.theme-checkbox,
.mozfest-form button.checkbox-input.theme-checkbox {
  margin-top: 0;
}
.mozfest-form .errors {
  color: #B94D60;
}
.mozfest-form .additional-text,
.mozfest-form .example-value {
  font-size: 18px;
  margin: 0;
}
.illustration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .illustration {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .illustration.flip-it {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .illustration .illustration-text,
  .illustration .illustration-image-container {
    width: 50%;
  }
}
.illustration .illustration-image-container {
  text-align: center;
}
.footer {
  background: -webkit-linear-gradient(left, #588bd2, #2f306c);
  background: linear-gradient(to right, #588bd2, #2f306c);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 315px;
}
@media screen and (min-width: 768px) {
  .footer {
    height: 280px;
  }
  .footer .nav-link-container {
    display: inline-block;
    margin-right: 30px;
  }
  .footer .nav-link-container:last-child {
    margin-right: 0;
  }
}
.footer .horizontal-rule {
  background: #8E90AE;
  width: 322px;
  height: 0;
  margin: 28px auto;
}
.footer a {
  font-size: 15px;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
}
.footer .footer-content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer .footer-content {
    max-width: 768px;
  }
}
.footer .footer-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .footer .footer-icons {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.footer .footer-icons .footer-icon {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .footer .footer-icons .footer-icon {
    width: 96px;
    margin-bottom: 0;
  }
}
.footer .footer-icons .footer-icon:hover .icon-circle {
  top: -4px;
}
.footer .footer-icons .footer-icon .icon-circle {
  position: relative;
  top: 0;
  margin: 0 auto;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: solid 2px #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: all 0.18s ease-in-out 0s;
          transition: all 0.18s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .footer .footer-icons .footer-icon .icon-circle {
    margin: 0 auto 15px;
    width: 70px;
    height: 70px;
  }
}
.footer .footer-icons .footer-icon .icon-circle img {
  width: 20px;
}
@media screen and (min-width: 768px) {
  .footer .footer-icons .footer-icon .icon-circle img {
    width: 35px;
  }
}
.footer .link-container {
  text-align: center;
}
.footer .link-container a {
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  display: inline;
}
.footer .link-container a:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.9);
}
.header .header-content {
  max-width: 1200px;
  margin: 0px auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .header {
    height: 90px;
  }
}
.header a {
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
  font-size: 14px;
}
.header .nav-home {
  padding-top: 45px;
  width: 100%;
}
.header .nav-home a {
  margin: 0 auto;
  text-align: center;
}
.header .nav-home a img {
  width: 85%;
}
@media screen and (min-width: 768px) {
  .header .nav-home {
    float: left;
    padding-top: 0;
    width: auto;
  }
  .header .nav-home a img {
    width: 100%;
  }
}
.header .nav-items .nav-link-container {
  text-align: center;
}
.header .nav-items a {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  text-align: center;
  margin: 0 0 15px 0;
}
.header .nav-items a.active {
  border-bottom: 2px solid #56565A;
}
.header .nav-items a:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #56565A;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: height 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
          transition: height 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
}
.header .nav-items a:hover:not(.active):after {
  height: 2px;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media screen and (min-width: 768px) {
  .header .nav-items {
    float: right;
  }
  .header .nav-items a {
    display: inline;
    margin: 0 30px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .header .nav-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.header .nav-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.header .nav-home,
.header .nav-items {
  height: 100%;
}
.hero-unit {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 7px;
}
@media screen and (min-width: 768px) {
  .hero-unit {
    height: 500px;
    font-size: 44px;
  }
}
.space-pathway-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .space-pathway-profile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.space-pathway-profile .detail {
  width: 100%;
  padding-right: 0;
  border-bottom: 1px solid #D1D3D3;
}
@media screen and (min-width: 768px) {
  .space-pathway-profile .detail {
    width: 75%;
    padding-right: 20px;
    border-bottom: none;
    border-right: 1px solid #D1D3D3;
  }
}
.space-pathway-profile .detail .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: auto;
}
@media screen and (min-width: 768px) {
  .space-pathway-profile .detail .header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .space-pathway-profile .detail .header img + h1 {
    margin-left: 20px;
  }
}
.space-pathway-profile .detail .type {
  font-style: italic;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .space-pathway-profile .detail .type {
    text-align: left;
  }
}
.space-pathway-profile .detail .description p {
  font-size: 17px;
}
.space-pathway-profile .contacts {
  font-size: 21px;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .space-pathway-profile .contacts {
    width: 25%;
    margin-left: 20px;
  }
}
.space-pathway-profile .contacts h2 {
  font-size: 21px;
  font-weight: 300;
  color: inherit;
  text-transform: capitalize;
}
.space-pathway-profile .contacts h2:after {
  content: ":";
}
.space-pathway-profile .contacts ul {
  list-style-type: none;
  padding-left: 0;
}
.space-pathway-profile .contacts li {
  margin-bottom: 30px;
}
.space-pathway-profile .contacts li .name {
  font-weight: 700;
}
.space-pathway-profile .contacts li:hover .bio-section {
  display: block;
}
.space-pathway-profile .bio-section {
  display: none;
}
.space-pathway-profile .bio-section .tooltip-arrow {
  width: 0;
  height: 0;
  margin-left: 20px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #ccc;
}
.space-pathway-profile .bio-section .content-box {
  padding: 10px;
  background: #ccc;
  border-radius: 4px;
}
.space-pathway-profile .bio-section img {
  width: 100%;
}
.space-pathway-profile .bio-section p {
  font-size: 12px;
  line-height: 14px;
  margin: 15px 0;
}
.about-page .hero-unit {
  background-position: 100% center;
  background-size: 115%;
}
.about-page .circles-container {
  margin: 0 auto;
  overflow: hidden;
  max-width: 738px;
  width: 100%;
}
.about-page .circles-container .circle-container {
  text-align: center;
  width: 100%;
  max-width: 246px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about-page .circles-container .circle-container {
    float: left;
  }
}
.about-page .circles-container .circle-container .circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 10px;
  height: 110px;
  width: 110px;
  color: #BD556A;
  font-size: 36px;
  font-weight: 300;
  border-radius: 50%;
  border: solid 1px #BD556A;
}
.about-page .circles-container .circle-container .label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.about-page .timeline-item .timeline-content,
.about-page .timeline-item .timeline-label {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-page .timeline-item .timeline-content,
  .about-page .timeline-item .timeline-label {
    text-align: left;
  }
}
.about-page .timeline-item.flip-it .timeline-image-container {
  width: 420px;
  border-right: 0px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
}
@media screen and (min-width: 768px) {
  .about-page .timeline-item.flip-it .timeline-content,
  .about-page .timeline-item.flip-it .timeline-label {
    text-align: right;
  }
}
.about-page .timeline-container {
  background: -webkit-linear-gradient(top, #ee8a01, #dc4b50);
  background: linear-gradient(to bottom, #ee8a01, #dc4b50);
}
.about-page .timeline-container .timeline-item-container {
  width: 100%;
  max-width: 840px;
  margin: 20px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .about-page .timeline-container .timeline-item-container {
    margin: 0 auto;
  }
}
.about-page .timeline-container .timeline-image-container {
  display: none;
  width: 420px;
  border-right: 1px solid #FFFFFF;
}
@media screen and (min-width: 768px) {
  .about-page .timeline-container .timeline-image-container {
    display: block;
  }
}
.about-page .timeline-container .timeline-content-container {
  width: 420px;
  color: #FFFFFF;
}
.about-page .timeline-container .timeline-content {
  margin: 8px 36px;
}
.about-page .timeline-container .label-line {
  width: 28px;
  height: 1px;
  background: #FFFFFF;
  margin-bottom: 6px;
  display: none;
}
@media screen and (min-width: 768px) {
  .about-page .timeline-container .label-line {
    display: inline-block;
  }
}
.about-page .timeline-container .label {
  margin: 0 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.about-page .timeline-container .timeline-time-circle {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 300;
}
.about-page .timeline-container .starting-line {
  height: 52px;
  width: 1px;
  background: #FFFFFF;
  margin: 0 auto;
}
.about-page .timeline-container h1 {
  text-align: center;
  color: #FFFFFF;
}
.about-page .timeline-container .final-circle {
  overflow: hidden;
}
.about-page .timeline-container .final-circle .inner-circle .inner-circle-1,
.about-page .timeline-container .final-circle .inner-circle .inner-circle-2 {
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  margin: 0 auto;
}
.about-page .timeline-container .final-circle .inner-circle .inner-circle-1 {
  height: 22px;
  width: 22px;
  margin-bottom: 2px;
  margin-top: 20px;
}
.about-page .timeline-container .final-circle .inner-circle .inner-circle-2 {
  height: 40px;
  width: 40px;
}
.about-page .timeline-container .content {
  margin-bottom: 0;
  padding-bottom: 110px;
  margin-top: 0;
}
.about-page .timeline-container .content .button {
  background: #FFFFFF;
  color: #B94D60;
}
.about-page .timeline-container .content .button:before {
  content: url("assets/images/right-arrow-red.svg");
}
.about-page .timeline-container .final-circle,
.about-page .timeline-container .timeline-time-circle {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: solid 1px #FFFFFF;
  height: 60px;
  width: 60px;
}
.about-page .timeline-item-2015 img {
  margin-left: -62px;
}
.about-page .timeline-item-2014 .timeline-image-container {
  height: 320px;
}
.about-page .timeline-item-2014 img {
  margin-left: -123px;
  margin-top: -90px;
}
.about-page .timeline-item-2013 .timeline-image-container {
  height: 320px;
}
.about-page .timeline-item-2013 img {
  margin-top: -40px;
  margin-left: -115px;
}
.about-page .timeline-item-2012 img {
  margin: 36px;
}
.about-page .timeline-item-2011 .timeline-image-container {
  height: 260px;
}
.about-page .timeline-item-2011 img {
  margin-left: -131px;
  margin-top: -80px;
}
.about-page .timeline-item-2010 img {
  margin-left: 10px;
}
.expect-page .hero-unit {
  background-position: center 13%;
}
.expect-page .hero-unit-container {
  background: -webkit-linear-gradient(left, #c46128, #b94c5f);
  background: linear-gradient(to right, #c46128, #b94c5f);
}
.expect-page .letter,
.expect-page .participating {
  overflow: hidden;
  text-align: left;
}
.expect-page .expect-header {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
.expect-page .signature-container {
  text-align: right;
  margin-top: -70px;
}
.expect-page .signature-container .surman-photo-crop {
  margin-top: 45px;
  margin-left: 20px;
  height: 128px;
  width: 128px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
.expect-page .signature-container .surman-photo-crop img {
  -webkit-transform: scale(0.6) translate(-49%, -34%);
  transform: scale(0.6) translate(-49%, -34%);
}
@media screen and (min-width: 768px) {
  .expect-page .signature-container .surman-photo-crop {
    margin-top: 0;
    margin-left: 0;
    height: 160px;
    width: 160px;
  }
  .expect-page .signature-container .surman-photo-crop img {
    -webkit-transform: scale(0.75) translate(-33%, -17%);
    transform: scale(0.75) translate(-33%, -17%);
  }
}
.expect-page .signature-bold {
  font-weight: 600;
  font-style: italic;
}
.expect-page .schedule-table {
  width: 100%;
  border-collapse: seperate;
  border-spacing: 4px 0;
}
.expect-page .schedule-table tr {
  text-align: left;
}
.expect-page .schedule-table tr.table-header {
  text-transform: uppercase;
}
.expect-page .schedule-table tr:first-child {
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
}
.expect-page .schedule-table tr:first-child td {
  background: #32438E;
  padding: 14px;
}
.expect-page .schedule-table tr:first-child td:first-child {
  background: #C36127;
}
.expect-page .schedule-table tr:first-child td:last-child {
  background: #BB4E61;
}
.expect-page .schedule-table tr:last-child td {
  padding: 14px;
}
.expect-page .schedule-table tr td {
  padding: 0 14px;
  background: #F4F6FB;
}
.expect-page .schedule-table tr td .td-container {
  padding: 14px 0;
  border-bottom: 1px solid #DADADA;
}
.expect-page .schedule-table tr td:nth-child(odd) {
  background: #F1F1F1;
}
.expect-page .schedule-table tr td .time {
  font-weight: 700;
}
.fringe-events-page .cta {
  margin-top: 35px;
}
.fringe-events-page .cta h2 {
  font-size: 28px;
  font-weight: 800;
  color: #55565A;
}
.fringe-events-page .required-note {
  margin: 0 0 1rem 0;
  font-weight: 600;
  font-size: 18px;
}
.events ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.events li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .events li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .events li h1,
  .events li .details {
    width: 50%;
  }
  .events li .details {
    padding-left: 30px;
  }
}
.events li h1 {
  font-weight: 700;
  margin: 0 0 15px 0;
  padding: 0;
}
.events li .details {
  font-size: 17px;
  font-weight: 300;
}
.events li .details p {
  font-size: 17px;
}
.events li h1:first-letter,
.events li .location:first-letter,
.events li .description:first-letter {
  text-transform: capitalize;
}
.event-block:nth-child(2n+1) {
  background: #FFFFFF;
  overflow: hidden;
}
#fringe-form-section h1 {
  margin-top: 40px;
}
@-webkit-keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 1.8rem;
  }
}
@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 1.8rem;
  }
}
.loading-message:after {
  content: "...";
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: -4px;
  width: 0;
  margin-left: .5rem;
  font-size: 2rem;
  vertical-align: bottom;
  line-height: 1;
  -webkit-animation: loading 1.2s linear infinite;
          animation: loading 1.2s linear infinite;
}
.guidelines-page .hero-unit {
  background-position: center 38%;
}
.guidelines-page .hero-unit-container {
  background: -webkit-linear-gradient(left, #e4ce1f, #72a247);
  background: linear-gradient(to right, #e4ce1f, #72a247);
}
.guidelines-page .half-content {
  text-align: left;
}
.guidelines-page .treat-each-other-list {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  line-height: 2;
}
.home-page .hero-unit {
  background-position: center bottom;
}
.home-page .header {
  color: #FFFFFF;
  position: absolute;
  width: 100%;
}
.home-page .header .nav-items a:after {
  background: #FFFFFF;
}
.home-page .hero-unit-container {
  background: -webkit-linear-gradient(left, #c26228, #af404f);
  background: linear-gradient(to right, #c26228, #af404f);
}
@media screen and (min-width: 768px) {
  .home-page .iframe-container iframe {
    width: 640px;
    height: 390px;
  }
}
.home-page .hero-unit {
  padding-top: 350px;
  height: 890px;
}
.home-page .hero-unit iframe {
  margin: 0 auto;
  border-width: 0;
}
.home-page .hero-unit .iframe-container {
  box-sizing: content-box;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .home-page .hero-unit {
    padding-top: 90px;
    height: 705px;
  }
}
.home-page .hero-unit .video-link {
  width: 112px;
  height: 112px;
  margin: 0 auto;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: -webkit-transform .3s;
          transition: transform .3s;
}
.home-page .hero-unit .video-link:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.home-page .hero-unit h1 {
  margin: 0;
  font-size: 46px;
}
.home-page .hero-unit h1,
.home-page .hero-unit h2 {
  font-weight: 800;
  letter-spacing: 7px;
  text-transform: uppercase;
}
.home-page .hero-unit .horizontal-rule {
  width: 84px;
  height: 5px;
  background: #FFFFFF;
  margin: 10px auto 6px;
}
.home-page .hero-unit h2 {
  margin: 0;
  font-size: 28px;
  letter-spacing: 2px;
}
.home-page .hero-unit div {
  font-size: 24px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
}
.location-page .map-box-container {
  height: 500px;
  margin: 0 20px;
}
@media screen and (min-width: 768px) {
  .location-page .map-box-container {
    margin: 0;
  }
}
.location-page .small p {
  font-size: 14px;
  font-weight: 400;
}
.location-page .mapbox-popup p {
  font-size: 12px;
  margin: 0;
}
.proposals-page .hero-unit {
  background-position: center 14%;
}
.proposals-page .hero-unit-container {
  background: -webkit-linear-gradient(left, #599d73, #57949d);
  background: linear-gradient(to right, #599d73, #57949d);
}
.tickets-page .hero-unit-container {
  background: -webkit-linear-gradient(left, #4a825d, #406882);
  background: linear-gradient(to right, #4a825d, #406882);
}
.tito-tickets button {
  color: #FFFFFF;
  cursor: pointer;
  background: #BB4E61;
  border: none;
  overflow: hidden;
  font-size: 30px;
  font-weight: 600;
  margin: 23px 26px;
  position: relative;
  padding: 28px 0;
  width: 220px;
  border-radius: 4px;
  -webkit-transition: background .3s;
          transition: background .3s;
}
.tito-tickets button:hover {
  background: #9F4253;
}
.tito-tickets button:before,
.tito-tickets button:after {
  background: #F5F5F5;
  border-radius: 50%;
  position: absolute;
  height: 28px;
  width: 28px;
  content: ' ';
  margin-top: -14px;
  top: 50%;
}
.tito-tickets button:before {
  left: 0;
  margin-left: -14px;
}
.tito-tickets button:after {
  right: 0;
  margin-right: -14px;
}
@media screen and (min-width: 768px) {
  .tito-tickets button {
    width: 350px;
  }
}
.volunteer-page .hero-unit-container {
  background: -webkit-linear-gradient(left, #4a825d, #406882);
  background: linear-gradient(to right, #4a825d, #406882);
}
.volunteer-page .thank-you {
  font-weight: 600;
}
.contact-page .hero-unit {
  background-position: center 14%;
}
.contact-page .hero-unit-container {
  background: -webkit-linear-gradient(left, #5180ba, #a8516c);
  background: linear-gradient(to right, #5180ba, #a8516c);
}
.remote-page .hero-unit {
  background-position: center 13%;
}
.remote-page .hero-unit-container {
  background: -webkit-linear-gradient(left, #c46128, #b94c5f);
  background: linear-gradient(to right, #c46128, #b94c5f);
}
.remote-page .remote-header {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
.remote-page .ragged {
  text-align: left;
}
.remote-page hr {
  background: transparent;
  width: 840px;
  height: 0px;
  margin: -1px auto;
  border-bottom: 1px solid grey;
}
.remote-page ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.remote-page ul li {
  margin: 1rem 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.remote-page h1 {
  text-align: center;
}
.remote-page .illustration .illustration-text {
  width: auto;
}
@media screen and (min-width: 768px) {
  .remote-page .illustration .illustration-image-container {
    width: 33%;
    margin: 0px 1rem;
  }
}
.sessions-page .content.no-vertical-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.pathways-page .content.no-vertical-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.member-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 23px;
}
@media screen and (min-width: 768px) {
  .member-profile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.member-profile .image-container {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .member-profile .image-container {
    width: 30%;
    text-align: left;
    padding-right: 30px;
  }
}
.member-profile .image-container img {
  width: 250px;
}
@media screen and (min-width: 768px) {
  .member-profile .image-container img {
    width: 100%;
  }
}
.member-profile .details {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .member-profile .details {
    width: 70%;
    text-align: left;
  }
}
.member-profile h1 {
  font-weight: 800;
  margin: 0;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .member-profile h1 {
    text-align: left;
  }
}
.member-profile h2 {
  font-size: 32px;
  font-weight: 300;
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .member-profile h2 {
    text-align: left;
  }
}
