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

h2, h3, h4, h5 {
  margin-top: 0;
  text-transform: none; }

h2 {
  font-size: 1.7rem;
}
@media (min-width: 400px) {
  h2 {
    font-size: 2rem;
  }
}

h1, h3,
.boldMovesBox-link,
.jumpAwayLink a,
.boldMovesBox-story p {
  font-family: "effra", Helvetica, sans-serif;
  font-weight: 900;}

.boldMovesBox-story p {
  font-weight: 700; }

.site-nav a {
  text-transform: uppercase; }


.wpb_wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }
  @media (min-width: 1161px) {
    .wpb_wrapper {
      width: 100%; } }

    .boldMoves .wpb_wrapper .jumpAwayLink {
  text-align: right; }
    .boldMoves .wpb_wrapper .jumpAwayLink {
  text-align: right; }

@media (max-width: 1160px) {
  .boldMoves .wpb_wrapper {
    width: 90%;
    margin: 0 auto; } }

@media (max-width: 600px) {
  .boldMoves .wpb_wrapper {
    width: 90%;
    max-width: 360px;
    margin: 0 auto; } }

.boldMoves {
  padding-bottom: 2rem; }
  .boldMoves::after {
    clear: both;
    content: "";
    display: table; }
  .boldMoves h2 {
    color: #828282; }
  .boldMoves h2 span {
    clear: left;
    display: inline-block; }

.boldMovesBox {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 10;
  overflow: hidden;
  float: left;
  clear: right;
  height: 360px;
  background-color: #800000;
  background-image: url("/sites/default/files/box-webfiles/img/red-rays-full.jpg");
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 0 190px rgba(0,0,0,0.2) inset;
  width: 100%;
  cursor: pointer;
}
  .boldMovesBox::after {
    clear: both;
    content: "";
    display: table; }
  .boldMovesBox:first-child {
    clear: both; }
  .boldMovesBox .boldMovesBox-title {
    display: block;
    width: 100%;
    margin: 0 auto 0;
    /*padding: 3rem 11% 1rem;*/
    text-align: center;
    text-decoration: none;
    border-bottom: 0 none;
    cursor: pointer;
    height: 100%;
    overflow: visible;
    z-index: 1; }
    .boldMovesBox .boldMovesBox-title h3 {
      display: block;
	  padding: 1.25em .5em;
      color: #fff;
      font-size: 1.8rem;
      text-transform: uppercase;
      max-height: 190px;
      overflow: hidden;;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      text-shadow: 0 0 8px rgba(0,0,0,0.7);
      line-height: 1.1em;
      word-spacing: 0.1em;
      cursor: pointer;
    }
    .boldMovesBox .boldMovesBox-title h3 .fa {
      padding-left: 4px;
      display: inline-block;
      margin-right: -18px;
    }
    .boldMovesBox.engaged .boldMovesBox-title h3 {
      border-bottom: 0 none;
      padding: 0 0 2.2rem;
      display: none;
    }
.close-boldMovesBox {
    display: none;
    text-indent: -9999px;
    padding: 12px;
    opacity: 1;
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 55px;
    box-sizing: border-box;
    cursor: pointer;
}

.close-boldMovesBox .close-boldMovesBox-x {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: url("img/x.png") no-repeat center center;
    background-size: cover;
}
.close-boldMovesBox:hover {
  opacity: 1;
}
.boldMovesBox.engaged .close-boldMovesBox {
  display: block;
}

@media (min-width: 601px) and (max-width: 900px) {
  .boldMovesBox {
    width: 50%;
    height: 420px; } }
  @media (min-width: 901px) {
    .boldMovesBox {
      width: 33%;
      height: 420px;
      transition: all .5s ease; } }

  .boldMovesBox .boldMovesBox-story {
    position: absolute;
    width: 110%;
    height: 100%;
    z-index: 20;
    -webkit-transform: rotate(-8deg) translate(5%, -8%);
    -ms-transform: rotate(-8deg) translate(5%, -8%);
    transform: rotate(-8deg) translate(5%, -8%); }
    .boldMovesBox .boldMovesBox-story p {
      color: #fff;
      font-size: 1.3rem;
      padding: 28px 35px 0 40px;
      line-height: 1.66;
      z-index: 1;
      display: none;
      max-height: 225px;
      text-overflow: ellipsis;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      font-weight: 400;
      overflow: hidden; }
    .boldMovesBox .boldMovesBox-story p a {
      color: #fff;
      text-decoration: none;
      cursor: pointer;
    }
    .boldMovesBox.engaged .boldMovesBox-story p {
      display: block;
    }

@media (min-width: 901px) and (max-width: 1200px) {
  .boldMovesBox .boldMovesBox-story p { } }

@media (min-width: 601px) and (max-width: 800px) {
  .boldMovesBox .boldMovesBox-story p {; } }
      @media (max-width: 600px) {
        .boldMovesBox .boldMovesBox-story p {; } }
      @media (max-width: 360px) {
        .boldMovesBox .boldMovesBox-story p { } }
    .boldMovesBox .boldMovesBox-story .boldMovesBox-fullStory {
      font-family: "Effra W01", Helvetica, sans-serif;
      font-weight: 900;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      background: #000;
      color: #fff;
      font-size: 1.1rem;
      padding: 0.5rem 0;
      border: 2px solid #000;
      width: 39%;
      display: block;;
      position: absolute;;
      bottom: 120px;
      left: 40px;
      z-index: 32;;; }
      .boldMovesBox .boldMovesBox-story .boldMovesBox-fullStory:hover {
        background: transparent;
        border-color: #fff; }



@media (min-width: 1024px) {
  .boldMovesBox .boldMovesBox-story .boldMovesBox-fullStory {
    bottom: 90px;
  }
  .boldMovesBox .boldMovesBox-title h3 .fa {
    opacity: 0;
  }
  .boldMovesBox:hover .boldMovesBox-title h3 .fa {
    opacity: 1;
  }
  .boldMovesBox:hover .close-boldMovesBox,
  .close-boldMovesBox {
    display: none;
  }
}
@media (min-width: 1101px) {
  .boldMovesBox .boldMovesBox-story .boldMovesBox-fullStory {
  width: 39%; } }
  @media (min-width: 1200px) {
  .boldMovesBox .boldMovesBox-story .boldMovesBox-fullStory {
  width: 37%; } }
@media (min-width: 901px) and (max-width: 1100px) {
  .boldMovesBox .boldMovesBox-story .boldMovesBox-fullStory {
  width: 50%; } }
@media (min-width: 601px) and (max-width: 740px) {
  .boldMovesBox .boldMovesBox-story .boldMovesBox-fullStory {
  width: 54%; } }
      @media (max-width: 600px) {
        .boldMovesBox .boldMovesBox-story .boldMovesBox-fullStory {
          width: 140px; } }
  .boldMovesBox .boldMovesBox-link {
    display: block;
    position: absolute;
    bottom: 0.5rem;
    right: 1rem;
    z-index: 30;
    color: #fff;
    font-size: 1.25rem;
    text-decoration: none;
    left: auto;
    text-align: right;
    padding: 5px 0;
    border-bottom: 2px solid transparent;
  }
  .boldMovesBox .boldMovesBox-link:hover {
    border-bottom: 2px solid #fff;
    cursor: pointer;
    color: #fff;
  }

  .boldMovesBox.engaged .boldMovesBox-link {
    text-align: center;
    color: #F9ADB0;
    font-weight: normal;
  }
  .boldMovesBox.engaged .boldMovesBox-link:hover {
    color: #fff;
  }
    .boldMovesBox .boldMovesBox-link span {
      display: none; }

@media (max-width: 600px) {
  .boldMovesBox .boldMovesBox-story {
    -webkit-transform: rotate(-8deg) translate(5%, -17%);
    -ms-transform: rotate(-8deg) translate(5%, -17%);
    transform: rotate(-8deg) translate(5%, -17%); } }

@media (min-width: 601px) and (max-width: 700px) {
  .boldMovesBox .boldMovesBox-story {
    -webkit-transform: rotate(-8deg) translate(5%, -9%);
    -ms-transform: rotate(-8deg) translate(5%, -9%);
    transform: rotate(-8deg) translate(5%, -9%); } }

@media (min-width: 701px) and (max-width: 900px) {
  .boldMovesBox .boldMovesBox-story {
    -webkit-transform: rotate(-8deg) translate(5%, -9%);
    -ms-transform: rotate(-8deg) translate(5%, -9%);
    transform: rotate(-8deg) translate(5%, -9%); } }

@media (min-width: 901px) and (max-width: 1053px) {
  .boldMovesBox .boldMovesBox-story {
    -webkit-transform: rotate(-8deg) translate(5%, -10%);
    -ms-transform: rotate(-8deg) translate(5%, -10%);
    transform: rotate(-8deg) translate(5%, -10%); } }

@media (min-width: 1054px) {
  .boldMovesBox .boldMovesBox-story {
    -ms-transform: rotate(-8deg) translate(5%, -12%);
    -webkit-transform: rotate(-8deg) translate(5%, -12%);
    transform: rotate(-8deg) translate(5%, -12%);; } }

.boldMovesBox:nth-child(3) {
  clear: both; }

.boldMovesBox {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.boldMovesBox:nth-child(3) .boldMovesBox-story,
.boldMovesBox:nth-child(7) .boldMovesBox-story {
  background: maroon;
  border-top: 12px solid #d52027; }

.boldMovesBox:nth-child(5) .boldMovesBox-story,
.boldMovesBox:nth-child(6) .boldMovesBox-story {
  background: maroon;
  border-top: 6px solid #d52027; }

.boldMovesBox:nth-child(4) .boldMovesBox-story,
.boldMovesBox:nth-child(8) .boldMovesBox-story {
  background: #d52027;
  border-top: 24px solid maroon; }


  .boldMovesBox.engaged .boldMovesBox-title {
    position: relative; }

  .boldMovesBox.engaged .boldMovesBox-story {
    -webkit-transform: rotate(0) translate(0, 0);
    -ms-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
    top: 0;
    border-top: none;
    background: rgba(213, 32, 39, 0.75);
    left: 0;
    width: 100%;
    right: 0;
    z-index: 2; }

  .boldMovesBox.engaged .boldMovesBox-link span {
    display: inline; }

@media (min-width: 601px) {
  
  .boldMoves h2, .whatsComingUp h2 {
    float: left;
    width: 66%; }
      }

.boldMoves .jumpAwayLink a {
  color: #900; }
    .boldMoves .jumpAwayLink a:hover {
  color: #d52027; }
  
  .hero-sb p,
h2, .changingWorld h3,
.footer-address p,
.optionalCallout p,
.eventDate_month,
.hero--interior__content__description {
  font-family: "museo-slab", Gerogia, serif;
  font-weight: 300; }

.hero--interior__content__description {
  font-size: 1.5rem; }

.eventDate_month {
  font-weight: 700; }

.hero-sb {
  position: relative;
  width: 100%;
  min-height: 350px;
  overflow: hidden;; }
.hero-sb img {;
    position: relative;
    z-index: 10;
    display: block;;
    float: left;;
    height: 430px;;
    width: auto;;
    max-width: 1000px;;
    margin: 0 0 0 -60px;; }

.hero-sb img.hero-sb--desktop {
    display: none;
  }
.hero-sb img.hero-sb--mobile {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .hero-sb .hero-sb_text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
   }
    .hero-sb .hero-sb_text h1 {
      color: #fff;
      font-size: 38px;
      line-height: 0.85em;
      width: 100%;
      text-shadow: 0 0 10px rgba(0,0,0,.6);
      text-transform: uppercase;
      margin: 15px 0; }
    .hero-sb .hero-sb_text p, .hero-sb .hero-sb_text span a {
      color: #fff; }
    .hero-sb .hero-sb_text p {
      font-size: 1.1rem;
      line-height: 1.4rem;
      text-shadow: 0 0 10px rgba(0,0,0,.4); }
    .hero-sb .hero-sb_text a {
  font-family: "effra", Helvetica, sans-serif;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: #800000;
  color: #fff;
  font-size: 1.1rem;
  padding: 0.6rem 2rem;
  border: 2px solid #800000;
  display: inline-block;
  margin: 0 16px 16px 0; }
      .hero-sb .hero-sb_text a:hover {
        background: transparent;
        border-color: #fff; }

    .hero-sb .hero-sb_text a .fa {
      display: inline-block;
      margin: 0 0 0 4px
    }
    @media (max-width: 1200px) {
		.hero-sb .hero-sb_text {
			padding-left: 20px;
		}	
}
    @media (min-width: 481px) {
      .hero-sb .hero-sb_text {
        padding-top: 1rem;
        width: 90%; }
        .hero-sb .hero-sb_text p {
          font-size: 1.2rem;
        }

      }
    @media (min-width: 641px) {
      .hero-sb .hero-sb_text {
        padding-top: 1.5rem;
        width: 90%; }
        .hero-sb .hero-sb_text h1 {
          font-size: 40px;
          line-height: .8em; }
        .hero-sb .hero-sb_text p {
          font-size: 1.25rem; } }
    @media (min-width: 801px) {
      .hero-sb .hero-sb_text {
        padding-top: 3rem; }
        .hero-sb .hero-sb_text h1 {
          font-size: 60px; }
        .hero-sb .hero-sb_text p {
          font-size: 1.5rem;
          line-height: 1.8rem; } }
    @media (min-width: 941px) {
      .hero-sb .hero-sb_text {
        padding-top: 4rem;
        position: relative;
        padding-bottom: 5rem;
        z-index: 2; }
        .hero-sb .hero-sb_text h1 {
          font-size: 80px; }
        .hero-sb .hero-sb_text p {
          font-size: 1.66rem;
          line-height: 2rem; }
        }

@media (min-width: 1160px) {
  .hero-sb {;
    overflow: hidden;;
    max-height: 580px;; }
    .hero-sb img {
      margin-top: -20%; }
    .hero-sb .hero-sb_text {
      width: 66%;
      padding-top: 2rem;
      min-height: 440px; } }

@media (min-width: 1280px) {
  .hero-sb .hero-sb_text {
    width: 100%;
    padding-top: 2rem;
    min-height: 580px;
   }
    .hero-sb .hero-sb_text div {
      width: 1160px;
      margin: 0 auto;
      display: block; }
      .hero-sb .hero-sb_text div h1, .hero-sb .hero-sb_text div p {
        width: 90%;
        display: block;
        clear: both; }
        .hero-sb .hero-sb_text div h1 {
         line-height: .8em;
        }
      }
@media (min-width: 1400px) {
  .hero-sb .hero-sb_text {
      min-height: 650px;
  }
}
@media (min-width: 1540px) {
  .hero-sb .hero-sb_text {
      min-height: 600px;
  }
  .hero-sb {
    max-height: 600px;
  }
}
@media (min-width: 1760px) {
  .hero-sb .hero-sb_text {
      min-height: 660px;
  }
  .hero-sb {
    max-height: 660px;
  }
}
.optionalCallout {
  background: #800000 url(../../img/student-life/students-walking-faded.jpg) repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.optionalCallout p {
  color: #800000;
  background: #fff;
  margin: 0 auto;
  max-width: 760px;
  padding: 1rem;
  z-index: 20;
  position: relative;;;;;; }
  .optionalCallout p strong {
    display: block;
    font-weight: 500; }
  .optionalCallout p a {
    color: #800000;
    text-decoration: none;
    display: block;; }
    .optionalCallout p a:hover {
      color: #000; }
  .optionalCallout p .fa-floatleft {
    display: block;;
    margin-right: 0;
    padding: 0.2rem 0.6rem;
    position: absolute;
    left: -9px;
    top: -1px;; }
   .optionalCallout .optionalCallout_text {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 0 0 0 20px;
    position: relative;
   }
  @media (min-width: 400px) {
    .optionalCallout p {
      font-size: 1.1rem;
      line-height: 1.2rem;
    }
  }
  @media (min-width: 581px) {
    .optionalCallout p {
      width: 91%;
      text-align: center;
      margin-top: -3.5rem;
      top: 1.5rem;
    }
    .optionalCallout p strong {
      display: inline;
    }
    .optionalCallout p .fa-floatleft {;
      display: inline;;
      float: none;;
      position: relative;;
      left: auto;;
      top: auto;
    }
    .optionalCallout .optionalCallout_text {
      float: none;
      text-align: center;
      padding: 0;
    }
      .hero-sb img {
        float: none;
        height: auto;
        max-width: 185%;
        width: 118%;
        margin-left: -9%;
      }
    }
  @media (min-width: 941px) {
    .hero-sb img {
      position: absolute;
      z-index: 1;
      margin-top: 0;
      margin-left: 0;
      right: 0;;
    }
  }
  @media (min-width: 1024px) {
    .hero-sb img {
      margin-top: -10%;
      width: 104%;
    }
    .hero-sb img.align-image-top {
      margin-top: 0%;
    }
  }
  @media (min-width: 1160px) {
    .hero-sb img {
      margin-top: -12%;
      width: 100%;
    }
    .hero-sb img.align-image-top {
      margin-top: 0%;
    }
  }
  @media (min-width: 1400px) {
    .hero-sb img {
      margin-top: -18%;
      width: 100%;
    }
    .hero-sb img.align-image-top {
      margin-top: 0%;
    }
  }
  @media (min-width: 1760px) {
    .hero-sb img {
      margin-top: -18%;
      width: 100%;
    }
    .hero-sb img.align-image-top {
      margin-top: 0%;
    }
  }
@media (min-width: 641px) {
.hero-sb img.hero-sb--desktop {
        display: block;
      }
      .hero-sb img.hero-sb--mobile {
        display: none;
      }
}