@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Light.eot");
  src: local("Segoe UI Light"), local("SegoeUI-Light"), url("../fonts/segoe/SegoeUI-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Light.woff") format("woff"), url("../fonts/segoe/SegoeUI-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-BoldItalic.eot");
  src: local("Segoe UI Bold Italic"), local("SegoeUI-BoldItalic"), url("../fonts/segoe/SegoeUI-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-BoldItalic.woff") format("woff"), url("../fonts/segoe/SegoeUI-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-SemiBold.eot");
  src: local("Segoe UI Semibold"), local("SegoeUI-SemiBold"), url("../fonts/segoe/SegoeUI-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-SemiBold.woff") format("woff"), url("../fonts/segoe/SegoeUI-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI.eot");
  src: local("Segoe UI"), local("SegoeUI"), url("../fonts/segoe/SegoeUI.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI.woff") format("woff"), url("../fonts/segoe/SegoeUI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Bold.eot");
  src: local("Segoe UI Bold"), local("SegoeUI-Bold"), url("../fonts/segoe/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Bold.woff") format("woff"), url("../fonts/segoe/SegoeUI-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Italic.eot");
  src: local("Segoe UI Italic"), local("SegoeUI-Italic"), url("../fonts/segoe/SegoeUI-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Italic.woff") format("woff"), url("../fonts/segoe/SegoeUI-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

.title-inline {
  font-size: 0;
  margin: 20px -10px; }
  .title-inline .section-subtitle {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px; }
  .title-inline .title-form {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    width: 100%;
    max-width: 300px; }

.collapsed-paragraph .section-title {
  margin: 0 0 20px; }

.collapsed-paragraph .paragraph {
  margin: 15px 0;
  line-height: 1.6;
  color: #fff; }

.collapsed-paragraph .btn-link {
  padding: 0;
  height: auto;
  width: auto;
  color: #989898;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  display: contents;
  margin-left: 5px;
  box-shadow: none; }
  .collapsed-paragraph .btn-link:hover {
    color: #ff9100; }

.collapsed-paragraph [data-show] {
  display: contents; }

.collapsed-paragraph [data-hide] {
  display: none; }

.collapsed-paragraph .hidden-paragraph {
  display: none; }

.collapsed-paragraph.active .hidden-paragraph {
  display: block; }

.collapsed-paragraph.active [data-show] {
  display: none; }

.collapsed-paragraph.active [data-hide] {
  display: contents; }

.inline-list {
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0; }
  .inline-list .item {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    font-size: 14px; }

.large-uppercase-title {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 18px 0; }
  .large-uppercase-title .bold {
    font-weight: 700; }

.rotated-title {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 1.08px;
  margin: 0 0 40px; }
  .rotated-title .top {
    color: #1c1d1f;
    position: relative;
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
    -webkit-transform-origin: left;
    transform-origin: left; }
  .rotated-title .bottom {
    color: #1c1d1f;
    position: relative;
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
    -webkit-transform-origin: left;
    transform-origin: left; }
  .rotated-title .marked {
    background: #fff;
    position: relative;
    padding: 5px 16px;
    line-height: 2;
    z-index: 1; }

.uppercase-lined-link {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #999;
  position: relative;
  max-width: none;
  margin-bottom: 2px; }
  .uppercase-lined-link:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #999;
    bottom: -2px;
    left: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s; }
  .uppercase-lined-link.active {
    color: #fff; }
    .uppercase-lined-link.active:after {
      opacity: 1;
      background-color: #fff;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .uppercase-lined-link:hover:not(.active) {
    color: #999; }
    .uppercase-lined-link:hover:not(.active):after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .uppercase-lined-link:focus, .uppercase-lined-link:active {
    color: #999; }

.primary-lined-link {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ff9100;
  position: relative;
  max-width: none;
  margin-bottom: 2px; }
  .primary-lined-link:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #ff9100;
    bottom: -2px;
    left: 0;
    opacity: 1;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s; }
  .primary-lined-link.active {
    color: #cc7400; }
    .primary-lined-link.active:after {
      opacity: 1;
      background-color: #cc7400;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .primary-lined-link:hover:not(.active) {
    color: #cc7400; }
    .primary-lined-link:hover:not(.active):after {
      opacity: 0;
      -webkit-transform: scale(0.9);
      transform: scale(0.9); }
  .primary-lined-link:focus, .primary-lined-link:active {
    color: #cc7400; }

.large-caption {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase; }
  .large-caption .primary {
    color: #ff9100; }

.lighten-cover {
  background-color: #313131;
  padding: 20px; }

@media (max-width: 1780px) {
  .rotated-title {
    font-size: 30px;
    margin-bottom: 35px;
    letter-spacing: 1px; }
    .rotated-title .marked {
      padding: 5px 7px; } }

@media (max-width: 1620px) {
  .rotated-title {
    font-size: 26px;
    margin-bottom: 30px; } }

@media (max-width: 1520px) {
  .rotated-title .marked {
    padding: 1px;
    line-height: 1.7; }
  .rotated-title .top {
    margin-bottom: 0px; }
  .large-uppercase-title {
    font-size: 30px; } }

@media (max-width: 1420px) {
  .large-uppercase-title {
    font-size: 28px; } }

@media (max-width: 1330px) {
  .rotated-title {
    font-size: 24px;
    margin-bottom: 30px; }
  .large-uppercase-title {
    font-size: 24px; } }

@media (max-width: 1260px) {
  .rotated-title {
    font-size: 20px; } }

@media (max-width: 993px) {
  .title-inline .section-subtitle {
    display: block;
    width: 100%; }
  .title-inline .title-form {
    margin-top: 20px;
    display: block;
    width: 100%;
    max-width: 100%; }
  .large-uppercase-title {
    font-size: 20px; }
  .large-caption {
    font-size: 16px; } }

@media (max-width: 370px) {
  .rotated-title {
    font-size: 18px;
    margin-bottom: 20px; } }
