/**
 * mixin for bullet proof font declaration syntax
 */
.paragraph--type--section {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center !important;
  background-repeat: no-repeat;
  position: relative; }
  .paragraph--type--section .background-transparency {
    padding-top: 40px;
    padding-bottom: 40px;
    height: 100%; }

.content-width-full .susy-container.susy-container-section {
  width: 100%;
  max-width: 100%; }

.susy-container-section {
  height: 100%; }
  .susy-container-section > div {
    height: 100%; }
    .susy-container-section > div > div {
      height: 100%; }
      .susy-container-section > div > div > div {
        height: 100%; }
        .susy-container-section > div > div > div > div {
          height: 100%; }

.section-parallax-true {
  /* fix background */
  background-attachment: fixed !important;
  /* center it */
  background-position: center center !important;
  /* Scale it nicely to the element */
  background-size: cover !important; }

.background-container {
  padding: 0px 20px;
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 1109px) {
  .background-container {
    padding: 0px 20px;
    max-width: 1109px;
    margin: 0 auto; } }
  @media only screen and (max-width: 800px) {
  .background-container {
    padding: 0px 20px;
    max-width: 800px;
    margin: 0 auto; } }

.paragraph--type--section .paragraph--type--section.background-container {
  padding: 0px 0px; }

.title-align-center .susy-container > .section-title {
  text-align: center; }

.title-align-left .susy-container > .section-title {
  text-align: left; }

.title-align-right .susy-container > .section-title {
  text-align: right; }
  .horizontal-padding-zero > .background-transparency .susy-container-section {
    padding-left: 0px;
    padding-right: 0px; }
  .horizontal-padding-ten > .background-transparency .susy-container-section {
    padding-left: 10px;
    padding-right: 10px; }
  .horizontal-padding-twenty > .background-transparency .susy-container-section {
    padding-left: 20px;
    padding-right: 20px; }
  .horizontal-padding-thirty > .background-transparency .susy-container-section {
    padding-left: 30px;
    padding-right: 30px; }
  .horizontal-padding-forty > .background-transparency .susy-container-section {
    padding-left: 40px;
    padding-right: 40px; }
  .horizontal-padding-fifty > .background-transparency .susy-container-section {
    padding-left: 50px;
    padding-right: 50px; }
  .horizontal-padding-sixty > .background-transparency .susy-container-section {
    padding-left: 60px;
    padding-right: 60px; }
  .horizontal-padding-seventy > .background-transparency .susy-container-section {
    padding-left: 70px;
    padding-right: 70px; }
  .horizontal-padding-eighty > .background-transparency .susy-container-section {
    padding-left: 80px;
    padding-right: 80px; }
  .horizontal-padding-ninety > .background-transparency .susy-container-section {
    padding-left: 90px;
    padding-right: 90px; }
  .horizontal-padding-hundred > .background-transparency .susy-container-section {
    padding-left: 100px;
    padding-right: 100px; }
  .bottom-padding-0px .background-transparency {
    padding-bottom: 0px; }
  .top-padding-0px .background-transparency {
    padding-top: 0px; }
  .bottom-padding-10px .background-transparency {
    padding-bottom: 10px; }
  .top-padding-10px .background-transparency {
    padding-top: 10px; }
  .bottom-padding-20px .background-transparency {
    padding-bottom: 20px; }
  .top-padding-20px .background-transparency {
    padding-top: 20px; }
  .bottom-padding-30px .background-transparency {
    padding-bottom: 30px; }
  .top-padding-30px .background-transparency {
    padding-top: 30px; }
  .bottom-padding-40px .background-transparency {
    padding-bottom: 40px; }
  .top-padding-40px .background-transparency {
    padding-top: 40px; }
  .bottom-padding-50px .background-transparency {
    padding-bottom: 50px; }
  .top-padding-50px .background-transparency {
    padding-top: 50px; }
  .bottom-padding-60px .background-transparency {
    padding-bottom: 60px; }
  .top-padding-60px .background-transparency {
    padding-top: 60px; }
  .bottom-padding-70px .background-transparency {
    padding-bottom: 70px; }
  .top-padding-70px .background-transparency {
    padding-top: 70px; }
  .bottom-padding-80px .background-transparency {
    padding-bottom: 80px; }
  .top-padding-80px .background-transparency {
    padding-top: 80px; }
  .bottom-padding-90px .background-transparency {
    padding-bottom: 90px; }
  .top-padding-90px .background-transparency {
    padding-top: 90px; }
  .bottom-padding-100px .background-transparency {
    padding-bottom: 100px; }
  .top-padding-100px .background-transparency {
    padding-top: 100px; }

.section-carrot-top-true .section-arrow-top:before, .section-carrot-top-true .section-arrow-top:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 50%;
  box-sizing: border-box; }
  .section-carrot-top-true .section-arrow-top:before {
    right: 50%;
    border-bottom: 28px solid #fff;
    border-right: 28px solid transparent; }
  .section-carrot-top-true .section-arrow-top:after {
    left: 50%;
    border-bottom: 28px solid #fff;
    border-left: 28px solid transparent; }

.section-arrow-top-container {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }
  .default-color-none {
    color: transparent; }
  .default-color-none p {
    color: transparent; }
  .default-color-none label {
    color: transparent; }
  .text-color-none .section-title {
    color: transparent; }
  .background-color-none .section-arrow-top:before {
    right: 50%;
    border-bottom: 28px solid transparent;
    border-right: 28px solid transparent; }
    .background-color-none .section-arrow-top:after {
      left: 50%;
      border-bottom: 28px solid transparent;
      border-left: 28px solid transparent; }
  .background-color-none.section-carrot-bottom-true:after {
    border-color: transparent transparent transparent transparent; }
  .default-color-orange {
    color: #c65337; }
  .default-color-orange p {
    color: #c65337; }
  .default-color-orange label {
    color: #c65337; }
  .text-color-orange .section-title {
    color: #c65337; }
  .background-color-orange .section-arrow-top:before {
    right: 50%;
    border-bottom: 28px solid #c65337;
    border-right: 28px solid transparent; }
    .background-color-orange .section-arrow-top:after {
      left: 50%;
      border-bottom: 28px solid #c65337;
      border-left: 28px solid transparent; }
  .background-color-orange.section-carrot-bottom-true:after {
    border-color: #c65337 transparent transparent transparent; }
  .default-color-lightgray {
    color: #8c8989; }
  .default-color-lightgray p {
    color: #8c8989; }
  .default-color-lightgray label {
    color: #8c8989; }
  .text-color-lightgray .section-title {
    color: #8c8989; }
  .background-color-lightgray .section-arrow-top:before {
    right: 50%;
    border-bottom: 28px solid #8c8989;
    border-right: 28px solid transparent; }
    .background-color-lightgray .section-arrow-top:after {
      left: 50%;
      border-bottom: 28px solid #8c8989;
      border-left: 28px solid transparent; }
  .background-color-lightgray.section-carrot-bottom-true:after {
    border-color: #8c8989 transparent transparent transparent; }
  .default-color-gray {
    color: #363839; }
  .default-color-gray p {
    color: #363839; }
  .default-color-gray label {
    color: #363839; }
  .text-color-gray .section-title {
    color: #363839; }
  .background-color-gray .section-arrow-top:before {
    right: 50%;
    border-bottom: 28px solid #363839;
    border-right: 28px solid transparent; }
    .background-color-gray .section-arrow-top:after {
      left: 50%;
      border-bottom: 28px solid #363839;
      border-left: 28px solid transparent; }
  .background-color-gray.section-carrot-bottom-true:after {
    border-color: #363839 transparent transparent transparent; }
  .default-color-darkgray {
    color: #282a2b; }
  .default-color-darkgray p {
    color: #282a2b; }
  .default-color-darkgray label {
    color: #282a2b; }
  .text-color-darkgray .section-title {
    color: #282a2b; }
  .background-color-darkgray .section-arrow-top:before {
    right: 50%;
    border-bottom: 28px solid #282a2b;
    border-right: 28px solid transparent; }
    .background-color-darkgray .section-arrow-top:after {
      left: 50%;
      border-bottom: 28px solid #282a2b;
      border-left: 28px solid transparent; }
  .background-color-darkgray.section-carrot-bottom-true:after {
    border-color: #282a2b transparent transparent transparent; }
  .default-color-black {
    color: #000; }
  .default-color-black p {
    color: #000; }
  .default-color-black label {
    color: #000; }
  .text-color-black .section-title {
    color: #000; }
  .background-color-black .section-arrow-top:before {
    right: 50%;
    border-bottom: 28px solid #000;
    border-right: 28px solid transparent; }
    .background-color-black .section-arrow-top:after {
      left: 50%;
      border-bottom: 28px solid #000;
      border-left: 28px solid transparent; }
  .background-color-black.section-carrot-bottom-true:after {
    border-color: #000 transparent transparent transparent; }
  .default-color-white {
    color: #fff; }
  .default-color-white p {
    color: #fff; }
  .default-color-white label {
    color: #fff; }
  .text-color-white .section-title {
    color: #fff; }
  .background-color-white .section-arrow-top:before {
    right: 50%;
    border-bottom: 28px solid #fff;
    border-right: 28px solid transparent; }
    .background-color-white .section-arrow-top:after {
      left: 50%;
      border-bottom: 28px solid #fff;
      border-left: 28px solid transparent; }
  .background-color-white.section-carrot-bottom-true:after {
    border-color: #fff transparent transparent transparent; }
  .default-color-purple {
    color: #a46498; }
  .default-color-purple p {
    color: #a46498; }
  .default-color-purple label {
    color: #a46498; }
  .text-color-purple .section-title {
    color: #a46498; }
  .background-color-purple .section-arrow-top:before {
    right: 50%;
    border-bottom: 28px solid #a46498;
    border-right: 28px solid transparent; }
    .background-color-purple .section-arrow-top:after {
      left: 50%;
      border-bottom: 28px solid #a46498;
      border-left: 28px solid transparent; }
  .background-color-purple.section-carrot-bottom-true:after {
    border-color: #a46498 transparent transparent transparent; }
  .default-color-blue {
    color: #0091cd; }
  .default-color-blue p {
    color: #0091cd; }
  .default-color-blue label {
    color: #0091cd; }
  .text-color-blue .section-title {
    color: #0091cd; }
  .background-color-blue .section-arrow-top:before {
    right: 50%;
    border-bottom: 28px solid #0091cd;
    border-right: 28px solid transparent; }
    .background-color-blue .section-arrow-top:after {
      left: 50%;
      border-bottom: 28px solid #0091cd;
      border-left: 28px solid transparent; }
  .background-color-blue.section-carrot-bottom-true:after {
    border-color: #0091cd transparent transparent transparent; }
  .default-color-green {
    color: #a0ce4e; }
  .default-color-green p {
    color: #a0ce4e; }
  .default-color-green label {
    color: #a0ce4e; }
  .text-color-green .section-title {
    color: #a0ce4e; }
  .background-color-green .section-arrow-top:before {
    right: 50%;
    border-bottom: 28px solid #a0ce4e;
    border-right: 28px solid transparent; }
    .background-color-green .section-arrow-top:after {
      left: 50%;
      border-bottom: 28px solid #a0ce4e;
      border-left: 28px solid transparent; }
  .background-color-green.section-carrot-bottom-true:after {
    border-color: #a0ce4e transparent transparent transparent; }

.section-carrot-bottom-true:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 28px 0 28px;
  margin: -1px auto;
  position: absolute;
  left: 48%;
  left: calc(50% - 28px);
  z-index: 1; }

#video-viewport {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }
  #video-viewport video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.section-parallax-true #video-viewport video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(-1px) scale(2);
  -moz-transform: translateX(-50%) translateY(-50%) translateZ(-1px) scale(2);
  transform: translateX(-50%) translateY(-50%) translateZ(-1px) scale(2);
  z-index: -99; }

@media (min-aspect-ratio: 1.7777777778) {
  .video-foreground {
    height: 300%;
    top: -100%; } }

@media (max-aspect-ratio: 1.7777777778) {
  .video-foreground {
    width: 300%;
    left: -100%; } }

@media all and (max-width: 600px) {
  .vid-info {
    width: 50%;
    padding: 0.5rem; }

  .vid-info h1 {
    margin-bottom: 0.2rem; } }

@media all and (max-width: 500px) {
  .vid-info .acronym {
    display: none; } }
  .width-one {
    width: calc(1 / 12 * 100%);
    max-width: 100%; }
  @media only screen and (max-width: 1109px) {
    .width-one {
      width: calc(1 / 10 * 100%); } }
  @media only screen and (max-width: 800px) {
    .width-one {
      width: 100%; } }
  .width-two {
    width: calc(2 / 12 * 100%);
    max-width: 100%; }
  @media only screen and (max-width: 1109px) {
    .width-two {
      width: calc(2 / 10 * 100%); } }
  @media only screen and (max-width: 800px) {
    .width-two {
      width: 100%; } }
  .width-three {
    width: calc(3 / 12 * 100%);
    max-width: 100%; }
  @media only screen and (max-width: 1109px) {
    .width-three {
      width: calc(3 / 10 * 100%); } }
  @media only screen and (max-width: 800px) {
    .width-three {
      width: 100%; } }
  .width-four {
    width: calc(4 / 12 * 100%);
    max-width: 100%; }
  @media only screen and (max-width: 1109px) {
    .width-four {
      width: calc(4 / 10 * 100%); } }
  @media only screen and (max-width: 800px) {
    .width-four {
      width: 100%; } }
  .width-five {
    width: calc(5 / 12 * 100%);
    max-width: 100%; }
  @media only screen and (max-width: 1109px) {
    .width-five {
      width: calc(5 / 10 * 100%); } }
  @media only screen and (max-width: 800px) {
    .width-five {
      width: 100%; } }
  .width-six {
    width: calc(6 / 12 * 100%);
    max-width: 100%; }
  @media only screen and (max-width: 1109px) {
    .width-six {
      width: calc(6 / 10 * 100%); } }
  @media only screen and (max-width: 800px) {
    .width-six {
      width: 100%; } }
  .width-seven {
    width: calc(7 / 12 * 100%);
    max-width: 100%; }
  @media only screen and (max-width: 1109px) {
    .width-seven {
      width: calc(7 / 10 * 100%); } }
  @media only screen and (max-width: 800px) {
    .width-seven {
      width: 100%; } }
  .width-eight {
    width: calc(8 / 12 * 100%);
    max-width: 100%; }
  @media only screen and (max-width: 1109px) {
    .width-eight {
      width: calc(8 / 10 * 100%); } }
  @media only screen and (max-width: 800px) {
    .width-eight {
      width: 100%; } }
  .width-nine {
    width: calc(9 / 12 * 100%);
    max-width: 100%; }
  @media only screen and (max-width: 1109px) {
    .width-nine {
      width: calc(9 / 10 * 100%); } }
  @media only screen and (max-width: 800px) {
    .width-nine {
      width: 100%; } }
  .width-ten {
    width: calc(10 / 12 * 100%);
    max-width: 100%; }
  @media only screen and (max-width: 1109px) {
    .width-ten {
      width: calc(10 / 10 * 100%); } }
  @media only screen and (max-width: 800px) {
    .width-ten {
      width: 100%; } }
  .width-eleven {
    width: calc(11 / 12 * 100%);
    max-width: 100%; }
  @media only screen and (max-width: 1109px) {
    .width-eleven {
      width: calc(11 / 10 * 100%); } }
  @media only screen and (max-width: 800px) {
    .width-eleven {
      width: 100%; } }
  .width-twelve {
    width: calc(12 / 12 * 100%);
    max-width: 100%; }
  @media only screen and (max-width: 1109px) {
    .width-twelve {
      width: calc(12 / 10 * 100%); } }
  @media only screen and (max-width: 800px) {
    .width-twelve {
      width: 100%; } }

.section-inner-align-left {
  float: left; }

.section-inner-align-center {
  margin: 0 auto;
  float: none; }

.section-inner-align-right {
  float: right; }

.border-bottom:after {
  content: '';
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: -10px; }

.position-relative {
  position: relative; }

.position-absolute {
  position: absolute;
  bottom: 0px;
  z-index: 1; }

.content-width-full .content-width-container .susy-container {
  padding: 0px 20px;
  max-width: 1200px;
  margin: 0 auto; }
  .content-width-full .content-width-container .susy-container:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 1109px) {
  .content-width-full .content-width-container .susy-container {
    padding: 0px 20px;
    max-width: 1109px;
    margin: 0 auto; } }
  @media only screen and (max-width: 800px) {
  .content-width-full .content-width-container .susy-container {
    padding: 0px 20px;
    max-width: 800px;
    margin: 0 auto;
    padding: 0px 20px; } }

.section-outer > div .paragraph--type--section {
  align-self: flex-start; }
  @media only screen and (max-width: 800px) {
    .section-outer > div .paragraph--type--section {
      width: 100% !important; } }
  .section-outer.horizontal-position-left > div {
    justify-content: flex-start;
    display: flex;
    flex-direction: row; }
  .section-outer.horizontal-position-middle > div {
    justify-content: center;
    display: flex;
    flex-direction: row; }
  .section-outer.horizontal-position-right > div {
    justify-content: flex-end;
    display: flex;
    flex-direction: row; }
  .section-outer.vertical-position-top > div {
    display: flex;
    flex-direction: row; }
  .section-outer.vertical-position-top > div > .paragraph--type--section {
    align-self: flex-start; }
  .section-outer.vertical-position-middle > div {
    display: flex;
    flex-direction: row; }
  .section-outer.vertical-position-middle > div > .paragraph--type--section {
    align-self: center; }
  .section-outer.vertical-position-bottom > div {
    display: flex;
    flex-direction: row; }
  .section-outer.vertical-position-bottom > div > .paragraph--type--section {
    align-self: flex-end; }
