@charset "UTF-8";
/* CSS Document */

/*###############################
 -- TABLE OF CONTENTS --
  1. GLOBAL STYLES
    1.1 Homepage Section
    1.2 Layer: Image
      1.2.1 Call-To-Caption
    1.3 Layer: Section Title
    1.4 Layer: Content
    1.5 Quote
  2. SECTION STYLES
    2.1 Place Like No Other
    2.2 Tier 1
    2.3 The Vegas Value
    2.4 Innovative Academics
    2.5 Worldwide Destination
    2.6 A Rebellious Attitude
    2.7 Ready to Be a Rebel
###############################*/


/*  HOMEPAGE SECTION */
/* ####################################################################*/

/* MAIN CONTAINER */
.legacy-css-wrapper .homepage-section {
  position: relative;
  overflow: hidden;
  background-color: #37474f;
  padding: 0;
  border-top: solid #dcdcdc 20px;
}
@media (min-width: 992px) {
  .legacy-css-wrapper .homepage-section {
    height: 0;
    padding-bottom: 66.6666666666667%;
  }
}

/*  LAYER: IMAGE */
/* ####################################################################*/

.legacy-css-wrapper .layer-image {
}
.legacy-css-wrapper .layer-image > picture {
  display: block;
}
.legacy-css-wrapper .layer-image > picture img {
  position: relative;
  width: 100%;
  left: auto;
  right: auto;
}
@media (min-width: 992px) {
  .legacy-css-wrapper .layer-image > picture img {
    position: absolute;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    width: auto;
    top: 0;
  }
}


/*  CALL-TO-CAPTION */
/* ####################################################################*/

.legacy-css-wrapper .layer-call-to-caption {
  padding: 8px;
  text-align: center;
  background-color: rgba(0, 0, 0, .3);
  transition: all 100ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
  transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
.legacy-css-wrapper .layer-call-to-caption:hover,
.legacy-css-wrapper .layer-call-to-caption:active,
.legacy-css-wrapper .layer-call-to-caption:focus {
  background-color: rgba(0, 0, 0, .6);
}
.legacy-css-wrapper .call-to-caption-label,
.legacy-css-wrapper .call-to-caption-action {
  display: inline;
}
.legacy-css-wrapper .call-to-caption-label span:first-child:after {
  content: '\0020';
}
.legacy-css-wrapper .call-to-caption-label span:last-child:after {
  content: '\2026';
}
.legacy-css-wrapper .call-to-caption-action {
  text-transform: uppercase;
}
.legacy-css-wrapper .call-to-caption-image {
  display: none;
}
@media (min-width: 992px) {
  .legacy-css-wrapper .layer-call-to-caption {
    position: fixed;
    z-index: 200;
    margin: 0;
    padding: 0;
    bottom: 20px;
    left: 30px;
    text-align: left;
    background-color: transparent;
  }
  .legacy-css-wrapper .layer-call-to-caption.position-absolute {
    position: absolute;
  }
  .legacy-css-wrapper .layer-call-to-caption:hover,
  .legacy-css-wrapper .layer-call-to-caption:active,
  .legacy-css-wrapper .layer-call-to-caption:focus {
    background-color: transparent;
  }
  .legacy-css-wrapper .layer-call-to-caption .click-region {
    display: inline-block;
  }
  .legacy-css-wrapper .layer-call-to-caption .call-to-caption {
    transition: all 100ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
    position: relative;
    overflow: hidden;
    clear: both;
    margin: 0;
    padding: 10px 20px;
    border-radius: 10px 0 10px 10px;
    background-color: rgba(55, 71, 79, 0.825);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    font-size: 14px;
  }
  .legacy-css-wrapper .layer-call-to-caption .click-region:hover .call-to-caption {
    background-color: rgba(55, 71, 79, 0.925);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }
  .legacy-css-wrapper .layer-call-to-caption .click-region:active .call-to-caption,
  .legacy-css-wrapper .layer-call-to-caption .click-region:focus .call-to-caption {
    background-color: rgba(55, 71, 79, 0.9);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
  .legacy-css-wrapper .layer-call-to-caption .call-to-caption:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border: 15px solid transparent;
    border-right-color: rgba(255, 255, 255, 0.1);
    border-top-color: rgba(255, 255, 255, 0.1);
  }
  .legacy-css-wrapper .call-to-caption-image {
    display: block;
    float: left;
    margin-right: 8px;
  }
  .legacy-css-wrapper .call-to-caption-label {
    display: block;
    float: left;
    margin-right: 15px;
  }
  .legacy-css-wrapper .call-to-caption-label span {
    display: block;
  }
  .legacy-css-wrapper .call-to-caption-label span:first-child:after,
  .legacy-css-wrapper .call-to-caption-label span:last-child:after {
    content: none;
  }
  .legacy-css-wrapper .call-to-caption-action {
    display: block;
    float: left;
    padding-top: 10px;
    font-size: 15px;
  }
}
@media all and (max-width: 768px) and (orientation: landscape) {
  .legacy-css-wrapper .full-viewport .layer-call-to-caption {
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 30px;
  }
}
@media (min-width: 992px) {
  .legacy-css-wrapper .layer-call-to-caption {
    bottom: 30px;
    left: 40px;
    margin: 0;
  }
  .legacy-css-wrapper .layer-call-to-caption .call-to-caption {
    padding: 15px 30px;
    font-size: 18px;
  }
  .legacy-css-wrapper .call-to-caption-label {
    margin-right: 20px;
  }
  .legacy-css-wrapper .call-to-caption-action {
    padding-top: 14px;
    font-size: 20px;
  }
}


/* GLOBAL: SECTION TITLE */
/* ####################################################################*/

.legacy-css-wrapper .layer-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3% 0 0 0;
  text-align: center;
}
.legacy-css-wrapper .layer-title h2 {
  margin: 0;
  padding: 0 2%;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700 !important;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .legacy-css-wrapper .layer-title h2 {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .legacy-css-wrapper .layer-title {
    width: 42%;
    padding: 3% 0 0 3%;
    text-align: left;
  }
  .legacy-css-wrapper .layer-title h2 {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  .legacy-css-wrapper .layer-title {
    padding: 5% 0 0 5%;
  }
  .legacy-css-wrapper .layer-title h2 {
    font-size: 90px;
  }
}
@media (min-width: 1600px) {
  .legacy-css-wrapper .layer-title h2 {
    font-size: 110px;
  }
}


/*  LAYER: CONTENT */
/* ####################################################################*/

.legacy-css-wrapper .layer-content {
  position: relative;
  padding: 3% 5%;
  background-color: #b10202;
  border-bottom: solid 1px #aaa;
}
@media (min-width: 992px) {
  .legacy-css-wrapper .layer-content {
    position: absolute;
    top: 4.5%;
    right: 0;
    width: 30%;
    padding: 1.5% 2%;
    border-bottom: none;
    font-size: 16px;
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  .legacy-css-wrapper .layer-content {
    top: 8%;
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .legacy-css-wrapper .layer-content {
    font-size: 20px;
  }
}

.legacy-css-wrapper .layer-content .section-button {
  text-align: center;
}
@media (min-width: 992px) {
  .legacy-css-wrapper .layer-content .section-button {
    text-align: left;
  }
}


/*  QUOTE */
/* ####################################################################*/

.legacy-css-wrapper .homepage-quote {
  background-color: #37474f;
}
@media (min-width: 768px) {
  .legacy-css-wrapper .homepage-quote {
    display: block;
  }
}
.legacy-css-wrapper .homepage-quote .col-sm-8 {
  margin-bottom: 0;
}

/* BLOCKQUOTES */
.legacy-css-wrapper .homepage-quote blockquote {
  padding: 10px;
  font-size: 18px;
  color: rgba(255, 255, 255, .8);
}
.legacy-css-wrapper .homepage-quote blockquote .quote-text {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .legacy-css-wrapper .homepage-quote blockquote .quote-cite {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .legacy-css-wrapper .homepage-quote blockquote {
    margin: 0 0 0 50px;
  }
}

/* IMAGES */
.legacy-css-wrapper img.img-circle {
  display: none;
}
@media (min-width: 768px) {
  .legacy-css-wrapper img.img-circle {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border: solid 12px #939ea6;
  }
}
@media (min-width: 1200px) {
  .legacy-css-wrapper img.img-circle {
    z-index: 100;
    max-width: none;
    width: 120%;
    height: 120%;
    margin: -20% 0 -20% 0;
    border: solid 20px #939ea6;
  }
}

/*  COVID-19 MESSAGE */
/* ####################################################################*/

.legacy-css-wrapper #covid-19 {
  padding-bottom: 0 !important;
  border-top: solid #dcdcdc 20px;
}
.legacy-css-wrapper #covid-19 .h4 {
  font-size: 15px;
}
@media (min-width: 768px) {
  .legacy-css-wrapper #covid-19 .h4 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .legacy-css-wrapper #covid-19 .h4 {
    font-size: 25px;
  }
}


/*  HOMEPAGE INTRODUCTION */
/* ####################################################################*/

.legacy-css-wrapper #introduction .layer-image {
  position: relative;
}
.legacy-css-wrapper #introduction .layer-image > picture {
  padding-top: 100px;
}
@media (min-width: 450px) {
  .legacy-css-wrapper #introduction .layer-image > picture {
    padding-top: 75px;
  }
}
@media (min-width: 768px) {
  .legacy-css-wrapper #introduction .layer-image > picture {
    padding-top: 90px;
  }
}
@media (min-width: 992px) {
  .legacy-css-wrapper #introduction {
    height: 0;
    padding-bottom: 66.6666666666667%;
  }
  .legacy-css-wrapper #introduction .layer-image {
    position: initial;
  }
  .legacy-css-wrapper #introduction .layer-image > picture {
    padding-top: 0;
  }
  .legacy-css-wrapper #introduction .layer-image > picture img {
    top: 0;
    bottom: auto;
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .legacy-css-wrapper #introduction .layer-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, transparent 40%, rgba(0, 0, 0, 0.9) 100%);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, transparent 40%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, transparent 40%, rgba(0, 0, 0, 0.9) 100%);
  }
}


/*  THE VEGAS VALUE */
/* ####################################################################*/

.legacy-css-wrapper #vegas-value {
}
@media (min-width: 992px) {
  .legacy-css-wrapper #vegas-value {
    padding-bottom: 60%;
  }
}

.legacy-css-wrapper #vegas-value .layer-image {
  position: relative;
  height: 0;
  padding-bottom: 46%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .legacy-css-wrapper #vegas-value .layer-image {
    /*height: initial;*/
    padding-bottom: 66.6666666666667%;
    /*overflow: initial;*/
  }
}
.legacy-css-wrapper #vegas-value .layer-image > picture img {
  position: absolute;
  top: initial;
  bottom: 0;
}
@media (min-width: 1200px) {
  .legacy-css-wrapper #vegas-value .layer-image > picture img {
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .legacy-css-wrapper #vegas-value .layer-content {
    width: 50%;
  }
}


/*  INNOVATIVE ACADEMICS */
/* ####################################################################*/

@media (min-width: 1200px) {
  .legacy-css-wrapper #innovative-academics .layer-content {
    width: 24%;
  }
}
@media (min-width: 1400px) {
  .legacy-css-wrapper #innovative-academics .layer-content {
    width: 18%;
    padding: 1% 1.25%;
  }
}


/*  ARE YOU READY TO BE A REBEL */
/* ####################################################################*/

.legacy-css-wrapper #ready-rebel {
  padding-bottom: 0;
  height: auto;
  overflow: auto;
}
@media (min-width: 992px) {
  .legacy-css-wrapper #ready-rebel {
    height: 0;
    overflow: hidden;
    background-color: transparent;
    padding-bottom: 90%;
  }
}
@media (min-width: 1400px) {
  .legacy-css-wrapper #ready-rebel {
    padding-bottom: 80%;
  }
}
@media (min-width: 1800px) {
  .legacy-css-wrapper #ready-rebel {
    padding-bottom: 70%;
  }
}
@media (min-width: 2200px) {
  .legacy-css-wrapper #ready-rebel {
    padding-bottom: 60%;
  }
}

.legacy-css-wrapper #ready-rebel .layer-image {
  position: relative;
  height: 0;
  padding-bottom: 46%;
  overflow: hidden;
}
.legacy-css-wrapper #ready-rebel .layer-image > picture img {
  position: absolute;
  top: initial;
  bottom: 5%;
}
@media (min-width: 992px) {
  .legacy-css-wrapper #ready-rebel .layer-image {
    position: initial;
    padding-bottom: initial;
  }
  .legacy-css-wrapper #ready-rebel .layer-image > picture img {
    top: initial;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .legacy-css-wrapper #ready-rebel .layer-image > picture img {
    top: 0;
    bottom: initial;
  }
}
@media (min-width: 1800px) {
  .legacy-css-wrapper #ready-rebel .layer-image > picture img {
    top: initial;
    bottom: 0;
  }
}

.legacy-css-wrapper #ready-rebel .layer-title {
  position: relative;
  padding: 3% 0;
}
@media (min-width: 768px) {
  .legacy-css-wrapper #ready-rebel .layer-title {
    width: 100%;
    padding: 4% 0 2% 0;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .legacy-css-wrapper #ready-rebel .layer-title {
    padding: 6.5% 0 2.5% 0;
  }
}

.legacy-css-wrapper #ready-rebel .description {
}
@media (min-width: 992px) {
  .legacy-css-wrapper #ready-rebel .description {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .legacy-css-wrapper #ready-rebel .description {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .legacy-css-wrapper #ready-rebel .description {
    font-size: 20px;
  }
}

.legacy-css-wrapper .rmh-logo {
  position: absolute;
  bottom: 5%;
  left: -2%;
  width: 30%;
  text-align: center;
}
