@charset "UTF-8";

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.6.3); 
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

#global-links li,
#global-links ul,
#left-nav li,
#left-nav ul,
#mobile-nav li,
#mobile-nav ul,
#top-nav li,
#top-nav ul,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
del,
details,
dfn,
div,
embed,
fieldset,
figcaption,
figure,
footer,
footer li,
footer ul,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
mark,
menu,
nav,
object,
output,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul#breadcrumbs,
ul#breadcrumbs li,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

#ie {
    background: #fcf3c5;
    font: 1.5em/1em Arial, sans-serif;
    text-align: center;
    padding: .5em;
    border-bottom: 1px solid #000
}

#ie a {
    font-weight: 700
}

#ie p {
    margin: 0
}

#search:after,
#tab-content>div:after,
#top-bar:after,
.bottom-bar:after,
.landing-page #page:after,
.landing-page .alternate-photo-float:after,
.landing-page .feature-four-col:after,
.landing-page .feature-three-col:after,
.landing-page .feature-two-col:after,
.landing-page .large-feature-inner:after,
.landing-page .news-box:after,
.landing-page .news-event:after,
.landing-page .news-full .news-box:after,
.landing-page .news-full:after,
.landing-page .photo-feature-2-across:after,
.landing-page .photo-feature-3-across:after,
.landing-page .photo-grid:after,
.landing-page .stats-callout:after,
.landing-page .three-column-links:after,
.narrow-page #news-story .wrap:after,
.standard-page #page:after,
.standard-page .alternate-photo-float:after,
.standard-page .feature-two-col:after,
.standard-page .news:after,
.standard-page .people-big .people-wrap:after,
.standard-page .people-medium .people-wrap:after,
.standard-page .people-small .people-wrap:after,
.standard-page .photo-feature-2-across:after,
.standard-page .photo-grid:after,
.standard-page .plus-section:after {
    content: "";
    display: table;
    clear: both
}

* {
    box-sizing: border-box
}

html {
    overflow-y: scroll
}

body {
    font: 62.5%/1.7em "Akkurat Pro Regular", Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #342f2e;
    background: #fff;
    min-width: 98%;
    height: 100%;
    overflow-x: hidden
}

a.screen-reader-shortcut {
    left: .5em;
    position: absolute;
    top: -99px
}

a.screen-reader-shortcut:focus {
    background-color: #fff;
    box-shadow: 0 0 .3rem .3rem rgba(0, 0, 0, .6);
    color: #401f68;
    font: 700 1.5em sans-serif;
    padding: 1rem;
    top: .5rem;
    z-index: 5
}

#main-content {
    font-size: 16px;
    line-height: 1.7em;
    outline: 0!important
}

.contain-780 {
    margin: 0 auto;
    max-width: 780px;
    box-sizing: content-box
}

.contain-850 {
    margin: 0 auto;
    max-width: 850px;
    box-sizing: content-box
}

.contain-970 {
    margin: 0 auto;
    max-width: 970px;
    box-sizing: content-box
}

.contain-1120 {
    margin: 0 auto;
    max-width: 1120px;
    box-sizing: content-box
}

.contain-1440 {
    margin: 0 auto;
    max-width: 1440px
}

#back-to-top {
    display: none
}

ul#breadcrumbs {
    list-style: none;
    font: 12px/1.5rem "Akkurat Pro Bold", "Arial Black", sans-serif;
    text-transform: uppercase;
    padding: 0 0 .5rem;
    margin-bottom: 2rem;
    border-bottom: 4px solid #f0f0f0;
    min-height: 30px
}

ul#breadcrumbs li {
    display: inline;
    background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-right-ltpurple.svg) .5rem .1rem/5px 8px no-repeat;
    padding-left: 2em
}

ul#breadcrumbs li:first-child {
    background: 0 0;
    padding-left: 0
}

ul#breadcrumbs li.active {
    color: #401f68
}

ul#breadcrumbs a {
    color: #716c6b
}

#instagram ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none
}

#instagram ul li {
    background: 0 0;
    margin: 0;
    padding: 0;
    float: left;
    width: 16.66667%
}

#instagram ul img {
    display: block
}

#instagram p {
    font: 16px "Akkurat Pro Bold", "Arial Black", sans-serif;
    padding: 1rem .5rem;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    background: #4e2a84;
    text-align: center
}

#instagram p a {
    color: #b6acd1
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

img .outline {
    border: 1px solid #ccc
}

.responsive-table {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin: 1em 0 2em
}

.responsive-container {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%
}

.responsive-container embed,
.responsive-container iframe,
.responsive-container object {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.responsive-container .overlay {
    position: absolute;
    bottom: 20%;
    width: 100%;
    text-align: center;
    z-index: 5000;
    cursor: default
}

.responsive-container .overlay h2 {
    color: #fff;
    font: 60px/1.2em "Poppins Bold", Impact, sans-serif;
    margin-bottom: 1rem;
    position: relative;
    text-shadow: 2px 2px 0 #000
}

a.photo-hover:hover {
    opacity: .8
}

.hide-label {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.group:after {
    content: "";
    display: table;
    clear: both
}

a.pdf,
a[href$=".pdf"],
a[href$=".PDF"] {
    padding-right: 1rem;
    background: url(https://common.northwestern.edu/v8/css/images/icons/pdf.png) right center no-repeat
}

a.doc,
a.docx,
a[href$=".docx"],
a[href$=".DOCX"],
a[href$=".doc"],
a[href$=".DOC"] {
    padding-right: 1rem;
    background: url(https://common.northwestern.edu/v8/css/images/icons/word.png) right center no-repeat
}

a.xls,
a.xlsx,
a[href$=".xlsx"],
a[href$=".XLSX"],
a[href$=".xls"],
a[href$=".XLS"] {
    padding-right: 1rem;
    background: url(https://common.northwestern.edu/v8/css/images/icons/excel.png) right center no-repeat
}

@media screen and (max-width:1140px) {
    #main-content .contain-1120 {
        margin-left: 1rem;
        margin-right: 1rem
    }
    #main-content .contain-1120 .contain-1120{
        margin-left:0;
        margin-right:0;
    }
    .responsive-container .overlay {
        bottom: 20%
    }
    .responsive-container .overlay h2 {
        font-size: 48px
    }
}

@media screen and (max-width:768px) {
    .hide-mobile,
    a.screen-reader-shortcut {
        display: none
    }
    #page {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }
    .responsive-container .overlay {
        bottom: 15%
    }
    .responsive-container .overlay h2 {
        font-size: 36px;
        margin-bottom: .5rem
    }
    #back-to-top {
        display: block;
        font: 18px "Akkurat Pro Bold", "Arial Black", sans-serif;
        color: #401f68;
        text-align: center;
        text-transform: uppercase
    }
    #back-to-top:after,
    #back-to-top:before {
        padding: 0 25px;
        content: " "
    }
    #back-to-top {
        margin: 2rem 0
    }
    #back-to-top:after,
    #back-to-top:before {
        background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-up-ltpurple.svg) 50%/15px 19px no-repeat
    }
    #instagram ul li {
        width: 33.33333%
    }
    #instagram ul li img {
        width: 256px
    }
}

@media screen and (max-width:480px) {
    .responsive-container .overlay {
        bottom: 10%
    }
    .responsive-container .overlay h2 {
        font-size: 24px;
        margin-bottom: .5rem
    }
    #instagram ul li {
        width: 50%
    }
    #instagram ul li img {
        width: 240px
    }
}

h2 {
    font: 46px/1.2em "Poppins Light", Tahoma, sans-serif;
    color: #4e2a84;
    margin-bottom: 1rem
}

h3 {
    font: 34px/1.2em "Poppins Bold", Impact, sans-serif;
    color: #4e2a84;
    margin-bottom: .5rem
}

h4 {
    font: 26px/1.2em "Akkurat Pro Regular", Arial, sans-serif;
    color: #716c6b;
    margin-bottom: 1rem
}

h5 {
    font: 21px/1.3em "Akkurat Pro Regular", Arial, sans-serif;
    color: #4e2a84;
    margin-bottom: 1rem
}

h6 {
    font: 18px/1.3em "Poppins Bold", Impact, sans-serif;
    color: #716c6b;
    margin-bottom: 1rem
}

.hero .heroSmall {
    font-size: 24px
}

.h-spaced {
    margin-bottom: 2rem
}

.content a,
.content-full a {
    font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
    color: #4e2a84;
    text-decoration: none
}

.content a:hover,
.content-full a:hover {
    text-decoration: underline
}

.content a em,
.content a i,
.content em a,
.content i a,
.content-full a em,
.content-full a i,
.content-full em a,
.content-full i a {
    font-family: "Akkurat Pro Bold Italic", "Arial Black", sans-serif
}

.content b,
.content strong,
.content-full b,
.content-full strong {
    font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
    font-weight: 400
}

.content em,
.content i,
.content-full em,
.content-full i {
    font-family: "Akkurat Pro Italic", Arial, sans-serif;
    font-style: normal
}

.content b i,
.content em strong,
.content i b,
.content i strong,
.content strong em,
.content strong i,
.content-full b i,
.content-full em strong,
.content-full i b,
.content-full i strong,
.content-full strong em,
.content-full strong i {
    font-family: "Akkurat Pro Bold Italic", "Arial Black", sans-serif;
    font-style: normal;
    font-weight: 400
}

.content p:last-of-type,
.content-full p:last-of-type {
    margin-bottom: 1.5rem
}

.content ul,
.content-full ul {
    padding-left: 1em
}

.content ul>li,
.content-full ul>li {
    list-style: none;
    background: url(https://common.northwestern.edu/v8/css/images/icons/bullet.png) 0 .5em no-repeat;
    padding: 0 0 .5em 1em
}

.content ul>li>ul,
.content-full ul>li>ul {
    margin-top: .5em
}

.content ul>li>ul li,
.content-full ul>li>ul li {
    background: 0 0;
    list-style: circle;
    padding-left: .5em
}

.content ul>li>ul li:last-child,
.content-full ul>li>ul li:last-child {
    padding-bottom: 0
}

.content ul>li>ol,
.content-full ul>li>ol {
    padding-left: 2em;
    margin-top: .5em
}

.content ul>li>ol>li,
.content-full ul>li>ol>li {
    background: 0 0;
    list-style-type: decimal;
    overflow: inherit;
    padding-left: 0
}

.content ul>li>ol>li:last-child,
.content-full ul>li>ol>li:last-child {
    padding-bottom: 0
}

.content ol,
.content-full ol {
    padding-left: 2.2em
}

.content ol>li,
.content-full ol>li {
    list-style-type: decimal;
    padding: 0 0 .5em .5em
}

.content ol>li>ol,
.content-full ol>li>ol {
    margin-top: .5em;
    padding-left: 1.2em
}

.content ol>li>ol li,
.content-full ol>li>ol li {
    list-style: lower-alpha
}

.content ol>li>ol li:last-child,
.content-full ol>li>ol li:last-child {
    padding-bottom: 0
}

.content ol>li>ul,
.content-full ol>li>ul {
    margin-top: .5em;
    padding-left: 0
}

.content ol>li>ul>li:last-child,
.content-full ol>li>ul>li:last-child {
    padding-bottom: 0
}

.content table,
.content-full table {
    width: 100%;
    margin: 1em 0 0;
    font-family: "Akkurat Pro Regular", Arial, sans-serif;
    line-height: 1.5em
}

.content table th,
.content-full table th {
    background: #4e2a84;
    font: 21px "Akkurat Pro Bold", "Arial Black", sans-serif;
    color: #fff;
    padding: .7rem 1rem;
    text-align: left;
    border: 2px solid #fff
}

.content table td,
.content-full table td {
    padding: .7rem 1rem;
    border: 2px solid #fff;
    vertical-align: top
}

.content table tr.stripe td,
.content-full table tr.stripe td {
    background: #f0f0f0
}

.content table tr.hover td,
.content-full table tr.hover td {
    background: #e4e0ee;
    color: #342f2e
}

.content table.table-no-hover tr.hover td,
.content-full table.table-no-hover tr.hover td {
    background: 0 0;
    color: inherit
}

.content table.table-no-hover tr.hover.stripe td,
.content-full table.table-no-hover tr.hover.stripe td {
    background: #f0f0f0
}

.content table.table-center-header th,
.content-full table.table-center-header th {
    text-align: center
}

.content table ul,
.content-full table ul {
    margin-left: 0;
    padding-top: .5rem
}

.align-text-center {
    text-align: center
}

.align-image-left {
    float: left;
    margin: .5rem 1.5rem .5rem 0
}

.align-image-right {
    float: right;
    margin: .5rem 0 .5rem 1.5rem
}

.align-image-center {
    margin: 0 auto;
    display: block
}

@media screen and (max-width:480px) {
    .align-image-center,
    .align-image-left,
    .align-image-right {
        float: none;
        margin: 0;
        display: inline-block
    }
}

@font-face {
    font-family: "Akkurat Pro Light";
    src: url(https://common.northwestern.edu/v8/css/fonts/AkkuratProLight.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Akkurat Pro Light Italic";
    src: url(https://common.northwestern.edu/v8/css/fonts/AkkuratProLightItalic.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Akkurat Pro Regular";
    src: url(https://common.northwestern.edu/v8/css/fonts/AkkuratProRegular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Akkurat Pro Italic";
    src: url(https://common.northwestern.edu/v8/css/fonts/AkkuratProItalic.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Akkurat Pro Bold";
    src: url(https://common.northwestern.edu/v8/css/fonts/AkkuratProBold.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Akkurat Pro Bold Italic";
    src: url(https://common.northwestern.edu/v8/css/fonts/AkkuratProBoldItalic.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

/*@font-face {
    font-family: "Campton Light";
    src: url(https://common.northwestern.edu/v8/css/fonts/CamptonBook.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Campton Bold";
    src: url(https://common.northwestern.edu/v8/css/fonts/CamptonBold.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Campton Extra Bold";
    src: url(https://common.northwestern.edu/v8/css/fonts/CamptonExtraBold.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Campton Extra Light";
    src: url(https://common.northwestern.edu/v8/css/fonts/CamptonExtraLight.woff) format("woff");
    font-weight: 400;
    font-style: normal
}*/

@font-face {
    font-family: "Poppins Light";
    src: url("https://common.northwestern.edu/v8/css/fonts/Poppins-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;        
}

@font-face {
    font-family: "Poppins Bold";
    src: url("https://common.northwestern.edu/v8/css/fonts/Poppins-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;        
}

@font-face {
    font-family: "Poppins Extra Bold";
    src: url("https://common.northwestern.edu/v8/css/fonts/Poppins-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;        
}

@font-face {
    font-family: "Poppins Extra Light";
    src: url("https://common.northwestern.edu/v8/css/fonts/Poppins-ExtraLight.woff") format("woff");
    font-weight: 100;
    font-style: normal;        
}

.web-form form {
    margin-bottom: .5rem
}

.web-form fieldset {
    padding: .35em .625em .75em;
    margin: 0;
    border: 0
}

.web-form legend {
    white-space: normal;
    margin-left: -7px;
    display: block;
    width: 100%;
    padding: .3em 0;
    margin-bottom: .3em;
    color: #342f2e;
    border-bottom: 1px solid #ccc
}

.web-form .field {
    margin-bottom: 1em
}

.web-form .field p {
    margin: 0
}

.web-form .label,
.web-form label {
    margin: .5em 0 .2em;
    display: block
}

.web-form .label.inline,
.web-form label.inline {
    display: inline-block;
    margin: .5em 1em .2em 0
}

.web-form .label.right,
.web-form label.right {
    font-style: italic;
    font-weight: 400;
    font-size: .9em
}

.web-form .label .required,
.web-form label .required {
    display: inline
}

.web-form .label-secondary+label,
.web-form .required+label,
.web-form input+label,
.web-form select+label {
    margin: 1.5rem 0 0
}

.web-form input[type=text] {
    font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    margin: 0 .65rem 0 0
}

.web-form input[type=checkbox],
.web-form input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    height: 15px;
    width: 15px
}

.web-form input[type=search] {
    -webkit-appearance: textfield
}

.web-form input[type=search]::-webkit-search-cancel-button,
.web-form input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.web-form input[type=color],
.web-form input[type=date],
.web-form input[type=datetime-local],
.web-form input[type=datetime],
.web-form input[type=email],
.web-form input[type=month],
.web-form input[type=number],
.web-form input[type=password],
.web-form input[type=search],
.web-form input[type=tel],
.web-form input[type=text],
.web-form input[type=time],
.web-form input[type=url],
.web-form input[type=week],
.web-form select,
.web-form textarea {
    display: inline-block;
    border: 1px solid #ccc;
    color: #716c6b;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    width: 50%;
    background: #fff;
    padding: .5em;
    -webkit-transition: .3s linear border;
    -moz-transition: .3s linear border;
    -ms-transition: .3s linear border;
    -o-transition: .3s linear border;
    transition: .3s linear border
}

.web-form input[type=color].required,
.web-form input[type=date].required,
.web-form input[type=datetime-local].required,
.web-form input[type=datetime].required,
.web-form input[type=email].required,
.web-form input[type=month].required,
.web-form input[type=number].required,
.web-form input[type=password].required,
.web-form input[type=search].required,
.web-form input[type=tel].required,
.web-form input[type=text].required,
.web-form input[type=time].required,
.web-form input[type=url].required,
.web-form input[type=week].required,
.web-form select.required,
.web-form textarea.required {
    border: 1px solid #b2292e
}

.web-form input[type=color].narrow,
.web-form input[type=date].narrow,
.web-form input[type=datetime-local].narrow,
.web-form input[type=datetime].narrow,
.web-form input[type=email].narrow,
.web-form input[type=month].narrow,
.web-form input[type=number].narrow,
.web-form input[type=password].narrow,
.web-form input[type=search].narrow,
.web-form input[type=tel].narrow,
.web-form input[type=text].narrow,
.web-form input[type=time].narrow,
.web-form input[type=url].narrow,
.web-form input[type=week].narrow,
.web-form select.narrow,
.web-form textarea.narrow {
    width: 25%
}

.web-form input[type=color]:focus,
.web-form input[type=date]:focus,
.web-form input[type=datetime-local]:focus,
.web-form input[type=datetime]:focus,
.web-form input[type=email]:focus,
.web-form input[type=month]:focus,
.web-form input[type=number]:focus,
.web-form input[type=password]:focus,
.web-form input[type=search]:focus,
.web-form input[type=tel]:focus,
.web-form input[type=text]:focus,
.web-form input[type=time]:focus,
.web-form input[type=url]:focus,
.web-form input[type=week]:focus,
.web-form select:focus,
.web-form textarea:focus {
    outline: 0;
    border-color: #4e2a84
}

.web-form input[type=color].required:focus,
.web-form input[type=date].required:focus,
.web-form input[type=datetime-local].required:focus,
.web-form input[type=datetime].required:focus,
.web-form input[type=email].required:focus,
.web-form input[type=month].required:focus,
.web-form input[type=number].required:focus,
.web-form input[type=password].required:focus,
.web-form input[type=search].required:focus,
.web-form input[type=tel].required:focus,
.web-form input[type=text].required:focus,
.web-form input[type=time].required:focus,
.web-form input[type=url].required:focus,
.web-form input[type=week].required:focus,
.web-form select.required:focus,
.web-form textarea.required:focus {
    border-color: #b2292e
}

.web-form input[type=checkbox]:focus,
.web-form input[type=file]:focus,
.web-form input[type=radio]:focus {
    outline: #4e2a84 auto 1px
}

.web-form input[type=color][disabled],
.web-form input[type=date][disabled],
.web-form input[type=datetime-local][disabled],
.web-form input[type=datetime][disabled],
.web-form input[type=email][disabled],
.web-form input[type=month][disabled],
.web-form input[type=number][disabled],
.web-form input[type=password][disabled],
.web-form input[type=search][disabled],
.web-form input[type=tel][disabled],
.web-form input[type=text][disabled],
.web-form input[type=time][disabled],
.web-form input[type=url][disabled],
.web-form input[type=week][disabled],
.web-form select[disabled],
.web-form textarea[disabled] {
    cursor: not-allowed;
    background-color: #f0f0f0;
    color: #ccc
}

.web-form input[readonly],
.web-form input[readonly]:focus,
.web-form select[readonly],
.web-form select[readonly]:focus,
.web-form textarea[readonly],
.web-form textarea[readonly]:focus {
    background: #f0f0f0;
    color: #716c6b;
    border-color: #ccc
}

.web-form input[type=file],
.web-form input[type=file]:hover {
    background-image: none
}

.web-form select {
    background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-down-dkpurple.svg) top 50% right .5rem/17px 10px no-repeat #fff;
    color: #716c6b;
    font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
    border: 1px solid #ccc;
    display: inline-block;
    padding: .5em;
    margin: 0 .65rem 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    -webkit-transition: .3s linear border;
    -moz-transition: .3s linear border;
    -ms-transition: .3s linear border;
    -o-transition: .3s linear border;
    transition: .3s linear border
}

.web-form select::-ms-expand {
    display: none
}

.web-form select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

.web-form select option {
    font-family: "Akkurat Pro Regular", Arial, sans-serif
}

.web-form select[multiple] {
    height: auto
}

.web-form textarea {
    border: 1px solid #ccc;
    padding: .3em 1.5em .3em .5em;
    width: 100%;
    height: 8em;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    overflow: auto
}

.web-form .checkbox {
    margin-right: .3em
}

.web-form .checkbox .right {
    font-weight: 700;
    font-style: normal;
    font-size: 1em
}

.web-form .checkbox.required {
    display: inline
}

.web-form .radio {
    margin-right: .3em
}

.web-form .radio.required {
    display: inline
}

.web-form .required {
    color: #b2292e;
    font-weight: 400;
    display: block
}

.web-form .label span.required,
.web-form label span.required {
    display: inline;
    margin-left: .5rem
}

.web-form span.required {
    display: inline
}

.web-form .form-help-inline,
.web-form .form-message-inline {
    display: inline-block;
    padding-left: .3em;
    color: #716c6b;
    vertical-align: middle
}

.web-form .form-message {
    display: block
}

.web-form button::-moz-focus-inner,
.web-form input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.web-form button,
.web-form input,
.web-form select,
.web-form textarea {
    font-size: 100%;
    vertical-align: baseline;
    vertical-align: middle
}

.web-form button,
.web-form input {
    line-height: normal
}

.web-form button,
.web-form input[type=button],
.web-form input[type=reset],
.web-form input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    overflow: visible
}

.web-form button[disabled],
.web-form input[disabled] {
    cursor: default
}

@media only screen and (max-width:480px) {
    .web-form button[type=submit] {
        margin: .7em 0 0
    }
    .web-form input[type=color],
    .web-form input[type=date],
    .web-form input[type=datetime-local],
    .web-form input[type=datetime],
    .web-form input[type=email],
    .web-form input[type=month],
    .web-form input[type=number],
    .web-form input[type=password],
    .web-form input[type=search],
    .web-form input[type=tel],
    .web-form input[type=text],
    .web-form input[type=time],
    .web-form input[type=url],
    .web-form input[type=week],
    .web-form label {
        margin-bottom: .3em;
        display: block
    }
    .web-form input[type=color],
    .web-form input[type=date],
    .web-form input[type=datetime-local],
    .web-form input[type=datetime],
    .web-form input[type=email],
    .web-form input[type=month],
    .web-form input[type=number],
    .web-form input[type=password],
    .web-form input[type=search],
    .web-form input[type=tel],
    .web-form input[type=text],
    .web-form input[type=time],
    .web-form input[type=url],
    .web-form input[type=week],
    .web-form select,
    .web-form textarea {
        width: 100%
    }
    .web-form input[type=color].narrow,
    .web-form input[type=date].narrow,
    .web-form input[type=datetime-local].narrow,
    .web-form input[type=datetime].narrow,
    .web-form input[type=email].narrow,
    .web-form input[type=month].narrow,
    .web-form input[type=number].narrow,
    .web-form input[type=password].narrow,
    .web-form input[type=search].narrow,
    .web-form input[type=tel].narrow,
    .web-form input[type=text].narrow,
    .web-form input[type=time].narrow,
    .web-form input[type=url].narrow,
    .web-form input[type=week].narrow,
    .web-form select.narrow,
    .web-form textarea.narrow {
        width: 50%
    }
    .web-form -message,
    .web-form -message-inline,
    .web-form .form-help-inline {
        display: block;
        font-size: 80%;
        padding: .2em 0 .8em
    }
}

#emergency {
    background: #b2292e;
    padding: 1rem 5rem 1.5rem;
    font: 16px "Akkurat Pro Regular", Arial, sans-serif;
    color: #fff;
    text-align: center
}

#emergency a {
    color: #fff;
    text-decoration: underline;
    font-family: "Akkurat Pro Bold", "Arial Black", sans-serif
}

#emergency a:hover {
    text-decoration: none
}

#emergency h1,
#emergency h2,
#emergency h4,
#emergency h5 {
    color: #fff
}

#emergency h2,
#emergency h3 {
    font: 26px "Poppins Bold", Impact, sans-serif
}

#emergency h4 {
    font: 24px "Poppins Bold", Impact, sans-serif
}

@media screen and (max-width:768px) {
    #emergency {
        padding: 1rem 1rem 1.5rem;
        text-align: left
    }
}

#top-bar {
    background: #401f68;
    font: 12px/1.4em "Akkurat Pro Bold", "Arial Black", sans-serif;
    min-height: 60px
}

#top-bar #left {
    display: block;
    float: left;
    padding-left: 0
}

#top-bar #left img {
    width: 170px;
    margin: 1.1rem 0 1rem
}

#top-bar #right {
    display: inline;
    position: relative;
    float: right;
    padding-right: 1rem;
    margin-top: 1.4rem;
    color: #fff;
    text-transform: uppercase
}

#top-bar #right ul {
    margin: 0
}

#top-bar #right ul li {
    display: inline-block;
    position: relative;
    margin-left: 1rem
}

#top-bar #right ul li.hover,
#top-bar #right ul li:hover {
    z-index: 100
}

#top-bar #right ul li:last-child {
    cursor: pointer
}

#top-bar #right ul li .dropdown-arrow {
    background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-down-white.svg) 0 .1rem no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -1rem;
    top: 2px;
    margin-left: .3em
}

#top-bar #right ul a {
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative
}

#top-bar #right ul a:active,
#top-bar #right ul a:focus,
#top-bar #right ul a:hover {
    text-decoration: underline
}

#top-bar #right ul ul {
    position: absolute;
    top: 100%;
    right: -9999em;
    width: 150px;
    background: #401f68;
    padding: .5rem;
    text-align: right;
    z-index: -100
}

#top-bar #right ul ul li {
    float: none;
    padding: 0 0 .5rem;
    width: 100%;
    margin: 0
}

#top-bar #right ul ul li.hover ul,
#top-bar #right ul ul li:hover ul {
    left: 0
}

.bottom-bar {
    display: table;
    width: 100%
}

#department {
    display: table-cell;
    vertical-align: middle;
    width: 76.33929%;
    height: 112px;
    padding: 1rem 0
}

#department h1 {
    font: 32px "Akkurat Pro Regular", Arial, sans-serif;
    line-height: 1em
}

#department h1.small {
    font-size: 16px
}

#department h1 span {
    font-size: 14px;
    line-height: 1em;
    display: block
}

#department h2 {
    font: 24px "Akkurat Pro Regular", Arial, sans-serif;
    line-height: 1em;
    color: #fff;
    margin: 1rem 0 0
}

#department a {
    color: #fff;
    text-decoration: none
}

#department a:hover {
    text-decoration: none
}

@media screen and (max-width:1445px) {
    #top-bar {
        padding: 0 .5rem
    }
}

@media screen and (max-width:1145px) {
    #department {
        padding-left: .5rem
    }
}

@media screen and (max-width:768px) {
    #top-bar {
        display: block;
        padding: 0
    }
    #top-bar #left {
        display: inline-block;
        float: none;
        margin-left: .5rem
    }
    #top-bar #right {
        display: none
    }
    #department {
        width: 100%;
        padding: .5rem;
        height: auto
    }
    #department h1 {
        margin: .5rem 0;
        font-size: 24px
    }
    #department h2 {
        margin: .2rem .2rem .2rem 0
    }
}

@media screen and (max-width:480px) {
    #department h1,
    #department h2 {
        font-size: 22px
    }
}

#mobile-search {
    display: none
}

#search {
    width: 23.66071%;
    display: table-cell;
    vertical-align: middle
}

#search .search-form {
    width: 265px;
    float: right
}

#search .search-form input {
    width: 230px;
    height: 35px;
    padding: 0 .3em 0 0;
    float: left;
    font: 18px "Akkurat Pro Bold", "Arial Black", sans-serif;
    background: 0 0;
    color: #fff;
    border: none;
    border-bottom: 1px solid #b6acd1;
    -webkit-appearance: none
}

#search .search-form input::-webkit-input-placeholder {
    color: #b6acd1
}

#search .search-form input::-moz-placeholder {
    color: #b6acd1
}

#search .search-form input:-moz-placeholder {
    color: #b6acd1
}

#search .search-form input:-ms-input-placeholder {
    color: #b6acd1
}

#search .search-form button {
    float: left;
    cursor: pointer;
    height: 35px;
    width: 35px;
    background: url(https://common.northwestern.edu/v8/css/images/icons/search.svg) 1em .4em/20px 20px no-repeat;
    border: none;
    border-bottom: 1px solid #b6acd1;
    -webkit-appearance: none
}

#search .search-form input:focus {
    outline: 0
}

@media screen and (max-width:1145px) {
    #search {
        padding-right: 1rem
    }
}

@media screen and (max-width:768px) {
    header {
        position: relative
    }
    #search {
        display: none
    }
    #mobile-search {
        position: absolute;
        margin-top: -6px;
        left: 0;
        right: 0;
        z-index: 9998
    }
    .search-form {
        width: 100%;
        height: auto;
        background: #4e2a84;
        float: none;
        position: relative
    }
    .search-form form {
        margin: 0 20px;
        height: 63px;
        position: relative;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA/CAYAAAAhZaJUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OThCRkYyRUZFQUM5MTFFNDg4MkNDNUM0RUJBRUJDM0YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OThCRkYyRjBFQUM5MTFFNDg4MkNDNUM0RUJBRUJDM0YiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OEJGRjJFREVBQzkxMUU0ODgyQ0M1QzRFQkFFQkMzRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OEJGRjJFRUVBQzkxMUU0ODgyQ0M1QzRFQkFFQkMzRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr4qas0AAAAeSURBVHjaYvj//z8DEwMQDHuCmf+n3n8G6vkXIMAAeQ0Iq8diMWYAAAAASUVORK5CYII=)
    }
    .search-form input {
        width: 80%;
        height: 32px;
        margin: 15px 0;
        float: left;
        font: 18px "Akkurat Pro Bold", "Arial Black", sans-serif;
        color: #fff;
        background: 0 0;
        border: none
    }
    .search-form button {
        float: left;
        cursor: pointer;
        height: 32px;
        width: 32px;
        padding: 10px 0 15px;
        background: url(https://common.northwestern.edu/v8/css/images/icons/search.svg) right center/20px 20px no-repeat;
        border-bottom: none;
        position: absolute;
        right: 0;
        bottom: 18px
    }
    .search-form .hide-label,
    .search-form input[type=hidden] {
        visibility: hidden;
        display: none
    }
}

#top-nav {
    border-bottom: 5px solid #fff
}

#top-nav .contain-1120>ul {
    display: table;
    width: 100%;
    line-height: 0;
    position: relative;
    background: #fff
}

#top-nav .contain-1120>ul>li {
    display: table-cell;
    text-align: center;
    line-height: 100%;
    font: 18px "Akkurat Pro Bold", "Arial Black", sans-serif
}

#top-nav .contain-1120>ul>li:hover a {
    background: #f0f0f0;
    transition: .3s
}

#top-nav .contain-1120>ul>li:hover a.button {
    background: #4e2a84
}

#top-nav .contain-1120>ul>li:hover .dropdown,
#top-nav .contain-1120>ul>li:hover .dropdown-one-column,
#top-nav .contain-1120>ul>li:hover .dropdown-two-column {
    left: 0
}

#top-nav .contain-1120>ul>li a {
    color: #4e2a84;
    text-decoration: none;
    display: block;
    padding: 1rem 1.5rem
}

#top-nav .contain-1120>ul>li a:hover {
    text-decoration: underline
}

#top-nav .contain-1120>ul>li.active>a {
    background: #836eaa;
    color: #fff
}

#top-nav .contain-1120>ul>li .dropdown-arrow {
    background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-down-ltpurple.svg) 50% no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: .5em
}

#top-nav .contain-1120 .dropdown,
#top-nav .contain-1120 .dropdown-one-column,
#top-nav .contain-1120 .dropdown-two-column {
    position: absolute;
    background: #f0f0f0;
    left: -9999em;
    z-index: 9998;
    width: 100%;
    padding: 2em;
    text-align: left;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#top-nav .contain-1120 .dropdown .nav-intro,
#top-nav .contain-1120 .dropdown .nav-links,
#top-nav .contain-1120 .dropdown-one-column .nav-intro,
#top-nav .contain-1120 .dropdown-one-column .nav-links,
#top-nav .contain-1120 .dropdown-two-column .nav-intro,
#top-nav .contain-1120 .dropdown-two-column .nav-links {
    width: 50%;
    float: left;
    text-align: left
}

#top-nav .contain-1120 .dropdown p.intro,
#top-nav .contain-1120 .dropdown-one-column p.intro,
#top-nav .contain-1120 .dropdown-two-column p.intro {
    font: 30px "Poppins Bold", Impact, sans-serif;
    color: #4e2a84;
    margin: 0 0 1rem;
    padding-right: 2rem
}

#top-nav .contain-1120 .dropdown .nav-links,
#top-nav .contain-1120 .dropdown-one-column .nav-links,
#top-nav .contain-1120 .dropdown-two-column .nav-links {
    border-left: 2px solid #ccc;
    padding-left: 1rem
}

#top-nav .contain-1120 .dropdown ul,
#top-nav .contain-1120 .dropdown-one-column ul,
#top-nav .contain-1120 .dropdown-two-column ul {
    display: block;
    background: inherit
}

#top-nav .contain-1120 .dropdown ul li,
#top-nav .contain-1120 .dropdown-one-column ul li,
#top-nav .contain-1120 .dropdown-two-column ul li {
    display: block;
    text-align: left;
    width: inherit;
    line-height: 1.4em
}

#top-nav .contain-1120 .dropdown ul li a,
#top-nav .contain-1120 .dropdown-one-column ul li a,
#top-nav .contain-1120 .dropdown-two-column ul li a {
    padding: .3em 0;
    display: inline-block;
    background: inherit;
    color: #4e2a84
}

#top-nav .contain-1120 .dropdown ul li a:hover,
#top-nav .contain-1120 .dropdown-one-column ul li a:hover,
#top-nav .contain-1120 .dropdown-two-column ul li a:hover {
    text-decoration: underline
}

#top-nav .contain-1120 .dropdown-two-column ul {
    width: 100%!important;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    -webkit-column-rule: 2px solid #ccc;
    -moz-column-rule: 2px solid #ccc;
    column-rule: 2px solid #ccc;
    margin: 0;
    padding: 0
}

#top-nav .contain-1120 .dropdown-two-column ul li {
    background: 0 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: inline-block
}

#top-nav.narrow-dropdown ul li {
    position: relative
}

#top-nav.narrow-dropdown ul li:hover ul.nav-align-right {
    right: 0;
    left: inherit
}

#top-nav.narrow-dropdown ul li:hover ul.nav-align-right li {
    text-align: right
}

#top-nav.narrow-dropdown .dropdown {
    display: inherit;
    width: 320px;
    padding: 1em
}

@media screen and (max-width:768px) {
    #top-nav {
        display: none
    }
}

#left-nav {
    width: 23.66071%;
    float: left;
    font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
    margin-bottom: 3rem;
    outline: 0!important
}

#left-nav .mobile-back-to-top {
    display: none
}

#left-nav h2 {
    border-bottom: 4px solid #f0f0f0;
    min-height: 30px;
    padding-bottom: .5rem;
    margin-bottom: 2rem;
    font: 18px/1.5rem "Akkurat Pro Bold", "Arial Black", sans-serif;
    text-transform: none
}

#left-nav h2 a {
    color: #4e2a84;
    text-decoration: none
}

#left-nav ul {
    list-style: none
}

#left-nav ul ul {
    margin-top: 1.5rem;
    padding-left: .3rem
}

#left-nav ul ul ul {
    margin-top: 1rem;
    padding-left: 0
}

#left-nav ul ul.open {
    border-left: 4px solid #f0f0f0;
    margin-left: -4px
}

#left-nav li {
    padding-bottom: 1rem;
    font-size: 18px;
    line-height: 1.4em;
    font-family: "Akkurat Pro Bold", "Arial Black", sans-serif
}

#left-nav li a {
    color: #716c6b;
    text-decoration: none;
    display: block
}

#left-nav li a:hover {
    text-decoration: underline
}

#left-nav li a.active {
    color: #4e2a84
}

#left-nav li li {
    margin-left: .5rem;
    padding-bottom: 1rem;
    font-size: 14px
}

#left-nav li li li {
    margin-left: 1rem;
    font-family: "Akkurat Pro Bold Italic", "Arial Black", sans-serif;
    color: #636262
}

#left-nav li li li a.active {
    font-family: "Akkurat Pro Bold Italic", "Arial Black", sans-serif
}

#left-nav li:last-child {
    padding-bottom: .3rem
}

#left-nav li ul.open li:last-child {
    padding-bottom: 0
}

@media screen and (max-width:768px) {
    #left-nav {
        display: none
    }
}

#mobile-links,
#mobile-nav {
    display: none
}

@media screen and (max-width:768px) {
    #mobile-links {
        display: block;
        float: right;
        height: 55px
    }
    .mobile-link {
        display: inline-block;
        padding: 1em;
        height: 55px;
        width: 55px;
        cursor: pointer;
        position: relative
    }
    .mobile-link.mobile-search-link {
        background: url(https://common.northwestern.edu/v8/css/images/icons/search.svg) center/20px 20px no-repeat
    }
    .mobile-link.mobile-search-link.open {
        background: url(https://common.northwestern.edu/v8/css/images/icons/alert-x-white-home.svg) center/20px 20px no-repeat #4e2a84
    }
    .mobile-link.mobile-nav-link {
        background: url(https://common.northwestern.edu/v8/css/images/icons/hamburger.svg) center/20px 20px no-repeat
    }
    .mobile-link.mobile-nav-link.open {
        background: url(https://common.northwestern.edu/v8/css/images/icons/close-button-dkpurple.svg) center/20px 20px no-repeat #fff
    }
    #mobile-nav {
        display: none;
        background: #fff;
        position: absolute;
        top: 55px;
        left: 0;
        right: 0;
        z-index: 9998
    }
    #mobile-nav ul {
        background: #fff
    }
    #mobile-nav ul ul {
        display: none;
        background: #f0f0f0
    }
    #mobile-nav ul ul ul {
        background-color: #e6e6e6
    }
    #mobile-nav ul ul ul ul {
        background-color: #dcdcdc
    }
    #mobile-nav ul ul ul ul ul {
        background-color: #d1d1d1
    }
    #mobile-nav ul ul ul ul ul ul {
        background-color: #c7c7c7
    }
    #mobile-nav li {
        position: relative;
        font: 18px "Akkurat Pro Bold", "Arial Black", sans-serif
    }
    #mobile-nav li a {
        text-decoration: none;
        color: #4e2a84;
        display: block;
        border-bottom: 1px solid #f0f0f0;
        position: relative;
        padding: .9em 3em .9em .8em
    }
    #mobile-nav li a.active {
        color: #000;
        font-family: "Akkurat Pro Bold", "Arial Black", sans-serif
    }
    #mobile-nav li .arrow.open a {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        border: none
    }
    #mobile-nav li .arrow a {
        width: 50px;
        height: 48px;
        background: url(https://common.northwestern.edu/v8/css/images/icons/mobile-down-arrow-ltpurple.svg) center/20px 20px no-repeat;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        text-indent: -9999px;
        overflow: hidden;
        border: none;
        padding: 0
    }
    #mobile-nav li li {
        font: 16px/1.2em "Akkurat Pro Regular", Arial, sans-serif
    }
    #mobile-nav li li a {
        padding-left: 1.5em
    }
    #mobile-nav li li li a {
        padding-left: 2em
    }
    #mobile-nav li li li li a {
        padding-left: 2.5em
    }
    #mobile-nav li li li li li a {
        padding-left: 3em
    }
    #mobile-nav li li li li li li a {
        padding-left: 3.5em
    }
    #mobile-nav-bottom {
        background: #401f68
    }
    #mobile-nav-bottom:after {
        content: "";
        display: table;
        clear: both
    }
    #mobile-nav-bottom ul {
        margin: 0;
        padding: 1rem;
        background: 0 0
    }
    #mobile-nav-bottom li {
        background: 0 0;
        padding: 0;
        font-size: 12px;
        line-height: 24px;
        margin: 0;
        list-style: none
    }
    #mobile-nav-bottom li:last-child {
        border: none
    }
    #mobile-nav-bottom li a {
        text-transform: uppercase;
        color: #fff;
        font: 12px/2em "Akkurat Pro Bold", "Arial Black", sans-serif;
        border: none;
        padding: inherit
    }
    #mobile-nav-bottom li a.white-link {
        color: #fff
    }
    #mobile-nav-bottom #mobile-nav-bottom-left,
    #mobile-nav-bottom #mobile-nav-bottom-right {
        width: 50%;
        display: inline-block;
        float: left
    }
}

footer {
    background: #4e2a84;
    color: #fff;
    font: 12px/2.1em "Akkurat Pro Regular", Arial, sans-serif;
    padding: 3rem 0;
    width: 100%
}

footer ul {
    list-style: none
}

footer a {
    font-family: "Akkurat Pro Regular", Arial, sans-serif;
    color: #fff;
    text-decoration: underline
}

footer a:hover {
    text-decoration: none
}

.footer-content {
    width: 21.64948%;
    display: inline-block;
    margin-right: 5.46392%;
    position: relative;
    vertical-align: top
}

.footer-content:nth-of-type(1) img:not(.png) {
    width: 100%
}

.footer-content:nth-of-type(2) {
    width: 25.7732%
}

.footer-content:nth-of-type(3) p {
    line-height: 1.6em
}

.footer-content:nth-of-type(4) {
    width: 10.30928%;
    margin-right: 0
}

.footer-content:nth-of-type(4) li a {
    display: inline-block;
    line-height: 1.3em
}

.footer-content p {
    margin-top: 0
}

.footer-content strong {
    font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
    font-weight: 400
}

.footer-content .footer-icon {
    height: 29px;
    width: 18px;
    left: -25px;
    margin-top: .5em
}

.footer-content img {
    margin-bottom: 1rem;
    max-width: 170px
}

.footer-content.contact ul {
    margin: 1rem 0 1rem 2rem;
    position: relative
}

.footer-content.contact ul li {
    line-height: 1.5em;
    padding-bottom: .4rem
}

.footer-content.contact ul li.footer-pin-icon {
    background: url(https://common.northwestern.edu/v8/css/images/icons/pin-drop.svg) 0 0/18px 24px no-repeat;
    position: absolute;
    top: 2px;
    left: -2rem;
    height: 24px;
    width: 18px
}

.footer-content.contact ul li.footer-phone-icon {
    background: url(https://common.northwestern.edu/v8/css/images/icons/mobile-phone.svg) 0 0/18px 24px no-repeat;
    position: absolute;
    top: 2px;
    left: -2rem;
    height: 24px;
    width: 18px
}

.footer-content.contact ul li.footer-email-icon {
    background: url(https://common.northwestern.edu/v8/css/images/icons/email.svg) 0 0/18px 24px no-repeat;
    position: absolute;
    top: 2px;
    left: -2.2rem;
    height: 24px;
    width: 18px
}

.social {
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    margin: 4px;
    width: 39px;
    height: 39px;
    font-size: 0;
    text-indent: -9999px;
    background: url(https://common.northwestern.edu/v8/css/images/icons/social-media-icons.svg) #fff;
    transition: background .3s;
    border: 1px solid #fff
}

.social:hover {
    background-color: #b6acd1
}

.facebook {
    background-position: 0 0
}

.facebook:hover {
    background-position: 0 -39px
}

.twitter {
    background-position: -39px 0
}

.twitter:hover {
    background-position: -39px -39px
}

.instagram {
    background-position: -78px 0
}

.instagram:hover {
    background-position: -78px -39px
}

.rss {
    background-position: -117px 0
}

.rss:hover {
    background-position: -117px -39px
}

.youtube {
    background-position: -156px 0
}

.youtube:hover {
    background-position: -156px -39px
}

.tumblr {
    background-position: -195px 0
}

.tumblr:hover {
    background-position: -195px -39px
}

.wordpress {
    background-position: -234px 0
}

.wordpress:hover {
    background-position: -234px -39px
}

.futurity {
    background-position: -273px 0
}

.futurity:hover {
    background-position: -273px -39px
}

.vimeo {
    background-position: -312px 0
}

.vimeo:hover {
    background-position: -312px -39px
}

.linkedin {
    background-position: -351px 0
}

.linkedin:hover {
    background-position: -351px -39px
}

.google-plus {
    background-position: -390px 0
}

.google-plus:hover {
    background-position: -390px -39px
}

.google-groups {
    background-position: -429px 0
}

.google-groups:hover {
    background-position: -429px -39px
}

.blog {
    background-position: -468px 0
}

.blog:hover {
    background-position: -468px -39px
}

.github {
    background-position: -507px 0
}

.github:hover {
    background-position: -507px -39px
}

.flickr {
    background-position: -546px 0
}

.flickr:hover {
    background-position: -546px -39px
}

.storify {
    background-position: -585px 0
}

.storify:hover {
    background-position: -585px -39px
}

.pinterest {
    background-position: -624px 0
}

.pinterest:hover {
    background-position: -624px -39px
}

.we-will {
    background-position: -663px 0
}

.we-will:hover {
    background-position: -663px -39px
}

@media screen and (max-width:1140px) {
    footer {
        padding: 3rem 1rem
    }
}

@media screen and (max-width:820px) {
    .footer-content {
        width: 40%;
        margin-bottom: 1rem;
        margin-right: 1rem
    }
    .footer-content:nth-of-type(2),
    .footer-content:nth-of-type(4) {
        margin-left: 2rem;
        width: 40%
    }
}

@media screen and (max-width:550px) {
    footer {
        font-size: 14px;
        line-height: 1.8em
    }
    .footer-content {
        width: 100%;
        display: block;
        margin-bottom: 2rem
    }
    .footer-content:nth-of-type(2),
    .footer-content:nth-of-type(4) {
        margin-left: 0;
        width: 100%
    }
    .footer-pin-icon {
        top: .5em
    }
}

#tabs {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center
}

#tabs li {
    background: 0 0;
    margin: 0 .3rem 0 0;
    padding: 0;
    display: inline;
    vertical-align: middle
}

#tabs li:last-child {
    margin: 0
}

#tabs li a {
    font: 21px "Akkurat Pro Regular", Arial, sans-serif;
    color: #716c6b;
    padding: .5rem .7rem;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

#tabs li a:hover {
    text-decoration: none;
    background: #716c6b;
    color: #fff
}

#tabs li a.active {
    background: #716c6b;
    color: #fff
}

.standard-page #tabs {
    text-align: left
}

#tab-content {
    border-top: 3px solid #716c6b;
    margin: 0 0 3rem
}

#tab-content .row {
    border-bottom: 3px solid #f0f0f0;
    padding: 2rem 0
}

#tab-content .headings {
    display: table-cell;
    width: 32.14286%;
    padding-right: 1rem
}

#tab-content .headings h4 {
    font: 30px "Poppins Bold", Impact, sans-serif;
    color: #4e2a84
}

#tab-content .headings h4 span {
    display: block;
    color: #b6acd1
}

#tab-content .contents {
    display: table-cell;
    width: 66.07143%
}

#tab-content .contents .callout {
    background: #836eaa;
    padding: .1rem 1rem;
    margin: 0 0 1rem 2rem;
    width: 266px;
    font: 24px "Poppins Light", Tahoma, sans-serif;
    color: #fff;
    float: right
}

#tab-content .contents .callout a {
    text-decoration: underline;
    font-family: "Poppins Light", Tahoma, sans-serif;
    color: #fff
}

#tab-content .contents .callout h4 {
    font: 16px "Akkurat Pro Bold", "Arial Black", sans-serif;
    padding-top: 1rem;
    margin-bottom: 0;
    color: #fff
}

#tab-content .contents .callout h4+p {
    margin: .5rem 0
}

@media screen and (max-width:1150px) {
    .tabs li a {
        font-size: 18px
    }
}

@media screen and (max-width:1000px) {
    .tab-left-side .img {
        float: none
    }
}

@media screen and (max-width:850px) {
    #tab-content .contents .callout {
        float: none;
        margin: 1em 0;
        width: 100%
    }
}

@media screen and (max-width:550px) {
    #tab-content .contents,
    #tab-content .headings {
        width: 100%;
        display: block
    }
    #tab-content .contents .callout,
    #tab-content .headings .callout {
        font-size: 18px
    }
    #tab-content .contents h3,
    #tab-content .headings h3 {
        font-size: 26px
    }
}

.hero {
    width: 100%;
    display: table
}

.hero.mobile-hero .mobile-hero-text {
    display: none
}

.hero .hero-image {
    text-align: center;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    position: relative;
    padding: 0 1rem
}

.hero .hero-image:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .45) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, .45)));
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .45) 100%);
    background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .45) 100%);
    background: -ms-linear-gradient(top, transparent 0, rgba(0, 0, 0, .45) 100%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .45) 100%)
}

.hero h2 {
    font: 24px "Poppins Extra Bold", Impact, sans-serif;
    color: #fff;
    text-shadow: 2px 2px 0 #000;
    margin-bottom: 1.5em;
    position: relative
}

.hero h2:after,
.hero h2:before {
    background: url(https://common.northwestern.edu/v8/css/images/icons/ltpurple-slash.svg) 50%/17px 21px no-repeat;
    padding: 0 1.5rem;
    content: " "
}

.hero p {
    font: 60px/1.2em "Poppins Bold", Impact, sans-serif;
    color: #fff;
    text-shadow: 2px 2px 0 #000;
    margin: 0 0 1rem;
    position: relative
}

.landing-page .hero .hero-image {
    height: 600px
}

.landing-page .hero .hero-image.in-page {
    height: 540px
}

.landing-page .hero .hero-image.in-page h3 {
    font: 24px "Poppins Extra Bold", Impact, sans-serif;
    color: #fff;
    text-shadow: 2px 2px 0 #000;
    margin-bottom: 1.5em;
    position: relative
}

.landing-page .hero .hero-image.in-page h3:after,
.landing-page .hero .hero-image.in-page h3:before {
    background: url(https://common.northwestern.edu/v8/css/images/icons/ltpurple-slash.svg) 50%/17px 21px no-repeat;
    padding: 0 1.5rem;
    content: " "
}

.landing-page .hero .hero-image h2 {
    color: #fff
}

.landing-page .hero .hero-image h2:after,
.landing-page .hero .hero-image h2:before {
    background: url(https://common.northwestern.edu/v8/css/images/icons/ltpurple-slash.svg) 50%/17px 21px no-repeat
}

.landing-page .hero.news-hero .hero-image {
    vertical-align: bottom!important;
    padding-bottom: 2.5rem
}

.landing-page .small-hero .hero-image,
.standard-page .hero .hero-image {
    height: 420px
}

.standard-page .hero .hero-image.tiny-hero-image {
    height: 190px
}

.standard-page .hero .hero-image.tiny-hero-image h2 {
    margin-bottom: 0
}

@media screen and (max-width:1000px) {
    .hero p {
        font-size: 48px
    }
}

@media screen and (max-width:768px) {
    .landing-page .hero.mobile-hero .hero-image,
    .standard-page .hero.mobile-hero .hero-image {
        display: block;
        height: 300px
    }
    .landing-page .hero.mobile-hero .hero-image div,
    .standard-page .hero.mobile-hero .hero-image div {
        display: none
    }
    .landing-page .hero.mobile-hero .mobile-hero-text,
    .standard-page .hero.mobile-hero .mobile-hero-text {
        display: block;
        text-align: center;
        background: #342f2e;
        padding: 2rem 1em
    }
    .landing-page .hero.mobile-hero .mobile-hero-text h2,
    .standard-page .hero.mobile-hero .mobile-hero-text h2 {
        font-size: 24px;
        text-shadow: none;
        margin-bottom: 0
    }
    .landing-page .hero.mobile-hero .mobile-hero-text h2+.button,
    .landing-page .hero.mobile-hero .mobile-hero-text h2+p,
    .standard-page .hero.mobile-hero .mobile-hero-text h2+.button,
    .standard-page .hero.mobile-hero .mobile-hero-text h2+p {
        margin-top: 1rem
    }
    .landing-page .hero.mobile-hero .mobile-hero-text p,
    .standard-page .hero.mobile-hero .mobile-hero-text p {
        text-shadow: none;
        font-size: 48px;
        padding:0 1rem;
    }
    .landing-page .standard-page .hero-image.big-hero-image,
    .standard-page .standard-page .hero-image.big-hero-image {
        height: 350px
    }
    .landing-page .standard-page.m-hide-hero,
    .standard-page .standard-page.m-hide-hero {
        display: none
    }
}

@media screen and (max-width:480px) {
    .landing-page .hero .hero-image,
    .standard-page .hero .hero-image {
        height: 400px
    }
    .landing-page .hero .hero-image.big-hero-image,
    .standard-page .hero .hero-image.big-hero-image {
        display: none
    }
    .landing-page .hero .hero-image.in-page,
    .standard-page .hero .hero-image.in-page {
        height: 400px
    }
    .landing-page .hero .hero-image.in-page h3,
    .standard-page .hero .hero-image.in-page h3 {
        font-size: 20px;
        margin-bottom: 1rem
    }
    .landing-page .hero .hero-image.in-page h3:after,
    .landing-page .hero .hero-image.in-page h3:before,
    .standard-page .hero .hero-image.in-page h3:after,
    .standard-page .hero .hero-image.in-page h3:before {
        background: 0 0;
        padding: 0
    }
    .landing-page .hero h2,
    .standard-page .hero h2 {
        font-size: 20px;
        margin-bottom: 1rem
    }
    .landing-page .hero h2:after,
    .landing-page .hero h2:before,
    .standard-page .hero h2:after,
    .standard-page .hero h2:before {
        background: 0 0;
        padding: 0
    }
    .landing-page .hero p,
    .standard-page .hero p {
        font-size: 28px
    }
    .landing-page .hero.mobile-hero .hero-image,
    .standard-page .hero.mobile-hero .hero-image {
        height: 200px
    }
    .landing-page .hero.mobile-hero .mobile-hero-text,
    .standard-page .hero.mobile-hero .mobile-hero-text {
        padding: 1em 0
    }
    .landing-page .hero.mobile-hero .mobile-hero-text h2,
    .standard-page .hero.mobile-hero .mobile-hero-text h2 {
        font-size: 20px
    }
    .landing-page .hero.mobile-hero .mobile-hero-text p,
    .standard-page .hero.mobile-hero .mobile-hero-text p {
        font-size: 28px
    }
    .standard-page .hero.smaller-hero .hero-image {
        height: 190px
    }
}

.standard-page #main-content {
    min-height: 300px;
    margin-bottom: 5rem
}

.standard-page .content {
    width: 74.64286%;
    float: right;
    margin-bottom: 3rem
}

.standard-page .content-full {
    width: 100%
}

.standard-page ol+h3,
.standard-page p+h3,
.standard-page ul+h3 {
    margin-top: 2.5rem
}

.standard-page ol+h4,
.standard-page ol+h5,
.standard-page ol+h6,
.standard-page ul+h4,
.standard-page ul+h5,
.standard-page ul+h6 {
    margin-top: 2rem
}

.standard-page p+h4,
.standard-page p+h6 {
    margin-top: 2.5rem
}

.standard-page #page {
    margin: 2rem auto 0;
    max-width: 1120px
}

.standard-page #page section {
    margin-bottom: 5rem
}

.standard-page #sidebar {
    width: 31.10048%;
    float: right;
    margin: 0 0 2rem 2rem
}

.standard-page #sidebar .box {
    background: #e4e0ee;
    padding: 1rem;
    margin-bottom: 2rem;
    font-size: 14px;
    line-height: 1.4em
}

.standard-page #sidebar .box h3 {
    font: 18px/1.2em "Poppins Bold", Impact, sans-serif;
    color: #342f2e
}

.standard-page #sidebar .box h4 {
    font: 16px/1.2em "Akkurat Pro Bold", "Arial Black", sans-serif;
    color: #342f2e;
    margin-top: inherit
}

.standard-page #sidebar .box ul {
    margin: 1em 0 .5em
}

.standard-page #sidebar .box ul li {
    background-position: 0 .3em
}

.standard-page .pagination {
    margin: 2.5em 0 2em;
    padding-left: 0
}

.standard-page .pagination li {
    display: inline;
    padding: 0
}

.standard-page .pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #716c6b;
    font: 16px "Akkurat Pro Bold", "Arial Black", sans-serif;
    display: inline-block;
    margin: 0 .4em .3em 0;
    padding: .5rem .8rem;
    text-decoration: none
}

.standard-page .pagination a:hover {
    background: #4e2a84;
    color: #fff
}

.standard-page .pagination .current-page a {
    background: #616161;
    color: #fff
}

.standard-page ol.steps {
    counter-reset: li;
    list-style: none;
    padding: 0;
    margin-bottom: 1em
}

.standard-page ol.steps li {
    position: relative;
    display: block;
    margin-bottom: 1em;
    padding: 1em .5em 0 5em;
    min-height: 90px
}

.standard-page ol.steps li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font: 72px "Poppins Bold", Impact, sans-serif;
    color: #4e2a84;
    margin: 0;
    padding: 0 .15em;
    text-align: center
}

@media screen and (max-width:1145px) {
    .standard-page #page {
        margin-left: 1rem;
        margin-right: 1rem
    }
}

@media screen and (max-width:970px) {
    .standard-page #page-narrow {
        margin-left: 1rem;
        margin-right: 1rem
    }
}

@media screen and (max-width:768px) {
    .standard-page .content,
    .standard-page .content-full {
        float: none;
        width: 100%
    }
    .standard-page .content h2,
    .standard-page .content-full h2 {
        font-size: 36px
    }
    .standard-page #sidebar {
        width: 39.0625%
    }
}

@media screen and (max-width:480px) {
    .standard-page .content h2,
    .standard-page .content-full h2 {
        font-size: 32px
    }
    .standard-page .content h3,
    .standard-page .content-full h3 {
        font-size: 24px
    }
    .standard-page #sidebar {
        margin-left: 0;
        width: 100%;
        float: none
    }
    .standard-page #sidebar .box {
        margin-bottom: 1rem
    }
}

.standard-page .photo-feature-2-across {
    margin-bottom: 2rem
}

.standard-page .photo-feature-2-across .photo-feature {
    width: 50%;
    float: left;
    position: relative;
    max-height: 235px
}

.standard-page .photo-feature-2-across .photo-feature img {
    display: block
}

.standard-page .photo-feature-2-across .photo-feature .back {
    display: none;
    background-color: #75619e;
    width: 100%
}

.standard-page .photo-feature-2-across .photo-feature h4 {
    font: 30px "Akkurat Pro Bold", "Arial Black", sans-serif;
    color: #fff;
    margin-bottom: -.5rem;
    text-shadow: 2px 2px 0 #000
}

.standard-page .photo-feature-2-across .photo-feature p {
    font: 16px/1.3em "Akkurat Pro Regular", Arial, sans-serif;
    text-shadow: 2px 2px 0 #000
}

.standard-page .photo-feature-2-across .photo-feature p.link {
    font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
    text-transform: uppercase
}

.standard-page .photo-feature-2-across .photo-feature p.link:after {
    background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-right-white.svg) 50%/6px 10px no-repeat;
    padding-right: 2rem;
    content: " "
}

.standard-page .photo-feature-2-across .photo-feature .back-text {
    color: #fff;
    padding: 0 2em;
    position: absolute;
    z-index: 31;
    width: 100%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.standard-page .photo-feature-2-across .photo-feature .back-text h4 {
    font: 18px "Akkurat Pro Bold", "Arial Black", sans-serif;
    color: #fff;
    margin-bottom: 1.5em;
    text-shadow: none
}

.standard-page .photo-feature-2-across .photo-feature .back-text p {
    text-shadow: none
}

.standard-page .photo-feature-2-across .photo-feature .back-text p.link {
    margin-top: 1em
}

.standard-page .photo-feature-2-across .photo-feature .text-over-image {
    color: #fff;
    padding: 0 2em;
    position: absolute;
    bottom: 1rem;
    z-index: 31
}

@media screen and (max-width:1000px) {
    .standard-page .photo-feature-2-across .photo-feature {
        width: inherit;
        max-width: 418px;
        float: none;
        margin: 0 auto
    }
    .standard-page .showcase .left-content {
        float: none;
        width: 100%
    }
    .standard-page .showcase .quote {
        display: none
    }
    .standard-page .showcase .right-content {
        float: none;
        width: 100%;
        margin: 1rem 0 2rem
    }
    .standard-page .showcase ul.three-columns {
        display: none
    }
}

@media screen and (max-width:480px) {
    .standard-page .photo-feature-2-across .photo-feature .back-text {
        padding: 0 .5rem
    }
    .standard-page .photo-feature-2-across .photo-feature .back-text h4 {
        margin-bottom: .5rem
    }
    .standard-page .photo-feature-2-across .photo-feature .back-text p {
        font-size: 14px
    }
}

@media screen and (max-width:420px) {
    .standard-page .photo-feature-2-across .photo-feature .text-over-image {
        padding: 0 1em;
        bottom: 0
    }
    .standard-page .photo-feature-2-across .photo-feature h4 {
        font-size: 20px
    }
}

.standard-page .feature-two-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.39234%
}

.standard-page .feature-two-col .feature-box {
    width: 48.68421%;
    float: left;
    background: #f0f0f0;
    margin-left: 2.39234%;
    position: relative
}

.standard-page .feature-two-col .feature-box:first-child {
    margin-left: 0
}

.standard-page .feature-two-col .feature-box.no-button .feature-copy {
    padding-bottom: 1rem
}

.standard-page .feature-two-col .feature-box .feature-copy {
    padding: 1rem 1.5rem 4rem
}

.standard-page .feature-two-col .feature-box .feature-copy h4 {
    font: 21px "Akkurat Pro Regular", Arial, sans-serif;
    text-transform: uppercase;
    color: #342f2e
}

.standard-page .feature-two-col .feature-box .feature-copy ul {
    margin-left: 0;
    padding-left: 0
}

@media screen and (max-width:480px) {
    .standard-page .feature-two-col {
        display: inherit;
        margin-bottom: 0
    }
    .standard-page .feature-two-col .feature-box {
        width: inherit;
        max-width: 407px;
        float: none;
        background: #f0f0f0;
        margin-left: 0;
        margin-bottom: 2rem
    }
}

.standard-page .stats-callout {
    border-top: 4px solid #f0f0f0;
    border-bottom: 4px solid #f0f0f0;
    text-align: center;
    color: #4e2a84;
    padding: 2rem 0
}

.standard-page .stats-callout p {
    margin: 0 auto;
    display: table
}

.standard-page .stats-callout span {
    display: table-cell;
    vertical-align: middle
}

.standard-page .stats-callout span.big {
    font: 72px "Poppins Bold", Impact, sans-serif
}

.standard-page .stats-callout span.small {
    font: 24px "Poppins Extra Light", "Courier New", sans-serif;
    padding-left: 1rem
}

@media screen and (max-width:480px) {
    .standard-page .stats-callout span {
        display: block
    }
    .standard-page .stats-callout span.big {
        font: 48px "Poppins Bold", Impact, sans-serif
    }
}

.standard-page .alternate-photo-float {
    margin-bottom: 5rem
}

.standard-page .alternate-photo-float h4 {
    font: 30px "Akkurat Pro Regular", Arial, sans-serif;
    color: #716c6b;
    border-bottom: 4px solid #ccc;
    text-transform: none;
    padding-bottom: .5rem
}

.standard-page .alternate-photo-float .image-left,
.standard-page .alternate-photo-float .image-right,
.standard-page .alternate-photo-float .text {
    width: 43.0622%;
    max-width: 360px;
    margin-right: 2.39234%;
    float: left;
    position: relative;
    max-height: 360px
}

.standard-page .alternate-photo-float .image-left:last-child,
.standard-page .alternate-photo-float .image-right:last-child,
.standard-page .alternate-photo-float .text:last-child {
    margin-right: 0
}

.standard-page .alternate-photo-float .text {
    width: 54.42584%;
    max-width: 455px;
    margin-right: 2.39234%;
    max-height: none
}

.standard-page .alternate-photo-float .text:last-child {
    margin-right: 0
}

.standard-page .alternate-photo-float .text img {
    z-index: 30
}

@media screen and (max-width:875px) {
    .standard-page .alternate-photo-float {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        margin-bottom: 2rem
    }
    .standard-page .alternate-photo-float h4 {
        margin-top: 1rem
    }
    .standard-page .alternate-photo-float .image-left,
    .standard-page .alternate-photo-float .image-right,
    .standard-page .alternate-photo-float .text {
        width: 100%;
        float: none;
        position: relative
    }
    .standard-page .alternate-photo-float .image-left:last-child,
    .standard-page .alternate-photo-float .image-right:last-child,
    .standard-page .alternate-photo-float .text:last-child {
        margin-right: auto
    }
    .standard-page .alternate-photo-float .image-left .quote p,
    .standard-page .alternate-photo-float .image-right .quote p,
    .standard-page .alternate-photo-float .text .quote p {
        margin-top: 1em
    }
    .standard-page .alternate-photo-float .text {
        max-width: 360px
    }
    .standard-page .alternate-photo-float .image-right {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
}

@media screen and (max-width:480px) {
    .standard-page .alternate-photo-float .text .column {
        width: 100%
    }
}

@media screen and (max-width:420px) {
    .standard-page .alternate-photo-float .text ul.two-columns {
        -moz-column-count: inherit;
        -moz-column-gap: inherit;
        -webkit-column-count: inherit;
        -webkit-column-gap: inherit;
        column-count: inherit;
        column-gap: inherit
    }
}

.background-select {
    width: 100%;
    display: table;
    min-height: 300px;
    margin-bottom: 3rem;
}

.background-select .background-select-image {
    text-align: center;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    position: relative;
    padding: 2rem 1em
}

.background-select h3 {
    font: 24px "Poppins Extra Bold", Impact, sans-serif;
    color: #4e2a84;
    text-align: center;
}
.background-select h3:before{background: url(https://common.northwestern.edu/v8/css/images/icons/grey-slash.svg) 50%/17px 21px no-repeat;
    padding: 0 20px;
    content: " ";}
.background-select h3:after{background: url(https://common.northwestern.edu/v8/css/images/icons/grey-slash.svg) 50%/17px 21px no-repeat;
    padding: 0 20px;
    content: " ";}

.background-select p {
    margin-bottom: 3rem
}

.background-select .select-date {
    font: 18px "Poppins Bold", Impact, sans-serif;
    text-transform: uppercase;
    margin-bottom: 0
}

@media screen and (max-width:480px) {
    .background-select h3 {
        font-size: 28px
    }
}
.background-select p.subhead{color: #4e2a84; font: 46px/1.2em "Poppins Light", Tahoma, sans-serif; margin-bottom: 1rem;}

.background-select.purple-slashes{color:#fff;}
.background-select h3.h3-headline{color:#fff; font: 42px "Poppins Light", Tahoma, sans-serif; margin-bottom: 1rem}
.background-select h3.h3-headline:before, .background-select h3.h3-headline:after{background:none; padding:0;}
.background-select.purple-slashes p{font-size:18px;}
.background-select.purple-slashes p.subhead{color:#fff;}

.standard-page .showcase .left-content .swiper-container {
    max-width: 550px;
    margin: 0
}

.standard-page .showcase .caption {
    font: 14px "Akkurat Pro Italic", Arial, sans-serif;
    margin: 0;
    position: absolute;
    bottom: .5rem;
    padding: .5rem;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    width: 100%
}

.standard-page .showcase .caption strong {
    font-family: "Akkurat Pro Bold Italic", "Arial Black", sans-serif
}

.standard-page .showcase .swiper-button-next,
.standard-page .showcase .swiper-button-prev {
    width: 35px;
    height: 35px;
    -moz-background-size: 35px 35px;
    -webkit-background-size: 35px 35px;
    background-size: 35px 35px
}

.standard-page .showcase .swiper-button-prev {
    background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-right-purple-white.svg) no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 10px;
    right: auto
}

.standard-page .showcase .swiper-button-next {
    background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-right-purple-white.svg) no-repeat;
    right: 10px;
    left: auto
}

.standard-page .showcase p+h4 {
    margin: 1.5rem 0 .5rem
}

.standard-page .showcase .left-content {
    width: 65.78947%;
    float: left
}

.standard-page .showcase .right-content {
    width: 29.90431%;
    float: left;
    margin-left: 4.1866%
}

.standard-page .showcase .quote {
    float: left;
    width: 265px;
    margin: 0 2rem 1rem 0;
    line-height: 1.4em
}

.standard-page .showcase .stat-list {
    font: 24px "Poppins Extra Light", "Courier New", sans-serif;
    color: #4e2a84
}

.standard-page .showcase .stat-list strong {
    font: 72px/1em "Poppins Bold", Impact, sans-serif;
    color: #4e2a84;
    display: block
}

.standard-page .showcase .stat-list ul {
    margin: 0 0 2rem;
    padding: 1.5rem 0 0;
    border-top: 4px solid #f0f0f0;
    color: #716c6b
}

.standard-page .showcase .stat-list ul.no-border {
    border-top: none;
    padding-top: 0
}

.standard-page .showcase .stat-list ul li {
    background: 0 0;
    padding: 0
}

.standard-page .showcase .stat-list ul li:first-child {
    font: 30px/1.2em "Poppins Bold", Impact, sans-serif;
    color: #4e2a84;
    margin-bottom: .5rem
}

.standard-page .showcase .stat-list ul.bullet {
    margin: 0 0 -2rem;
    padding: inherit
}

.standard-page .showcase .stat-list ul.bullet li {
    background: url(https://common.northwestern.edu/v8/css/images/icons/bullet.png) 0 .5rem no-repeat;
    padding: 0 0 .5rem 1em;
    font-size: 20px
}

.standard-page .showcase .stat-list ul.bullet li:first-child {
    font: 26px/1.2em "Poppins Bold", Impact, sans-serif;
    color: #4e2a84;
    margin-bottom: .5rem;
    background: 0 0;
    padding: 1rem 0
}

.standard-page .showcase .links p {
    font: 18px "Akkurat Pro Bold", "Arial Black", sans-serif;
    color: #716c6b;
    border-bottom: 4px solid #f0f0f0;
    padding-bottom: .5rem
}

.standard-page .showcase .links ul {
    padding: 0;
    margin: 0
}

.standard-page .showcase .links ul li {
    font: 16px "Akkurat Pro Bold", "Arial Black", sans-serif;
    background: 0 0;
    padding: 0;
    margin-bottom: 1rem
}

.standard-page .showcase .links ul li:after {
    background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-right-dkpurple.svg) 50%/6px 10px no-repeat;
    padding-right: 2rem;
    content: " "
}

@media screen and (max-width:1145px) {
    .standard-page .showcase .stat-list strong {
        font-size: 54px
    }
}

@media screen and (max-width:1000px) {
    .standard-page .showcase .left-content {
        float: none;
        width: 100%
    }
    .standard-page .showcase .quote {
        display: none
    }
    .standard-page .showcase .right-content {
        float: none;
        width: 100%;
        margin: 1rem 0 2rem
    }
    .standard-page .showcase ul.three-columns {
        display: none
    }
}

@media screen and (max-width:600px) {
    .standard-page .showcase .caption {
        position: relative;
        background: #836eaa;
        bottom: .6rem
    }
    .standard-page .showcase .swiper-button-next,
    .standard-page .showcase .swiper-button-prev {
        width: 25px;
        height: 25px;
        -moz-background-size: 25px 25px;
        -webkit-background-size: 25px 25px;
        background-size: 25px 25px;
        margin-top: -2rem
    }
}

.standard-page .quote {
    font: 24px/1.2em "Poppins Light", Tahoma, sans-serif;
    color: #4e2a84;
    margin-bottom: .5em
}

.standard-page .quote span {
    background: url(https://common.northwestern.edu/v8/css/images/icons/quote.png) no-repeat;
    width: 35px;
    height: 24px;
    display: inline-block;
    margin-right: .5rem
}

.standard-page .quote p {
    margin-top: 0
}

.standard-page .quote figcaption {
    font: 16px/1.4em "Akkurat Pro Regular", Arial, sans-serif;
    color: #716c6b
}

@media screen and (max-width:1145px) {
    .standard-page .quote {
        font-size: 20px
    }
}

@media screen and (max-width:900px) {
    .standard-page .quote {
        font-size: 18px
    }
}

.standard-page .people-big,
.standard-page .people-medium,
.standard-page .people-small {
    margin: 1rem 0 2rem
}

.standard-page .people-big>p:first-of-type,
.standard-page .people-medium>p:first-of-type,
.standard-page .people-small>p:first-of-type {
    margin-top: 0
}

.standard-page .people-big .people-wrap.no-image .people-image,
.standard-page .people-medium .people-wrap.no-image .people-image,
.standard-page .people-small .people-wrap.no-image .people-image {
    display: none
}

.standard-page .people-big .people-wrap.no-image .people-content,
.standard-page .people-medium .people-wrap.no-image .people-content,
.standard-page .people-small .people-wrap.no-image .people-content {
    width: 100%
}

.standard-page .people-big .people-image,
.standard-page .people-medium .people-image,
.standard-page .people-small .people-image {
    float: left;
    margin-right: 2.39234%;
    margin-bottom: .5rem
}

.standard-page .people-big .people-content,
.standard-page .people-medium .people-content,
.standard-page .people-small .people-content {
    float: right
}

.standard-page .people-big .people-content h3,
.standard-page .people-big .people-content h4,
.standard-page .people-medium .people-content h3,
.standard-page .people-medium .people-content h4,
.standard-page .people-small .people-content h3,
.standard-page .people-small .people-content h4 {
    font: 24px/1.2em "Poppins Bold", Impact, sans-serif;
    color: #716c6b;
    margin-bottom: 0
}

.standard-page .people-big .people-content .title,
.standard-page .people-medium .people-content .title,
.standard-page .people-small .people-content .title {
    font: 18px/1.2em "Akkurat Pro Bold", "Arial Black", sans-serif;
    margin-top: 0
}

.standard-page .people-big .people-image {
    width: 43.0622%
}

.standard-page .people-big .people-content {
    width: 54.54545%
}

.standard-page .people-medium .people-image {
    width: 31.69856%
}

.standard-page .people-medium .people-content {
    width: 65.90909%
}

.standard-page .people-small .people-image {
    width: 20.33493%
}

.standard-page .people-small .people-content {
    width: 77.27273%
}

@media screen and (max-width:600px) {
    .standard-page .people-big .people-content,
    .standard-page .people-big .people-image {
        float: none;
        width: 100%
    }
}

@media screen and (max-width:540px) {
    .standard-page .people-medium .people-content,
    .standard-page .people-medium .people-image,
    .standard-page .people-small .people-content,
    .standard-page .people-small .people-image {
        float: none;
        width: 100%
    }
}

.standard-page .news {
    margin: 2rem 0
}

.standard-page .news img {
    float: left;
    margin: 0 1rem 1rem 0
}

.standard-page .news h4.news-title {
    font: 18px/1.3em "Akkurat Pro Bold", "Arial Black", sans-serif;
    margin-bottom: .5rem
}

.standard-page .news .news-date {
    font: 14px/1.4em "Akkurat Pro Bold", "Arial Black", sans-serif;
    color: #342f2e
}

.standard-page .news .news-description {
    margin-top: .5rem
}

.standard-page .event {
    position: relative;
    min-height: 100px;
    margin-bottom: 1rem;
    margin-top:3rem;
}

.standard-page .event .event-date {
    position: absolute;
    text-align: center;
    top: 0;
    width: 90px;
    padding: .25rem;
    background: #4e2a84;
    font-family: "Poppins Bold", Impact, sans-serif;
    color: #fff;
    float: left
}

.standard-page .event .event-date .month,
.standard-page .event .event-date year {
    font-size: 14px
}

.standard-page .event .event-date .day {
    font-size: 36px
}

.standard-page .event .event-time-location {
    font: 14px/1.4em "Akkurat Pro Bold", "Arial Black", sans-serif;
    color: #342f2e;
    margin-bottom: .5rem
}

.standard-page .event .event-description {
    margin-left: 105px
}

.standard-page .event .event-description h4 {
    font: 18px/1.3em "Akkurat Pro Bold", "Arial Black", sans-serif;
    margin-bottom: 0
}

.standard-page .event .event-description>p {
    margin-top: .5rem
}

@media screen and (max-width:420px) {
    .standard-page .news img {
        float: none;
        margin: 0 0 1rem
    }
}

.standard-page .plus-section {
    margin: 2rem 0;
    padding-bottom: 1rem;
    border-bottom: 4px solid #f0f0f0
}

.standard-page .plus-section:last-of-type {
    border-bottom: none
}

.standard-page .plus-section .left-side {
    float: left;
    width: 50%
}

.standard-page .plus-section .right-side {
    float: right;
    width: 43.66029%
}

@media screen and (max-width:600px) {
    .standard-page .plus-section .left-side,
    .standard-page .plus-section .right-side {
        width: 100%;
        float: none
    }
}

.standard-page .two-column-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2rem 0
}

.standard-page .two-column-links article {
    width: 47.84689%;
    margin-bottom: 2rem
}

.standard-page .two-column-links article:nth-child(even) {
    margin-left: 4.30622%
}

.standard-page .two-column-links article img {
    margin-bottom: .5rem
}

.standard-page .two-column-links article h4 {
    font: 26px "Akkurat Pro Regular", Arial, sans-serif;
    color: #716c6b;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    border-bottom: 4px solid #ccc
}

.standard-page .two-column-links article ul {
    margin: 0;
    padding: 0
}

@media screen and (max-width:600px) {
    .standard-page .two-column-links article {
        float: none;
        width: 100%
    }
    .standard-page .two-column-links article:nth-child(even) {
        margin-left: 0
    }
}

.expander1 {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin: 2rem 0
}

.expander1 h3>a,
.expander1 h4>a {
    background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-right-dkpurple.svg) .5rem center/8px 16px no-repeat;
    padding: .5em 0 .5rem 2rem
}

.expander1 h3.open a,
.expander1 h4.open a {
    background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-down-dkpurple.svg) .3rem center/16px 8px no-repeat
}

.expander2 {
    border: 1px solid #f0f0f0;
    margin: 2rem 0
}

.expander2 h3>a,
.expander2 h4>a {
    background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-right-dkpurple.svg) .5rem center/8px 16px no-repeat;
    padding: .5em 0 .5rem 2rem
}

.expander2 h3.open a,
.expander2 h4.open a {
    background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-down-dkpurple.svg) .3rem center/16px 8px no-repeat
}

.expander2 h3 span,
.expander2 h4 span {
    float: right;
    border-right: 1px solid #f0f0f0;
    padding-right: .5rem
}

.expander3 {
    margin: 2rem 0
}

.expander3 h3,
.expander3 h4 {
    background: #4e2a84
}

.expander3 h3>a,
.expander3 h4>a {
    background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-right-white.svg) right 1rem center/12px 18px no-repeat;
    padding: .5em 3rem .5rem 1rem;
    color: #fff
}

.expander3 h3.open a,
.expander3 h4.open a {
    background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-down-white.svg) right 1rem center/18px 12px no-repeat
}

.expander h3,
.expander h4 {
    margin: 0;
    font-size: 18px;
    line-height: inherit;
    border-top: 1px solid #f0f0f0
}

.expander h3:first-of-type,
.expander h4:first-of-type {
    border-top: none
}

.expander h3>a,
.expander h4>a {
    display: block;
    margin: 0
}

.expander>div {
    margin: 1rem 2rem
}

.expander>div h4 {
    color: #716c6b;
    font: 26px/1.2em "Akkurat Pro Regular", Arial, sans-serif;
    margin-bottom: 1rem;
    background: 0 0
}

@media screen and (max-width:480px) {
    .content .expander h3,
    .content .expander1 h3,
    .content .expander2 h3,
    .content .expander3 h3 {
        font-size: 18px
    }
}

.narrow-page #page {
    margin: 2rem auto 0;
    max-width: 930px
}

.narrow-page #news-story .wrap,
.narrow-page #news-story h2 {
    margin-bottom: 1.5rem
}

.narrow-page #news-story .wrap #credit {
    font: 16px/1.4em "Poppins Bold", Impact, sans-serif;
    color: #342f2e;
    width: 69.35484%
}

.narrow-page #news-story .wrap #share {
    float: right;
    width: 28.49462%
}

.narrow-page #news-story #story-floater {
    float: right;
    width: 28.49462%;
    margin-left: 2.15054%;
    margin-bottom: 2.15054%
}

.narrow-page #news-story #story-floater figure+.news-tidbit {
    margin-top: 2rem
}

.narrow-page #news-story #story-floater #story-callout {
    border-top: 4px solid #f0f0f0;
    border-bottom: 4px solid #f0f0f0;
    padding: 1.5rem 0;
    font: 20px "Poppins Light", Tahoma, sans-serif;
    color: #4e2a84
}

@media screen and (max-width:970px) {
    .narrow-page #page {
        margin-left: 1rem;
        margin-right: 1rem
    }
}

@media screen and (max-width:768px) {
    .narrow-page #news-story #story-floater {
        float: none;
        width: 100%;
        padding-top: 1.5rem;
        margin-left: 0;
        margin-bottom: 1.5rem;
        border-top: 4px solid #f0f0f0
    }
    .narrow-page #news-story #story-floater .quote {
        float: none;
        width: 100%;
        font-size: 18px;
        border-bottom: 4px solid #f0f0f0
    }
    .narrow-page #news-story #story-floater #story-callout {
        display: none
    }
}

@media screen and (max-width:700px) {
    .narrow-page #news-story .wrap #share {
        float: none;
        width: 100%;
        margin-bottom: 1rem
    }
    .narrow-page #news-story .wrap #credit {
        float: none;
        width: 100%
    }
}

.standard-page .photo-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.5rem
}

.standard-page .photo-grid h3,
.standard-page .photo-grid h4 {
    font: 16px/1.5em "Akkurat Pro Bold", "Arial Black", sans-serif;
    color: #342f2e;
    margin: 1rem 0 0
}

.standard-page .photo-grid h3+p,
.standard-page .photo-grid h4+p {
    margin-top: .5rem
}

.standard-page .photo-grid p.link {
    font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
    text-transform: uppercase
}

.standard-page .photo-grid p.link:after {
    background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-right-dkpurple.svg) .8em 3px/5px 8px no-repeat;
    padding-right: 3rem;
    content: " "
}

.standard-page .photo-grid.two-grid article,
.standard-page .photo-grid.two-grid div {
    width: 48.80383%;
    margin-right: 2.39234%;
    margin-bottom: 20px;
    float: left;
    line-height: 1.5rem
}

.standard-page .photo-grid.two-grid article:nth-of-type(2n+2),
.standard-page .photo-grid.two-grid div:nth-of-type(2n+2) {
    margin-right: 0
}

.standard-page .photo-grid.three-grid article,
.standard-page .photo-grid.three-grid div {
    width: 31.69856%;
    margin-right: 2.39234%;
    margin-bottom: 20px;
    float: left;
    line-height: 1.5rem
}

.standard-page .photo-grid.three-grid article:nth-of-type(3n+3),
.standard-page .photo-grid.three-grid div:nth-of-type(3n+3) {
    margin-right: 0
}

.standard-page .photo-grid.four-grid article {
    width: 23.66071%;
    margin-right: 1.78571%;
    margin-bottom: 20px;
    float: left;
    line-height: 1.5rem
}

.standard-page .photo-grid.four-grid article:nth-of-type(4n+4) {
    margin-right: 0
}

@media screen and (max-width:900px) {
    .standard-page .photo-grid.three-grid article,
    .standard-page .photo-grid.three-grid div {
        width: 48.5%;
        max-width: 265px;
        margin-right: 3%
    }
    .standard-page .photo-grid.three-grid article:nth-of-type(3n+3),
    .standard-page .photo-grid.three-grid div:nth-of-type(3n+3) {
        margin-right: 3%
    }
    .standard-page .photo-grid.three-grid article:nth-of-type(2n+2),
    .standard-page .photo-grid.three-grid div:nth-of-type(2n+2) {
        margin-right: 0
    }
}

@media screen and (max-width:768px) {
    .standard-page .photo-grid .two-grid article,
    .standard-page .photo-grid .two-grid div,
    .standard-page .photo-grid.four-grid article,
    .standard-page .photo-grid.four-grid div {
        width: 48.5%;
        margin-right: 3%
    }
    .standard-page .photo-grid .two-grid article:nth-of-type(2n+2),
    .standard-page .photo-grid .two-grid div:nth-of-type(2n+2),
    .standard-page .photo-grid.four-grid article:nth-of-type(2n+2),
    .standard-page .photo-grid.four-grid div:nth-of-type(2n+2) {
        margin-right: 0
    }
}

@media screen and (max-width:475px) {
    .standard-page .photo-grid.four-grid article,
    .standard-page .photo-grid.four-grid div,
    .standard-page .photo-grid.three-grid article,
    .standard-page .photo-grid.three-grid div,
    .standard-page .photo-grid.two-grid article,
    .standard-page .photo-grid.two-grid div {
        width: 100%
    }
}

.landing-page section {
    margin-bottom: 5rem
}

.landing-page section.no-bottom-margin {
    margin-bottom: 0
}

.landing-page #back-to-top {
    margin-bottom: 2rem
}

.landing-page #page {
    margin: 0 auto;
    max-width: 1440px
}

.landing-page .content {
    font-size: 16px;
    line-height: 1.7em;
    width: 100%
}

.landing-page .content h3 {
    font: 24px "Poppins Extra Bold", Impact, sans-serif;
    color: #4e2a84;
    text-align: center
}

.landing-page .content h3:before {
    background: url(https://common.northwestern.edu/v8/css/images/icons/grey-slash.svg) 50%/17px 21px no-repeat;
    padding: 0 20px;
    content: " "
}

.landing-page .content h3:after {
    background: url(https://common.northwestern.edu/v8/css/images/icons/grey-slash.svg) 50%/17px 21px no-repeat;
    padding: 0 20px;
    content: " "
}

.landing-page .content p.subhead {
    color: #4e2a84;
    font: 46px/1.2em "Poppins Light", Tahoma, sans-serif;
    margin-bottom: 1rem
}

.landing-page .content .section-top {
    margin-bottom: 3rem;
    text-align: center
}

.landing-page .content .section-top h3 {
    margin-bottom: 4rem
}

.landing-page .content .section-top h3+p {
    margin-top: -2rem
}

.landing-page .center-list {
    list-style: none;
    margin: 2rem 0 0;
    padding: 0;
    text-align: center
}

.landing-page .center-list li {
    background: 0 0;
    display: inline;
    margin: 0;
    padding: 0
}

@media screen and (max-width:480px) {
    .landing-page section {
        margin-bottom: 2.5rem
    }
    .landing-page .content .background-select h3,
    .landing-page .content .in-page h3,
    .landing-page .content .large-feature-wrap h3,
    .landing-page .content .section-top h3 {
        font: 20px "Poppins Extra Bold", Impact, sans-serif;
        margin-bottom: 1rem
    }
    .landing-page .content .background-select h3+p,
    .landing-page .content .in-page h3+p,
    .landing-page .content .large-feature-wrap h3+p,
    .landing-page .content .section-top h3+p {
        margin-top: 0
    }
    .landing-page .content .background-select h3:after,
    .landing-page .content .background-select h3:before,
    .landing-page .content .in-page h3:after,
    .landing-page .content .in-page h3:before,
    .landing-page .content .large-feature-wrap h3:after,
    .landing-page .content .large-feature-wrap h3:before,
    .landing-page .content .section-top h3:after,
    .landing-page .content .section-top h3:before {
        background: 0 0;
        padding: 0
    }
    .landing-page .content .background-select p.subhead,
    .landing-page .content .in-page p.subhead,
    .landing-page .content .large-feature-wrap p.subhead,
    .landing-page .content .section-top p.subhead {
        font-size: 28px
    }
}

.landing-page .photo-feature-2-across .photo-feature {
    width: 50%;
    float: left;
    position: relative;
    max-height: 350px
}

.landing-page .photo-feature-2-across .photo-feature img {
    display: block
}

.landing-page .photo-feature-2-across .photo-feature .back {
    display: none;
    background-color: #836eaa;
    width: 100%
}

.landing-page .photo-feature-2-across .photo-feature .text-over-image {
    color: #fff;
    padding: 0 2em;
    position: absolute;
    bottom: 1rem;
    z-index: 31;
    width: 80%
}

.landing-page .photo-feature-2-across .photo-feature .text-over-image h4 {
    font: 30px "Akkurat Pro Bold", "Arial Black", sans-serif;
    color: #fff;
    margin-bottom: -.5rem;
    text-shadow: 2px 2px 0 #000
}

.landing-page .photo-feature-2-across .photo-feature p {
    font: 16px/1.3em "Akkurat Pro Regular", Arial, sans-serif;
    text-shadow: 2px 2px 0 #000
}

.landing-page .photo-feature-2-across .photo-feature p.link {
    font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
    text-transform: uppercase
}

.landing-page .photo-feature-2-across .photo-feature p.link:after {
    background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-right-white.svg) 50%/6px 10px no-repeat;
    padding-right: 2rem;
    content: " "
}

.landing-page .photo-feature-2-across .photo-feature .back-text {
    color: #fff;
    padding: 0 2em;
    position: absolute;
    z-index: 31;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center
}

.landing-page .photo-feature-2-across .photo-feature .back-text h4 {
    font: 18px "Akkurat Pro Bold", "Arial Black", sans-serif;
    color: #fff;
    margin-bottom: 1.5em;
    text-shadow: none
}

.landing-page .photo-feature-2-across .photo-feature .back-text p {
    text-shadow: none
}

.landing-page .photo-feature-2-across .photo-feature .back-text p.link {
    margin-top: 1em
}

@media screen and (max-width:1150px) {
    .landing-page .photo-feature-2-across .photo-feature {
        width: 50%;
        max-height: 350px
    }
    .landing-page .photo-feature-2-across .photo-feature .text-over-image {
        width: 100%
    }
    .landing-page .photo-feature-2-across .photo-feature .text-over-image h4 {
        font-size: 26px
    }
    .landing-page .photo-feature-2-across .photo-feature .text-over-image h4.campton {
        font-size: 30px
    }
}

@media screen and (max-width:875px) {
    .landing-page .photo-feature-2-across .photo-feature {
        width: inherit;
        max-width: 720px;
        float: none;
        margin: 0 auto
    }
}

@media screen and (max-width:768px) {
    .landing-page .photo-feature-2-across .photo-feature .text-over-image {
        width: 100%
    }
    .landing-page .photo-feature-2-across .photo-feature .text-over-image h4 {
        font-size: 24px
    }
    .landing-page .photo-feature-2-across .photo-feature .text-over-image h4.campton {
        font-size: 30px
    }
    .landing-page .photo-feature-2-across .photo-feature .text-over-image p {
        display: none
    }
    .landing-page .photo-feature-2-across .photo-feature .text-over-image p.link {
        display: block
    }
}

@media screen and (max-width:480px) {
    .landing-page .photo-feature-2-across h4.campton {
        font-size: 30px
    }
}

@media screen and (max-width:420px) {
    .landing-page .photo-feature-2-across .photo-feature .text-over-image {
        padding: 0 1em;
        bottom: 0
    }
    .landing-page .photo-feature-2-across .photo-feature .text-over-image h4 {
        font-size: 20px
    }
    .landing-page .photo-feature-2-across .photo-feature .text-over-image h4.campton {
        font-size: 24px
    }
}

@media screen and (max-width:1150px) {
    .landing-page .photo-feature-3-across .photo-feature .text-over-image {
        padding: 0 1em
    }
    .landing-page .photo-feature-3-across .photo-feature .text-over-image h4 {
        font-size: 26px
    }
    .landing-page .photo-feature-3-across .photo-feature .back-text {
        padding: 0 1em
    }
}

@media screen and (max-width:960px) {
    .landing-page .photo-feature-3-across .photo-feature {
        width: 50%
    }
}

@media screen and (max-width:800px) {
    .landing-page .photo-feature-3-across .photo-feature {
        width: inherit;
        max-width: 480px;
        float: none;
        margin: 0 auto
    }
}

@media screen and (max-width:768px) {
    .landing-page .photo-feature-3-across .photo-feature {
        width: inherit;
        max-width: 480px;
        margin: 0 auto;
        float: none
    }
    .landing-page .photo-feature-3-across .photo-feature .text-over-image {
        width: 100%
    }
    .landing-page .photo-feature-3-across .photo-feature .text-over-image h4 {
        font-size: 24px
    }
    .landing-page .photo-feature-3-across .photo-feature .text-over-image h4.campton {
        font-size: 30px
    }
    .landing-page .photo-feature-3-across .photo-feature .text-over-image p {
        display: none
    }
    .landing-page .photo-feature-3-across .photo-feature .text-over-image p.link {
        display: block
    }
}

@media screen and (max-width:420px) {
    .landing-page .photo-feature-3-across .photo-feature .back-text {
        padding: 0 .5rem
    }
    .landing-page .photo-feature-3-across .photo-feature .back-text h3 {
        font-size: 16px;
        margin-bottom: .5rem
    }
    .landing-page .photo-feature-3-across .photo-feature .back-text p {
        font-size: 14px
    }
}

.landing-page .photo-feature-3-across {
    margin-top: 3rem
}

.landing-page .photo-feature-3-across .photo-feature {
    width: 33.333333%;
    float: left;
    position: relative;
    max-height: 350px
}

.landing-page .photo-feature-3-across .photo-feature img {
    display: block
}

.landing-page .photo-feature-3-across .photo-feature .back {
    display: none;
    background-color: #836eaa;
    width: 100%
}

.landing-page .photo-feature-3-across .photo-feature .text-over-image {
    color: #fff;
    padding: 0 2em;
    position: absolute;
    bottom: 1rem;
    z-index: 31;
    width: 90%
}

.landing-page .photo-feature-3-across .photo-feature h4 {
    font: 30px "Akkurat Pro Bold", "Arial Black", sans-serif;
    color: #fff;
    margin-bottom: -.5rem;
    text-shadow: 2px 2px 0 #000
}

.landing-page .photo-feature-3-across .photo-feature p {
    font: 16px/1.3em "Akkurat Pro Regular", Arial, sans-serif;
    text-shadow: 2px 2px 0 #000
}

.landing-page .photo-feature-3-across .photo-feature p.link {
    font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
    text-transform: uppercase
}

.landing-page .photo-feature-3-across .photo-feature p.link:after {
    background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-right-white.svg) 50%/6px 10px no-repeat;
    padding-right: 2rem;
    content: " "
}

.landing-page .photo-feature-3-across .photo-feature .back-text {
    color: #fff;
    padding: 0 2em;
    position: absolute;
    z-index: 31;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center
}

.landing-page .photo-feature-3-across .photo-feature .back-text h4 {
    font: 18px "Akkurat Pro Bold", "Arial Black", sans-serif;
    color: #fff;
    margin-bottom: 1.5em;
    text-shadow: none
}

.landing-page .photo-feature-3-across .photo-feature .back-text p {
    text-shadow: none
}

.landing-page .photo-feature-3-across .photo-feature .back-text p.link {
    margin-top: 1em
}

@media screen and (max-width:1150px) {
    .landing-page .photo-feature-3-across .photo-feature .text-over-image {
        padding: 0 1em
    }
    .landing-page .photo-feature-3-across .photo-feature .text-over-image h4 {
        font-size: 26px
    }
    .landing-page .photo-feature-3-across .photo-feature .back-text {
        padding: 0 1em
    }
}

@media screen and (max-width:960px) {
    .landing-page .photo-feature-3-across .photo-feature {
        width: 50%
    }
}

@media screen and (max-width:800px) {
    .landing-page .photo-feature-3-across .photo-feature {
        width: inherit;
        max-width: 480px;
        float: none;
        margin: 0 auto
    }
}

@media screen and (max-width:768px) {
    .landing-page .photo-feature-3-across .photo-feature {
        width: inherit;
        max-width: 480px;
        margin: 0 auto;
        float: none
    }
    .landing-page .photo-feature-3-across .photo-feature .text-over-image {
        width: 100%
    }
    .landing-page .photo-feature-3-across .photo-feature .text-over-image h4 {
        font-size: 24px
    }
    .landing-page .photo-feature-3-across .photo-feature .text-over-image h4.campton {
        font-size: 30px
    }
    .landing-page .photo-feature-3-across .photo-feature .text-over-image p {
        display: none
    }
    .landing-page .photo-feature-3-across .photo-feature .text-over-image p.link {
        display: block
    }
}

@media screen and (max-width:420px) {
    .landing-page .photo-feature-3-across .photo-feature .back-text {
        padding: 0 .5rem
    }
    .landing-page .photo-feature-3-across .photo-feature .back-text h3 {
        font-size: 16px;
        margin-bottom: .5rem
    }
    .landing-page .photo-feature-3-across .photo-feature .back-text p {
        font-size: 14px
    }
}

.landing-page .feature-two-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.landing-page .feature-two-col .feature-box {
    width: 49.10714%;
    float: left;
    background: #f0f0f0;
    margin-left: 1.78571%;
    position: relative
}

.landing-page .feature-two-col .feature-box:first-child {
    margin-left: 0
}

.landing-page .feature-two-col .feature-box .feature-copy {
    padding: 1rem 1.5rem 4rem
}

.landing-page .feature-two-col .feature-box .feature-copy h4 {
    font: 21px "Akkurat Pro Regular", Arial, sans-serif;
    text-transform: uppercase;
    color: #342f2e
}

.landing-page .feature-two-col .feature-box .feature-copy ul {
    margin-left: 0;
    padding-left: .5em
}

.landing-page .feature-two-col .feature-box.no-button .feature-copy {
    padding-bottom: 1rem
}

@media screen and (max-width:768px) {
    .landing-page .feature-two-col {
        display: inherit
    }
    .landing-page .feature-two-col .feature-box {
        width: inherit;
        max-width: 550px;
        float: none;
        background: #f0f0f0;
        margin: 0 auto 1rem
    }
    .landing-page .feature-two-col .feature-box:first-child {
        margin-left: auto
    }
}

.landing-page .feature-three-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.landing-page .feature-three-col .feature-box {
    width: 32.14286%;
    float: left;
    background: #f0f0f0;
    margin-left: 1.78571%;
    position: relative
}

.landing-page .feature-three-col .feature-box:first-child {
    margin-left: 0
}

.landing-page .feature-three-col .feature-box .feature-copy {
    padding: 1rem 1.5rem 4rem
}

.landing-page .feature-three-col .feature-box .feature-copy h4 {
    font: 21px "Akkurat Pro Regular", Arial, sans-serif;
    text-transform: uppercase;
    color: #342f2e
}

.landing-page .feature-three-col .feature-box .feature-copy ul {
    margin-left: 0;
    padding-left: .5em
}

@media screen and (max-width:875px) {
    .landing-page .feature-three-col {
        display: inherit
    }
    .landing-page .feature-three-col .feature-box {
        width: inherit;
        max-width: 360px;
        float: none;
        background: #f0f0f0;
        margin: 0 auto 2rem
    }
    .landing-page .feature-three-col .feature-box:first-child {
        margin-left: auto
    }
}

.landing-page .feature-four-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.landing-page .feature-four-col .feature-box {
    width: 23.95833%;
    float: left;
    background: #f0f0f0;
    margin-right: 1.38889%;
    position: relative
}

.landing-page .feature-four-col .feature-box:last-child {
    margin-right: 0
}

.landing-page .feature-four-col .feature-box .feature-copy {
    padding: 1rem 1.5rem 4rem
}

.landing-page .feature-four-col .feature-box .feature-copy h4 {
    font: 21px "Akkurat Pro Regular", Arial, sans-serif;
    text-transform: uppercase;
    color: #342f2e
}

.landing-page .feature-four-col .feature-box .feature-copy ul {
    margin-left: 0;
    padding-left: .5em
}

@media screen and (max-width:920px) {
    .landing-page .feature-four-col {
        flex-wrap: wrap;
        max-width: 920px
    }
    .landing-page .feature-four-col .feature-box {
        max-width: inherit;
        width: 48.91304%;
        margin-bottom: 20px;
        margin-right: 2.17391%
    }
    .landing-page .feature-four-col .feature-box:nth-child(2n) {
        margin-right: 0
    }
    .landing-page .feature-four-col .feature-box img {
        width: 100%
    }
}

@media screen and (max-width:590px) {
    .landing-page .feature-four-col {
        display: inherit;
        width: 100%
    }
    .landing-page .feature-four-col .feature-box {
        width: inherit;
        float: none
    }
}

.landing-page .three-column-links h4 {
    font: 30px "Akkurat Pro Regular", Arial, sans-serif;
    color: #716c6b;
    border-bottom: 4px solid #ccc;
    text-transform: none;
    padding-bottom: .5rem
}

.landing-page .three-column-links article {
    float: left;
    width: 32.14286%;
    margin-right: 1.78571%
}

.landing-page .three-column-links article:last-child {
    margin-right: 0
}

.landing-page .three-column-links article img {
    margin-bottom: 1rem
}

.landing-page .three-column-links article p {
    margin-top: 0
}

.landing-page .three-column-links ul {
    list-style: none;
    margin: 0;
    padding: 0
}

@media screen and (max-width:875px) {
    .landing-page .three-column-links article {
        float: none;
        width: inherit;
        max-width: 360px;
        margin: 0 auto 2rem
    }
    .landing-page .three-column-links article:last-child {
        margin-right: auto
    }
}

@media screen and (max-width:480px) {
    .landing-page .three-column-links h4 {
        font-size: 24px
    }
}

.landing-page .three-column-list h1 {
    margin-bottom: 2rem
}

.landing-page .three-column-list h2 {
    font: 30px "Akkurat Pro Regular", Arial, sans-serif;
    color: #716c6b;
    border-bottom: 4px solid #ccc;
    text-transform: none;
    padding-bottom: .5rem
}

.landing-page .three-column-list ul {
    list-style: none;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 2em;
    margin: 0;
    padding: 0
}

.landing-page .three-column-list ul li {
    background: 0 0;
    padding: 0 0 .8em;
    line-height: 1.5em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid
}

@media screen and (max-width:480px) {
    .landing-page .three-column-list h2 {
        font-size: 24px
    }
    .landing-page .three-column-list ul {
        -moz-column-count: inherit;
        -moz-column-gap: inherit;
        -webkit-column-count: inherit;
        -webkit-column-gap: inherit;
        column-count: inherit
    }
}

.landing-page .large-feature {
    padding: 4rem;
    background: url(https://common.northwestern.edu/v8/css/images/slashes-grey-bg.gif)
}

.landing-page .large-feature-inner {
    max-width: 1120px;
    margin: 3rem auto 0;
    box-sizing: content-box
}

.landing-page .large-feature-inner .content-side {
    width: 78.57143%;
    float: left;
    border-right: 1px solid #ccc;
    padding-right: 3.57143%
}

.landing-page .large-feature-inner .content-side img {
    float: left;
    margin: 0 2rem 2rem 0
}

.landing-page .large-feature-inner .content-side h4 {
    font: 48px/1.1em "Poppins Bold", Impact, sans-serif;
    margin-bottom: 3rem;
    color: #4e2a84
}

.landing-page .large-feature-inner>ul {
    width: 21.42857%;
    float: left;
    padding-left: 0;
    margin-left: 0
}

.landing-page .large-feature-inner>ul li {
    background: 0 0;
    line-height: 1.2rem;
    margin-bottom: 1rem
}

.landing-page .large-feature-inner>ul li:after {
    background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-right-dkpurple.svg) 50%/6px no-repeat;
    padding-right: 2rem;
    content: " "
}

.landing-page .large-feature-inner>ul li a {
    font-family: "Akkurat Pro Bold", "Arial Black", sans-serif
}

.landing-page .large-feature-inner .right-side {
    width: 21.42857%;
    float: left;
    padding-left: 1.5rem
}

.landing-page .large-feature-inner .right-side h4 {
    font: 24px "Akkurat Pro Regular", Arial, sans-serif;
    padding-bottom: .5rem;
    margin-bottom: 1.5rem;
    border-bottom: 4px solid #ccc;
    color: #716c6b
}

.landing-page .large-feature-inner .right-side ul {
    padding-left: 0;
    margin-left: 0
}

.landing-page .large-feature-inner .right-side ul li {
    background: 0 0;
    line-height: 1.2rem;
    margin: 0 0 1rem;
    padding-left: 0
}

.landing-page .large-feature-inner .right-side ul li:after {
    background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-right-dkpurple.svg) 50%/6px no-repeat;
    padding-right: 2rem;
    content: " "
}

.landing-page .large-feature-inner .right-side ul li a {
    font-family: "Akkurat Pro Bold", "Arial Black", sans-serif
}

@media screen and (max-width:1100px) {
    .landing-page .large-feature-inner .content-side,
    .landing-page .large-feature-inner .right-side,
    .landing-page .large-feature-inner>ul {
        float: none;
        width: 100%;
        border: none;
        border-right: 0
    }
    .landing-page .large-feature-inner .content-side li,
    .landing-page .large-feature-inner .right-side li,
    .landing-page .large-feature-inner>ul li {
        padding-left: 0
    }
    .landing-page .large-feature-inner .content-side {
        padding-right: 0
    }
    .landing-page .large-feature-inner .content-side:after {
        content: "";
        display: table;
        clear: both
    }
    .landing-page .large-feature-inner .right-side {
        padding-left: 0
    }
}

@media screen and (max-width:850px) {
    .landing-page .large-feature,
    .landing-page .large-feature-wrap {
        padding: 2rem
    }
    .landing-page .large-feature .content-side img {
        float: none;
        margin-bottom: 1rem
    }
    .landing-page .large-feature .content-side h4 {
        font-size: 36px
    }
}

@media screen and (max-width:480px) {
    .landing-page .large-feature-wrap {
        padding: 1rem
    }
    .landing-page .large-feature {
        padding: 2rem 1rem
    }
    .landing-page .large-feature h3 {
        font-size: 20px
    }
    .landing-page .large-feature h3:after,
    .landing-page .large-feature h3:before {
        background: 0 0
    }
    .landing-page .large-feature .content-side h4 {
        font-size: 28px
    }
}

.landing-page .stats-callout {
    border-top: 4px solid #f0f0f0;
    border-bottom: 4px solid #f0f0f0;
    text-align: center;
    padding: 2rem 0
}

.landing-page .stats-callout div {
    width: 33%;
    float: left;
    padding: 1rem
}

.landing-page .stats-callout ul {
    list-style: none
}

.landing-page .stats-callout ul li {
    text-align: left;
    padding-bottom: 0
}

.landing-page .stats-callout p {
    margin: 0 auto;
    display: table
}

.landing-page .stats-callout span {
    display: table-cell;
    vertical-align: middle
}

.landing-page .stats-callout span.big {
    font: 72px/1.1em "Poppins Bold", Impact, sans-serif;
    color: #4e2a84;
    display: block
}

.landing-page .stats-callout span.small {
    font: 24px "Poppins Extra Light", "Courier New", sans-serif;
    color: #4e2a84;
    display: block
}

.landing-page .stats-callout.one-callout span.big {
    display: inline
}

.landing-page .stats-callout.one-callout span.small {
    display: inline;
    padding-left: 1rem
}

@media screen and (max-width:800px) {
    .landing-page .stats-callout span.big {
        font: 48px "Poppins Bold", Impact, sans-serif
    }
    .landing-page .stats-callout span.small {
        font: 20px "Poppins Extra Light", "Courier New", sans-serif
    }
}

@media screen and (max-width:550px) {
    .landing-page .stats-callout span.big {
        font: 24px "Poppins Bold", Impact, sans-serif
    }
    .landing-page .stats-callout span.small {
        font: 15px "Poppins Extra Light", "Courier New", sans-serif
    }
}

@media screen and (max-width:480px) {
    .landing-page .stats-callout.one-callout span.big,
    .landing-page .stats-callout.one-callout span.small {
        display: block
    }
}

.landing-page .alternate-photo-float {
    margin-bottom: 5rem
}

.landing-page .alternate-photo-float h4 {
    font: 30px "Akkurat Pro Regular", Arial, sans-serif;
    color: #716c6b;
    border-bottom: 4px solid #ccc;
    text-transform: none;
    padding-bottom: .5rem
}

.landing-page .alternate-photo-float .image-left,
.landing-page .alternate-photo-float .image-right,
.landing-page .alternate-photo-float .text {
    width: 49.10714%;
    max-width: 550px;
    margin-right: 3.57143%;
    float: left;
    position: relative;
    max-height: 310px
}

.landing-page .alternate-photo-float .image-left:last-child,
.landing-page .alternate-photo-float .image-right:last-child,
.landing-page .alternate-photo-float .text:last-child {
    margin-right: 0
}

.landing-page .alternate-photo-float .text {
    width: 47.32143%;
    max-width: 530px;
    margin-right: 3.57143%;
    max-height: none
}

.landing-page .alternate-photo-float .text:last-child {
    margin-right: 0
}

.landing-page .alternate-photo-float .text.tl-text {
    color: #4e2a84;
    font: 24px/1.2em "Poppins Light", Tahoma, sans-serif;
    margin-bottom: 1em
}

.landing-page .alternate-photo-float .text ul {
    list-style: none;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 3em;
    column-gap: 2em;
    margin: 0;
    padding: 0
}

.landing-page .alternate-photo-float .text ul li {
    background: 0 0;
    padding: 0 0 .5em;
    line-height: 1.5em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid
}

.landing-page .alternate-photo-float .text .column {
    width: 45%;
    margin-right: 5%;
    float: left
}

.landing-page .alternate-photo-float .text .column:last-child {
    margin-right: 0
}

.landing-page .alternate-photo-float .text .column ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal
}

.landing-page .alternate-photo-float .text img {
    z-index: 30
}

.landing-page .alternate-photo-float .text-over-image {
    position: absolute;
    top: 20%;
    width: 100%;
    color: #fff;
    text-align: center;
    z-index: 31;
    padding: 0 1em;
    font: 24px "Poppins Extra Bold", Impact, sans-serif
}

.landing-page .alternate-photo-float .text-over-image p {
    margin: 0
}

.landing-page .alternate-photo-float .text-over-image .big {
    font: 72px/1em "Poppins Bold", Impact, sans-serif
}

@media screen and (max-width:1150px) {
    .landing-page .alternate-photo-float .quote {
        font-size: 20px
    }
}

@media screen and (max-width:900px) {
    .landing-page .alternate-photo-float .quote {
        font-size: 18px
    }
    .landing-page .alternate-photo-float .text-over-image {
        top: 5%;
        font-size: 24px
    }
    .landing-page .alternate-photo-float .text-over-image .big {
        font-size: 60px;
        line-height: 1em
    }
}

@media screen and (max-width:875px) {
    .landing-page .alternate-photo-float {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        margin-bottom: 2rem
    }
    .landing-page .alternate-photo-float h4 {
        font-size: 24px;
        margin-top: 1rem
    }
    .landing-page .alternate-photo-float .image-left,
    .landing-page .alternate-photo-float .image-right,
    .landing-page .alternate-photo-float .text {
        width: 100%;
        float: none;
        position: relative
    }
    .landing-page .alternate-photo-float .image-left:last-child,
    .landing-page .alternate-photo-float .image-right:last-child,
    .landing-page .alternate-photo-float .text:last-child {
        margin-right: auto
    }
    .landing-page .alternate-photo-float .image-right {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .landing-page .alternate-photo-float .text-over-image {
        top: 20%
    }
}

@media screen and (max-width:768px) {
    .landing-page .alternate-photo-float .text.tl-text {
        font-size: 22px
    }
}

@media screen and (max-width:480px) {
    .landing-page .alternate-photo-float .text.tl-text {
        font-size: 18px
    }
    .landing-page .alternate-photo-float .text-over-image {
        top: 1em;
        font-size: 20px
    }
    .landing-page .alternate-photo-float .text-over-image .big {
        font-size: 42px
    }
    .landing-page .alternate-photo-float .text .column {
        width: 100%
    }
}

@media screen and (max-width:420px) {
    .landing-page .alternate-photo-float .text ul {
        -moz-column-count: inherit;
        -moz-column-gap: inherit;
        -webkit-column-count: inherit;
        -webkit-column-gap: inherit;
        column-count: inherit;
        column-gap: inherit
    }
}

@media screen and (max-width:380px) {
    .landing-page .alternate-photo-float .text-over-image {
        font-size: 18px;
        line-height: 1em
    }
    .landing-page .alternate-photo-float .text-over-image .big {
        font-size: 36px
    }
}

.landing-page .background-select {
    width: 100%;
    display: table;
    min-height: 400px
}

.landing-page .background-select .background-select-image {
    text-align: center;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    position: relative;
    padding: 5rem 1em 3rem
}

.landing-page .background-select h3 {
    margin-bottom: 2rem
}

.landing-page .background-select p {
    margin-bottom: 3rem
}

.landing-page .background-select a.button {
    margin-bottom: 2rem
}

.landing-page .background-select.purple-slashes h3,
.landing-page .background-select.purple-slashes p {
    color: #fff
}

@media screen and (max-width:960px) {
    .landing-page .purple-slashes .purple-half {
        padding: 2rem
    }
}

@media screen and (max-width:875px) {
    .landing-page .background-select p.subhead {
        font-size: 36px
    }
}

.landing-page .quote {
    font: 24px/1.2em "Poppins Light", Tahoma, sans-serif;
    color: #4e2a84;
    margin-bottom: 1em
}

.landing-page .quote span {
    background: url(https://common.northwestern.edu/v8/css/images/icons/quote.png) no-repeat;
    width: 35px;
    height: 24px;
    display: inline-block;
    margin-right: .5rem
}

.landing-page .quote figcaption {
    font: 16px/1.4em "Akkurat Pro Regular", Arial, sans-serif;
    color: #716c6b
}

.landing-page .quote figcaption span {
    font: 18px "Akkurat Pro Bold", "Arial Black", sans-serif;
    background: 0 0;
    height: inherit;
    width: inherit;
    display: inherit;
    margin-right: inherit
}

.landing-page .number-boxes {
    background: url(https://common.northwestern.edu/v8/css/images/purple-slashes-bg.gif) #4e2a84;
    padding: 2em 1em;
    text-align: center
}

.landing-page .number-boxes .half {
    width: 50%;
    float: left;
    border-right: 1px solid #836eaa;
    padding: 2rem 7rem
}

.landing-page .number-boxes .half:last-child {
    border-right: none
}

.landing-page .number-boxes .half p {
    font: 24px "Poppins Extra Bold", Impact, sans-serif;
    color: #b6acd1
}

.landing-page .number-boxes .half p span {
    font: 96px "Poppins Bold", Impact, sans-serif;
    color: #fff
}

@media screen and (max-width:768px) {
    .landing-page .number-boxes .half {
        padding: 2rem
    }
    .landing-page .number-boxes .half p {
        font-size: 18px
    }
    .landing-page .number-boxes .half p span {
        font-size: 60px
    }
}

@media screen and (max-width:480px) {
    .landing-page .number-boxes .half {
        width: 100%;
        float: none;
        padding: 2rem;
        border-right: none;
        border-bottom: 1px solid #836eaa
    }
    .landing-page .number-boxes .half:last-child {
        border-bottom: none
    }
}

.landing-page .news-event {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.landing-page .news-event section {
    margin-bottom: 2rem
}

.landing-page .events,
.landing-page .news {
    border-bottom: 4px solid #ccc;
    position: relative
}

.landing-page .events h4,
.landing-page .news h4 {
    font: 30px "Akkurat Pro Regular", Arial, sans-serif;
    color: #716c6b;
    border-bottom: 4px solid #ccc;
    padding-bottom: .5rem;
    margin-bottom: 1.5rem
}

.landing-page .events h5,
.landing-page .news h5 {
    font: 18px/1.3em "Akkurat Pro Bold", "Arial Black", sans-serif;
    color: #342f2e;
    margin-bottom: 1rem
}

.landing-page .events p.link,
.landing-page .news p.link {
    font: 16px "Akkurat Pro Bold", "Arial Black", sans-serif;
    position: absolute;
    bottom: -2.5rem;
    text-transform: uppercase;
    margin-bottom: 0
}

.landing-page .events p.link:after,
.landing-page .news p.link:after {
    background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-right-dkpurple.svg) top 35% right 50%/6px 10px no-repeat;
    padding-right: 1.5em;
    content: " "
}

.landing-page .news {
    float: left;
    width: 66.07143%
}

.landing-page .news-box {
    float: left;
    width: 48.64865%;
    margin-right: 2.7027%;
    margin-bottom: 1rem
}

.landing-page .news-box:nth-of-type(2n) {
    margin-right: 0
}

.landing-page .news-box .news-image {
    width: 47.22222%;
    float: left;
    margin-right: 2.77778%
}

.landing-page .news-box .news-text {
    float: left;
    width: 50%
}

.landing-page .news-full {
    position: relative;
    border-bottom: 4px solid #ccc;
    margin-bottom: 6rem
}

.landing-page .news-full .news-box h4 {
    font: 18px/1.3em "Akkurat Pro Bold", "Arial Black", sans-serif;
    color: #4e2a84;
    margin-bottom: 1rem
}

.landing-page .news-full .news-box {
    float: left;
    width: 32.14286%;
    margin-right: 1.78571%;
    margin-bottom: 1rem
}

.landing-page .news-full .news-box:nth-of-type(3n) {
    margin-right: 0
}

.landing-page .news-full .news-box .news-image {
    width: 47.22222%;
    float: left;
    margin-right: 2.77778%
}

.landing-page .news-full .news-box .news-text {
    float: left;
    width: 50%
}

.landing-page .news-full p.link {
    font: 16px "Akkurat Pro Bold", "Arial Black", sans-serif;
    position: absolute;
    bottom: -2.5rem;
    text-transform: uppercase;
    margin-bottom: 0
}

.landing-page .showcase .news {
    width: 32.14286%;
    padding-bottom: 1rem
}

.landing-page .showcase .news img {
    margin-bottom: .5rem
}

.landing-page .showcase .news h5 {
    color: #716c6b
}

.landing-page .events {
    float: left;
    width: 32.14286%;
    margin-left: 1.78571%
}

.landing-page .events h5 {
    margin-bottom: .2rem;
    color: #716c6b
}

.landing-page .events p {
    margin-top: 0
}

@media screen and (max-width:900px) {
    .landing-page .news {
        width: 60%
    }
    .landing-page .news .news-box {
        width: 100%;
        float: none
    }
    .landing-page .news .news-box .news-image {
        width: 30.14184%;
        margin-right: 1.77305%
    }
    .landing-page .news .news-box .news-text {
        width: 68.08511%
    }
    .landing-page .events {
        width: 40%;
        margin-left: 2.22222%
    }
}

@media screen and (max-width:900px) {
    .landing-page .news-full .news-box {
        width: 47.77778%;
        margin-right: 2.22222%
    }
    .landing-page .news-full .news-box:nth-of-type(3n) {
        margin-right: 2.22222%
    }
    .landing-page .news-full .news-box .news-image {
        width: 39.53488%;
        margin-right: 2.32558%
    }
    .landing-page .news-full .news-box .news-text {
        width: 58.13953%
    }
}

@media screen and (max-width:768px) {
    .landing-page .news-event.showcase {
        display: inherit;
        margin-bottom: 3rem
    }
    .landing-page .news-event.showcase p.link {
        position: relative;
        bottom: 0;
        margin-top: 2rem
    }
    .landing-page .news-event.showcase .events,
    .landing-page .news-event.showcase .news,
    .landing-page .news-event.showcase .tl-events {
        width: 100%;
        float: none;
        margin-bottom: 3rem;
        margin-left: 0;
        border-bottom: none
    }
    .landing-page .news-event.showcase .events:nth-child(3),
    .landing-page .news-event.showcase .news:nth-child(3),
    .landing-page .news-event.showcase .tl-events:nth-child(3) {
        margin-bottom: 0
    }
}

@media screen and (max-width:550px) {
    .landing-page .news-event {
        display: inherit;
        margin-bottom: 3rem
    }
    .landing-page .events,
    .landing-page .news {
        width: 100%;
        float: none;
        margin-bottom: 3rem;
        margin-left: 0;
        border-bottom: none
    }
    .landing-page .events p.link,
    .landing-page .news p.link {
        position: relative;
        bottom: 0;
        margin-top: 2rem
    }
    .landing-page .news-full .news-box {
        width: 100%;
        margin-right: 0
    }
    .landing-page .news-full .news-box .news-image {
        width: 30.90909%;
        margin-right: 1.81818%
    }
    .landing-page .news-full .news-box .news-text {
        width: 67.27273%
    }
}

@media screen and (max-width:550px) {
    .landing-page .events h5,
    .landing-page .news h5 {
        font-size: 18px
    }
}

@media screen and (max-width:480px) {
    .landing-page .events h4,
    .landing-page .news h4 {
        font-size: 24px
    }
}

.landing-page #announcement {
    background: #e4e0ee;
    font-size: 18px;
    line-height: 1.3em;
    padding: 1.5rem;
    max-width: 1440px
}

.landing-page #announcement h2 {
    font: 34px "Poppins Bold", Impact, sans-serif
}

.landing-page #announcement h3 {
    font: 26px "Poppins Bold", Impact, sans-serif;
    background: 0 0;
    text-align: left
}

.landing-page #announcement h3::after,
.landing-page #announcement h3::before {
    background: 0 0;
    padding: 0
}

.landing-page #announcement h4 {
    font: 21px "Poppins Bold", Impact, sans-serif
}

.landing-page #announcement h5 {
    font: 18px "Poppins Bold", Impact, sans-serif
}

.landing-page #announcement a {
    color: #4e2a84;
    font-weight: 700;
    text-decoration: none
}

.landing-page #announcement a:hover {
    text-decoration: underline
}

@media screen and (max-width:768px) {
    .landing-page #announcement h2 {
        font-size: 26px;
        line-height: 1.2em
    }
    .landing-page #announcement h3 {
        font-size: 21px
    }
    .landing-page #announcement h4 {
        font-size: 18px
    }
}

.landing-page .swiper-button-next,
.landing-page .swiper-button-prev {
    width: 35px;
    height: 35px;
    -moz-background-size: 35px 35px;
    -webkit-background-size: 35px 35px;
    background-size: 35px 35px
}

.landing-page .swiper-button-prev {
    background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-right-purple-white.svg) no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 10px;
    right: auto
}

.landing-page .swiper-button-next {
    background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-right-purple-white.svg) no-repeat;
    right: 10px;
    left: auto
}

.landing-page .caption {
    font: 20px/1.3em "Akkurat Pro Regular", Arial, sans-serif;
    position: absolute;
    bottom: .4rem;
    padding: 1rem;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    width: 100%;
    margin: 0
}

.landing-page .caption strong {
    font-family: "Akkurat Pro Bold", "Arial Black", sans-serif
}

.landing-page .caption a {
    font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff
}

.landing-page .caption a:after {
    background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-right-white.svg) 50%/8px 12px no-repeat;
    padding-right: 1.5rem;
    content: " "
}

.landing-page .caption a:hover {
    text-decoration: underline
}

@media screen and (max-width:768px) {
    .landing-page .caption {
        font-size: 16px
    }
}

@media screen and (max-width:600px) {
    .landing-page .caption {
        position: relative;
        background: #836eaa;
        font-size: 14px
    }
    .landing-page .swiper-button-next,
    .landing-page .swiper-button-prev {
        width: 25px;
        height: 25px;
        -moz-background-size: 25px 25px;
        -webkit-background-size: 25px 25px;
        background-size: 25px 25px;
        margin-top: -3rem
    }
}

.landing-page .photo-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.5rem
}

.landing-page .photo-grid article {
    width: 23.66071%;
    margin-right: 1.78571%;
    margin-bottom: 20px;
    float: left;
    line-height: 1.5rem
}

.landing-page .photo-grid article:nth-of-type(4n+4) {
    margin-right: 0
}

.landing-page .photo-grid article h4 {
    font: 16px "Akkurat Pro Bold", "Arial Black", sans-serif;
    color: #342f2e;
    margin: 1rem 0 0
}

.landing-page .photo-grid article h4+p {
    margin-top: .5rem
}

.landing-page .photo-grid article p.link {
    font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
    text-transform: uppercase
}

.landing-page .photo-grid article p.link:after {
    background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-right-dkpurple.svg) .8em 3px/5px 8px no-repeat;
    padding-right: 3rem;
    content: " "
}

@media screen and (max-width:768px) {
    .landing-page .photo-grid article {
        width: 48.5%;
        max-width: 265px;
        margin-right: 3%
    }
    .landing-page .photo-grid article:nth-of-type(2n+2) {
        margin-right: 0
    }
}

@media screen and (max-width:475px) {
    .landing-page .photo-grid article {
        width: 100%
    }
}

#top-nav ul li a.button,
.button,
.content a.button,
.content p.button a,
.content-full a.button,
.content-full p.button a,
.hero a.button,
.tl-slideshow a.button,
input[type=submit] {
    font: 16px "Akkurat Pro Bold", "Arial Black", sans-serif;
    color: #fff;
    background: #4e2a84;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 .5em;
    padding: .8em 1em .7em;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    min-width: 165px
}

#top-nav ul li a.button + a.button,
.button + .button,
.content a.button + a.button,
.content p.button a + a,
.content-full a.button + a.button,
.content-full p.button a + a,
.hero a.button + a.button,
.tl-slideshow a.button + a.button,
input[type=submit] + input[type="submit"]{margin-left:0.5em;}
@media screen and (max-width:480px){
    #top-nav ul li a.button + a.button,
    .button + .button,
    .content a.button + a.button,
    .content p.button a + a,
    .content-full a.button + a.button,
    .content-full p.button a + a,
    .hero a.button + a.button,
    .tl-slideshow a.button + a.button,
    input[type=submit] + input[type="submit"]{margin-left:0;}
}

#top-nav ul li a.button:before,
.button:before,
.content a.button:before,
.content p.button a:before,
.content-full a.button:before,
.content-full p.button a:before,
.hero a.button:before,
.tl-slideshow a.button:before,
input[type=submit]:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #b6acd1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

#top-nav ul li a.button:active,
#top-nav ul li a.button:focus,
#top-nav ul li a.button:hover,
.button:active,
.button:focus,
.button:hover,
.content a.button:active,
.content a.button:focus,
.content a.button:hover,
.content p.button a:active,
.content p.button a:focus,
.content p.button a:hover,
.content-full a.button:active,
.content-full a.button:focus,
.content-full a.button:hover,
.content-full p.button a:active,
.content-full p.button a:focus,
.content-full p.button a:hover,
.hero a.button:active,
.hero a.button:focus,
.hero a.button:hover,
.tl-slideshow a.button:active,
.tl-slideshow a.button:focus,
.tl-slideshow a.button:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover {
    color: #fff;
    text-decoration: none
}

#top-nav ul li a.button:active:before,
#top-nav ul li a.button:focus:before,
#top-nav ul li a.button:hover:before,
.button:active:before,
.button:focus:before,
.button:hover:before,
.content a.button:active:before,
.content a.button:focus:before,
.content a.button:hover:before,
.content p.button a:active:before,
.content p.button a:focus:before,
.content p.button a:hover:before,
.content-full a.button:active:before,
.content-full a.button:focus:before,
.content-full a.button:hover:before,
.content-full p.button a:active:before,
.content-full p.button a:focus:before,
.content-full p.button a:hover:before,
.hero a.button:active:before,
.hero a.button:focus:before,
.hero a.button:hover:before,
.tl-slideshow a.button:active:before,
.tl-slideshow a.button:focus:before,
.tl-slideshow a.button:hover:before,
input[type=submit]:active:before,
input[type=submit]:focus:before,
input[type=submit]:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.feature-box a.button {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 0
}

#map-feature a.button,
.purple-slashes a.button,
.standard-page .background-select a.button {
    background: #836eaa;
    border-color:#836eaa;
}

.standard-plus a.button {
    margin: 1.5rem 0
}

@media screen and (max-width:768px) {
    .caption a.button {
        background: #b6acd1;
        margin: 0
    }
}

.cols {
    margin-right: -1rem;
    margin-left: -1rem
}

.cols:after {
    content: "";
    display: table;
    clear: both
}

.cols>* {
    display: block;
    float: left;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem
}

.cols--2>* {
    width: 50%
}

.cols--2>:nth-child(2n+1) {
    clear: left
}

@media (max-width:820px) {
    .cols--stack_md>* {
        width: 100%
    }
    .cols--stack_md>:nth-child(1n+1) {
        clear: left
    }
    .cols--stack_md>*+* {
        margin-top: 1rem
    }
}

@media (max-width:480px) {
    .cols--stack_sm>* {
        width: 100%
    }
    .cols--stack_sm>:nth-child(1n+1) {
        clear: left
    }
    .cols--stack_sm>*+* {
        margin-top: 1rem
    }
}

.sectionRow {
    margin-top: 5rem;
    margin-bottom: 5rem
}

.sectionRow>section {
    margin-bottom: 0
}

.edgeWrapper {
    padding: 0 1rem
}

.flexCols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row
}

.flexCols>*>:first-child {
    margin-top: 0!important
}

.flexCols>*>:last-child {
    margin-bottom: 0!important
}

.flexCols>*+* {
    margin-left: 2rem
}

.flexCols__1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flexCols__2 {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.flexCols__withLeftDivider {
    padding-left: 2rem;
    border-left: 1px solid #ccc
}

.flexCols--compact>*+* {
    margin-left: 1rem
}

@media (max-width:480px) {
    .flexCols--stackSm {
        display: block
    }
    .flexCols--stackSm>*+* {
        margin: 2rem 0 0
    }
    .flexCols--stackSm>.flexCols__withLeftDivider {
        border-left: 0;
        padding-left: 0
    }
}

@media (max-width:820px) {
    .flexCols--stackMd {
        display: block
    }
    .flexCols--stackMd>*+* {
        margin: 2rem 0 0
    }
    .flexCols--stackMd>.flexCols__withLeftDivider {
        border-left: 0;
        padding-left: 0
    }
}

.flexColImageGrid {
    margin: -1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.flexColImageGrid>* {
    padding: 1rem
}

@media (max-width:480px) {
    .flexColImageGrid>* {
        width: 100%
    }
}

@media (min-width:481px) and (max-width:820px) {
    .flexColImageGrid>* {
        width: 50%
    }
}

@media (min-width:821px) {
    .flexColImageGrid>* {
        width: 33.3333%
    }
    .flexColImageGrid>.large {
        width: 50%
    }
}

.flexGrid {
    margin: -1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.flexGrid>* {
    padding: 1rem;
    width: 100%
}

.flexGrid--cols--2>* {
    width: 50%
}

.flexGrid--cols--3>* {
    width: 33.333%
}

@media (min-width:821px) {
    .flexGrid--cols--3-2>* {
        width: 33.333%
    }
}

@media (min-width:481px) and (max-width:820px) {
    .flexGrid--cols--3-2>* {
        width: 50%
    }
}

@media (min-width:821px) {
    .flexGrid--cols--4-2>* {
        width: 25%
    }
}

@media (min-width:481px) and (max-width:820px) {
    .flexGrid--cols--4-2>* {
        width: 50%
    }
}

@media (max-width:820px) {
    .flexGrid--stack--md>* {
        width: 100%
    }
}

@media (max-width:480px) {
    .flexGrid--stack--sm>* {
        width: 100%
    }
}

.separatedCols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row
}

.separatedCols>*>* {
    margin: 0!important
}

.separatedCols>:first-child {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.separatedCols>*+* {
    padding-left: 1rem
}

.separatedCols>*+:last-child {
    text-align: right
}

.standard-page #page .flexCols section {
    margin-bottom: 0
}

.inlineSpaced {
    display: block;
    position: relative
}

.inlineSpaced>* {
    display: inline-block;
    vertical-align: middle
}

.inlineSpaced--small {
    margin: 0 -10px
}

.inlineSpaced--small>* {
    margin: 0 10px
}

.inlineSpaced--med {
    margin: -5px -10px
}

.inlineSpaced--med>* {
    margin: 5px 10px
}

.drop--small {
    margin-top: 1rem
}

.drop--large {
    margin-top: 2rem
}

.drop--postHero {
    margin-top: 5em
}

.width--half {
    width: 50%
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.t-right {
    text-align: right
}

.t-left {
    text-align: left
}

.t-compactify p {
    margin: 0
}

.t-bump {
    font-size: 20px
}

@media (max-width:480px) {
    .show-for-medium {
        display: none
    }
}

@media (min-width:481px) {
    .hide-for-medium {
        display: none
    }
}

.display--block {
    display: block;
    width: 100%
}

.narrow-page .content,
.standard-page--noAside .content {
    float: none;
    width: auto
}

.standard-page #sidebar {
    position: relative;
    z-index: 1
}

.scrollableMainContent {
    max-height: 1600px;
    overflow: auto
}

.scrollableMainContent>:first-child {
    margin-top: 0!important
}

.scrollableMainContent>:last-child {
    margin-bottom: 0!important
}

.standard-page #page section>:first-child {
    margin-top: 0!important
}

.standard-page #page section>:last-child {
    margin-bottom: 0!important
}

.standard-page #page section:last-child {
    margin-bottom: 0
}

.fa {
    font-family: FontAwesome!important
}

.hero p.heroProse,
.landing-page .hero.mobile-hero .mobile-hero-text p.heroProse,
.standard-page .hero.mobile-hero .mobile-hero-text p.heroProse {
    font-size: 18px;
    padding: 0 1rem
}

@media (min-width:481px) {
    .hero p.heroProse,
    .landing-page .hero.mobile-hero .mobile-hero-text p.heroProse,
    .standard-page .hero.mobile-hero .mobile-hero-text p.heroProse {
        font-size: 24px
    }
}

.sectionHeader {
    color: #716c6b;
    text-transform: none;
    padding-bottom: .5rem;
    font: 30px "Akkurat Pro Regular", Arial, sans-serif;
    border-bottom: 4px solid #ccc
}

.sectionHeader--small {
    font: 18px "Akkurat Pro Bold", "Arial Black", sans-serif;
    color: #716c6b;
    border-bottom: 4px solid #f0f0f0;
    padding-bottom: .5rem
}

.sort .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: none!important
}

.sort .row a {
    text-decoration: none;
    width: 23.66071%;
    margin-right: 1.78571%;
    margin-bottom: 20px;
    background: #f0f0f0;
    min-height: 160px;
    font: 24px/1.2em "Poppins Bold", Impact, sans-serif;
    display: block;
    color: #4e2a84;
    padding: 1rem;
    float: left;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.sort .row a:nth-of-type(4n+4) {
    margin-right: 0
}

.sort .row a:hover {
    text-decoration: none;
    background: #836eaa;
    color: #fff
}

@media screen and (max-width:768px) {
    .sort .row a:nth-of-type(2n+2) {
        margin-right: 0
    }
    .sort .row a {
        font-size: 20px;
        width: 48.5%;
        margin-right: 3%
    }
}

@media screen and (max-width:480px) {
    .sort .row a {
        font-size: 18px;
        width: 100%;
        min-height: inherit;
        margin-right: 0
    }
}

.section-top {
    text-align: center
}

.section-top p.subhead {
    color: #4e2a84;
    font: 46px/1.2em "Poppins Light", Tahoma, sans-serif;
    margin-bottom: 1rem
}

.landing-page .large-feature--withoutAside .large-feature-inner .content-side {
    width: auto;
    float: none;
    border-right: none;
    padding-right: 0
}

.landing-page .large-feature--compressed .large-feature-inner {
    max-width: 700px
}

.alumni-page footer {
    overflow: hidden
}

.alumni-page .footer-content {
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.alumni-page .footer-content .logo {
    display: block;
    margin: 0 0 30px;
    max-width: 200px
}

.alumni-page .footer-content .logo img {
    margin: 0;
    display: block;
    max-width: 100%
}

@media (min-width:481px) {
    .alumni-page .footer-content {
        float: left
    }
    .alumni-page .footer-content+.footer-content {
        padding-left: 30px
    }
}

@media (max-width:480px) {
    .alumni-page .footer-content+.footer-content {
        margin-top: 30px
    }
}

@media (min-width:481px) and (max-width:820px) {
    .alumni-page .footer-content:nth-child(1) {
        width: 22%
    }
    .alumni-page .footer-content:nth-child(2) {
        width: 27%
    }
    .alumni-page .footer-content:nth-child(3) {
        width: 49%
    }
}

@media (min-width:821px) {
    .alumni-page .footer-content:nth-child(1) {
        width: 31%
    }
    .alumni-page .footer-content:nth-child(2) {
        width: 20%
    }
    .alumni-page .footer-content:nth-child(3) {
        width: 49%
    }
}

.alumni-page .footer-content ul {
    line-height: 1.4
}

.alumni-page .footer-content ul li+li {
    margin-top: 15px
}

.footer-content h6 {
    color: #fff;
    border-bottom: 4px solid rgba(255, 255, 255, .5)
}

.footerSub {
    background: #371e5d;
    text-align: center;
    padding: 20px 15px;
    font-size: 14px;
    line-height: 1.3;
    color: #fff
}

.footerSub .copy {
    display: block
}

@media (max-width:480px) {
    .footerSub .address,
    .footerSub .phone {
        display: block
    }
}

@media (min-width:481px) {
    .footerSub .phone {
        padding-left: 15px
    }
}

.learnMoreLink {
    white-space: nowrap
}

.event-tag {
    font-size: 12px
}

.standard-page .event.event--small {
    margin-bottom: 1.5rem;
    min-height: 0
}

.standard-page .event.event--small:after {
    content: "";
    display: table;
    clear: both
}

.standard-page .event.event--small .event-date {
    line-height: 1.3;
    width: 61px;
    position: static
}

.standard-page .event.event--small .event-date .month,
.standard-page .event.event--small .event-date .year {
    font-size: 12px
}

.standard-page .event.event--small .event-date .day {
    font-size: 18px
}

.standard-page .event.event--small .event-description {
    margin-left: 76px
}

.standard-page .event.event--small .event-description>p {
    margin-bottom: 0
}

.standard-page .event.event--small.event--small--compact {
    margin: 1.5rem 0
}

.web-form.web-form--inline input,
.web-form.web-form--inline select {
    margin: 0;
    width: 100%;
    font-size: 16px;
    padding: 6px;
    line-height: 22px
}

.web-form.web-form--inline .field,
.web-form.web-form--inline form {
    margin-bottom: 0
}

.web-form.web-form--inline .label,
.web-form.web-form--inline label {
    margin-top: 0
}

.web-form.web-form--inline button[type=submit] {
    margin: 0
}

.fieldWidth--full {
    width: 100%
}

.fieldWidth--medium {
    width: 200px
}

.fieldWidth--small {
    width: 130px
}

.iconSubmit {
    cursor: pointer;
    height: 36px;
    width: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #401f68;
    background-size: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    text-indent: -9999px
}

.iconSubmit--location,
.iconSubmit--search {
    background-image: url(//common.northwestern.edu/v8/css/images/icons/search-white.svg)
}

.web-form .inputButtonWrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row
}

.web-form .inputButtonWrapper input {
    margin: 0
}

.web-form .inputButtonWrapper>:first-child {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 0
}

.sort .row.row-data--small a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    padding: 1rem;
    min-height: 100px
}

.sort .row.row-data--small a .sub {
    margin-top: 10px;
    display: block;
    font-size: 13px;
    line-height: 1.2
}

.sort .row.row-data--medium a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    min-height: 150px;
    margin-right: 1.78571%
}

.sort .row.row-data--medium a:nth-of-type(4n+4) {
    margin-right: 1.78571%
}

@media (max-width:480px) {
    .sort .row.row-data--medium a {
        width: 100%
    }
    .sort .row.row-data--medium a:nth-of-type(1n+1) {
        margin-right: 0
    }
}

@media (min-width:481px) and (max-width:820px) {
    .sort .row.row-data--medium a {
        width: 49.10715%
    }
    .sort .row.row-data--medium a:nth-of-type(2n+2) {
        margin-right: 0
    }
}

@media (min-width:821px) {
    .sort .row.row-data--medium a {
        width: 32.14286%
    }
    .sort .row.row-data--medium a:nth-of-type(3n+3) {
        margin-right: 0
    }
}

.t-meta,
.t-small {
    font-size: 14px
}

.t-light,
.t-meta {
    color: #716c6b
}

.t-center {
    text-align: center
}

a.a-block {
    display: block;
    text-decoration: none;
    color: inherit
}

a.a-block:hover {
    text-decoration: none!important
}

.button.full {
    margin-right: 0;
    width: 100%
}

.featuredEvent {
    margin: 0 0 1rem
}

.featuredEvent>:first-child {
    margin-top: 0!important
}

.featuredEvent>:last-child {
    margin-bottom: 0!important
}

.featuredEvent img {
    display: inline-block;
    margin: 0 0 .5rem
}

.featuredEvent h5 {
    margin-bottom: 0
}

.featuredEvent--alt {
    text-align: center
}

.featuredEvent--alt img {
    margin: .5rem 0 0
}

.featuredEvent--alt2 {
    text-align: center
}

.featuredEvent--alt2 img {
    margin: .5rem 0
}

@media screen and (max-width:480px) {
    .landing-page .large-feature h3:after,
    .landing-page .large-feature h3:before {
        display: none
    }
}

.standard-page section>h3:first-child {
    margin-bottom: 1.5rem
}

.swiper-slide img {
    width: 100%
}

a.button {
    white-space: nowrap
}

.background-select>.background-select-image>.contain-780:first-child p.subhead:first-child {
    margin-top: 0
}

#top-nav {
    background: #401f68
}

#top-nav .dropdown.dropdown--fullCols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding: 0
}

#top-nav .dropdown.dropdown--fullCols>* {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 2rem 1rem;
    position: relative
}

#top-nav .dropdown.dropdown--fullCols>:first-child {
    padding-left: 2rem
}

#top-nav .dropdown.dropdown--fullCols>:last-child {
    padding-right: 2rem
}

#top-nav .dropdown.dropdown--fullCols .nav-links {
    border: 0
}

#top-nav .dropdown.dropdown--fullCols>.dropdown__widthBump {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2
}

#top-nav .dropdown.dropdown--fullCols>.dropdown__withBorder:before {
    content: "";
    border-left: 2px solid #ccc;
    position: absolute;
    top: 2rem;
    bottom: 2rem;
    left: 0
}

#top-nav .dropdown.dropdown--fullCols p {
    font-family: "Akkurat Pro Regular", Arial, sans-serif
}

#top-nav .contain-1120>ul>li .event a,
#top-nav .contain-1120>ul>li a.a-block,
#top-nav .contain-1120>ul>li p a {
    padding: 0
}

#top-nav .contain-1120 .dropdownCol--dark {
    background: #ccc
}

#top-nav .contain-1120 .dropdownCol--photoBg {
    overflow: hidden;
    position: relative
}

#top-nav .contain-1120 .dropdownCol--photoBg>a {
    color: #fff!important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block
}

#top-nav .contain-1120 .dropdownCol--photoBg__wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 1rem 1.5rem
}

#top-nav .contain-1120 .dropdownCol--photoBg__wrap:before {
    z-index: 1;
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .6))
}

#top-nav .contain-1120 .dropdownCol--photoBg__wrap__content {
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 2
}

#top-nav .contain-1120 .dropdownCol--photoBg__wrap .t-meta,
#top-nav .contain-1120 .dropdownCol--photoBg__wrap h5,
#top-nav .contain-1120 .dropdownCol--photoBg__wrap h6,
#top-nav .contain-1120 .dropdownCol--photoBg__wrap p {
    color: inherit
}

#top-nav .contain-1120>ul>li:hover>* a {
    background: inherit
}

#top-nav ul li a.button {
    margin-right: 0
}

header {
    background: #401f68
}

header .bottom-bar {
    display: none
}

header #top-bar {
    background: 0 0;
    position: relative;
    display: block;
    min-height: 0
}

@media (max-width:920px) {
    header #top-bar {
        padding-right: 0
    }
}

header #top-bar #left a {
    display: block;
    line-height: 55px
}

header #top-bar #left a img {
    margin: 0;
    vertical-align: middle
}

header #top-bar #right {
    height: 55px;
    margin: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center
}

@media (max-width:920px) {
    header #top-bar #right {
        margin-right: 55px;
        position: static
    }
}

header #top-bar #right ul li .dropdown-arrow {
    position: static;
    display: inline-block
}

header #top-bar #right #mobile-search {
    margin-top: 0
}

header #top-bar .navButton {
    float: left;
    margin: 0 1rem
}

@media (max-width:480px) {
    header #top-bar .navButton {
        display: none
    }
}

header #top-bar .navButton .button {
    margin: 0;
    padding: .5rem;
    min-width: 0
}

header #top-bar .desktopSearchTrigger {
    float: left
}

header #top-bar .topNav {
    float: left;
    padding: 0
}

@media (max-width:920px) {
    header #top-bar .topNav {
        display: none
    }
}

#top-bar #right ul li.hover ul,
#top-bar #right ul li:hover ul {
    right: 0
}

.desktopSearchTrigger {
    background: url(https://common.northwestern.edu/v8/css/images/icons/search.svg) center/20px 20px no-repeat;
    display: inline-block;
    padding: 1em;
    height: 55px;
    width: 55px;
    cursor: pointer;
    position: relative
}

.desktopSearchTrigger.open {
    background: url(https://common.northwestern.edu/v8/css/images/icons/alert-x-white-home.svg) center/20px 20px no-repeat #4e2a84
}

.siteHeaderSearch {
    position: absolute;
    top: 100%;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 9998
}

@media (max-width:920px) {
    .siteHeaderSearch {
        left: 0;
        right: 0
    }
}

.siteHeaderSearch .search-form {
    width: 100%;
    height: auto;
    background: #4e2a84;
    float: none;
    position: relative
}

.siteHeaderSearch form {
    margin: 0 1rem;
    height: 55px;
    position: relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA/CAYAAAAhZaJUAAAAGXRFW…0AAAAeSURBVHjaYvj//z8DEwMQDHuCmf+n3n8G6vkXIMAAeQ0Iq8diMWYAAAAASUVORK5CYII=);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.siteHeaderSearch input {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 32px;
    margin: 0;
    float: left;
    font: 18px "Akkurat Pro Bold", "Arial Black", sans-serif;
    color: #fff;
    background: 0 0;
    border: none
}

.siteHeaderSearch button {
    cursor: pointer;
    height: 32px;
    width: 32px;
    background: url(https://common.northwestern.edu/v8/css/images/icons/search.svg) right center/20px 20px no-repeat;
    border-bottom: none;
    position: static
}

#mobile-links {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -27.5px;
    display: none;
    height: 55px
}

@media (max-width:920px) {
    #mobile-links {
        display: block
    }
}

#mobile-links .mobile-link {
    position: absolute;
    top: 0;
    right: 0
}

#mobile-links .mobile-nav-link {
    padding: 1em;
    height: 55px;
    width: 55px;
    cursor: pointer;
    background: url(https://common.northwestern.edu/v8/css/images/icons/hamburger.svg) center/20px 20px no-repeat;
    display: none
}

@media (max-width:920px) {
    #mobile-links .mobile-nav-link {
        display: block
    }
}

#mobile-links #mobile-nav {
    background: #fff;
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    z-index: 9998
}

#mobile-links #mobile-nav ul {
    background: #fff
}

#mobile-links #mobile-nav ul li {
    position: relative;
    font: 18px "Akkurat Pro Bold", "Arial Black", sans-serif
}

#mobile-links #mobile-nav ul li a {
    text-decoration: none;
    color: #4e2a84;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    padding: .9em 3em .9em .8em
}

#mobile-links #mobile-nav ul li .arrow a {
    width: 50px;
    height: 48px;
    background: url(https://common.northwestern.edu/v8/css/images/icons/mobile-down-arrow-ltpurple.svg) center/20px 20px no-repeat;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    padding: 0
}

#mobile-links #mobile-nav ul li li {
    font: 16px/1.2em "Akkurat Pro Regular", Arial, sans-serif
}

#mobile-links #mobile-nav ul li li a {
    padding-left: 1.5em
}

#mobile-links #mobile-nav ul li li a.active {
    color: #000;
    font-family: "Akkurat Pro Bold", "Arial Black", sans-serif
}

#mobile-links #mobile-nav ul li li li a {
    padding-left: 2em
}

#mobile-links #mobile-nav ul li li li li a {
    padding-left: 2.5em
}

#mobile-links #mobile-nav ul li li li li li a {
    padding-left: 3em
}

#mobile-links #mobile-nav ul li li li li li li a {
    padding-left: 3.5em
}

#mobile-links #mobile-nav ul ul {
    display: none;
    background: #f0f0f0
}

#mobile-links #mobile-nav ul ul ul {
    background-color: #e6e6e6
}

.textLinkWithArrow {
    font: 16px/1.3em "Akkurat Pro Regular", Arial, sans-serif;
    text-transform: uppercase
}

.textLinkWithArrow.externalLink:after {
    background: 0 0;
    padding-right: 0
}

.textLinkWithArrow:after {
    background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-right-white.svg) 50%/6px 10px no-repeat;
    padding-right: 2rem;
    content: " "
}

#mobile-nav-bottom {
    background: #fff
}

.externalLink:after {
    content: "\2192";
    padding-left: 5px
}

.withBottomBar {
    position: relative;
    border-bottom: 4px solid #ccc;
    padding-bottom: 2rem
}

@media (max-width:480px) {
    .withBottomBar {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 2rem
    }
}

.withBottomBar__link {
    display: inline-block;
    font: 16px "Akkurat Pro Bold", "Arial Black", sans-serif;
    position: absolute;
    bottom: -2.5rem;
    text-transform: uppercase;
    margin-bottom: 0
}

.withBottomBar__link.indent {
    padding-left: 1rem
}

@media (max-width:480px) {
    .withBottomBar__link {
        margin-top: 2rem;
        position: static
    }
    .withBottomBar__link:after {
        background: url(https://common.northwestern.edu/v8/css/images/icons/arrow-right-dkpurple.svg) top 35% right 50%/6px 10px no-repeat;
        padding-right: 1.5em;
        content: " "
    }
}

.withBottomBar--padLess {
    padding-bottom: 0
}

.news-box h5 {
    font: 18px/1.3em "Akkurat Pro Bold", "Arial Black", sans-serif;
    color: #342f2e;
    margin-bottom: 1rem
}

.newsBoxes:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:820px) {
    .newsBoxes--stackMd .news-box {
        margin: 0;
        width: 100%
    }
}

.textPrompts h6 {
    margin: 0
}

.textPrompts p {
    margin-top: 0
}

.photo-feature {
    position: relative
}

.photo-feature img {
    display: block;
    width: 100%
}

.photo-feature .text-over-image {
    color: #fff;
    padding: 0 2em;
    position: absolute;
    bottom: 1rem;
    z-index: 31;
    width: 80%
}

.photo-feature .text-over-image h4 {
    font: 24px "Akkurat Pro Bold", "Arial Black", sans-serif;
    color: #fff;
    margin-bottom: -.5rem;
    text-shadow: 2px 2px 0 #000
}

@media (max-width:820px) {
    .photo-feature .text-over-image h4 {
        font-size: 20px
    }
}

.photo-feature p {
    font: 14px/1.3em "Akkurat Pro Regular", Arial, sans-serif;
    text-shadow: 2px 2px 0 #000
}

@media (max-width:820px) {
    .photo-feature p {
        font-size: 12px
    }
}

.photo-feature p.link {
    font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
    text-transform: uppercase
}

.photo-feature .back {
    background-color: #836eaa;
    width: 100%
}

.photo-feature .back-text {
    color: #fff;
    padding: 0 2em;
    position: absolute;
    z-index: 31;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center
}

.photo-feature .back-text p {
    text-shadow: none
}

.photo-feature .back-text p.link {
    margin-top: 1em
}

.photo-feature .back-text h4 {
    font: 18px "Akkurat Pro Bold", "Arial Black", sans-serif;
    color: #fff;
    margin-bottom: 1.5em;
    text-shadow: none
}

@media (max-width:820px) {
    .photo-feature .back-text h4 {
        font-size: 14px;
        margin: 0 0 15px
    }
}

.imgWrapper {
    position: relative
}

.imgWrapper img {
    display: block;
    width: 100%
}

.imgWrapper__tag {
    background: #fff;
    border: 1px solid rgba(15, 70, 100, .12);
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0
}

.imgWrapper__button {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    right: 0;
    left: 0;
    text-align: center
}

.newsItem {
    margin: 2rem 0;
    clear: both;
    overflow: hidden
}

.withBottomBar .newsItem {
    margin-bottom: 0
}

.newsItem>img {
    float: left;
    margin: 0 1rem 1rem 0
}

@media (max-width:480px) {
    .newsItem>img {
        float: none;
        margin: 0 0 1rem
    }
}

.newsItem__title {
    font: 18px/1.3em "Akkurat Pro Bold", "Arial Black", sans-serif;
    margin-bottom: .5rem
}

.newsItem__date {
    font: 14px/1.4em "Akkurat Pro Bold", "Arial Black", sans-serif;
    color: #342f2e
}

.newsItem__description {
    margin-top: .5rem
}

hr {
    margin: 2rem 0;
    padding: 0;
    border: none;
    height: 1px;
    background: rgba(15, 70, 100, .12);
    clear: both
}

.block {
    margin: 2rem 0
}

.block>:first-child {
    margin-top: 0!important
}

.block>:last-child {
    margin-bottom: 0!important
}

.block--bordered {
    border: 1px solid rgba(15, 70, 100, .12);
    padding: 15px
}

.block__header {
    margin-bottom: 0
}

.block__subheader {
    font-weight: 700;
    margin-top: 0
}

.event .event-description p:last-of-type {
    margin-bottom: 0
}

h3+.event {
    margin-top: 2rem
}

.standard-page .event .cost {
    padding-left: 10px;
    color: #666
}

@media (max-width:480px) {
    .standard-page .event .cost {
        padding-left: 0;
        display: block;
        margin-top: 10px
    }
}

@media (max-width:480px) {
    .standard-page .event--trimForMobile .event-date {
        display: none
    }
    .standard-page .event--trimForMobile .event-description {
        margin: 0
    }
    .standard-page .event--trimForMobile .event-description>h2:first-child,
    .standard-page .event--trimForMobile .event-description>h4:nth-child(2) {
        display: none
    }
}

.tagPills {
    margin: 15px -1px 0
}

.tagPill {
    display: inline-block!important;
    border: 1px solid #888;
    background: #fafafa!important;
    padding: 5px 8px!important;
    margin: 2px 1px
}

.alternate-photo-float .text>:first-child {
    margin-top: 0!important
}

.alternate-photo-float .text>:last-child {
    margin-bottom: 0!important
}

@media screen and (max-width:875px) {
    .alternate-photo-float .text {
        padding-top: 1rem
    }
}

.alternate-photo-float .image-left img,
.alternate-photo-float .image-right img {
    display: block
}

.personText>:first-child {
    margin-top: 0!important
}

.personText>:last-child {
    margin-bottom: 0!important
}

.personText h4 {
    font: 24px/1.2em "Poppins Bold", Impact, sans-serif;
    color: #716c6b;
    margin-bottom: 0
}

.personText p.title {
    font: 18px/1.2em "Akkurat Pro Bold", "Arial Black", sans-serif;
    margin-top: 0
}

.personText--small {
    color: #342f2e;
    line-height: 1.7
}

.personText--small>* {
    font-size: 16px
}

.personText--small h4 {
    font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
    font-size: 16px;
    color: inherit;
    line-height: inherit
}

.personText--small p.title {
    font-family: "Akkurat Pro Regular", Arial, sans-serif;
    font-size: 16px;
    color: inherit;
    line-height: inherit
}

.personText--small p {
    margin: 0
}

.personTextWithThumb>img {
    float: left;
    width: 92px
}

.personTextWithThumb .personText {
    margin-left: 125px
}

.dl {
    text-align: left
}

.dl+.dl {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(15, 70, 100, .12)
}

.dl dt {
    float: left;
    clear: left;
    font-size: 14px;
    font-weight: 700
}

.dl dd {
    padding: 0 0 10px 15px;
    display: block;
    clear: right
}

.dl dd:last-child {
    padding-bottom: 0
}

.dl--small dt {
    width: 65px
}

.dl--small dd {
    margin-left: 65px
}

.dl--iconDt dt {
    width: 20px
}

.dl--iconDt dd {
    margin-left: 20px
}

.dl--iconDt dt i {
    font-size: 20px;
    vertical-align: middle
}

.dl--iconDt dd {
    padding-bottom: 0
}

.noteText {
    font-size: 12px;
    display: block;
    margin: 10px 0 0
}

.standard-page .background-select p a {
    color: inherit;
    text-decoration: underline
}

.iframeWrapper {
    overflow: hidden;
    height: 0;
    position: relative
}

.iframeWrapper>* {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.iframeWrapper--ratio--16-9 {
    padding-bottom: 56.25%
}

.eventWithImage {
    margin: 3rem 0
}

.eventText .dateLocation {
    font: 14px/1.4em "Akkurat Pro Bold", "Arial Black", sans-serif;
    color: #342f2e
}

.eventText .cost {
    color: #666;
    font-size: 13px
}

.eventText .meta {
    color: #666;
    margin-top: 0
}

.profileHeader>:first-child {
    margin-top: 0!important
}

.profileHeader>:last-child {
    margin-bottom: 0!important
}

.profileHeader>* {
    margin: .5rem 0
}

.profileHeader__year {
    font-weight: 700
}

.standard-page .content.large-feature {
    float: none
}

.connectBlock__header {
    text-align: center;
    margin: 30px 0 40px
}

.connectBlock__header .social {
    margin: 40px 32px;
    transform: scale(2)
}

.connectBlock__feed {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin: -1rem
}

.connectBlock__feed>* {
    margin: 1rem
}

.connectBlock__feed>div {
    max-width: 338px;
    background: #d2c2eb;
    padding: 20px 20px 50px;
    position: relative
}

.connectBlock__feed>div p {
    margin: 0 0 15px
}

.connectBlock__feed .social {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0
}

span.social {
    pointer-events: none
}

#top-nav ul li a.button,
.button,
.content a.button,
.content p.button a,
.content-full a.button,
.content-full p.button a,
.hero a.button,
.tl-slideshow a.button,
input[type=submit] {
    border: 2px solid #4e2a84;
    padding-top: 9.2px;
    padding-bottom: 9.2px
}

#top-nav ul li a.button.secondary,
.button.secondary,
.content a.button.secondary,
.content p.button a.secondary,
.content-full a.button.secondary,
.content-full p.button a.secondary,
.hero a.button.secondary,
.tl-slideshow a.button.secondary,
input[type=submit].secondary {
    color: #4e2a84;
    background: #fff
}

#top-nav ul li a.button:before,
.button:before,
.content a.button:before,
.content p.button a:before,
.content-full a.button:before,
.content-full p.button a:before,
.hero a.button:before,
.tl-slideshow a.button:before,
input[type=submit]:before {
    margin: -2px
}

.playVideoHeader i {
    float: left;
    font-size: 50px
}

.playVideoHeader .text {
    display: block;
    margin-left: 52px
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide,
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
    z-index: 0
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

/* edits for president announcement - 5/18/2026 */
.landing-page .hero.news-hero .hero-image,
.landing-page .hero.news-hero .hero-image .button-text-home {
    margin-bottom: 0;
    padding-bottom: 0;
}