@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:300,500,500i,700,900");
/* ----------------------------------- //
//      CSS Hacks Mixins for Sass
// ----------------------------------- //

	How to use:

	@include [Mixin_Name]( 'selector', (property: value) )

	Example:

	@include only_ie9( '.my_element', (color: red) )
	@include only_ff28_above( '.my_element', (
		background-color: green,
		display: flex,
		margin: 2em,
	))

	Tips:
	  - Use firefox mixins before IE mixins. Sometimes Firefox wants to precess the IE css but it can't and skips it's own CSS!

// ----------------------------------- //

	List of Mixins:

	only_ff
	only_ff2
	only_ff2_above
	only_ff3_above
	only_ff6_above
	only_ff16_above
	only_ff21_above
	only_ff24_above
	only_ff25_above
	only_ff26_above
	only_ff27_above
	only_ff28_above
	only_ff30_above
	only_webkit
	only_chrome
	only_safari
	only_safari9
	only_ios
	only_safari_no_ios
	only_opera9_safari2
	only_opera
	only_opera11
	only_edge
	only_ie6
	only_ie7
	only_ie7_below
	only_ie8
	only_ie8_below
	only_ie9
	only_ie9_below
	only_ie10_above
	only_ie11
	only_ie11_above
	no_ie6
	only_ie9_saf4_above
	no_ie_safari6

// ----------------------------------- */
/* ----------------------------------- //
//          Firefox CSS Hacks
// ----------------------------------- */
/*--- Only Firefox ---*/
/*--- Only Firefox 1.5 and Firefox 2 ---*/
/*--- Only Firefox ≥ 2 ---*/
/*--- Only Firefox ≥ 3 ---*/
/*--- Only Firefox ≥ 6 ---*/
/*--- Only Firefox ≥ 16 ---*/
/*--- Only Firefox ≥ 21 ---*/
/*--- Only Firefox ≥ 24 ---*/
/*--- Only Firefox ≥ 25 ---*/
/*--- Only Firefox ≥ 26 ---*/
/*--- Only Firefox ≥ 27 ---*/
/*--- Only Firefox ≥ 28 ---*/
/*--- Only Firefox ≥ 30 ---*/
/* ----------------------------------- //
//          Webkit CSS Hacks
// ----------------------------------- */
/*--- Only Webkit (Chrome, Safari, Opera ≥ 14) ---*/
/*--- Only Chrome 28+, Opera ≥ 14 ---*/
/*--- Only Safari ≥ 9 ---*/
/*--- Only iOS Safari ≥ 9 ---*/
/*--- Only Safari ≥ 9 (Non iOS) ---*/
/*--- Only Opera ≤ 9.27, Safari ≤ 2 ---*/
/* ----------------------------------- //
//           Opera CSS Hacks
// ----------------------------------- */
/*--- Only Opera ≥ 9.5 ---*/
/*--- Only Opera ≤ 11 ---*/
/* ----------------------------------- //
//     Edge CSS Hacks
// ----------------------------------- */
/* ----------------------------------- //
//     Internet Explorer CSS Hacks
// ----------------------------------- */
/*--- Only IE ≤ 6 ---*/
/*--- Only IE7 ---*/
/*--- Only IE ≤ 7 ---*/
/*--- Only IE8 ---*/
/*--- Only IE ≤ 8 ---*/
/*--- Only IE9 ---*/
/*--- Only IE ≤ 9 ---*/
/*--- Only IE10 ---*/
/*--- Only IE ≤ 11 ---*/
/*--- Only IE ≥ 11 ---*/
/*--- Anything but IE6 ---*/
/*--- Only IE ≥ 9, safari4, android ≥ 2.3 ---*/
/* ----------------------------------- //
//           Other CSS Hacks
// ----------------------------------- */
/*--- Everything but IE and Safari ≤ 6 ---*/
/* ----------------------------------- //
//      CSS GRID MIXINS
// ----------------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

body.notification #notification {
  display: block; }
  body.notification #notification label {
    max-width: 100vw;
    width: 100%; }
    body.notification #notification label input[type=checkbox] {
      position: absolute;
      top: -9999px;
      left: -9999px; }
      body.notification #notification label input[type=checkbox] ~ #notification-bar {
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-name: goDown; }
      body.notification #notification label input[type=checkbox] ~ .fa-long-arrow-down {
        position: absolute;
        display: none;
        right: 10%;
        cursor: pointer; }
      body.notification #notification label input[type=checkbox]:checked ~ #notification-bar {
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-name: goUp; }
      body.notification #notification label input[type=checkbox]:checked ~ .fa-long-arrow-down {
        display: block;
        top: -35px;
        padding: 10px;
        font-size: 50px;
        color: #C75B12;
        border-radius: 5px; }
        body.notification #notification label input[type=checkbox]:checked ~ .fa-long-arrow-down:hover {
          top: -15px;
          color: #ccc; }
    body.notification #notification label .fa-times-circle {
      float: right;
      margin-top: 8px;
      font-size: 30px;
      color: white;
      text-align: right;
      z-index: 10000;
      cursor: pointer;
      order: 3; }
      body.notification #notification label .fa-times-circle:hover {
        color: #C75B12; }
    body.notification #notification label #notification-bar {
      position: fixed;
      width: 100%;
      top: 0;
      background-color: #008542;
      border-bottom: 1px solid #414141;
      clear: both;
      z-index: 10001; }
      body.notification #notification label #notification-bar .container {
        max-width: 80vw;
        width: 100%;
        min-height: 50px;
        margin: 0 auto;
        padding: 5px;
        background-color: #008542;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
        body.notification #notification label #notification-bar .container p {
          display: inline-block;
          font-size: 18px;
          float: left;
          margin: 10px 25px 0 0;
          padding: 0;
          line-height: 24px;
          color: white; }
        body.notification #notification label #notification-bar .container .btn-action {
          display: inline-block;
          width: 110px;
          line-height: 24px;
          margin-top: 5px;
          padding: 0 12px;
          float: right;
          margin-right: 50px;
          font-weight: bold;
          font-size: 18px;
          border-radius: 5px;
          text-align: center;
          background-color: white;
          border: 3px solid #C75B12; }
          body.notification #notification label #notification-bar .container .btn-action:hover {
            background-color: #C75B12;
            border-color: white; }

body.notification .container-header div.aux {
  top: 50px; }

body.notification .container-header nav.main.fixedNav {
  top: 130px !important; }

body #notification {
  display: none; }

@-webkit-keyframes goUp {
  0% {
    transform: none; }
  100% {
    transform: translate3d(0, -100px, 0); } }

@-moz-keyframes goUp {
  0% {
    transform: none; }
  100% {
    transform: translate3d(0, -100px, 0); } }

@-ms-keyframes goUp {
  0% {
    transform: none; }
  100% {
    transform: translate3d(0, -100px, 0); } }

@keyframes goUp {
  0% {
    transform: none; }
  100% {
    transform: translate3d(0, -100px, 0); } }

@-webkit-keyframes goDown {
  0% {
    transform: translate3d(0, -100%, 0); }
  100% {
    transform: none; } }

@-moz-keyframes goDown {
  0% {
    transform: translate3d(0, -100%, 0); }
  100% {
    transform: none; } }

@-ms-keyframes goDown {
  0% {
    transform: translate3d(0, -100%, 0); }
  100% {
    transform: none; } }

@keyframes goDown {
  0% {
    transform: translate3d(0, -100%, 0); }
  100% {
    transform: none; } }

@media (max-width: 413px), (min-width: 414px) and (max-width: 785px) {
  body.notification #notification label #notification-bar {
    top: unset;
    bottom: 0;
    min-height: 100px; }
    body.notification #notification label #notification-bar .container {
      max-width: 97vw; }
      body.notification #notification label #notification-bar .container .fa-times-circle {
        position: absolute;
        right: 10px; }
      body.notification #notification label #notification-bar .container .btn-action {
        display: none; }
  body.notification .container-header div.aux {
    top: 0px; }
  body.notification .container-header nav.main.fixedNav {
    top: 0px; }
  body.notification .content-wrapper {
    padding-top: 0px !important; }
  @-webkit-keyframes goUp {
    0% {
      transform: none; }
    100% {
      transform: translate3d(0, 100px, 0); } }
  @-moz-keyframes goUp {
    0% {
      transform: none; }
    100% {
      transform: translate3d(0, 100px, 0); } }
  @-ms-keyframes goUp {
    0% {
      transform: none; }
    100% {
      transform: translate3d(0, 100px, 0); } }
  @keyframes goUp {
    0% {
      transform: none; }
    100% {
      transform: translate3d(0, 100px, 0); } }
  @-webkit-keyframes goDown {
    0% {
      transform: translate3d(0, 100%, 0); }
    100% {
      transform: none; } }
  @-moz-keyframes goDown {
    0% {
      transform: translate3d(0, 100%, 0); }
    100% {
      transform: none; } }
  @-ms-keyframes goDown {
    0% {
      transform: translate3d(0, 100%, 0); }
    100% {
      transform: none; } }
  @keyframes goDown {
    0% {
      transform: translate3d(0, 100%, 0); }
    100% {
      transform: none; } } }

html body ul, html body ol {
  padding-inline-start: 20px; }

html body.internal .container-header .aux .flex-wrapper {
  width: 100%;
  max-width: 600px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  html body.internal .container-header .aux .flex-wrapper .cta-wrapper {
    padding-right: 0.75em; }
    html body.internal .container-header .aux .flex-wrapper .cta-wrapper a {
      color: white;
      text-decoration: none;
      padding: 6px 12px;
      max-height: 34px;
      border-radius: 4px;
      background-color: #008542;
      font-variant: small-caps;
      font-weight: bold; }
      html body.internal .container-header .aux .flex-wrapper .cta-wrapper a:hover {
        border-collapse: collapse;
        border: 2px solid #008542;
        background-color: rgba(255, 255, 255, 0.85);
        color: #008542; }
  html body.internal .container-header .aux .flex-wrapper .searchbox {
    max-width: 270px;
    width: 100%; }
  @media (max-width: 1412px) {
    html body.internal .container-header .aux .flex-wrapper {
      display: none; } }

html body.internal .container-header .aux .video-contain {
  z-index: 0; }

@media (max-width: 1412px) {
  html body.internal .container-header .main ul li {
    padding: 0.125em 0.5em; } }

html body.internal .container-header .main.fixedNav {
  z-index: 999; }

html body.internal .container-header .main .quick-links {
  display: none; }

html body.internal .content-wrapper .main-content {
  max-width: 1008px; }
  html body.internal .content-wrapper .main-content .slideshow-container {
    text-align: center;
    margin-bottom: 5em; }
    html body.internal .content-wrapper .main-content .slideshow-container .slick-slide img {
      margin: 0 auto; }
    @media (min-width: 414px) and (max-width: 785px), (max-width: 413px), (min-width: 786px) and (max-width: 1096px) {
      html body.internal .content-wrapper .main-content .slideshow-container {
        transform: scale(1.1);
        margin-bottom: 3em; } }

html body.internal.sub-page.no-top .content-wrapper .main-content {
  margin-top: 5em; }

html body#students .content-wrapper .main-content #launch-pad .grid {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  html body#students .content-wrapper .main-content #launch-pad .grid a.half {
    min-height: 150px;
    height: 100%;
    max-height: 250px;
    background-image: url(/websvcs/templates/ic/img/randomize/icp/15.jpg);
    background-color: #C75B12;
    background-blend-mode: multiply;
    background-size: cover;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    transition: all 0.3s ease-in-out; }
    html body#students .content-wrapper .main-content #launch-pad .grid a.half:nth-child(1) {
      background-image: url(../img/pre-arrival.jpg);
      background-position: center;
    }
    html body#students .content-wrapper .main-content #launch-pad .grid a.half:nth-child(3) {
      background-image: url(/websvcs/templates/ic/img/randomize/icp/6.jpg); }
    html body#students .content-wrapper .main-content #launch-pad .grid a.half:nth-child(4) {
      background-image: url(/websvcs/templates/ic/img/randomize/icp/4.jpg);
      background-position: bottom; }
    html body#students .content-wrapper .main-content #launch-pad .grid a.half h4 {
      text-transform: uppercase;
      text-align: center;
      color: white;
      font-weight: bold; }
    html body#students .content-wrapper .main-content #launch-pad .grid a.half:hover {
      text-decoration: none;
      background-color: #008542; }

html body#orientation .content-wrapper .main-content #orientation-module #faq article {
  cursor: pointer;
  border-bottom: 1px solid #D5D2CA; }
  html body#orientation .content-wrapper .main-content #orientation-module #faq article h4 {
    color: #C75B12;
    font-size: 1.125em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    html body#orientation .content-wrapper .main-content #orientation-module #faq article h4 i {
      margin: 0 1em; }
  html body#orientation .content-wrapper .main-content #orientation-module #faq article:last-of-type {
    border-bottom: 0px; }
  html body#orientation .content-wrapper .main-content #orientation-module #faq article .copy {
    display: none; }

html body#taxes .content-wrapper .main-content #intro .button-group .btn {
  min-width: 150px; }

html body#taxes .content-wrapper .main-content #intro .tax-info {
  margin-top: 1.5em; }
  html body#taxes .content-wrapper .main-content #intro .tax-info.copy {
    display: none; }
    html body#taxes .content-wrapper .main-content #intro .tax-info.copy table tr th:first-of-type, html body#taxes .content-wrapper .main-content #intro .tax-info.copy table tr td:first-of-type {
      width: 7%;
      text-align: center; }
    html body#taxes .content-wrapper .main-content #intro .tax-info.copy#no .grid {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }

html body#taxes .content-wrapper .main-content #mail img {
  max-width: 45%;
  margin: 1em auto; }

html body#webinars .content-wrapper .main-content #upcoming .grid, html body#webinars .content-wrapper .main-content #previous .grid {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }

html body#contact .content-wrapper .main-content {
  margin-top: 7em; }
  html body#contact .content-wrapper .main-content .grid .third article h3, html body#contact .content-wrapper .main-content .grid .third article p {
    margin-bottom: 0; }
  html body#contact .content-wrapper .main-content .grid .full {
    width: 100%; }
  html body#contact .content-wrapper .main-content .grid h2 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  html body#contact .content-wrapper .main-content .grid .half.staff {
    margin: 1em auto; }
    html body#contact .content-wrapper .main-content .grid .half.staff img {
      margin-right: 0.5em;
      max-width: 150px;
      max-height: 150px;
      width: 100%;
      height: 100%; }
    html body#contact .content-wrapper .main-content .grid .half.staff .copy .position {
      margin-bottom: 0; }

html body#contact footer #sm-embed h3 {
  color: white;
  text-transform: lowercase;
  font-variant: small-caps; }

@media print {
  html body {
    padding-top: 0; }
    html body a.btn {
      display: none !important; }
    html body .container-header div.aux {
      display: none; }
    html body.internal.slideshow .content-wrapper .main-content section {
      margin-bottom: 0; }
      html body.internal.slideshow .content-wrapper .main-content section .slideshow-container {
        display: none; }
    html body.internal.slideshow .content-wrapper .main-content .quicklinks {
      display: none; }
    html body.internal.sub-page .content-wrapper li, html body.internal.sub-page .content-wrapper table {
      page-break-inside: avoid !important; }
    html body.internal.sub-page .content-wrapper .main-content {
      margin-top: 0; }
      html body.internal.sub-page .content-wrapper .main-content #intro {
        margin-bottom: 1em;
        padding-bottom: 0; }
      html body.internal.sub-page .content-wrapper .main-content .grid .two-third,
      html body.internal.sub-page .content-wrapper .main-content .grid .third {
        min-width: 100%;
        max-width: 100%;
        width: 100%; }
    html body.internal.sub-page#orientation .content-wrapper .main-content article {
      page-break-inside: avoid !important; }
    html body.internal.sub-page#orientation .content-wrapper .main-content #launch-pad {
      display: none; }
    html body.internal.sub-page#orientation .content-wrapper .main-content #pre-arrival #areas {
      display: none; }
    html body.internal.sub-page#orientation .content-wrapper .main-content #pre-arrival article.area {
      display: block !important; }
    html body.internal.sub-page#orientation .content-wrapper .main-content #orientation-module #faq article .copy {
      display: block !important; }
    html body.internal.sub-page#taxes .content-wrapper .main-content #intro .button-group {
      display: none; }
    html body.internal.sub-page#taxes .content-wrapper .main-content #intro .tax-info.copy {
      display: block !important; }
      html body.internal.sub-page#taxes .content-wrapper .main-content #intro .tax-info.copy#no .grid {
        display: none; }
    html body.internal.sub-page#contact .content-wrapper .main-content {
      margin-top: 0; }
      html body.internal.sub-page#contact .content-wrapper .main-content .grid .full {
        text-align: left; }
      html body.internal.sub-page#contact .content-wrapper .main-content .grid .third {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2; }
      html body.internal.sub-page#contact .content-wrapper .main-content .grid .two-third {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1; }
        html body.internal.sub-page#contact .content-wrapper .main-content .grid .two-third .grid .half.staff {
          max-width: 49%;
          width: 100%;
          min-width: 0;
          display: inline-block;
          font-size: 80%;
          -webkit-box-flex: 1 1 auto;
          -moz-box-flex: 1 1 auto;
          -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
          html body.internal.sub-page#contact .content-wrapper .main-content .grid .two-third .grid .half.staff img {
            width: 85px;
            margin: 0 auto;
            display: block; } }

@media (max-width: 413px) {
  html body .content-wrapper .main-content {
    padding: 1em; }
  html body.internal.sub-page#groupX .content-wrapper .main-content #schedule .schedule-container #options .option-set {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    html body.internal.sub-page#groupX .content-wrapper .main-content #schedule .schedule-container #options .option-set .label-container {
      font-size: 16px; }
      html body.internal.sub-page#groupX .content-wrapper .main-content #schedule .schedule-container #options .option-set .label-container:first-child .checkmark, html body.internal.sub-page#groupX .content-wrapper .main-content #schedule .schedule-container #options .option-set .label-container:last-child .checkmark {
        border-radius: 0; }
    html body.internal.sub-page#groupX .content-wrapper .main-content #schedule .schedule-container #options .option-set:nth-child(2) {
      margin: 1em 0;
      padding: 0.5em 0;
      border-bottom: 1px solid #D5D2CA;
      border-top: 1px solid #D5D2CA; }
  html body.internal.sub-page#groupX .content-wrapper .main-content #schedule .schedule-container #container .iso-item {
    max-width: 100%;
    width: 100%; }
    html body.internal.sub-page#groupX .content-wrapper .main-content #schedule .schedule-container #container .iso-item .card .img {
      max-width: 100%; }
      html body.internal.sub-page#groupX .content-wrapper .main-content #schedule .schedule-container #container .iso-item .card .img img {
        max-width: 100%; }
  html body.internal.sub-page#intramural .content-wrapper .main-content #champions .header {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    html body.internal.sub-page#intramural .content-wrapper .main-content #champions .header h3 {
      display: block; }
    html body.internal.sub-page#intramural .content-wrapper .main-content #champions .header .btn {
      display: block;
      width: 65vw; }
  html body.internal.sub-page#intramural .content-wrapper .main-content #champions > h4 {
    text-align: center;
    padding-top: 0.5em;
    border-top: 1px solid #D5D2CA; }
  html body.internal.sub-page#intramural .content-wrapper .main-content #champions #league .slick-slide img {
    max-width: 400px;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
    height: auto; }
  html body.internal.sub-page#rules .content-wrapper .main-content {
    margin-top: 2em; }
    html body.internal.sub-page#rules .content-wrapper .main-content .grid #rules-nav {
      display: none; }
    html body.internal.sub-page#rules .content-wrapper .main-content .grid #rules-policy {
      margin-left: 0; } }

@media (min-width: 414px) and (max-width: 785px) {
  html body .content-wrapper .main-content {
    padding: 1em; }
  html body.internal.sub-page#groupX .content-wrapper .main-content #schedule .schedule-container #options .option-set {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    html body.internal.sub-page#groupX .content-wrapper .main-content #schedule .schedule-container #options .option-set .label-container {
      font-size: 16px; }
      html body.internal.sub-page#groupX .content-wrapper .main-content #schedule .schedule-container #options .option-set .label-container:first-child .checkmark, html body.internal.sub-page#groupX .content-wrapper .main-content #schedule .schedule-container #options .option-set .label-container:last-child .checkmark {
        border-radius: 0; }
    html body.internal.sub-page#groupX .content-wrapper .main-content #schedule .schedule-container #options .option-set:nth-child(2) {
      margin: 1em 0;
      padding: 0.5em 0;
      border-bottom: 1px solid #D5D2CA;
      border-top: 1px solid #D5D2CA; }
  html body.internal.sub-page#groupX .content-wrapper .main-content #schedule .schedule-container #container .iso-item {
    max-width: 100%;
    width: 100%; }
    html body.internal.sub-page#groupX .content-wrapper .main-content #schedule .schedule-container #container .iso-item .card .img {
      max-width: 100%; }
      html body.internal.sub-page#groupX .content-wrapper .main-content #schedule .schedule-container #container .iso-item .card .img img {
        max-width: 100%; }
  html body.internal.sub-page#intramural .content-wrapper .main-content #champions .header {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    html body.internal.sub-page#intramural .content-wrapper .main-content #champions .header h3 {
      display: block; }
    html body.internal.sub-page#intramural .content-wrapper .main-content #champions .header .btn {
      display: block;
      width: 65vw; }
  html body.internal.sub-page#intramural .content-wrapper .main-content #champions > h4 {
    text-align: center;
    padding-top: 0.5em;
    border-top: 1px solid #D5D2CA; }
  html body.internal.sub-page#intramural .content-wrapper .main-content #champions #league .slick-slide img,
  html body.internal.sub-page#intramural .content-wrapper .main-content #champions #tournaments .slick-slide img,
  html body.internal.sub-page#intramural .content-wrapper .main-content #champions #sp-league .slick-slide img,
  html body.internal.sub-page#intramural .content-wrapper .main-content #champions #sp-tournaments .slick-slide img {
    max-width: 375px;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
    height: auto; }
  html body.internal.sub-page#intramural .content-wrapper .main-content #champions #league .slick-slide.slick-active,
  html body.internal.sub-page#intramural .content-wrapper .main-content #champions #tournaments .slick-slide.slick-active,
  html body.internal.sub-page#intramural .content-wrapper .main-content #champions #sp-league .slick-slide.slick-active,
  html body.internal.sub-page#intramural .content-wrapper .main-content #champions #sp-tournaments .slick-slide.slick-active {
    box-shadow: 0 0 0 0; }
  html body.internal.sub-page#intramural.archive .content-wrapper .main-content {
    margin-top: 2em; }
  html body.internal.sub-page#facilities .content-wrapper .main-content #areastudy #areas {
    display: none; }
  html body.internal.sub-page#facilities .content-wrapper .main-content #areastudy .area {
    display: block !important; }
    html body.internal.sub-page#facilities .content-wrapper .main-content #areastudy .area h2 {
      display: block; }
    html body.internal.sub-page#facilities .content-wrapper .main-content #areastudy .area .grid .half {
      margin-top: 2em; }
      html body.internal.sub-page#facilities .content-wrapper .main-content #areastudy .area .grid .half.slideshow {
        margin-bottom: 0;
        margin-top: 0; }
        html body.internal.sub-page#facilities .content-wrapper .main-content #areastudy .area .grid .half.slideshow img {
          max-width: 100vw;
          width: 100%;
          height: auto; }
  html body.internal.sub-page#rules .content-wrapper .main-content {
    margin-top: 2em; }
    html body.internal.sub-page#rules .content-wrapper .main-content .grid #rules-nav {
      display: none; }
    html body.internal.sub-page#rules .content-wrapper .main-content .grid #rules-policy {
      margin-left: 0; }
  html body.internal.sub-page#reservations .content-wrapper .main-content {
    margin-top: 2em; }
  html body.internal.sub-page#membership .content-wrapper .main-content {
    margin-top: 2em; }
  html body.internal.sub-page#events .content-wrapper .main-content {
    margin-top: 2em; }
  html body.internal.sub-page#staff .content-wrapper .main-content {
    margin-top: 2em; }
    html body.internal.sub-page#staff .content-wrapper .main-content .grid .two-third .third.staff img {
      margin: 0 auto; }
    html body.internal.sub-page#staff .content-wrapper .main-content .grid .two-third .third.staff .copy {
      text-align: center; } }
