@charset "UTF-8";
/*  Centering an element within its parent element
*
*   @param {Axis} $axis - x: centers horizontally, y: centers vertically, null: centers both axis
*
*   Example Usage:
*
*   // Center on both x and y axis
*   .container {
*     .link {
*       @include centered;
*     }
*   }
*
*   // Center on the X axis
*   .container {
*     .link {
*       @include centered(x);
*     }
*   }
*
*   // Center on the Y axis
*   .container {
*     .link {
*       @include centered(y);
*     }
*   }
*
*/
/*  Centering within an flex container
*
*   @param {Display} $display - inline: display set to inline-flex, else display set to flex
*
*
*   Example Usage:
*
*   .container {
*     @include vertical-align-flex;
*   }
*
*/
/* Chevron mixin for creating chevrons
*
*  @param {Size} $size - the size of the chevron
*  @param {Thickness} $thickness - thickness
*  @param {Color} $color - color
*  @param {Direction} $direction - direction chevron faces
*
*  Example Usage:
*
*     .chevron {
*       @include chevron(12px, 12px, #000, 'down');
*     }
*
*/
/*  Clearfix for clearing floats within a container
*
*   No Params
*
*   Example Usage:
*
*     .container {
*       @include clearfix;
*
*       .link {
*          float: left;
*       }
*     }
*
*/
/*  Set font-size and optionally leading
*
*   @param {Font Size} $fontSize - Unit-less font size
*   @param {Leading}   $leading  - (default: null) - Optional- Unit-less leading from Photoshop or Sketch
*
*   Example Usage:
*
*     p {
*       @include font-size(12,14);
*     }
*
*/
/*  Hide browser scrollbars
*
*   No Params
*
*   Example Usage:
*
*     .container {
*       @include hide-scrollbars;
*     }
*
*/
/**
* Hide Text
*/
/* Hover mixin for hover states
*
*  Note: This mixin has a dependency on what-intent plugin which detects the current input method
*        https://github.com/ten1seven/what-input
*
*  @param {Transition Duration} $transition-duration - the duration of transitions on hover states
*
*  Example Usage:
*
*     a {
*       @include hover() {
*         background-color: red
*       }
*     }
*
*/
/**
 * Returns a percentage width based on the number and total number of columns
 *
 * @param 	int 	$num 	Number of columns (e.g. 4)
 * @param 	int 	$total 	Total number of columns (e.g. 24)
 * @return 	float 			 Total width (%)
 */
/*  Unitless line-height
*
*   @param {Font Size} $fontSize - Unit-less font size
*   @param {Leading}   $leading  - Unit-less leading from Photoshop or Sketch
*
*   Example Usage:
*
*     @include line-height(16, 20);
*
*/
/*  Remove List Styles
*
*   No Params
*
*   Example Usage:
*
*     ul {
*       @include no-bullet;
*     }
*
*/
/*
  Maintain ratio mixin.
  @param {List} [$ratio] Ratio the element needs to maintain. A 16:9 ratio would look like this:
    .element { @include maintain-ratio(16 9); }
*/
/*  Media Query Mixin
*
*   @param {Media Query} $mq - Media query in single quotes: eg. 'screen and (min-width: 480px)'
*
*   Example Usage:
*
*     .selector {
*       property: value;
*
*       @include mq($bp768) {
*         property: value;
*       }
*     }
*
*/
/*  Overflow Scroll
*   Allows you to set overflow scrolling on the x and y axis
*
*   @param {axix} $axis - the axis on which to set scroll
*/
/*  Placeholder Mixin
*
*   No Params
*
*   Example Usage:
*
*     input[placeholder] {
*       @include placeholder {
*         color: red;
*       }
*     }
*
*/
/*  PX to REM Conversion
*
*   @param {Pixel} $px - Unitless pixel value to be converted into rems.
*
*   Example Usage:
*
*     margin-bottom: rem(20);
*
*/
/*  Triangle helper mixin
*
*   @param {Direction} $direction - Triangle direction, either `top`, `right`, `bottom` or `left`
*   @param {Color} $color [currentcolor] - Triangle color
*   @param {Length} $size [1em] - Triangle size
*
*/
/*  Visually hide text within an element
*   Used mostly for accessibility reasonse
*
*   No Params
*
*   Example Usage:
*
*     button {
*       span {
*         @include visuallyhidden;
*       }
*     }
*
*/

#block-menu-menu-student-experience-main,
#block-menu-menu-student-experience-tools{
	display: block;
}

#block-menu-menu-admitted-main,
#block-menu-menu-admitted-tools{
	display: none;
}


.node-type-student-experience-landing-page *:focus,
.node-type-student-experience-home-page *:focus {
  outline: 3px solid #00b5e2; }

.node-type-student-experience-landing-page html[data-whatinput='keyboard'] a:focus,
.node-type-student-experience-home-page html[data-whatinput='keyboard'] a:focus {
  text-decoration: underline; }

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  white-space: nowrap; }

.block--bean-explore-the-uva-student-experien {
  position: relative;
  z-index: 6; }
  .block--bean-explore-the-uva-student-experien::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15.625rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
    content: '';
    z-index: 1; }
  .block--bean-explore-the-uva-student-experien::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15.625rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
    content: '';
    z-index: 1; }
  @media screen and (min-width: 580px) {
    .block--bean-explore-the-uva-student-experien {
      margin-top: 3.125rem; } }
  .block--bean-explore-the-uva-student-experien .header-wrapper {
    display: none; }
  .block--bean-explore-the-uva-student-experien .bean-full-grid-promo {
    height: 34.375rem;
    background-color: #141e3c;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .block--bean-explore-the-uva-student-experien .bean-full-grid-promo {
        height: 31.25rem; } }
    .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .video-wrapper video {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media screen and (min-width: 1024px) {
        .ie-11 .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .video-wrapper video,
        .ie-edge .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .video-wrapper video {
          left: 50%;
          height: 150%;
          width: auto;
          object-fit: none;
          transform: translateX(-50%); } }
    .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .image-wrapper img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media screen and (min-width: 1024px) {
        .ie-11 .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .image-wrapper img {
          left: 50%;
          height: 150%;
          width: auto;
          object-fit: none;
          transform: translateX(-50%); } }
    .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .presentation-box-left {
      display: block;
      position: absolute;
      top: 2.5rem;
      left: 1.875rem;
      width: 6.25rem;
      height: 2.5rem;
      transform: skew(-20deg);
      border-left: 0.0625rem solid #ccc;
      z-index: 2; }
      @media screen and (min-width: 768px) {
        .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .presentation-box-left {
          top: 3.5rem;
          left: 7.6875rem;
          width: 6.0625rem; } }
      @media screen and (min-width: 1024px) {
        .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .presentation-box-left {
          top: 4.0625rem;
          left: 11.375rem;
          width: 9.5rem; } }
      .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .presentation-box-left::before {
        position: absolute;
        top: 50%;
        left: -100%;
        width: 100%;
        height: 0.0625rem;
        background-color: #ccc;
        content: ''; }
    .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .presentation-box-right {
      display: block;
      position: absolute;
      top: 2.5rem;
      right: 1.875rem;
      width: 6.25rem;
      height: 2.5rem;
      transform: skew(-20deg);
      border-right: 0.0625rem solid #ccc;
      z-index: 2; }
      @media screen and (min-width: 768px) {
        .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .presentation-box-right {
          top: 3.5rem;
          right: 7.6875rem;
          width: 6.0625rem; } }
      @media screen and (min-width: 1024px) {
        .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .presentation-box-right {
          top: 4.0625rem;
          right: 11.375rem;
          width: 9.5rem; } }
      .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .presentation-box-right::after {
        position: absolute;
        top: 50%;
        right: -100%;
        width: 100%;
        height: 0.0625rem;
        background-color: #ccc;
        content: ''; }
    @media screen and (min-width: 1024px) {
      .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper {
        max-width: 1094px;
        margin: 0 auto;
        position: relative;
        height: 31.25rem; } }
    .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .promo-title {
      position: absolute;
      top: 3.125rem;
      left: 1.875rem;
      width: calc(100% - 60px);
      color: #fff;
      text-align: center;
      z-index: 3; }
      @media screen and (min-width: 768px) {
        .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .promo-title {
          left: 50%;
          width: 58.33333%;
          transform: translateX(-50%); } }
      @media screen and (min-width: 1024px) {
        .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .promo-title {
          top: 4.625rem; } }
      .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .promo-title h2 {
        padding-right: 1.125rem;
        padding-left: 1.125rem;
        font-family: 'franklin-gothic-urw', sans-serif;
        font-style: normal;
        font-weight: 900;
        font-size: 1.375rem;
        line-height: 1.1819;
        text-transform: uppercase; }
        @media screen and (min-width: 768px) {
          .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .promo-title h2 {
            font-size: 1.625rem;
            line-height: 1; } }
    .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .text-container {
      position: absolute;
      bottom: 25px;
      left: 25px;
      width: calc(100% - 50px);
      z-index: 2; }
      @media screen and (min-width: 768px) {
        .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .text-container {
          width: 37.5%; } }
      .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .text-container .promo-intro-text {
        margin-bottom: 1.25rem;
        font-family: 'franklin-gothic-urw', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 1.4445;
        color: #fff; }
        @media screen and (min-width: 768px) {
          .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .text-container .promo-intro-text {
            margin-bottom: 1.75rem;
            font-size: 1.625rem;
            line-height: 1.3847; } }
      .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .text-container .field--name-field-promo-url {
        display: inline-block; }
        .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .text-container .field--name-field-promo-url .even {
          padding-right: 0.3125rem;
          padding-left: 0.3125rem;
          font-size: 1.375rem;
          line-height: 0.8637;
          font-family: 'franklin-gothic-urw-cond', sans-serif;
          font-style: italic;
          font-weight: 700;
          display: inline-block;
          position: relative;
          width: auto;
          color: #fff; }
          @media screen and (min-width: 768px) {
            .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .text-container .field--name-field-promo-url .even {
              font-size: 1.625rem;
              line-height: 0.8077; } }
          .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .text-container .field--name-field-promo-url .even a {
            padding-right: 0.1875rem;
            padding-left: 0.3125rem;
            position: relative;
            background: url("../../../images/svg/hp-news-underline.svg") repeat-x 0px 17px/auto 4px;
            z-index: 1;
            -webkit-box-decoration-break: clone;
                    box-decoration-break: clone;
            color: #fff;
            text-decoration: none; }
            @media screen and (min-width: 768px) {
              .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .text-container .field--name-field-promo-url .even a {
                background: url("../../../images/svg/hp-news-underline.svg") repeat-x 0px 21px/auto 4px; } }
            @media screen and (min-width: 1024px) {
              .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .text-container .field--name-field-promo-url .even a {
                background: url("../../../images/svg/hp-news-underline.svg") repeat-x 0px 14px/auto 4px; } }
            @media screen and (min-width: 768px) {
              .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .text-container .field--name-field-promo-url .even a {
                font-size: 1.625rem;
                line-height: 0.8077; } }
            @media screen and (min-width: 1024px) {
              .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .text-container .field--name-field-promo-url .even a {
                background: url("../../../images/svg/hp-news-underline.svg") repeat-x 0px 21px/auto 4px; } }
            .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .text-container .field--name-field-promo-url .even a:focus {
              outline: 3px solid #00b5e2; }
    .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .se-btn-pause {
      border: none;
      margin: 0;
      padding: 0;
      width: auto;
      overflow: visible;
      background: transparent;
      padding-top: 0.5rem;
      padding-right: 0.625rem;
      padding-bottom: 0.5rem;
      padding-left: 0.625rem;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      right: 1.5625rem;
      bottom: 1.5625rem;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 2rem;
      height: 2rem;
      border: 1px solid #eb5f0c;
      border-radius: 100%;
      background-color: rgba(0, 0, 0, 0.42);
      z-index: 3; }
      .no-touch .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .se-btn-pause {
        transition: all 150ms ease-in-out; }
        .no-touch .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .se-btn-pause:hover {
          border: 1px solid #fff;
          background-color: #000; }
      @media screen and (min-width: 768px) {
        .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .se-btn-pause {
          right: 2rem;
          bottom: 2rem; } }
      .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .se-btn-pause svg {
        width: 0.5625rem;
        height: 0.75rem;
        fill: #fff; }
        .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .se-btn-pause svg.pause {
          display: block; }
        .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .se-btn-pause svg.play {
          display: none; }
      .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .se-btn-pause.paused svg.pause {
        display: none; }
      .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .se-btn-pause.paused svg.play {
        display: block; }
      .block--bean-explore-the-uva-student-experien .bean-full-grid-promo .inner-wrapper .se-btn-pause:focus {
        outline: 3px solid #00b5e2; }

.block--views-home-page-views-life-at-uva .dp-composite-field-container::after {
  display: none; }

.node-type-student-experience-landing-page .main-footer {
  border-color: #eb5f0c;
  background-color: #141e3c; }
  .node-type-student-experience-landing-page .main-footer .container-pre-footer {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
    @media screen and (min-width: 768px) {
      .node-type-student-experience-landing-page .main-footer .container-pre-footer {
        padding-right: 4.16667%;
        padding-left: 4.16667%; } }
    .node-type-student-experience-landing-page .main-footer .container-pre-footer #block-uva-blocks-uva-footer {
      max-width: 1800px;
      margin: 0 auto;
      padding-right: 0;
      padding-left: 0; }
    .node-type-student-experience-landing-page .main-footer .container-pre-footer #uva_social_links ul#aetni-social li {
      z-index: 0; }
      .node-type-student-experience-landing-page .main-footer .container-pre-footer #uva_social_links ul#aetni-social li a::after {
        background-image: url("../../../images/hp-footer-social-new.png"); }
      .node-type-student-experience-landing-page .main-footer .container-pre-footer #uva_social_links ul#aetni-social li a .icon {
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        font-size: 0;
        line-height: 0; }
  .node-type-student-experience-landing-page .main-footer .container-footer {
    max-width: 1800px;
    margin: 0 auto; }

.se-nav-toolbar {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  position: fixed;
  top: 0.5rem;
  left: 0;
  width: 100%;
  background-color: #232d4b;
  z-index: 3; }
  @media screen and (min-width: 768px) {
    .se-nav-toolbar {
      padding-right: 4.16667%;
      padding-left: 4.16667%;
      position: relative;
      top: auto;
      transition: top 150ms ease-in-out; }
      .sticky-nav .se-nav-toolbar {
        position: fixed;
        top: 0;
        transition: top 150ms ease-in-out;
        border-top: 8px solid #eb5f0c;
        z-index: 3; }
        .sticky-nav .se-nav-toolbar::after {
          display: none; } }
  .se-nav-toolbar::after {
    display: block;
    position: absolute;
    bottom: 1px;
    left: 4.16667%;
    width: calc(100% - 8.33333%);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    content: ''; }
    @media screen and (min-width: 1024px) {
      .se-nav-toolbar::after {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 50px);
        max-width: 1150px; } }
  .se-nav-toolbar .inner-wrapper {
    max-width: 1800px;
    margin: 0 auto;
    margin-top: 0.375rem;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 4.375rem; }
    @media screen and (min-width: 768px) {
      .se-nav-toolbar .inner-wrapper {
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        display: block;
        height: 4.6875rem; } }
  .se-nav-toolbar .student-experience-home {
    margin-top: 1.125rem;
    margin-bottom: 0;
    width: 9.6875rem;
    height: 2.75rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
  .se-nav-toolbar .admitted-home {
	font-family: franklin-gothic-urw-comp;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: .0625rem;
	line-height: 1;
	height: 3rem;
	margin-top: 0.5rem;
    width: 12rem; }
  .se-nav-toolbar .admitted-home:hover {color:#eb5f0c;}
    @media screen and (min-width: 768px) {
      .se-nav-toolbar .student-experience-home {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        width: 17.3125rem;
        height: 1rem; }
	  .se-nav-toolbar .admitted-home {height:1.5rem;width:22rem;} }
    .se-nav-toolbar .student-experience-home svg {
      width: 100%;
      fill: #fff; }
      @media screen and (min-width: 768px) {
        .se-nav-toolbar .student-experience-home svg.se-logo-mobile {
          display: none; } }
      .se-nav-toolbar .student-experience-home svg.se-logo-desktop {
        display: none; }
        @media screen and (min-width: 768px) {
          .se-nav-toolbar .student-experience-home svg.se-logo-desktop {
            display: block; } }
      .no-touch .se-nav-toolbar .student-experience-home svg {
        transition: all 150ms ease-in-out; }
        .no-touch .se-nav-toolbar .student-experience-home svg:hover {
          fill: #eb5f0c; }
  .se-nav-toolbar .se-btn-close,
  .se-nav-toolbar .se-btn-menu,
  .se-nav-toolbar .se-btn-social,
  .se-nav-toolbar .se-btn-enroll {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent; }
    .se-nav-toolbar .se-btn-close svg,
    .se-nav-toolbar .se-btn-menu svg,
    .se-nav-toolbar .se-btn-social svg,
    .se-nav-toolbar .se-btn-enroll svg {
      fill: #fff; }
    .no-touch .se-nav-toolbar .se-btn-close, .no-touch
    .se-nav-toolbar .se-btn-menu, .no-touch
    .se-nav-toolbar .se-btn-social, .no-touch
    .se-nav-toolbar .se-btn-enroll {
      transition: all 150ms ease-in-out; }
      .no-touch .se-nav-toolbar .se-btn-close:hover svg, .no-touch
      .se-nav-toolbar .se-btn-menu:hover svg, .no-touch
      .se-nav-toolbar .se-btn-social:hover svg, .no-touch
      .se-nav-toolbar .se-btn-enroll:hover svg {
        fill: #eb5f0c; }
      .no-touch .se-nav-toolbar .se-btn-close:hover span, .no-touch
      .se-nav-toolbar .se-btn-menu:hover span, .no-touch
      .se-nav-toolbar .se-btn-social:hover span, .no-touch
      .se-nav-toolbar .se-btn-social:enroll span {
        color: #eb5f0c; }
  .se-nav-toolbar .se-btn-close {
    padding-right: 0.21875rem;
    padding-left: 0.21875rem;
    margin-top: 1.125rem;
    margin-bottom: 0;
    display: none;
    width: 1.5625rem;
    height: 1.125rem; }
    @media screen and (min-width: 768px) {
      .se-nav-toolbar .se-btn-close {
        margin-top: 0;
        margin-bottom: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        height: auto; } }
    .se-nav-toolbar .se-btn-close svg {
      width: 1.125rem; }
  .se-nav-toolbar .se-btn-menu {
    margin-top: 1.125rem;
    margin-bottom: 0;
    height: 1.25rem; }
    @media screen and (min-width: 768px) {
      .se-nav-toolbar .se-btn-menu {
        margin-top: 0;
        margin-bottom: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        height: auto; } }
    .se-nav-toolbar .se-btn-menu svg {
      width: 1.5625rem; }
  .se-nav-toolbar .se-btn-social,
  .se-nav-toolbar .se-btn-enroll {
    margin-top: 1.125rem;
    margin-bottom: 0;
    height: 0.9375rem; }
    @media screen and (min-width: 768px) {
      .se-nav-toolbar .se-btn-social,
      .se-nav-toolbar .se-btn-enroll {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
        margin-bottom: 0;
        right: 0;
        height: auto; } }
    .se-nav-toolbar .se-btn-social svg,
    .se-nav-toolbar .se-btn-enroll svg {
      width: 1.375rem;
      height: 0.9375rem; }
      @media screen and (min-width: 768px) {
        .se-nav-toolbar .se-btn-social svg,
        .se-nav-toolbar .se-btn-enroll svg {
          display: inline-block;
          vertical-align: middle; } }
    .se-nav-toolbar .se-btn-social span,
    .se-nav-toolbar .se-btn-enroll span {
      font-family: 'franklin-gothic-urw', sans-serif;
      font-style: italic;
      font-weight: 900;
      font-size: 1rem;
      line-height: 1;
      padding-right: 0.9375rem;
      display: none;
      color: #fff;
      text-transform: uppercase; }
      @media screen and (min-width: 768px) {
        .se-nav-toolbar .se-btn-social span,
        .se-nav-toolbar .se-btn-enroll span {
          display: inline-block; } }

.row-se-navigation {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  display: none;
  position: fixed;
  top: 5.25rem;
  left: 0;
  width: 100%;
  height: calc(100vh - 76px);
  background-color: rgba(35, 45, 75, 0.95);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2; }
  @media screen and (min-width: 768px) {
    .row-se-navigation {
      padding-right: 4.16667%;
      padding-left: 4.16667%;
      top: 9.5625rem;
      height: calc(100vh - 153px); }
      .sticky-nav .row-se-navigation {
        top: 5.1875rem;
        height: calc(100vh - 83px); } }
  .row-se-navigation nav h2 {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    white-space: nowrap; }
  .row-se-navigation nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
    .row-se-navigation nav ul li {
      list-style: none !important; }
      .row-se-navigation nav ul li::marker {
        display: none; }
  .row-se-navigation nav.block--menu-menu-student-experience-main, .row-se-navigation nav.block--menu-menu-admitted-main {
    overflow: hidden; }
    .row-se-navigation nav.block--menu-menu-student-experience-main li, .row-se-navigation nav.block--menu-menu-admitted-main li {
      margin-bottom: 2.5rem; }
      @media screen and (min-width: 768px) {
        .row-se-navigation nav.block--menu-menu-student-experience-main li, .row-se-navigation nav.block--menu-menu-admitted-main li {
          margin-bottom: 3.875rem; } }
      .row-se-navigation nav.block--menu-menu-student-experience-main li:nth-child(1), .row-se-navigation nav.block--menu-menu-admitted-main li:nth-child(1) {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem; }
        @media screen and (min-width: 768px) {
          .row-se-navigation nav.block--menu-menu-student-experience-main li:nth-child(1), .row-se-navigation nav.block--menu-menu-admitted-main li:nth-child(1) {
            margin-top: 4.6875rem;
            margin-bottom: 3.875rem; } }
      .row-se-navigation nav.block--menu-menu-student-experience-main li a, .row-se-navigation nav.block--menu-menu-admitted-main li a {
        font-family: 'franklin-gothic-urw', sans-serif;
        font-style: normal;
        font-weight: 900;
        font-size: 1.25rem;
        line-height: 1.3;
        color: #fff;
        text-decoration: none;
        position: relative; }
        @media screen and (min-width: 768px) {
          .row-se-navigation nav.block--menu-menu-student-experience-main li a, .row-se-navigation nav.block--menu-menu-admitted-main li a {
            font-size: 1.875rem;
            line-height: 1; } }
        .no-touch .row-se-navigation nav.block--menu-menu-student-experience-main li a, .no-touch .row-se-navigation nav.block--menu-menu-admitted-main li a {
          transition: all 150ms ease-in-out; }
          .no-touch .row-se-navigation nav.block--menu-menu-student-experience-main li a:hover, .no-touch .row-se-navigation nav.block--menu-menu-admitted-main li a:hover {
            color: #eb5f0c;
            text-decoration: underline; }
        .row-se-navigation nav.block--menu-menu-student-experience-main li a.active-trail, .row-se-navigation nav.block--menu-menu-admitted-main li a.active-trail {
          text-decoration: underline;
          -webkit-text-decoration-color: #eb5f0c;
                  text-decoration-color: #eb5f0c; }
          .ie-11 .row-se-navigation nav.block--menu-menu-student-experience-main li a.active-trail, .ie-11 .row-se-navigation nav.block--menu-menu-admitted-main li a.active-trail {
            color: #fff; }
          .no-touch .row-se-navigation nav.block--menu-menu-student-experience-main li a.active-trail, .no-touch .row-se-navigation nav.block--menu-menu-admitted-main li a.active-trail {
            transition: all 150ms ease-in-out; }
            .no-touch .row-se-navigation nav.block--menu-menu-student-experience-main li a.active-trail:hover, .no-touch .row-se-navigation nav.block--menu-menu-admitted-main li a.active-trail:hover {
              color: #eb5f0c;
              text-decoration: underline; }
  .row-se-navigation nav.block--menu-menu-student-experience-tools, .row-se-navigation nav.block--menu-menu-admitted-tools {
    margin-top: 2.5rem; }
    @media screen and (min-width: 768px) {
      .row-se-navigation nav.block--menu-menu-student-experience-tools, .row-se-navigation nav.block--menu-menu-admitted-tools {
        margin-top: 2.375rem; } }
    .row-se-navigation nav.block--menu-menu-student-experience-tools .menu, .row-se-navigation nav.block--menu-menu-admitted-tools .menu {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media screen and (min-width: 768px) {
        .row-se-navigation nav.block--menu-menu-student-experience-tools .menu, .row-se-navigation nav.block--menu-menu-admitted-tools .menu {
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center; } }
      .row-se-navigation nav.block--menu-menu-student-experience-tools .menu li, .row-se-navigation nav.block--menu-menu-admitted-tools .menu li {
        margin-right: 0.6875rem; }
        @media screen and (min-width: 768px) {
          .row-se-navigation nav.block--menu-menu-student-experience-tools .menu li, .row-se-navigation nav.block--menu-menu-admitted-tools .menu li {
            margin-right: 3.125rem; } }
        .row-se-navigation nav.block--menu-menu-student-experience-tools .menu li:last-child, .row-se-navigation nav.block--menu-menu-admitted-tools .menu li:last-child {
          margin-right: 0; }
        .row-se-navigation nav.block--menu-menu-student-experience-tools .menu li a, .row-se-navigation nav.block--menu-menu-admitted-tools .menu li a {
          font-family: 'franklin-gothic-urw', sans-serif;
          font-style: normal;
          font-weight: 700;
          font-size: 0.9375rem;
          line-height: 1.3334;
          color: #fff;
          text-decoration: none; }
          @media screen and (min-width: 768px) {
            .row-se-navigation nav.block--menu-menu-student-experience-tools .menu li a, .row-se-navigation nav.block--menu-menu-admitted-tools .menu li a {
              font-size: 1.25rem;
              line-height: 1.5; } }
          .no-touch .row-se-navigation nav.block--menu-menu-student-experience-tools .menu li a, .no-touch .row-se-navigation nav.block--menu-menu-admitted-tools .menu li a {
            transition: all 150ms ease-in-out; }
            .no-touch .row-se-navigation nav.block--menu-menu-student-experience-tools .menu li a:hover, .no-touch .row-se-navigation nav.block--menu-menu-admitted-tools .menu li a:hover {
              color: #eb5f0c;
              text-decoration: underline;
              -webkit-text-decoration-color: #eb5f0c;
                      text-decoration-color: #eb5f0c; }

.se-menu-is-open .se-nav-toolbar {
  background-color: rgba(20, 30, 60, 0.95); }

.se-menu-is-open .row-se-navigation {
  display: block; }

.se-menu-is-open .se-btn-close {
  display: block; }

.se-menu-is-open .se-btn-menu {
  display: none; }

.node-type-student-experience-landing-page .header-main {
  border-color: #eb5f0c;
  z-index: 3; }
  @media screen and (min-width: 768px) {
    .node-type-student-experience-landing-page .header-main {
      position: relative; } }
  .node-type-student-experience-landing-page .header-main .row-branding {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    display: none;
    background-color: #141e3c; }
    @media screen and (min-width: 768px) {
      .node-type-student-experience-landing-page .header-main .row-branding {
        padding-right: 4.16667%;
        padding-left: 4.16667%; } }
    @media screen and (min-width: 768px) {
      .node-type-student-experience-landing-page .header-main .row-branding {
        display: block;
        height: 4.375rem; } }
    .node-type-student-experience-landing-page .header-main .row-branding .l-branding {
      max-width: 1800px;
      margin: 0 auto; }
    .node-type-student-experience-landing-page .header-main .row-branding .site-name {
      height: 4.375rem; }
      .node-type-student-experience-landing-page .header-main .row-branding .site-name a {
        margin-top: 1.125rem;
        margin-left: 0; }
        .node-type-student-experience-landing-page .header-main .row-branding .site-name a::after {
          width: 18.125rem;
          height: 2.125rem;
          background: url("../../../images/logo-horizontal-retina.svg") no-repeat center center; }
    .node-type-student-experience-landing-page .header-main .row-branding .search-wrapper {
      height: 4.375rem; }
      .node-type-student-experience-landing-page .header-main .row-branding .search-wrapper input[type='text'] {
        height: 4.375rem;
        color: #eb5f0c; }
      .node-type-student-experience-landing-page .header-main .row-branding .search-wrapper .form-actions {
        top: 1.6875rem;
        transform: none; }
        @media screen and (min-width: 960px) {
          .node-type-student-experience-landing-page .header-main .row-branding .search-wrapper .form-actions {
            top: 1.125rem; } }
        .node-type-student-experience-landing-page .header-main .row-branding .search-wrapper .form-actions input {
          transform: none;
          background: url("../../../images/svg/icon-search-orange.svg") no-repeat right bottom/16px auto;
          color: transparent; }
          @media screen and (min-width: 960px) {
            .node-type-student-experience-landing-page .header-main .row-branding .search-wrapper .form-actions input {
              background-color: #eb5f0c;
              color: #fff; } }
    .node-type-student-experience-landing-page .header-main .row-branding .btn-menu-mobile {
      display: none; }
    .node-type-student-experience-landing-page .header-main .row-branding .btn-search-mobile {
      padding-top: 1rem;
      padding-bottom: 0;
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      text-align: right; }
      @media screen and (min-width: 768px) {
        .node-type-student-experience-landing-page .header-main .row-branding .btn-search-mobile {
          padding-top: 1.1875rem;
          padding-bottom: 0;
          width: 9.375rem;
          height: 4.375rem; } }
      .node-type-student-experience-landing-page .header-main .row-branding .btn-search-mobile::before {
        margin-top: 0;
        margin-right: 0.5rem;
        margin-bottom: 0;
        margin-left: 0;
        display: inline-block;
        width: 1.3125rem;
        height: 1.3125rem;
        background: url("../../../images/svg/icon-search-orange.svg") no-repeat center center/100%;
        vertical-align: middle; }
      .node-type-student-experience-landing-page .header-main .row-branding .btn-search-mobile span {
        color: #eb5f0c;
        letter-spacing: 0.0625rem; }
        .node-type-student-experience-landing-page .header-main .row-branding .btn-search-mobile span::after {
          font-size: 1.125rem;
          line-height: 1.5556;
          font-family: 'franklin-gothic-urw', sans-serif;
          font-style: normal;
          font-weight: 900;
          text-transform: uppercase; }
        .no-touch .node-type-student-experience-landing-page .header-main .row-branding .btn-search-mobile span {
          transition: all 150ms ease-in-out; }
          .no-touch .node-type-student-experience-landing-page .header-main .row-branding .btn-search-mobile span:hover {
            color: #fff; }

.l-region--navigation .menu-featured::before {
  display: none; }

.search-is-open .header-main .row-branding .btn-search-mobile {
  margin-top: 0;
  padding-top: 1.6875rem;
  padding-right: 1.875rem;
  padding-bottom: 1.6875rem;
  padding-left: 1.875rem;
  width: 5rem;
  height: 4.375rem; }
  .search-is-open .header-main .row-branding .btn-search-mobile span::after {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    white-space: nowrap; }
  .search-is-open .header-main .row-branding .btn-search-mobile::before {
    width: 1rem;
    height: 1rem;
    background-image: url("../../../images/svg/icon-close-orange.svg"); }

@media screen and (min-width: 960px) {
  #menu-featured-cta {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 2.5rem;
    width: 15.625rem;
    height: 15.125rem; } }

.no-touch #menu-featured-cta {
  transition: all 150ms ease-in-out; }
  .no-touch #menu-featured-cta:hover #menu-featured::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 45, 75, 0.35);
    content: '';
    z-index: 0; }
  .no-touch #menu-featured-cta:hover #menu-featured-text .cta-div span {
    background: url("../../../images/svg/hp-news-underline-blue.svg") repeat-x 0px 14px/auto 4px !important; }

#menu-featured-cta #menu-featured {
  margin-bottom: 2.1875rem;
  position: relative;
  height: 17.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  #menu-featured-cta #menu-featured::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 13.75rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
    content: ''; }
  @media screen and (min-width: 768px) {
    #menu-featured-cta #menu-featured {
      height: 22rem; } }
  @media screen and (min-width: 960px) {
    #menu-featured-cta #menu-featured {
      width: 15.625rem;
      height: 15.125rem; } }
  #menu-featured-cta #menu-featured img {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    white-space: nowrap; }
  #menu-featured-cta #menu-featured #menu-featured-text {
    padding-top: 1.125rem;
    padding-right: 1.25rem;
    padding-bottom: 1.125rem;
    padding-left: 1.25rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      #menu-featured-cta #menu-featured #menu-featured-text {
        padding-top: 1.875rem;
        padding-right: 1.875rem;
        padding-bottom: 1.875rem;
        padding-left: 1.875rem; } }
    @media screen and (min-width: 960px) {
      #menu-featured-cta #menu-featured #menu-featured-text {
        padding-top: 1.25rem;
        padding-right: 0.9375rem;
        padding-bottom: 1.25rem;
        padding-left: 0.9375rem; } }
    #menu-featured-cta #menu-featured #menu-featured-text p {
      margin-top: 0;
      margin-bottom: 0.9375rem;
      font-size: 1.125rem;
      line-height: 1.4445;
      font-family: 'franklin-gothic-urw', sans-serif;
      font-style: normal;
      font-weight: 700;
      display: block;
      color: #fff; }
      @media screen and (min-width: 768px) {
        #menu-featured-cta #menu-featured #menu-featured-text p {
          font-size: 1.625rem;
          line-height: 1.3847; } }
      @media screen and (min-width: 960px) {
        #menu-featured-cta #menu-featured #menu-featured-text p {
          font-size: 1.0625rem;
          line-height: 1.2942; } }
    #menu-featured-cta #menu-featured #menu-featured-text .cta-div {
      padding-right: 0.3125rem;
      padding-left: 0.3125rem;
      font-size: 1.375rem;
      line-height: 0.8637;
      font-family: 'franklin-gothic-urw-cond', sans-serif;
      font-style: italic;
      font-weight: 700;
      display: inline-block;
      position: relative;
      width: auto;
      color: #fff; }
      @media screen and (min-width: 768px) {
        #menu-featured-cta #menu-featured #menu-featured-text .cta-div {
          font-size: 1.625rem;
          line-height: 0.8077; } }
      @media screen and (min-width: 960px) {
        #menu-featured-cta #menu-featured #menu-featured-text .cta-div {
          font-size: 1.125rem;
          line-height: 0.8889; } }
      #menu-featured-cta #menu-featured #menu-featured-text .cta-div span {
        padding-right: 0.1875rem;
        padding-left: 0.3125rem;
        position: relative;
        background: url("../../../images/svg/hp-news-underline.svg") repeat-x 0px 17px/auto 4px;
        z-index: 1;
        -webkit-box-decoration-break: clone;
                box-decoration-break: clone; }
        @media screen and (min-width: 768px) {
          #menu-featured-cta #menu-featured #menu-featured-text .cta-div span {
            background: url("../../../images/svg/hp-news-underline.svg") repeat-x 0px 21px/auto 4px; } }
        @media screen and (min-width: 1024px) {
          #menu-featured-cta #menu-featured #menu-featured-text .cta-div span {
            background: url("../../../images/svg/hp-news-underline.svg") repeat-x 0px 14px/auto 4px; } }

.mobile-menu-navigation-wrapper ul .menu-featured::before {
  display: none !important; }

.mobile-menu-navigation-wrapper ul .submenu-2 .last {
  border-bottom: none !important; }

.node-type-student-experience-home-page {
  background-color: #141e3c; }
  @media screen and (min-width: 768px) {
    .node-type-student-experience-home-page {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: end;
          justify-content: flex-end;
      height: 100vh; } }
  .node-type-student-experience-home-page .skip-to-main:focus {
    position: fixed !important;
    top: 10px;
    left: 10px;
    z-index: 5; }
  @media screen and (min-width: 768px) {
    .node-type-student-experience-home-page::before {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 15.625rem;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), transparent);
      content: '';
      z-index: 1; } }
  .node-type-student-experience-home-page .node--student-experience-home-page--full::after {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15.625rem;
    background: #000;
    content: '';
    z-index: 0; }
    @media screen and (min-width: 768px) {
      .node-type-student-experience-home-page .node--student-experience-home-page--full::after {
        display: none; } }
  .node-type-student-experience-home-page .node__content {
    display: none; }
  .node-type-student-experience-home-page .l-main {
    margin-top: 0;
    max-width: none; }
    .node-type-student-experience-home-page .l-main .l-content {
      max-width: none; }
  .node-type-student-experience-home-page video {
    position: fixed;
    top: 0;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    transform: translateX(-50%);
    z-index: -5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .node-type-student-experience-home-page .top-inner-wrapper {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    height: 100vh;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .node-type-student-experience-home-page .top-inner-wrapper {
        height: auto;
        z-index: unset; }
        .ie-11 .node-type-student-experience-home-page .top-inner-wrapper {
          z-index: auto; } }
    .node-type-student-experience-home-page .top-inner-wrapper .se-logo {
      display: block;
      position: absolute;
      top: 1.25rem;
      left: 1.25rem;
      width: 12.5rem;
      height: 3rem; }
      @media screen and (min-width: 768px) {
        .node-type-student-experience-home-page .top-inner-wrapper .se-logo {
          position: fixed;
          top: 2rem;
          left: 4.16667%;
          z-index: 3; } }
      @media screen and (min-width: 1024px) {
        .node-type-student-experience-home-page .top-inner-wrapper .se-logo {
          top: 1.5625rem;
          width: 14.0625rem;
          height: 3.4375rem; } }
    .node-type-student-experience-home-page .top-inner-wrapper .se-btn-pause {
      border: none;
      margin: 0;
      padding: 0;
      width: auto;
      overflow: visible;
      background: transparent;
      padding-top: 0.5rem;
      padding-right: 0.625rem;
      padding-bottom: 0.5rem;
      padding-left: 0.625rem;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 1.25rem;
      right: 1.25rem;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 2rem;
      height: 2rem;
      border: 1px solid rgba(255, 255, 255, 0.3);
      background-color: rgba(0, 0, 0, 0.42);
      z-index: 3; }
      .no-touch .node-type-student-experience-home-page .top-inner-wrapper .se-btn-pause {
        transition: all 150ms ease-in-out; }
        .no-touch .node-type-student-experience-home-page .top-inner-wrapper .se-btn-pause:hover {
          border: 1px solid #fff;
          background-color: #000; }
      @media screen and (min-width: 768px) {
        .node-type-student-experience-home-page .top-inner-wrapper .se-btn-pause {
          position: fixed;
          top: 2rem;
          right: 4.16667%; } }
      @media screen and (min-width: 1024px) {
        .node-type-student-experience-home-page .top-inner-wrapper .se-btn-pause {
          top: auto;
          bottom: 18.75rem; } }
      .node-type-student-experience-home-page .top-inner-wrapper .se-btn-pause svg {
        width: 0.5625rem;
        height: 0.75rem;
        fill: #fff; }
        .node-type-student-experience-home-page .top-inner-wrapper .se-btn-pause svg.pause {
          display: block; }
        .node-type-student-experience-home-page .top-inner-wrapper .se-btn-pause svg.play {
          display: none; }
      .node-type-student-experience-home-page .top-inner-wrapper .se-btn-pause.paused svg.pause {
        display: none; }
      .node-type-student-experience-home-page .top-inner-wrapper .se-btn-pause.paused svg.play {
        display: block; }
    .node-type-student-experience-home-page .top-inner-wrapper .title-components-wrapper {
      padding-top: 0.9375rem;
      padding-right: 1.5625rem;
      padding-bottom: 8.125rem;
      padding-left: 1.5625rem;
      position: relative;
      background-color: #141e3c;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .node-type-student-experience-home-page .top-inner-wrapper .title-components-wrapper {
          padding-top: 0.9375rem;
          padding-right: 1.5625rem;
          padding-bottom: 0.9375rem;
          padding-left: 1.5625rem; } }
      @media screen and (min-width: 1024px) {
        .node-type-student-experience-home-page .top-inner-wrapper .title-components-wrapper {
          padding-top: 0;
          padding-right: 0;
          padding-bottom: 0;
          padding-left: 0; } }
      .node-type-student-experience-home-page .top-inner-wrapper .title-components-wrapper::before {
        position: absolute;
        top: -15.625rem;
        left: 0;
        width: 100%;
        height: 15.625rem;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
        content: ''; }
      .node-type-student-experience-home-page .top-inner-wrapper .title-components-wrapper .title-components {
        margin-top: -6.875rem;
        position: relative; }
        .node-type-student-experience-home-page .top-inner-wrapper .title-components-wrapper .title-components .field--name-field-super-title {
          padding-right: 4rem;
          padding-left: 4rem;
          margin-bottom: 0.625rem;
          font-size: 1.375rem;
          line-height: 1.1819;
          font-family: 'franklin-gothic-urw', sans-serif;
          font-style: normal;
          font-weight: 900;
          color: #fff;
          letter-spacing: 0.125rem;
          text-transform: uppercase; }
          @media screen and (min-width: 768px) {
            .node-type-student-experience-home-page .top-inner-wrapper .title-components-wrapper .title-components .field--name-field-super-title {
              font-size: 1.625rem;
              line-height: 1.2308;
              margin-bottom: 0.9375rem; } }
        .node-type-student-experience-home-page .top-inner-wrapper .title-components-wrapper .title-components .field--name-field-title {
          font-family: 'franklin-gothic-ext-comp-urw', sans-serif;
          font-style: normal;
          font-weight: 700;
          font-size: 5.625rem;
          line-height: 0.8334;
          position: relative;
          color: #fff;
          text-transform: uppercase;
          z-index: 2;
          margin-bottom: 1.25rem;
          display: inline-block; }
          @media screen and (min-width: 768px) {
            .node-type-student-experience-home-page .top-inner-wrapper .title-components-wrapper .title-components .field--name-field-title {
              font-size: 7.5rem;
              line-height: 0.7917; } }
          @media screen and (min-width: 1024px) {
            .node-type-student-experience-home-page .top-inner-wrapper .title-components-wrapper .title-components .field--name-field-title {
              font-size: 9.375rem;
              line-height: 0.7734; } }
          .node-type-student-experience-home-page .top-inner-wrapper .title-components-wrapper .title-components .field--name-field-title::before {
            font-size: 5.625rem;
            line-height: 0.8334;
            position: absolute;
            bottom: -0.3125rem;
            left: -0.3125rem;
            color: transparent;
            text-transform: uppercase;
            content: attr(data-before);
            z-index: -1;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #eb5f0c; }
            @media screen and (min-width: 768px) {
              .node-type-student-experience-home-page .top-inner-wrapper .title-components-wrapper .title-components .field--name-field-title::before {
                font-size: 7.5rem;
                line-height: 0.7917; } }
            @media screen and (min-width: 1024px) {
              .node-type-student-experience-home-page .top-inner-wrapper .title-components-wrapper .title-components .field--name-field-title::before {
                font-size: 9.375rem;
                line-height: 0.7734; } }
        .node-type-student-experience-home-page .top-inner-wrapper .title-components-wrapper .title-components .scroll-more {
          margin-top: 0;
          margin-right: auto;
          margin-bottom: 0;
          margin-left: auto;
          font-size: 0.75rem;
          line-height: 1.3334;
          font-family: 'franklin-gothic-urw', sans-serif;
          font-style: italic;
          font-weight: 900;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          width: 122px;
          height: 40px;
          background: url("../../../images/svg/icon-scroll-more.svg") no-repeat center 2px/13px 40px;
          color: #eb5f0c;
          letter-spacing: 0.0625rem;
          text-transform: uppercase; }
          @media screen and (min-width: 768px) {
            .node-type-student-experience-home-page .top-inner-wrapper .title-components-wrapper .title-components .scroll-more {
              display: none; } }
  .node-type-student-experience-home-page .bottom-inner-wrapper {
    padding-top: 1.875rem;
    padding-right: 1.5625rem;
    padding-bottom: 1.875rem;
    padding-left: 1.5625rem;
    background-color: #141e3c;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .node-type-student-experience-home-page .bottom-inner-wrapper {
        padding-top: 1.875rem;
        padding-right: 2.1875rem;
        padding-bottom: 1.875rem;
        padding-left: 2.1875rem; } }
    .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-top-links {
      margin-top: 1.875rem; }
      @media screen and (min-width: 768px) {
        .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-top-links {
          margin-top: 0;
          position: fixed;
          top: 2rem;
          right: 10.41667%;
          width: 21.5625rem;
          z-index: 3; } }
      @media screen and (min-width: 1024px) {
        .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-top-links {
          top: 1.5625rem;
          right: 4.16667%; } }
      .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-top-links .field__items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-top-links .field__items .field__item {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          width: 32%;
          border: 1px solid #eb5f0c;
          text-align: center; }
          .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-top-links .field__items .field__item a {
            font-family: 'franklin-gothic-urw-cond', sans-serif;
            font-style: normal;
            font-weight: 700;
            padding-top: 1.25rem;
            padding-right: 0.625rem;
            padding-bottom: 1.25rem;
            padding-left: 0.625rem;
            font-size: 1.125rem;
            line-height: 0.8334;
            width: 100%;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase; }
            @media screen and (min-width: 768px) {
              .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-top-links .field__items .field__item a {
                padding-top: 1.125rem;
                padding-right: 0.625rem;
                padding-bottom: 1.125rem;
                padding-left: 0.625rem; } }
            .no-touch .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-top-links .field__items .field__item a {
              transition: all 150ms ease-in-out; }
              .no-touch .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-top-links .field__items .field__item a:hover {
                border: 1px solid #fff;
                background-color: #fff;
                color: #eb5f0c; }
          .no-touch .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-top-links .field__items .field__item {
            transition: all 150ms ease-in-out; }
            .no-touch .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-top-links .field__items .field__item:hover {
              border: none; }
    .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-bottom-links {
      max-width: 1800px;
      margin: 0 auto; }
      .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-bottom-links .field__items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
        @media screen and (min-width: 768px) {
          .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-bottom-links .field__items {
            -ms-flex-direction: row;
                flex-direction: row;
            -ms-flex-align: normal;
                align-items: normal;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
        .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-bottom-links .field__items .field__item {
          margin-bottom: 1.25rem;
          position: relative;
          width: 100%;
          border: 1px solid #eb5f0c; }
          @media screen and (min-width: 768px) {
            .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-bottom-links .field__items .field__item {
              margin-bottom: 0;
              width: 31.81818%; } }
          .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-bottom-links .field__items .field__item::after {
            content: '';
            background-color: transparent;
            opacity: 0;
            transition: opacity 300ms ease-in-out; }
          .no-touch .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-bottom-links .field__items .field__item {
            transition: all 150ms ease-in-out; }
            .no-touch .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-bottom-links .field__items .field__item:hover {
              height: calc(100% - 10px);
              transition: border 300ms ease-in-out;
              border: none; }
              .no-touch .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-bottom-links .field__items .field__item:hover::after {
                position: absolute;
                top: 0.625rem;
                left: -0.625rem;
                width: 100%;
                height: 100%;
                transition: opacity 300ms ease-in-out;
                background-color: #eb5f0c;
                content: '';
                opacity: 1;
                z-index: 0; }
              .no-touch .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-bottom-links .field__items .field__item:hover a {
                padding-top: 1.25rem;
                padding-bottom: 0.625rem;
                position: relative;
                transition: background-color 300ms ease-in-out;
                background-color: #fff;
                color: #eb5f0c;
                z-index: 1; }
          .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-bottom-links .field__items .field__item a {
            font-family: 'franklin-gothic-ext-comp-urw', sans-serif;
            font-style: normal;
            font-weight: 700;
            padding-top: 1.25rem;
            padding-bottom: 1.25rem;
            font-size: 4rem;
            line-height: 0.875;
            font-size: 15vw;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: center;
                justify-content: center;
            width: 100%;
            transition: background-color 300ms ease-in-out;
            background-color: transparent;
            color: #fff;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase; }
            @media screen and (min-width: 768px) {
              .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-bottom-links .field__items .field__item a {
                font-size: 3.5rem;
                line-height: 1;
                font-size: 5vw; } }
            @media screen and (min-width: 1024px) {
              .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-bottom-links .field__items .field__item a {
                font-size: 5rem;
                line-height: 0.875;
                font-size: 5vw; } }
            @media screen and (min-width: 1600px) {
              .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-bottom-links .field__items .field__item a {
                font-size: 5rem;
                line-height: 0.875; } }
            .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-bottom-links .field__items .field__item a span {
              font-family: 'franklin-gothic-urw', sans-serif;
              font-style: normal;
              font-weight: 900;
              font-size: 1.25rem;
              line-height: 1.2;
              font-size: 5vw;
              display: block; }
              @media screen and (min-width: 768px) {
                .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-bottom-links .field__items .field__item a span {
                  font-size: 1.5rem;
                  line-height: 1.3334;
                  font-size: 1.5vw; } }
              @media screen and (min-width: 1024px) {
                .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-bottom-links .field__items .field__item a span {
                  font-size: 1.5rem;
                  line-height: 1.3334;
                  font-size: 2vw; } }
              @media screen and (min-width: 1600px) {
                .node-type-student-experience-home-page .bottom-inner-wrapper .field--name-field-bottom-links .field__items .field__item a span {
                  font-size: 1.5rem;
                  line-height: 1.3334; } }

html.se-menu-is-open, html.se-video-playing,
body.se-menu-is-open,
body.se-video-playing {
  overflow: hidden; }

.node-type-student-experience-landing-page .l-main,
.node-type-student-experience-landing-page .l-content {
  max-width: none; }

.node-type-student-experience-landing-page .l-main {
  margin-top: 5.25rem; }
  @media screen and (min-width: 768px) {
    .node-type-student-experience-landing-page .l-main {
      margin-top: 0; } }

.node-type-student-experience-landing-page .se-landing-hero {
  padding-top: 2.25rem;
  padding-bottom: 2.5rem;
  position: relative;
  background-color: #232d4b; }
  @media screen and (min-width: 768px) {
    .node-type-student-experience-landing-page .se-landing-hero {
      padding-top: 2.875rem;
      padding-bottom: 3.75rem; } }
  @media screen and (min-width: 1024px) {
    .node-type-student-experience-landing-page .se-landing-hero {
      padding-top: 3.375rem;
      padding-bottom: 3.125rem; } }
  @media screen and (min-width: 1024px) {
    .node-type-student-experience-landing-page .se-landing-hero::before {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 12.5rem;
      background-color: #fff;
      content: '';
      z-index: 0; } }
  .node-type-student-experience-landing-page .se-landing-hero .paragraphs-items-field-hero {
    position: relative; }
    @media screen and (min-width: 1024px) {
      .node-type-student-experience-landing-page .se-landing-hero .paragraphs-items-field-hero .paragraphs-item-video-block {
        padding-right: 0;
        padding-left: 0; } }
    .node-type-student-experience-landing-page .se-landing-hero .paragraphs-items-field-hero .paragraphs-item-video-block .video-image-container::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 15.625rem;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
      content: '';
      z-index: 1; }
  .node-type-student-experience-landing-page .se-landing-hero .se-title-elements {
    margin-top: mull;
    margin-bottom: -0.9375rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .node-type-student-experience-landing-page .se-landing-hero .se-title-elements {
        margin-top: mull;
        margin-bottom: -3.125rem; } }
    .node-type-student-experience-landing-page .se-landing-hero .se-title-elements .field--name-field-super-title {
      font-size: 1.375rem;
      line-height: 1.1819;
      font-family: 'franklin-gothic-urw', sans-serif;
      font-style: normal;
      font-weight: 900;
      color: #fff;
      letter-spacing: 0.125rem;
      text-transform: uppercase; }
      @media screen and (min-width: 768px) {
        .node-type-student-experience-landing-page .se-landing-hero .se-title-elements .field--name-field-super-title {
          font-size: 1.625rem;
          line-height: 1.2308; } }
      @media screen and (min-width: 1024px) {
        .node-type-student-experience-landing-page .se-landing-hero .se-title-elements .field--name-field-super-title {
          margin-top: mull;
          margin-bottom: 0.625rem;
          font-size: 2.25rem;
          line-height: 1;
          letter-spacing: 0.25rem; } }
    .node-type-student-experience-landing-page .se-landing-hero .se-title-elements .field--name-field-title {
      font-family: 'franklin-gothic-ext-comp-urw', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 5.625rem;
      line-height: 0.8334;
      position: relative;
      color: #fff;
      text-transform: uppercase;
      z-index: 2;
      font-family: 'franklin-gothic-urw-comp', sans-serif;
      font-style: normal;
      font-weight: 700;
      display: inline-block; }
      @media screen and (min-width: 768px) {
        .node-type-student-experience-landing-page .se-landing-hero .se-title-elements .field--name-field-title {
          font-size: 7.5rem;
          line-height: 0.7917; } }
      @media screen and (min-width: 1024px) {
        .node-type-student-experience-landing-page .se-landing-hero .se-title-elements .field--name-field-title {
          font-size: 9.375rem;
          line-height: 0.7734; } }
      .node-type-student-experience-landing-page .se-landing-hero .se-title-elements .field--name-field-title::before {
        font-size: 5.625rem;
        line-height: 0.8334;
        position: absolute;
        bottom: -0.3125rem;
        left: -0.3125rem;
        color: transparent;
        text-transform: uppercase;
        content: attr(data-before);
        z-index: -1;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #eb5f0c; }
        @media screen and (min-width: 768px) {
          .node-type-student-experience-landing-page .se-landing-hero .se-title-elements .field--name-field-title::before {
            font-size: 7.5rem;
            line-height: 0.7917; } }
        @media screen and (min-width: 1024px) {
          .node-type-student-experience-landing-page .se-landing-hero .se-title-elements .field--name-field-title::before {
            font-size: 9.375rem;
            line-height: 0.7734; } }

.paragraphs-item-50-50-image-promo {
  position: relative; }
  @media screen and (min-width: 768px) {
    .paragraphs-item-50-50-image-promo .fifty-fifty-content {
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 768px) {
    .paragraphs-item-50-50-image-promo .fifty-fifty-content.reverse {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; } }
  .paragraphs-item-50-50-image-promo .fifty-fifty-content .animated-arrow {
    display: inline-block;
    position: absolute;
    top: 1.25rem;
    left: 0;
    width: 0;
    height: 0.0625rem;
    transition: all 800ms ease-in-out;
    background-color: #eb5f0c;
    z-index: 1; }
    .paragraphs-item-50-50-image-promo .fifty-fifty-content .animated-arrow.animate {
      width: calc(100% - 20px); }
    .paragraphs-item-50-50-image-promo .fifty-fifty-content .animated-arrow.arrow svg {
      animation: bounce .2s 0s;
      transform: scale(1);
      display: block; }
    .paragraphs-item-50-50-image-promo .fifty-fifty-content .animated-arrow svg {
      display: none;
      position: absolute;
      top: -4px;
      right: -4px;
      width: 0.625rem;
      height: 0.625rem; }

@keyframes bounce {
  0% {
    transform: scale(1.3);
    opacity: 1; }
  50% {
    transform: scale(1.9);
    opacity: .6; }
  60% {
    transform: scale(0.7);
    opacity: 1; }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }
  .paragraphs-item-50-50-image-promo .fifty-fifty-content .text-container {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    padding-right: 1.25rem;
    padding-bottom: 100%;
    padding-left: 1.25rem;
    position: relative;
    height: 20rem;
    background-color: #141e3c;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .paragraphs-item-50-50-image-promo .fifty-fifty-content .text-container {
        padding-right: 4.16667%;
        padding-bottom: 50%;
        padding-left: 4.16667%;
        width: 50%; } }
    @media screen and (min-width: 1024px) {
      .paragraphs-item-50-50-image-promo .fifty-fifty-content .text-container {
        padding-right: 8.33333%;
        padding-left: 8.33333%; } }
    .paragraphs-item-50-50-image-promo .fifty-fifty-content .text-container .text-wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: calc(100% - 40px); }
      @media screen and (min-width: 768px) {
        .paragraphs-item-50-50-image-promo .fifty-fifty-content .text-container .text-wrapper {
          width: 83.33333%; } }
      @media screen and (min-width: 1024px) {
        .paragraphs-item-50-50-image-promo .fifty-fifty-content .text-container .text-wrapper {
          max-width: 25rem; } }
    .paragraphs-item-50-50-image-promo .fifty-fifty-content .text-container .field--name-field-label {
      margin-bottom: 0.9375rem;
      font-size: 1.25rem;
      line-height: 1;
      font-family: 'franklin-gothic-urw-comp', sans-serif;
      font-style: normal;
      font-weight: 700;
      color: #eb5f0c;
      text-transform: uppercase; }
      @media screen and (min-width: 1024px) {
        .paragraphs-item-50-50-image-promo .fifty-fifty-content .text-container .field--name-field-label {
          margin-bottom: 1.875rem; } }
    .paragraphs-item-50-50-image-promo .fifty-fifty-content .text-container .field--name-field-title {
      margin-bottom: 0.9375rem;
      font-size: 2.125rem;
      line-height: 1;
      font-family: 'franklin-gothic-urw-comp', sans-serif;
      font-style: italic;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase; }
      @media screen and (min-width: 1024px) {
        .paragraphs-item-50-50-image-promo .fifty-fifty-content .text-container .field--name-field-title {
          font-size: 2.75rem;
          line-height: 1; } }
    .paragraphs-item-50-50-image-promo .fifty-fifty-content .text-container .field--name-field-description {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.5;
      font-family: 'franklin-gothic-urw-cond', sans-serif;
      font-style: normal;
      font-weight: 400;
      color: #fff; }
      @media screen and (min-width: 1024px) {
        .paragraphs-item-50-50-image-promo .fifty-fifty-content .text-container .field--name-field-description {
          margin-bottom: 1.875rem; } }
    .paragraphs-item-50-50-image-promo .fifty-fifty-content .text-container .field--name-field-url .field__item {
      font-size: 1.125rem;
      line-height: 0.8889;
      padding-top: 0.9375rem;
      padding-right: 1.875rem;
      padding-bottom: 0.9375rem;
      padding-left: 1.875rem;
      display: inline-block;
      position: relative;
      transform: skew(-20deg);
      transition: background-color 300ms ease-in-out;
      border: none;
      background-color: #eb5f0c;
      color: #fff;
      font-family: 'franklin-gothic-urw', sans-serif;
      font-style: italic;
      font-weight: 900;
      letter-spacing: 0;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-transform: skew(-20deg); }
      .no-touch .paragraphs-item-50-50-image-promo .fifty-fifty-content .text-container .field--name-field-url .field__item {
        transition: all 150ms ease-in-out; }
        .no-touch .paragraphs-item-50-50-image-promo .fifty-fifty-content .text-container .field--name-field-url .field__item:hover {
          transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
          background-color: #141e3c;
          text-decoration: none; }
      .paragraphs-item-50-50-image-promo .fifty-fifty-content .text-container .field--name-field-url .field__item span,
      .paragraphs-item-50-50-image-promo .fifty-fifty-content .text-container .field--name-field-url .field__item a {
        display: inline-block;
        transform: skew(20deg);
        color: #fff;
        text-decoration: none; }
      .paragraphs-item-50-50-image-promo .fifty-fifty-content .text-container .field--name-field-url .field__item:focus {
        outline: 2px auto #009fdf; }
      .no-touch .paragraphs-item-50-50-image-promo .fifty-fifty-content .text-container .field--name-field-url .field__item {
        transition: all 150ms ease-in-out; }
        .no-touch .paragraphs-item-50-50-image-promo .fifty-fifty-content .text-container .field--name-field-url .field__item:hover {
          background-color: #fff; }
          .no-touch .paragraphs-item-50-50-image-promo .fifty-fifty-content .text-container .field--name-field-url .field__item:hover a {
            color: #141e3c; }
  .paragraphs-item-50-50-image-promo .fifty-fifty-content .image-video-container {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    padding-bottom: 100%;
    position: relative;
    background-color: #141e3c;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .paragraphs-item-50-50-image-promo .fifty-fifty-content .image-video-container {
        padding-bottom: 50%;
        width: 50%; } }
    @media screen and (max-width: 767px) and (orientation: landscape) {
	  .paragraphs-item-50-50-image-promo .fifty-fifty-content {
        display: -ms-flexbox;
        display: flex; }
      .paragraphs-item-50-50-image-promo .fifty-fifty-content .image-video-container {
        padding-bottom: 50%;
        width: 50%; }
	  .paragraphs-item-50-50-image-promo .fifty-fifty-content .text-container {
        padding-right: 4.16667%;
        padding-bottom: 50%;
        padding-left: 4.16667%;
        width: 50%; } }
    .paragraphs-item-50-50-image-promo .fifty-fifty-content .image-video-container .video-wrapper video {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media screen and (min-width: 1024px) {
        .ie-11 .paragraphs-item-50-50-image-promo .fifty-fifty-content .image-video-container .video-wrapper video,
        .ie-edge .paragraphs-item-50-50-image-promo .fifty-fifty-content .image-video-container .video-wrapper video {
          left: 50%;
          height: 150%;
          width: auto;
          object-fit: none;
          transform: translateX(-50%); } }
    .paragraphs-item-50-50-image-promo .fifty-fifty-content .image-video-container .image-wrapper img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media screen and (min-width: 1024px) {
        .ie-11 .paragraphs-item-50-50-image-promo .fifty-fifty-content .image-video-container .image-wrapper img {
          left: 50%;
          height: 150%;
          width: auto;
          object-fit: none;
          transform: translateX(-50%); } }
    .paragraphs-item-50-50-image-promo .fifty-fifty-content .image-video-container .se-btn-pause {
      border: none;
      margin: 0;
      padding: 0;
      width: auto;
      overflow: visible;
      background: transparent;
      padding-top: 0.5rem;
      padding-right: 0.625rem;
      padding-bottom: 0.5rem;
      padding-left: 0.625rem;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 1.25rem;
      right: 1.25rem;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 2rem;
      height: 2rem;
      border: 1px solid rgba(255, 255, 255, 0.3);
      background-color: rgba(0, 0, 0, 0.42);
      z-index: 3;
      z-index: 1;
      top: auto;
      right: 1.25rem;
      bottom: 1.25rem; }
      .no-touch .paragraphs-item-50-50-image-promo .fifty-fifty-content .image-video-container .se-btn-pause {
        transition: all 150ms ease-in-out; }
        .no-touch .paragraphs-item-50-50-image-promo .fifty-fifty-content .image-video-container .se-btn-pause:hover {
          border: 1px solid #fff;
          background-color: #000; }
      @media screen and (min-width: 768px) {
        .paragraphs-item-50-50-image-promo .fifty-fifty-content .image-video-container .se-btn-pause {
          position: fixed;
          top: 2rem;
          right: 4.16667%; } }
      @media screen and (min-width: 1024px) {
        .paragraphs-item-50-50-image-promo .fifty-fifty-content .image-video-container .se-btn-pause {
          top: auto;
          bottom: 18.75rem; } }
      .paragraphs-item-50-50-image-promo .fifty-fifty-content .image-video-container .se-btn-pause svg {
        width: 0.5625rem;
        height: 0.75rem;
        fill: #fff; }
        .paragraphs-item-50-50-image-promo .fifty-fifty-content .image-video-container .se-btn-pause svg.pause {
          display: block; }
        .paragraphs-item-50-50-image-promo .fifty-fifty-content .image-video-container .se-btn-pause svg.play {
          display: none; }
      .paragraphs-item-50-50-image-promo .fifty-fifty-content .image-video-container .se-btn-pause.paused svg.pause {
        display: none; }
      .paragraphs-item-50-50-image-promo .fifty-fifty-content .image-video-container .se-btn-pause.paused svg.play {
        display: block; }
      @media screen and (min-width: 768px) {
        .paragraphs-item-50-50-image-promo .fifty-fifty-content .image-video-container .se-btn-pause {
          position: absolute;
          top: 1.5625rem;
          right: 2.08333%; } }
      @media screen and (min-width: 768px) {
        .paragraphs-item-50-50-image-promo .fifty-fifty-content .image-video-container .se-btn-pause {
          top: auto;
          right: 1.25rem;
          bottom: 1.25rem; } }
      @media screen and (min-width: 1024px) {
        .paragraphs-item-50-50-image-promo .fifty-fifty-content .image-video-container .se-btn-pause {
          top: auto;
          right: 1.25rem;
          bottom: 1.25rem; } }

.paragraphs-item-footer-cta {
  padding-top: 3.75rem;
  padding-right: 1.25rem;
  padding-bottom: 4.375rem;
  padding-left: 1.25rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .paragraphs-item-footer-cta::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    content: '';
    opacity: 0.55; }
  @media screen and (min-width: 768px) {
    .paragraphs-item-footer-cta {
      padding-top: 3.125rem;
      padding-right: 4.16667%;
      padding-bottom: 0;
      padding-left: 4.16667%; } }
  @media screen and (min-width: 1024px) {
    .paragraphs-item-footer-cta {
      padding-top: 3.125rem;
      padding-right: 6.25%;
      padding-bottom: 0;
      padding-left: 6.25%; } }
  .paragraphs-item-footer-cta .cta-content {
    max-width: 1800px;
    margin: 0 auto; }
  .paragraphs-item-footer-cta .paragraphs-items-field-cta-links {
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .paragraphs-item-footer-cta .paragraphs-items-field-cta-links .field-items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center; } }
    .paragraphs-item-footer-cta .paragraphs-items-field-cta-links .field-items .cta-item {
      margin-bottom: 2.5rem;
      text-align: center; }
      .paragraphs-item-footer-cta .paragraphs-items-field-cta-links .field-items .cta-item:last-child {
        margin-bottom: 0; }
        .paragraphs-item-footer-cta .paragraphs-items-field-cta-links .field-items .cta-item:last-child .footer-cta-link {
          padding-bottom: 0;
          border-bottom: none; }
          @media screen and (min-width: 768px) {
            .paragraphs-item-footer-cta .paragraphs-items-field-cta-links .field-items .cta-item:last-child .footer-cta-link {
              padding-top: 4.25rem;
              padding-right: 2.1875rem;
              padding-bottom: 7.375rem;
              padding-left: 2.1875rem; } }
          @media screen and (min-width: 1024px) {
            .paragraphs-item-footer-cta .paragraphs-items-field-cta-links .field-items .cta-item:last-child .footer-cta-link {
              padding-top: 8.25rem;
              padding-right: 2.1875rem;
              padding-bottom: 11.375rem;
              padding-left: 2.1875rem; } }
      @media screen and (min-width: 768px) {
        .paragraphs-item-footer-cta .paragraphs-items-field-cta-links .field-items .cta-item {
          margin-bottom: 0; } }
      @media screen and (min-width: 768px) {
        .paragraphs-item-footer-cta .paragraphs-items-field-cta-links .field-items .cta-item.odd {
          border-right: 0.0625rem solid rgba(255, 255, 255, 0.3);
          border-left: 0.0625rem solid rgba(255, 255, 255, 0.3); } }
      @media screen and (min-width: 768px) {
        .paragraphs-item-footer-cta .paragraphs-items-field-cta-links .field-items .cta-item:nth-child(1) .footer-cta-link {
          padding-left: 0; } }
      @media screen and (min-width: 768px) {
        .paragraphs-item-footer-cta .paragraphs-items-field-cta-links .field-items .cta-item:nth-child(3) .footer-cta-link {
          padding-right: 0; } }
      .paragraphs-item-footer-cta .paragraphs-items-field-cta-links .field-items .cta-item .footer-cta-link {
        padding-bottom: 2.5rem;
        display: block;
        border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
        text-decoration: none; }
        @media screen and (min-width: 768px) {
          .paragraphs-item-footer-cta .paragraphs-items-field-cta-links .field-items .cta-item .footer-cta-link {
            padding-top: 4.25rem;
            padding-right: 2.1875rem;
            padding-bottom: 7.375rem;
            padding-left: 2.1875rem;
            border-bottom: none; } }
        @media screen and (min-width: 1024px) {
          .paragraphs-item-footer-cta .paragraphs-items-field-cta-links .field-items .cta-item .footer-cta-link {
            padding-top: 8.25rem;
            padding-right: 2.1875rem;
            padding-bottom: 11.375rem;
            padding-left: 2.1875rem; } }
        .no-touch .paragraphs-item-footer-cta .paragraphs-items-field-cta-links .field-items .cta-item .footer-cta-link {
          transition: all 150ms ease-in-out; }
          .no-touch .paragraphs-item-footer-cta .paragraphs-items-field-cta-links .field-items .cta-item .footer-cta-link:hover {
            transform: scale(1.1); }
        .paragraphs-item-footer-cta .paragraphs-items-field-cta-links .field-items .cta-item .footer-cta-link .field--name-field-title {
          margin-bottom: 0.625rem;
          font-family: 'franklin-gothic-ext-comp-urw', sans-serif;
          font-style: normal;
          font-weight: 700;
          font-size: 4rem;
          line-height: 0.875;
          color: #fff;
          text-transform: uppercase; }
          @media screen and (min-width: 768px) {
            .paragraphs-item-footer-cta .paragraphs-items-field-cta-links .field-items .cta-item .footer-cta-link .field--name-field-title {
              font-size: 3.5rem;
              line-height: 1; } }
          @media screen and (min-width: 1024px) {
            .paragraphs-item-footer-cta .paragraphs-items-field-cta-links .field-items .cta-item .footer-cta-link .field--name-field-title {
              font-size: 5rem;
              line-height: 0.875; } }
        .paragraphs-item-footer-cta .paragraphs-items-field-cta-links .field-items .cta-item .footer-cta-link .field--name-field-subtitle {
          font-family: 'franklin-gothic-urw', sans-serif;
          font-style: normal;
          font-weight: 900;
          font-size: 1.25rem;
          line-height: 1.2;
          color: #fff;
          letter-spacing: 0.125rem;
          text-transform: uppercase; }
          @media screen and (min-width: 1024px) {
            .paragraphs-item-footer-cta .paragraphs-items-field-cta-links .field-items .cta-item .footer-cta-link .field--name-field-subtitle {
              font-size: 1.3125rem;
              line-height: 1.3334; } }

.paragraphs-item-full-width-text {
  max-width: 1800px;
  margin: 0 auto;
  padding-top: 1.5625rem;
  padding-right: 1.25rem;
  padding-bottom: 1.5625rem;
  padding-left: 1.25rem; }
  @media screen and (min-width: 768px) {
    .paragraphs-item-full-width-text {
      padding-top: 2.5rem;
      padding-right: 8.33333%;
      padding-bottom: 3.125rem;
      padding-left: 8.33333%; } }
  @media screen and (min-width: 1024px) {
    .paragraphs-item-full-width-text {
      padding-top: 3.125rem;
      padding-right: 0;
      padding-bottom: 2.5rem;
      padding-left: 0; } }
  @media screen and (min-width: 1600px) {
    .paragraphs-item-full-width-text {
      padding-bottom: 5rem; } }
  .paragraphs-item-full-width-text .content {
    position: relative; }
    @media screen and (min-width: 1024px) {
      .paragraphs-item-full-width-text .content {
        margin-left: 2.27273%;
        width: 79.54545%; } }
  .paragraphs-item-full-width-text .field--name-field-description {
    font-family: 'franklin-gothic-urw-cond', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.5455;
    position: relative;
    color: #141e3c; }
    @media screen and (min-width: 1024px) {
      .paragraphs-item-full-width-text .field--name-field-description {
        font-size: 1.625rem;
        line-height: 1.3847;
        margin-left: 15.90909%;
        width: 80%; } }
    @media screen and (min-width: 1600px) {
      .paragraphs-item-full-width-text .field--name-field-description {
        margin-left: 13.63636%; } }
  .paragraphs-item-full-width-text .field--name-field-dropcap {
    font-family: 'franklin-gothic-urw', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-family: 'franklin-gothic-urw', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 12.5rem;
    line-height: 0.74;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    z-index: 0;
    position: absolute;
    top: -1.75rem;
    left: -2.5rem;
    z-index: 0; }
    @media screen and (min-width: 768px) {
      .paragraphs-item-full-width-text .field--name-field-dropcap {
        font-size: 16.25rem;
        line-height: 0.7462; } }
    @media screen and (min-width: 1024px) {
      .paragraphs-item-full-width-text .field--name-field-dropcap {
        font-size: 20rem;
        line-height: 0.8594; } }
    .paragraphs-item-full-width-text .field--name-field-dropcap::before {
      font-size: 12.5rem;
      line-height: 0.74;
      position: absolute;
      top: 0rem;
      left: 0rem;
      color: transparent;
      text-transform: uppercase;
      content: attr(data-before);
      z-index: 1;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #eb5f0c; }
      @media screen and (min-width: 768px) {
        .paragraphs-item-full-width-text .field--name-field-dropcap::before {
          font-size: 16.25rem;
          line-height: 0.7462; } }
      @media screen and (min-width: 1024px) {
        .paragraphs-item-full-width-text .field--name-field-dropcap::before {
          font-size: 20rem;
          line-height: 0.7469; } }
    @media screen and (min-width: 768px) {
      .paragraphs-item-full-width-text .field--name-field-dropcap {
        top: -2.1875rem;
        left: -8.33333%; } }
    @media screen and (min-width: 1024px) {
      .paragraphs-item-full-width-text .field--name-field-dropcap {
        top: -4.0625rem;
        left: 2.27273%; } }
    .ie-11 .paragraphs-item-full-width-text .field--name-field-dropcap .field-item.even {
      text-shadow: 1px 1px 0px #eb5f0c, -1px -1px 0px #eb5f0c, 1px -1px 0px #eb5f0c, -1px 1px 0px #eb5f0c, 1px 1px 0px #eb5f0c; }

.paragraphs-item-image-promo {
  padding-bottom: 1.5625rem;
  position: relative; }
  .paragraphs-item-image-promo::after {
    display: block;
    clear: both;
    content: ''; }
  @media screen and (min-width: 768px) {
    .paragraphs-item-image-promo {
      padding-bottom: 1.875rem; } }
  @media screen and (min-width: 1024px) {
    .paragraphs-item-image-promo {
      padding-bottom: 3.125rem; } }
  @media screen and (min-width: 1200px) {
    .paragraphs-item-image-promo {
      padding-bottom: 0; } }
  .paragraphs-item-image-promo .image-wrapper {
    margin-bottom: 1.875rem;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .paragraphs-item-image-promo .image-wrapper {
        margin-bottom: 0; }
        .paragraphs-item-image-promo .image-wrapper::after {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 9.375rem;
          background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
          content: ''; } }
    .paragraphs-item-image-promo .image-wrapper .field--type-image {
      margin-bottom: 0.9375rem; }
      @media screen and (min-width: 1024px) {
        .paragraphs-item-image-promo .image-wrapper .field--type-image {
          margin-bottom: 0; } }
      .paragraphs-item-image-promo .image-wrapper .field--type-image img {
        display: block; }
  .paragraphs-item-image-promo .text-caption-wrapper {
    max-width: 1800px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media screen and (min-width: 768px) {
      .paragraphs-item-image-promo .text-caption-wrapper {
        display: block; } }
    @media screen and (min-width: 1024px) {
      .paragraphs-item-image-promo .text-caption-wrapper {
        position: relative; } }
    .paragraphs-item-image-promo .text-caption-wrapper .caption {
      padding-right: 1.25rem;
      padding-left: 1.25rem;
      margin-bottom: 1.875rem;
      position: relative;
      -ms-flex-order: 1;
          order: 1;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .paragraphs-item-image-promo .text-caption-wrapper .caption {
          margin-right: 4.16667%;
          padding-top: 0;
          padding-right: 0;
          padding-bottom: 0;
          padding-left: 0;
          width: 45.83333%;
          float: right; } }
      @media screen and (min-width: 1024px) {
        .paragraphs-item-image-promo .text-caption-wrapper .caption {
          margin-top: 0;
          margin-right: 0;
          margin-bottom: 0;
          margin-left: 0;
          position: absolute;
          right: 2.08333%;
          bottom: 0.9375rem;
          width: calc(100% - 420px);
          max-width: 48.4375rem;
          float: none; } }
    .paragraphs-item-image-promo .text-caption-wrapper .field--name-field-label {
      font-family: 'franklin-gothic-urw-cond', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 1rem;
      line-height: 1.375;
      color: #4a4a4a; }
      @media screen and (min-width: 1024px) {
        .paragraphs-item-image-promo .text-caption-wrapper .field--name-field-label {
          color: #fff; } }
    .paragraphs-item-image-promo .text-caption-wrapper .caption-link {
      padding-right: 1.25rem;
      display: block;
      position: relative;
      background: url("../../../images/svg/icon-externallink-grey.svg") no-repeat right 8px/10px 10px;
      text-decoration: none; }
      @media screen and (min-width: 1024px) {
        .paragraphs-item-image-promo .text-caption-wrapper .caption-link {
          background: url("../../../images/svg/icon-externallink-white.svg") no-repeat right 8px/10px 10px; } }
      .no-touch .paragraphs-item-image-promo .text-caption-wrapper .caption-link {
        transition: all 150ms ease-in-out; }
        .no-touch .paragraphs-item-image-promo .text-caption-wrapper .caption-link:hover {
          background: url("../../../images/svg/icon-externallink-orange.svg") no-repeat right 8px/10px 10px; }
    .paragraphs-item-image-promo .text-caption-wrapper .text-container {
      padding-right: 1.25rem;
      padding-left: 1.25rem;
      -ms-flex-order: 2;
          order: 2; }
      @media screen and (min-width: 768px) {
        .paragraphs-item-image-promo .text-caption-wrapper .text-container {
          padding-top: 2.5rem;
          padding-right: 4.16667%;
          padding-bottom: 2.5rem;
          padding-left: 4.16667%;
          position: absolute;
          top: 2rem;
          left: 4.16667%;
          width: 19rem;
          background-color: #fff;
          box-shadow: 10px 10px 0 0 #eb5f0c; } }
      @media screen and (min-width: 1024px) {
        .paragraphs-item-image-promo .text-caption-wrapper .text-container {
          padding-top: 2.5rem;
          padding-right: 2.5rem;
          padding-bottom: 2.5rem;
          padding-left: 2.5rem;
          top: auto;
          bottom: -1.5625rem;
          left: 2.08333%;
          width: 21.25rem; } }
      .paragraphs-item-image-promo .text-caption-wrapper .text-container .field--name-field-title {
        font-family: 'franklin-gothic-urw-comp', sans-serif;
        font-style: italic;
        font-weight: 700;
        font-size: 2.125rem;
        line-height: 1;
        margin-bottom: 0.625rem;
        color: #141e3c;
        text-transform: uppercase; }
        @media screen and (min-width: 768px) {
          .paragraphs-item-image-promo .text-caption-wrapper .text-container .field--name-field-title {
            margin-bottom: 0.8125rem; } }
        @media screen and (min-width: 1024px) {
          .paragraphs-item-image-promo .text-caption-wrapper .text-container .field--name-field-title {
            font-size: 2.75rem;
            line-height: 1;
            margin-bottom: 0.6875rem; } }
      .paragraphs-item-image-promo .text-caption-wrapper .text-container .field--name-field-description {
        margin-bottom: 1.6875rem;
        font-family: 'franklin-gothic-urw-cond', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.25rem;
        line-height: 1.5;
        color: #141e3c; }
        @media screen and (min-width: 1024px) {
          .paragraphs-item-image-promo .text-caption-wrapper .text-container .field--name-field-description {
            margin-bottom: 1.25rem; } }
        .paragraphs-item-image-promo .text-caption-wrapper .text-container .field--name-field-description strong {
          font-family: 'franklin-gothic-urw-cond', sans-serif;
          font-style: normal;
          font-weight: 700; }
      .paragraphs-item-image-promo .text-caption-wrapper .text-container .field-url {
        font-size: 1.125rem;
        line-height: 0.8889;
        padding-top: 0.9375rem;
        padding-right: 1.875rem;
        padding-bottom: 0.9375rem;
        padding-left: 1.875rem;
        display: inline-block;
        position: relative;
        transform: skew(-20deg);
        transition: background-color 300ms ease-in-out;
        border: none;
        background-color: #eb5f0c;
        color: #fff;
        font-family: 'franklin-gothic-urw', sans-serif;
        font-style: italic;
        font-weight: 900;
        letter-spacing: 0;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transform: skew(-20deg);
        margin-left: 0.625rem; }
        .no-touch .paragraphs-item-image-promo .text-caption-wrapper .text-container .field-url {
          transition: all 150ms ease-in-out; }
          .no-touch .paragraphs-item-image-promo .text-caption-wrapper .text-container .field-url:hover {
            transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
            background-color: #141e3c;
            text-decoration: none; }
        .paragraphs-item-image-promo .text-caption-wrapper .text-container .field-url span,
        .paragraphs-item-image-promo .text-caption-wrapper .text-container .field-url a {
          display: inline-block;
          transform: skew(20deg);
          color: #fff;
          text-decoration: none; }
        .paragraphs-item-image-promo .text-caption-wrapper .text-container .field-url:focus {
          outline: 2px auto #009fdf; }

.paragraphs-item-image img {
  display: block; }

.paragraphs-item-spacer {
  padding-top: 1.5625rem; }
  @media screen and (min-width: 768px) {
    .paragraphs-item-spacer {
      padding-top: 1.875rem; } }
  @media screen and (min-width: 1024px) {
    .paragraphs-item-spacer {
      padding-top: 3.125rem; } }
  .paragraphs-item-spacer .field--name-field-spacer-title {
    display: none; }

.paragraphs-item-student-video {
  padding-top: 2.5rem;
  padding-right: 1.25rem;
  padding-bottom: 6.25rem;
  padding-left: 1.25rem;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .paragraphs-item-student-video {
      padding-top: 3.75rem;
      padding-right: 4.16667%;
      padding-bottom: 3.75rem;
      padding-left: 4.16667%; } }
  @media screen and (min-width: 1200px) {
    .paragraphs-item-student-video {
      padding-top: 6.25rem;
      padding-right: 8.33333%;
      padding-bottom: 6.25rem;
      padding-left: 8.33333%; } }
  .paragraphs-item-student-video .components-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    position: relative; }
    .paragraphs-item-student-video .components-wrapper::before {
      position: absolute;
      top: 0.625rem;
      left: -0.625rem;
      width: calc(100% + 20px);
      height: calc(100% + 30px);
      border: 0.0625rem solid #eb5f0c;
      content: '';
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .paragraphs-item-student-video .components-wrapper::before {
          left: 0;
          width: 100%;
          height: calc(100% - 20px); } }
      @media screen and (min-width: 1200px) {
        .paragraphs-item-student-video .components-wrapper::before {
          top: 1.25rem;
          left: 0;
          width: 100%;
          height: calc(100% - 40px);
          z-index: 0; } }
    @media screen and (min-width: 768px) {
      .paragraphs-item-student-video .components-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; } }
    .paragraphs-item-student-video .components-wrapper .text-container {
      position: relative;
      text-align: center;
      z-index: 2; }
      @media screen and (min-width: 768px) {
        .paragraphs-item-student-video .components-wrapper .text-container {
          width: 40.90909%; } }
      @media screen and (min-width: 1200px) {
        .paragraphs-item-student-video .components-wrapper .text-container {
          width: 40%; } }
      .paragraphs-item-student-video .components-wrapper .text-container .quotation-mark {
        margin-top: 1.5625rem;
        margin-bottom: 1.25rem;
        display: inline-block;
        width: 2.1875rem;
        height: 2.125rem;
        fill: #eb5f0c; }
        @media screen and (min-width: 768px) {
          .paragraphs-item-student-video .components-wrapper .text-container .quotation-mark {
            margin-top: 0;
            margin-bottom: 1.25rem; } }
        @media screen and (min-width: 1200px) {
          .paragraphs-item-student-video .components-wrapper .text-container .quotation-mark {
            margin-bottom: 2.1875rem;
            width: 3.625rem;
            height: 3.5625rem; } }
      .paragraphs-item-student-video .components-wrapper .text-container .field--name-field-quote {
        font-family: 'franklin-gothic-urw-cond', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 1.375rem;
        line-height: 1.3637;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        margin-bottom: 2rem;
        position: relative;
        color: #141e3c; }
        @media screen and (min-width: 768px) {
          .paragraphs-item-student-video .components-wrapper .text-container .field--name-field-quote {
            padding-right: 1.25rem;
            padding-left: 1.25rem;
            margin-bottom: 2.625rem; } }
        @media screen and (min-width: 1200px) {
          .paragraphs-item-student-video .components-wrapper .text-container .field--name-field-quote {
            font-size: 1.875rem;
            line-height: 1.4;
            margin-bottom: 2.1875rem; } }
        .paragraphs-item-student-video .components-wrapper .text-container .field--name-field-quote .field__item {
          quotes: "“" "”" "‘" "’"; }
          .paragraphs-item-student-video .components-wrapper .text-container .field--name-field-quote .field__item::before {
            text-align: center;
            content: open-quote; }
          .paragraphs-item-student-video .components-wrapper .text-container .field--name-field-quote .field__item::after {
            content: close-quote; }
      .paragraphs-item-student-video .components-wrapper .text-container .field--name-field-label {
        font-family: 'franklin-gothic-urw-cond', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 0.8334;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        position: relative;
        color: #eb5f0c;
        text-transform: uppercase; }
        @media screen and (min-width: 768px) {
          .paragraphs-item-student-video .components-wrapper .text-container .field--name-field-label {
            padding-right: 1.25rem;
            padding-left: 1.25rem; } }
        @media screen and (min-width: 1200px) {
          .paragraphs-item-student-video .components-wrapper .text-container .field--name-field-label {
            font-size: 1.25rem;
            line-height: 0.8; } }
    .paragraphs-item-student-video .components-wrapper .video-image-container {
      width: 100%;
      height: 0;
      padding-bottom: 177.77778%;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 767px) and (orientation: landscape) {
		.paragraphs-item-student-video .components-wrapper .video-image-container .iframe-wrapper .se-btn-iframe-close, .paragraphs-item-student-video .components-wrapper .video-image-container .placeholder-wrapper { display: none; }
		.paragraphs-item-student-video { overflow: hidden; }
		.paragraphs-item-student-video .components-wrapper::before { height: calc(100vh - 110px); }
		.paragraphs-item-student-video .components-wrapper .video-image-container {
		  width: 48.9375vh;
		  width: calc(56.25vh - 50.625px);
		  height: 87vh;
		  height: calc(100vh - 90px);
		  padding-bottom: 0;
		  float: left; }
		.paragraphs-item-student-video .components-wrapper .text-container .quotation-mark { display: none; }
		.paragraphs-item-student-video .components-wrapper .text-container {
		  float: right;
		  padding-top: 20px;
		  width: 68.13vw;
		  width: calc((100vw - 55px) - (56.25vh - 50.625px)); } }
      @media screen and (max-width: 767px) and (orientation: portrait) {
		.paragraphs-item-student-video .components-wrapper .video-image-container {
		  width: 90%;
		  padding-bottom: 160%;
		  margin-left: auto;
		  margin-right: auto; }
      }
      @media screen and (min-width: 768px) {
        .paragraphs-item-student-video .components-wrapper .video-image-container {
          margin-right: 9.09091%;
          margin-left: 2.27273%;
          padding-bottom: 72.778%;
          width: 40.90909%; } }
      @media screen and (min-width: 1200px) {
        .paragraphs-item-student-video .components-wrapper .video-image-container {
          margin-right: 7.5%;
          margin-left: 7.5%;
          padding-bottom: 66.778%;
          width: 37.5%; } }
      .paragraphs-item-student-video .components-wrapper .video-image-container .placeholder-wrapper {
        width: 100%;
        height: 0;
        padding-bottom: 177.77778%;
        position: relative;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        z-index: 1; }
        .paragraphs-item-student-video .components-wrapper .video-image-container .placeholder-wrapper .se-btn-play {
          border: none;
          margin: 0;
          padding: 0;
          width: auto;
          overflow: visible;
          background: transparent;
          width: 50px;
          height: 50px;
          border: 0.125rem solid #fff;
          background-color: #eb5f0c;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          position: absolute;
          bottom: 1.25rem;
          left: 1.25rem;
          z-index: 2; }
          @media screen and (min-width: 768px) {
            .paragraphs-item-student-video .components-wrapper .video-image-container .placeholder-wrapper .se-btn-play {
              width: 75px;
              height: 75px; } }
          @media screen and (min-width: 1024px) {
            .paragraphs-item-student-video .components-wrapper .video-image-container .placeholder-wrapper .se-btn-play {
              margin-right: 2.08333%; } }
          .paragraphs-item-student-video .components-wrapper .video-image-container .placeholder-wrapper .se-btn-play svg {
            width: 0.9375rem;
            height: 1.25rem;
            fill: #fff; }
            @media screen and (min-width: 768px) {
              .paragraphs-item-student-video .components-wrapper .video-image-container .placeholder-wrapper .se-btn-play svg {
                width: 1.3125rem;
                height: 1.875rem; } }
          .no-touch .paragraphs-item-student-video .components-wrapper .video-image-container .placeholder-wrapper .se-btn-play {
            transition: all 150ms ease-in-out; }
            .no-touch .paragraphs-item-student-video .components-wrapper .video-image-container .placeholder-wrapper .se-btn-play:hover {
              background-color: #141e3c; }
          @media screen and (min-width: 768px) {
            .paragraphs-item-student-video .components-wrapper .video-image-container .placeholder-wrapper .se-btn-play {
              bottom: 1.875rem; } }
          @media screen and (min-width: 1200px) {
            .paragraphs-item-student-video .components-wrapper .video-image-container .placeholder-wrapper .se-btn-play {
              bottom: 1.5625rem;
              left: 1.5625rem; } }
      .paragraphs-item-student-video .components-wrapper .video-image-container .iframe-wrapper {
        width: 100%;
        height: 0;
        padding-bottom: 177.77778%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        z-index: 0; }
        .paragraphs-item-student-video .components-wrapper .video-image-container .iframe-wrapper .se-btn-iframe-close {
          border: none;
          margin: 0;
          padding: 0;
          width: auto;
          overflow: visible;
          background: transparent;
          position: absolute;
          top: 2.1875rem;
          right: 2.1875rem;
          z-index: 1; }
          .paragraphs-item-student-video .components-wrapper .video-image-container .iframe-wrapper .se-btn-iframe-close svg {
            width: 1.25rem;
            height: 1.25rem; }
        .paragraphs-item-student-video .components-wrapper .video-image-container .iframe-wrapper iframe {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%; }

@media screen and (min-width: 768px) {
  .paragraphs-item-three-across-cards {
    padding-right: 4.16667%;
    padding-left: 4.16667%;
    max-width: 1800px;
    margin: 0 auto; } }

.paragraphs-item-three-across-cards > .content > .field--name-field-title {
  margin-bottom: 1.25rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 1.875rem; }
  @media screen and (min-width: 768px) {
    .paragraphs-item-three-across-cards > .content > .field--name-field-title {
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 0;
      padding-left: 0;
      margin-bottom: 1.875rem; } }
  .paragraphs-item-three-across-cards > .content > .field--name-field-title::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    right: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
    content: '';
    z-index: 0; }
  .paragraphs-item-three-across-cards > .content > .field--name-field-title .field__items {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
    display: inline-block;
    position: relative;
    transform: skew(-20deg);
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #fff;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .paragraphs-item-three-across-cards > .content > .field--name-field-title .field__items {
        padding-right: 2.1875rem;
        padding-left: 2.1875rem; } }
    @media screen and (min-width: 1024px) {
      .paragraphs-item-three-across-cards > .content > .field--name-field-title .field__items {
        padding-right: 3.125rem;
        padding-left: 3.125rem; } }
  .paragraphs-item-three-across-cards > .content > .field--name-field-title .field__item {
    font-family: 'franklin-gothic-urw', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 1.375rem;
    line-height: 1.1819;
    display: inline-block;
    position: relative;
    height: 2.375rem;
    transform: skew(20deg);
    background-color: #fff;
    color: #141e3c;
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
    line-height: 2;
    text-transform: uppercase; }
    @media screen and (min-width: 960px) {
      .paragraphs-item-three-across-cards > .content > .field--name-field-title .field__item {
        font-size: 1.875rem;
        line-height: 1.3334; } }
  @media screen and (min-width: 768px) {
    .paragraphs-item-three-across-cards > .content > .field--name-field-title {
      margin-bottom: 2.1875rem; } }
  @media screen and (min-width: 1024px) {
    .paragraphs-item-three-across-cards > .content > .field--name-field-title {
      margin-right: auto;
      margin-left: auto; } }

@media screen and (min-width: 768px) {
  .paragraphs-item-three-across-cards .field--name-field-components > .field__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; } }

@media screen and (min-width: 768px) {
  .paragraphs-item-three-across-cards .field--name-field-components > .field__items > .field__item {
    display: -ms-flexbox;
    display: flex;
    width: 31.81818%; }
    .paragraphs-item-three-across-cards .field--name-field-components > .field__items > .field__item:nth-child(2) .paragraphs-item-featured-card, .paragraphs-item-three-across-cards .field--name-field-components > .field__items > .field__item:nth-child(3) .paragraphs-item-featured-card {
      margin-top: 0; } }

.paragraphs-item-three-across-cards .field--name-field-components > .field__items > .field__item:nth-child(1) .paragraphs-item-featured-card {
  margin-top: 0; }

.paragraphs-item-three-across-cards .paragraphs-item-featured-card {
  margin-top: 2.5rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  position: relative;
  text-align: center; }
  .paragraphs-item-three-across-cards .paragraphs-item-featured-card::before {
    position: absolute;
    top: 0.625rem;
    left: 0.625rem;
    width: calc(100% - 20px);
    height: calc(100% - 30px);
    border: 0.0625rem solid #eb5f0c;
    content: '';
    z-index: 0; }
    @media screen and (max-width: 767px) and (orientation: landscape) {
	  .paragraphs-item-three-across-cards .paragraphs-item-featured-card::before { top: 0; }
      .paragraphs-item-three-across-cards .paragraphs-item-featured-card .content {
		box-sizing: content-box;
		min-height: 44vw;
		padding: 10px 0; }
      .paragraphs-item-three-across-cards .paragraphs-item-featured-card .field--name-field-picture {
        float: left;
        margin-bottom: 0;
        margin-left: -20px;
        margin-right: 15px;
        width: 40vw; }
      .paragraphs-item-three-across-cards .paragraphs-item-featured-card .field--name-field-title { padding-top: 10px; }
	  .paragraphs-item-three-across-cards .paragraphs-item-featured-card .field--name-field-subtitle { min-height: 24vw; } }
    @media screen and (min-width: 768px) {
      .paragraphs-item-three-across-cards .paragraphs-item-featured-card::before {
        left: 0;
        width: 100%; } }
    @media screen and (min-width: 1024px) {
      .paragraphs-item-three-across-cards .paragraphs-item-featured-card::before {
        top: 0;
        left: 0.625rem;
        width: calc(100% - 20px); } }
  @media screen and (min-width: 768px) {
    .paragraphs-item-three-across-cards .paragraphs-item-featured-card {
      padding-right: 0.625rem;
      padding-bottom: 5rem;
      padding-left: 0.625rem;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 1024px) {
    .paragraphs-item-three-across-cards .paragraphs-item-featured-card {
      padding-top: 0.625rem;
      padding-right: 0;
      padding-left: 0; } }
  .paragraphs-item-three-across-cards .paragraphs-item-featured-card .content {
    z-index: 1; }
  .paragraphs-item-three-across-cards .paragraphs-item-featured-card .field--name-field-picture {
    margin-bottom: 1.125rem; }
  .paragraphs-item-three-across-cards .paragraphs-item-featured-card .field--name-field-title {
    font-family: 'franklin-gothic-urw-cond', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    color: #141e3c; }
    @media screen and (min-width: 768px) {
      .paragraphs-item-three-across-cards .paragraphs-item-featured-card .field--name-field-title {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
  .paragraphs-item-three-across-cards .paragraphs-item-featured-card .field--name-field-label {
    font-family: 'franklin-gothic-urw', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-bottom: 0.9375rem;
    color: #4a4a4a; }
    @media screen and (min-width: 768px) {
      .paragraphs-item-three-across-cards .paragraphs-item-featured-card .field--name-field-label {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
  .paragraphs-item-three-across-cards .paragraphs-item-featured-card .field--name-field-subtitle {
    font-family: 'franklin-gothic-urw-cond', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.3637;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-bottom: 0.3125rem;
    position: relative;
    color: #141e3c; }
    @media screen and (min-width: 768px) {
      .paragraphs-item-three-across-cards .paragraphs-item-featured-card .field--name-field-subtitle {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        margin-bottom: 0; } }
    .paragraphs-item-three-across-cards .paragraphs-item-featured-card .field--name-field-subtitle .field__item {
      quotes: "“" "”" "‘" "’"; }
      .paragraphs-item-three-across-cards .paragraphs-item-featured-card .field--name-field-subtitle .field__item::before {
        text-align: center;
        content: open-quote; }
      .paragraphs-item-three-across-cards .paragraphs-item-featured-card .field--name-field-subtitle .field__item::after {
        content: close-quote; }
  @media screen and (min-width: 768px) {
    .paragraphs-item-three-across-cards .paragraphs-item-featured-card .field--name-field-more-link {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .paragraphs-item-three-across-cards .paragraphs-item-featured-card .field--name-field-more-link {
      bottom: 0.375rem; } }
  .paragraphs-item-three-across-cards .paragraphs-item-featured-card .field--name-field-more-link .field__item {
    font-size: 1.125rem;
    line-height: 0.8889;
    padding-top: 0.9375rem;
    padding-right: 1.875rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.875rem;
    display: inline-block;
    position: relative;
    transform: skew(-20deg);
    transition: background-color 300ms ease-in-out;
    border: none;
    background-color: #eb5f0c;
    color: #fff;
    font-family: 'franklin-gothic-urw', sans-serif;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transform: skew(-20deg);
    padding-top: 0.3125rem;
    padding-right: 0;
    padding-bottom: 0.3125rem;
    padding-left: 0; }
    .no-touch .paragraphs-item-three-across-cards .paragraphs-item-featured-card .field--name-field-more-link .field__item {
      transition: all 150ms ease-in-out; }
      .no-touch .paragraphs-item-three-across-cards .paragraphs-item-featured-card .field--name-field-more-link .field__item:hover {
        transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
        background-color: #141e3c;
        text-decoration: none; }
    .paragraphs-item-three-across-cards .paragraphs-item-featured-card .field--name-field-more-link .field__item span,
    .paragraphs-item-three-across-cards .paragraphs-item-featured-card .field--name-field-more-link .field__item a {
      display: inline-block;
      transform: skew(20deg);
      color: #fff;
      text-decoration: none; }
    .paragraphs-item-three-across-cards .paragraphs-item-featured-card .field--name-field-more-link .field__item:focus {
      outline: 2px auto #009fdf; }
    @media screen and (min-width: 768px) {
      .paragraphs-item-three-across-cards .paragraphs-item-featured-card .field--name-field-more-link .field__item {
        min-width: 12.5rem; } }
    .no-touch .paragraphs-item-three-across-cards .paragraphs-item-featured-card .field--name-field-more-link .field__item {
      transition: all 150ms ease-in-out; }
      .no-touch .paragraphs-item-three-across-cards .paragraphs-item-featured-card .field--name-field-more-link .field__item:hover {
        background-color: #141e3c; }

.paragraphs-item-video-block {
  max-width: 1800px;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .paragraphs-item-video-block {
      padding-right: 4.16667%;
      padding-left: 4.16667%; } }
  .paragraphs-item-video-block .video-image-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media screen and (min-width: 1024px) {
      .paragraphs-item-video-block .video-image-container::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 15.625rem;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
        content: '';
        z-index: 1; } }
    .paragraphs-item-video-block .video-image-container .video-wrapper {
      display: none;
      position: relative;
      height: 0;
      padding-bottom: 56.25%; }
      @media screen and (min-width: 768px) {
        .paragraphs-item-video-block .video-image-container .video-wrapper {
          display: block; } }
      .paragraphs-item-video-block .video-image-container .video-wrapper video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .paragraphs-item-video-block .video-image-container img {
      display: block; }
    .paragraphs-item-video-block .video-image-container .se-btn-pause {
      border: none;
      margin: 0;
      padding: 0;
      width: auto;
      overflow: visible;
      background: transparent;
      padding-top: 0.5rem;
      padding-right: 0.625rem;
      padding-bottom: 0.5rem;
      padding-left: 0.625rem;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 1.25rem;
      right: 1.25rem;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 2rem;
      height: 2rem;
      border: 1px solid rgba(255, 255, 255, 0.3);
      background-color: rgba(0, 0, 0, 0.42);
      z-index: 3;
      z-index: 1; }
      .no-touch .paragraphs-item-video-block .video-image-container .se-btn-pause {
        transition: all 150ms ease-in-out; }
        .no-touch .paragraphs-item-video-block .video-image-container .se-btn-pause:hover {
          border: 1px solid #fff;
          background-color: #000; }
      @media screen and (min-width: 768px) {
        .paragraphs-item-video-block .video-image-container .se-btn-pause {
          position: fixed;
          top: 2rem;
          right: 4.16667%; } }
      @media screen and (min-width: 1024px) {
        .paragraphs-item-video-block .video-image-container .se-btn-pause {
          top: auto;
          bottom: 18.75rem; } }
      .paragraphs-item-video-block .video-image-container .se-btn-pause svg {
        width: 0.5625rem;
        height: 0.75rem;
        fill: #fff; }
        .paragraphs-item-video-block .video-image-container .se-btn-pause svg.pause {
          display: block; }
        .paragraphs-item-video-block .video-image-container .se-btn-pause svg.play {
          display: none; }
      .paragraphs-item-video-block .video-image-container .se-btn-pause.paused svg.pause {
        display: none; }
      .paragraphs-item-video-block .video-image-container .se-btn-pause.paused svg.play {
        display: block; }
      @media screen and (min-width: 768px) {
        .paragraphs-item-video-block .video-image-container .se-btn-pause {
          position: absolute;
          top: 1.5625rem;
          right: 2.08333%; } }
  .paragraphs-item-video-block .video-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; }
    @media screen and (min-width: 1024px) {
      .paragraphs-item-video-block .video-info {
        display: -ms-flexbox;
        display: flex;
        top: auto;
        bottom: 1.5625rem;
        left: 1.5625rem;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        transform: none;
        width: 91.66667%; } }
    .paragraphs-item-video-block .video-info .se-btn-play {
      border: none;
      margin: 0;
      padding: 0;
      width: auto;
      overflow: visible;
      background: transparent;
      width: 50px;
      height: 50px;
      border: 0.125rem solid #fff;
      background-color: #eb5f0c;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (min-width: 768px) {
        .paragraphs-item-video-block .video-info .se-btn-play {
          width: 75px;
          height: 75px; } }
      @media screen and (min-width: 1024px) {
        .paragraphs-item-video-block .video-info .se-btn-play {
          margin-right: 2.08333%; } }
      .paragraphs-item-video-block .video-info .se-btn-play svg {
        width: 0.9375rem;
        height: 1.25rem;
        fill: #fff; }
        @media screen and (min-width: 768px) {
          .paragraphs-item-video-block .video-info .se-btn-play svg {
            width: 1.3125rem;
            height: 1.875rem; } }
      .no-touch .paragraphs-item-video-block .video-info .se-btn-play {
        transition: all 150ms ease-in-out; }
        .no-touch .paragraphs-item-video-block .video-info .se-btn-play:hover {
          background-color: #141e3c; }
    .paragraphs-item-video-block .video-info .field--name-field-description {
      display: none; }
      @media screen and (min-width: 1024px) {
        .paragraphs-item-video-block .video-info .field--name-field-description {
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 88.63636%; } }
  @media screen and (min-width: 1024px) {
    .paragraphs-item-video-block .mobile-desc {
      display: none; } }
  .paragraphs-item-video-block .mobile-desc .field--name-field-description {
    color: #fff; }
  .paragraphs-item-video-block .field--name-field-description {
    margin-top: 0.9375rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.3334;
    font-family: 'franklin-gothic-urw-cond', sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .paragraphs-item-video-block .field--name-field-description {
        margin-top: 1.25rem;
        margin-right: 8.33333%;
        margin-left: 8.33333%;
        font-size: 1.375rem;
        line-height: 1.2728;
        padding-right: 0;
        padding-left: 0; } }
    @media screen and (min-width: 1024px) {
      .paragraphs-item-video-block .field--name-field-description {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0; } }

.paragraphs-item-video-stats .video-image-container {
  position: relative;
  background-color: #141e3c; }
  .paragraphs-item-video-stats .video-image-container .video-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%; }
    .paragraphs-item-video-stats .video-image-container .video-wrapper video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .paragraphs-item-video-stats .video-image-container img {
    display: block; }
  .paragraphs-item-video-stats .video-image-container .se-btn-pause {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    padding-top: 0.5rem;
    padding-right: 0.625rem;
    padding-bottom: 0.5rem;
    padding-left: 0.625rem;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(0, 0, 0, 0.42);
    z-index: 3;
    z-index: 1; }
    .no-touch .paragraphs-item-video-stats .video-image-container .se-btn-pause {
      transition: all 150ms ease-in-out; }
      .no-touch .paragraphs-item-video-stats .video-image-container .se-btn-pause:hover {
        border: 1px solid #fff;
        background-color: #000; }
    @media screen and (min-width: 768px) {
      .paragraphs-item-video-stats .video-image-container .se-btn-pause {
        position: fixed;
        top: 2rem;
        right: 4.16667%; } }
    @media screen and (min-width: 1024px) {
      .paragraphs-item-video-stats .video-image-container .se-btn-pause {
        top: auto;
        bottom: 18.75rem; } }
    .paragraphs-item-video-stats .video-image-container .se-btn-pause svg {
      width: 0.5625rem;
      height: 0.75rem;
      fill: #fff; }
      .paragraphs-item-video-stats .video-image-container .se-btn-pause svg.pause {
        display: block; }
      .paragraphs-item-video-stats .video-image-container .se-btn-pause svg.play {
        display: none; }
    .paragraphs-item-video-stats .video-image-container .se-btn-pause.paused svg.pause {
      display: none; }
    .paragraphs-item-video-stats .video-image-container .se-btn-pause.paused svg.play {
      display: block; }
    @media screen and (min-width: 768px) {
      .paragraphs-item-video-stats .video-image-container .se-btn-pause {
        position: absolute;
        top: 1.5625rem;
        right: 2.08333%; } }

.paragraphs-item-video-stats .content-area {
  padding-top: 2.5rem;
  padding-bottom: 6.25rem;
  position: relative;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .paragraphs-item-video-stats .content-area {
      margin-top: -1.25rem;
      margin-right: auto;
      margin-left: auto;
      padding-top: 2.5rem;
      padding-bottom: 0;
      max-width: 91.66667%; } }
  @media screen and (min-width: 1024px) {
    .paragraphs-item-video-stats .content-area {
      max-width: 1800px;
      margin: 0 auto;
      margin-top: -3.75rem;
      margin-right: auto;
      margin-left: auto; } }
  .paragraphs-item-video-stats .content-area .field--name-field-title {
    margin-bottom: 1.25rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .paragraphs-item-video-stats .content-area .field--name-field-title {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        margin-bottom: 1.875rem; } }
    .paragraphs-item-video-stats .content-area .field--name-field-title::after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      display: inline-block;
      right: 0;
      width: 100%;
      height: 1px;
      background: #ccc;
      content: '';
      z-index: 0; }
    .paragraphs-item-video-stats .content-area .field--name-field-title .field__items {
      padding-right: 1.5625rem;
      padding-left: 1.5625rem;
      display: inline-block;
      position: relative;
      transform: skew(-20deg);
      border-right: 1px solid #ccc;
      border-left: 1px solid #ccc;
      background-color: #fff;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .paragraphs-item-video-stats .content-area .field--name-field-title .field__items {
          padding-right: 2.1875rem;
          padding-left: 2.1875rem; } }
      @media screen and (min-width: 1024px) {
        .paragraphs-item-video-stats .content-area .field--name-field-title .field__items {
          padding-right: 3.125rem;
          padding-left: 3.125rem; } }
    .paragraphs-item-video-stats .content-area .field--name-field-title .field__item {
      font-family: 'franklin-gothic-urw', sans-serif;
      font-style: normal;
      font-weight: 900;
      font-size: 1.375rem;
      line-height: 1.1819;
      display: inline-block;
      position: relative;
      height: 2.375rem;
      transform: skew(20deg);
      background-color: #fff;
      color: #141e3c;
      font-size: 1.25rem;
      letter-spacing: 0.125rem;
      line-height: 2;
      text-transform: uppercase; }
      @media screen and (min-width: 960px) {
        .paragraphs-item-video-stats .content-area .field--name-field-title .field__item {
          font-size: 1.875rem;
          line-height: 1.3334; } }
    @media screen and (min-width: 1024px) {
      .paragraphs-item-video-stats .content-area .field--name-field-title {
        margin-right: auto;
        margin-left: auto;
        width: 82.6087%; } }
  .paragraphs-item-video-stats .content-area .field--name-field-promo-url {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3.125rem;
    display: block; }
    @media screen and (min-width: 768px) {
      .paragraphs-item-video-stats .content-area .field--name-field-promo-url {
        top: 2.5rem;
        right: 0;
        bottom: auto;
        left: auto;
        transform: none; } }
    @media screen and (min-width: 1024px) {
      .paragraphs-item-video-stats .content-area .field--name-field-promo-url {
        right: 4.16667%; } }
    .paragraphs-item-video-stats .content-area .field--name-field-promo-url .even {
      font-size: 1.125rem;
      line-height: 0.8889;
      padding-top: 0.9375rem;
      padding-right: 1.875rem;
      padding-bottom: 0.9375rem;
      padding-left: 1.875rem;
      display: inline-block;
      position: relative;
      transform: skew(-20deg);
      transition: background-color 300ms ease-in-out;
      border: none;
      background-color: #eb5f0c;
      color: #fff;
      font-family: 'franklin-gothic-urw', sans-serif;
      font-style: italic;
      font-weight: 900;
      letter-spacing: 0;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-transform: skew(-20deg);
      width: auto; }
      .no-touch .paragraphs-item-video-stats .content-area .field--name-field-promo-url .even {
        transition: all 150ms ease-in-out; }
        .no-touch .paragraphs-item-video-stats .content-area .field--name-field-promo-url .even:hover {
          transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
          background-color: #141e3c;
          text-decoration: none; }
      .paragraphs-item-video-stats .content-area .field--name-field-promo-url .even span,
      .paragraphs-item-video-stats .content-area .field--name-field-promo-url .even a {
        display: inline-block;
        transform: skew(20deg);
        color: #fff;
        text-decoration: none; }
      .paragraphs-item-video-stats .content-area .field--name-field-promo-url .even:focus {
        outline: 2px auto #009fdf; }
      .paragraphs-item-video-stats .content-area .field--name-field-promo-url .even a {
        color: #fff;
        text-decoration: none; }
        @media screen and (min-width: 768px) {
          .paragraphs-item-video-stats .content-area .field--name-field-promo-url .even a {
            font-size: 0.875rem;
            line-height: 1.7143;
            color: #141e3c;
            letter-spacing: 0.0625rem; } }
      @media screen and (min-width: 768px) {
        .paragraphs-item-video-stats .content-area .field--name-field-promo-url .even {
          padding-right: 1.875rem;
          padding-left: 1.875rem;
          font-size: 1.125rem;
          line-height: 1.5556;
          font-family: 'franklin-gothic-urw', sans-serif;
          font-style: normal;
          font-weight: 900;
          display: -ms-inline-flexbox;
          display: inline-flex;
          position: relative;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          height: 2.5rem;
          transform: none;
          transition: background-color 300ms ease-in-out;
          border: 1px solid #ccc;
          background-color: #fff;
          color: #141e3c;
          text-align: center;
          text-decoration: none;
          text-transform: uppercase; }
          .paragraphs-item-video-stats .content-area .field--name-field-promo-url .even span,
          .paragraphs-item-video-stats .content-area .field--name-field-promo-url .even a {
            display: inline-block;
            transform: none; }
          .no-touch .paragraphs-item-video-stats .content-area .field--name-field-promo-url .even {
            transition: all 150ms ease-in-out; }
            .no-touch .paragraphs-item-video-stats .content-area .field--name-field-promo-url .even:hover {
              transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
              border: 1px solid #000;
              background-color: #232d4b;
              color: #fff;
              text-decoration: none; }
              .no-touch .paragraphs-item-video-stats .content-area .field--name-field-promo-url .even:hover a {
                color: #fff; } }
  .paragraphs-item-video-stats .content-area .paragraphs-items-field-components {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-top: 1.5625rem; }
    @media screen and (min-width: 768px) {
      .paragraphs-item-video-stats .content-area .paragraphs-items-field-components {
        padding-right: 0;
        padding-left: 0;
        margin-top: 2.5rem; } }
    @media screen and (min-width: 1024px) {
      .paragraphs-item-video-stats .content-area .paragraphs-items-field-components {
        margin-top: 3.3125rem;
        margin-right: auto;
        margin-left: auto;
        width: 82.6087%; } }
    @media screen and (min-width: 768px) {
      .paragraphs-item-video-stats .content-area .paragraphs-items-field-components .field--name-field-components > .field__items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    .paragraphs-item-video-stats .content-area .paragraphs-items-field-components .field--name-field-components > .field__items > .field__item {
      margin-bottom: 1.25rem;
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem;
      padding-left: 1.5625rem;
      border-left: 0.625rem solid;
      border-right: 0;
      border-image: linear-gradient(to bottom, #eb5f0c, #ef3f6b) 1 100%; }
      @media screen and (min-width: 768px) {
        .paragraphs-item-video-stats .content-area .paragraphs-items-field-components .field--name-field-components > .field__items > .field__item {
          margin-bottom: 0;
          width: 29.16667%; } }
    .paragraphs-item-video-stats .content-area .paragraphs-items-field-components .paragraphs-item-stat .content .stat-wrapper {
      margin-bottom: 0.625rem;
      font-family: 'franklin-gothic-ext-comp-urw', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 5rem;
      line-height: 1;
      color: #141e3c; }
      .paragraphs-item-video-stats .content-area .paragraphs-items-field-components .paragraphs-item-stat .content .stat-wrapper .field--name-field-stat-amount,
      .paragraphs-item-video-stats .content-area .paragraphs-items-field-components .paragraphs-item-stat .content .stat-wrapper .field--name-field-stat-prefix {
        margin-right: -1rem; }
    .paragraphs-item-video-stats .content-area .paragraphs-items-field-components .paragraphs-item-stat .content .field--name-field-description {
      margin-bottom: 0.9375rem;
      font-family: 'franklin-gothic-urw-cond', sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 1.375rem;
      line-height: 1.2728;
      color: #4a4a4a; }
    .paragraphs-item-video-stats .content-area .paragraphs-items-field-components .paragraphs-item-stat .content .field--name-field-attribution {
      font-family: 'franklin-gothic-urw-cond', sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 1rem;
      line-height: 1.25;
      color: #4a4a4a; }

.share-wrapper {
  display: none;
  position: absolute;
  top: 3.3125rem;
  right: 0;
  background-color: #fff;
  z-index: 4; }
  @media screen and (min-width: 768px) {
    .share-wrapper {
      top: 4.0625rem; } }
  .share-wrapper.visible {
    display: block; }
  .share-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative; }
    .share-wrapper ul::before {
      position: absolute;
      display: block;
      top: -0.6875rem;
      right: 0.625rem;
      width: 1.5rem;
      height: 1.5rem;
      background: url("../../../images/svg/icon-diamond-white.svg") no-repeat center center/100%;
      content: ''; }
      @media screen and (min-width: 768px) {
        .share-wrapper ul::before {
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          right: auto; } }
    .share-wrapper ul li {
      margin-bottom: 1.25rem; }
      .share-wrapper ul li:last-child {
        margin-bottom: 0; }
      .share-wrapper ul li button {
        border: none;
        margin: 0;
        padding: 0;
        width: auto;
        overflow: visible;
        background: transparent;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
        .share-wrapper ul li button svg {
          margin-right: 0.9375rem;
          width: 1rem;
          fill: #141e3c; }
        .share-wrapper ul li button span {
          font-family: 'franklin-gothic-urw', sans-serif;
          font-style: normal;
          font-weight: 700;
          font-size: 0.875rem;
          line-height: 1;
          color: #141e3c; }
        .no-touch .share-wrapper ul li button {
          transition: all 150ms ease-in-out; }
          .no-touch .share-wrapper ul li button:hover svg {
            fill: #eb5f0c; }
          .no-touch .share-wrapper ul li button:hover span {
            color: #eb5f0c; }

.video-player-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100vh;
  background-color: #000;
  overflow: hidden;
  z-index: 4; }
  .video-player-wrapper .se-btn-iframe-close {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    position: absolute;
    top: 2.1875rem;
    right: 2.1875rem;
    z-index: 1; }
    .video-player-wrapper .se-btn-iframe-close svg {
      width: 1.25rem;
      height: 1.25rem; }
  .video-player-wrapper .iframe-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .video-player-wrapper .iframe-wrapper iframe {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }

/*# sourceMappingURL=maps/styles.css.map */
