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

/*###############################
 -- TABLE OF CONTENTS --
  1. GLOBAL STYLES
    1.1. Sections
    1.2. Trapazoids
    1.3. Images
    1.4. Titles
    1.5. Descriptions
    1.6. Facts
    1.7. Stats
    1.8. Lists
    1.9. Misc
  2. PAGE STYLES
    2.1. Homepage
    2.2. Wordwide Destination
    2.3. A Rebellious Attitude
    2.4. Innovative Academics
    2.5. Let's Make Your It Happen
    2.6. UNLV Bound
###############################*/


/* GLOBAL: SECTIONS */
/* ####################################################################*/

/* Homepage Section */
.section-primary {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: #37474f;
  border-top: solid #dcdcdc 20px;
}
  @media (min-width: 992px) {
    .section-primary {
      height: 0;
      padding-bottom: 66.6666666666667% !important;
    }
  }

/* Secondary Page Section */
.viewbook-section {
  position: relative;
  padding: 0;
  background-color: #fff;
  border-top: solid #dcdcdc 20px;
  /*overflow: hidden;*/
}
  .viewbook-section-inner {
    position: relative;
    overflow: hidden;
    padding: 0;
    background-color: #37474f;
  }
    @media (min-width: 992px) {
      .viewbook-section {
        padding: 40px 0;
      }
        .viewbook-section-inner {
          height: 0;
          background-color: #fff;
        }
        .viewbook-section .viewbook-section-inner {
          padding-bottom: 66.6666666666667%;
        }
        .viewbook-section.second-section .viewbook-section-inner,
        .viewbook-section.third-section .viewbook-section-inner {
          padding-bottom: 55%;
        }
    }

/* Second Section */
.second-section {
}
  @media (min-width: 992px) {
    .second-section .layer-image > picture img {
      top: 0;
      bottom: initial;
    }
    .second-section .layer-facts {
      top: 30%;
    }
  }
  @media (min-width: 1200px) {
    .second-section.viewbook-section-inner {
      padding-bottom: 55.6%;
      background-color: #fff;
    }
    .second-section .layer-image {
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 0;
      left: initial;
      width: 81.2%;
      height: auto;
      transform: skewX(4deg);
      margin-right: -5%;
    }
      .second-section .layer-image > picture {
        position: relative;
      }
        .second-section .layer-image > picture img {
          position: relative;
          right: initial;
          bottom: initial;
          left: -5%;
          min-width: inherit;
          min-height: inherit;
          width: 103%;
          height: auto;
          margin: 0;
          transform: skewX(-4deg);
        }
    .second-section .layer-title {
      left: 23%;
    }
    .second-section .layer-description {
      position: absolute;
      top: 0;
      right: initial;
      left: 0;
      width: 22%;
      background-color: transparent;
    }
    .second-section .layer-facts {
      top: 30%;
      right: 0;
      color: #fff;
    }
  }
  @media (min-width: 1400px) {
    .second-section .layer-facts {
      top: 8%;
      right: 0;
      bottom: initial;
      left: initial;
      width: 30%;
      padding: 15px;
      background-color: #c10202;
      color: #fff !important;
    }
    .second-section .layer-facts span.text-bg-black {
      color: #fff;
    }
  }

/* Third Section */
.third-section {
}
  @media (min-width: 992px) {
    .third-section .layer-image > picture img {
      top: 0;
      bottom: initial;
    }
    .third-section .layer-facts {
      top: 30%;
    }
  }
  @media (min-width: 1200px) {
    .third-section.viewbook-section-inner {
      padding-bottom: 55.6%;
      background-color: #fff;
    }
    .third-section .layer-image {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 81.2%;
      height: auto;
      transform: skewX(4deg);
      margin-left: -5%;
    }
      .third-section .layer-image > picture {
        position: relative;
      }
        .third-section .layer-image > picture img {
          position: relative;
          right: initial;
          bottom: initial;
          left: initial;
          min-width: inherit;
          min-height: inherit;
          width: 103%;
          height: auto;
          margin: 0;
          transform: skewX(-4deg);
        }
    .third-section .layer-description {
      position: absolute;
      top: 0;
      right: 0;
      left: initial;
      width: 22%;
      background-color: transparent;
    }
    .third-section .layer-facts {
      top: 30%;
      right: initial;
      left: 0;
    }
  }
  @media (min-width: 1400px) {
    .third-section .layer-facts span.text-bg-black {
      color: #fff;
    }
  }


  @media (min-width: 1200px) {
    .third-section .layer-facts {
      top: 40%;
      right: initial;
      bottom: initial;
      left: 0;
      width: 30%;
      padding: 15px;
      background-color: #c10202;
      color: #fff !important;
    }
  }


/* GLOBAL: TRAPAZOIDS */
/* ####################################################################*/

.trapazoid-left, .trapazoid-right {
    display: none;
}
  @media (min-width: 992px) {
    .trapazoid-left, .trapazoid-right {
      display: block;
      position: absolute;
      top: 0;
      width: 33.333333333333%;
      height: 100%;
      padding: 0;
    }
      .trapazoid-left {
        left: 0;
        transform-origin: right;
        transform: skew(4deg);
        margin-left: -4%;
        background-color: #c10202;
      }
      .trapazoid-right {
        right: 0;
        transform-origin: left;
        transform: skew(4deg);
        margin-right: -4%;
        background-color: #969796;
      }
  }

/* GLOBAL: IMAGES */
/* ####################################################################*/

.layer-image {
  position: relative;
  overflow: hidden;
}
  .layer-image > picture {
    display: block;
  }
  .layer-image > picture img {
    position: relative;
    width: 100%;
  }
    @media (min-width: 992px)  {
      .layer-image {
        position: initial;
      }
        .layer-image > picture img {
          position: absolute;
          margin: auto;
          min-height: 100%;
          min-width: 100%;
          max-width: none;
          width: 100%;
          left: auto !important; /* was -100% */
          right: auto !important;  /* was -100% */
          bottom: 0;
        }
  }
  .layer-image .corner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 33.333333333333%;
    height: 8%;
    padding: 0;
    background-color: #c10202;
    transform: skewY(-8deg);
    margin-bottom: -3%;
  }


/* GLOBAL: TITLES */
/* ####################################################################*/

.layer-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0 0 0;
  text-align: center;
}
  @media (min-width: 992px) {
    .layer-title {
      width: calc(50% - 60px);
      padding: 50px 0 0 60px;
      text-align: left;
    }
  }
  h2.page-title, h3.section-title {
    margin: 0;
    font-family: 'Roboto Condensed',sans-serif !important;
    font-weight: 700 !important;
    font-size: 50px;
    text-transform: uppercase;
    line-height: .85;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    opacity: 0;
    animation: fadeInDown;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    -webkit-animation: fadeInDown;
    -webkit-delay: 1s;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: fadeInDown;
    -moz-delay: 1s;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: forwards;
  }
  h3.section-title {
    font-size: 40px;
  }
    @media (min-width: 768px) {
      h2.page-title {
        font-size: 100px;
      }
      h3.section-title {
        font-size: 80px;
      }
    }
    @media (min-width: 992px) {
      h2.page-title {
        font-size: 8vw;
      }
      h3.section-title {
        font-size: 6vw;
      }
    }


/* GLOBAL: DESCRIPTION */
/* ####################################################################*/

.layer-description {
  position: relative;
  padding: 15px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
}
  @media (min-width: 992px) {
    .layer-description {
      position: absolute;
      top: 33%;
      left: 60px;
      width: 45%;
      background-color: rgba(255,255,255,0.85);
      opacity: 0;
      animation: fadeIn;
      animation-duration: 2s;
      animation-delay: 0.5s;
      animation-fill-mode: forwards;
      -webkit-animation: fadeIn;
      -webkit-animation-duration: 2s;
      -webkit-animation-delay: 0.5s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation: fadeIn;
      -moz-animation-duration: 2s;
      -moz-animation-delay: 0.5s;
      -moz-animation-fill-mode: forwards;
    }
  }
  @media (min-width: 1200px) {
    .second-section .layer-description,
    .third-section .layer-description {
      padding: 5px 15px;
    }
  }
  @media (min-width: 1400px) {
    .layer-description {
      font-size: 16px;
    }
  }
  @media (min-width: 1600px) {
    .layer-description {
      font-size: 18px;
    }
  }

  .layer-description p {
    margin-bottom: 10px;
  }
    @media (min-width: 1400px) {
      .layer-description p {
        margin-bottom: 12px;
      }
    }
    @media (min-width: 1600px) {
      .layer-description p {
        margin-bottom: 14px;
      }
    }

    .layer-description p:last-child {
      margin-bottom: 0;
    }


/* GLOBAL: FACTS */
/* ####################################################################*/

.layer-facts {
  position: relative;
  padding: 15px;
  background-color: #c10202;
  font-size: 14px;
  line-height: 1.5;
}
  @media (min-width: 992px) {
    .layer-facts {
      position: absolute;
      top: 50px;
      right: 0;
      width: 30%;
      opacity: 0;
      animation: fadeIn;
      animation-duration: 2s;
      animation-delay: 1s;
      animation-fill-mode: forwards;
      -webkit-animation: fadeIn;
      -webkit-animation-duration: 2s;
      -webkit-animation-delay: 1s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation: fadeIn;
      -moz-animation-duration: 2s;
      -moz-animation-delay: 1s;
      -moz-animation-fill-mode: forwards;
    }
  }
  @media (min-width: 1400px) {
    .layer-facts {
      font-size: 16px;
    }
  }
  @media (min-width: 1600px) {
    .layer-facts {
      font-size: 18px;
    }
  }
  @media (min-width: 1600px) {
    .layer-facts {
      font-size: 19px;
    }
  }
  .layer-facts p:last-child {
    margin-bottom: 0;
  }
  .layer-facts span.text-bg-black {
    padding: 0 5px;
    background-color: #000;
  }


/* GLOBAL: STATS */
/* ####################################################################*/

.stats {
  position: relative;
}
  @media (min-width: 1200px) {
    .stats {
      padding-bottom: 24px !important;
    }
  }
  .stat-icon {
    display: none;
  }
  .stats .stat-value {
    font-size: 24px;
  }
    @media (min-width: 768px) {
      .stats .stat-value {
        font-size: 28px;
      }
    }
    @media (min-width: 992px) {
      .stats .stat-value {
        font-size: 35px;
      }
    }
    .stats .stat-value:after {
      display: none;
    }
  .stats .stat-label {
    font-size: 14px;
  }
    @media (min-width: 992px) {
      .stats .stat-label {
        font-size: 16px;
      }
    }

/* GLOBAL: QUOTES */
/* ####################################################################*/

.homepage-quote {
  position: relative;
}
  @media (min-width: 768px) {
    .homepage-quote {
      display: block;
    }
  }
  .homepage-quote .col-sm-8 {
    margin-bottom:0;
  }

.homepage-quote blockquote {
  padding: 10px;
  font-size: 16px;
}
  .homepage-quote blockquote .quote-text {
    margin-bottom: 10px;
  }
  @media (min-width: 768px) {
    .homepage-quote blockquote .quote-cite {
      margin-left: 30px;
    }
      .homepage-quote blockquote .quote-cite cite {
        font-size: 14px;
      }
  }
  @media (min-width: 1200px) {
    .homepage-quote blockquote {
      margin: 0;
    }
  }

img.img-circle {
  display: none;
}
  @media (min-width: 768px) {
    img.img-circle {
      display: block;
      position: relative;
      width: 80% !important;
      max-width: 80% !important;
      height: auto;
      margin: 0 auto;
      border: solid 4px #969796;
    }
  }
  @media (min-width: 1200px) {
    img.img-circle {
      z-index: 100;
      max-width: none;
      margin: -10% 0 -10% 0 !important;
      border: solid 12px #969796 !important;
    }
  }


/* GLOBAL: LISTS */
/* ####################################################################*/

.layer-lists {
  padding: 30px;
}
  @media (min-width: 992px) {
    .layer-lists {
      position: absolute;
      top: 50px;
      right: 15px;
      padding: 15px;
      border-left: solid 2px #fff;
      background-color: rgba(0,0,0,0.35);
      color: #fff;
      opacity: 0;
      animation: fadeInRight;
      animation-duration: 1.5s;
      animation-delay: 0.5s;
      animation-fill-mode: forwards;
      -webkit-animation: fadeInRight;
      -webkit-animation-duration: 1.5s;
      -webkit-animation-delay: 0.5s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation: fadeInRight;
      -moz-animation-duration: 1.5s;
      -moz-animation-delay: 0.5s;
      -moz-animation-fill-mode: forwards;
    }
  }
  .layer-lists ul {
    font-size: 14px;
  }
    @media (min-width: 1400px) {
      .layer-lists ul {
        font-size: 16px;
      }
    }
    @media (min-width: 1600px) {
      .layer-lists ul {
        font-size: 18px;
      }
    }
  .layer-lists ul.list-unstyled li {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0;
  }
    .layer-lists ul.list-unstyled li:after {
      content: '\007C';
      color: #fff;
      padding: 0 5px 0 10px;
    }
      .layer-lists ul.list-unstyled li:last-child:after {
        content: '';
      }
    @media (min-width: 992px) {
      .layer-lists ul.list-unstyled li {
        display: block;
        margin-bottom: 5px;
      }
        .layer-lists ul.list-unstyled li:after {
          content: '';
        }
    }


/* GLOBAL: MISC */
/* ####################################################################*/

p.heavy, h3.heavy, h4.heavy, h5.heavy {
  font-family: 'Roboto Condensed',sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 15px 0;
}
  @media (min-width: 1200px) {
    p.heavy, h3.heavy, h4.heavy, h5.heavy {
      font-size: 19px !important;
    }
  }
  @media (min-width: 1400px) {
    p.heavy, h3.heavy, h4.heavy, h5.heavy {
      font-size: 22px !important;
    }
  }

.bg-red-dark {
  background-color: #c10202 !important;
}
.bg-red-active {
  background-color: #f10202;
}
.text-red-active {
  color: #f10202;
}

@media (min-width: 1200px) {
  span.hide-1200 {
    display: none;
  }
}
@media (min-width: 1400px) {
  span.hide-1200 {
    display: inline;
  }
}

#viewbook-pager {
  border-top: solid 1px #555;
}
  .progress {
    margin-bottom: 0;
    border-radius: 0;
    height: 10px;
  }
    .progress-bar {
      border-right: solid 1px #aaa;
    }



/* PAGE: HOMEPAGE */
/* ####################################################################*/

#home-intro {
}
  /* Home Page: Content */
  #home-intro .layer-content {
    position: relative;
    background-color: #c10202;
    padding: 20px 30px;
  }
    #home-intro .layer-content .content-inner {
      font-size: 16px;
    }
  @media (min-width: 992px) {
    #home-intro .layer-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 33.333333333333%;
      height: 100%;
      padding: 0;
      transform-origin: right;
      transform: skew(2deg);
      margin-left: -1.5%;
    }
      #home-intro .layer-content .content-inner {
        margin-top: 75%;
        padding: 0 8% 20px 12%;
        transform: skew(-4deg);
        font-size: 14px;
        opacity: 0;
        animation: fadeIn;
        animation-duration: 1.5s;
        animation-delay: 0.5s;
        animation-fill-mode: forwards;
        -webkit-animation: fadeIn;
        -webkit-animation-duration: 1.5s;
        -webkit-animation-delay: 0.5s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation: fadeIn;
        -moz-animation-duration: 1.5s;
        -moz-animation-delay: 0.5s;
        -moz-animation-fill-mode: forwards;
      }
  }
  @media (min-width: 1200px) {
    #home-intro .layer-content .content-inner {
      font-size: 16px;
    }
  }
  @media (min-width: 1400px) {
    #home-intro .layer-content .content-inner {
      font-size: 18px;
    }
  }
  /* Home Page: Rebels Make It Happen Logo */
  #home-intro .layer-logo {
    position: absolute;
    width: 100%;
    top: -3%;
    left: -24%;
  }
    #home-intro .layer-logo img {
      width: 70%;
      height: auto;
      animation: fadeInDown;
      animation-duration: 1s;
      -webkit-animation: fadeInDown;
      -webkit-animation-duration: 1s;
      -moz-animation: fadeInDown;
      -moz-animation-duration: 1s;
    }
    @media (min-width: 768px) {
      #home-intro .layer-logo {
        top: -9%;
        left: -6%;
      }
    }
    @media (min-width: 992px) {
      #home-intro .layer-logo {
        width: 85%;
        top: -10%;
        left: -6.5%;
      }
        #home-intro .layer-logo img {
          width: 60%;
        }
    }


/* PAGE: WORLDWIDE DESTINATION */
/* ####################################################################*/

#destination-intro {
}
  @media (min-width: 1200px) {
    #destination-intro .stats {
      padding-bottom: 15px !important;
    }
  }

#only-vegas {
}
  @media (min-width: 992px) {
    #only-vegas .layer-description {
      width: 50%;
    }
  }
  @media (min-width: 1200px) {
    #only-vegas .layer-description {
      left: 0;
      width: 22%;
    }
  }


/* PAGE: A REBELLIOUS ATTITUDE */
/* ####################################################################*/

#attitude-intro {
}
  @media (min-width: 992px) {
    #attitude-intro .viewbook-section-inner {
      padding-bottom: 66.6666666666667%;
    }
  }
  @media (min-width: 992px) {
    #attitude-intro .layer-description {
      top: 50px;
      right: 60px;
      left: auto;
      width: 40%;
      padding-top: 0;
      background-color: rgba(0,0,0,0.85);
      color: #fff;
    }
  }

#rebel-life {
}

#mind-your-body {
}

#traditions {
}
  @media (min-width: 992px) {
    #traditions .layer-title {
      padding: 40px 0 0 40px;
    }
      #traditions .layer-title h3 {
        font-size: 5vw;
      }
  }
  @media (min-width: 1400px) {
    #traditions .second-section .layer-facts {
      top: 30%;
    }
  }


/* PAGE: INNOVATIVE ACADEMICS */
/* ####################################################################*/

#academics-intro {
}
  @media (min-width: 992px) {
    #academics-intro .layer-facts {
      top: auto;
      right: auto;
      bottom: 15%;
      left: 0;
      width: 35%;
    }
  }

#only-unlv {
}
  #only-unlv .layer-lists {
    background-color: rgba(0,0,0,0.5);
  }

#undergrad-majors {
}
  #undergrad-majors .undergrad-majors-inner {
    position: relative;
    padding: 60px 0 30px 0;
    background-color: #eceff1;
  }
  #undergrad-majors h3.section-title {
    color: #c10202;
    text-shadow: none;
    margin-bottom: 30px;
  }


/* PAGE: LET'S MAKE YOUR IT HAPPEN */
/* ####################################################################*/

#stacking-awards {
}
  #stacking-awards .undergrad-majors-inner {
    position: relative;
    padding: 60px 0 30px 0;
    background-color: #eceff1;
  }
  #stacking-awards h3.section-title {
    color: #c10202;
    text-shadow: none;
    margin-bottom: 30px;
  }

  #stacking-awards p {
    font-size: 14px;
  }
    @media (min-width: 1400px) {
      #stacking-awards p {
        font-size: 16px;
      }
    }
    @media (min-width: 1600px) {
      #stacking-awards p {
        font-size: 18px;
      }
    }

  #stacking-awards .table > tbody > tr > td,
  #stacking-awards .table > tbody > tr > th,
  #stacking-awards .table > tfoot > tr > td,
  #stacking-awards .table > tfoot > tr > th,
  #stacking-awards .table > thead > tr > td,
  #stacking-awards .table > thead > tr > th {
    border-top: none;
  }

#see-for-yourself {
  padding-bottom: 0;
}
  @media (min-width: 992px) {
    #see-for-yourself .layer-page-title {
      width: calc(100% - 60px);
    }
    #see-for-yourself .layer-facts {
      top: auto;
      right: auto;
      bottom: 100px;
      left: 0;
      width: 45%;
    }
  }


/* PAGE: UNLV BOUND */
/* ####################################################################*/

#unlvbound {
}
  #unlvbound .undergrad-majors-inner {
    position: relative;
    padding: 60px 0 30px 0;
    background-color: #eceff1;
  }
  #unlvbound h3.section-title {
    color: #c10202;
    text-shadow: none;
    margin-bottom: 30px;
  }
