@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box; }

header,
aside,
section,
div,
span,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px; }

body {
  font-size: 1rem;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin: 0;
  width: 100%;
  background-color: #ffffff; }

a {
  text-decoration: none;
  color: #cc4b00;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

p a {
  text-decoration: underline; }

img {
  display: block;
  border: none; }

.skip-links__link {
  position: absolute;
  top: -31.25rem;
  z-index: 100;
  width: 1px;
  height: 1px;
  overflow: hidden; }
  .skip-links__link:focus, .skip-links__link:active {
    top: 0px;
    width: auto;
    height: auto;
    padding: 0.625rem;
    overflow: visible;
    background-color: #e65400;
    color: #ffffff; }

.container {
  width: 100%;
  height: inherit;
  margin: 0 auto;
  padding: 0 0.9375rem;
  -webkit-transition: height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media (min-width: 960px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }
  @media (min-width: 2200px) {
    .container {
      max-width: 1600px; } }

.container--fluid {
  width: 100%;
  padding: 0; }

.the-pit {
  overflow: hidden;
  position: relative;
  right: 0;
  display: block;
  -webkit-transition: right 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: right 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.nav--is-on .the-pit {
  right: calc(100% - 45px); }
  @media (min-width: 500px) {
    .nav--is-on .the-pit {
      right: 20rem; } }
  @media (min-width: 960px) {
    .nav--is-on .the-pit {
      right: 0; } }

.grids {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
          justify-content: flex-start;
  width: 100%; }
  .grids.grids--margins [class^="grid-"] {
    margin-right: 0rem; }
    .grids.grids--margins [class^="grid-"]:last-child {
      margin-right: 0; }
  @media (min-width: 700px) {
    .grids {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      flex-wrap: nowrap; }
      .grids.grids--margins [class^="grid-"] {
        margin-right: 1.875rem; } }

.grids--dont-stack {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap; }
  .grids--dont-stack.grids--margins [class^="grid-"] {
    margin-right: 1.25rem; }
    .grids--dont-stack.grids--margins [class^="grid-"]:last-child {
      margin-right: 0; }

[class^="grid-"] {
  width: 100%;
  min-width: 0;
  -webkit-box-flex: 0;
          flex: 0 1 auto; }

@media (min-width: 700px) {
  .grid-1 {
    width: 8.33333%; } }

@media (min-width: 700px) {
  .grid-2 {
    width: 16.66666%; } }

@media (min-width: 700px) {
  .grid-3 {
    width: 25%; } }

@media (min-width: 700px) {
  .grid-4 {
    width: 33.33333%; } }

@media (min-width: 700px) {
  .grid-5 {
    width: 41.66666%; } }

@media (min-width: 700px) {
  .grid-6 {
    width: 50%; } }

@media (min-width: 700px) {
  .grid-7 {
    width: 58.33333%; } }

@media (min-width: 700px) {
  .grid-8 {
    width: 66.66666%; } }

@media (min-width: 700px) {
  .grid-9 {
    width: 75%; } }

@media (min-width: 700px) {
  .grid-10 {
    width: 83.33333%; } }

@media (min-width: 700px) {
  .grid-11 {
    width: 91.66666%; } }

@media (min-width: 700px) {
  .grid-12 {
    width: 100%; } }

@media (min-width: 700px) {
  .grid--border-left {
    padding-left: 1.875rem;
    border-left: solid 1px #d6d6d6; } }

@media (min-width: 700px) {
  .grid--border-right {
    padding-left: 1.875rem;
    border-left: solid 1px #d6d6d6; } }

.wallmaster {
  width: 100%;
  background-color: #ffffff;
  -webkit-transition: height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.small-device {
  display: none; }
  .small-device i {
    text-align: center;
    font-size: 8.75rem;
    padding-bottom: 1.25rem;
    color: #e65400; }
  .small-device p {
    color: #505050;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 0;
    line-height: 1.75rem; }
  @media (min-width: 0px) and (max-width: 319px) {
    .small-device {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      z-index: 90;
      display: block;
      visibility: visible;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-flow: column nowrap;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center; } }

@media (min-width: 0px) and (max-width: 319px) {
  body,
  html {
    overflow: hidden; } }

.small-device__logo {
  margin: 1.25rem 0.625rem;
  font-family: "skeletor";
  font-size: 4.375rem;
  color: #e65400; }
  .small-device__logo:before {
    content: ""; }

.small-device__text {
  text-align: center;
  color: #505050;
  text-transform: uppercase; }

.small-device__phone {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  word-break: break-all; }

.form-field {
  position: relative;
  margin-bottom: 1.5rem;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.form-field__label,
.fieldset__label {
  color: #505050;
  cursor: pointer;
  display: block;
  margin-left: 0.625rem;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875rem; }

.form-field--inverse .form-field__label,
.form-field--inverse .fieldset__label {
  color: #ffffff; }

.form-field--inline,
.fieldset--inline {
  display: inline-block;
  margin-right: 1.25rem; }
  .form-field--inline:last-child,
  .fieldset--inline:last-child {
    margin-right: 0; }

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

.form--iframe {
  padding: 1.25rem;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  background-color: #ffffff; }
  .form--iframe iframe {
    width: 100%;
    height: 64rem; }
  @media (min-width: 1200px) {
    .form--iframe {
      padding: 1.25rem 1.875rem 2.5rem 1.875rem; } }

.form-field__checkbox {
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start; }

.form-field__checkbox [type="checkbox"] {
  position: absolute;
  left: -1000em; }

.form-field__checkbox-custom {
  position: relative;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0 0.625rem 0 0;
  padding: 0;
  background-color: #ffffff;
  border: solid 2px #505050;
  border-radius: 2px;
  cursor: pointer; }

.form-field__checkbox-input:checked + .form-field__checkbox-custom {
  background-color: #fdb913;
  border-color: #fdb913; }

.form-field__checkbox-input:focus + .form-field__checkbox-custom {
  border-color: #fdb913; }

.form-field__checkbox-input:checked + .form-field__checkbox-custom:after {
  content: "";
  font-family: "skeletor";
  font-size: 0.75rem;
  color: #ffffff;
  position: absolute;
  top: 0.1875rem;
  left: 0rem; }

.form-field__checkbox-text {
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
  color: #505050;
  -webkit-box-flex: 1;
          flex: 1 0 0%; }

.form-field--checkbox.alert:after {
  display: none; }

.form-field--checkbox.alert .form-field__message {
  bottom: -2.0625rem;
  width: auto; }

.form-field__checkbox--large .form-field__checkbox-custom {
  width: 2.5rem;
  height: 2.5rem; }

.form-field__checkbox--large .form-field__checkbox-custom:after {
  font-size: 1.5rem !important;
  left: 0.1875rem !important;
  top: 0.375rem !important; }

.form-field__checkbox--large .form-field__checkbox-text {
  font-size: 1.25rem; }

.alert .form-field__checkbox-custom {
  border-color: #fdb913; }

.fieldset {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 1.5rem; }

.fieldset .form-field__message {
  position: relative;
  bottom: auto; }

.fieldset__phone {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start; }
  .fieldset__phone .form-field {
    margin-right: 1.25rem;
    margin-bottom: 0.625rem;
    -webkit-box-flex: 2;
            flex: 2; }
    .fieldset__phone .form-field:first-child {
      -webkit-box-flex: 1;
              flex: 1; }
    .fieldset__phone .form-field:nth-child(2) {
      -webkit-box-flex: 1;
              flex: 1; }
    .fieldset__phone .form-field:last-child {
      margin-right: 0px; }
  .fieldset__phone .form-field__input {
    padding-right: 0.625rem; }

.form-field__input {
  width: 100%;
  margin: 0;
  padding: 0.4375rem 0.625rem;
  padding-right: 2.5rem;
  font-size: 1rem;
  color: #505050;
  border: solid 1px #d6d6d6;
  border-top-color: transparent;
  border-right-color: transparent;
  outline: none;
  box-shadow: 0 0 2px 2px rgba(230, 84, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .form-field__input:hover, .form-field__input:focus {
    border: solid 1px #fdb913;
    background-color: #f1f1f0; }

.form-field--inverse .form-field__input {
  background-color: transparent; }

.alert .form-field__input {
  border: solid 1px #fdb913;
  background-color: #f1f1f0;
  box-shadow: inset 0 0 0px 1px #fdb913; }

.form-field--input.alert:after {
  content: "";
  bottom: 0.5rem;
  right: 0.5rem;
  color: #fdb913;
  font-size: 1.25rem;
  font-family: "skeletor" !important;
  position: absolute;
  z-index: 10; }

.form-field--inverse .form-field__input:hover,
.form-field--inverse .form-field__input:focus {
  background-color: #ffffff; }

.form-field__input:hover:disabled {
  border-color: #d6d6d6;
  border-top-color: transparent;
  border-right-color: transparent;
  background-color: transparent;
  cursor: not-allowed !important; }

.alert--red .form-field__input {
  border-color: #da2128;
  box-shadow: inset 0 0 0px 1px #da2128; }

.alert--red.form-field--input.alert:after {
  color: #da2128; }

.form-field__radio {
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start; }

.form-field__radio [type="radio"] {
  position: absolute;
  left: -1000em; }

.form-field__radio-custom {
  position: relative;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0 0.625rem 0 0;
  padding: 0;
  background-color: #ffffff;
  border: solid 2px #505050;
  cursor: pointer;
  border-radius: 50%; }

.form-field__radio-input:checked + .form-field__radio-custom {
  border-color: #fdb913; }

.form-field__radio-input:focus + .form-field__radio-custom {
  border-color: #fdb913; }

.form-field__radio-input:checked + .form-field__radio-custom:after {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fdb913;
  position: absolute;
  top: 0.125rem;
  right: 0.125rem;
  border-radius: 50%;
  content: ""; }

.form-field__radio-text {
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
  color: #505050;
  -webkit-box-flex: 1;
          flex: 1 0 0%; }

.form-field--radio.alert:after {
  display: none; }

.form-field--radio.alert .form-field__message {
  bottom: -2.0625rem;
  width: auto; }

.form-field__radio--large .form-field__radio-custom {
  width: 2.5rem;
  height: 2.5rem;
  border-width: 3px; }

.form-field__radio--large .form-field__radio-custom:after {
  width: 1.625rem !important;
  height: 1.625rem !important;
  top: 0.25rem !important;
  right: 0.25rem !important; }

.alert .form-field__radio-custom {
  border-color: #fdb913; }

.form-field__select {
  position: relative; }

.form-field__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  width: 100%;
  padding: 0.4375rem 2.5rem 0.4375rem 0.625rem;
  border-radius: 0;
  border: solid 1px #d6d6d6;
  border-top-color: transparent;
  border-right-color: transparent;
  font-size: 1rem;
  background-color: #ffffff;
  color: #505050;
  -webkit-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .form-field__select select:hover, .form-field__select select:focus {
    background-color: #f1f1f0;
    border-color: #fdb913;
    outline: none; }

.form-field__select:after {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  margin-top: -0.3125rem;
  z-index: 10;
  font-family: "skeletor" !important;
  font-size: 0.625rem;
  content: "";
  color: #fdb913;
  pointer-events: none; }

.alert .form-field__select:after {
  content: "";
  font-size: 1.25rem;
  margin-top: -0.625rem; }

.alert .form-field__select select {
  border: solid 1px #fdb913;
  background-color: #f1f1f0;
  box-shadow: inset 0 0 0px 1px #fdb913; }

.select-filter {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start; }
  .select-filter .form-field {
    margin-bottom: 0; }
  .select-filter select {
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem; }
  .select-filter .form-field--select + .btn {
    margin-left: 0.625rem; }

.form-field__toggle {
  cursor: pointer;
  display: inline-block; }

.form-field__toggle [type="radio"] {
  position: absolute;
  left: -1000em; }

.form-field__toggle-custom {
  padding: 0.25rem 1.25rem;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.875rem;
  margin-right: 0;
  border: solid 2px #505050;
  color: #505050;
  cursor: pointer;
  box-sizing: content-box;
  border-top-radius: 1.25rem;
  border-right-radius: 1.25rem;
  border-bottom-radius: 1.25rem;
  border-left-radius: 1.25rem;
  -webkit-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .form-field__toggle-custom:hover {
    background-color: #505050;
    color: #ffffff; }
  @media (min-width: 400px) {
    .form-field__toggle-custom:last-child {
      margin-right: 0; } }
  @media (min-width: 960px) {
    .form-field__toggle-custom {
      padding: 0.4375rem 2.25rem;
      font-size: 1rem;
      margin-right: 0.5rem; } }

.form-field__toggle-input:checked + .form-field__toggle-custom {
  border-color: #505050;
  background-color: #505050;
  color: #ffffff; }

.form-field__toggle-input:focus + .form-field__toggle-custom {
  background-color: #505050; }

.form-field__toggle--light .form-field__toggle-custom {
  border-color: #ffffff;
  color: #ffffff; }

.form-field__toggle--light .form-field__toggle-input:checked + .form-field__toggle-custom {
  background-color: #ffffff;
  color: #505050; }

.form-field__toggles {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start; }
  .form-field__toggles .form-field__toggle-custom {
    text-transform: none;
    border-right-width: 1px;
    border-left-width: 1px; }
  .form-field__toggles > :first-child .form-field__toggle-custom {
    border-left-width: 2px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .form-field__toggles > :last-child .form-field__toggle-custom {
    border-right-width: 2px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .form-field__toggles > :only-child .form-field__toggle-custom {
    border-right-width: 2px;
    border-radius: 4px; }

.form-field__message {
  position: absolute;
  padding: 0.125rem 0.3125rem;
  background-color: #f1f1f0;
  font-size: 0.75rem;
  color: #505050;
  bottom: -1.3125rem;
  width: 100%;
  font-style: italic;
  display: none;
  overflow: hidden; }

.alert .form-field__message {
  display: block;
  -webkit-animation-name: slide-open;
          animation-name: slide-open;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }

.form--compressed .alert .form-field__message {
  display: block;
  -webkit-animation-name: slide-open-compressed;
          animation-name: slide-open-compressed;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }

.form-field__message--invert {
  background-color: #505050;
  color: #ffffff;
  font-weight: bold; }

@-webkit-keyframes slide-open {
  from {
    height: 0px; }
  to {
    height: 1.3125rem; } }

@keyframes slide-open {
  from {
    height: 0px; }
  to {
    height: 1.3125rem; } }

@-webkit-keyframes slide-open-compressed {
  from {
    height: 0px; }
  to {
    height: 1.6875rem; } }

@keyframes slide-open-compressed {
  from {
    height: 0px; }
  to {
    height: 1.6875rem; } }

.form--compressed .form-field {
  margin-bottom: 0.625rem; }

.form--compressed .form-field__label {
  margin-bottom: 0.3125rem; }

.form--compressed .form-field__input,
.form--compressed .form-field__select select {
  padding: 0.3125rem 0.625rem; }

.form--compressed .form-field__select:after {
  bottom: 0.5rem; }

.form--compressed .form-field--select.alert:after,
.form--compressed .form-field--input.alert:after {
  bottom: 2.0625rem; }

.form--compressed .form-field__message {
  padding: 0.3125rem 0.625rem; }

.form--compressed .alert .form-field__message {
  position: relative;
  bottom: auto; }

.form-field__group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start; }

.form-field__addon {
  background-color: #d6d6d6;
  height: 2.125rem;
  max-height: 2.125rem;
  line-height: 2.125rem;
  overflow: hidden;
  font-size: 0.9375rem;
  color: #505050;
  padding: 0 0.875rem; }

.form-field__group .form-field__input {
  width: auto; }

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

h1, .h1 {
  font-family: "ITC Lubalin Graph W01";
  font-size: 2.25rem;
  font-weight: 300;
  color: #505050;
  margin-top: -0.5625rem; }
  h1 sup, .h1 sup {
    font-size: 1.875rem; }
  @media (min-width: 960px) {
    h1, .h1 {
      margin-top: -1rem;
      font-size: 3.625rem; } }

h2, .h2 {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  color: #505050; }
  @media (min-width: 500px) {
    h2, .h2 {
      font-size: 2rem;
      line-height: 1.5; } }

h3, .h3 {
  max-width: 100%;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #505050; }
  @media (min-width: 960px) {
    h3, .h3 {
      font-size: 1.5rem; } }

h4, .h4 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #505050; }

.headline {
  margin: 0 0 1.25rem 0;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: normal;
  color: #505050; }
  @media (min-width: 500px) {
    .headline {
      font-size: 2rem; } }

.sub-headline {
  margin: 0 0 1.25rem 0;
  max-width: 100%;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #505050; }
  @media (min-width: 960px) {
    .sub-headline {
      font-size: 1.5rem; } }

p {
  margin: 0 0 1.25rem 0;
  font-size: 0.875rem;
  line-height: 1.625rem;
  color: #505050; }
  @media (min-width: 960px) {
    p {
      font-size: 1rem; } }

.epic-text {
  margin-bottom: 1.875rem;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: normal;
  color: #505050; }
  @media (min-width: 960px) {
    .epic-text {
      font-size: 1.75rem; } }

.small-text {
  font-size: 0.875rem; }

.large-text {
  font-size: 2.75rem; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

.bold {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

.hidden-text {
  position: absolute;
  top: -200px; }

.section,
section {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
  @media (min-width: 960px) {
    .section,
    section {
      margin-top: 3.75rem;
      margin-bottom: 3.75rem; } }

.section--skin-gray,
.section--skin-devastator {
  background-color: #f1f1f0;
  margin-bottom: 0;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  @media (min-width: 960px) {
    .section--skin-gray,
    .section--skin-devastator {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }

.section--skin-devastator {
  background-color: #454545; }
  .section--skin-devastator h2,
  .section--skin-devastator .h2 {
    color: #ffffff;
    margin-bottom: 0.875rem; }
  @media (min-width: 960px) {
    .section--skin-devastator h2,
    .section--skin-devastator .h2 {
      color: #ffffff;
      margin-top: -0.5625rem;
      margin-bottom: 1.5rem; } }

.block {
  display: block; }

.block--inline {
  display: inline-block; }

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

.ul,
.ol,
ul,
ol {
  font-size: 1rem;
  color: #505050; }
  .ul li,
  .ol li,
  ul li,
  ol li {
    margin-bottom: 0.875rem;
    line-height: 1.625rem; }

.ul--bullets,
.ol--bullets {
  list-style: inside;
  list-style-type: none; }
  .ul--bullets li,
  .ol--bullets li {
    position: relative;
    padding-left: 1.25rem; }
  .ul--bullets li:before,
  .ol--bullets li:before {
    font-family: "skeletor";
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    color: #fdb913;
    font-size: 0.75rem;
    display: block; }
  .ul--bullets a,
  .ol--bullets a {
    text-decoration: underline; }
    .ul--bullets a:hover, .ul--bullets a:focus,
    .ol--bullets a:hover,
    .ol--bullets a:focus {
      text-decoration: none; }

.ul--bullets-alt li:before,
.ol--bullets-alt li:before {
  color: #ababab; }

.table {
  overflow-x: scroll;
  display: block;
  width: 100%; }

table {
  border-collapse: collapse;
  width: inherit;
  border-left: solid 10px #fdb913; }

tr {
  border-bottom: solid 1px #d6d6d6; }
  tr:nth-child(even) {
    background-color: #f1f1f0; }

th {
  padding: 1.25rem 0.875rem;
  font-weight: bold;
  text-align: left;
  min-width: 3.125rem;
  color: #505050; }

td {
  padding: 0.875rem 0.875rem;
  min-width: 6.25rem;
  color: #505050; }

tfoot tr {
  background-color: #505050;
  border-bottom: none; }

tfoot td {
  color: #ffffff;
  font-weight: bold; }

.flex-table {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 0.5rem;
  table-layout: initial;
  border-left: none; }
  .flex-table .flex-table__header {
    border-color: #d6d6d6; }
  .flex-table thead {
    display: none;
    color: #505050;
    font-size: 0.875rem; }
    @media (min-width: 960px) {
      .flex-table thead {
        display: table-header-group; } }
  .flex-table tr {
    display: block;
    width: 100%;
    margin-bottom: 0.625rem;
    padding: 0.4375rem;
    background-color: #f1f1f0;
    border: solid 1px #d6d6d6; }
    @media (min-width: 960px) {
      .flex-table tr {
        display: table-row; } }
  .flex-table td {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 0.4375rem;
    text-align: right;
    font-size: 0.8125rem;
    color: #505050;
    border-bottom: solid 1px #d6d6d6; }
    @media (min-width: 960px) {
      .flex-table td {
        display: table-cell;
        -webkit-box-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
                justify-content: flex-start;
        text-align: left; } }
  .flex-table td:before {
    content: attr(data-label);
    color: #505050;
    font-size: 13px;
    font-weight: bold;
    margin-right: 0.875rem; }
    @media (min-width: 960px) {
      .flex-table td:before {
        display: none; } }
  .flex-table td:last-child {
    border-bottom: none; }

.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  border: none;
  font-size: 0.875rem;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  background-color: transparent;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  border-radius: 0;
  -webkit-transition: color 600ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 600ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative; }

.btn--fluid {
  width: 100%; }

a.btn {
  text-decoration: none; }

.btn--primary {
  padding: 0.875rem 1.5rem;
  background-color: #e65400;
  color: #ffffff; }
  .btn--primary:hover {
    background-color: #505050;
    color: #ffffff; }

.btn--secondary {
  padding: 0.875rem 1.5rem;
  background-color: #505050;
  color: #ffffff; }
  .btn--secondary:hover {
    background-color: #e65400;
    color: #ffffff; }

.btn--secondary.btn--inverse {
  background-color: #ffffff;
  color: #505050; }

.btn--outline {
  padding: 0.625rem 1.25rem;
  font-size: 1.25rem;
  color: #505050;
  background-color: #ffffff;
  border: solid 3px #fdb913;
  text-transform: uppercase;
  vertical-align: middle;
  min-height: 3.3125rem; }
  .btn--outline:hover {
    background-color: #fdb913; }

.btn--outline.btn--inverse {
  background-color: transparent;
  color: #ffffff; }

.btn--outline.btn--secondary {
  border-color: #505050; }
  .btn--outline.btn--secondary:hover {
    background-color: #505050; }

.btn--outline.btn--secondary.btn--inverse {
  border-color: #ffffff; }

.btn--icon {
  padding: 0.875rem;
  font-size: 0.875rem; }

.btn i {
  font-size: 1rem; }

.btn--next {
  position: relative;
  padding-right: 1.875rem; }
  .btn--next:after {
    position: absolute;
    top: 0.5rem;
    right: 0.625rem;
    font-family: "skeletor";
    font-size: 2rem;
    content: ""; }

.btn--previous {
  position: relative;
  padding-left: 1.875rem; }
  .btn--previous:after {
    position: absolute;
    top: 0.5rem;
    left: 0.625rem;
    font-family: "skeletor";
    font-size: 2rem;
    content: ""; }

.watch-video {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  color: #ffffff;
  margin-top: 0.625rem;
  padding: 0; }
  .watch-video .span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.25rem; }
  .watch-video .fs {
    font-size: 2.8125rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  @media (min-width: 960px) {
    .watch-video {
      margin-top: 1.25rem; }
      .watch-video .span {
        font-size: 1.375rem; }
      .watch-video .fs {
        font-size: 3.25rem; } }

.btn--disabled,
.btn--disabled:hover,
.btn--disabled:focus,
.btn.disabled,
.btn.disabled:hover,
.btn.disabled:focus {
  opacity: .5;
  cursor: not-allowed;
  -webkit-filter: grayscale(90%);
          filter: grayscale(90%); }

.btn--loading {
  min-height: 0.875rem;
  color: transparent; }
  .btn--loading:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -0.625rem 0 0 -0.625rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 500rem;
    border: 2px solid rgba(0, 0, 0, 0.15); }
  .btn--loading:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -0.625rem 0 0 -0.625rem;
    width: 1.25rem;
    height: 1.25rem;
    -webkit-animation: button-spin .6s linear;
            animation: button-spin .6s linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #ffffff transparent transparent;
    border-style: solid;
    border-width: 2px;
    box-shadow: 0 0 0 1px transparent; }
  .btn--loading:hover {
    color: transparent;
    cursor: not-allowed; }

@-webkit-keyframes button-spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes button-spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.btn-group {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  border: solid 2px #ababab;
  border-radius: 4px; }
  .btn-group .btn {
    display: block;
    margin: 0;
    padding: 0.4375rem 0.875rem;
    align-self: stretch;
    background-color: transparent;
    color: #ababab;
    border-right: solid 2px #ababab; }
    .btn-group .btn:last-child {
      border-right: none; }
    .btn-group .btn:hover, .btn-group .btn.active, .btn-group .btn.btn--active {
      background-color: #ababab;
      color: #ffffff; }
  @media (min-width: 500px) {
    .btn-group .btn {
      padding: 0.8125rem 1.625rem; } }

.btn-group--inverse {
  border-color: #ffffff; }
  .btn-group--inverse .btn {
    color: #ffffff;
    border-color: #ffffff; }
    .btn-group--inverse .btn:hover, .btn-group--inverse .btn.active, .btn-group--inverse .btn.btn--active {
      background-color: #ffffff;
      color: #505050; }

.divider {
  width: 2.5rem;
  height: 0.1875rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  background-color: #d6d6d6; }
  @media (min-width: 700px) {
    .divider {
      margin-top: 1.875rem;
      margin-bottom: 1.875rem; } }
  @media (min-width: 960px) {
    .divider {
      margin-top: 1.25rem;
      margin-bottom: 1.25rem; } }
  @media (min-width: 1200px) {
    .divider {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem; } }

.divider--bumblebee {
  background-color: #fdb913; }

.divider--trypticon {
  background-color: #505050; }

.divider--large {
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
  margin: 1.875rem 0; }

.divider--center {
  margin-left: auto;
  margin-right: auto; }

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

.fs {
  font-family: "skeletor" !important;
  font-size: 0.875rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: normal;
  vertical-align: middle;
  display: inline-block; }

.fs--space-right {
  padding-right: 0.625rem; }

.fs--space-left {
  padding-left: 0.625rem; }

.fs-halo-ad:before {
  content: ""; }

.fs-halo-biz:before {
  content: ""; }

.fs-halo-film:before {
  content: ""; }

.fs-halo-games:before {
  content: ""; }

.fs-halo-media:before {
  content: ""; }

.fs-halo-music:before {
  content: ""; }

.fs-halo-sports:before {
  content: ""; }

.fs-halo-tech:before {
  content: ""; }

.fs-pencil:before {
  content: ""; }

.fs-pencil-circle:before {
  content: ""; }

.fs-pencil-fill:before {
  content: ""; }

.fs-phone:before {
  content: ""; }

.fs-phone-circle:before {
  content: ""; }

.fs-phone-fill:before {
  content: ""; }

.fs-chat:before {
  content: ""; }

.fs-chat-circle:before {
  content: ""; }

.fs-chat-fill:before {
  content: ""; }

.fs-info:before {
  content: ""; }

.fs-info-circle:before {
  content: ""; }

.fs-info-fill:before {
  content: ""; }

.fs-vr:before {
  content: ""; }

.fs-vr-alt:before {
  content: ""; }

.fs-play:before {
  content: ""; }

.fs-play-alt:before {
  content: ""; }

.fs-facebook:before {
  content: ""; }

.fs-instagram:before {
  content: ""; }

.fs-linkedin:before {
  content: ""; }

.fs-pinterest:before {
  content: ""; }

.fs-snapchat:before {
  content: ""; }

.fs-tumblr:before {
  content: ""; }

.fs-twitter:before {
  content: ""; }

.fs-youtube:before {
  content: ""; }

.fs-connect:before {
  content: ""; }

.fs-grid-outline:before {
  content: ""; }

.fs-grid:before {
  content: ""; }

.fs-list-outline:before {
  content: ""; }

.fs-list:before {
  content: ""; }

.fs-alert:before {
  content: ""; }

.fs-check:before {
  content: ""; }

.fs-close:before {
  content: ""; }

.fs-angle-down:before {
  content: ""; }

.fs-arrow-left-thin:before {
  content: ""; }

.fs-arrow-right-thin:before {
  content: ""; }

.fs-arrow-up:before {
  content: ""; }

.fs-arrow-down:before {
  content: ""; }

.fs-arrow-left:before {
  content: ""; }

.fs-arrow-right:before {
  content: ""; }

.fs-upload:before {
  content: ""; }

.fs-download:before {
  content: ""; }

.fs-filter:before {
  content: ""; }

.fs-bullet:before {
  content: ""; }

.fs-bars:before {
  content: ""; }

.fs-search:before {
  content: ""; }

.fs-slash-bullet:before {
  content: ""; }

.fs-location-pin:before {
  content: ""; }

.fs-calendar:before {
  content: ""; }

.fs-logo-badge:before {
  content: ""; }

.blockquote {
  border-left: solid 3px #fdb913;
  padding: 0.625rem 0.625rem 0.625rem 1.25rem;
  color: #505050;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }
  @media (min-width: 960px) {
    .blockquote {
      padding: 0.625rem 0.625rem 0.625rem 1.875rem;
      font-size: 1rem;
      line-height: 1.5rem;
      margin-top: 1.875rem;
      margin-bottom: 1.875rem; } }

.blockquote__sig {
  font-weight: bold;
  margin-top: 1.25rem; }

.close-surface {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 70;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  visibility: hidden; }

.nav--is-on .close-surface,
.off-canvas--is-on .close-surface,
.dropdown--is-on .close-surface,
.search--is-on .close-surface {
  opacity: 1;
  visibility: visible; }

.ctas .cta:first-child {
  margin-top: 0; }

.cta {
  padding: 1.25rem;
  padding-right: 3.125rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  position: relative;
  cursor: pointer;
  display: block; }
  @media (min-width: 960px) {
    .cta {
      padding: 1.875rem;
      padding-right: 3.75rem;
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }

.cta__title {
  font-weight: bold;
  font-size: 0.875rem;
  padding-bottom: 0.75rem; }
  .cta__title .semi-bold {
    font-weight: 400; }
  @media (min-width: 960px) {
    .cta__title {
      font-size: 1rem; } }

.cta__title:only-child {
  padding-bottom: 0; }

.cta__title--caps {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 300; }
  @media (min-width: 960px) {
    .cta__title--caps {
      font-size: 1.75rem; } }

.cta__title--large {
  font-size: 1.25rem;
  font-weight: 300; }
  @media (min-width: 960px) {
    .cta__title--large {
      font-size: 1.625rem; } }

.cta__description {
  font-size: 0.9375rem; }
  .cta__description strong {
    display: block; }

.cta:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.25rem;
  margin-top: -0.9375rem; }
  @media (min-width: 960px) {
    .cta:after {
      margin-top: -1.875rem; } }

.cta--primary {
  background-color: #e65400;
  -webkit-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .cta--primary .cta__title {
    color: #ffffff; }
  .cta--primary .cta__description {
    color: #f1f1f0; }
  .cta--primary:after {
    font-family: "skeletor";
    content: "";
    font-size: 1.875rem;
    color: #ffffff; }
  .cta--primary:hover {
    background-color: #ff5d01; }
  @media (min-width: 960px) {
    .cta--primary:after {
      font-size: 3.75rem; } }

.cta--secondary, .cta--secondary-alt {
  background-color: #f1f1f0;
  border-left: solid 0.1875rem #e65400;
  -webkit-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .cta--secondary .cta__title, .cta--secondary-alt .cta__title {
    color: #e65400; }
  .cta--secondary .cta__description, .cta--secondary-alt .cta__description {
    color: #505050; }
  .cta--secondary:after, .cta--secondary-alt:after {
    font-family: "skeletor";
    content: "";
    font-size: 1.875rem;
    color: #e65400; }
  .cta--secondary:hover, .cta--secondary-alt:hover {
    background-color: #e65400; }
    .cta--secondary:hover .cta__title, .cta--secondary-alt:hover .cta__title {
      color: #ffffff; }
    .cta--secondary:hover .cta__description, .cta--secondary-alt:hover .cta__description {
      color: #ffffff; }
      .cta--secondary:hover .cta__description strong, .cta--secondary-alt:hover .cta__description strong {
        color: #ffffff; }
    .cta--secondary:hover:after, .cta--secondary-alt:hover:after {
      color: #ffffff; }
  @media (min-width: 960px) {
    .cta--secondary:after, .cta--secondary-alt:after {
      font-size: 3.75rem; } }

.cta--secondary-alt {
  background-color: #ffffff; }

.cta--secondary-alt-bumblebee {
  border-color: #fdb913; }
  .cta--secondary-alt-bumblebee .cta__title {
    color: #505050; }
  .cta--secondary-alt-bumblebee:hover {
    background-color: #fdb913; }
    .cta--secondary-alt-bumblebee:hover:after {
      background-image: none; }

.cta--autobot {
  margin: 0.1875rem 0;
  padding: 1.25rem 1.875rem;
  background-color: #f1f1f0;
  -webkit-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .cta--autobot .cta__title {
    margin-top: -0.5rem;
    padding-bottom: 0;
    color: #505050; }
  .cta--autobot .cta__description {
    margin-bottom: -0.375rem;
    color: #505050; }
  .cta--autobot:after {
    height: 2.75rem;
    margin-top: -1.375rem;
    right: 0.9375rem;
    font-family: "skeletor";
    content: "";
    font-size: 2.75rem;
    font-weight: bold;
    color: #fdb913; }
  .cta--autobot:hover {
    background-color: #d6d6d6; }
  @media (min-width: 960px) {
    .cta--autobot:after {
      height: 3.5rem;
      margin-top: -1.75rem;
      right: 1.25rem;
      font-size: 3.5rem; } }

.cta--sunstreak {
  display: inline-block;
  padding: 0;
  padding-right: 3.75rem;
  color: #505050; }
  .cta--sunstreak:hover, .cta--sunstreak:focus {
    text-decoration: underline; }
  .cta--sunstreak:after {
    font-family: "skeletor";
    content: "";
    font-size: 3.75rem;
    font-weight: bold;
    color: #fdb913; }

.cta--dark {
  background-color: #505050;
  color: #ffffff;
  -webkit-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .cta--dark:hover {
    background-color: #373737; }
  .cta--dark:after {
    font-family: "skeletor";
    content: "";
    font-size: 1.875rem;
    color: #ffffff; }
  @media (min-width: 960px) {
    .cta--dark:after {
      font-size: 3.75rem; } }

.cta--custom-icon {
  padding-right: 5rem; }
  .cta--custom-icon:after {
    font-size: 2.5rem;
    font-family: "skeletor";
    content: "";
    background-image: none;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -1.25rem; }
  .cta--custom-icon:hover:after {
    background-image: none; }
  @media (min-width: 960px) {
    .cta--custom-icon:after {
      font-size: 3.125rem;
      margin-top: -1.5625rem; } }

.cta--primary.cta--custom-icon:after {
  color: #ffffff; }

.cta--secondary.cta--custom-icon:after, .cta--custom-icon.cta--secondary-alt:after {
  color: #e65400; }

.cta--secondary.cta--custom-icon:hover:after, .cta--custom-icon.cta--secondary-alt:hover:after {
  color: #ffffff; }

.cta--secondary-alt-bumblebee.cta--custom-icon:after {
  color: #fdb913; }

.cta--dark.cta--custom-icon:after {
  color: #ffffff; }

.cta--custom-icon-call:after {
  content: "";
  font-family: "skeletor"; }

.cta--custom-icon-talk:after {
  content: "";
  font-family: "skeletor"; }

.epic-quote {
  position: relative;
  padding: 0 1.25rem;
  font-family: "ITC Lubalin Graph W01";
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.5;
  color: #626262; }
  .epic-quote:before {
    content: '\201C';
    position: absolute;
    left: -0.875rem;
    top: 0.125rem;
    font-family: "ITC Lubalin Graph W01";
    font-size: 4.25rem;
    font-weight: 600;
    line-height: 2.25rem;
    color: #f1f1f0; }
  @media (min-width: 960px) {
    .epic-quote {
      font-size: 1.75rem; } }

.epic-quote__sig {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #505050; }

.epic-quote--ultramagnus:before {
  color: #13b5ea; }

.epic-quote--bumblebee:before {
  color: #fdb913; }

.header {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin-bottom: 1.875rem; }
  @media (min-width: 960px) {
    .header {
      margin-bottom: 2.5rem; } }

.heading-group {
  margin-bottom: 1.25rem; }
  @media (min-width: 960px) {
    .heading-group {
      margin-bottom: 1.875rem; } }

.header--center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  text-align: center; }

.header--2-column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.header .divider--bumblebee:last-child {
  margin-bottom: 0; }

.slash-heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  position: relative;
  margin-bottom: 2rem; }

.slash-heading--align-right .slash-heading__title {
  margin-left: auto;
  padding: 0 0 0 1.25rem; }

@media (min-width: 960px) {
  .slash-heading--align-right .slash-heading__title {
    padding: 0 0 0 1.875rem; } }

.slash-heading--white .slash-heading__title,
.slash-heading--white .slash-heading__button,
.slash-heading--white .slash-heading__filter {
  background-color: #f1f1f0; }

@media (min-width: 400px) {
  .slash-heading--white .slash-heading__tile-image {
    background-image: url("../images/tiles/slash-tile-white.svg"); } }

.slash-heading__tile-image {
  position: absolute;
  width: 100%;
  height: 1.25rem;
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 0.6875rem 1.25rem;
  z-index: 10; }
  @media (min-width: 400px) {
    .slash-heading__tile-image {
      background-image: url("../images/tiles/slash-tile-gray.svg"); } }

.slash-heading__title {
  margin-top: -0.125rem;
  padding: 0 1.25rem 0 0;
  background-color: #ffffff;
  z-index: 20;
  font-size: 1.375rem;
  color: #505050; }
  @media (min-width: 960px) {
    .slash-heading__title {
      padding: 0 1.875rem 0 0;
      font-size: 1.75rem; } }

.slash-heading__title--uppercase {
  font-weight: bold;
  font-size: 1.125rem;
  text-transform: uppercase; }

.slash-heading .select-filter {
  margin-left: auto;
  padding: 0 0 0 1.25rem;
  background-color: #ffffff;
  z-index: 20; }
  @media (min-width: 960px) {
    .slash-heading .select-filter {
      padding: 0 0 0 1.875rem; } }

.slash-heading__button {
  margin-left: auto;
  padding: 0.3125rem 0 0.3125rem 0.625rem;
  color: #ffffff;
  background-color: #ffffff;
  z-index: 20; }
  .slash-heading__button a,
  .slash-heading__button button {
    padding: 0.3125rem 0.9375rem;
    color: #ffffff;
    background-color: #505050; }
  @media (min-width: 700px) {
    .slash-heading__button {
      padding: 0.3125rem 0 0.3125rem 1.875rem; } }

.hero {
  position: relative;
  height: 50vh;
  min-height: 18.75rem;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #000000;
  background-image: url("../images/skeletor/skeletor-03.jpg");
  -webkit-transition: height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
  transition: height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s; }
  .hero .container {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center; }
  @media (min-width: 500px) {
    .hero {
      height: 18.75rem; } }
  @media (min-width: 700px) {
    .hero {
      height: 25rem; } }
  @media (min-width: 1200px) {
    .hero {
      height: 70vh; } }

.hero--small {
  height: 9.375rem; }
  @media (min-width: 500px) {
    .hero--small {
      height: 10.3125rem; } }
  @media (min-width: 700px) {
    .hero--small {
      height: 15.625rem; } }
  @media (min-width: 1200px) {
    .hero--small {
      height: 18.75rem; } }
  @media (min-width: 2200px) {
    .hero--small {
      height: 25rem; } }

.hero__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

.image-fader {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer; }
  .image-fader img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .image-fader:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #e65400; }
  .image-fader:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #e65400;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.image-fader:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.image-fader:hover:after {
  opacity: .8; }

.logo {
  display: block;
  height: 1.625rem;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  outline: none; }
  .logo:hover, .logo:focus {
    opacity: .5; }
  .logo img {
    height: 1.625rem;
    display: block; }

.newspaper-columns {
  -webkit-columns: 1 auto;
     -moz-columns: 1 auto;
          columns: 1 auto;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px; }
  @media (min-width: 700px) {
    .newspaper-columns {
      -webkit-columns: 2 auto;
         -moz-columns: 2 auto;
              columns: 2 auto;
      -webkit-column-gap: 40px;
         -moz-column-gap: 40px;
              column-gap: 40px; } }

@media (min-width: 1200px) {
  .newspaper-columns--3-columns {
    -webkit-columns: 3 auto;
       -moz-columns: 3 auto;
            columns: 3 auto; } }

.outline-box {
  border: solid 3px #d6d6d6;
  padding: 1.25rem; }

.outline-box h1 {
  margin-top: auto; }

.outline-box :last-child {
  margin-bottom: 0; }

.disclaimer {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 2.5rem;
  margin: 1.25rem 0;
  color: #505050; }
  .disclaimer:after {
    font-family: 'skeletor';
    content: "";
    font-size: 1rem;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #e65400; }
  .disclaimer a {
    text-decoration: underline; }
  @media (min-width: 960px) {
    .disclaimer {
      font-size: 1rem; }
      .disclaimer:after {
        top: 2px; } }

.disclaimer--gray:after {
  color: #ababab; }

@media (min-width: 960px) {
  p + .disclaimer {
    margin-top: 2.5rem; } }

.badge {
  display: inline-block;
  padding: 0.4375rem 0.875rem;
  margin-right: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 600;
  border-radius: 3px;
  border: solid 2px #ababab;
  color: #ababab; }
  .badge i {
    color: #ababab; }
  .badge:last-child, .badge:only-child {
    margin-right: 0; }

.badge .fs-close {
  color: #fdb913; }

.badge--highlight {
  color: #505050;
  border-color: #fdb913;
  background-color: transparent; }

.badge--disabled {
  opacity: .4;
  cursor: not-allowed; }

.badge--inverse {
  color: #505050;
  background-color: #ffffff; }

.badge--highlight.badge--inverse {
  color: #ffffff;
  background-color: transparent; }

.tag {
  display: block;
  width: 100%; }

.tag:hover .tag__text {
  text-decoration: underline; }

.tag__title {
  padding: 0.3125rem 0.625rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #fdb913; }

.tag__text {
  padding: 0.625rem;
  font-size: 0.875rem;
  color: #505050; }

.tag--overlay {
  position: relative;
  background-color: #ffffff; }
  .tag--overlay .tag__title {
    width: 11.875rem; }
  .tag--overlay .tag__text {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 2.25rem; }
  @media (min-width: 500px) {
    .tag--overlay {
      width: 75%;
      margin-top: -1.8125rem; } }

.related-blocks {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
          justify-content: flex-start; }
  .related-blocks > * {
    width: calc(((100% / 3) - 1.25rem) + (1.25rem / 3));
    margin: 0 1.25rem 0 0; }
    .related-blocks > *:last-child {
      margin-right: 0; }
  @media (min-width: 500px) {
    .related-blocks {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row nowrap; } }
  @media (min-width: 960px) {
    .related-blocks > * {
      width: calc(((100% / 3) - 2.5rem) + (2.5rem / 3));
      margin: 0 2.5rem 0 0; } }

.related-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start; }
  .related-block img {
    width: 7.0625rem; }

.lord-skeletor {
  background-image: url("../images/skeletor/archway-01.jpg");
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1.25rem; }
  @media (min-width: 960px) {
    .lord-skeletor {
      margin-bottom: 2.5rem; } }

.metabar {
  display: none; }
  @media (min-width: 700px) {
    .metabar {
      display: block;
      height: 2.8125rem;
      line-height: 2.8125rem;
      text-align: right;
      position: fixed;
      top: 0px;
      right: 2.8125rem;
      z-index: 81;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row nowrap;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: end;
              justify-content: flex-end; } }
  @media (min-width: 960px) {
    .metabar {
      width: 100%;
      height: 40px;
      line-height: 40px;
      left: 0px;
      background-color: #f1f1f0;
      border-bottom: solid 1px #d6d6d6; } }

.metabar__item {
  display: inline-block;
  margin: 0 0.75rem;
  font-size: 0.875rem;
  color: #505050; }
  .metabar__item a {
    color: #505050; }
    .metabar__item a:hover {
      color: #fdb913; }
  .metabar__item i {
    padding-left: 0.125rem;
    color: #fdb913;
    vertical-align: baseline; }
  @media (min-width: 960px) {
    .metabar__item {
      margin: 0 1rem; }
      .metabar__item:last-child {
        margin-right: 0; } }

.metabar--inverse {
  color: #ffffff; }
  .metabar--inverse a,
  .metabar--inverse .metabar__item {
    color: #ffffff; }
  @media (min-width: 700px) {
    .metabar--inverse a,
    .metabar--inverse .metabar__item {
      color: #454545; } }
  @media (min-width: 960px) {
    .metabar--inverse {
      background-color: #454545; }
      .metabar--inverse a,
      .metabar--inverse .metabar__item {
        color: #ffffff; } }

.topbar {
  height: 2.8125rem;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 80;
  background-color: #ffffff;
  border-bottom: solid 0.0625rem #d6d6d6;
  box-shadow: 0px 0px 0.125rem rgba(0, 0, 0, 0.2);
  -webkit-transition: height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-sizing: initial; }
  .topbar > .container {
    height: 45px;
    position: relative;
    padding-right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    @media (min-width: 960px) {
      .topbar > .container {
        height: 90px;
        padding-right: 0.9375rem; } }
  .topbar.shrink {
    height: 45px; }
    .topbar.shrink > .container {
      height: 45px; }
  @media (min-width: 960px) {
    .topbar {
      height: 90px; }
      .topbar > .container {
        height: 90px; } }

.whopper {
  width: 45px;
  height: 45px;
  padding: 0;
  outline: none;
  cursor: pointer;
  -webkit-box-ordinal-group: 4;
          order: 3; }
  .whopper i {
    font-size: 1.125rem;
    color: #fdb913; }
  .whopper:hover, .whopper:focus {
    color: #000000;
    background-color: #f1f1f0; }

.nav--is-on .whopper {
  background-color: #d6d6d6; }
  .nav--is-on .whopper path {
    fill: #505050; }
  .nav--is-on .whopper i {
    color: #505050; }

.primary-nav {
  width: calc(100% - 45px);
  height: calc(100% - 45px);
  position: fixed;
  top: 45px;
  right: calc(-100% + 45px);
  overflow-y: auto;
  background-color: #f1f1f0;
  visibility: hidden;
  -webkit-transition: right 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: right 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: right 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s, transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: right 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s, transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media (min-width: 500px) {
    .primary-nav {
      width: 20rem;
      right: -20rem; } }
  @media (min-width: 960px) {
    .primary-nav {
      width: auto;
      height: auto;
      max-width: initial;
      right: auto;
      top: auto;
      visibility: visible;
      position: relative;
      background-color: transparent; } }

.nav--is-on .primary-nav {
  right: 0;
  visibility: visible;
  box-shadow: 0rem 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.3); }
  @media (min-width: 960px) {
    .nav--is-on .primary-nav {
      box-shadow: none; } }

.nav--is-on {
  overflow: hidden; }

.shrink .primary-nav .primary-nav__dropdown {
  top: 45px; }

.primary-nav__block {
  width: 100%;
  margin-right: 1.25rem;
  border-top: solid 0.0625rem #d6d6d6;
  border-bottom: solid 0.0625rem #ffffff;
  color: #d6d6d6; }
  @media (min-width: 960px) {
    .primary-nav__block {
      width: auto;
      margin-right: 1.875rem;
      border: none;
      display: inline-block;
      vertical-align: middle; }
      .primary-nav__block:last-child {
        padding-right: 0;
        margin-right: 0; } }

.primary-nav__button,
.primary-nav__link {
  padding: 0.875rem 0.9375rem 0.875rem 0.9375rem;
  margin: 0;
  text-align: left;
  width: 100%;
  display: block;
  border: none;
  font-size: 1.125rem;
  cursor: pointer;
  font-family: 'Open Sans';
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #f1f1f0;
  color: #505050;
  position: relative; }
  .primary-nav__button > i,
  .primary-nav__link > i {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 2.8125rem;
    height: 100%;
    line-height: 3.25rem;
    text-align: center;
    vertical-align: middle;
    font-size: 0.5rem;
    color: #e65400;
    background-color: #ffffff;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    -webkit-transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .primary-nav__button:hover,
  .primary-nav__link:hover {
    color: #fdb913; }
    .primary-nav__button:hover > i,
    .primary-nav__link:hover > i {
      color: #fdb913; }
  .primary-nav__button:focus, .primary-nav__button.active,
  .primary-nav__link:focus,
  .primary-nav__link.active {
    color: #fdb913;
    outline: none; }
    .primary-nav__button:focus > i, .primary-nav__button.active > i,
    .primary-nav__link:focus > i,
    .primary-nav__link.active > i {
      color: #fdb913;
      background-color: #505050; }
  .primary-nav__button.active > i,
  .primary-nav__link.active > i {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg); }
  @media (min-width: 960px) {
    .primary-nav__button,
    .primary-nav__link {
      font-size: 0.875rem;
      padding: 0;
      background-color: transparent; }
      .primary-nav__button > i,
      .primary-nav__link > i {
        padding: 0.3125rem;
        position: static;
        top: auto;
        right: auto;
        height: auto;
        width: auto;
        display: inline-block;
        line-height: normal;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
        .primary-nav__button > i:before,
        .primary-nav__link > i:before {
          margin: auto; }
      .primary-nav__button:focus > i, .primary-nav__button.active > i,
      .primary-nav__link:focus > i,
      .primary-nav__link.active > i {
        background-color: transparent; } }

.primary-nav__link--outline {
  padding: 0.3125rem 0.625rem;
  border: solid 3px #fdb913; }

.primary-nav__button {
  padding-right: 1.1875rem; }

.primary-nav__button:after {
  font-size: 0.375rem;
  width: 12px;
  height: 6px;
  font-family: "skeletor";
  content: "";
  text-align: center;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -3px;
  color: #e65400;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media (min-width: 960px) {
    .primary-nav__button:after {
      right: 0px; } }

.primary-nav__block.active .primary-nav__button:after {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  color: #fdb913; }

.primary-nav__block.active .primary-nav__button:hover:after,
.primary-nav__block.active .primary-nav__button:focus:after {
  color: #fdb913; }

.primary-nav__block.active .primary-nav__button,
.primary-nav__block.active .primary-nav__button:hover,
.primary-nav__block.active .primary-nav__button:focus {
  color: #fdb913; }

.primary-nav__dropdown {
  overflow: hidden;
  display: none;
  padding: 0.625rem 0;
  background-color: #505050;
  color: #ffffff;
  -webkit-transition: top 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .primary-nav__dropdown .container {
    padding: 0; }
  @media (min-width: 960px) {
    .primary-nav__dropdown {
      width: 100%;
      margin: 0;
      overflow: hidden;
      list-style: none;
      padding: 0;
      position: fixed;
      left: 0;
      top: 90px;
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2); }
      .primary-nav__dropdown .container {
        padding: 0 0.9375rem; } }

.primary-nav__dropdown-item {
  position: relative;
  margin: 0; }
  .primary-nav__dropdown-item:hover a:after {
    width: 4px; }
  @media (min-width: 960px) {
    .primary-nav__dropdown-item {
      display: inline-block;
      padding: 0;
      margin-right: 1.25rem; }
      .primary-nav__dropdown-item:last-child {
        margin-right: 0; }
      .primary-nav__dropdown-item:hover a:after {
        height: 4px;
        width: 100%; } }
  @media (min-width: 1200px) {
    .primary-nav__dropdown-item {
      margin-right: 1.875rem; } }

.primary-nav__dropdown-link {
  display: block;
  position: relative;
  padding: 0.625rem 0.75rem;
  color: #ffffff;
  font-size: 0.875rem;
  text-align: left;
  line-height: 1.25rem; }
  .primary-nav__dropdown-link:after {
    height: 100%;
    width: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    box-sizing: initial;
    background-color: #fdb913;
    -webkit-transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media (min-width: 960px) {
    .primary-nav__dropdown-link {
      padding: 0.625rem 0;
      line-height: normal; }
      .primary-nav__dropdown-link:after {
        height: 0px;
        width: 100%;
        top: auto;
        bottom: 0px;
        left: 0px; } }
  @media (min-width: 1200px) {
    .primary-nav__dropdown-link {
      font-size: 1rem; } }

.primary-nav__dropdown-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  padding: 0.9375rem;
  margin-bottom: 0;
  line-height: normal; }
  @media (min-width: 960px) {
    .primary-nav__dropdown-title {
      padding: 1.875rem 0.9375rem 0.4375rem 0; } }

.primary-nav__dropdown-title-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.125rem;
  color: #fdb913;
  position: relative; }
  .primary-nav__dropdown-title-link i {
    padding-left: 1.875rem;
    font-size: 0.75rem;
    opacity: 0;
    -webkit-transition: padding 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s, opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
    transition: padding 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s, opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s; }
  .primary-nav__dropdown-title-link:hover {
    text-decoration: underline; }
  @media (min-width: 1200px) {
    .primary-nav__dropdown-title-link {
      font-size: 1.375rem; } }

.primary-nav__block.active .primary-nav__dropdown-title-link:after {
  display: inline-block;
  margin-left: 0.625rem;
  vertical-align: middle;
  font-family: "skeletor";
  font-size: 1rem;
  content: "";
  color: #fdb913;
  -webkit-transition: margin-left 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: margin-left 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-name: arrowSlide;
          animation-name: arrowSlide;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }

@-webkit-keyframes arrowSlide {
  from {
    margin-left: 1.25rem; }
  to {
    margin-left: 0.625rem; } }

@keyframes arrowSlide {
  from {
    margin-left: 1.25rem; }
  to {
    margin-left: 0.625rem; } }

.footer {
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  background-color: #505050;
  color: #ffffff;
  position: relative;
  right: 0;
  -webkit-transition: right 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: right 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .footer .container {
    line-height: 1; }

.nav--is-on .footer {
  right: calc(100% - 45px); }
  @media (min-width: 500px) {
    .nav--is-on .footer {
      right: 20rem; } }
  @media (min-width: 960px) {
    .nav--is-on .footer {
      right: 0; } }

.footer__primary {
  padding: 1.875rem 0; }

.footer__logo {
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .footer__logo img {
    height: 1.625rem; }
  .footer__logo:hover {
    opacity: .5; }

.footer__body {
  margin-top: 1.625rem;
  color: #d6d6d6; }
  .footer__body p {
    margin: 0 0 0.9375rem 0;
    color: #d6d6d6;
    font-size: 0.75rem;
    line-height: 1.5; }
    .footer__body p:last-child {
      margin-bottom: 0; }
  .footer__body a {
    color: #d6d6d6; }

.footer__secondary {
  padding: 1.25rem 0;
  text-align: center;
  background-color: #454545; }

.footer__link-item {
  display: inline-block;
  margin: 0rem 0.8125rem 0.8125rem 0.8125rem;
  font-size: 0.75rem;
  line-height: 1; }
  .footer__link-item a {
    color: #ffffff; }
  .footer__link-item a:hover {
    text-decoration: underline; }

.footer__company {
  font-size: 0.6875rem;
  line-height: 1.5; }

.footer__links + .footer__company {
  margin-top: 1.25rem; }

.accordion-card__button {
  position: relative;
  width: 100%;
  padding: 0.8125rem 1.25rem;
  border: none;
  border-top: solid 1px #d6d6d6;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  text-align: left;
  color: #505050;
  background-color: #f1f1f0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.accordion-card__button:hover {
  color: #fdb913;
  background-color: #ececeb;
  cursor: pointer; }

.accordion-card__button-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 3.125rem;
  height: 100%;
  line-height: 3.25rem;
  text-align: center;
  font-size: 0.5625rem;
  color: #fdb913; }
  .accordion-card__button-icon i {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.accordion-card__dropdown {
  display: none;
  overflow: hidden;
  background-color: #505050;
  color: #ffffff; }

.accordion-card__dropdown-block {
  padding: 1.25rem; }

.accordion-card--active .accordion-card__button {
  background-color: #eaeae8; }

.accordion-card--active .accordion-card__button-icon {
  background-color: #505050;
  color: #fdb913; }
  .accordion-card--active .accordion-card__button-icon i {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg); }

.accordion .sub-headline,
.accordion .headline,
.accordion .form-field__checkbox-text,
.accordion p {
  color: #ffffff; }

.accordion a {
  color: #fdb913; }

.accordion img {
  margin-bottom: 1.25rem; }

.lightbox {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  overflow-y: auto;
  -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: nowrap;
  -webkit-box-align: center;
          align-items: center; }

.lightbox__close-surface {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); }

.lightbox__controls {
  position: fixed;
  top: 15px;
  right: 15px; }
  .lightbox__controls i {
    font-size: 1.875rem;
    cursor: pointer;
    -webkit-transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .lightbox__controls:hover i {
    color: #fdb913; }

.lightbox__content {
  position: relative;
  width: 100%;
  margin: auto auto;
  padding: 2.5rem 2.5rem;
  background-color: #ffffff; }
  .lightbox__content iframe {
    border: none; }
  @media (min-width: 960px) {
    .lightbox__content {
      width: 75%; } }

.lightbox--active {
  overflow: hidden; }
  .lightbox--active .lightbox {
    opacity: 1;
    visibility: visible; }

.lightbox--iframe .lightbox__content {
  padding: 0;
  background-color: #000000; }

.lightbox--iframe iframe {
  display: block; }

.selections {
  border: solid 3px #f1f1f0; }

.selections > * {
  padding: 1.25rem; }

.selections p {
  margin: 0; }

.selections__title {
  padding-bottom: 0; }

.selections__sub-title {
  font-weight: bold;
  color: #505050;
  margin-top: 0.625rem; }

.selections__label {
  width: 100%;
  display: block;
  padding: 0;
  margin-bottom: 1px; }
  .selections__label:last-child {
    margin-bottom: 0; }

.selections__input {
  left: -62.5rem;
  position: absolute; }

.selections__custom-field {
  cursor: pointer;
  color: #505050;
  padding: 0.625rem 1.25rem;
  position: relative;
  -webkit-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .selections__custom-field:hover {
    background-color: #fbfbfb; }

.selections__input:checked + .selections__custom-field {
  background-color: #f1f1f0; }
  .selections__input:checked + .selections__custom-field:after {
    position: absolute;
    right: 0.9375rem;
    top: 0.9375rem;
    font-family: "skeletor" !important;
    content: "";
    color: #e65400; }

@media (min-width: 960px) {
  .site-search {
    display: inline-block;
    position: relative;
    vertical-align: middle; } }

.site-search__button {
  display: none;
  visibility: hidden; }
  @media (min-width: 960px) {
    .site-search__button {
      padding: 0.625rem;
      display: block;
      visibility: visible;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      font-size: 1rem;
      color: #fdb913;
      background-color: transparent;
      border: none;
      margin: 0;
      cursor: pointer;
      outline: none; }
      .site-search__button i {
        vertical-align: middle;
        -webkit-transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        font-size: 1rem; }
      .site-search__button:hover i,
      .site-search__button:focus i {
        color: #505050; } }

.site-search__panel .container {
  padding: 0; }

@media (min-width: 960px) {
  .site-search__panel {
    position: fixed;
    right: 0;
    top: 0;
    overflow: hidden;
    background-color: #f1f1f0;
    width: 0;
    height: 90px;
    -webkit-transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .site-search__panel .container {
      height: 100%;
      padding: 0 0.9375rem;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row nowrap;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: justify;
              justify-content: space-between; }
    .site-search__panel i {
      font-size: 0.75rem; } }

@media (min-width: 960px) {
  .shrink .site-search__panel {
    height: 45px; } }

.search--is-on .site-search__panel {
  width: 100%; }

.site-search__field-group {
  width: 100%; }

.site-search__field {
  width: 100%;
  padding: 0.875rem 3.125rem 0.875rem 0.9375rem;
  font-size: 1.125rem;
  border: solid 1px #d6d6d6;
  border-left: none;
  border-right: none;
  position: relative;
  outline: none;
  color: #000000; }
  @media (min-width: 960px) {
    .site-search__field {
      padding: 1.25rem 3.125rem 1.25rem 1.5625rem;
      font-size: 1rem;
      visibility: hidden;
      border: none;
      background-color: transparent;
      outline: none;
      -webkit-transition: padding 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: padding 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .site-search__field:focus {
        border-bottom: solid 1px #d6d6d6; } }

@media (min-width: 960px) {
  .search--is-on .site-search__field {
    visibility: visible; } }

@media (min-width: 960px) {
  .shrink .site-search__field {
    padding: 0.3125rem 0.625rem; } }

#search_form {
  position: relative; }

.site-search__submit-button {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -1.125rem;
  padding-right: 0;
  padding-left: 0; }
  .site-search__submit-button i {
    color: #000000;
    font-size: 1rem;
    padding: 0;
    margin: 0;
    padding: 0.625rem 0.625rem; }
  .site-search__submit-button:hover i,
  .site-search__submit-button:focus i {
    color: #fdb913; }

.bling__form {
  margin-top: 1.5625rem;
  position: relative;
  width: 100%; }
  @media (min-width: 960px) {
    .bling__form {
      width: 50%; } }

.bling__input {
  width: 100%;
  margin: 0;
  padding: 0.6875rem 0.875rem;
  padding-right: 2.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1rem;
  border: none;
  color: #505050; }

.bling__button {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  apperance: none;
  background-color: transparent;
  border: none;
  cursor: pointer; }
  .bling__button i {
    font-size: 1.125rem;
    color: #505050; }

/* Change the white to any color ;) */
.bling__input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 2.5rem white inset; }

#theBling .bcs-query-rewrite a,
#theBling .bcs-result a {
  display: block;
  padding-bottom: 0.625rem;
  color: #e65400;
  font-size: 1.5rem;
  text-decoration: underline;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300; }
  #theBling .bcs-query-rewrite a:hover,
  #theBling .bcs-result a:hover {
    color: #505050; }

#theBling .bcs-query-rewrite {
  font-size: 1rem; }

#theBling .bcs-query-rewrite a {
  display: inline-block;
  font-size: 1rem; }

#theBling cite {
  display: none; }

#theBling .bcs-caption-image {
  display: none; }
  @media (min-width: 960px) {
    #theBling .bcs-caption-image {
      display: block; } }

#theBling .bcs-query-rewrite, #theBling .bcs-result {
  padding-left: 0; }

#theBling .bcs-result {
  border-bottom: solid 1px #d6d6d6;
  margin-bottom: 1.25rem;
  padding-bottom: 1.875rem; }

#theBling .bcs-pagination a {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #e65400;
  text-decoration: underline;
  background-color: #f1f1f0;
  border: solid 1px transparent; }

#theBling .bcs-pagination a.bcs-current-page {
  background-color: transparent;
  border-color: #505050;
  color: #505050;
  text-decoration: none; }

@media (min-width: 700px) {
  .off-canvas {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start; } }

.off-canvas__panel {
  width: calc(100% - 45px);
  height: calc(100% - 45px);
  padding: 1.25rem;
  padding-top: 2.5rem;
  position: fixed;
  top: 45px;
  right: calc(-100% - 45px);
  z-index: 71;
  overflow: auto;
  background-color: #f1f1f0;
  -webkit-transition: right 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: right 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media (min-width: 400px) {
    .off-canvas__panel {
      width: 20rem;
      min-width: 20rem; } }
  @media (min-width: 700px) {
    .off-canvas__panel {
      min-width: 15rem;
      height: auto;
      position: static;
      top: initial;
      right: initial;
      z-index: auto;
      padding: 0;
      padding-right: 1.875rem;
      margin-right: 1.875rem;
      border-right: solid 1px #d6d6d6;
      background-color: transparent; } }

.off-canvas--is-on .off-canvas__panel {
  right: 0px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5); }

.off-canvas__panel-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0.9375rem;
  right: 0.6875rem; }
  .off-canvas__panel-close i {
    font-size: 1.375rem;
    color: #505050; }
  @media (min-width: 700px) {
    .off-canvas__panel-close {
      display: none;
      visibility: hidden; } }

.off-canvas__panel-title {
  font-size: 1rem;
  font-weight: bold;
  color: #fdb913;
  margin-bottom: 2.5rem; }

.off-canvas__panel-label {
  font-weight: bold;
  color: #505050;
  margin-bottom: 1.25rem; }

.off-canvas__panel fieldset {
  margin-bottom: 1.25rem; }

.off-canvas-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  color: #fdb913;
  font-size: 1rem;
  cursor: pointer;
  margin-bottom: 1.25rem; }
  .off-canvas-toggle i {
    padding-right: 0.625rem;
    font-size: 1.875rem; }
  @media (min-width: 700px) {
    .off-canvas-toggle {
      display: none;
      visibility: hidden; } }

.progress-dots--center {
  text-align: center; }

.progress-dots__dot {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin: 0 0.3125rem;
  border: solid 2px #fdb913;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .progress-dots__dot:first-child {
    margin-left: 0; }
  .progress-dots__dot:last-child {
    margin-right: 0; }
  .progress-dots__dot.active {
    background-color: #fdb913; }
    .progress-dots__dot.active:before {
      width: 17px; }
  .progress-dots__dot:before {
    position: absolute;
    width: 0px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
    left: -18px;
    content: '';
    background-color: #fdb913;
    -webkit-transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .progress-dots__dot:first-child:before {
    display: none; }
  @media (min-width: 500px) {
    .progress-dots__dot {
      margin: 0 0.625rem; }
      .progress-dots__dot:before {
        left: -28px; }
      .progress-dots__dot.active:before {
        width: 27px; } }

.dropdown {
  position: relative; }

.dropdown__toggle {
  cursor: pointer; }

.dropdown__menu {
  width: auto;
  padding: 0.4375rem 0;
  position: absolute;
  left: 0;
  background-color: #ffffff;
  border: solid 1px #d6d6d6;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 10;
  min-width: 13.75rem;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.dropdown__title {
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 0.9375rem 0.625rem;
  font-weight: bold;
  border-bottom: solid 2px #fdb913;
  color: #505050; }

.dropdown__item {
  width: 100%;
  padding: 0.625rem;
  display: block;
  font-size: 0.875rem;
  text-align: left; }
  .dropdown__item:hover, .dropdown__item:focus {
    background-color: #f1f1f0; }
  .dropdown__item.active {
    background-color: #f1f1f0; }
  .dropdown__item i {
    margin-right: 0.3125rem; }

a.dropdown__item {
  color: #505050; }

button.dropdown__item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  color: #505050;
  margin: 0;
  display: block;
  cursor: pointer; }

.dropdown__divider,
.dropdown__menu hr {
  display: block;
  height: 1px;
  background-color: #d6d6d6; }

.dropdown--fluid .dropdown__menu {
  width: 100%; }

.dropdown.show .dropdown__menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }

.subbar {
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 2.8125rem;
  z-index: 71;
  background-color: #ffffff;
  -webkit-transition: top 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-bottom: solid 1px #d6d6d6;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-sizing: initial; }
  .subbar .container {
    height: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
            justify-content: flex-start;
    padding-right: 0; }
  .subbar .whopper {
    margin-left: auto; }
  @media (min-width: 960px) {
    .subbar {
      top: 5.6875rem;
      background-color: #505050;
      border-bottom: solid 1px #626262; }
      .subbar .container {
        padding-right: 0.9375rem; }
      .subbar .whopper {
        display: none; } }

.subbar__title {
  font-family: "ITC Lubalin Graph W01";
  font-size: 1.875rem;
  font-weight: 300;
  color: #505050; }
  .subbar__title span {
    font-family: "ITC Lubalin Graph W01";
    font-weight: 500; }
  @media (min-width: 960px) {
    .subbar__title {
      color: #ffffff; } }

.subbar__logo img {
  height: 1.375rem;
  -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer; }
  .subbar__logo img:hover, .subbar__logo img:focus {
    opacity: 0.6; }
  @media (min-width: 1200px) {
    .subbar__logo img {
      height: 1.625rem; } }

.subbar__nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  width: calc(100% - 45px);
  height: calc(100% - 45px);
  position: fixed;
  right: calc(-100% + 45px);
  top: 46px;
  z-index: 80;
  background-color: #f1f1f0;
  box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  -webkit-transition: right 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: right 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: right 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s, transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: right 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s, transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media (min-width: 500px) {
    .subbar__nav {
      width: 20rem;
      right: -20rem; } }
  @media (min-width: 960px) {
    .subbar__nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row nowrap;
      -webkit-box-pack: end;
              justify-content: flex-end;
      width: auto;
      height: auto;
      margin-left: auto;
      position: static;
      top: auto;
      right: auto;
      background-color: transparent;
      box-shadow: none;
      visibility: visible; } }

.nav--is-on .subbar__nav {
  right: 0px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  visibility: visible; }
  @media (min-width: 960px) {
    .nav--is-on .subbar__nav {
      box-shadow: none; } }

.subbar__nav-link {
  width: 100%;
  display: block;
  padding: 0.875rem 0.9375rem;
  border-top: solid 1px #d6d6d6;
  border-bottom: solid 1px #ffffff;
  font-size: 1.125rem;
  font-weight: normal;
  color: #505050; }
  .subbar__nav-link:first-child {
    margin-top: 0;
    border-top: none; }
  .subbar__nav-link:last-child {
    margin-bottom: 0;
    border-color: #d6d6d6; }
  .subbar__nav-link:hover, .subbar__nav-link:focus {
    color: #fdb913; }
  @media (min-width: 960px) {
    .subbar__nav-link {
      display: inline-block;
      width: auto;
      margin: 0 0.9375rem;
      padding: 0;
      border: none;
      font-size: 0.875rem;
      font-weight: 700;
      color: #ffffff; }
      .subbar__nav-link:first-child {
        margin-left: 0; }
      .subbar__nav-link:last-child {
        margin-right: 0; } }

@media (min-width: 960px) {
  .subbar--all-links {
    padding: 0.3125rem 0; } }

@media (min-width: 960px) {
  .subbar--all-links .subbar__nav {
    margin-left: 0; } }

@media (min-width: 960px) {
  .subbar--all-links .subbar__nav-link {
    margin-left: 0;
    margin-right: 1.25rem;
    padding: 0.3125rem 0; } }

@media (min-width: 960px) {
  .subbar__nav-link ~ .subbar__search {
    margin-left: -0.9375rem; } }

.subbar__search {
  position: relative;
  width: 100%; }
  @media (min-width: 960px) {
    .subbar__search {
      display: block;
      visibility: visible;
      width: auto; } }

.subbar__search-field {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: solid 1px #d6d6d6;
  margin-left: 0rem;
  padding: 0.875rem 3.125rem 0.875rem 0.9375rem;
  background-color: #ffffff;
  font-size: 1.125rem; }
  .subbar__search-field:hover, .subbar__search-field:focus {
    outline: none;
    border: solid 1px #fdb913; }
  @media (min-width: 960px) {
    .subbar__search-field {
      width: auto;
      margin-left: 2.125rem;
      padding: 0.5rem 2.125rem 0.5rem 0.625rem;
      font-size: 0.8125rem; } }

.subbar__search-button {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  right: 0.375rem;
  padding: 0.625rem;
  margin-top: -1.125rem; }
  .subbar__search-button i {
    font-size: 1rem; }
  @media (min-width: 960px) {
    .subbar__search-button {
      top: 0px;
      right: 0px;
      padding: 0.5rem;
      margin-top: auto; } }

.subbar__icon-button {
  margin-left: auto;
  background-color: #fdb913; }
  .subbar__icon-button .btn--icon {
    padding: 0.875rem 1.25rem; }
  .subbar__icon-button span {
    display: none; }
  .subbar__icon-button i {
    color: #ffffff; }
  @media (min-width: 700px) {
    .subbar__icon-button {
      margin-right: 0.3125rem;
      background-color: #ffffff;
      border: solid 3px #fdb913; }
      .subbar__icon-button .btn--icon {
        padding: 0.3125rem 0.625rem;
        font-weight: normal;
        color: #505050; }
      .subbar__icon-button span {
        display: inline-block; }
      .subbar__icon-button i {
        display: none; } }
  @media (min-width: 960px) {
    .subbar__icon-button {
      display: none; } }

.subbar__icon-button + .whopper {
  margin-left: 0; }

.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000; }

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 71;
  background: transparent; }

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.youtube-player:hover img {
  -webkit-filter: brightness(75%);
          filter: brightness(75%);
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.youtube-player .play {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  height: 4.5rem;
  width: 4.5rem;
  left: 50%;
  top: 50%;
  margin-left: -2.25rem;
  margin-top: -2.25rem;
  position: absolute;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer; }
  .youtube-player .play:after {
    font-family: "skeletor";
    font-size: 4.5rem;
    color: #ffffff;
    content: ""; }

.pagination {
  padding: 1.5625rem;
  padding-left: 0;
  font-size: 1rem;
  text-align: left; }

.pagination__list {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.3125rem;
  font-weight: 700;
  background-color: #f1f1f0;
  color: #cc4b00;
  border: 1px solid #f1f1f0;
  text-align: center;
  text-decoration: underline; }

.pagination__list.current {
  border-color: #505050;
  border-width: 1px;
  background-color: #ffffff;
  color: #505050;
  text-decoration: none; }

.pagination__prev-next {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem 0.9375rem;
  background-color: #f1f1f0;
  display: inline-block; }

.flex-features {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
          justify-content: center; }

.flex-features__block {
  position: relative;
  width: 100%;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .flex-features__block:last-child .flex-features__body {
    border-right: solid 1px #d6d6d6; }
  .flex-features__block:nth-child(n+4) {
    display: none; }
  .flex-features__block:hover {
    opacity: .9; }
    .flex-features__block:hover .flex-features__read-more {
      text-decoration: underline; }
  @media (min-width: 500px) {
    .flex-features__block:first-child {
      min-width: 100%; } }
  @media (min-width: 700px) {
    .flex-features__block {
      -webkit-box-flex: 1;
              flex: 1;
      min-width: 18.75rem; }
      .flex-features__block:first-child .flex-features__image {
        height: 22.5rem; } }
  @media (min-width: 960px) {
    .flex-features__block:first-child {
      min-width: 18.75rem; }
      .flex-features__block:first-child .flex-features__image {
        height: 15rem; } }
  @media (min-width: 1200px) {
    .flex-features__block:first-child .flex-features__image {
      height: 18.75rem; } }
  @media (min-width: 1600px) {
    .flex-features__block:first-child .flex-features__image {
      height: 22.5rem; }
    .flex-features__block:nth-child(n+4) {
      display: block; } }
  @media (min-width: 2200px) {
    .flex-features__block {
      max-width: 40rem; } }

.flex-features__inner {
  height: 9.125rem;
  border-left: solid 1px #d6d6d6;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
          justify-content: flex-start; }

.flex-features__image {
  position: relative;
  height: 15rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (min-width: 960px) {
    .flex-features__image {
      height: 15rem; } }
  @media (min-width: 1200px) {
    .flex-features__image {
      height: 18.75rem; } }
  @media (min-width: 1600px) {
    .flex-features__image {
      height: 22.5rem; } }

.flex-features__title {
  padding: 0.625rem 1.875rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fdb913;
  font-size: 0.875rem;
  font-weight: bold;
  color: #505050;
  text-transform: uppercase; }

.flex-features__body {
  padding: 1.25rem;
  overflow: hidden;
  text-align: left;
  background-color: #f1f1f0;
  border-left: solid 1px #d6d6d6;
  border-bottom: solid 1px #d6d6d6;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start; }
  .flex-features__body p {
    margin: 0;
    padding: 0.5rem 0;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 300; }
  .flex-features__body i {
    margin-right: 0.9375rem;
    font-size: 3.75rem;
    color: #fdb913; }

.flex-features__footer {
  position: absolute;
  bottom: 0px; }

.flex-features__read-more {
  font-size: 0.8125rem;
  color: #505050;
  font-weight: 600;
  padding-left: 1.25rem;
  padding-bottom: 1.25rem; }
  .flex-features__read-more .divider {
    margin-top: 1.25rem;
    margin-bottom: 0;
    padding-bottom: 0; }

.align-contents-vertical-center {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center; }

.align-contents-horizontal-center {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center; }

.align-contents-center {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }

.dev-tools {
  position: fixed;
  bottom: 0.9375rem;
  right: 0.9375rem;
  background-color: #000000;
  padding: 0.9375rem 2.5rem;
  display: block;
  opacity: 0.8;
  z-index: 100;
  box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 0.8125rem;
  border-radius: 3px;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.bp-monitor {
  font-weight: bold; }

.bp-monitor span:after {
  content: 'MOBILE';
  display: inline-block;
  font-weight: normal;
  color: #d6d6d6; }
  @media (min-width: 400px) {
    .bp-monitor span:after {
      content: 'MOBILE LARGE'; } }
  @media (min-width: 500px) {
    .bp-monitor span:after {
      content: 'TABLET SMALL'; } }
  @media (min-width: 700px) {
    .bp-monitor span:after {
      content: 'TABLET'; } }
  @media (min-width: 825px) {
    .bp-monitor span:after {
      content: 'TABLET LARGE'; } }
  @media (min-width: 960px) {
    .bp-monitor span:after {
      content: 'NARROW'; } }
  @media (min-width: 1024px) {
    .bp-monitor span:after {
      content: 'DESKTOP SMALL'; } }
  @media (min-width: 1200px) {
    .bp-monitor span:after {
      content: 'DESKTOP'; } }
  @media (min-width: 1600px) {
    .bp-monitor span:after {
      content: 'DESKTOP LARGE'; } }
  @media (min-width: 2200px) {
    .bp-monitor span:after {
      content: 'WIDE'; } }

.dev-visible-grids > * {
  background-color: #f1f1f0;
  padding: 0.625rem;
  border: dashed 2px #d6d6d6;
  color: #505050;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.75rem; }

.zapados {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap; }
  .zapados > * {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.25rem; }
    @media (min-width: 500px) {
      .zapados > * {
        width: calc(((100% / 5) - 1.25rem) + (1.25rem / 5));
        margin: 0 1.25rem 1.25rem 0; }
        .zapados > *:nth-child(n) {
          margin-right: 1.25rem; }
        .zapados > *:nth-child(5n + 5) {
          margin-right: 0; } }
    @media (min-width: 960px) {
      .zapados > * {
        width: calc(((100% / 5) - 2.5rem) + (2.5rem / 5));
        margin: 0 2.5rem 2.5rem 0; }
        .zapados > *:nth-child(n) {
          margin-right: 2.5rem; }
        .zapados > *:nth-child(5n + 5) {
          margin-right: 0; } }

.babooz {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap; }
  .babooz > * {
    margin: 0;
    width: calc(100% / 10); }

.krikeyz {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap; }
  .krikeyz > * {
    margin: 0;
    width: 100%; }
    @media (min-width: 500px) {
      .krikeyz > * {
        width: calc(100% / 7);
        margin: 0; } }

.flattop {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap; }
  .flattop > * {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.25rem; }
    @media (min-width: 500px) {
      .flattop > * {
        width: calc(((100% / 5) - 1.25rem) + (1.25rem / 5));
        margin: 0 1.25rem 1.25rem 0; }
        .flattop > *:nth-child(n) {
          margin-right: 1.25rem; }
        .flattop > *:nth-child(5n + 5) {
          margin-right: 0; } }
    @media (min-width: 960px) {
      .flattop > * {
        width: calc(((100% / 5) - 2.5rem) + (2.5rem / 5));
        margin: 0 2.5rem 2.5rem 0; }
        .flattop > *:nth-child(n) {
          margin-right: 2.5rem; }
        .flattop > *:nth-child(5n + 5) {
          margin-right: 0; } }
  .flattop > * {
    margin-bottom: 0; }

.disabled,
.disabled:hover,
.disabled:focus {
  opacity: .5 !important;
  cursor: not-allowed !important; }

.fluid,
img.fluid {
  width: 100%; }

.hide {
  display: none !important;
  visibility: hidden !important; }

@media (min-width: 960px) {
  .hide-desktop {
    display: none !important;
    visibility: hidden !important; } }

.hide-mobile {
  display: none !important;
  visibility: hidden !important; }
  @media (min-width: 960px) {
    .hide-mobile {
      display: block !important;
      visibility: visible !important; } }

.inline-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start; }

.inline-list--align-left {
  -webkit-box-pack: start;
          justify-content: flex-start; }

.inline-list--margins > * {
  margin-right: 0.625rem;
  margin-left: 0.625rem;
  margin-bottom: 0.625rem; }

.inline-list--justified {
  -webkit-box-pack: justify;
          justify-content: space-between; }

.no-padding {
  padding: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.side-padding {
  padding-left: 5% !important;
  padding-right: 5% !important; }

.no-margins,
.no-margin {
  margin: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-right {
  margin-right: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-margin-left {
  margin-left: 0 !important; }

.skin-bg-devastator {
  background-color: #454545; }

.skin-txt-hotrod {
  color: #e65400; }

.skin-txt-ultramagnus {
  color: #13b5ea; }

.skin-txt-jetfire {
  color: #ffffff; }

.skin-txt-bumblebee {
  color: #fdb913; }

.spacer {
  display: block;
  width: 1.25rem;
  height: 1.25rem; }

.spacer-30 {
  display: block;
  width: 1.875rem;
  height: 1.875rem; }

.spacer-40 {
  display: block;
  width: 2.5rem;
  height: 2.5rem; }

.spacer-50 {
  display: block;
  width: 3.125rem;
  height: 3.125rem; }

.spacer-60 {
  display: block;
  width: 3.75rem;
  height: 3.75rem; }

.snake-mountain {
  position: static;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .snake-mountain .metabar,
  .snake-mountain .subbar {
    display: none;
    visibility: hidden; }

.snake-mountain .wallmaster {
  height: 45px; }
  @media (min-width: 960px) {
    .snake-mountain .wallmaster {
      height: 90px; } }

.snake-mountain--metabar .wallmaster {
  height: 45px; }
  @media (min-width: 960px) {
    .snake-mountain--metabar .wallmaster {
      height: 8.1875rem; } }

@media (min-width: 700px) {
  .snake-mountain--metabar .metabar {
    display: block;
    visibility: visible; } }

.snake-mountain--metabar .topbar {
  top: 0px; }
  @media (min-width: 960px) {
    .snake-mountain--metabar .topbar {
      top: 40px; } }

.snake-mountain--metabar .site-search__panel {
  top: 40px; }

.snake-mountain--metabar .primary-nav__dropdown {
  top: 131px; }

.snake-mountain--metabar .shrink .primary-nav__dropdown {
  top: 86px; }

@media (min-width: 960px) {
  .snake-mountain--subbar .wallmaster {
    height: 8.5rem; } }

.snake-mountain--subbar .subbar {
  display: block;
  visibility: visible; }

@media (min-width: 960px) {
  .snake-mountain--subbar .subbar.shrink {
    top: 2.875rem; } }

.snake-mountain--subbar .subbar.subbar--all-links {
  height: 2.25rem; }

.snake-mountain--subbar .topbar {
  display: none;
  visibility: hidden; }
  @media (min-width: 960px) {
    .snake-mountain--subbar .topbar {
      display: block;
      visibility: visible; } }

.snake-mountain--metabar.snake-mountain--subbar .subbar {
  top: 0; }
  @media (min-width: 960px) {
    .snake-mountain--metabar.snake-mountain--subbar .subbar {
      top: 131px; } }

@media (min-width: 960px) {
  .snake-mountain--metabar.snake-mountain--subbar .subbar.shrink {
    top: 5.375rem; } }

.snake-mountain--metabar.snake-mountain--subbar .wallmaster {
  height: 45px; }
  @media (min-width: 960px) {
    .snake-mountain--metabar.snake-mountain--subbar .wallmaster {
      height: 177px; } }

.snake-mountain--metabar.snake-mountain--subbar .shrink .primary-nav__dropdown {
  top: 5.375rem; }

.snake-mountain--topbar-mini .wallmaster {
  height: 2.8125rem; }
  @media (min-width: 960px) {
    .snake-mountain--topbar-mini .wallmaster {
      height: 5.75rem; } }

.snake-mountain--topbar-mini .topbar {
  display: block;
  visibility: visible;
  height: 45px; }
  .snake-mountain--topbar-mini .topbar > .container {
    height: 45px; }

.snake-mountain--topbar-mini .subbar {
  top: 0; }
  @media (min-width: 960px) {
    .snake-mountain--topbar-mini .subbar {
      top: 2.875rem; } }

.subbar__title {
  font-size: 1.5rem; }

@media (min-width: 960px) {
  .subbar__search-field {
    width: 10.0625rem; } }

.subbar .whopper {
  margin-left: 0; }

.request-info {
  margin-left: auto;
  background-color: #fdb913; }
  .request-info .btn--icon {
    padding: 0.875rem 1.25rem; }
  .request-info span {
    display: none; }
  .request-info i {
    color: #ffffff; }
  @media (min-width: 700px) {
    .request-info {
      margin-right: 0.3125rem;
      background-color: #ffffff;
      border: solid 3px #fdb913; }
      .request-info .btn--icon {
        padding: 0.3125rem 0.625rem;
        font-weight: normal;
        color: #505050; }
      .request-info span {
        display: inline-block; }
      .request-info i {
        display: none; } }
  @media (min-width: 960px) {
    .request-info {
      display: none; } }

.welcome {
  padding-bottom: 0.625rem; }
  @media (min-width: 700px) {
    .welcome {
      padding-bottom: 3.75rem; } }
  .welcome .listing-header {
    margin-bottom: 0px; }
    @media (min-width: 700px) {
      .welcome .listing-header {
        margin-bottom: 1.5rem; } }

.alumni-block .alumni-title {
  font-size: 1.625rem;
  font-weight: 300;
  margin: 0;
  padding: 1.25rem 0 1.25rem 0;
  color: #505050; }
  @media (min-width: 700px) {
    .alumni-block .alumni-title {
      font-size: 1.75rem;
      padding: 0 0 1.25rem 0; } }
  @media (min-width: 960px) {
    .alumni-block .alumni-title {
      font-size: 2.25rem; } }

.alumni-block p {
  font-size: 1.125rem;
  line-height: 1.875rem; }
  @media (min-width: 700px) {
    .alumni-block p {
      padding: 0 1.25rem 0 0; } }

.alumni-block .divider {
  margin: 1.25rem 0 1.25rem 0; }
  @media (min-width: 700px) {
    .alumni-block .divider {
      margin: 1.25rem 0 0 0; } }

.alumni .slash-heading--alt {
  position: relative; }
  .alumni .slash-heading--alt .slash-heading--btn {
    padding: 0.3125rem 0 0.3125rem 0.625rem;
    color: #ffffff;
    background-color: #ffffff;
    display: inline-block;
    position: absolute;
    right: 0; }
    @media (min-width: 400px) {
      .alumni .slash-heading--alt .slash-heading--btn {
        padding: 0.3125rem 0 0.3125rem 0.9375rem; } }
    @media (min-width: 700px) {
      .alumni .slash-heading--alt .slash-heading--btn {
        padding: 0.3125rem 0 0.3125rem 1.875rem; } }
  .alumni .slash-heading--alt .slash-heading--block {
    background-color: #505050;
    color: #ffffff;
    padding: 0.3125rem 0.625rem; }
    .alumni .slash-heading--alt .slash-heading--block:hover {
      background-color: #e65400; }
    @media (min-width: 700px) {
      .alumni .slash-heading--alt .slash-heading--block {
        padding: 0.3125rem 0.9375rem; } }
  .alumni .slash-heading--alt .h3 {
    padding: 0 0.625rem 0 0; }
    @media (min-width: 400px) {
      .alumni .slash-heading--alt .h3 {
        padding: 0 0.9375rem 0 0; } }
    @media (min-width: 700px) {
      .alumni .slash-heading--alt .h3 {
        padding: 0 1.875rem 0 0; } }

.contact {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  flex-direction: row;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  color: #505050; }
  @media (min-width: 700px) {
    .contact {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-flow: column wrap;
      flex-direction: column; } }
  @media (min-width: 960px) {
    .contact {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap;
      flex-direction: row; } }

.contact-icon {
  align-self: flex-start;
  margin-right: 0.9375rem;
  margin-bottom: 0rem; }
  .contact-icon i.fs {
    color: #fdb913;
    font-size: 2.5rem; }
  @media (min-width: 700px) {
    .contact-icon {
      margin-bottom: 0.625rem; } }
  @media (min-width: 960px) {
    .contact-icon {
      margin-bottom: 0rem; } }

.contact-info {
  align-self: flex-start; }
  .contact-info span {
    display: block;
    width: 100%;
    font-weight: bold; }
    .contact-info span a {
      color: #505050;
      text-decoration: underline; }
      .contact-info span a:hover {
        color: #e65400; }

.grid-6 .contact {
  margin: 0 0 1.25rem 0; }
  @media (min-width: 700px) {
    .grid-6 .contact {
      margin: 0 0 0 0; } }

.infoBlock {
  margin-bottom: 0.625rem; }

.alumni-headline {
  font-size: 0.875rem;
  font-weight: bold; }
  @media (min-width: 700px) {
    .alumni-headline {
      font-size: 1rem; } }

.alumni-content {
  color: #505050; }

.upcoming-event--list {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #505050;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  flex-direction: row; }

.upcoming-events .grid-6 {
  margin-bottom: 2.5rem; }
  .upcoming-events .grid-6:last-child {
    margin-bottom: 1.25rem; }
  @media (min-width: 700px) {
    .upcoming-events .grid-6 {
      margin-bottom: 0; }
      .upcoming-events .grid-6:last-child {
        margin-bottom: 0; } }

.upcoming-event--list__thumb {
  margin-bottom: 1.25rem; }
  @media (min-width: 700px) {
    .upcoming-event--list__thumb {
      -webkit-box-flex: 2;
              flex: 2;
      margin-bottom: 0rem; } }

.upcoming-events--list__thumb {
  margin-bottom: 1.25rem; }

@media (min-width: 700px) {
  .upcoming-event--list__wrapper {
    -webkit-box-flex: 1;
            flex: 1;
    margin-left: 1.875rem; } }

.upcoming-event--list__img {
  width: 100%;
  height: auto; }

img.upcoming-events--list__img {
  width: 100%;
  border: 1px solid #d6d6d6; }

.upcoming-events--list__headline {
  font-size: 1.125rem;
  font-weight: 300;
  font-family: "ITC Lubalin Graph W01";
  text-decoration: underline;
  color: #e65400;
  margin: 0rem 0 0.625rem;
  width: 100%; }
  .upcoming-events--list__headline a:hover {
    color: #505050; }
  @media (min-width: 500px) {
    .upcoming-events--list__headline {
      font-size: 1.25rem; } }
  @media (min-width: 700px) {
    .upcoming-events--list__headline {
      font-size: 1.5rem; } }

.upcoming-events--list__read-more a {
  font-size: 0.8125rem;
  color: #505050;
  font-weight: 600; }
  .upcoming-events--list__read-more a:hover {
    opacity: .8; }

.upcoming-events--list__read-more .divider {
  margin-top: 1.25rem;
  margin-bottom: 0;
  padding-bottom: 0; }

.slide-block__wrapper .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
  height: 100%;
  margin: 0 auto; }
  .slide-block__wrapper .container .content {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap;
    -webkit-box-align: center;
            align-items: center;
    height: auto; }

.slide-block__wrapper .hero-alt {
  height: 18.75rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #000000;
  -webkit-transition: height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
  transition: height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
  margin-bottom: 2.5rem; }
  @media (min-width: 500px) {
    .slide-block__wrapper .hero-alt {
      height: 25rem; } }

a.slide-block__Link {
  color: #ffffff;
  padding: 0.625rem 1.25rem;
  border: 2px solid #fdb913;
  margin: 2.5rem auto 0rem;
  font-size: 1rem; }
  a.slide-block__Link:hover {
    background-color: #fdb913; }

.slide-block__headline .h1 {
  color: #ffffff;
  text-align: center; }

img.featurednews__img {
  width: 100%;
  margin-bottom: 1.25rem; }

@media (min-width: 700px) {
  .featurednews__block {
    padding: 0 0 1.25rem 1.25rem; } }

.featurednews__headline {
  font-size: 1.125rem;
  font-weight: 300;
  font-family: "ITC Lubalin Graph W01";
  color: #505050;
  margin: 0rem 0 0.625rem;
  width: 100%; }
  @media (min-width: 500px) {
    .featurednews__headline {
      font-size: 1.25rem; } }
  @media (min-width: 700px) {
    .featurednews__headline {
      font-size: 1.5rem; } }

.featurednews__read-more a {
  font-size: 0.8125rem;
  color: #505050;
  font-weight: 600; }

.featurednews__read-more .divider {
  margin-top: 1.25rem;
  margin-bottom: 0;
  padding-bottom: 0; }

.fs-stories .featurednews:hover {
  opacity: .9; }

.alumni-updates [class*="grid-"], .fs-stories [class*="grid-"] {
  margin-bottom: 2.5rem; }
  .alumni-updates [class*="grid-"]:last-child, .fs-stories [class*="grid-"]:last-child {
    margin-bottom: 1.25rem; }
  @media (min-width: 700px) {
    .alumni-updates [class*="grid-"], .fs-stories [class*="grid-"] {
      border-left: 1px solid #d6d6d6;
      margin-bottom: 0; }
      .alumni-updates [class*="grid-"]:last-child, .fs-stories [class*="grid-"]:last-child {
        margin-bottom: 0; } }

.success-path .ul li:last-child {
  margin-bottom: 0; }

.success-path .youtube-player {
  margin-bottom: 0; }

.success-path .grid-6:first-child {
  margin-bottom: 1.875rem; }

@media (min-width: 700px) {
  .success-path .grid-6:first-child {
    margin-bottom: 0; } }

.cta__headline {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #505050;
  font-weight: 18.75rem;
  font-size: 1.375rem;
  line-height: normal;
  max-width: 100%; }
  @media (min-width: 700px) {
    .cta__headline {
      font-size: 1.25rem; } }
  @media (min-width: 825px) {
    .cta__headline {
      font-size: 1.375rem; } }
  @media (min-width: 960px) {
    .cta__headline {
      font-size: 1.625rem; } }

.margin-bottom {
  margin-bottom: 0.3125rem; }

.skip-links__link {
  position: absolute;
  top: -31.25rem;
  z-index: 100;
  width: 1px;
  height: 1px;
  overflow: hidden; }
  .skip-links__link:focus, .skip-links__link:active {
    top: 0px;
    width: auto;
    height: auto;
    padding: 0.625rem;
    overflow: visible;
    background-color: #e65400;
    color: #ffffff; }

.news {
  margin: 0 0 1.875rem 0;
  border-top: 0.0625rem solid #f1f1f0;
  padding-top: 1.875rem; }

.news-item__wrapper {
  margin: 0 0.9375rem;
  -webkit-box-flex: 2;
          flex: 2; }
  @media (min-width: 700px) {
    .news-item__wrapper {
      -webkit-box-flex: 3;
              flex: 3; } }

.news-item__wrapper-alt {
  margin: 0 0.9375rem;
  -webkit-box-flex: 2;
          flex: 2; }

.news-item__wrapper p {
  margin-bottom: 0.3125rem; }

.news__headline {
  border-top: 0.0625rem solid #f1f1f0;
  padding-top: 0.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap; }

.news-item {
  margin-bottom: 1.875rem;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #505050;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  flex-direction: row;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  -moz-column-break-inside: avoid;
       break-inside: avoid; }

@media (min-width: 700px) {
  .news-item__thumb {
    -webkit-box-flex: 1;
            flex: 1; } }

.news-item__img {
  width: 100%;
  height: auto; }

.news-item__headline {
  font-weight: 25rem;
  font-size: 1.25rem;
  line-height: normal;
  margin: 0 0 0.1875rem 0;
  max-width: 100%; }
  .news-item__headline a {
    color: #505050; }
  @media (min-width: 960px) {
    .news-item__headline {
      font-size: 1.375rem; } }

.hero-content {
  margin-top: auto; }

.hero-content .sub-headline {
  color: #ffffff; }

.article-post .blockquote {
  border-left: solid 0.375rem #fdb913;
  margin-top: 0;
  padding: 0 0.625rem 0 1.25rem; }

.article__block-image {
  width: 100%;
  display: block;
  padding: 1.875rem 0; }

.article__block-image-alt {
  width: 100%;
  display: block;
  padding: 1.875rem 0 0; }

.author-image {
  width: 12.5rem;
  margin: 0 auto; }

.article-list__wrapper {
  width: 100%;
  margin-top: 1.875rem; }
  @media (min-width: 500px) {
    .article-list__wrapper {
      -webkit-box-flex: 3;
              flex: 3;
      margin: 0; } }

.article-list__wrapper p {
  margin: 0px;
  text-align: left; }

.article-list {
  overflow: auto;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #505050; }
  @media (min-width: 500px) {
    .article-list {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: start;
              justify-content: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row nowrap;
      -webkit-box-align: center;
              align-items: center;
      flex-direction: row;
      margin-bottom: 2.5rem; } }

.article-list__thumb {
  margin-right: 0.9375rem;
  align-self: flex-start;
  width: 100%; }
  @media (min-width: 500px) {
    .article-list__thumb {
      -webkit-box-flex: 1;
              flex: 1; } }

.article-list__img {
  margin: 0 auto;
  width: 12.5rem; }
  @media (min-width: 500px) {
    .article-list__img {
      width: 100%;
      height: auto;
      margin: 0; } }

@media (min-width: 700px) {
  .article-wrapper__headline {
    margin-bottom: 0.625rem; } }

.article-wrapper__copy p {
  font-size: 1.5rem;
  line-height: 1.5; }

.social-icons li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.1875rem; }
  .social-icons li:last-child {
    margin-right: 0px; }
  @media (min-width: 700px) {
    .social-icons li {
      margin-right: 1.5625rem; } }
  @media (min-width: 825px) {
    .social-icons li {
      margin-right: 1.875rem; } }
  @media (min-width: 960px) {
    .social-icons li {
      margin-right: 2.1875rem; } }

.social-icons i.fs {
  font-size: 3.75rem;
  color: #d6d6d6; }
  @media (min-width: 825px) {
    .social-icons i.fs {
      font-size: 4.375rem; } }
  @media (min-width: 960px) {
    .social-icons i.fs {
      font-size: 5.3125rem; } }

.social-icons i.fs-linkedin:hover, .social-icons i.fs-linkedin:focus {
  color: #007bb6; }

.social-icons i.fs-facebook:hover, .social-icons i.fs-facebook:focus {
  color: #3b5998; }

.social-icons i.fs-twitter:hover, .social-icons i.fs-twitter:focus {
  color: #00aced; }

.social-icons i.fs-pinterest:hover, .social-icons i.fs-pinterest:focus {
  color: #cb2027; }

.social-icons i.fs-instagram:hover, .social-icons i.fs-instagram:focus {
  color: #ed4956; }

.social-icons i.fs-goggleplus:hover, .social-icons i.fs-goggleplus:focus {
  color: #dd4b39; }

.social-icons i.fs-tumblr:hover, .social-icons i.fs-tumblr:focus {
  color: #32506d; }

.pagination {
  font-size: 1.125rem;
  text-align: left;
  padding: 1.5625rem 0; }

.pagination__list {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.3125rem;
  background-color: #f1f1f0;
  color: #e65400;
  border: 0.125rem solid #f1f1f0;
  text-align: center;
  text-decoration: underline; }

.pagination__list.current {
  border-color: #505050;
  border-width: 0.0625rem;
  background-color: #ffffff;
  color: #505050;
  text-decoration: none; }

.pagination__prev-next {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem 0.9375rem;
  background-color: #f1f1f0;
  display: inline-block; }

.headline-alt {
  font-family: "ITC Lubalin Graph W01";
  color: #505050;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0 0 0.625rem 0; }
  @media (min-width: 500px) {
    .headline-alt {
      font-size: 2rem;
      line-height: 2.5rem; } }
  @media (min-width: 700px) {
    .headline-alt {
      font-size: 2.375rem;
      line-height: 2.875rem; } }
  @media (min-width: 960px) {
    .headline-alt {
      font-size: 2.625rem;
      line-height: 3.125rem; } }

.sub-headline-alt {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #505050;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1.25rem 0;
  max-width: 100%; }
  @media (min-width: 960px) {
    .sub-headline-alt {
      font-size: 1.25rem; } }

.event-hero img {
  width: 100%;
  display: block;
  height: 100%;
  padding: 0 0 1.25rem 0; }

.event-headline {
  border-top: 0.0625rem solid #f1f1f0;
  padding-top: 0.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap; }

.event-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-bottom: 1.875rem;
  overflow: auto;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #505050; }

.event-list__thumb {
  -webkit-box-flex: 1;
          flex: 1;
  width: 100%;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem; }
  @media (min-width: 960px) {
    .event-list__thumb {
      margin-bottom: 0; } }

.event-wrapper {
  margin: 0 0 1.875rem 0; }
  @media (min-width: 700px) {
    .event-wrapper {
      margin: 0; } }

.event-list__wrapper {
  -webkit-box-flex: 3;
          flex: 3; }

.event-list__wrapper p {
  margin-bottom: 0.3125rem; }

.event-list__img {
  width: 100%;
  height: auto; }

.event-list__headline {
  font-weight: 25rem;
  font-size: 1.25rem;
  line-height: normal;
  margin: 0 0 0.1875rem 0;
  max-width: 100%; }
  .event-list__headline a {
    color: #505050; }
  @media (min-width: 960px) {
    .event-list__headline {
      font-size: 1.375rem; } }

.faq .cta--secondary, .faq .cta--secondary-alt {
  margin: 2.5rem 0 0.625rem 0; }
  @media (min-width: 700px) {
    .faq .cta--secondary, .faq .cta--secondary-alt {
      margin: 0; } }

.about-hero {
  height: 10.3125rem;
  margin-top: 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #000000;
  -webkit-transition: height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
  transition: height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s; }
  @media (min-width: 500px) {
    .about-hero {
      height: 16.25rem; } }
  @media (min-width: 700px) {
    .about-hero {
      height: 23.125rem; } }
  @media (min-width: 960px) {
    .about-hero {
      margin-top: 7.8125rem;
      height: 30rem; } }
  @media (min-width: 1200px) {
    .about-hero {
      height: 37.5rem; } }
  @media (min-width: 2200px) {
    .about-hero {
      height: 50rem; } }

.personas {
  padding: 0 0.9375rem; }
  @media (min-width: 960px) {
    .personas {
      padding: 0 5%; } }

.persona__headline {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #505050;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: normal;
  margin: 0 0 1.25rem 0;
  max-width: 100%;
  text-align: center; }
  @media (min-width: 825px) {
    .persona__headline {
      text-align: left; } }

.persona-blocks {
  max-width: 31.25rem;
  margin: 0 auto; }
  @media (min-width: 825px) {
    .persona-blocks {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-flow: column nowrap;
      display: -webkit-box;
      display: flex;
      flex-flow: column nowrap;
      -webkit-box-align: stretch;
              align-items: stretch;
      -webkit-box-pack: start;
              justify-content: flex-start;
      position: relative;
      margin: 0;
      max-width: 100%; } }

.persona-block {
  width: 100%;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
          flex: 0 1 auto; }
  @media (min-width: 825px) {
    .persona-block {
      width: 100%;
      margin: 0 0 3.75rem 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row nowrap; }
      .persona-block:nth-child(even) .persona-block__image {
        -webkit-box-ordinal-group: 3;
                order: 2; }
      .persona-block:nth-child(even) .persona-block__copy {
        left: 2.8125rem;
        padding: 0 0 0 2.5rem; }
      .persona-block:nth-child(even) .block {
        margin-left: -4.5rem; }
        .persona-block:nth-child(even) .block:before {
          content: url("../../assets/img/alumni/about/persona_right.png");
          left: 100%;
          top: 0px;
          margin-left: 0px; } }

.persona-block__image {
  overflow: hidden;
  align-self: center;
  margin: 0 auto; }
  .persona-block__image img {
    display: block;
    width: 80%;
    margin: 0 auto; }
  @media (min-width: 825px) {
    .persona-block__image img {
      align-self: flex-start;
      margin: 0;
      width: 100%; } }

.persona-block__copy {
  position: relative;
  top: -2.5rem;
  max-width: 31.25rem;
  width: 100%; }
  .persona-block__copy .block {
    background-color: #ffffff;
    padding: 0 1.5rem 0.5rem 1.5rem;
    top: 2.5rem; }
  .persona-block__copy .h3 {
    padding: 1.25rem 0 0 0; }
  @media (min-width: 825px) {
    .persona-block__copy {
      padding: 0 0 0 2.5rem;
      left: -0.3125rem;
      top: 2.5rem; }
      .persona-block__copy .block {
        margin-left: -4.5rem; }
        .persona-block__copy .block:before {
          content: url("../../assets/img/alumni/about/persona_left.png");
          position: absolute;
          left: 0px;
          margin-left: -3.3125rem;
          top: 0px; } }
  @media (min-width: 960px) {
    .persona-block__copy {
      padding: 0 2rem 0.5rem 2rem; } }

.listing {
  margin: 0 0 1.875rem 0; }
  @media (min-width: 700px) {
    .listing {
      margin: 0; } }

.listing__header {
  border-top: 0.0625rem solid #f1f1f0;
  padding-top: 0.5rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  color: #505050; }

.listing__header .sub-headline {
  -webkit-box-flex: 2;
          flex: 2 1 0%; }

.listing__block {
  margin-bottom: 1.875rem;
  overflow: auto;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #505050; }

.listing__headline {
  font-weight: 25rem;
  font-size: 1.25rem;
  line-height: normal;
  margin: 0;
  max-width: 100%; }
  @media (min-width: 960px) {
    .listing__headline {
      font-size: 1.375rem; } }

a .listing__headline {
  color: #505050; }

.listing__copy p {
  margin: 0.5rem 0; }

.pagination-block {
  font-size: 1.125rem;
  text-align: left;
  padding: 1.25rem 0; }

.pagination-list.current {
  border-color: #e65400;
  background-color: #ffffff;
  color: #e65400;
  font-weight: bold; }

.pagination-list {
  background-color: #ffffff;
  color: #e65400;
  border: 0.125rem solid #f1f1f0;
  padding: 0.25rem 0.625rem;
  text-align: center; }

.alumni-updates .header {
  padding: 1.25rem 0 0.3125rem 0;
  margin: 0 0 1.25rem 0; }
  @media (min-width: 700px) {
    .alumni-updates .header {
      padding: 0 0 0.3125rem 0; } }

.alumni-updates .divider.divider--bumblebee {
  margin: 1.25rem 0 1.25rem 0; }
  @media (min-width: 700px) {
    .alumni-updates .divider.divider--bumblebee {
      margin: 1.25rem 0 0 0; } }

.featured-story {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #505050;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  flex-direction: row;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  -moz-column-break-inside: avoid;
       break-inside: avoid; }

@media (min-width: 700px) {
  .featured-story__thumb {
    -webkit-box-flex: 1;
            flex: 1;
    margin: 0 1.875rem 0 0; } }

.featured-story__wrapper {
  margin: 1.25rem 0.625rem 0 0; }
  @media (min-width: 700px) {
    .featured-story__wrapper {
      -webkit-box-flex: 2;
              flex: 2;
      margin: 0 0.625rem 0 0; } }

.featured-story__wrapper p {
  margin-bottom: 0; }

.featured-story__img {
  width: 100%;
  height: auto; }

.featured-story__headline {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: normal;
  margin: 0 0 0.3125rem 0;
  max-width: 100%; }
  @media (min-width: 960px) {
    .featured-story__headline {
      font-size: 1.625rem; } }

.featured-story__date {
  margin: 0 0 0.625rem 0; }

.share-story .header {
  padding: 1.25rem 0 0.3125rem 0;
  margin: 0 0 1.25rem 0; }
  @media (min-width: 700px) {
    .share-story .header {
      padding: 0 0 0.3125rem 0; } }

#mmm_cookies .CookieDeclarationTableHeader {
  border-color: #d6d6d6; }

#mmm_cookies .CookieDeclarationType {
  border-color: #d6d6d6; }

#mmm_cookies colgroup {
  display: none;
  visibility: hidden; }

#mmm_cookies table {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 0.5rem;
  table-layout: initial; }

#mmm_cookies thead {
  display: none;
  color: #505050;
  font-size: 0.875rem; }
  @media (min-width: 960px) {
    #mmm_cookies thead {
      display: table-header-group; } }

#mmm_cookies tr {
  display: block;
  width: 100%;
  margin-bottom: 0.625rem;
  padding: 0.4375rem;
  background-color: #f1f1f0;
  border: solid 1px #d6d6d6; }
  @media (min-width: 960px) {
    #mmm_cookies tr {
      display: table-row; } }

#mmm_cookies td {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0.4375rem;
  text-align: right;
  font-size: 0.8125rem;
  color: #505050;
  border-bottom: solid 1px #d6d6d6; }
  @media (min-width: 960px) {
    #mmm_cookies td {
      display: table-cell;
      -webkit-box-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
              justify-content: flex-start;
      text-align: left; } }

#mmm_cookies td:before {
  content: attr(data-label);
  color: #505050;
  font-size: 13px;
  font-weight: bold;
  margin-right: 0.875rem; }
  @media (min-width: 960px) {
    #mmm_cookies td:before {
      display: none; } }

#mmm_cookies td:last-child {
  border-bottom: none; }

#CybotCookiebotDialog {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) !important; }

#CybotCookiebotDialogBody #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogBody #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
#CybotCookiebotDialogBody #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: auto !important;
  margin: 0;
  margin-right: 0.625rem;
  padding: 0.875rem 1.5rem;
  background-color: #e65400;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: normal;
  -webkit-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  #CybotCookiebotDialogBody #CybotCookiebotDialogBodyLevelButtonAccept:hover,
  #CybotCookiebotDialogBody #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover,
  #CybotCookiebotDialogBody #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover {
    background-color: #505050;
    color: #ffffff; }
  #CybotCookiebotDialogBody #CybotCookiebotDialogBodyLevelButtonAccept:first-child,
  #CybotCookiebotDialogBody #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:first-child,
  #CybotCookiebotDialogBody #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:first-child {
    background-color: #505050; }
  #CybotCookiebotDialogBody #CybotCookiebotDialogBodyLevelButtonAccept:last-child,
  #CybotCookiebotDialogBody #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:last-child,
  #CybotCookiebotDialogBody #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:last-child {
    margin-right: 0; }

#CybotCookiebotDialogBody #CybotCookiebotDialog a,
#CybotCookiebotDialogBody #CybotCookiebotDialog div,
#CybotCookiebotDialogBody #CybotCookiebotDialogBodyContentControls,
#CybotCookiebotDialogBody #CybotCookiebotDialogBodyContentTitle {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

#CybotCookiebotDialogBody #CybotCookiebotDialogBodyContentTitle {
  color: #505050; }

#CybotCookiebotDialogBody #CybotCookiebotDialogBodyContentText {
  margin-bottom: 0.3125rem;
  color: #505050; }

#CybotCookiebotDialogBody #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
  width: 100%;
  margin-bottom: 0.5625rem;
  text-align: center; }

#CybotCookiebotDialogPoweredbyCybot {
  display: none;
  visibility: hidden; }

.sidebar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  padding-top: 1.25rem; }
  @media (min-width: 700px) {
    .sidebar {
      padding-top: 0; } }

.sidebar__block {
  width: 100%; }

.career-sync-login {
  margin-bottom: 1.25rem; }

.share-your-story {
  margin-bottom: 1.25rem; }

.sidebar__block-image {
  width: 100%;
  margin-bottom: 1.25rem; }

.sidebar .disclaimer:last-child {
  margin-bottom: 0; }

.sidebar__block .cta {
  margin-top: 0;
  margin-bottom: 0; }

.sidebar .cta.cta--secondary-bumblebee {
  margin-top: 0; }

@media (min-width: 700px) {
  .sidebar .cta--secondary-bumblebee .cta__headline {
    font-size: 1.125rem; } }

@media (min-width: 960px) {
  .sidebar .cta--secondary-bumblebee .cta__headline {
    font-size: 1.5rem; } }

.cta--arrow-highlight {
  padding: 1rem;
  margin-top: 0px; }

.cta--arrow-highlight {
  background-color: #f1f1f0; }
  .cta--arrow-highlight:after {
    font-family: 'skeletor';
    content: "\e911";
    font-size: 2.25rem;
    color: #ffffff;
    margin: 0;
    top: 0;
    padding: .75rem 0;
    background-color: #505050;
    width: 4.375rem;
    height: 100%;
    right: 0;
    text-align: center;
    -webkit-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .cta--arrow-highlight:hover:after {
    background-color: #e65400; }
  @media (min-width: 960px) {
    .cta--arrow-highlight:after {
      font-size: 2.75rem; } }

.share-form form {
  border: solid 1px #d6d6d6 !important; }

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