@charset "UTF-8";
    
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: acumin-pro, "Franklin Gothic", sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@font-face {
    font-family: "FontAwesome";
    src: url("/?originalUrl=https%3A%2F%2Fmath.purdue.edu%2Fcss%2Ffonts%2Ffontawesome-webfont.woff2%3Fv%3D4.4.0") format("woff2"), url("/?originalUrl=https%3A%2F%2Fmath.purdue.edu%2Fcss%2Ffonts%2Ffontawesome-webfont.woff%3Fv%3D4.4.0") format("woff");
    font-weight: 400;
    font-style: normal;
}
.fa {
    display: inline-block;
    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: solid .08em #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 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    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: ""}
.fa-music:before {
    content: ""}
.fa-search:before {
    content: ""}
.fa-envelope-o:before {
    content: ""}
.fa-heart:before {
    content: ""}
.fa-star:before {
    content: ""}
.fa-star-o:before {
    content: ""}
.fa-user:before {
    content: ""}
.fa-film:before {
    content: ""}
.fa-th-large:before {
    content: ""}
.fa-th:before {
    content: ""}
.fa-th-list:before {
    content: ""}
.fa-check:before {
    content: ""}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: ""}
.fa-search-plus:before {
    content: ""}
.fa-search-minus:before {
    content: ""}
.fa-power-off:before {
    content: ""}
.fa-signal:before {
    content: ""}
.fa-gear:before, .fa-cog:before {
    content: ""}
.fa-trash-o:before {
    content: ""}
.fa-home:before {
    content: ""}
.fa-file-o:before {
    content: ""}
.fa-clock-o:before {
    content: ""}
.fa-road:before {
    content: ""}
.fa-download:before {
    content: ""}
.fa-arrow-circle-o-down:before {
    content: ""}
.fa-arrow-circle-o-up:before {
    content: ""}
.fa-inbox:before {
    content: ""}
.fa-play-circle-o:before {
    content: ""}
.fa-rotate-right:before, .fa-repeat:before {
    content: ""}
.fa-refresh:before {
    content: ""}
.fa-list-alt:before {
    content: ""}
.fa-lock:before {
    content: ""}
.fa-flag:before {
    content: ""}
.fa-headphones:before {
    content: ""}
.fa-volume-off:before {
    content: ""}
.fa-volume-down:before {
    content: ""}
.fa-volume-up:before {
    content: ""}
.fa-qrcode:before {
    content: ""}
.fa-barcode:before {
    content: ""}
.fa-tag:before {
    content: ""}
.fa-tags:before {
    content: ""}
.fa-book:before {
    content: ""}
.fa-bookmark:before {
    content: ""}
.fa-print:before {
    content: ""}
.fa-camera:before {
    content: ""}
.fa-font:before {
    content: ""}
.fa-bold:before {
    content: ""}
.fa-italic:before {
    content: ""}
.fa-text-height:before {
    content: ""}
.fa-text-width:before {
    content: ""}
.fa-align-left:before {
    content: ""}
.fa-align-center:before {
    content: ""}
.fa-align-right:before {
    content: ""}
.fa-align-justify:before {
    content: ""}
.fa-list:before {
    content: ""}
.fa-dedent:before, .fa-outdent:before {
    content: ""}
.fa-indent:before {
    content: ""}
.fa-video-camera:before {
    content: ""}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: ""}
.fa-pencil:before {
    content: ""}
.fa-map-marker:before {
    content: ""}
.fa-adjust:before {
    content: ""}
.fa-tint:before {
    content: ""}
.fa-edit:before, .fa-pencil-square-o:before {
    content: ""}
.fa-share-square-o:before {
    content: ""}
.fa-check-square-o:before {
    content: ""}
.fa-arrows:before {
    content: ""}
.fa-step-backward:before {
    content: ""}
.fa-fast-backward:before {
    content: ""}
.fa-backward:before {
    content: ""}
.fa-play:before {
    content: ""}
.fa-pause:before {
    content: ""}
.fa-stop:before {
    content: ""}
.fa-forward:before {
    content: ""}
.fa-fast-forward:before {
    content: ""}
.fa-step-forward:before {
    content: ""}
.fa-eject:before {
    content: ""}
.fa-chevron-left:before {
    content: ""}
.fa-chevron-right:before {
    content: ""}
.fa-plus-circle:before {
    content: ""}
.fa-minus-circle:before {
    content: ""}
.fa-times-circle:before {
    content: ""}
.fa-check-circle:before {
    content: ""}
.fa-question-circle:before {
    content: ""}
.fa-info-circle:before {
    content: ""}
.fa-crosshairs:before {
    content: ""}
.fa-times-circle-o:before {
    content: ""}
.fa-check-circle-o:before {
    content: ""}
.fa-ban:before {
    content: ""}
.fa-arrow-left:before {
    content: ""}
.fa-arrow-right:before {
    content: ""}
.fa-arrow-up:before {
    content: ""}
.fa-arrow-down:before {
    content: ""}
.fa-mail-forward:before, .fa-share:before {
    content: ""}
.fa-expand:before {
    content: ""}
.fa-compress:before {
    content: ""}
.fa-plus:before {
    content: ""}
.fa-minus:before {
    content: ""}
.fa-asterisk:before {
    content: ""}
.fa-exclamation-circle:before {
    content: ""}
.fa-gift:before {
    content: ""}
.fa-leaf:before {
    content: ""}
.fa-fire:before {
    content: ""}
.fa-eye:before {
    content: ""}
.fa-eye-slash:before {
    content: ""}
.fa-warning:before, .fa-exclamation-triangle:before {
    content: ""}
.fa-plane:before {
    content: ""}
.fa-calendar:before {
    content: ""}
.fa-random:before {
    content: ""}
.fa-comment:before {
    content: ""}
.fa-magnet:before {
    content: ""}
.fa-chevron-up:before {
    content: ""}
.fa-chevron-down:before {
    content: ""}
.fa-retweet:before {
    content: ""}
.fa-shopping-cart:before {
    content: ""}
.fa-folder:before {
    content: ""}
.fa-folder-open:before {
    content: ""}
.fa-arrows-v:before {
    content: ""}
.fa-arrows-h:before {
    content: ""}
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: ""}
.fa-twitter-square:before {
    content: ""}
.fa-facebook-square:before {
    content: ""}
.fa-camera-retro:before {
    content: ""}
.fa-key:before {
    content: ""}
.fa-gears:before, .fa-cogs:before {
    content: ""}
.fa-comments:before {
    content: ""}
.fa-thumbs-o-up:before {
    content: ""}
.fa-thumbs-o-down:before {
    content: ""}
.fa-star-half:before {
    content: ""}
.fa-heart-o:before {
    content: ""}
.fa-sign-out:before {
    content: ""}
.fa-linkedin-square:before {
    content: ""}
.fa-thumb-tack:before {
    content: ""}
.fa-external-link:before {
    content: ""}
.fa-sign-in:before {
    content: ""}
.fa-trophy:before {
    content: ""}
.fa-github-square:before {
    content: ""}
.fa-upload:before {
    content: ""}
.fa-lemon-o:before {
    content: ""}
.fa-phone:before {
    content: ""}
.fa-square-o:before {
    content: ""}
.fa-bookmark-o:before {
    content: ""}
.fa-phone-square:before {
    content: ""}
.fa-twitter:before {
    content: ""}
.fa-facebook-f:before, .fa-facebook:before {
    content: ""}
.fa-github:before {
    content: ""}
.fa-unlock:before {
    content: ""}
.fa-credit-card:before {
    content: ""}
.fa-feed:before, .fa-rss:before {
    content: ""}
.fa-hdd-o:before {
    content: ""}
.fa-bullhorn:before {
    content: ""}
.fa-bell:before {
    content: ""}
.fa-certificate:before {
    content: ""}
.fa-hand-o-right:before {
    content: ""}
.fa-hand-o-left:before {
    content: ""}
.fa-hand-o-up:before {
    content: ""}
.fa-hand-o-down:before {
    content: ""}
.fa-arrow-circle-left:before {
    content: ""}
.fa-arrow-circle-right:before {
    content: ""}
.fa-arrow-circle-up:before {
    content: ""}
.fa-arrow-circle-down:before {
    content: ""}
.fa-globe:before {
    content: ""}
.fa-wrench:before {
    content: ""}
.fa-tasks:before {
    content: ""}
.fa-filter:before {
    content: ""}
.fa-briefcase:before {
    content: ""}
.fa-arrows-alt:before {
    content: ""}
.fa-group:before, .fa-users:before {
    content: ""}
.fa-chain:before, .fa-link:before {
    content: ""}
.fa-cloud:before {
    content: ""}
.fa-flask:before {
    content: ""}
.fa-cut:before, .fa-scissors:before {
    content: ""}
.fa-copy:before, .fa-files-o:before {
    content: ""}
.fa-paperclip:before {
    content: ""}
.fa-save:before, .fa-floppy-o:before {
    content: ""}
.fa-square:before {
    content: ""}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: ""}
.fa-list-ul:before {
    content: ""}
.fa-list-ol:before {
    content: ""}
.fa-strikethrough:before {
    content: ""}
.fa-underline:before {
    content: ""}
.fa-table:before {
    content: ""}
.fa-magic:before {
    content: ""}
.fa-truck:before {
    content: ""}
.fa-pinterest:before {
    content: ""}
.fa-pinterest-square:before {
    content: ""}
.fa-google-plus-square:before {
    content: ""}
.fa-google-plus:before {
    content: ""}
.fa-money:before {
    content: ""}
.fa-caret-down:before {
    content: ""}
.fa-caret-up:before {
    content: ""}
.fa-caret-left:before {
    content: ""}
.fa-caret-right:before {
    content: ""}
.fa-columns:before {
    content: ""}
.fa-unsorted:before, .fa-sort:before {
    content: ""}
.fa-sort-down:before, .fa-sort-desc:before {
    content: ""}
.fa-sort-up:before, .fa-sort-asc:before {
    content: ""}
.fa-envelope:before {
    content: ""}
.fa-linkedin:before {
    content: ""}
.fa-rotate-left:before, .fa-undo:before {
    content: ""}
.fa-legal:before, .fa-gavel:before {
    content: ""}
.fa-dashboard:before, .fa-tachometer:before {
    content: ""}
.fa-comment-o:before {
    content: ""}
.fa-comments-o:before {
    content: ""}
.fa-flash:before, .fa-bolt:before {
    content: ""}
.fa-sitemap:before {
    content: ""}
.fa-umbrella:before {
    content: ""}
.fa-paste:before, .fa-clipboard:before {
    content: ""}
.fa-lightbulb-o:before {
    content: ""}
.fa-exchange:before {
    content: ""}
.fa-cloud-download:before {
    content: ""}
.fa-cloud-upload:before {
    content: ""}
.fa-user-md:before {
    content: ""}
.fa-stethoscope:before {
    content: ""}
.fa-suitcase:before {
    content: ""}
.fa-bell-o:before {
    content: ""}
.fa-coffee:before {
    content: ""}
.fa-cutlery:before {
    content: ""}
.fa-file-text-o:before {
    content: ""}
.fa-building-o:before {
    content: ""}
.fa-hospital-o:before {
    content: ""}
.fa-ambulance:before {
    content: ""}
.fa-medkit:before {
    content: ""}
.fa-fighter-jet:before {
    content: ""}
.fa-beer:before {
    content: ""}
.fa-h-square:before {
    content: ""}
.fa-plus-square:before {
    content: ""}
.fa-angle-double-left:before {
    content: ""}
.fa-angle-double-right:before {
    content: ""}
.fa-angle-double-up:before {
    content: ""}
.fa-angle-double-down:before {
    content: ""}
.fa-angle-left:before {
    content: ""}
.fa-angle-right:before {
    content: ""}
.fa-angle-up:before {
    content: ""}
.fa-angle-down:before {
    content: ""}
.fa-desktop:before {
    content: ""}
.fa-laptop:before {
    content: ""}
.fa-tablet:before {
    content: ""}
.fa-mobile-phone:before, .fa-mobile:before {
    content: ""}
.fa-circle-o:before {
    content: ""}
.fa-quote-left:before {
    content: ""}
.fa-quote-right:before {
    content: ""}
.fa-spinner:before {
    content: ""}
.fa-circle:before {
    content: ""}
.fa-mail-reply:before, .fa-reply:before {
    content: ""}
.fa-github-alt:before {
    content: ""}
.fa-folder-o:before {
    content: ""}
.fa-folder-open-o:before {
    content: ""}
.fa-smile-o:before {
    content: ""}
.fa-frown-o:before {
    content: ""}
.fa-meh-o:before {
    content: ""}
.fa-gamepad:before {
    content: ""}
.fa-keyboard-o:before {
    content: ""}
.fa-flag-o:before {
    content: ""}
.fa-flag-checkered:before {
    content: ""}
.fa-terminal:before {
    content: ""}
.fa-code:before {
    content: ""}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: ""}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: ""}
.fa-location-arrow:before {
    content: ""}
.fa-crop:before {
    content: ""}
.fa-code-fork:before {
    content: ""}
.fa-unlink:before, .fa-chain-broken:before {
    content: ""}
.fa-question:before {
    content: ""}
.fa-info:before {
    content: ""}
.fa-exclamation:before {
    content: ""}
.fa-superscript:before {
    content: ""}
.fa-subscript:before {
    content: ""}
.fa-eraser:before {
    content: ""}
.fa-puzzle-piece:before {
    content: ""}
.fa-microphone:before {
    content: ""}
.fa-microphone-slash:before {
    content: ""}
.fa-shield:before {
    content: ""}
.fa-calendar-o:before {
    content: ""}
.fa-fire-extinguisher:before {
    content: ""}
.fa-rocket:before {
    content: ""}
.fa-maxcdn:before {
    content: ""}
.fa-chevron-circle-left:before {
    content: ""}
.fa-chevron-circle-right:before {
    content: ""}
.fa-chevron-circle-up:before {
    content: ""}
.fa-chevron-circle-down:before {
    content: ""}
.fa-html5:before {
    content: ""}
.fa-css3:before {
    content: ""}
.fa-anchor:before {
    content: ""}
.fa-unlock-alt:before {
    content: ""}
.fa-bullseye:before {
    content: ""}
.fa-ellipsis-h:before {
    content: ""}
.fa-ellipsis-v:before {
    content: ""}
.fa-rss-square:before {
    content: ""}
.fa-play-circle:before {
    content: ""}
.fa-ticket:before {
    content: ""}
.fa-minus-square:before {
    content: ""}
.fa-minus-square-o:before {
    content: ""}
.fa-level-up:before {
    content: ""}
.fa-level-down:before {
    content: ""}
.fa-check-square:before {
    content: ""}
.fa-pencil-square:before {
    content: ""}
.fa-external-link-square:before {
    content: ""}
.fa-share-square:before {
    content: ""}
.fa-compass:before {
    content: ""}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: ""}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: ""}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: ""}
.fa-euro:before, .fa-eur:before {
    content: ""}
.fa-gbp:before {
    content: ""}
.fa-dollar:before, .fa-usd:before {
    content: ""}
.fa-rupee:before, .fa-inr:before {
    content: ""}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: ""}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: ""}
.fa-won:before, .fa-krw:before {
    content: ""}
.fa-bitcoin:before, .fa-btc:before {
    content: ""}
.fa-file:before {
    content: ""}
.fa-file-text:before {
    content: ""}
.fa-sort-alpha-asc:before {
    content: ""}
.fa-sort-alpha-desc:before {
    content: ""}
.fa-sort-amount-asc:before {
    content: ""}
.fa-sort-amount-desc:before {
    content: ""}
.fa-sort-numeric-asc:before {
    content: ""}
.fa-sort-numeric-desc:before {
    content: ""}
.fa-thumbs-up:before {
    content: ""}
.fa-thumbs-down:before {
    content: ""}
.fa-youtube-square:before {
    content: ""}
.fa-youtube:before {
    content: ""}
.fa-xing:before {
    content: ""}
.fa-xing-square:before {
    content: ""}
.fa-youtube-play:before {
    content: ""}
.fa-dropbox:before {
    content: ""}
.fa-stack-overflow:before {
    content: ""}
.fa-instagram:before {
    content: ""}
.fa-flickr:before {
    content: ""}
.fa-adn:before {
    content: ""}
.fa-bitbucket:before {
    content: ""}
.fa-bitbucket-square:before {
    content: ""}
.fa-tumblr:before {
    content: ""}
.fa-tumblr-square:before {
    content: ""}
.fa-long-arrow-down:before {
    content: ""}
.fa-long-arrow-up:before {
    content: ""}
.fa-long-arrow-left:before {
    content: ""}
.fa-long-arrow-right:before {
    content: ""}
.fa-apple:before {
    content: ""}
.fa-windows:before {
    content: ""}
.fa-android:before {
    content: ""}
.fa-linux:before {
    content: ""}
.fa-dribbble:before {
    content: ""}
.fa-skype:before {
    content: ""}
.fa-foursquare:before {
    content: ""}
.fa-trello:before {
    content: ""}
.fa-female:before {
    content: ""}
.fa-male:before {
    content: ""}
.fa-gittip:before, .fa-gratipay:before {
    content: ""}
.fa-sun-o:before {
    content: ""}
.fa-moon-o:before {
    content: ""}
.fa-archive:before {
    content: ""}
.fa-bug:before {
    content: ""}
.fa-vk:before {
    content: ""}
.fa-weibo:before {
    content: ""}
.fa-renren:before {
    content: ""}
.fa-pagelines:before {
    content: ""}
.fa-stack-exchange:before {
    content: ""}
.fa-arrow-circle-o-right:before {
    content: ""}
.fa-arrow-circle-o-left:before {
    content: ""}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: ""}
.fa-dot-circle-o:before {
    content: ""}
.fa-wheelchair:before {
    content: ""}
.fa-vimeo-square:before {
    content: ""}
.fa-turkish-lira:before, .fa-try:before {
    content: ""}
.fa-plus-square-o:before {
    content: ""}
.fa-space-shuttle:before {
    content: ""}
.fa-slack:before {
    content: ""}
.fa-envelope-square:before {
    content: ""}
.fa-wordpress:before {
    content: ""}
.fa-openid:before {
    content: ""}
.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: ""}
.fa-mortar-board:before, .fa-graduation-cap:before {
    content: ""}
.fa-yahoo:before {
    content: ""}
.fa-google:before {
    content: ""}
.fa-reddit:before {
    content: ""}
.fa-reddit-square:before {
    content: ""}
.fa-stumbleupon-circle:before {
    content: ""}
.fa-stumbleupon:before {
    content: ""}
.fa-delicious:before {
    content: ""}
.fa-digg:before {
    content: ""}
.fa-pied-piper:before {
    content: ""}
.fa-pied-piper-alt:before {
    content: ""}
.fa-drupal:before {
    content: ""}
.fa-joomla:before {
    content: ""}
.fa-language:before {
    content: ""}
.fa-fax:before {
    content: ""}
.fa-building:before {
    content: ""}
.fa-child:before {
    content: ""}
.fa-paw:before {
    content: ""}
.fa-spoon:before {
    content: ""}
.fa-cube:before {
    content: ""}
.fa-cubes:before {
    content: ""}
.fa-behance:before {
    content: ""}
.fa-behance-square:before {
    content: ""}
.fa-steam:before {
    content: ""}
.fa-steam-square:before {
    content: ""}
.fa-recycle:before {
    content: ""}
.fa-automobile:before, .fa-car:before {
    content: ""}
.fa-cab:before, .fa-taxi:before {
    content: ""}
.fa-tree:before {
    content: ""}
.fa-spotify:before {
    content: ""}
.fa-deviantart:before {
    content: ""}
.fa-soundcloud:before {
    content: ""}
.fa-database:before {
    content: ""}
.fa-file-pdf-o:before {
    content: ""}
.fa-file-word-o:before {
    content: ""}
.fa-file-excel-o:before {
    content: ""}
.fa-file-powerpoint-o:before {
    content: ""}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: ""}
.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: ""}
.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: ""}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: ""}
.fa-file-code-o:before {
    content: ""}
.fa-vine:before {
    content: ""}
.fa-codepen:before {
    content: ""}
.fa-jsfiddle:before {
    content: ""}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: ""}
.fa-circle-o-notch:before {
    content: ""}
.fa-ra:before, .fa-rebel:before {
    content: ""}
.fa-ge:before, .fa-empire:before {
    content: ""}
.fa-git-square:before {
    content: ""}
.fa-git:before {
    content: ""}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: ""}
.fa-tencent-weibo:before {
    content: ""}
.fa-qq:before {
    content: ""}
.fa-wechat:before, .fa-weixin:before {
    content: ""}
.fa-send:before, .fa-paper-plane:before {
    content: ""}
.fa-send-o:before, .fa-paper-plane-o:before {
    content: ""}
.fa-history:before {
    content: ""}
.fa-circle-thin:before {
    content: ""}
.fa-header:before {
    content: ""}
.fa-paragraph:before {
    content: ""}
.fa-sliders:before {
    content: ""}
.fa-share-alt:before {
    content: ""}
.fa-share-alt-square:before {
    content: ""}
.fa-bomb:before {
    content: ""}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: ""}
.fa-tty:before {
    content: ""}
.fa-binoculars:before {
    content: ""}
.fa-plug:before {
    content: ""}
.fa-slideshare:before {
    content: ""}
.fa-twitch:before {
    content: ""}
.fa-yelp:before {
    content: ""}
.fa-newspaper-o:before {
    content: ""}
.fa-wifi:before {
    content: ""}
.fa-calculator:before {
    content: ""}
.fa-paypal:before {
    content: ""}
.fa-google-wallet:before {
    content: ""}
.fa-cc-visa:before {
    content: ""}
.fa-cc-mastercard:before {
    content: ""}
.fa-cc-discover:before {
    content: ""}
.fa-cc-amex:before {
    content: ""}
.fa-cc-paypal:before {
    content: ""}
.fa-cc-stripe:before {
    content: ""}
.fa-bell-slash:before {
    content: ""}
.fa-bell-slash-o:before {
    content: ""}
.fa-trash:before {
    content: ""}
.fa-copyright:before {
    content: ""}
.fa-at:before {
    content: ""}
.fa-eyedropper:before {
    content: ""}
.fa-paint-brush:before {
    content: ""}
.fa-birthday-cake:before {
    content: ""}
.fa-area-chart:before {
    content: ""}
.fa-pie-chart:before {
    content: ""}
.fa-line-chart:before {
    content: ""}
.fa-lastfm:before {
    content: ""}
.fa-lastfm-square:before {
    content: ""}
.fa-toggle-off:before {
    content: ""}
.fa-toggle-on:before {
    content: ""}
.fa-bicycle:before {
    content: ""}
.fa-bus:before {
    content: ""}
.fa-ioxhost:before {
    content: ""}
.fa-angellist:before {
    content: ""}
.fa-cc:before {
    content: ""}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: ""}
.fa-meanpath:before {
    content: ""}
.fa-buysellads:before {
    content: ""}
.fa-connectdevelop:before {
    content: ""}
.fa-dashcube:before {
    content: ""}
.fa-forumbee:before {
    content: ""}
.fa-leanpub:before {
    content: ""}
.fa-sellsy:before {
    content: ""}
.fa-shirtsinbulk:before {
    content: ""}
.fa-simplybuilt:before {
    content: ""}
.fa-skyatlas:before {
    content: ""}
.fa-cart-plus:before {
    content: ""}
.fa-cart-arrow-down:before {
    content: ""}
.fa-diamond:before {
    content: ""}
.fa-ship:before {
    content: ""}
.fa-user-secret:before {
    content: ""}
.fa-motorcycle:before {
    content: ""}
.fa-street-view:before {
    content: ""}
.fa-heartbeat:before {
    content: ""}
.fa-venus:before {
    content: ""}
.fa-mars:before {
    content: ""}
.fa-mercury:before {
    content: ""}
.fa-intersex:before, .fa-transgender:before {
    content: ""}
.fa-transgender-alt:before {
    content: ""}
.fa-venus-double:before {
    content: ""}
.fa-mars-double:before {
    content: ""}
.fa-venus-mars:before {
    content: ""}
.fa-mars-stroke:before {
    content: ""}
.fa-mars-stroke-v:before {
    content: ""}
.fa-mars-stroke-h:before {
    content: ""}
.fa-neuter:before {
    content: ""}
.fa-genderless:before {
    content: ""}
.fa-facebook-official:before {
    content: ""}
.fa-pinterest-p:before {
    content: ""}
.fa-whatsapp:before {
    content: ""}
.fa-server:before {
    content: ""}
.fa-user-plus:before {
    content: ""}
.fa-user-times:before {
    content: ""}
.fa-hotel:before, .fa-bed:before {
    content: ""}
.fa-viacoin:before {
    content: ""}
.fa-train:before {
    content: ""}
.fa-subway:before {
    content: ""}
.fa-medium:before {
    content: ""}
.fa-yc:before, .fa-y-combinator:before {
    content: ""}
.fa-optin-monster:before {
    content: ""}
.fa-opencart:before {
    content: ""}
.fa-expeditedssl:before {
    content: ""}
.fa-battery-4:before, .fa-battery-full:before {
    content: ""}
.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: ""}
.fa-battery-2:before, .fa-battery-half:before {
    content: ""}
.fa-battery-1:before, .fa-battery-quarter:before {
    content: ""}
.fa-battery-0:before, .fa-battery-empty:before {
    content: ""}
.fa-mouse-pointer:before {
    content: ""}
.fa-i-cursor:before {
    content: ""}
.fa-object-group:before {
    content: ""}
.fa-object-ungroup:before {
    content: ""}
.fa-sticky-note:before {
    content: ""}
.fa-sticky-note-o:before {
    content: ""}
.fa-cc-jcb:before {
    content: ""}
.fa-cc-diners-club:before {
    content: ""}
.fa-clone:before {
    content: ""}
.fa-balance-scale:before {
    content: ""}
.fa-hourglass-o:before {
    content: ""}
.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: ""}
.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: ""}
.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: ""}
.fa-hourglass:before {
    content: ""}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: ""}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: ""}
.fa-hand-scissors-o:before {
    content: ""}
.fa-hand-lizard-o:before {
    content: ""}
.fa-hand-spock-o:before {
    content: ""}
.fa-hand-pointer-o:before {
    content: ""}
.fa-hand-peace-o:before {
    content: ""}
.fa-trademark:before {
    content: ""}
.fa-registered:before {
    content: ""}
.fa-creative-commons:before {
    content: ""}
.fa-gg:before {
    content: ""}
.fa-gg-circle:before {
    content: ""}
.fa-tripadvisor:before {
    content: ""}
.fa-odnoklassniki:before {
    content: ""}
.fa-odnoklassniki-square:before {
    content: ""}
.fa-get-pocket:before {
    content: ""}
.fa-wikipedia-w:before {
    content: ""}
.fa-safari:before {
    content: ""}
.fa-chrome:before {
    content: ""}
.fa-firefox:before {
    content: ""}
.fa-opera:before {
    content: ""}
.fa-internet-explorer:before {
    content: ""}
.fa-tv:before, .fa-television:before {
    content: ""}
.fa-contao:before {
    content: ""}
.fa-500px:before {
    content: ""}
.fa-amazon:before {
    content: ""}
.fa-calendar-plus-o:before {
    content: ""}
.fa-calendar-minus-o:before {
    content: ""}
.fa-calendar-times-o:before {
    content: ""}
.fa-calendar-check-o:before {
    content: ""}
.fa-industry:before {
    content: ""}
.fa-map-pin:before {
    content: ""}
.fa-map-signs:before {
    content: ""}
.fa-map-o:before {
    content: ""}
.fa-map:before {
    content: ""}
.fa-commenting:before {
    content: ""}
.fa-commenting-o:before {
    content: ""}
.fa-houzz:before {
    content: ""}
.fa-vimeo:before {
    content: ""}
.fa-black-tie:before {
    content: ""}
.fa-fonticons:before {
    content: ""}
html {
    background-color: #3b3b3b;
    font-size: 100%}
body {
    font-family: acumin-pro, "Franklin Gothic", sans-serif;
}
@media (min-width:768px) {
    body {
    font-family: acumin-pro, "Franklin Gothic", sans-serif;
    font-size: 1em;
    line-height: 1.5em;
}
}@media (max-width:767px) {
    body {
    font-size: 1.125em;
    line-height: 1.33333em;
}
}h1 {
    margin: 0 0 2rem;
    line-height: 1.22;
    font-family: acumin-pro, "Franklin Gothic", sans-serif;
    color: #000;
    font-size: 2.3125rem;
    font-weight: 700;
}
@media (max-width:415px) {
    h1 {
    font-size: 1.875rem;
}
}h2 {
    font-family: acumin-pro-condensed, "Franklin Gothic", sans-serif;
    margin: 2rem 0 1.5rem;
    line-height: 1.2;
    color: #8e6f3e;
    font-size: 2em;
    font-weight: 600;
}
@media (max-width:415px) {
    h2 {
    font-size: 1.6875rem;
}
}h3 {
    font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif;
    margin: 1.75rem 0 1.5rem;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
    font-size: 1.5625rem;
}
@media (max-width:415px) {
    h3 {
    font-size: 1.375rem;
}
}h4 {
    font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif;
    margin: 1.5rem 0 1.5rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 500;
    color: #555960;
    font-size: 1.375rem;
}
@media (max-width:415px) {
    h4 {
    font-size: 1.375rem;
}
}h5 {
    font-family: acumin-pro, "Franklin Gothic", sans-serif;
    margin: 1.5rem 0 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    color: #8e6f3e;
    font-size: 1.375em;
}
@media (max-width:415px) {
    h5 {
    font-size: 1.25rem;
}
}h6 {
    font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif;
    margin: 1.5rem 0 1.5rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-size: 1.1875rem;
}
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link {
    color: inherit;
    font-weight: inherit;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
    color: inherit;
    font-weight: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: inherit;
    font-weight: inherit;
}
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
    color: inherit;
    font-weight: inherit;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
}
h1+h3 {
    padding-top: 0;
}
h3+h6, h4+h6 {
    padding-top: 1em;
}
h4+h5, h5+h6 {
    padding-top: .75em;
}
h2+h6, h3+h5, h3+h4 {
    padding-top: .5em;
}
h1+h4, h1+h5, h1+h6, h2+h3, h2+h4, h2+h5 {
    padding-top: .25em;
}
h1+h2 {
    padding-top: .15em;
}
p {
    margin: 0!important;
    padding: 7.5px 0;
}
small {
    font-size: .75em;
    line-height: 1em;
}
big {
    font-size: 1.25em;
    line-height: 1em;
}
a:link {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}
a:visited {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}
a:hover {
    color: #000;
    font-weight: 700;
    text-decoration: none;
}
a:active {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}
ul, ol {
    padding: 10px 0 10px 35px;
}
ul {
    list-style-type: disc;
}
ul ul {
    padding-top: 0;
    padding-bottom: 0;
    list-style-type: circle;
}
ul ul ul {
    list-style-type: square;
}
ol {
    list-style-type: decimal;
}
strong, b {
    font-weight: 700;
}
i, em {
    font-style: italic;
}
u {
    text-decoration: underline;
}
.right {
    float: right;
}
.left {
    float: left;
}
.transition {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
}
.nav-skipto {
    position: absolute;
    bottom: 100%;
    display: inline-block;
    padding: 10px 20px;
    z-index: 2;
    background-color: #000;
    border: solid 1px #c28e0e;
}
.nav-skipto:link, .nav-skipto:visited, .nav-skipto:hover, .nav-skipto:active {
    color: #fff;
}
.nav-skipto:focus {
    bottom: initial;
    top: 0;
}
.header {
    font-family: acumin-pro, "Franklin Gothic", sans-serif;
}
.goldbar {
    min-height: 0!important;
    margin: 0;
    padding: 3px 0;
    border-radius: 0;
    border: none;
    background-color: #cfb991;
    color: #000;
    box-shadow: 0 2px 10px #1e1e1e;
}
.goldbar a:link {
    background-color: transparent!important;
    color: #000!important;
    font-weight: 400;
    text-decoration: none;
}
.goldbar a:visited {
    background-color: transparent!important;
    color: #000!important;
    font-weight: 400;
    text-decoration: none;
}
.goldbar a:hover {
    background-color: transparent!important;
    color: #000!important;
    font-weight: 400;
    text-decoration: underline!important;
}
.goldbar a:active {
    background-color: transparent!important;
    color: #000!important;
    font-weight: 400;
    text-decoration: none;
}
.goldbar a:focus {
    outline: solid 3px #000;
}
.goldbar button {
    border: none;
}
.goldbar button:hover, .goldbar button:focus {
    background-color: transparent!important;
    border: none;
}
.goldbar .navbar-header button.navbar-toggle {
    padding: 2px 15px;
    font-size: 1em;
}
.goldbar .navbar-header button.navbar-toggle .icon-bar {
    float: left;
    clear: left;
    margin-right: 10px;
    background-color: #000;
}
.goldbar .navbar-header button.navbar-toggle>.icon-bar:first-child {
    margin-top: 3px;
}
.goldbar .navbar-header button.navbar-toggle:hover {
    color: #000;
}
.goldbar .navbar-header button.navbar-toggle:hover .icon-bar {
    background-color: #000;
}
.goldbar button.navbar-toggle {
    position: relative;
    overflow: hidden;
}
.goldbar button.navbar-toggle:after {
    display: block;
    content: "search";
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
}
.goldbar #search {
    border: none;
}
.goldbar #search>ul {
    padding-top: 0;
    padding-bottom: 0;
}
.goldbar #search .dropdown {
    padding-right: 16px;
}
.goldbar #search a.dropdown-toggle {
    position: relative;
    overflow: hidden;
    padding: 4px 4px 4px 0!important;
}
.goldbar #search a.dropdown-toggle:after {
    display: block;
    content: "search";
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
}
.goldbar #search .open a.dropdown-toggle {
    color: #000!important;
}
.goldbar #search .dropdown-menu {
    border: none;
    box-shadow: none;
    background-color: #cfb991;
    padding: 5px;
}

.goldbar #search .dropdown-menu .form-group {
    /* margin: 0; */
}

.goldbar #search .dropdown-menu .form-group #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box {
    margin: 0;
}
.goldbar #search .dropdown-menu .form-group #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-input {
    padding: 0;
}

.goldbar #search .dropdown-menu .form-group #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-input input.gsc-input {
    width: 200px;
    padding: 3px 6px;
    color: #000;
    /* font-size: 1.23077em; */
}

/* Hiding the Enhanced by Google text */
.goldbar .gsc-input #gsc-i-id1 {
    background-image: none !important;
}

.goldbar #search .dropdown-menu .form-group #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-search-button {
    display: none;
}
.goldbar #search .dropdown-menu .form-group #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-clear-button {
    display: none;
}
.goldbar #search .dropdown-menu .form-group #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-branding {
    display: none;
}
@media (max-width:767px) {
    .goldbar #search {
    width: 100%;
    max-height: none;
    margin: 0;
}
.goldbar #search .nav {
    margin: 0 -15px;
}
.goldbar #search .nav .dropdown {
    position: static;
}
.goldbar #search .nav .dropdown-toggle {
    display: none;
}
.goldbar #search .nav .dropdown-menu {
    position: static;
    display: block;
    width: 100%;
    box-shadow: none;
    border: none;
    padding: 0 0 15px;
}
.goldbar #search .nav .dropdown-menu .form-group {
    margin: 0;
}
.goldbar #search .nav .dropdown-menu .form-group #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-input {
    width: 100%}
.goldbar #search .nav .dropdown-menu .form-group #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-input input.gsc-input {
    width: 100%;
    font-size: 1.45455em;
}
}@media (min-width:768px) {
    .goldbar .quickLinkLabel {
    display: none;
}
}@media (max-width:767px) {
    .goldbar .quickLinkLabel {
    display: block;
    float: left;
}
}.goldbar .gold {
    padding-left: 0;
    box-shadow: none;
}
.goldbar .gold>ul {
    padding-top: 0;
    padding-bottom: 0;
}
.goldbar .gold .open a.dropdown-toggle {
    color: #000!important;
}
.goldbar .gold .dropdown-menu {
    border: none;
    box-shadow: none;
    background-color: #cfb991;
    font-size: 1.09091em;
    text-transform: none;
}
.goldbar .gold .dropdown-menu a {
    padding: 3px 15px;
}
@media (min-width:768px) {
    .goldbar .gold {
    left: -20px;
}
}@media (min-width:768px) {
    .goldbar {
    font-size: .875em;
}
.goldbar .gold .navbar-nav>li>a {
    padding: 4px 10px!important;
}
.goldbar .gold .navbar-nav.information .dropdown-toggle {
    padding-right: 0!important;
    padding-left: 0!important;
}
}@media (max-width:767px) {
    .goldbar {
    font-size: .88889em;
}
.goldbar .gold {
    position: static;
    clear: both;
    font-size: .875em;
    max-height: none;
    overflow: hidden;
    text-transform: none;
    padding: 0 0 15px;
    border: none;
}
.goldbar .gold .navbar-nav {
    font-size: 1em;
    margin: 0;
    padding: 0 15px;
    float: left;
    width: 50%}
.goldbar .gold .navbar-nav .dropdown {
    float: left;
    width: 100%}
.goldbar .gold .navbar-nav .dropdown .dropdown-toggle {
    display: none;
}
.goldbar .gold .navbar-nav .dropdown .dropdown-menu {
    display: block;
    position: static;
    width: 100%;
    box-shadow: none;
    padding: 0;
    font-size: 1em;
}
.goldbar .gold .navbar-nav .hide {
    font-size: 1.14286em;
    display: block!important;
    color: #000;
}
.goldbar .gold .navbar-nav a {
    line-height: 1.42857em;
    white-space: normal;
    padding: 5px 0;
}
}.top {
    width: 100%;
    background-color: #000;
}
.top .row {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.top .logo {
    padding: 1.75rem 25px 1.75rem 15px;
    align-items: center;
}
.top .logo:after {
    display: block;
    position: absolute;
    content: "";
    width: 2px;
    height: 60%;
    right: 0;
    top: 20%;
    background-color: #999;
}
.top .logo a {
    display: block;
}
.top .logo a img {
    width: 100%}
.top .logo a:link, .top .logo a:visited, .top .logo a:hover, .top .logo a:active {
    color: #fff;
}
.top .logo a:focus {
    outline: 3px solid #dedede;
    outline-offset: 5px;
}
@media (min-width:768px) {
    .top .logo a {
    width: 100%}
}@media (max-width:767px) {
    .top .logo {
    padding-left: 25px;
}
.top .logo a img {
    width: 100%}
.top .logo a {
    margin: 0 auto;
    width: 50%}
}.top .logo .svgLinkContainer {
    display: block;
    position: relative;
    height: 1px;
    width: 100%;
    padding-bottom: 43.35px;
    z-index: 2;
}
.top .logo .svgLinkContainer:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.top .logo .svgContainer {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    padding-right: 0;
}
.top .logo .svgContainer svg {
    height: 45.3px;
}
@media (max-width:767px) {
    .top .logo .svgLinkContainer {
    margin: 0 auto;
    width: 40%;
    padding-bottom: 45.35px;
}
}.top .department {
    color: #fff;
    font-family: acumin-pro-condensed, "Franklin Gothic", sans-serif;
    letter-spacing: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.top .department>a {
    display: inline-block;
    line-height: 1.2em;
    border: none;
    padding: 0;
}
.top .department>a:focus {
    outline: 3px solid #dedede;
    outline-offset: 1px;
}
@media (min-width:992px) and (max-width:1199px) {
    .top .department>a {
    display: inline-block;
    padding: 2px 0;
    line-height: 1.1em;
}
}.top .department>a:link, .top .department a:visited, .top .department a:hover, .top .department a:active {
    color: inherit;
    font-weight: 600;
    text-decoration: none;
}
.top .department .tagline {
    display: block;
    clear: left;
    color: inherit;
    font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif;
    font-size: .6087em;
    line-height: 1.2em;
    letter-spacing: 0;
    text-transform: uppercase;
}
.top .department .tagline a:link, .top .department .tagline a:visited, .top .department .tagline a:hover, .top .department .tagline a:active {
    color: inherit;
    font-weight: 100;
    text-decoration: none;
}
.top .department .tagline a:link:focus, .top .department .tagline a:visited:focus, .top .department .tagline a:hover:focus, .top .department .tagline a:active:focus {
    outline: 1px dotted #dedede;
    outline-offset: 1px;
}
@media (min-width:992px) {
    .top .department {
    font-size: 1.4375em;
}
}@media (min-width:768px) and (max-width:991px) {
    .top .row {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.top .department {
    font-size: 1.25em;
}
}@media (min-width:768px) {
    .top .row {
    flex-direction: row;
}
.top .department {
    padding-left: 25px;
}
}@media (max-width:767px) {
    .top .logo: after {
    display: none;
}
.top .department {
    font-size: 1.38889em;
    text-align: center;
    margin-bottom: .25rem;
}
.top .tagline {
    padding: 0 0 10px;
    line-height: 1.2em;
    border: none;
}
}.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #fff;
}
.blackbar {
    min-height: initial;
    margin-bottom: 0;
    border-radius: 0;
    background-color: #fff;
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}
.blackbar>ul {
    padding-top: 0;
    padding-bottom: 0;
}
.blackbar .dropdown-toggle .caret {
    position: relative;
}
.blackbar .dropdown-toggle .caret:after {
    position: absolute;
    top: .35rem;
}
@media (min-width:992px) {
    .blackbar li {
    color: #000;
}
.blackbar .black>ul>li>a {
    background-color: #fff;
}
.blackbar .black>ul>li>a:after {
    content: "";
    height: 2px;
    width: calc(100% - 30.4px);
    position: absolute;
    bottom: 12px;
    left: .95rem;
    visibility: hidden;
    background: #8e6f3e;
    transform: scaleX(0);
    transition: all 0.25s cubic-bezier(1, .25, 0, .75) 0s;
}
.blackbar .black>ul>li:hover a:after {
    visibility: visible;
    transform: scaleX(1);
}
.blackbar li:hover, .blackbar li a:hover {
    outline: none!important;
}
.blackbar li a:focus {
    outline: 3px solid #8e6f3e!important;
}
.blackbar li:hover li a:after, .blackbar li a:hover li a:after, .blackbar li a:focus li a:after {
    visibility: visible;
    transform: scaleX(1);
}
}@media (max-width:991px) {
    .blackbar {
    background-color: rgba(0, 0, 0, .9);
}
.blackbar li {
    color: #fff;
}
.blackbar li a:link, .blackbar li a:visited, .blackbar li a:hover, .blackbar li a:focus, .blackbar li a:active {
    background-color: inherit!important;
}
.blackbar li:hover, .blackbar li a:focus {
    color: #cfb991!important;
}
}.blackbar a {
    width: 100%}
.blackbar a:link {
    color: inherit!important;
    text-decoration: none!important;
    font-weight: 400;
    background-color: #fff;
}
.blackbar a:visited {
    color: inherit!important;
    text-decoration: none!important;
    font-weight: 400;
    background-color: #fff!important;
}
.blackbar a:hover, .blackbar a:focus {
    color: inherit!important;
    text-decoration: none!important;
    font-weight: 400;
    background-color: #fff!important;
}
.blackbar a:active {
    color: inherit!important;
    text-decoration: none!important;
    font-weight: 400;
    background-color: #fff!important;
}
.blackbar .navbar-header .navbar-toggle {
    float: left;
    border: none;
    color: #000;
}
.blackbar .navbar-header .navbar-toggle .icon-bar {
    float: left;
    clear: left;
    margin-right: 10px;
    background-color: #000;
}
.blackbar .navbar-header .navbar-toggle>.icon-bar:first-child {
    margin-top: 3px;
}
.blackbar .navbar-header .navbar-toggle:hover, .blackbar .navbar-header .navbar-toggle:focus {
    color: #cfb991;
    background-color: transparent;
}
.blackbar .navbar-header .navbar-toggle:hover .icon-bar, .blackbar .navbar-header .navbar-toggle:focus .icon-bar {
    background-color: #cfb991;
}
@media (min-width:992px) {
    .blackbar .navbar-header {
    display: none;
}
}@media (max-width:991px) {
    .blackbar .navbar-toggle {
    display: block;
    padding: 0;
    margin: 10px 0;
}
.blackbar .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: none;
}
.blackbar .navbar-collapse.collapse {
    display: none!important;
}
.blackbar .navbar-header {
    float: none;
    display: block;
}
.blackbar .navbar-header .navbar-toggle {
    display: block;
    color: #fff;
}
.blackbar .navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
}
.blackbar .navbar-nav {
    float: none!important;
    margin: 0;
    padding: 10px 0!important;
}
.blackbar .navbar-nav li {
    display: block;
    width: 100%;
    overflow: hidden;
}
.blackbar .navbar-nav li a {
    padding-top: 0;
    padding-bottom: 0;
    margin: 10px 0;
}
.dropdown-menu {
    border: none;
    box-shadow: none;
}
.blackbar .navbar-nav li .dropdown-menu {
    position: static;
    margin-top: -10px;
    padding: 0 0 10px 12px;
    font-size: .9em;
}
.blackbar .navbar-nav li .dropdown-menu li a {
    margin: 10px 0 0;
    padding: 0;
    white-space: normal;
    padding-left: 15px;
}
.blackbar .navbar-nav li .dropdown-menu li.dropdown-submenu .dropdown-menu {
    margin-top: 0;
    font-size: 1em;
}
.blackbar .navbar-nav li.first a {
    margin-top: 0;
}
.blackbar .navbar-text {
    float: none;
    margin: 15px 0;
}
.blackbar .navbar-collapse.collapse.in {
    display: block!important;
}
.blackbar .collapsing {
    overflow: hidden!important;
}
}@media (max-width:767px) {
    .blackbar .navbar-toggle {
    padding-left: 15px;
}
}.blackbar .black {
    padding-left: 0;
    max-height: none;
}
.blackbar .black .nav {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}
@media (max-width:767px) {
    .blackbar .black .nav {
    margin-right: 0;
}
}.blackbar .black .dropdown-menu {
    font-size: 1em;
    background-color: #fff;
    text-transform: none;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-clip: border-box;
    overflow: visible;
}
@media (max-width:992px) {
    .blackbar .black .dropdown-menu .dropdown-submenu .dropdown-menu {
    display: block;
    padding-left: 15px;
}
.blackbar .black .dropdown-menu {
    background-color: inherit!important;
}
}@media (min-width:992px) {
    .blackbar .black .dropdown-menu li {
    border-top: 1px solid #c4bfc0;
}
.blackbar .black .dropdown-menu li:first-child {
    border-top: none;
}
.blackbar .black .dropdown-menu li a {
    padding: .5rem 1.25rem;
    color: #555960!important;
}
.blackbar .black .dropdown-menu li:hover>a {
    background-color: #dedede!important;
    color: #000!important;
}
}.blackbar .black .dropdown-menu .dropdown-submenu {
    position: relative;
}
.blackbar .black .dropdown-menu .dropdown-submenu>a {
    float: left;
}
@media (max-width:991px) {
    .blackbar .black .dropdown-menu .dropdown-submenu .dropdown-menu {
    display: block;
    padding-left: 15px;
}
}@media (min-width:992px) {
    .blackbar .black .dropdown-menu .dropdown-submenu {
    min-height: 1.8125em;
}
.blackbar .black .dropdown-menu .dropdown-submenu .caret {
    display: none;
}
.blackbar .black .dropdown-menu .dropdown-submenu a {
    float: none;
}
.blackbar .black .dropdown-menu .dropdown-submenu>.dropdown-menu {
    overflow: hidden;
    display: block;
    width: 0;
    min-width: 0;
    height: 0;
    min-height: 0;
    left: 100%;
    top: 0;
    margin-left: 0;
    background: #fff;
    border: none;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    padding: 0;
}
.blackbar .black .dropdown-menu .dropdown-submenu>.dropdown-menu>li {
    background: #fff;
}
.blackbar .black .dropdown-menu .dropdown-submenu>.dropdown-menu>li:first-child {
    border-top: none;
}
.blackbar .black .dropdown-menu .dropdown-submenu>.dropdown-menu>li>a {
    width: 0;
    height: 0;
    overflow: hidden;
    background: #fff;
}
.blackbar .black .dropdown-menu .dropdown-submenu>.dropdown-menu>li>a:focus {
    width: auto;
    height: auto;
    background: #000;
}
.blackbar .black .dropdown-menu .dropdown-submenu:hover>.dropdown-toggle {
    color: #000;
}
.blackbar .black .dropdown-menu .dropdown-submenu:hover>.dropdown-menu {
    overflow: hidden;
    width: auto;
    min-width: 160px;
    height: auto;
    min-height: none;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    padding: 0;
}
.blackbar .black .dropdown-menu .dropdown-submenu:hover>.dropdown-menu>li>a {
    width: auto;
    height: auto;
    background: #fff;
}
.blackbar .black .dropdown-menu .dropdown-submenu:hover+.dropdown-submenu>.dropdown-menu {
    display: none;
}
.blackbar .black .dropdown-menu .dropdown-submenu a.dropdown-toggle:focus+ul.dropdown-menu {
    background: #000;
    border: 1px solid #000;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.blackbar .black .dropdown-menu .dropdown-submenu a.dropdown-toggle:focus+ul.dropdown-menu>li>a {
    width: auto;
    height: auto;
    background: #000;
}
.blackbar .black .dropdown-menu .dropdown-submenu:after {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    content: " ";
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #555960;
    margin-top: 16px;
    margin-right: 5px;
}
.blackbar .black .dropdown-menu .dropdown-submenu:hover:after, .blackbar .black .dropdown-menu .dropdown-submenu:focus:after {
    border-left-color: #000;
}
}@media (max-width:991px) {
    .blackbar .black .dropdown-menu li a, .blackbar .black .dropdown-menu li a: link, .blackbar .black .dropdown-menu li a:visited {
    background-color: inherit!important;
}
}@media (min-width:992px) {
    .blackbar .black .dropdown.open>.dropdown-toggle: after {
    content: "";
    height: 2px;
    width: calc(100% - 30.4px);
    position: absolute;
    visibility: visible;
    transform: scaleX(1);
    bottom: 12px;
    left: .95rem;
    background: #8e6f3e;
}
}.blackbar .black .dropdown.open .dropdown-submenu>.dropdown-menu {
    display: block;
    left: 100%;
    top: 0;
}
@media (max-width:767px) {
    .blackbar .black {
    padding-left: 15px;
}
}@media (min-width:992px) {
    .blackbar {
    font-size: .875em;
}
.blackbar .container .black .navbar-nav>li>a.is-active-page:after {
    content: "";
    height: 2px;
    width: calc(100% - 30.4px);
    position: absolute;
    visibility: visible;
    transform: scaleX(1);
    bottom: 12px;
    left: .95rem;
    background: #8e6f3e;
}
}@media (min-width:767px) and (min-width:991px) {
    .blackbar {
    font-size: 1em;
}
}@media (max-width:767px) {
    .blackbar {
    font-size: .88889em;
}
}.blackbar .black .dropdown.open .dropdown-submenu>.dropdown-menu {
    display: block;
    left: 100%;
    top: 0;
    margin-left: -1px;
}
@media (max-width:767px) {
    .blackbar .black {
    padding-left: 15px;
}
}@media (min-width:992px) {
    .blackbar {
    font-size: .875em;
}
}@media (min-width:767px) and (min-width:991px) {
    .blackbar {
    font-size: 1em;
}
}@media (max-width:767px) {
    .blackbar {
    font-size: .88889em;
}
}.breadcrumb {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f5f5f5;
    color: #444;
    font-size: .75em;
    font-family: acumin-pro, "Franklin Gothic", sans-serif;
    display: flex;
    justify-content: center;
}
.breadcrumb .row {
    display: flex;
}
.breadcrumb ol {
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.breadcrumb a:link {
    color: inherit;
    font-weight: 300;
    text-decoration: underline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.breadcrumb a:visited {
    color: inherit;
    font-weight: 300;
    text-decoration: none;
}
.breadcrumb a:hover {
    color: inherit;
    font-weight: 300;
    text-decoration: none;
}
.breadcrumb a:active {
    color: inherit;
    font-weight: 300;
    text-decoration: underline;
}
.breadcrumb ol li:not(:last-child):after {
    content: " > ";
    display: inline-block;
    margin: 0 .625rem;
}
@media (max-width:767px) {
    .breadcrumb ol li: not(:last-child):after {
    height: 1.6875rem;
}
}.breadcrumb ol li:last-child a {
    font-weight: 700;
}
.button {
    display: inline-block;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    max-width: 100%;
    margin-top: .9375rem;
    margin-bottom: .9375rem;
    border: none;
    border-radius: 0;
    outline-style: solid;
    outline-width: 2px;
    outline-offset: -2px;
    padding: .51816rem 2px;
    transition: background-color, outline-color, outline-style, color 0.1s;
    font-family: "United Sans", Impact, "Arial Black", "sans serif";
    font-size: .93269rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-align: center;
    text-transform: uppercase;
    outline-color: #000;
    background-color: #000;
    color: #fff;
}
.button:before, .button:after {
    content: "";
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 10px;
    width: 3.21261rem;
}
.button:before {
    order: 0;
    float: left;
}
.button:after {
    order: 2;
    float: right;
}
.button:link, .button:visited {
    text-decoration: none;
    outline-style: solid;
    outline-width: 2px;
    outline-offset: -2px;
}
.button:hover, .button:active, .button:focus {
    outline-style: solid;
    outline-width: 2px;
    outline-offset: -2px;
    text-decoration: none;
    cursor: pointer;
}
.button-bar {
    position: relative;
    outline-style: none;
    border-bottom-style: solid;
    border-bottom-width: 5px;
}
.button-bar:link, .button-bar:visited {
    outline-style: none;
}
.button-bar:hover, .button-bar:active, .button-bar:focus {
    outline-style: solid;
}
.button-icon {
    padding-right: 0;
    outline-style: none;
}
.button-icon:before, .button-icon:after {
    width: 1.96902rem;
}
.button-icon:link, .button-icon:visited {
    outline-style: none;
}
.button-icon:hover, .button-icon:visited, .button-icon:focus {
    outline-style: solid;
}
.button-slim {
    display: inline-flex;
    font-weight: 400;
    text-transform: none;
    font-size: 1rem;
}
.button-slim:link, .button-slim:visited, .button-slim:hover, .button-slim:active {
    font-weight: 400;
}
.button-slim-slim:before, .button-slim-slim:after {
    width: .93269rem;
}
.button-slim-slim-md {
    display: inline-flex;
    font-weight: 400;
    text-transform: none;
    font-size: 1rem;
}
.button-slim-slim-md:link, .button-slim-slim-md:visited, .button-slim-slim-md:hover, .button-slim-slim-md:active {
    font-weight: 400;
}
.button-slim-slim-md:before, .button-slim-slim-md:after {
    width: .93269rem;
}
.button:link, .button:visited {
    outline-color: #000;
    background-color: #000;
    color: #fff;
}
.button:hover, .button:active, .button:focus {
    background-color: transparent;
    color: #8e6f3e;
}
.button-hollow {
    background-color: transparent;
    color: #8e6f3e;
}
.button-hollow:link, .button-hollow:visited {
    background-color: transparent;
    color: #8e6f3e;
}
.button-hollow:hover, .button-hollow:active, .button-hollow:focus {
    background-color: #000;
    color: #fff;
}
.button-bar {
    border-bottom-color: #737373;
}
.button-bar:hover, .button-bar:active, .button-bar:focus {
    outline-color: #737373;
}
.button-icon .button__icon {
    background-color: #cfb991;
    color: #000;
}
.button-icon:hover, .button-icon:active, .button-icon:focus {
    outline-color: #cfb991;
    background-color: #000;
    color: #fff;
}
.button-icon:hover .button__icon, .button-icon:active .button__icon, .button-icon:focus .button__icon {
    color: #000;
}
.button-opaque {
    outline-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    color: #000;
}
.button-opaque:link, .button-opaque:visited {
    outline-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    color: #000;
}
.button-opaque:hover, .button-opaque:active, .button-opaque:focus {
    outline-color: #fff;
    background-color: #fff;
    color: #000;
}
.button-campusGold-inverse {
    outline-color: #8e6f3e;
}
.button-campusGold-inverse.button-hollow:hover {
    outline-color: #8e6f3e;
}
.button-campusGold-inverse.button-bar {
    outline-style: solid;
    border-bottom-color: #8e6f3e;
    outline-color: #8e6f3e;
}
.button-campusGold-inverse.button-bar:hover, .button-campusGold-inverse.button-bar:active, .button-campusGold-inverse.button-bar:focus, .button-campusGold-inverse.button-bar:link {
    outline-color: #8e6f3e;
    border-bottom-color: #8e6f3e;
}
.button-campusGold-inverse:hover, .button-campusGold-inverse:active, .button-campusGold-inverse:focus, .button-campusGold-inverse:link {
    outline-color: #8e6f3e;
}
.button-campusGold {
    outline-color: #8e6f3e;
    background-color: #8e6f3e;
    color: #fff;
}
.button-campusGold:link, .button-campusGold:visited {
    outline-color: #8e6f3e;
    background-color: #8e6f3e;
    color: #fff;
}
.button-campusGold:hover, .button-campusGold:active, .button-campusGold:focus {
    outline-color: #8e6f3e;
    background-color: transparent;
    color: #000;
}
.button-campusGold.button-hollow {
    outline-color: #8e6f3e;
    background-color: transparent;
    color: #000;
}
.button-campusGold.button-hollow:link, .button-campusGold.button-hollow:visited {
    outline-color: #8e6f3e;
    background-color: transparent;
    color: #000;
}
.button-campusGold.button-hollow:hover, .button-campusGold.button-hollow:active, .button-campusGold.button-hollow:focus {
    outline-color: #8e6f3e;
    background-color: #8e6f3e;
    color: #fff;
}
.button-campusGold.button-bar {
    border-bottom-color: #594527;
}
.button-campusGold.button-bar:link, .button-campusGold.button-bar:visited {
    border-bottom-color: #594527;
    color: #fff;
}
.button-campusGold.button-bar:hover, .button-campusGold.button-bar:active, .button-campusGold.button-bar:focus {
    background-color: transparent;
    outline-color: #594527;
    color: #000;
}
.button-campusGold.button-icon .button__icon {
    background-color: #000;
    color: #fff;
}
.button-campusGold.button-icon:hover, .button-campusGold.button-icon:active, .button-campusGold.button-icon:focus {
    outline-color: #000;
    background-color: #8e6f3e;
    color: #fff;
}
.button-campusGold.button-icon:hover .button__icon, .button-campusGold.button-icon:active .button__icon, .button-campusGold.button-icon:focus .button__icon {
    color: #8e6f3e;
}
.button-campusGold-inverse {
    outline-color: #8e6f3e;
}
.button-campusGold-inverse.button-hollow:hover {
    outline-color: #8e6f3e;
}
.button-campusGold-inverse.button-bar {
    outline-style: solid;
    border-bottom-color: #8e6f3e;
    outline-color: #8e6f3e;
}
.button-campusGold-inverse.button-bar:hover, .button-campusGold-inverse.button-bar:active, .button-campusGold-inverse.button-bar:focus, .button-campusGold-inverse.button-bar:link {
    outline-color: #8e6f3e;
    border-bottom-color: #8e6f3e;
}
.button-campusGold-inverse:hover, .button-campusGold-inverse:active, .button-campusGold-inverse:focus, .button-campusGold-inverse:link {
    outline-color: #8e6f3e;
}
.button-campusGold-inverse {
    outline-color: #cfb991;
    background-color: #cfb991;
    color: #000;
}
.button-campusGold-inverse:link, .button-campusGold-inverse:visited {
    outline-color: #cfb991;
    background-color: #cfb991;
    color: #000;
}
.button-campusGold-inverse:hover, .button-campusGold-inverse:active, .button-campusGold-inverse:focus {
    outline-color: #8e6f3e;
    background-color: transparent;
    color: #000;
}
.button-campusGold-inverse.button-hollow {
    outline-color: #8e6f3e;
    background-color: transparent;
    color: #000;
}
.button-campusGold-inverse.button-hollow:link, .button-campusGold-inverse.button-hollow:visited {
    outline-color: #8e6f3e;
    background-color: transparent;
    color: #000;
}
.button-campusGold-inverse.button-hollow:hover, .button-campusGold-inverse.button-hollow:active, .button-campusGold-inverse.button-hollow:focus {
    outline-color: #cfb991;
    background-color: #cfb991;
    color: #000;
}
.button-campusGold-inverse.button-bar {
    border-bottom-color: #b8975c;
}
.button-campusGold-inverse.button-bar:link, .button-campusGold-inverse.button-bar:visited {
    border-bottom-color: #b8975c;
    color: #000;
}
.button-campusGold-inverse.button-bar:hover, .button-campusGold-inverse.button-bar:active, .button-campusGold-inverse.button-bar:focus {
    background-color: transparent;
    outline-color: #b8975c;
    color: #000;
}
.button-campusGold-inverse {
    outline-color: #8e6f3e;
}
.button-campusGold-inverse.button-hollow:hover {
    outline-color: #8e6f3e;
}
.button-campusGold-inverse.button-bar {
    outline-style: solid;
    border-bottom-color: #8e6f3e;
    outline-color: #8e6f3e;
}
.button-campusGold-inverse.button-bar:hover, .button-campusGold-inverse.button-bar:active, .button-campusGold-inverse.button-bar:focus, .button-campusGold-inverse.button-bar:link {
    outline-color: #8e6f3e;
    border-bottom-color: #8e6f3e;
}
.button-campusGold-inverse:hover, .button-campusGold-inverse:active, .button-campusGold-inverse:focus, .button-campusGold-inverse:link {
    outline-color: #8e6f3e;
}
.button-black {
    outline-color: #000;
    background-color: #000;
    color: #cfb991;
}
.button-black:link, .button-black:visited {
    outline-color: #000;
    background-color: #000;
    color: #cfb991;
}
.button-black:hover, .button-black:active, .button-black:focus {
    outline-color: #000;
    background-color: transparent;
    color: #8e6f3e;
}
.button-black.button-hollow {
    outline-color: #000;
    background-color: transparent;
    color: #8e6f3e;
}
.button-black.button-hollow:link, .button-black.button-hollow:visited {
    outline-color: #000;
    background-color: transparent;
    color: #8e6f3e;
}
.button-black.button-hollow:hover, .button-black.button-hollow:active, .button-black.button-hollow:focus {
    outline-color: #000;
    background-color: #000;
    color: #cfb991;
}
.button-black.button-bar {
    border-bottom-color: #737373;
}
.button-black.button-bar:link, .button-black.button-bar:visited {
    border-bottom-color: #737373;
    color: #cfb991;
}
.button-black.button-bar:hover, .button-black.button-bar:active, .button-black.button-bar:focus {
    background-color: transparent;
    outline-color: #737373;
    color: #8e6f3e;
}
.button-black.button-icon .button__icon {
    background-color: #cfb991;
    color: #000;
}
.button-black.button-icon:hover, .button-black.button-icon:active, .button-black.button-icon:focus {
    outline-color: #cfb991;
    background-color: #000;
    color: #cfb991;
}
.button-black.button-icon:hover .button__icon, .button-black.button-icon:active .button__icon, .button-black.button-icon:focus .button__icon {
    color: #000;
}
.button-gray40 {
    outline-color: #6f727b;
    background-color: #6f727b;
    color: #fff;
}
.button-gray40:link, .button-gray40:visited {
    outline-color: #6f727b;
    background-color: #6f727b;
    color: #fff;
}
.button-gray40:hover, .button-gray40:active, .button-gray40:focus {
    outline-color: #6f727b;
    background-color: transparent;
    color: #000;
}
.button-gray40.button-hollow {
    outline-color: #6f727b;
    background-color: transparent;
    color: #000;
}
.button-gray40.button-hollow:link, .button-gray40.button-hollow:visited {
    outline-color: #6f727b;
    background-color: transparent;
    color: #000;
}
.button-gray40.button-hollow:hover, .button-gray40.button-hollow:active, .button-gray40.button-hollow:focus {
    outline-color: #6f727b;
    background-color: #6f727b;
    color: #fff;
}
.button-gray40.button-bar {
    border-bottom-color: #4b4d53;
}
.button-gray40.button-bar:link, .button-gray40.button-bar:visited {
    border-bottom-color: #4b4d53;
    color: #fff;
}
.button-gray40.button-bar:hover, .button-gray40.button-bar:active, .button-gray40.button-bar:focus {
    background-color: transparent;
    outline-color: #4b4d53;
    color: #000;
}
.button-light:hover, .button-light:active, .button-light:focus {
    color: #fff;
}
.button-light.button-bar:hover, .button-light.button-bar:active, .button-light.button-bar:focus {
    color: #fff;
}
.button-light.button-hollow {
    color: #fff;
}
.button-light.button-hollow:link, .button-light.button-hollow:visited {
    color: #fff;
}
.button-light.button-hollow:hover, .button-light.button-hollow:active, .button-light.button-hollow:focus {
    color: #000;
}
.button-light.button-hollow.button-campusGold {
    color: #fff;
}
.button-light.button-hollow.button-campusGold:link, .button-light.button-hollow.button-campusGold:visited {
    color: #fff;
}
.button-light.button-hollow.button-campusGold:hover, .button-light.button-hollow.button-campusGold:active, .button-light.button-hollow.button-campusGold:focus {
    color: #fff;
}
.button-light.button-hollow.button-campusGold-inverse {
    color: #fff;
}
.button-light.button-hollow.button-campusGold-inverse:link, .button-light.button-hollow.button-campusGold-inverse:visited {
    color: #fff;
}
.button-light.button-hollow.button-campusGold-inverse:hover, .button-light.button-hollow.button-campusGold-inverse:active, .button-light.button-hollow.button-campusGold-inverse:focus {
    color: #000;
}
.button-light.button-hollow.button-black {
    color: #fff;
}
.button-light.button-hollow.button-black:link, .button-light.button-hollow.button-black:visited {
    color: #fff;
}
.button-light.button-hollow.button-black:hover, .button-light.button-hollow.button-black:active, .button-light.button-hollow.button-black:focus {
    color: #cfb991;
}
.button-light.button-hollow.button-gray40 {
    color: #fff;
}
.button-light.button-hollow.button-gray40:link, .button-light.button-hollow.button-gray40:visited {
    color: #fff;
}
.button-light.button-hollow.button-gray40:hover, .button-light.button-hollow.button-gray40:active, .button-light.button-hollow.button-gray40:focus {
    color: #fff;
}
.button-light.button-opaque {
    outline-color: #fff;
    background-color: #000;
    background-color: rgba(250, 250, 250, .5);
    color: #000;
}
.button-light.button-opaque:link, .button-light.button-opaque:visited {
    outline-color: #fff;
    background-color: #000;
    background-color: rgba(250, 250, 250, .5);
    color: #000;
}
.button-light.button-opaque:hover, .button-light.button-opaque:active, .button-light.button-opaque:focus {
    outline-color: #fff;
    background-color: #fff;
    color: #000;
}
.button-wide {
    display: block;
    display: flex;
    width: 100%;
    min-width: auto;
}
.button-wide:before, .button-wide:after {
    width: auto;
}
.button__icon {
    transition: color, transform 0.1s;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: -.51816rem 0;
    padding: 0 .51816rem;
    order: 3;
    font-size: 1.625rem;
    text-align: center;
}
.button__icon>*, .button__icon.fa:before {
    transition: color, transform 0.1s;
}
@media (min-width:1200px) {
    .button {
    padding: .625rem 2px;
    font-size: 1.125rem;
}
.button:before, .button:after {
    width: 3.875rem;
}
.button-bar {
    position: relative;
}
.button-bar:after {
    height: .3125rem;
}
.button-icon {
    padding-right: 0;
}
.button-icon:before, .button-icon:after {
    width: 2.5rem;
}
.button-wide:before, .button-wide:after {
    width: auto;
}
.button-wide-lg {
    display: block;
    display: flex;
    width: 100%;
    min-width: auto;
}
.button-wide-lg:before, .button-wide-lg:after {
    width: auto;
}
.button-wide-lg:before, .button-wide-lg:after {
    width: auto;
}
.button-slim:before, .button-slim:after {
    width: 1.25rem;
}
.button-slim-lg {
    display: inline-flex;
    font-weight: 400;
    text-transform: none;
    font-size: 1rem;
}
.button-slim-lg:link, .button-slim-lg:visited, .button-slim-lg:hover, .button-slim-lg:active {
    font-weight: 400;
}
.button-slim-lg:before, .button-slim-lg:after {
    width: 1.25rem;
}
.button__icon {
    margin: -.625rem 0;
    padding: .625rem;
}
}@media (min-width:768px) and (max-width:991px) {
    .button {
    padding: .625rem 2px;
    font-size: 1.03632rem;
}
.button:before, .button:after {
    width: 4.0625rem;
}
.button-icon {
    padding-right: 0;
}
.button-icon:before, .button-icon:after {
    width: 2.6875rem;
}
.button-wide:before, .button-wide:after {
    width: auto;
}
.button-wide-sm {
    display: block;
    display: flex;
    width: 100%;
    min-width: auto;
}
.button-wide-sm:before, .button-wide-sm:after {
    width: auto;
}
.button-wide-sm:before, .button-wide-sm:after {
    width: auto;
}
.button-slim:before, .button-slim:after {
    flex-basis: auto;
}
.button-slim-sm {
    display: inline-flex;
    font-weight: 400;
    text-transform: none;
    font-size: 1rem;
}
.button-slim-sm:link, .button-slim-sm:visited, .button-slim-sm:hover, .button-slim-sm:active {
    font-weight: 400;
}
.button-slim-sm:before, .button-slim-sm:after {
    flex-basis: auto;
}
.button__icon {
    margin: -.625rem 0;
    padding: 0 .625rem;
}
}@media (max-width:767px) {
    .button {
    padding: .625rem 2px;
    font-size: 1.125rem;
}
.button:before, .button:after {
    width: 3.75rem;
}
.button-bar {
    position: relative;
}
.button-bar:after {
    height: .3125rem;
}
.button-icon {
    padding-right: 0;
}
.button-icon:before, .button-icon:after {
    width: 2.375rem;
}
.button-wide:before, .button-wide:after {
    width: auto;
}
.button-wide-xs {
    display: block;
    display: flex;
    width: 100%;
    min-width: auto;
}
.button-wide-xs:before, .button-wide-xs:after {
    width: auto;
}
.button-wide-xs:before, .button-wide-xs:after {
    width: auto;
}
.button-slim:before, .button-slim:after {
    width: 1.03632rem;
    flex-basis: auto;
}
.button-slim-xs {
    display: inline-flex;
    font-weight: 400;
    text-transform: none;
    font-size: 1rem;
}
.button-slim-xs:link, .button-slim-xs:visited, .button-slim-xs:hover, .button-slim-xs:active {
    font-weight: 400;
}
.button-slim-xs:before, .button-slim-xs:after {
    flex-basis: auto;
}
.button__icon {
    margin: -.625rem 0;
    padding: 0 .625rem;
}
}.rowContainer {
    width: 100%}
.introContainer {
    position: relative;
    background-color: #000;
    background-image: url("/?originalUrl=https%3A%2F%2Fpurdue.edu%2Fpurdue%2Fimages%2FtemplateElements%2F2015%2Faudience-introBackground.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
}
.introContainer .shader {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000px;
    background-image: url("/?originalUrl=https%3A%2F%2Fpurdue.edu%2Fpurdue%2Fimages%2FtemplateElements%2F2015%2Fshader65.png");
    background-repeat: repeat;
}
.introContainer .intro {
    position: relative;
    z-index: 1;
    color: #fff;
}
.introContainer .intro .icon {
    font-size: 60px;
    padding: 15px 0;
}
.introContainer .intro .icon img {
    height: 60px;
}
.introContainer .intro h1 {
    z-index: 1000;
    padding: 0;
    color: inherit;
    font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    text-shadow: 2px 2px 5px #000;
}
.introContainer .intro h1 span.subtitle {
    display: block;
    padding: 10px 0 0;
    font-family: acumin-pro, "Franklin Gothic", sans-serif;
    font-size: .5em;
    font-style: initial;
    line-height: 1em;
    text-transform: none;
}
@media (min-width:768px) {
    .introContainer .intro h1 {
    font-size: 4.5em;
    line-height: 1em;
}
}@media (max-width:767px) {
    .introContainer .intro h1 {
    font-size: 2.22222em;
    line-height: 1em;
}
}.introContainer .intro .divider {
    height: 10px;
    width: 50%;
    max-width: 150px;
    margin: 5px auto 30px;
    background-color: #fff;
}
.introContainer .intro .content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5em;
}
@media (min-width:768px) {
    .introContainer .intro .content {
    padding: 15px 0 30px;
    font-size: 1em;
    text-shadow: 2px 2px 5px #000;
}
}@media (max-width:767px) {
    .introContainer .intro .content {
    padding: 15px;
    font-size: .88889em;
}
}@media (min-width:768px) {
    .introContainer {
    min-height: 480px;
    padding-top: 50px;
}
}@media (max-width:767px) {
    .introContainer {
    height: auto;
    padding-top: 15px;
}
}.featureLinksContainer {
    background-color: #fff;
}
.featureLinksContainer .featureLinks {
    padding: 30px 0;
}
.featureLinksContainer .featureLinks .featureLink {
    font-family: acumin-pro-condensed, "Franklin Gothic", sans-serif;
    font-weight: 700;
    text-align: center;
}
.featureLinksContainer .featureLinks .featureLink a {
    display: inline-block;
    border: none;
}
.featureLinksContainer .featureLinks .featureLink a .icon {
    display: inline-block;
    width: 100%}
@media (min-width:1200px) {
    .featureLinksContainer .featureLinks .featureLink a .icon {
    font-size: 80px;
    margin: 0 0 30px;
}
.featureLinksContainer .featureLinks .featureLink a .icon img {
    height: 80px;
}
}@media (min-width:992px) and (max-width:1199px) {
    .featureLinksContainer .featureLinks .featureLink a .icon {
    font-size: 70px;
    margin: 0 0 30px;
}
.featureLinksContainer .featureLinks .featureLink a .icon img {
    height: 70px;
}
}@media (min-width:768px) and (max-width:991px) {
    .featureLinksContainer .featureLinks .featureLink a .icon {
    font-size: 60px;
    margin: 0 0 30px;
}
.featureLinksContainer .featureLinks .featureLink a .icon img {
    height: 60px;
}
}@media (max-width:767px) {
    .featureLinksContainer .featureLinks .featureLink a .icon {
    font-size: 60px;
    margin: 0 0 10px;
}
.featureLinksContainer .featureLinks .featureLink a .icon img {
    height: 60px;
}
}.featureLinksContainer .featureLinks .featureLink a .divider {
    display: block;
    width: 50%;
    max-width: 50px;
    height: 7px;
    margin: 15px auto 0;
    background-color: #000;
}
.featureLinksContainer .featureLinks .featureLink a:link {
    color: #000;
    font-weight: 400;
    text-decoration: none;
}
.featureLinksContainer .featureLinks .featureLink a:link .divider {
    width: 50%}
.featureLinksContainer .featureLinks .featureLink a:visited {
    color: #000;
    font-weight: 400;
    text-decoration: none;
}
.featureLinksContainer .featureLinks .featureLink a:visited .divider {
    width: 50%}
.featureLinksContainer .featureLinks .featureLink a:hover {
    color: #000;
    font-weight: 400;
    text-decoration: none;
}
.featureLinksContainer .featureLinks .featureLink a:hover .divider {
    width: 60%;
    max-width: 65px;
}
.featureLinksContainer .featureLinks .featureLink a:active {
    color: #000;
    font-weight: 400;
    text-decoration: none;
}
.featureLinksContainer .featureLinks .featureLink a:active .divider {
    width: 50%}
@media (min-width:992px) {
    .featureLinksContainer .featureLinks .featureLink {
    padding: 30px;
    font-size: 1.75em;
    line-height: 1.07143em;
}
}@media (min-width:768px) and (max-width:991px) {
    .featureLinksContainer .featureLinks .featureLink {
    padding: 45px 30px;
    font-size: 1.75em;
    line-height: 1.07143em;
}
}@media (max-width:767px) {
    .featureLinksContainer .featureLinks .featureLink {
    padding: 45px 30px;
    font-size: 1.5em;
    line-height: 1.07407em;
}
}.linksContainer {
    background-color: #333;
}
.linksContainer .links {
    padding: 15px 0;
}
.linksContainer .links .columnContainer {
    margin: 15px 0;
}
.linksContainer .links .columnContainer .column {
    width: 100%;
    padding: 45px 10%;
    background-color: #000;
    color: #fff;
    text-align: center;
}
.linksContainer .links .columnContainer .column .icon {
    margin-bottom: 25px;
    color: #cfb991;
    font-size: 60px;
}
.linksContainer .links .columnContainer .column .icon img {
    height: 60px;
}
.linksContainer .links .columnContainer .column h2, .linksContainer .links .columnContainer .column h3 {
    margin: 0;
    padding: 5px 0 7px;
    color: inherit;
    font-family: acumin-pro-condensed, "Franklin Gothic", sans-serif;
    font-size: 1.75em;
}
.linksContainer .links .columnContainer .column .divider {
    width: 25%;
    height: 3px;
    margin: 0 auto 20px;
    background-color: #8e6f3e;
}
.linksContainer .links .columnContainer .column ul {
    padding: 0;
    list-style-type: none;
    text-align: center;
    font-family: acumin-pro, "Franklin Gothic", sans-serif;
}
.linksContainer .links .columnContainer .column ul li {
    line-height: 1.5em;
    list-style-type: none;
    padding: 10px 0;
}
.linksContainer .links .columnContainer .column ul li a:link {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
.linksContainer .links .columnContainer .column ul li a:visited {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
.linksContainer .links .columnContainer .column ul li a:hover {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
}
.linksContainer .links .columnContainer .column ul li a:active {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
}
@media (min-width:992px) {
    .linksContainer .links.num-col-4 {
    display: flex;
}
.linksContainer .links.num-col-4 .columnPair {
    display: flex;
    flex: 1;
    width: 50%;
    float: left;
}
.linksContainer .links.num-col-4 .columnPair .columnContainer {
    display: flex;
    flex: 1;
}
.linksContainer .links.num-col-4 .columnPair .columnContainer .column {
    flex: 1;
}
}@media (min-width:768px) and (max-width:991px) {
    .linksContainer .links.num-col-4 {
    display: block;
}
.linksContainer .links.num-col-4 .columnPair {
    display: flex;
    width: 100%}
.linksContainer .links.num-col-4 .columnPair .columnContainer {
    display: flex;
    flex: 1;
}
.linksContainer .links.num-col-4 .columnPair .columnContainer .column {
    flex: 1;
}
}@media (max-width:767px) {
    .linksContainer .links.num-col-4 {
    display: block;
}
.linksContainer .links.num-col-4 .columnPair {
    display: block;
    width: 100%}
.linksContainer .links.num-col-4 .columnPair .columnContainer {
    display: block;
}
}@media (min-width:768px) {
    .linksContainer .links.num-col-3, .linksContainer .links.num-col-2 {
    display: flex;
}
.linksContainer .links.num-col-3 .columnContainer, .linksContainer .links.num-col-2 .columnContainer {
    display: flex;
    flex: 1;
}
.linksContainer .links.num-col-3 .columnContainer .column, .linksContainer .links.num-col-2 .columnContainer .column {
    flex: 1;
}
}@media (max-width:767px) {
    .linksContainer .links.num-col-3, .linksContainer .links.num-col-2 {
    display: block;
}
.linksContainer .links.num-col-3 .columnContainer, .linksContainer .links.num-col-2 .columnContainer {
    display: block;
}
}.no-flexbox .linksContainer .links.num-col-4, .no-flexbox .linksContainer .links.num-col-3, .no-flexbox .linksContainer .links.num-col-2 {
    display: block;
    flex: none;
}
.no-flexbox .linksContainer .links.num-col-4 .columnPair, .no-flexbox .linksContainer .links.num-col-3 .columnPair, .no-flexbox .linksContainer .links.num-col-2 .columnPair {
    display: block;
    flex: none;
}
.no-flexbox .linksContainer .links.num-col-4 .columnPair .columnContainer, .no-flexbox .linksContainer .links.num-col-3 .columnPair .columnContainer, .no-flexbox .linksContainer .links.num-col-2 .columnPair .columnContainer {
    display: block;
    flex: none;
}
.no-flexbox .linksContainer .links.num-col-4 .columnPair .columnContainer .column, .no-flexbox .linksContainer .links.num-col-3 .columnPair .columnContainer .column, .no-flexbox .linksContainer .links.num-col-2 .columnPair .columnContainer .column {
    background-color: none;
}
.largePhotoContainer {
    background-color: #000;
    background-image: url("/?originalUrl=https%3A%2F%2Fpurdue.edu%2Fpurdue%2Fimages%2FtemplateElements%2F2015%2Faudience-largePhoto.jpg");
    background-size: cover;
    background-position: center center;
}
.largePhotoContainer .largePhotoContent {
    color: #fff;
    font-family: "United Sans", Impact, "Arial Black", "sans serif";
    font-weight: 700;
    text-shadow: 0 3px 6px #00000064;
    text-transform: uppercase;
    text-align: center;
}
.largePhotoContainer .largePhotoContent p {
    margin-bottom: 0;
}
@media (min-width:992px) {
    .largePhotoContainer .largePhotoContent {
    padding: 285px 0;
    font-size: 4em;
    line-height: 1em;
}
}@media (min-width:768px) and (max-width:991px) {
    .largePhotoContainer .largePhotoContent {
    padding: 240px 0;
    font-size: 3.5em;
    line-height: 1em;
}
}@media (max-width:767px) {
    .largePhotoContainer .largePhotoContent {
    padding: 75px 0;
    font-size: 1.66667em;
    line-height: 1em;
}
}@media (min-width:992px) {
    .largePhotoContainer {
    min-height: 625px;
}
}@media (min-width:768px) and (max-width:991px) {
    .largePhotoContainer {
    min-height: 530px;
}
}@media (max-width:767px) {
    .largePhotoContainer {
    min-height: 240px;
}
}.proofPointsContainer {
    padding: 30px 0;
    background-color: #000;
    color: #fff;
}
.proofPointsContainer .proofPoints .proofPoint {
    padding: 15px;
    text-align: center;
}
.proofPointsContainer .proofPoints .proofPoint img {
    max-width: 100%;
    max-height: 150px;
}
.storyContainer .story .image {
    padding-bottom: 35px;
}
.storyContainer .story .image img {
    width: 100%}
.storyContainer .story .contentContainer {
    padding-left: 30px;
    padding-right: 30px;
}
.storyContainer .story .contentContainer h2, .storyContainer .story .contentContainer h3 {
    margin: 0;
    padding-top: 0;
    padding-bottom: 20px;
    color: #000;
    font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif;
    font-size: 1.75em;
    font-weight: 700;
}
.storyContainer .story .contentContainer .content {
    line-height: 1.5em;
    font-family: acumin-pro, "Franklin Gothic", sans-serif;
}
.storyContainer .story .contentContainer .content p {
    padding-bottom: 20px;
}
@media (min-width:768px) {
    .storyContainer .story {
    padding-top: 75px;
    padding-bottom: 75px;
}
}@media (max-width:767px) {
    .storyContainer .story {
    padding-top: 15px;
    padding-bottom: 15px;
}
}.eventsFeedContainer {
    background-image: url("/?originalUrl=https%3A%2F%2Fwww.purdue.edu%2Fpurdue%2Fimages%2FtemplateElements%2F2015%2Faudience-eventsBackground.jpg");
}
.newsFeedContainer {
    background-image: url("/?originalUrl=https%3A%2F%2Fwww.purdue.edu%2Fpurdue%2Fimages%2FtemplateElements%2F2015%2Faudience-newsBackground.jpg");
}
.eventsFeedContainer, .newsFeedContainer {
    background-position: center center;
    background-size: cover;
}
.eventsFeedContainer .eventsFeed, .eventsFeedContainer .newsFeed, .newsFeedContainer .eventsFeed, .newsFeedContainer .newsFeed {
    padding: 60px 15px;
}
.eventsFeedContainer .eventsFeed h3, .eventsFeedContainer .newsFeed h3, .newsFeedContainer .eventsFeed h3, .newsFeedContainer .newsFeed h3 {
    margin-top: 0;
    padding-top: 0;
    color: #fff;
    font-family: "Archivo Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2em;
    text-align: center;
}
.eventsFeedContainer .eventsFeed .divider, .eventsFeedContainer .newsFeed .divider, .newsFeedContainer .eventsFeed .divider, .newsFeedContainer .newsFeed .divider {
    width: 25%;
    max-width: 125px;
    height: 2px;
    margin: 15px auto 45px;
    background-color: #b1810b;
}
.eventsFeedContainer .eventsFeed .event, .eventsFeedContainer .eventsFeed .newsItem, .eventsFeedContainer .newsFeed .event, .eventsFeedContainer .newsFeed .newsItem, .newsFeedContainer .eventsFeed .event, .newsFeedContainer .eventsFeed .newsItem, .newsFeedContainer .newsFeed .event, .newsFeedContainer .newsFeed .newsItem {
    overflow: hidden;
    font-family: "Archivo Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
}
.eventsFeedContainer .eventsFeed .event .date, .eventsFeedContainer .eventsFeed .newsItem .date, .eventsFeedContainer .newsFeed .event .date, .eventsFeedContainer .newsFeed .newsItem .date, .newsFeedContainer .eventsFeed .event .date, .newsFeedContainer .eventsFeed .newsItem .date, .newsFeedContainer .newsFeed .event .date, .newsFeedContainer .newsFeed .newsItem .date {
    background-color: #000;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
}
.eventsFeedContainer .eventsFeed .event .date .day, .eventsFeedContainer .eventsFeed .newsItem .date .day, .eventsFeedContainer .newsFeed .event .date .day, .eventsFeedContainer .newsFeed .newsItem .date .day, .newsFeedContainer .eventsFeed .event .date .day, .newsFeedContainer .eventsFeed .newsItem .date .day, .newsFeedContainer .newsFeed .event .date .day, .newsFeedContainer .newsFeed .newsItem .date .day {
    display: inline-block;
    padding: 22px;
    background-color: #b1810b;
    font-size: 1.25em;
}
.eventsFeedContainer .eventsFeed .event .date .month, .eventsFeedContainer .eventsFeed .newsItem .date .month, .eventsFeedContainer .newsFeed .event .date .month, .eventsFeedContainer .newsFeed .newsItem .date .month, .newsFeedContainer .eventsFeed .event .date .month, .newsFeedContainer .eventsFeed .newsItem .date .month, .newsFeedContainer .newsFeed .event .date .month, .newsFeedContainer .newsFeed .newsItem .date .month {
    display: inline-block;
    padding: 20px;
}
.eventsFeedContainer .eventsFeed .event .date .fa, .eventsFeedContainer .eventsFeed .newsItem .date .fa, .eventsFeedContainer .newsFeed .event .date .fa, .eventsFeedContainer .newsFeed .newsItem .date .fa, .newsFeedContainer .eventsFeed .event .date .fa, .newsFeedContainer .eventsFeed .newsItem .date .fa, .newsFeedContainer .newsFeed .event .date .fa, .newsFeedContainer .newsFeed .newsItem .date .fa {
    float: right;
    padding: 19px;
    color: #ffd100;
}
.eventsFeedContainer .eventsFeed .event a.details, .eventsFeedContainer .eventsFeed .newsItem a.details, .eventsFeedContainer .newsFeed .event a.details, .eventsFeedContainer .newsFeed .newsItem a.details, .newsFeedContainer .eventsFeed .event a.details, .newsFeedContainer .eventsFeed .newsItem a.details, .newsFeedContainer .newsFeed .event a.details, .newsFeedContainer .newsFeed .newsItem a.details {
    display: block;
    width: 100%;
    padding: 30px;
    background-color: #fff;
    line-height: 1.25em;
}
.eventsFeedContainer .eventsFeed .event a.details .timeLocation, .eventsFeedContainer .eventsFeed .event a.details .description, .eventsFeedContainer .eventsFeed .newsItem a.details .timeLocation, .eventsFeedContainer .eventsFeed .newsItem a.details .description, .eventsFeedContainer .newsFeed .event a.details .timeLocation, .eventsFeedContainer .newsFeed .event a.details .description, .eventsFeedContainer .newsFeed .newsItem a.details .timeLocation, .eventsFeedContainer .newsFeed .newsItem a.details .description, .newsFeedContainer .eventsFeed .event a.details .timeLocation, .newsFeedContainer .eventsFeed .event a.details .description, .newsFeedContainer .eventsFeed .newsItem a.details .timeLocation, .newsFeedContainer .eventsFeed .newsItem a.details .description, .newsFeedContainer .newsFeed .event a.details .timeLocation, .newsFeedContainer .newsFeed .event a.details .description, .newsFeedContainer .newsFeed .newsItem a.details .timeLocation, .newsFeedContainer .newsFeed .newsItem a.details .description {
    display: block;
    clear: left;
    width: 100%;
    padding-top: 15px;
    font-size: .83333em;
}
.eventsFeedContainer .eventsFeed .event a.details .timeLocation, .eventsFeedContainer .eventsFeed .newsItem a.details .timeLocation, .eventsFeedContainer .newsFeed .event a.details .timeLocation, .eventsFeedContainer .newsFeed .newsItem a.details .timeLocation, .newsFeedContainer .eventsFeed .event a.details .timeLocation, .newsFeedContainer .eventsFeed .newsItem a.details .timeLocation, .newsFeedContainer .newsFeed .event a.details .timeLocation, .newsFeedContainer .newsFeed .newsItem a.details .timeLocation {
    font-family: "Archivo Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.eventsFeedContainer .eventsFeed .event a.details:link, .eventsFeedContainer .eventsFeed .newsItem a.details:link, .eventsFeedContainer .newsFeed .event a.details:link, .eventsFeedContainer .newsFeed .newsItem a.details:link, .newsFeedContainer .eventsFeed .event a.details:link, .newsFeedContainer .eventsFeed .newsItem a.details:link, .newsFeedContainer .newsFeed .event a.details:link, .newsFeedContainer .newsFeed .newsItem a.details:link {
    color: #b1810b;
    text-decoration: none;
    font-weight: 400;
}
.eventsFeedContainer .eventsFeed .event a.details:link .timeLocation, .eventsFeedContainer .eventsFeed .event a.details:link .description, .eventsFeedContainer .eventsFeed .newsItem a.details:link .timeLocation, .eventsFeedContainer .eventsFeed .newsItem a.details:link .description, .eventsFeedContainer .newsFeed .event a.details:link .timeLocation, .eventsFeedContainer .newsFeed .event a.details:link .description, .eventsFeedContainer .newsFeed .newsItem a.details:link .timeLocation, .eventsFeedContainer .newsFeed .newsItem a.details:link .description, .newsFeedContainer .eventsFeed .event a.details:link .timeLocation, .newsFeedContainer .eventsFeed .event a.details:link .description, .newsFeedContainer .eventsFeed .newsItem a.details:link .timeLocation, .newsFeedContainer .eventsFeed .newsItem a.details:link .description, .newsFeedContainer .newsFeed .event a.details:link .timeLocation, .newsFeedContainer .newsFeed .event a.details:link .description, .newsFeedContainer .newsFeed .newsItem a.details:link .timeLocation, .newsFeedContainer .newsFeed .newsItem a.details:link .description {
    color: #3d3d3d;
}
.eventsFeedContainer .eventsFeed .event a.details:visited, .eventsFeedContainer .eventsFeed .newsItem a.details:visited, .eventsFeedContainer .newsFeed .event a.details:visited, .eventsFeedContainer .newsFeed .newsItem a.details:visited, .newsFeedContainer .eventsFeed .event a.details:visited, .newsFeedContainer .eventsFeed .newsItem a.details:visited, .newsFeedContainer .newsFeed .event a.details:visited, .newsFeedContainer .newsFeed .newsItem a.details:visited {
    color: #b1810b;
    text-decoration: none;
    font-weight: 400;
}
.eventsFeedContainer .eventsFeed .event a.details:visited .timeLocation, .eventsFeedContainer .eventsFeed .event a.details:visited .description, .eventsFeedContainer .eventsFeed .newsItem a.details:visited .timeLocation, .eventsFeedContainer .eventsFeed .newsItem a.details:visited .description, .eventsFeedContainer .newsFeed .event a.details:visited .timeLocation, .eventsFeedContainer .newsFeed .event a.details:visited .description, .eventsFeedContainer .newsFeed .newsItem a.details:visited .timeLocation, .eventsFeedContainer .newsFeed .newsItem a.details:visited .description, .newsFeedContainer .eventsFeed .event a.details:visited .timeLocation, .newsFeedContainer .eventsFeed .event a.details:visited .description, .newsFeedContainer .eventsFeed .newsItem a.details:visited .timeLocation, .newsFeedContainer .eventsFeed .newsItem a.details:visited .description, .newsFeedContainer .newsFeed .event a.details:visited .timeLocation, .newsFeedContainer .newsFeed .event a.details:visited .description, .newsFeedContainer .newsFeed .newsItem a.details:visited .timeLocation, .newsFeedContainer .newsFeed .newsItem a.details:visited .description {
    color: #3d3d3d;
}
.eventsFeedContainer .eventsFeed .event a.details:hover, .eventsFeedContainer .eventsFeed .newsItem a.details:hover, .eventsFeedContainer .newsFeed .event a.details:hover, .eventsFeedContainer .newsFeed .newsItem a.details:hover, .newsFeedContainer .eventsFeed .event a.details:hover, .newsFeedContainer .eventsFeed .newsItem a.details:hover, .newsFeedContainer .newsFeed .event a.details:hover, .newsFeedContainer .newsFeed .newsItem a.details:hover {
    color: #b1810b;
    text-decoration: none;
    font-weight: 400;
}
.eventsFeedContainer .eventsFeed .event a.details:hover .title, .eventsFeedContainer .eventsFeed .newsItem a.details:hover .title, .eventsFeedContainer .newsFeed .event a.details:hover .title, .eventsFeedContainer .newsFeed .newsItem a.details:hover .title, .newsFeedContainer .eventsFeed .event a.details:hover .title, .newsFeedContainer .eventsFeed .newsItem a.details:hover .title, .newsFeedContainer .newsFeed .event a.details:hover .title, .newsFeedContainer .newsFeed .newsItem a.details:hover .title {
    text-decoration: underline;
}
.eventsFeedContainer .eventsFeed .event a.details:hover .timeLocation, .eventsFeedContainer .eventsFeed .event a.details:hover .description, .eventsFeedContainer .eventsFeed .newsItem a.details:hover .timeLocation, .eventsFeedContainer .eventsFeed .newsItem a.details:hover .description, .eventsFeedContainer .newsFeed .event a.details:hover .timeLocation, .eventsFeedContainer .newsFeed .event a.details:hover .description, .eventsFeedContainer .newsFeed .newsItem a.details:hover .timeLocation, .eventsFeedContainer .newsFeed .newsItem a.details:hover .description, .newsFeedContainer .eventsFeed .event a.details:hover .timeLocation, .newsFeedContainer .eventsFeed .event a.details:hover .description, .newsFeedContainer .eventsFeed .newsItem a.details:hover .timeLocation, .newsFeedContainer .eventsFeed .newsItem a.details:hover .description, .newsFeedContainer .newsFeed .event a.details:hover .timeLocation, .newsFeedContainer .newsFeed .event a.details:hover .description, .newsFeedContainer .newsFeed .newsItem a.details:hover .timeLocation, .newsFeedContainer .newsFeed .newsItem a.details:hover .description {
    color: #3d3d3d;
}
.eventsFeedContainer .eventsFeed .event a.details:active, .eventsFeedContainer .eventsFeed .newsItem a.details:active, .eventsFeedContainer .newsFeed .event a.details:active, .eventsFeedContainer .newsFeed .newsItem a.details:active, .newsFeedContainer .eventsFeed .event a.details:active, .newsFeedContainer .eventsFeed .newsItem a.details:active, .newsFeedContainer .newsFeed .event a.details:active, .newsFeedContainer .newsFeed .newsItem a.details:active {
    color: #b1810b;
    text-decoration: none;
    font-weight: 400;
}
.eventsFeedContainer .eventsFeed .event a.details:active .timeLocation, .eventsFeedContainer .eventsFeed .event a.details:active .description, .eventsFeedContainer .eventsFeed .newsItem a.details:active .timeLocation, .eventsFeedContainer .eventsFeed .newsItem a.details:active .description, .eventsFeedContainer .newsFeed .event a.details:active .timeLocation, .eventsFeedContainer .newsFeed .event a.details:active .description, .eventsFeedContainer .newsFeed .newsItem a.details:active .timeLocation, .eventsFeedContainer .newsFeed .newsItem a.details:active .description, .newsFeedContainer .eventsFeed .event a.details:active .timeLocation, .newsFeedContainer .eventsFeed .event a.details:active .description, .newsFeedContainer .eventsFeed .newsItem a.details:active .timeLocation, .newsFeedContainer .eventsFeed .newsItem a.details:active .description, .newsFeedContainer .newsFeed .event a.details:active .timeLocation, .newsFeedContainer .newsFeed .event a.details:active .description, .newsFeedContainer .newsFeed .newsItem a.details:active .timeLocation, .newsFeedContainer .newsFeed .newsItem a.details:active .description {
    color: #3d3d3d;
}
@media (min-width:992px) {
    .eventsFeedContainer .eventsFeed .event.left, .eventsFeedContainer .eventsFeed .newsItem.left, .eventsFeedContainer .newsFeed .event.left, .eventsFeedContainer .newsFeed .newsItem.left, .newsFeedContainer .eventsFeed .event.left, .newsFeedContainer .eventsFeed .newsItem.left, .newsFeedContainer .newsFeed .event.left, .newsFeedContainer .newsFeed .newsItem.left {
    clear: left;
    padding: 0;
    padding-right: 30px;
}
.eventsFeedContainer .eventsFeed .event.right, .eventsFeedContainer .eventsFeed .newsItem.right, .eventsFeedContainer .newsFeed .event.right, .eventsFeedContainer .newsFeed .newsItem.right, .newsFeedContainer .eventsFeed .event.right, .newsFeedContainer .eventsFeed .newsItem.right, .newsFeedContainer .newsFeed .event.right, .newsFeedContainer .newsFeed .newsItem.right {
    padding-left: 30px;
    padding-right: 0;
}
}@media (max-width:991px) {
    .eventsFeedContainer .eventsFeed .event, .eventsFeedContainer .eventsFeed .newsItem, .eventsFeedContainer .newsFeed .event, .eventsFeedContainer .newsFeed .newsItem, .newsFeedContainer .eventsFeed .event, .newsFeedContainer .eventsFeed .newsItem, .newsFeedContainer .newsFeed .event, .newsFeedContainer .newsFeed .newsItem {
    margin-bottom: 1.5em;
}
.eventsFeedContainer .eventsFeed .event:last-child, .eventsFeedContainer .eventsFeed .newsItem:last-child, .eventsFeedContainer .newsFeed .event:last-child, .eventsFeedContainer .newsFeed .newsItem:last-child, .newsFeedContainer .eventsFeed .event:last-child, .newsFeedContainer .eventsFeed .newsItem:last-child, .newsFeedContainer .newsFeed .event:last-child, .newsFeedContainer .newsFeed .newsItem:last-child {
    margin-bottom: 0;
}
}.eventsFeedContainer .eventsFeed .eventsButtonContainer, .eventsFeedContainer .eventsFeed .newsButtonContainer, .eventsFeedContainer .newsFeed .eventsButtonContainer, .eventsFeedContainer .newsFeed .newsButtonContainer, .newsFeedContainer .eventsFeed .eventsButtonContainer, .newsFeedContainer .eventsFeed .newsButtonContainer, .newsFeedContainer .newsFeed .eventsButtonContainer, .newsFeedContainer .newsFeed .newsButtonContainer {
    clear: both;
    text-align: center;
}
.eventsFeedContainer .eventsFeed .eventsButtonContainer a, .eventsFeedContainer .eventsFeed .newsButtonContainer a, .eventsFeedContainer .newsFeed .eventsButtonContainer a, .eventsFeedContainer .newsFeed .newsButtonContainer a, .newsFeedContainer .eventsFeed .eventsButtonContainer a, .newsFeedContainer .eventsFeed .newsButtonContainer a, .newsFeedContainer .newsFeed .eventsButtonContainer a, .newsFeedContainer .newsFeed .newsButtonContainer a {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 3px;
    font-family: "Archivo Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.125em;
}
.eventsFeedContainer .eventsFeed .eventsButtonContainer a:link, .eventsFeedContainer .eventsFeed .newsButtonContainer a:link, .eventsFeedContainer .newsFeed .eventsButtonContainer a:link, .eventsFeedContainer .newsFeed .newsButtonContainer a:link, .newsFeedContainer .eventsFeed .eventsButtonContainer a:link, .newsFeedContainer .eventsFeed .newsButtonContainer a:link, .newsFeedContainer .newsFeed .eventsButtonContainer a:link, .newsFeedContainer .newsFeed .newsButtonContainer a:link {
    background-color: #b1810b;
    color: #fff;
    text-decoration: none;
}
.eventsFeedContainer .eventsFeed .eventsButtonContainer a:visited, .eventsFeedContainer .eventsFeed .newsButtonContainer a:visited, .eventsFeedContainer .newsFeed .eventsButtonContainer a:visited, .eventsFeedContainer .newsFeed .newsButtonContainer a:visited, .newsFeedContainer .eventsFeed .eventsButtonContainer a:visited, .newsFeedContainer .eventsFeed .newsButtonContainer a:visited, .newsFeedContainer .newsFeed .eventsButtonContainer a:visited, .newsFeedContainer .newsFeed .newsButtonContainer a:visited {
    background-color: #b1810b;
    color: #fff;
    text-decoration: none;
}
.eventsFeedContainer .eventsFeed .eventsButtonContainer a:hover, .eventsFeedContainer .eventsFeed .newsButtonContainer a:hover, .eventsFeedContainer .newsFeed .eventsButtonContainer a:hover, .eventsFeedContainer .newsFeed .newsButtonContainer a:hover, .newsFeedContainer .eventsFeed .eventsButtonContainer a:hover, .newsFeedContainer .eventsFeed .newsButtonContainer a:hover, .newsFeedContainer .newsFeed .eventsButtonContainer a:hover, .newsFeedContainer .newsFeed .newsButtonContainer a:hover {
    background-color: #000;
    color: #b1810b;
    text-decoration: none;
}
.eventsFeedContainer .eventsFeed .eventsButtonContainer a:active, .eventsFeedContainer .eventsFeed .newsButtonContainer a:active, .eventsFeedContainer .newsFeed .eventsButtonContainer a:active, .eventsFeedContainer .newsFeed .newsButtonContainer a:active, .newsFeedContainer .eventsFeed .eventsButtonContainer a:active, .newsFeedContainer .eventsFeed .newsButtonContainer a:active, .newsFeedContainer .newsFeed .eventsButtonContainer a:active, .newsFeedContainer .newsFeed .newsButtonContainer a:active {
    background-color: #b1810b;
    color: #fff;
    text-decoration: none;
}
@media (min-width:992px) {
    .eventsFeedContainer .eventsFeed .eventsButtonContainer a, .eventsFeedContainer .eventsFeed .newsButtonContainer a, .eventsFeedContainer .newsFeed .eventsButtonContainer a, .eventsFeedContainer .newsFeed .newsButtonContainer a, .newsFeedContainer .eventsFeed .eventsButtonContainer a, .newsFeedContainer .eventsFeed .newsButtonContainer a, .newsFeedContainer .newsFeed .eventsButtonContainer a, .newsFeedContainer .newsFeed .newsButtonContainer a {
    margin: 30px auto 0;
}
}@media (max-width:991px) {
    .eventsFeedContainer .eventsFeed .eventsButtonContainer a, .eventsFeedContainer .eventsFeed .newsButtonContainer a, .eventsFeedContainer .newsFeed .eventsButtonContainer a, .eventsFeedContainer .newsFeed .newsButtonContainer a, .newsFeedContainer .eventsFeed .eventsButtonContainer a, .newsFeedContainer .eventsFeed .newsButtonContainer a, .newsFeedContainer .newsFeed .eventsButtonContainer a, .newsFeedContainer .newsFeed .newsButtonContainer a {
    margin: 0 auto;
}
}.twitterFeedContainer {
    padding: 100px 0;
    background-color: #eee;
}
.twitterFeedContainer .twitterFeed .post {
    margin-bottom: 75px;
}
.twitterFeedContainer .twitterFeed .post .username {
    float: left;
    padding-right: 60px;
    color: #000;
    font-family: "Archivo Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.75em;
    line-height: 1.1em;
}
.twitterFeedContainer .twitterFeed .post .username span {
    font-family: "Archivo Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-weight: 700;
}
.twitterFeedContainer .twitterFeed .post .time {
    font-family: "Archivo Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.75em;
    line-height: 1.1em;
}
@media (max-width:991px) {
    .twitterFeedContainer .twitterFeed .post .username {
    display: inline-block;
    float: none;
    padding-right: 0;
    padding-bottom: 10px;
}
.twitterFeedContainer .twitterFeed .post .time {
    display: inline;
}
}.twitterFeedContainer .twitterFeed .post .retweet {
    clear: left;
    padding-top: 3px;
    color: #444;
}
.twitterFeedContainer .twitterFeed .post .retweet a:link {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}
.twitterFeedContainer .twitterFeed .post .retweet a:visited {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}
.twitterFeedContainer .twitterFeed .post .retweet a:hover {
    color: #000;
    font-weight: 700;
    text-decoration: none;
}
.twitterFeedContainer .twitterFeed .post .retweet a:active {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}
.twitterFeedContainer .twitterFeed .post .text {
    display: block;
    clear: left;
    padding-top: 15px;
    color: #555;
    font-size: 1.25em;
}
.twitterFeedContainer .twitterFeed .post .text a:link {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}
.twitterFeedContainer .twitterFeed .post .text a:visited {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}
.twitterFeedContainer .twitterFeed .post .text a:hover {
    color: #000;
    font-weight: 700;
    text-decoration: none;
}
.twitterFeedContainer .twitterFeed .post .text a:active {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}
.twitterFeedContainer .twitterFeed .post .text .emoji {
    height: 1em;
}
@media (min-width:992px) {
    .twitterFeedContainer .twitterFeed .post.left {
    clear: left;
    padding-right: 30px;
}
.twitterFeedContainer .twitterFeed .post.right {
    padding-left: 30px;
}
}@media (max-width:991px) {
    .twitterFeedContainer .twitterFeed .post {
    text-align: center;
}
}.twitterFeedContainer .twitterFeed .followButtonContainer {
    clear: both;
    text-align: center;
}
.twitterFeedContainer .twitterFeed .followButtonContainer a {
    display: inline-block;
    margin: 0 auto;
    padding: 12px 20px;
    border-radius: 3px;
    font-family: "Archivo Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.125em;
}
.twitterFeedContainer .twitterFeed .followButtonContainer a:link {
    background-color: #b1810b;
    color: #fff;
    text-decoration: none;
}
.twitterFeedContainer .twitterFeed .followButtonContainer a:visited {
    background-color: #b1810b;
    color: #fff;
    text-decoration: none;
}
.twitterFeedContainer .twitterFeed .followButtonContainer a:hover {
    background-color: #000;
    color: #b1810b;
    text-decoration: none;
}
.twitterFeedContainer .twitterFeed .followButtonContainer a:active {
    background-color: #b1810b;
    color: #fff;
    text-decoration: none;
}
@media (min-width:768px) {
    .twitterFeedContainer {
    background-image: url("/?originalUrl=https%3A%2F%2Fpurdue.edu%2Fpurdue%2Fimages%2FtemplateElements%2F2015%2Faudience-twitterBackground.png");
}
}@media (min-width:992px) {
    .twitterFeedContainer {
    background-size: auto 85%;
    background-position: center center;
    background-repeat: no-repeat;
}
}@media (max-width:991px) {
    .twitterFeedContainer {
    background-size: 85% auto;
    background-position: center 15px;
    background-repeat: no-repeat;
}
}.instagramFeedContainer {
    background-color: #eee;
}
.instagramFeedContainer .instagramFeed h3 {
    margin-top: 0;
    padding-top: 0;
    float: left;
    color: #000;
    font-family: "Archivo Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.75em;
    font-weight: 700;
    margin-bottom: 15px;
}
@media (max-width:767px) {
    .instagramFeedContainer .instagramFeed h3 {
    width: 100%}
.instagramFeedContainer .instagramFeed h3 span {
    display: block;
}
}.instagramFeedContainer .instagramFeed a.followButton {
    display: inline-block;
    border-radius: 3px;
    padding: 10px 14px;
    font-family: "Archivo Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
@media (min-width:768px) {
    .instagramFeedContainer .instagramFeed a.followButton {
    float: right;
}
}@media (max-width:767px) {
    .instagramFeedContainer .instagramFeed a.followButton {
    float: none;
}
}.instagramFeedContainer .instagramFeed a.followButton:link {
    background-color: #b1810b;
    color: #fff;
    text-decoration: none;
}
.instagramFeedContainer .instagramFeed a.followButton:visited {
    background-color: #b1810b;
    color: #fff;
    text-decoration: none;
}
.instagramFeedContainer .instagramFeed a.followButton:hover {
    background-color: #000;
    color: #b1810b;
    text-decoration: none;
}
.instagramFeedContainer .instagramFeed a.followButton:active {
    background-color: #000;
    color: #b1810b;
    text-decoration: none;
}
.instagramFeedContainer .instagramFeed .photos {
    margin: 0 -7.5px;
    padding: 15px 0;
    clear: both;
    overflow: hidden;
}
.instagramFeedContainer .instagramFeed .photos .photoContainer {
    padding: 7.5px;
}
.instagramFeedContainer .instagramFeed .photos .photoContainer a {
    display: block;
}
.instagramFeedContainer .instagramFeed .photos .photoContainer a:link {
    border: none;
}
.instagramFeedContainer .instagramFeed .photos .photoContainer a:visited {
    border: none;
}
.instagramFeedContainer .instagramFeed .photos .photoContainer a:hover {
    border: none;
}
.instagramFeedContainer .instagramFeed .photos .photoContainer a:active {
    border: none;
}
.instagramFeedContainer .instagramFeed .photos .photoContainer a img {
    width: 100%}
@media (min-width:992px) {
    .instagramFeedContainer .instagramFeed {
    padding: 75px 15px;
}
}@media (max-width:991px) {
    .instagramFeedContainer .instagramFeed {
    padding: 50px 30px;
    text-align: center;
}
}.footer {
    width: 100%;
    background-color: #000;
    overflow: hidden;
}
.footer #accordion {
    margin-bottom: 0;
}
.footer #accordion .panel {
    border: none;
    background-color: transparent;
    margin-top: 0;
    padding: 15px;
    border-bottom: solid 1px #333;
    font-size: .875em;
    line-height: 2.3125em;
}
.footer #accordion .panel a {
    display: inline-block;
    width: 100%}
.footer #accordion .panel a:link, .footer #accordion .panel a:visited {
    color: #adadad;
    font-weight: 400;
    text-decoration: none;
}
.footer #accordion .panel a:hover, .footer #accordion .panel a:active {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
.footer #accordion .panel .panel-heading {
    padding: 0;
    background-color: transparent;
    font-size: 1.3125em;
}
.footer #accordion .panel .panel-heading .panel-title {
    font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif!important;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}
.footer #accordion .panel .panel-heading a {
    display: block;
}
.footer #accordion .panel .panel-heading a:link, .footer #accordion .panel .panel-heading a:visited, .footer #accordion .panel .panel-heading a:hover, .footer #accordion .panel .panel-heading a:active {
    color: #cfb991;
    text-decoration: none;
}
.footer #accordion .panel .panel-collapse .panel-body {
    border: none;
    padding: 0;
}
.footer #accordion .panel .panel-collapse .panel-body ul {
    padding: 0;
    list-style-type: none;
}
.footer #accordion .motto {
    clear: both;
    padding: 15px 15px 0;
    font-size: 1.25em;
    text-align: center;
}
.footer #accordion .motto .taglineContainer {
    width: 90%;
    margin: 0 auto;
}
.footer #accordion .motto .tagline {
    position: relative;
    display: block;
    padding-bottom: 0;
}
.footer #accordion .motto .tagline .horizontal, .footer #accordion .motto .tagline .vertical {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.footer #accordion .motto .vertical {
    display: none;
}
.footer #accordion .motto .social {
    display: block;
    position: relative;
    margin: 2.5px 2%;
    text-align: center;
}
.footer #accordion .motto a {
    display: inline-block;
    position: relative;
    margin: 2.5px 2%;
    text-align: center;
}
.footer #accordion .motto a .text-hidden {
    position: absolute;
    display: block;
    top: -1000px;
    left: -1000px;
}
.footer #accordion .motto a .fa:after {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
}
.footer #accordion .motto a .fa-facebook:after {
    content: "Facebook"}
.footer #accordion .motto a .fa-facebook-square:after {
    content: "Facebook"}
.footer #accordion .motto a .fa-twitter:after {
    content: "Twitter"}
.footer #accordion .motto a .fa-twitter-square:after {
    content: "Twitter"}
.footer #accordion .motto a .fa-youtube:after {
    content: "Youtube"}
.footer #accordion .motto a .fa-youtube-square:after {
    content: "Youtube"}
.footer #accordion .motto a .fa-instagram:after {
    content: "Instagram"}
.footer #accordion .motto a .fa-instagram-square:after {
    content: "Instagram"}
.footer #accordion .motto a .fa-pinterest:after {
    content: "Pinterest"}
.footer #accordion .motto a .fa-pinterest-square:after {
    content: "Pinterest"}
.footer #accordion .motto a .fa-google-plus:after {
    content: "Google Plus"}
.footer #accordion .motto a .fa-google-plus-square:after {
    content: "Google Plus"}
.footer #accordion .motto a .fa-linkedin:after {
    content: "Linked In"}
.footer #accordion .motto a .fa-linkedin-square:after {
    content: "Linked In"}
.footer #accordion .motto a .fa-amazon:after {
    content: "Amazon"}
.footer #accordion .motto a .fa-amazon-square:after {
    content: "Amazon"}
.footer #accordion .motto a:link, .footer #accordion .motto a:visited {
    color: #999;
    text-decoration: none;
}
.footer #accordion .motto a:hover, .footer #accordion .motto a:active {
    color: #fff;
    text-decoration: none;
}
.footer #accordion .motto img {
    display: block;
    float: none;
    max-width: 100%;
    margin: 0 auto 5px;
    width: 100%}
@media (max-width:767px) {
    .footer #accordion .panel .panel-heading .panel-title>a: visited, .footer #accordion .panel .panel-heading .panel-title>a:active, .footer #accordion .panel .panel-heading .panel-title>a:link {
    font-weight: 700;
}
.footer #accordion .panel .panel-heading a .fa-plus {
    display: none;
}
.footer #accordion .panel .panel-heading a .fa-minus {
    display: block;
}
.footer #accordion .panel .panel-heading a.collapsed .fa-plus {
    display: block;
}
.footer #accordion .panel .panel-heading a.collapsed .fa-minus {
    display: none;
}
.footer #accordion .panel .panel-collapse {
    padding-left: 15px;
}
.footer #accordion .motto {
    padding: 2.93rem 1rem;
    width: auto;
}
.footer #accordion .motto .social {
    width: 100%;
    margin: 0;
}
.footer #accordion .motto .taglineContainer {
    width: 60%}
.footer #accordion .motto .taglineContainer .tagline {
    padding-bottom: 0;
}
.footer #accordion .motto .taglineContainer .tagline .horizontal {
    max-height: 48px;
    width: 100%}
}@media (min-width:768px) {
    .footer {
    padding: 3.125rem 0;
}
.footer #accordion {
    margin: 0 -30px;
    padding: 0 15px 0;
}
.footer #accordion .panel {
    float: left;
    width: 50%;
    padding: 0 30px 15px;
    border: none;
    font-size: .875em;
    line-height: 1.6875em;
}
.footer #accordion .panel .panel-heading {
    display: block;
    padding: 0;
    background-color: transparent;
    font-size: 1.3125em;
    line-height: 1em;
}
.footer #accordion .panel .panel-heading .panel-title {
    font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif;
    padding-top: 0;
    padding-bottom: .625rem;
    font-size: 1em;
}
.footer #accordion .panel .panel-heading .panel-title a {
    cursor: default;
    color: #cfb991;
    border-bottom: none;
    font-weight: 700;
}
.footer #accordion .panel .panel-heading .panel-title .fa {
    display: none;
}
.footer #accordion .panel a {
    padding: 10px 0 2px;
}
.footer #accordion .panel .panel-collapse {
    display: block;
    height: auto!important;
}
.footer #accordion .motto {
    clear: none;
    padding: 10px 30px 0;
    font-size: 1.85em;
    text-align: center;
}
.footer #accordion .motto .taglineContainer {
    display: block;
    width: auto;
}
.footer #accordion .motto .taglineContainer .tagline {
    padding-bottom: 0;
}
.footer #accordion .motto .taglineContainer .tagline .horizontal {
    max-height: 48px;
    width: 100%}
.footer #accordion .motto .vertical {
    display: none;
}
}@media (min-width:992px) {
    .footer #accordion .panel {
    width: 20%;
    padding: 0 15px;
}
.footer #accordion .motto {
    float: left;
    width: 20%;
    padding: 8px 15px 0;
    font-size: 1.35em;
}
.footer #accordion .motto .taglineContainer {
    width: auto;
}
.footer #accordion .motto .vertical {
    display: block;
    height: 100px;
    margin-left: auto;
}
.footer #accordion .motto .horizontal {
    display: none;
}
.footer #accordion .motto .social {
    padding-left: 0;
}
.footer #accordion .motto .social a {
    float: left;
    margin: 4px 6%}
}@media (min-width:1200px) {
    .footer #accordion .motto .vertical {
    display: block;
    height: 114px;
    margin-left: auto;
}
.footer #accordion .motto .social {
    margin-left: 1.5rem;
    padding-left: 0;
    border-top: none;
}
}.bottom {
    overflow: hidden;
    padding: 1rem 1rem .5rem;
    background-color: #3b3b3b;
    color: #fff;
    text-align: center;
    line-height: 1.5em;
}
.bottom a:link {
    color: #fff;
    text-decoration: underline;
}
.bottom a:visited {
    color: #fff;
    text-decoration: underline;
}
.bottom a:hover {
    color: #fff;
    text-decoration: hover;
}
.bottom a:active {
    color: #fff;
    text-decoration: underline;
}
.bottom p {
    margin: 0!important;
    padding-bottom: .5rem;
}
@media (min-width:768px) {
    .bottom {
    font-size: .875em;
}
.bottom a {
    font-weight: 400;
}
}@media (max-width:767px) {
    .bottom {
    font-size: 0.875em!important;
}
.bottom a {
    font-weight: 400;
}
}.dropdown-toggle:focus {
    outline-color: #3b99ff;
    outline-style: auto;
    outline-width: 5px;
    outline-offset: -2px;
}
.navbar-toggle:focus {
    text-decoration: underline;
}