/*!
Theme Name: Grady School of Journalism
Author: Red Clay Interactive
Author URI: https://www.redclayinteractive.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: grady
*/ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
} /*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"),
        url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.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: 0.14286em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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-pp: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-resistance: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: "";
}
.fa-reddit-alien:before {
    content: "";
}
.fa-edge:before {
    content: "";
}
.fa-credit-card-alt:before {
    content: "";
}
.fa-codiepie:before {
    content: "";
}
.fa-modx:before {
    content: "";
}
.fa-fort-awesome:before {
    content: "";
}
.fa-usb:before {
    content: "";
}
.fa-product-hunt:before {
    content: "";
}
.fa-mixcloud:before {
    content: "";
}
.fa-scribd:before {
    content: "";
}
.fa-pause-circle:before {
    content: "";
}
.fa-pause-circle-o:before {
    content: "";
}
.fa-stop-circle:before {
    content: "";
}
.fa-stop-circle-o:before {
    content: "";
}
.fa-shopping-bag:before {
    content: "";
}
.fa-shopping-basket:before {
    content: "";
}
.fa-hashtag:before {
    content: "";
}
.fa-bluetooth:before {
    content: "";
}
.fa-bluetooth-b:before {
    content: "";
}
.fa-percent:before {
    content: "";
}
.fa-gitlab:before {
    content: "";
}
.fa-wpbeginner:before {
    content: "";
}
.fa-wpforms:before {
    content: "";
}
.fa-envira:before {
    content: "";
}
.fa-universal-access:before {
    content: "";
}
.fa-wheelchair-alt:before {
    content: "";
}
.fa-question-circle-o:before {
    content: "";
}
.fa-blind:before {
    content: "";
}
.fa-audio-description:before {
    content: "";
}
.fa-volume-control-phone:before {
    content: "";
}
.fa-braille:before {
    content: "";
}
.fa-assistive-listening-systems:before {
    content: "";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
}
.fa-glide:before {
    content: "";
}
.fa-glide-g:before {
    content: "";
}
.fa-signing:before,
.fa-sign-language:before {
    content: "";
}
.fa-low-vision:before {
    content: "";
}
.fa-viadeo:before {
    content: "";
}
.fa-viadeo-square:before {
    content: "";
}
.fa-snapchat:before {
    content: "";
}
.fa-snapchat-ghost:before {
    content: "";
}
.fa-snapchat-square:before {
    content: "";
}
.fa-pied-piper:before {
    content: "";
}
.fa-first-order:before {
    content: "";
}
.fa-yoast:before {
    content: "";
}
.fa-themeisle:before {
    content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?gaqeof");
    src: url("../fonts/icomoon.eot?gaqeof#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?gaqeof") format("truetype"), url("../fonts/icomoon.woff?gaqeof") format("woff"),
        url("../fonts/icomoon.svg?gaqeof#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-Grady_Video_Play .path1:before {
    content: "\e90c";
    color: inherit;
}
.icon-Grady_Video_Play .path2:before {
    content: "\e90d";
    margin-left: -1em;
    color: inherit;
}
.icon-menu-wide:before {
    content: "\e90b";
}
.icon-down-arrow:before {
    content: "\e90a";
}
.icon-calendar:before {
    content: "\e900";
}
.icon-close:before {
    content: "\e901";
}
.icon-grid:before {
    content: "\e902";
}
.icon-list:before {
    content: "\e903";
}
.icon-menu:before {
    content: "\e904";
}
.icon-next-arrow:before {
    content: "\e905";
}
.icon-play:before {
    content: "\e906";
}
.icon-prev-arrow:before {
    content: "\e907";
}
.icon-quotes:before {
    content: "\e908";
}
.icon-search:before {
    content: "\e909";
}
.alignleft,
.alignright {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 37.5em) {
    .alignleft {
        display: inline;
        float: left;
    }
}
@media only screen and (min-width: 37.5em) {
    .alignright {
        display: inline;
        float: right;
    }
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft,
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin-top: 0.4em;
    margin-bottom: 20px;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 20px;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}
.avatar {
    border-radius: 50%;
}
img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
audio,
canvas {
    display: inline-block;
}
embed,
iframe,
object,
video {
    margin-bottom: 1.6em;
    max-width: 100%;
    vertical-align: middle;
}
p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1.6em;
}
.wp-playlist.wp-playlist {
    padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
    margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: 10px 0;
}
.wp-playlist-item .wp-playlist-item-length {
    top: 10px;
}
.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
.wp-caption-text {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
@media only screen and (min-width: 64em) {
    blockquote.alignleft,
    .wp-caption.alignleft,
    img.alignleft {
        margin: 0.4em 30px 30px 0;
    }
    blockquote.alignright,
    .wp-caption.alignright,
    img.alignright {
        margin: 0.4em 0 30px 30px;
    }
    blockquote.aligncenter,
    .wp-caption.aligncenter,
    img.aligncenter {
        margin-top: 0.4em;
        margin-bottom: 30px;
    }
    .wp-caption.alignleft,
    .wp-caption.alignright,
    .wp-caption.aligncenter {
        margin-bottom: 1.2em;
    }
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 22px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    right: 30px;
    top: 30px;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-size: 28px;
    text-indent: 9999px;
    overflow: hidden !important;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 30px;
}
.mfp-close:before {
    content: "\e901";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 22px;
    font-size: 2.2rem;
    text-indent: 0;
    color: #bbb;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -ms-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.white-popup-block {
    background: #fff;
    padding: 100px 50px;
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
.white-popup-block .logo {
    display: block;
    float: none;
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
}
@media only screen and (min-width: 48em) {
    .white-popup-block .logo {
        display: inline-block;
        float: left;
        width: 180px;
        margin: 0 30px 0 0;
    }
}
.white-popup-block .logo img {
    max-width: 100%;
    height: auto;
}
.white-popup-block .content {
    display: block;
    margin-left: 0;
}
@media only screen and (min-width: 48em) {
    .white-popup-block .content {
        margin-left: 210px;
    }
}
div.tribe-events-notices ul > li:before,
div.tribe-events-notices ul li:before,
div.tribe-events-notices > ul > li:before,
div.tribe-events-notices > ul li:before,
#tribe_events_filters_wrapper ul > li:before,
#tribe_events_filters_wrapper ul li:before,
#tribe_events_filters_wrapper > ul > li:before,
#tribe_events_filters_wrapper > ul li:before {
    content: "";
}
.page-wrap {
    position: relative;
    padding: 20px 20px 50px 20px;
}
.page-wrap.width-wrapper {
    max-width: 1290px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}
.page-wrap.width-wrapper .pattern-title {
    display: block;
    font-size: 40px;
    padding: 0 0 15px;
}
.page-wrap.width-wrapper .pattern {
    margin: 0 0 50px;
    padding: 2%;
}
.page-wrap.width-wrapper .pattern .pattern-example .color-example {
    padding: 5px;
    width: 50%;
    text-indent: 51%;
    white-space: nowrap;
    margin: 0 0 15px 0;
    font-weight: 600;
}
.page-wrap.width-wrapper .pattern .pattern-example .color-example.content-red {
    background: #a00;
    color: #000;
}
.page-wrap.width-wrapper .pattern .pattern-example .color-example.content-black {
    background: #000;
}
.page-wrap.width-wrapper .pattern .pattern-example .color-example.content-gray-darker {
    background: #222;
    color: #000;
}
.page-wrap.width-wrapper .pattern .pattern-example .color-example.content-gray-dark {
    background: #333;
    color: #000;
}
.page-wrap.width-wrapper .pattern .pattern-example .color-example.content-gray {
    background: #666;
    color: #000;
}
.page-wrap.width-wrapper .pattern .pattern-example .color-example.content-gray-light {
    background: #bbb;
    color: #000;
}
.page-wrap.width-wrapper .pattern .pattern-example .color-example.content-white {
    background: #fff;
    color: #000;
}
.page-wrap.width-wrapper .pattern .pattern-example .heading-example,
.page-wrap.width-wrapper .pattern .pattern-example .button-example {
    display: block;
    margin-bottom: 20px;
}
.page-wrap.width-wrapper .pattern.pattern-colors,
.page-wrap.width-wrapper .pattern.pattern-headings {
    background: #dfdfdf;
}
.ff-primary,
.callout-title_apply,
.faculty-detail_title,
.faculty-detail_sidebar-inner .faculty_info td:first-child {
    font-family: "source-sans-pro", sans-serif;
}
.ff-secondary,
.callout-title,
.social-block,
.showcase-block,
.faculty-detail_sidebar-inner .faculty_info td:last-child {
    font-family: "roboto", sans-serif;
}
.content-red {
    color: #a00;
}
.content-black {
    color: #000;
}
.content-gray-darker {
    color: #222;
}
.content-gray-dark {
    color: #333;
}
.content-gray {
    color: #666;
}
.content-gray-light {
    color: #bbb;
}
.content-white {
    color: #fff;
}
.text-left,
.callout.text-left {
    text-align: left;
}
.text-center,
.callout,
.callout.text-center {
    text-align: center;
}
.text-right,
.callout.text-right {
    text-align: right;
}
.text-uppercase,
.callout_data .callout-title,
.hero-content,
.hero_quote .hero-quote-block strong,
.faculty-detail_sidebar-inner .faculty_info td:first-child {
    text-transform: uppercase;
}
.text-light,
.callout {
    font-weight: 300;
}
.text-regular {
    font-weight: 400;
}
.text-bold {
    font-weight: 700;
}
.number-heading {
    font-size: 54px;
    font-size: 5.4rem;
    display: block;
    font-weight: 600;
    color: #a00;
    line-height: 1;
}
.bg-red,
.callout-bg_red {
    background-color: #a00;
}
.bg-black {
    background-color: #000;
}
.bg-gray-darker,
.hero_quote .hero-quote-block {
    background-color: #222;
}
.bg-gray-dark,
.callout-bg_gray-dark {
    background-color: #333;
}
.bg-gray {
    background-color: #666;
}
.bg-gray-light {
    background-color: #bbb;
}
.bg-gray-lighter,
.callout-bg_gray-lighter {
    background-color: #e5e5e5;
}
.bg-white,
.social-block,
.showcase-block {
    background-color: #fff;
}
.bg-off-white,
.filter-type_vert,
.post_filtering_paging_wrapper-type_vert,
.filter-type_inline,
.post_filtering_paging_wrapper-type_inline,
.collapse-area,
.collapse-area-trigger {
    background-color: #efefef;
}
.padding-vert {
    padding-top: 20px;
    padding-bottom: 20px;
}
.padding-vert-1-5x {
    padding-top: 30px;
    padding-bottom: 30px;
}
.padding-vert-2x {
    padding-top: 40px;
    padding-bottom: 40px;
}
.padding-vert-2-5x {
    padding-top: 50px;
    padding-bottom: 50px;
}
.padding-vert-3x {
    padding-top: 60px;
    padding-bottom: 60px;
}
.padding-vert-3-5x {
    padding-top: 70px;
    padding-bottom: 70px;
}
.padding-vert-4x {
    padding-top: 80px;
    padding-bottom: 80px;
}
.padding-vert-5x {
    padding-top: 100px;
    padding-bottom: 100px;
}
.padding-vert_top {
    padding-top: 20px;
}
.padding-vert-1-5x_top {
    padding-top: 30px;
}
.padding-vert-2x_top {
    padding-top: 40px;
}
.padding-vert-2-5x_top {
    padding-top: 50px;
}
.padding-vert-3x_top {
    padding-top: 60px;
}
.padding-vert-3-5x_top {
    padding-top: 70px;
}
.padding-vert-4x_top {
    padding-top: 80px;
}
.padding-vert-5x_top {
    padding-top: 100px;
}
.padding-vert_bottom {
    padding-bottom: 20px;
}
.padding-vert-1-5x_bottom {
    padding-bottom: 30px;
}
.padding-vert-2x_bottom {
    padding-bottom: 40px;
}
.padding-vert-2-5x_bottom {
    padding-bottom: 50px;
}
.padding-vert-3x_bottom {
    padding-bottom: 60px;
}
.padding-vert-3-5x_bottom {
    padding-bottom: 70px;
}
.padding-vert-4x_bottom {
    padding-bottom: 80px;
}
.padding-vert-5x_bottom {
    padding-bottom: 100px;
}
.no-padding,
.grid__item.no-padding {
    padding: 0;
}
.no-padding_top {
    padding-top: 0;
}
.no-padding_bottom {
    padding-bottom: 0;
}
.no-margin,
.grid.no-margin,
.callout.no-margin {
    margin: 0;
}
.no-margin_top,
.callout.no-margin_top {
    margin-top: 0;
}
.no-margin_bottom,
.callout.no-margin_bottom {
    margin-bottom: 0;
}
.position-rel {
    position: relative;
}
.position-abs {
    position: absolute;
}
.visible {
    display: block;
}
.hidden {
    display: none;
}
.no-decoration {
    text-decoration: none;
}
.no-decoration:hover,
.no-decoration:focus {
    text-decoration: none;
}
.smaller {
    font-size: 0.8em;
}
* {
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
}
::-webkit-selection {
    background: #a00;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #a00;
    color: #fff;
    text-shadow: none;
}
html {
    font-size: 62.5%;
}
body {
    color: #333;
    font-family: "source-sans-pro", sans-serif, arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
    font-weight: 300;
}
p {
    padding: 0 0 20px;
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "roboto", sans-serif;
}
a {
    color: #a00;
    text-decoration: none;
    transition: all 0.3s ease;
}
a:hover {
    color: #a00;
    text-decoration: underline;
}
a.link-caret {
    font-family: "source-sans-pro", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    text-decoration: none !important;
}
a.link-caret:after {
    content: "\e905";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 9px;
    font-size: 0.9rem;
    margin-left: 8px;
}
a.link-caret:hover {
    color: #666;
}
ol,
ul {
    margin: 10px 0 30px;
    padding-left: 15px;
}
ol ul,
ol ol,
ul ul,
ul ol {
    margin: 0;
}
p + ul,
p + ol {
    margin: 0 0 10px;
}
@media only screen and (min-width: 48em) {
    p + ul,
    p + ol {
        margin: 0 0 20px;
    }
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
blockquote {
    font-size: 14px;
    font-size: 1.4rem;
    border-left: 5px solid #bbb;
    padding: 25px;
    margin: 0 0 20px;
    background: #fafafa;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer {
    display: block;
    font-size: 80%;
    line-height: 1.6;
    color: #bbb;
}
blockquote footer:before {
    content: "\2014 \00A0";
}
blockquote-reverse {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #bbb;
    border-left: 0;
    text-align: right;
}
blockquote-reverse footer:before {
    content: "";
}
blockquote-reverse footer:after {
    content: "\00A0 \2014";
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #bbb;
    margin: 1em 0;
    padding: 0;
}
sup {
    font-size: 50%;
}
sup.trade {
    font-family: arial, helvetica, sans-serif;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
textarea {
    resize: vertical;
}
audio,
canvas,
img,
video {
    vertical-align: middle;
}
img {
    max-width: 100%;
    height: auto;
}
.embed-responsive {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding: 0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive--ar16x9 {
    padding-top: 56.25%;
}
.embed-responsive--ar4x3 {
    padding-top: 75%;
}
.table-styled {
    min-height: 0.01%;
    overflow-x: auto;
}
.table-styled table {
    width: 100%;
}
.table-styled table th,
.table-styled table td {
    min-width: 210px;
    max-width: 100%;
}
.table-styled table thead th {
    font-size: 14px;
    font-size: 1.4rem;
    background: #333;
    color: #fff;
    padding: 20px 25px;
    text-transform: uppercase;
    border: none;
}
.table-styled table tr {
    transition: all 0.3s ease-in-out;
}
.table-styled table tr td {
    font-weight: 300;
    padding: 20px 25px;
    border-bottom: 1px dashed #e5e5e5;
}
.table-styled table tr td:hover {
    color: #a00;
    font-weight: 700;
}
.table-styled table tr:hover {
    background: #e5e5e5;
}
.has--img-scale {
    display: block;
}
.has--img-scale .img--scale {
    overflow: hidden;
}
.has--img-scale .img--scale img {
    transition: 0.8s;
}
.has--img-scale:hover .h4 {
    color: #a00;
}
.has--img-scale:hover .img--scale img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.clearfix::after,
.news_block::after,
.alumni::after {
    content: "";
    display: table;
    clear: both;
}
.logged-in-nav {
    opacity: 0.98;
    position: fixed;
    bottom: 0px;
    left: 0;
    background: #efefef;
    padding: 10px 20px;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    z-index: 999;
}
.logged-in-nav:hover {
    opacity: 1;
}
.logged-in-nav ul,
.logged-in-nav li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.logged-in-nav li {
    padding: 0 5px;
}
.logged-in-nav li:before {
    content: "";
}
.logged-in-nav a {
    text-decoration: none;
    color: #a00;
}
.logged-in-nav a:hover {
    text-decoration: underline;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    display: block;
    padding: 0;
    margin: 0;
}
.content-red h1,
.content-red .h1,
.content-red h2,
.content-red .h2,
.content-red h3,
.content-red .h3,
.content-red h4,
.content-red .h4,
.content-red h5,
.content-red .h5,
.content-red h6,
.content-red .h6 {
    color: #a00;
}
.content-black h1,
.content-black .h1,
.content-black h2,
.content-black .h2,
.content-black h3,
.content-black .h3,
.content-black h4,
.content-black .h4,
.content-black h5,
.content-black .h5,
.content-black h6,
.content-black .h6 {
    color: #000;
}
.content-gray-darker h1,
.content-gray-darker .h1,
.content-gray-darker h2,
.content-gray-darker .h2,
.content-gray-darker h3,
.content-gray-darker .h3,
.content-gray-darker h4,
.content-gray-darker .h4,
.content-gray-darker h5,
.content-gray-darker .h5,
.content-gray-darker h6,
.content-gray-darker .h6 {
    color: #222;
}
.content-gray-dark h1,
.content-gray-dark .h1,
.content-gray-dark h2,
.content-gray-dark .h2,
.content-gray-dark h3,
.content-gray-dark .h3,
.content-gray-dark h4,
.content-gray-dark .h4,
.content-gray-dark h5,
.content-gray-dark .h5,
.content-gray-dark h6,
.content-gray-dark .h6 {
    color: #333;
}
.content-gray h1,
.content-gray .h1,
.content-gray h2,
.content-gray .h2,
.content-gray h3,
.content-gray .h3,
.content-gray h4,
.content-gray .h4,
.content-gray h5,
.content-gray .h5,
.content-gray h6,
.content-gray .h6 {
    color: #666;
}
.content-gray-light h1,
.content-gray-light .h1,
.content-gray-light h2,
.content-gray-light .h2,
.content-gray-light h3,
.content-gray-light .h3,
.content-gray-light h4,
.content-gray-light .h4,
.content-gray-light h5,
.content-gray-light .h5,
.content-gray-light h6,
.content-gray-light .h6 {
    color: #bbb;
}
.content-white h1,
.content-white .h1,
.content-white h2,
.content-white .h2,
.content-white h3,
.content-white .h3,
.content-white h4,
.content-white .h4,
.content-white h5,
.content-white .h5,
.content-white h6,
.content-white .h6 {
    color: #fff;
}
h1,
.h1 {
    font-family: "source-sans-pro", sans-serif;
    font-weight: 300;
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 56px;
    color: #222;
}
h2,
.h2 {
    font-family: "source-sans-pro", sans-serif;
    font-weight: 300;
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 46px;
    color: #222;
}
h3,
.h3 {
    font-family: "source-sans-pro", sans-serif;
    font-weight: 400;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
    color: #666;
    text-transform: uppercase;
}
h4,
.h4 {
    font-family: "roboto", sans-serif;
    font-weight: 300;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 36px;
    color: #222;
}
h5,
.h5 {
    font-family: "source-sans-pro", sans-serif;
    font-weight: 300;
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    color: #666;
    letter-spacing: 1px;
}
h6,
.h6 {
    font-family: "source-sans-pro", sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    color: #222;
    letter-spacing: 1px;
}
.heading_underlined {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 4px solid #a00;
}
.date {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
}
.icon_circle {
    background-color: #a00;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    width: 39px;
    height: 39px;
    line-height: 39px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-decoration: none !important;
}
.icon_circle:hover {
    background-color: #bbb;
}
.btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "source-sans-pro", sans-serif;
    padding: 15px 32px;
    display: inline-block;
    line-height: 1em;
    letter-spacing: 1px;
    text-decoration: none !important;
    border: 0;
    transition: background-color 0.3s ease;
}
.btn-primary,
.filter .btn-primary,
.post_filtering_paging_wrapper .btn-primary {
    background-color: #a00;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #bbb;
    color: #fff;
}
.btn-secondary {
    background-color: #333;
    color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #222;
    color: #fff;
}
.btn-wide {
    padding: 25px 60px;
}
@media only screen and (min-width: 64em) {
    .btn-wide {
        padding: 25px 87px;
    }
}
.btn-vert-filter {
    margin-bottom: 25px;
}
.tag {
    text-transform: uppercase;
    font-weight: 700;
    font-family: "source-sans-pro", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 9px 10px;
    display: inline-block;
    line-height: 1em;
    letter-spacing: 1px;
    margin-right: 10px;
    transition: background-color 0.3s ease;
}
.tag:last-child {
    margin-right: 0;
}
.tag-category {
    color: #fff;
    background-color: #a00;
}
.tag-category a {
    color: #fff;
}
.tag-category a:hover {
    text-decoration: none;
}
.tag-topic {
    color: #fff;
    background-color: #222;
}
.tag-category:hover,
.tag-category:focus,
.tag-topic:hover,
.tag-topic:focus {
    background-color: #666;
}
.tag-filter {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 17px 10px 22px;
    cursor: pointer;
}
.tag-filter:after {
    content: "\e901";
    font-size: 8px;
    font-size: 0.8rem;
    margin-left: 10px;
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.grid {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px;
}
.grid__item {
    display: inline-block;
    padding-left: 30px;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
}
.grid--rev {
    direction: rtl;
    text-align: left;
}
.grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
}
.grid--full {
    margin-left: 0;
}
.grid--full > .grid__item {
    padding-left: 0;
}
.grid--right {
    text-align: right;
}
.grid--right > .grid__item {
    text-align: left;
}
.grid--left {
    text-align: left;
}
.grid--left > .grid__item {
    text-align: left;
}
.grid--center {
    text-align: center;
}
.grid--center > .grid__item {
    text-align: left;
}
.grid--middle > .grid__item {
    vertical-align: middle;
}
.grid--bottom > .grid__item {
    vertical-align: bottom;
}
.grid--narrow {
    margin-left: -15px;
}
.grid--narrow > .grid__item {
    padding-left: 15px;
}
.grid--wide {
    margin-left: -60px;
}
.grid--wide > .grid__item {
    padding-left: 60px;
}
.col-1-1 {
    width: 100%;
}
.col-1-2,
.col-2-4,
.col-3-6,
.col-4-8,
.col-5-10,
.col-6-12 {
    width: 50%;
}
.col-1-3,
.col-2-6,
.col-3-9,
.col-4-12 {
    width: 33.333%;
}
.col-2-3,
.col-4-6,
.col-6-9,
.col-8-12 {
    width: 66.666%;
}
.col-1-4,
.col-2-8,
.col-3-12 {
    width: 25%;
}
.col-3-4,
.col-6-8,
.col-9-12 {
    width: 75%;
}
.col-1-5,
.col-2-10 {
    width: 20%;
}
.col-2-5,
.col-4-10 {
    width: 40%;
}
.col-3-5,
.col-6-10 {
    width: 60%;
}
.col-4-5,
.col-8-10 {
    width: 80%;
}
.col-1-6 {
    width: 16.666%;
}
.col-5-6,
.col-10-12 {
    width: 83.333%;
}
.col-1-7 {
    width: 14.2857%;
}
.col-2-7 {
    width: 28.5714%;
}
.col-3-7 {
    width: 42.8571%;
}
.col-4-7 {
    width: 57.1428%;
}
.col-5-7 {
    width: 71.4285%;
}
.col-6-7 {
    width: 85.7142%;
}
.col-1-8 {
    width: 12.5%;
}
.col-3-8 {
    width: 37.5%;
}
.col-5-8 {
    width: 62.5%;
}
.col-7-8 {
    width: 87.5%;
}
.col-1-9 {
    width: 11.111%;
}
.col-2-9 {
    width: 22.222%;
}
.col-4-9 {
    width: 44.444%;
}
.col-5-9 {
    width: 55.555%;
}
.col-7-9 {
    width: 77.777%;
}
.col-8-9 {
    width: 88.888%;
}
.col-1-10 {
    width: 10%;
}
.col-3-10 {
    width: 30%;
}
.col-7-10 {
    width: 70%;
}
.col-9-10 {
    width: 90%;
}
.col-1-11 {
    width: 9.0909%;
}
.col-2-11 {
    width: 18.1818%;
}
.col-3-11 {
    width: 27.2727%;
}
.col-4-11 {
    width: 36.3636%;
}
.col-5-11 {
    width: 45.4545%;
}
.col-6-11 {
    width: 54.5454%;
}
.col-7-11 {
    width: 63.6363%;
}
.col-8-11 {
    width: 72.7272%;
}
.col-9-11 {
    width: 81.8181%;
}
.col-10-11 {
    width: 90.909%;
}
.col-1-12 {
    width: 8.333%;
}
.col-2-12 {
    width: 16.666%;
}
.col-5-12 {
    width: 41.666%;
}
.col-7-12 {
    width: 58.333%;
}
.col-11-12 {
    width: 91.666%;
}
.show {
    display: inline-block;
}
.hide {
    display: none;
}
@media only screen and (min-width: 30em) {
    .xs--col-1-1 {
        width: 100%;
    }
    .xs--col-1-2,
    .xs--col-2-4,
    .xs--col-3-6,
    .xs--col-4-8,
    .xs--col-5-10,
    .xs--col-6-12 {
        width: 50%;
    }
    .xs--col-1-3,
    .xs--col-2-6,
    .xs--col-3-9,
    .xs--col-4-12 {
        width: 33.333%;
    }
    .xs--col-2-3,
    .xs--col-4-6,
    .xs--col-6-9,
    .xs--col-8-12 {
        width: 66.666%;
    }
    .xs--col-1-4,
    .xs--col-2-8,
    .xs--col-3-12 {
        width: 25%;
    }
    .xs--col-3-4,
    .xs--col-6-8,
    .xs--col-9-12 {
        width: 75%;
    }
    .xs--col-1-5,
    .xs--col-2-10 {
        width: 20%;
    }
    .xs--col-2-5,
    .xs--col-4-10 {
        width: 40%;
    }
    .xs--col-3-5,
    .xs--col-6-10 {
        width: 60%;
    }
    .xs--col-4-5,
    .xs--col-8-10 {
        width: 80%;
    }
    .xs--col-1-6 {
        width: 16.666%;
    }
    .xs--col-5-6,
    .xs--col-10-12 {
        width: 83.333%;
    }
    .xs--col-1-7 {
        width: 14.2857%;
    }
    .xs--col-2-7 {
        width: 28.5714%;
    }
    .xs--col-3-7 {
        width: 42.8571%;
    }
    .xs--col-4-7 {
        width: 57.1428%;
    }
    .xs--col-5-7 {
        width: 71.4285%;
    }
    .xs--col-6-7 {
        width: 85.7142%;
    }
    .xs--col-1-8 {
        width: 12.5%;
    }
    .xs--col-3-8 {
        width: 37.5%;
    }
    .xs--col-5-8 {
        width: 62.5%;
    }
    .xs--col-7-8 {
        width: 87.5%;
    }
    .xs--col-1-9 {
        width: 11.111%;
    }
    .xs--col-2-9 {
        width: 22.222%;
    }
    .xs--col-4-9 {
        width: 44.444%;
    }
    .xs--col-5-9 {
        width: 55.555%;
    }
    .xs--col-7-9 {
        width: 77.777%;
    }
    .xs--col-8-9 {
        width: 88.888%;
    }
    .xs--col-1-10 {
        width: 10%;
    }
    .xs--col-3-10 {
        width: 30%;
    }
    .xs--col-7-10 {
        width: 70%;
    }
    .xs--col-9-10 {
        width: 90%;
    }
    .xs--col-1-11 {
        width: 9.0909%;
    }
    .xs--col-2-11 {
        width: 18.1818%;
    }
    .xs--col-3-11 {
        width: 27.2727%;
    }
    .xs--col-4-11 {
        width: 36.3636%;
    }
    .xs--col-5-11 {
        width: 45.4545%;
    }
    .xs--col-6-11 {
        width: 54.5454%;
    }
    .xs--col-7-11 {
        width: 63.6363%;
    }
    .xs--col-8-11 {
        width: 72.7272%;
    }
    .xs--col-9-11 {
        width: 81.8181%;
    }
    .xs--col-10-11 {
        width: 90.909%;
    }
    .xs--col-1-12 {
        width: 8.333%;
    }
    .xs--col-2-12 {
        width: 16.666%;
    }
    .xs--col-5-12 {
        width: 41.666%;
    }
    .xs--col-7-12 {
        width: 58.333%;
    }
    .xs--col-11-12 {
        width: 91.666%;
    }
}
@media only screen and (min-width: 30em) {
    .xs--show {
        display: inline-block;
    }
    .xs--hide {
        display: none;
    }
}
@media only screen and (min-width: 37.5em) {
    .s--col-1-1 {
        width: 100%;
    }
    .s--col-1-2,
    .s--col-2-4,
    .s--col-3-6,
    .s--col-4-8,
    .s--col-5-10,
    .s--col-6-12 {
        width: 50%;
    }
    .s--col-1-3,
    .s--col-2-6,
    .s--col-3-9,
    .s--col-4-12 {
        width: 33.333%;
    }
    .s--col-2-3,
    .s--col-4-6,
    .s--col-6-9,
    .s--col-8-12 {
        width: 66.666%;
    }
    .s--col-1-4,
    .s--col-2-8,
    .s--col-3-12 {
        width: 25%;
    }
    .s--col-3-4,
    .s--col-6-8,
    .s--col-9-12 {
        width: 75%;
    }
    .s--col-1-5,
    .s--col-2-10 {
        width: 20%;
    }
    .s--col-2-5,
    .s--col-4-10 {
        width: 40%;
    }
    .s--col-3-5,
    .s--col-6-10 {
        width: 60%;
    }
    .s--col-4-5,
    .s--col-8-10 {
        width: 80%;
    }
    .s--col-1-6 {
        width: 16.666%;
    }
    .s--col-5-6,
    .s--col-10-12 {
        width: 83.333%;
    }
    .s--col-1-7 {
        width: 14.2857%;
    }
    .s--col-2-7 {
        width: 28.5714%;
    }
    .s--col-3-7 {
        width: 42.8571%;
    }
    .s--col-4-7 {
        width: 57.1428%;
    }
    .s--col-5-7 {
        width: 71.4285%;
    }
    .s--col-6-7 {
        width: 85.7142%;
    }
    .s--col-1-8 {
        width: 12.5%;
    }
    .s--col-3-8 {
        width: 37.5%;
    }
    .s--col-5-8 {
        width: 62.5%;
    }
    .s--col-7-8 {
        width: 87.5%;
    }
    .s--col-1-9 {
        width: 11.111%;
    }
    .s--col-2-9 {
        width: 22.222%;
    }
    .s--col-4-9 {
        width: 44.444%;
    }
    .s--col-5-9 {
        width: 55.555%;
    }
    .s--col-7-9 {
        width: 77.777%;
    }
    .s--col-8-9 {
        width: 88.888%;
    }
    .s--col-1-10 {
        width: 10%;
    }
    .s--col-3-10 {
        width: 30%;
    }
    .s--col-7-10 {
        width: 70%;
    }
    .s--col-9-10 {
        width: 90%;
    }
    .s--col-1-11 {
        width: 9.0909%;
    }
    .s--col-2-11 {
        width: 18.1818%;
    }
    .s--col-3-11 {
        width: 27.2727%;
    }
    .s--col-4-11 {
        width: 36.3636%;
    }
    .s--col-5-11 {
        width: 45.4545%;
    }
    .s--col-6-11 {
        width: 54.5454%;
    }
    .s--col-7-11 {
        width: 63.6363%;
    }
    .s--col-8-11 {
        width: 72.7272%;
    }
    .s--col-9-11 {
        width: 81.8181%;
    }
    .s--col-10-11 {
        width: 90.909%;
    }
    .s--col-1-12 {
        width: 8.333%;
    }
    .s--col-2-12 {
        width: 16.666%;
    }
    .s--col-5-12 {
        width: 41.666%;
    }
    .s--col-7-12 {
        width: 58.333%;
    }
    .s--col-11-12 {
        width: 91.666%;
    }
}
@media only screen and (min-width: 37.5em) {
    .s--show {
        display: inline-block;
    }
    .s--hide {
        display: none;
    }
}
@media only screen and (min-width: 48em) {
    .m--col-1-1 {
        width: 100%;
    }
    .m--col-1-2,
    .m--col-2-4,
    .m--col-3-6,
    .m--col-4-8,
    .m--col-5-10,
    .m--col-6-12 {
        width: 50%;
    }
    .m--col-1-3,
    .m--col-2-6,
    .m--col-3-9,
    .m--col-4-12 {
        width: 33.333%;
    }
    .m--col-2-3,
    .m--col-4-6,
    .m--col-6-9,
    .m--col-8-12 {
        width: 66.666%;
    }
    .m--col-1-4,
    .m--col-2-8,
    .m--col-3-12 {
        width: 25%;
    }
    .m--col-3-4,
    .m--col-6-8,
    .m--col-9-12 {
        width: 75%;
    }
    .m--col-1-5,
    .m--col-2-10 {
        width: 20%;
    }
    .m--col-2-5,
    .m--col-4-10 {
        width: 40%;
    }
    .m--col-3-5,
    .m--col-6-10 {
        width: 60%;
    }
    .m--col-4-5,
    .m--col-8-10 {
        width: 80%;
    }
    .m--col-1-6 {
        width: 16.666%;
    }
    .m--col-5-6,
    .m--col-10-12 {
        width: 83.333%;
    }
    .m--col-1-7 {
        width: 14.2857%;
    }
    .m--col-2-7 {
        width: 28.5714%;
    }
    .m--col-3-7 {
        width: 42.8571%;
    }
    .m--col-4-7 {
        width: 57.1428%;
    }
    .m--col-5-7 {
        width: 71.4285%;
    }
    .m--col-6-7 {
        width: 85.7142%;
    }
    .m--col-1-8 {
        width: 12.5%;
    }
    .m--col-3-8 {
        width: 37.5%;
    }
    .m--col-5-8 {
        width: 62.5%;
    }
    .m--col-7-8 {
        width: 87.5%;
    }
    .m--col-1-9 {
        width: 11.111%;
    }
    .m--col-2-9 {
        width: 22.222%;
    }
    .m--col-4-9 {
        width: 44.444%;
    }
    .m--col-5-9 {
        width: 55.555%;
    }
    .m--col-7-9 {
        width: 77.777%;
    }
    .m--col-8-9 {
        width: 88.888%;
    }
    .m--col-1-10 {
        width: 10%;
    }
    .m--col-3-10 {
        width: 30%;
    }
    .m--col-7-10 {
        width: 70%;
    }
    .m--col-9-10 {
        width: 90%;
    }
    .m--col-1-11 {
        width: 9.0909%;
    }
    .m--col-2-11 {
        width: 18.1818%;
    }
    .m--col-3-11 {
        width: 27.2727%;
    }
    .m--col-4-11 {
        width: 36.3636%;
    }
    .m--col-5-11 {
        width: 45.4545%;
    }
    .m--col-6-11 {
        width: 54.5454%;
    }
    .m--col-7-11 {
        width: 63.6363%;
    }
    .m--col-8-11 {
        width: 72.7272%;
    }
    .m--col-9-11 {
        width: 81.8181%;
    }
    .m--col-10-11 {
        width: 90.909%;
    }
    .m--col-1-12 {
        width: 8.333%;
    }
    .m--col-2-12 {
        width: 16.666%;
    }
    .m--col-5-12 {
        width: 41.666%;
    }
    .m--col-7-12 {
        width: 58.333%;
    }
    .m--col-11-12 {
        width: 91.666%;
    }
}
@media only screen and (min-width: 48em) {
    .m--show {
        display: inline-block;
    }
    .m--hide {
        display: none;
    }
}
@media only screen and (min-width: 60em) {
    .l--col-1-1 {
        width: 100%;
    }
    .l--col-1-2,
    .l--col-2-4,
    .l--col-3-6,
    .l--col-4-8,
    .l--col-5-10,
    .l--col-6-12 {
        width: 50%;
    }
    .l--col-1-3,
    .l--col-2-6,
    .l--col-3-9,
    .l--col-4-12 {
        width: 33.333%;
    }
    .l--col-2-3,
    .l--col-4-6,
    .l--col-6-9,
    .l--col-8-12 {
        width: 66.666%;
    }
    .l--col-1-4,
    .l--col-2-8,
    .l--col-3-12 {
        width: 25%;
    }
    .l--col-3-4,
    .l--col-6-8,
    .l--col-9-12 {
        width: 75%;
    }
    .l--col-1-5,
    .l--col-2-10 {
        width: 20%;
    }
    .l--col-2-5,
    .l--col-4-10 {
        width: 40%;
    }
    .l--col-3-5,
    .l--col-6-10 {
        width: 60%;
    }
    .l--col-4-5,
    .l--col-8-10 {
        width: 80%;
    }
    .l--col-1-6 {
        width: 16.666%;
    }
    .l--col-5-6,
    .l--col-10-12 {
        width: 83.333%;
    }
    .l--col-1-7 {
        width: 14.2857%;
    }
    .l--col-2-7 {
        width: 28.5714%;
    }
    .l--col-3-7 {
        width: 42.8571%;
    }
    .l--col-4-7 {
        width: 57.1428%;
    }
    .l--col-5-7 {
        width: 71.4285%;
    }
    .l--col-6-7 {
        width: 85.7142%;
    }
    .l--col-1-8 {
        width: 12.5%;
    }
    .l--col-3-8 {
        width: 37.5%;
    }
    .l--col-5-8 {
        width: 62.5%;
    }
    .l--col-7-8 {
        width: 87.5%;
    }
    .l--col-1-9 {
        width: 11.111%;
    }
    .l--col-2-9 {
        width: 22.222%;
    }
    .l--col-4-9 {
        width: 44.444%;
    }
    .l--col-5-9 {
        width: 55.555%;
    }
    .l--col-7-9 {
        width: 77.777%;
    }
    .l--col-8-9 {
        width: 88.888%;
    }
    .l--col-1-10 {
        width: 10%;
    }
    .l--col-3-10 {
        width: 30%;
    }
    .l--col-7-10 {
        width: 70%;
    }
    .l--col-9-10 {
        width: 90%;
    }
    .l--col-1-11 {
        width: 9.0909%;
    }
    .l--col-2-11 {
        width: 18.1818%;
    }
    .l--col-3-11 {
        width: 27.2727%;
    }
    .l--col-4-11 {
        width: 36.3636%;
    }
    .l--col-5-11 {
        width: 45.4545%;
    }
    .l--col-6-11 {
        width: 54.5454%;
    }
    .l--col-7-11 {
        width: 63.6363%;
    }
    .l--col-8-11 {
        width: 72.7272%;
    }
    .l--col-9-11 {
        width: 81.8181%;
    }
    .l--col-10-11 {
        width: 90.909%;
    }
    .l--col-1-12 {
        width: 8.333%;
    }
    .l--col-2-12 {
        width: 16.666%;
    }
    .l--col-5-12 {
        width: 41.666%;
    }
    .l--col-7-12 {
        width: 58.333%;
    }
    .l--col-11-12 {
        width: 91.666%;
    }
}
@media only screen and (min-width: 60em) {
    .l--show {
        display: inline-block;
    }
    .l--hide {
        display: none;
    }
}
@media only screen and (min-width: 64em) {
    .xl--col-1-1 {
        width: 100%;
    }
    .xl--col-1-2,
    .xl--col-2-4,
    .xl--col-3-6,
    .xl--col-4-8,
    .xl--col-5-10,
    .xl--col-6-12 {
        width: 50%;
    }
    .xl--col-1-3,
    .xl--col-2-6,
    .xl--col-3-9,
    .xl--col-4-12 {
        width: 33.333%;
    }
    .xl--col-2-3,
    .xl--col-4-6,
    .xl--col-6-9,
    .xl--col-8-12 {
        width: 66.666%;
    }
    .xl--col-1-4,
    .xl--col-2-8,
    .xl--col-3-12 {
        width: 25%;
    }
    .xl--col-3-4,
    .xl--col-6-8,
    .xl--col-9-12 {
        width: 75%;
    }
    .xl--col-1-5,
    .xl--col-2-10 {
        width: 20%;
    }
    .xl--col-2-5,
    .xl--col-4-10 {
        width: 40%;
    }
    .xl--col-3-5,
    .xl--col-6-10 {
        width: 60%;
    }
    .xl--col-4-5,
    .xl--col-8-10 {
        width: 80%;
    }
    .xl--col-1-6 {
        width: 16.666%;
    }
    .xl--col-5-6,
    .xl--col-10-12 {
        width: 83.333%;
    }
    .xl--col-1-7 {
        width: 14.2857%;
    }
    .xl--col-2-7 {
        width: 28.5714%;
    }
    .xl--col-3-7 {
        width: 42.8571%;
    }
    .xl--col-4-7 {
        width: 57.1428%;
    }
    .xl--col-5-7 {
        width: 71.4285%;
    }
    .xl--col-6-7 {
        width: 85.7142%;
    }
    .xl--col-1-8 {
        width: 12.5%;
    }
    .xl--col-3-8 {
        width: 37.5%;
    }
    .xl--col-5-8 {
        width: 62.5%;
    }
    .xl--col-7-8 {
        width: 87.5%;
    }
    .xl--col-1-9 {
        width: 11.111%;
    }
    .xl--col-2-9 {
        width: 22.222%;
    }
    .xl--col-4-9 {
        width: 44.444%;
    }
    .xl--col-5-9 {
        width: 55.555%;
    }
    .xl--col-7-9 {
        width: 77.777%;
    }
    .xl--col-8-9 {
        width: 88.888%;
    }
    .xl--col-1-10 {
        width: 10%;
    }
    .xl--col-3-10 {
        width: 30%;
    }
    .xl--col-7-10 {
        width: 70%;
    }
    .xl--col-9-10 {
        width: 90%;
    }
    .xl--col-1-11 {
        width: 9.0909%;
    }
    .xl--col-2-11 {
        width: 18.1818%;
    }
    .xl--col-3-11 {
        width: 27.2727%;
    }
    .xl--col-4-11 {
        width: 36.3636%;
    }
    .xl--col-5-11 {
        width: 45.4545%;
    }
    .xl--col-6-11 {
        width: 54.5454%;
    }
    .xl--col-7-11 {
        width: 63.6363%;
    }
    .xl--col-8-11 {
        width: 72.7272%;
    }
    .xl--col-9-11 {
        width: 81.8181%;
    }
    .xl--col-10-11 {
        width: 90.909%;
    }
    .xl--col-1-12 {
        width: 8.333%;
    }
    .xl--col-2-12 {
        width: 16.666%;
    }
    .xl--col-5-12 {
        width: 41.666%;
    }
    .xl--col-7-12 {
        width: 58.333%;
    }
    .xl--col-11-12 {
        width: 91.666%;
    }
}
@media only screen and (min-width: 64em) {
    .xl--show {
        display: inline-block;
    }
    .xl--hide {
        display: none;
    }
}
@media only screen and (min-width: 80em) {
    .xxl--col-1-1 {
        width: 100%;
    }
    .xxl--col-1-2,
    .xxl--col-2-4,
    .xxl--col-3-6,
    .xxl--col-4-8,
    .xxl--col-5-10,
    .xxl--col-6-12 {
        width: 50%;
    }
    .xxl--col-1-3,
    .xxl--col-2-6,
    .xxl--col-3-9,
    .xxl--col-4-12 {
        width: 33.333%;
    }
    .xxl--col-2-3,
    .xxl--col-4-6,
    .xxl--col-6-9,
    .xxl--col-8-12 {
        width: 66.666%;
    }
    .xxl--col-1-4,
    .xxl--col-2-8,
    .xxl--col-3-12 {
        width: 25%;
    }
    .xxl--col-3-4,
    .xxl--col-6-8,
    .xxl--col-9-12 {
        width: 75%;
    }
    .xxl--col-1-5,
    .xxl--col-2-10 {
        width: 20%;
    }
    .xxl--col-2-5,
    .xxl--col-4-10 {
        width: 40%;
    }
    .xxl--col-3-5,
    .xxl--col-6-10 {
        width: 60%;
    }
    .xxl--col-4-5,
    .xxl--col-8-10 {
        width: 80%;
    }
    .xxl--col-1-6 {
        width: 16.666%;
    }
    .xxl--col-5-6,
    .xxl--col-10-12 {
        width: 83.333%;
    }
    .xxl--col-1-7 {
        width: 14.2857%;
    }
    .xxl--col-2-7 {
        width: 28.5714%;
    }
    .xxl--col-3-7 {
        width: 42.8571%;
    }
    .xxl--col-4-7 {
        width: 57.1428%;
    }
    .xxl--col-5-7 {
        width: 71.4285%;
    }
    .xxl--col-6-7 {
        width: 85.7142%;
    }
    .xxl--col-1-8 {
        width: 12.5%;
    }
    .xxl--col-3-8 {
        width: 37.5%;
    }
    .xxl--col-5-8 {
        width: 62.5%;
    }
    .xxl--col-7-8 {
        width: 87.5%;
    }
    .xxl--col-1-9 {
        width: 11.111%;
    }
    .xxl--col-2-9 {
        width: 22.222%;
    }
    .xxl--col-4-9 {
        width: 44.444%;
    }
    .xxl--col-5-9 {
        width: 55.555%;
    }
    .xxl--col-7-9 {
        width: 77.777%;
    }
    .xxl--col-8-9 {
        width: 88.888%;
    }
    .xxl--col-1-10 {
        width: 10%;
    }
    .xxl--col-3-10 {
        width: 30%;
    }
    .xxl--col-7-10 {
        width: 70%;
    }
    .xxl--col-9-10 {
        width: 90%;
    }
    .xxl--col-1-11 {
        width: 9.0909%;
    }
    .xxl--col-2-11 {
        width: 18.1818%;
    }
    .xxl--col-3-11 {
        width: 27.2727%;
    }
    .xxl--col-4-11 {
        width: 36.3636%;
    }
    .xxl--col-5-11 {
        width: 45.4545%;
    }
    .xxl--col-6-11 {
        width: 54.5454%;
    }
    .xxl--col-7-11 {
        width: 63.6363%;
    }
    .xxl--col-8-11 {
        width: 72.7272%;
    }
    .xxl--col-9-11 {
        width: 81.8181%;
    }
    .xxl--col-10-11 {
        width: 90.909%;
    }
    .xxl--col-1-12 {
        width: 8.333%;
    }
    .xxl--col-2-12 {
        width: 16.666%;
    }
    .xxl--col-5-12 {
        width: 41.666%;
    }
    .xxl--col-7-12 {
        width: 58.333%;
    }
    .xxl--col-11-12 {
        width: 91.666%;
    }
}
@media only screen and (min-width: 80em) {
    .xxl--show {
        display: inline-block;
    }
    .xxl--hide {
        display: none;
    }
}
@media only screen and (min-width: 92em) {
    .xxxl--col-1-1 {
        width: 100%;
    }
    .xxxl--col-1-2,
    .xxxl--col-2-4,
    .xxxl--col-3-6,
    .xxxl--col-4-8,
    .xxxl--col-5-10,
    .xxxl--col-6-12 {
        width: 50%;
    }
    .xxxl--col-1-3,
    .xxxl--col-2-6,
    .xxxl--col-3-9,
    .xxxl--col-4-12 {
        width: 33.333%;
    }
    .xxxl--col-2-3,
    .xxxl--col-4-6,
    .xxxl--col-6-9,
    .xxxl--col-8-12 {
        width: 66.666%;
    }
    .xxxl--col-1-4,
    .xxxl--col-2-8,
    .xxxl--col-3-12 {
        width: 25%;
    }
    .xxxl--col-3-4,
    .xxxl--col-6-8,
    .xxxl--col-9-12 {
        width: 75%;
    }
    .xxxl--col-1-5,
    .xxxl--col-2-10 {
        width: 20%;
    }
    .xxxl--col-2-5,
    .xxxl--col-4-10 {
        width: 40%;
    }
    .xxxl--col-3-5,
    .xxxl--col-6-10 {
        width: 60%;
    }
    .xxxl--col-4-5,
    .xxxl--col-8-10 {
        width: 80%;
    }
    .xxxl--col-1-6 {
        width: 16.666%;
    }
    .xxxl--col-5-6,
    .xxxl--col-10-12 {
        width: 83.333%;
    }
    .xxxl--col-1-7 {
        width: 14.2857%;
    }
    .xxxl--col-2-7 {
        width: 28.5714%;
    }
    .xxxl--col-3-7 {
        width: 42.8571%;
    }
    .xxxl--col-4-7 {
        width: 57.1428%;
    }
    .xxxl--col-5-7 {
        width: 71.4285%;
    }
    .xxxl--col-6-7 {
        width: 85.7142%;
    }
    .xxxl--col-1-8 {
        width: 12.5%;
    }
    .xxxl--col-3-8 {
        width: 37.5%;
    }
    .xxxl--col-5-8 {
        width: 62.5%;
    }
    .xxxl--col-7-8 {
        width: 87.5%;
    }
    .xxxl--col-1-9 {
        width: 11.111%;
    }
    .xxxl--col-2-9 {
        width: 22.222%;
    }
    .xxxl--col-4-9 {
        width: 44.444%;
    }
    .xxxl--col-5-9 {
        width: 55.555%;
    }
    .xxxl--col-7-9 {
        width: 77.777%;
    }
    .xxxl--col-8-9 {
        width: 88.888%;
    }
    .xxxl--col-1-10 {
        width: 10%;
    }
    .xxxl--col-3-10 {
        width: 30%;
    }
    .xxxl--col-7-10 {
        width: 70%;
    }
    .xxxl--col-9-10 {
        width: 90%;
    }
    .xxxl--col-1-11 {
        width: 9.0909%;
    }
    .xxxl--col-2-11 {
        width: 18.1818%;
    }
    .xxxl--col-3-11 {
        width: 27.2727%;
    }
    .xxxl--col-4-11 {
        width: 36.3636%;
    }
    .xxxl--col-5-11 {
        width: 45.4545%;
    }
    .xxxl--col-6-11 {
        width: 54.5454%;
    }
    .xxxl--col-7-11 {
        width: 63.6363%;
    }
    .xxxl--col-8-11 {
        width: 72.7272%;
    }
    .xxxl--col-9-11 {
        width: 81.8181%;
    }
    .xxxl--col-10-11 {
        width: 90.909%;
    }
    .xxxl--col-1-12 {
        width: 8.333%;
    }
    .xxxl--col-2-12 {
        width: 16.666%;
    }
    .xxxl--col-5-12 {
        width: 41.666%;
    }
    .xxxl--col-7-12 {
        width: 58.333%;
    }
    .xxxl--col-11-12 {
        width: 91.666%;
    }
}
@media only screen and (min-width: 92em) {
    .xxxl--show {
        display: inline-block;
    }
    .xxxl--hide {
        display: none;
    }
}
[class*="push--"] {
    position: relative;
}
.push--col-1-1 {
    left: 100%;
}
.push--col-1-2,
.push--col-2-4,
.push--col-3-6,
.push--col-4-8,
.push--col-5-10,
.push--col-6-12 {
    left: 50%;
}
.push--col-1-3,
.push--col-2-6,
.push--col-3-9,
.push--col-4-12 {
    left: 33.333%;
}
.push--col-2-3,
.push--col-4-6,
.push--col-6-9,
.push--col-8-12 {
    left: 66.666%;
}
.push--col-1-4,
.push--col-2-8,
.push--col-3-12 {
    left: 25%;
}
.push--col-3-4,
.push--col-6-8,
.push--col-9-12 {
    left: 75%;
}
.push--col-1-5,
.push--col-2-10 {
    left: 20%;
}
.push--col-2-5,
.push--col-4-10 {
    left: 40%;
}
.push--col-3-5,
.push--col-6-10 {
    left: 60%;
}
.push--col-4-5,
.push--col-8-10 {
    left: 80%;
}
.push--col-1-6,
.push--col-2-12 {
    left: 16.666%;
}
.push--col-5-6,
.push--col-10-12 {
    left: 83.333%;
}
.push--col-1-7 {
    left: 14.2857%;
}
.push--col-2-7 {
    left: 28.5714%;
}
.push--col-3-7 {
    left: 42.8571%;
}
.push--col-4-7 {
    left: 57.1428%;
}
.push--col-5-7 {
    left: 71.4285%;
}
.push--col-6-7 {
    left: 85.7142%;
}
.push--col-1-8 {
    left: 12.5%;
}
.push--col-3-8 {
    left: 37.5%;
}
.push--col-5-8 {
    left: 62.5%;
}
.push--col-7-8 {
    left: 87.5%;
}
.push--col-1-9 {
    left: 11.111%;
}
.push--col-2-9 {
    left: 22.222%;
}
.push--col-4-9 {
    left: 44.444%;
}
.push--col-5-9 {
    left: 55.555%;
}
.push--col-7-9 {
    left: 77.777%;
}
.push--col-8-9 {
    left: 88.888%;
}
.push--col-1-10 {
    left: 10%;
}
.push--col-3-10 {
    left: 30%;
}
.push--col-7-10 {
    left: 70%;
}
.push--col-9-10 {
    left: 90%;
}
.push--col-1-11 {
    left: 9.0909%;
}
.push--col-2-11 {
    left: 18.1818%;
}
.push--col-3-11 {
    left: 27.2727%;
}
.push--col-4-11 {
    left: 36.3636%;
}
.push--col-5-11 {
    left: 45.4545%;
}
.push--col-6-11 {
    left: 54.5454%;
}
.push--col-7-11 {
    left: 63.6363%;
}
.push--col-8-11 {
    left: 72.7272%;
}
.push--col-9-11 {
    left: 81.8181%;
}
.push--col-10-11 {
    left: 90.909%;
}
.push--col-1-12 {
    left: 8.333%;
}
.push--col-5-12 {
    left: 41.666%;
}
.push--col-7-12 {
    left: 58.333%;
}
.push--col-11-12 {
    left: 91.666%;
}
@media only screen and (min-width: 30em) {
    .push--xs--col-1-1 {
        left: 100%;
    }
    .push--xs--col-1-2,
    .push--xs--col-2-4,
    .push--xs--col-3-6,
    .push--xs--col-4-8,
    .push--xs--col-5-10,
    .push--xs--col-6-12 {
        left: 50%;
    }
    .push--xs--col-1-3,
    .push--xs--col-2-6,
    .push--xs--col-3-9,
    .push--xs--col-4-12 {
        left: 33.333%;
    }
    .push--xs--col-2-3,
    .push--xs--col-4-6,
    .push--xs--col-6-9,
    .push--xs--col-8-12 {
        left: 66.666%;
    }
    .push--xs--col-1-4,
    .push--xs--col-2-8,
    .push--xs--col-3-12 {
        left: 25%;
    }
    .push--xs--col-3-4,
    .push--xs--col-6-8,
    .push--xs--col-9-12 {
        left: 75%;
    }
    .push--xs--col-1-5,
    .push--xs--col-2-10 {
        left: 20%;
    }
    .push--xs--col-2-5,
    .push--xs--col-4-10 {
        left: 40%;
    }
    .push--xs--col-3-5,
    .push--xs--col-6-10 {
        left: 60%;
    }
    .push--xs--col-4-5,
    .push--xs--col-8-10 {
        left: 80%;
    }
    .push--xs--col-1-6,
    .push--xs--col-2-12 {
        left: 16.666%;
    }
    .push--xs--col-5-6,
    .push--xs--col-10-12 {
        left: 83.333%;
    }
    .push--xs--col-1-7 {
        left: 14.2857%;
    }
    .push--xs--col-2-7 {
        left: 28.5714%;
    }
    .push--xs--col-3-7 {
        left: 42.8571%;
    }
    .push--xs--col-4-7 {
        left: 57.1428%;
    }
    .push--xs--col-5-7 {
        left: 71.4285%;
    }
    .push--xs--col-6-7 {
        left: 85.7142%;
    }
    .push--xs--col-1-8 {
        left: 12.5%;
    }
    .push--xs--col-3-8 {
        left: 37.5%;
    }
    .push--xs--col-5-8 {
        left: 62.5%;
    }
    .push--xs--col-7-8 {
        left: 87.5%;
    }
    .push--xs--col-1-9 {
        left: 11.111%;
    }
    .push--xs--col-2-9 {
        left: 22.222%;
    }
    .push--xs--col-4-9 {
        left: 44.444%;
    }
    .push--xs--col-5-9 {
        left: 55.555%;
    }
    .push--xs--col-7-9 {
        left: 77.777%;
    }
    .push--xs--col-8-9 {
        left: 88.888%;
    }
    .push--xs--col-1-10 {
        left: 10%;
    }
    .push--xs--col-3-10 {
        left: 30%;
    }
    .push--xs--col-7-10 {
        left: 70%;
    }
    .push--xs--col-9-10 {
        left: 90%;
    }
    .push--xs--col-1-11 {
        left: 9.0909%;
    }
    .push--xs--col-2-11 {
        left: 18.1818%;
    }
    .push--xs--col-3-11 {
        left: 27.2727%;
    }
    .push--xs--col-4-11 {
        left: 36.3636%;
    }
    .push--xs--col-5-11 {
        left: 45.4545%;
    }
    .push--xs--col-6-11 {
        left: 54.5454%;
    }
    .push--xs--col-7-11 {
        left: 63.6363%;
    }
    .push--xs--col-8-11 {
        left: 72.7272%;
    }
    .push--xs--col-9-11 {
        left: 81.8181%;
    }
    .push--xs--col-10-11 {
        left: 90.909%;
    }
    .push--xs--col-1-12 {
        left: 8.333%;
    }
    .push--xs--col-5-12 {
        left: 41.666%;
    }
    .push--xs--col-7-12 {
        left: 58.333%;
    }
    .push--xs--col-11-12 {
        left: 91.666%;
    }
}
@media only screen and (min-width: 37.5em) {
    .push--s--col-1-1 {
        left: 100%;
    }
    .push--s--col-1-2,
    .push--s--col-2-4,
    .push--s--col-3-6,
    .push--s--col-4-8,
    .push--s--col-5-10,
    .push--s--col-6-12 {
        left: 50%;
    }
    .push--s--col-1-3,
    .push--s--col-2-6,
    .push--s--col-3-9,
    .push--s--col-4-12 {
        left: 33.333%;
    }
    .push--s--col-2-3,
    .push--s--col-4-6,
    .push--s--col-6-9,
    .push--s--col-8-12 {
        left: 66.666%;
    }
    .push--s--col-1-4,
    .push--s--col-2-8,
    .push--s--col-3-12 {
        left: 25%;
    }
    .push--s--col-3-4,
    .push--s--col-6-8,
    .push--s--col-9-12 {
        left: 75%;
    }
    .push--s--col-1-5,
    .push--s--col-2-10 {
        left: 20%;
    }
    .push--s--col-2-5,
    .push--s--col-4-10 {
        left: 40%;
    }
    .push--s--col-3-5,
    .push--s--col-6-10 {
        left: 60%;
    }
    .push--s--col-4-5,
    .push--s--col-8-10 {
        left: 80%;
    }
    .push--s--col-1-6,
    .push--s--col-2-12 {
        left: 16.666%;
    }
    .push--s--col-5-6,
    .push--s--col-10-12 {
        left: 83.333%;
    }
    .push--s--col-1-7 {
        left: 14.2857%;
    }
    .push--s--col-2-7 {
        left: 28.5714%;
    }
    .push--s--col-3-7 {
        left: 42.8571%;
    }
    .push--s--col-4-7 {
        left: 57.1428%;
    }
    .push--s--col-5-7 {
        left: 71.4285%;
    }
    .push--s--col-6-7 {
        left: 85.7142%;
    }
    .push--s--col-1-8 {
        left: 12.5%;
    }
    .push--s--col-3-8 {
        left: 37.5%;
    }
    .push--s--col-5-8 {
        left: 62.5%;
    }
    .push--s--col-7-8 {
        left: 87.5%;
    }
    .push--s--col-1-9 {
        left: 11.111%;
    }
    .push--s--col-2-9 {
        left: 22.222%;
    }
    .push--s--col-4-9 {
        left: 44.444%;
    }
    .push--s--col-5-9 {
        left: 55.555%;
    }
    .push--s--col-7-9 {
        left: 77.777%;
    }
    .push--s--col-8-9 {
        left: 88.888%;
    }
    .push--s--col-1-10 {
        left: 10%;
    }
    .push--s--col-3-10 {
        left: 30%;
    }
    .push--s--col-7-10 {
        left: 70%;
    }
    .push--s--col-9-10 {
        left: 90%;
    }
    .push--s--col-1-11 {
        left: 9.0909%;
    }
    .push--s--col-2-11 {
        left: 18.1818%;
    }
    .push--s--col-3-11 {
        left: 27.2727%;
    }
    .push--s--col-4-11 {
        left: 36.3636%;
    }
    .push--s--col-5-11 {
        left: 45.4545%;
    }
    .push--s--col-6-11 {
        left: 54.5454%;
    }
    .push--s--col-7-11 {
        left: 63.6363%;
    }
    .push--s--col-8-11 {
        left: 72.7272%;
    }
    .push--s--col-9-11 {
        left: 81.8181%;
    }
    .push--s--col-10-11 {
        left: 90.909%;
    }
    .push--s--col-1-12 {
        left: 8.333%;
    }
    .push--s--col-5-12 {
        left: 41.666%;
    }
    .push--s--col-7-12 {
        left: 58.333%;
    }
    .push--s--col-11-12 {
        left: 91.666%;
    }
}
@media only screen and (min-width: 48em) {
    .push--m--col-1-1 {
        left: 100%;
    }
    .push--m--col-1-2,
    .push--m--col-2-4,
    .push--m--col-3-6,
    .push--m--col-4-8,
    .push--m--col-5-10,
    .push--m--col-6-12 {
        left: 50%;
    }
    .push--m--col-1-3,
    .push--m--col-2-6,
    .push--m--col-3-9,
    .push--m--col-4-12 {
        left: 33.333%;
    }
    .push--m--col-2-3,
    .push--m--col-4-6,
    .push--m--col-6-9,
    .push--m--col-8-12 {
        left: 66.666%;
    }
    .push--m--col-1-4,
    .push--m--col-2-8,
    .push--m--col-3-12 {
        left: 25%;
    }
    .push--m--col-3-4,
    .push--m--col-6-8,
    .push--m--col-9-12 {
        left: 75%;
    }
    .push--m--col-1-5,
    .push--m--col-2-10 {
        left: 20%;
    }
    .push--m--col-2-5,
    .push--m--col-4-10 {
        left: 40%;
    }
    .push--m--col-3-5,
    .push--m--col-6-10 {
        left: 60%;
    }
    .push--m--col-4-5,
    .push--m--col-8-10 {
        left: 80%;
    }
    .push--m--col-1-6,
    .push--m--col-2-12 {
        left: 16.666%;
    }
    .push--m--col-5-6,
    .push--m--col-10-12 {
        left: 83.333%;
    }
    .push--m--col-1-7 {
        left: 14.2857%;
    }
    .push--m--col-2-7 {
        left: 28.5714%;
    }
    .push--m--col-3-7 {
        left: 42.8571%;
    }
    .push--m--col-4-7 {
        left: 57.1428%;
    }
    .push--m--col-5-7 {
        left: 71.4285%;
    }
    .push--m--col-6-7 {
        left: 85.7142%;
    }
    .push--m--col-1-8 {
        left: 12.5%;
    }
    .push--m--col-3-8 {
        left: 37.5%;
    }
    .push--m--col-5-8 {
        left: 62.5%;
    }
    .push--m--col-7-8 {
        left: 87.5%;
    }
    .push--m--col-1-9 {
        left: 11.111%;
    }
    .push--m--col-2-9 {
        left: 22.222%;
    }
    .push--m--col-4-9 {
        left: 44.444%;
    }
    .push--m--col-5-9 {
        left: 55.555%;
    }
    .push--m--col-7-9 {
        left: 77.777%;
    }
    .push--m--col-8-9 {
        left: 88.888%;
    }
    .push--m--col-1-10 {
        left: 10%;
    }
    .push--m--col-3-10 {
        left: 30%;
    }
    .push--m--col-7-10 {
        left: 70%;
    }
    .push--m--col-9-10 {
        left: 90%;
    }
    .push--m--col-1-11 {
        left: 9.0909%;
    }
    .push--m--col-2-11 {
        left: 18.1818%;
    }
    .push--m--col-3-11 {
        left: 27.2727%;
    }
    .push--m--col-4-11 {
        left: 36.3636%;
    }
    .push--m--col-5-11 {
        left: 45.4545%;
    }
    .push--m--col-6-11 {
        left: 54.5454%;
    }
    .push--m--col-7-11 {
        left: 63.6363%;
    }
    .push--m--col-8-11 {
        left: 72.7272%;
    }
    .push--m--col-9-11 {
        left: 81.8181%;
    }
    .push--m--col-10-11 {
        left: 90.909%;
    }
    .push--m--col-1-12 {
        left: 8.333%;
    }
    .push--m--col-5-12 {
        left: 41.666%;
    }
    .push--m--col-7-12 {
        left: 58.333%;
    }
    .push--m--col-11-12 {
        left: 91.666%;
    }
}
@media only screen and (min-width: 60em) {
    .push--l--col-1-1 {
        left: 100%;
    }
    .push--l--col-1-2,
    .push--l--col-2-4,
    .push--l--col-3-6,
    .push--l--col-4-8,
    .push--l--col-5-10,
    .push--l--col-6-12 {
        left: 50%;
    }
    .push--l--col-1-3,
    .push--l--col-2-6,
    .push--l--col-3-9,
    .push--l--col-4-12 {
        left: 33.333%;
    }
    .push--l--col-2-3,
    .push--l--col-4-6,
    .push--l--col-6-9,
    .push--l--col-8-12 {
        left: 66.666%;
    }
    .push--l--col-1-4,
    .push--l--col-2-8,
    .push--l--col-3-12 {
        left: 25%;
    }
    .push--l--col-3-4,
    .push--l--col-6-8,
    .push--l--col-9-12 {
        left: 75%;
    }
    .push--l--col-1-5,
    .push--l--col-2-10 {
        left: 20%;
    }
    .push--l--col-2-5,
    .push--l--col-4-10 {
        left: 40%;
    }
    .push--l--col-3-5,
    .push--l--col-6-10 {
        left: 60%;
    }
    .push--l--col-4-5,
    .push--l--col-8-10 {
        left: 80%;
    }
    .push--l--col-1-6,
    .push--l--col-2-12 {
        left: 16.666%;
    }
    .push--l--col-5-6,
    .push--l--col-10-12 {
        left: 83.333%;
    }
    .push--l--col-1-7 {
        left: 14.2857%;
    }
    .push--l--col-2-7 {
        left: 28.5714%;
    }
    .push--l--col-3-7 {
        left: 42.8571%;
    }
    .push--l--col-4-7 {
        left: 57.1428%;
    }
    .push--l--col-5-7 {
        left: 71.4285%;
    }
    .push--l--col-6-7 {
        left: 85.7142%;
    }
    .push--l--col-1-8 {
        left: 12.5%;
    }
    .push--l--col-3-8 {
        left: 37.5%;
    }
    .push--l--col-5-8 {
        left: 62.5%;
    }
    .push--l--col-7-8 {
        left: 87.5%;
    }
    .push--l--col-1-9 {
        left: 11.111%;
    }
    .push--l--col-2-9 {
        left: 22.222%;
    }
    .push--l--col-4-9 {
        left: 44.444%;
    }
    .push--l--col-5-9 {
        left: 55.555%;
    }
    .push--l--col-7-9 {
        left: 77.777%;
    }
    .push--l--col-8-9 {
        left: 88.888%;
    }
    .push--l--col-1-10 {
        left: 10%;
    }
    .push--l--col-3-10 {
        left: 30%;
    }
    .push--l--col-7-10 {
        left: 70%;
    }
    .push--l--col-9-10 {
        left: 90%;
    }
    .push--l--col-1-11 {
        left: 9.0909%;
    }
    .push--l--col-2-11 {
        left: 18.1818%;
    }
    .push--l--col-3-11 {
        left: 27.2727%;
    }
    .push--l--col-4-11 {
        left: 36.3636%;
    }
    .push--l--col-5-11 {
        left: 45.4545%;
    }
    .push--l--col-6-11 {
        left: 54.5454%;
    }
    .push--l--col-7-11 {
        left: 63.6363%;
    }
    .push--l--col-8-11 {
        left: 72.7272%;
    }
    .push--l--col-9-11 {
        left: 81.8181%;
    }
    .push--l--col-10-11 {
        left: 90.909%;
    }
    .push--l--col-1-12 {
        left: 8.333%;
    }
    .push--l--col-5-12 {
        left: 41.666%;
    }
    .push--l--col-7-12 {
        left: 58.333%;
    }
    .push--l--col-11-12 {
        left: 91.666%;
    }
}
@media only screen and (min-width: 64em) {
    .push--xl--col-1-1 {
        left: 100%;
    }
    .push--xl--col-1-2,
    .push--xl--col-2-4,
    .push--xl--col-3-6,
    .push--xl--col-4-8,
    .push--xl--col-5-10,
    .push--xl--col-6-12 {
        left: 50%;
    }
    .push--xl--col-1-3,
    .push--xl--col-2-6,
    .push--xl--col-3-9,
    .push--xl--col-4-12 {
        left: 33.333%;
    }
    .push--xl--col-2-3,
    .push--xl--col-4-6,
    .push--xl--col-6-9,
    .push--xl--col-8-12 {
        left: 66.666%;
    }
    .push--xl--col-1-4,
    .push--xl--col-2-8,
    .push--xl--col-3-12 {
        left: 25%;
    }
    .push--xl--col-3-4,
    .push--xl--col-6-8,
    .push--xl--col-9-12 {
        left: 75%;
    }
    .push--xl--col-1-5,
    .push--xl--col-2-10 {
        left: 20%;
    }
    .push--xl--col-2-5,
    .push--xl--col-4-10 {
        left: 40%;
    }
    .push--xl--col-3-5,
    .push--xl--col-6-10 {
        left: 60%;
    }
    .push--xl--col-4-5,
    .push--xl--col-8-10 {
        left: 80%;
    }
    .push--xl--col-1-6,
    .push--xl--col-2-12 {
        left: 16.666%;
    }
    .push--xl--col-5-6,
    .push--xl--col-10-12 {
        left: 83.333%;
    }
    .push--xl--col-1-7 {
        left: 14.2857%;
    }
    .push--xl--col-2-7 {
        left: 28.5714%;
    }
    .push--xl--col-3-7 {
        left: 42.8571%;
    }
    .push--xl--col-4-7 {
        left: 57.1428%;
    }
    .push--xl--col-5-7 {
        left: 71.4285%;
    }
    .push--xl--col-6-7 {
        left: 85.7142%;
    }
    .push--xl--col-1-8 {
        left: 12.5%;
    }
    .push--xl--col-3-8 {
        left: 37.5%;
    }
    .push--xl--col-5-8 {
        left: 62.5%;
    }
    .push--xl--col-7-8 {
        left: 87.5%;
    }
    .push--xl--col-1-9 {
        left: 11.111%;
    }
    .push--xl--col-2-9 {
        left: 22.222%;
    }
    .push--xl--col-4-9 {
        left: 44.444%;
    }
    .push--xl--col-5-9 {
        left: 55.555%;
    }
    .push--xl--col-7-9 {
        left: 77.777%;
    }
    .push--xl--col-8-9 {
        left: 88.888%;
    }
    .push--xl--col-1-10 {
        left: 10%;
    }
    .push--xl--col-3-10 {
        left: 30%;
    }
    .push--xl--col-7-10 {
        left: 70%;
    }
    .push--xl--col-9-10 {
        left: 90%;
    }
    .push--xl--col-1-11 {
        left: 9.0909%;
    }
    .push--xl--col-2-11 {
        left: 18.1818%;
    }
    .push--xl--col-3-11 {
        left: 27.2727%;
    }
    .push--xl--col-4-11 {
        left: 36.3636%;
    }
    .push--xl--col-5-11 {
        left: 45.4545%;
    }
    .push--xl--col-6-11 {
        left: 54.5454%;
    }
    .push--xl--col-7-11 {
        left: 63.6363%;
    }
    .push--xl--col-8-11 {
        left: 72.7272%;
    }
    .push--xl--col-9-11 {
        left: 81.8181%;
    }
    .push--xl--col-10-11 {
        left: 90.909%;
    }
    .push--xl--col-1-12 {
        left: 8.333%;
    }
    .push--xl--col-5-12 {
        left: 41.666%;
    }
    .push--xl--col-7-12 {
        left: 58.333%;
    }
    .push--xl--col-11-12 {
        left: 91.666%;
    }
}
@media only screen and (min-width: 80em) {
    .push--xxl--col-1-1 {
        left: 100%;
    }
    .push--xxl--col-1-2,
    .push--xxl--col-2-4,
    .push--xxl--col-3-6,
    .push--xxl--col-4-8,
    .push--xxl--col-5-10,
    .push--xxl--col-6-12 {
        left: 50%;
    }
    .push--xxl--col-1-3,
    .push--xxl--col-2-6,
    .push--xxl--col-3-9,
    .push--xxl--col-4-12 {
        left: 33.333%;
    }
    .push--xxl--col-2-3,
    .push--xxl--col-4-6,
    .push--xxl--col-6-9,
    .push--xxl--col-8-12 {
        left: 66.666%;
    }
    .push--xxl--col-1-4,
    .push--xxl--col-2-8,
    .push--xxl--col-3-12 {
        left: 25%;
    }
    .push--xxl--col-3-4,
    .push--xxl--col-6-8,
    .push--xxl--col-9-12 {
        left: 75%;
    }
    .push--xxl--col-1-5,
    .push--xxl--col-2-10 {
        left: 20%;
    }
    .push--xxl--col-2-5,
    .push--xxl--col-4-10 {
        left: 40%;
    }
    .push--xxl--col-3-5,
    .push--xxl--col-6-10 {
        left: 60%;
    }
    .push--xxl--col-4-5,
    .push--xxl--col-8-10 {
        left: 80%;
    }
    .push--xxl--col-1-6,
    .push--xxl--col-2-12 {
        left: 16.666%;
    }
    .push--xxl--col-5-6,
    .push--xxl--col-10-12 {
        left: 83.333%;
    }
    .push--xxl--col-1-7 {
        left: 14.2857%;
    }
    .push--xxl--col-2-7 {
        left: 28.5714%;
    }
    .push--xxl--col-3-7 {
        left: 42.8571%;
    }
    .push--xxl--col-4-7 {
        left: 57.1428%;
    }
    .push--xxl--col-5-7 {
        left: 71.4285%;
    }
    .push--xxl--col-6-7 {
        left: 85.7142%;
    }
    .push--xxl--col-1-8 {
        left: 12.5%;
    }
    .push--xxl--col-3-8 {
        left: 37.5%;
    }
    .push--xxl--col-5-8 {
        left: 62.5%;
    }
    .push--xxl--col-7-8 {
        left: 87.5%;
    }
    .push--xxl--col-1-9 {
        left: 11.111%;
    }
    .push--xxl--col-2-9 {
        left: 22.222%;
    }
    .push--xxl--col-4-9 {
        left: 44.444%;
    }
    .push--xxl--col-5-9 {
        left: 55.555%;
    }
    .push--xxl--col-7-9 {
        left: 77.777%;
    }
    .push--xxl--col-8-9 {
        left: 88.888%;
    }
    .push--xxl--col-1-10 {
        left: 10%;
    }
    .push--xxl--col-3-10 {
        left: 30%;
    }
    .push--xxl--col-7-10 {
        left: 70%;
    }
    .push--xxl--col-9-10 {
        left: 90%;
    }
    .push--xxl--col-1-11 {
        left: 9.0909%;
    }
    .push--xxl--col-2-11 {
        left: 18.1818%;
    }
    .push--xxl--col-3-11 {
        left: 27.2727%;
    }
    .push--xxl--col-4-11 {
        left: 36.3636%;
    }
    .push--xxl--col-5-11 {
        left: 45.4545%;
    }
    .push--xxl--col-6-11 {
        left: 54.5454%;
    }
    .push--xxl--col-7-11 {
        left: 63.6363%;
    }
    .push--xxl--col-8-11 {
        left: 72.7272%;
    }
    .push--xxl--col-9-11 {
        left: 81.8181%;
    }
    .push--xxl--col-10-11 {
        left: 90.909%;
    }
    .push--xxl--col-1-12 {
        left: 8.333%;
    }
    .push--xxl--col-5-12 {
        left: 41.666%;
    }
    .push--xxl--col-7-12 {
        left: 58.333%;
    }
    .push--xxl--col-11-12 {
        left: 91.666%;
    }
}
@media only screen and (min-width: 92em) {
    .push--xxxl--col-1-1 {
        left: 100%;
    }
    .push--xxxl--col-1-2,
    .push--xxxl--col-2-4,
    .push--xxxl--col-3-6,
    .push--xxxl--col-4-8,
    .push--xxxl--col-5-10,
    .push--xxxl--col-6-12 {
        left: 50%;
    }
    .push--xxxl--col-1-3,
    .push--xxxl--col-2-6,
    .push--xxxl--col-3-9,
    .push--xxxl--col-4-12 {
        left: 33.333%;
    }
    .push--xxxl--col-2-3,
    .push--xxxl--col-4-6,
    .push--xxxl--col-6-9,
    .push--xxxl--col-8-12 {
        left: 66.666%;
    }
    .push--xxxl--col-1-4,
    .push--xxxl--col-2-8,
    .push--xxxl--col-3-12 {
        left: 25%;
    }
    .push--xxxl--col-3-4,
    .push--xxxl--col-6-8,
    .push--xxxl--col-9-12 {
        left: 75%;
    }
    .push--xxxl--col-1-5,
    .push--xxxl--col-2-10 {
        left: 20%;
    }
    .push--xxxl--col-2-5,
    .push--xxxl--col-4-10 {
        left: 40%;
    }
    .push--xxxl--col-3-5,
    .push--xxxl--col-6-10 {
        left: 60%;
    }
    .push--xxxl--col-4-5,
    .push--xxxl--col-8-10 {
        left: 80%;
    }
    .push--xxxl--col-1-6,
    .push--xxxl--col-2-12 {
        left: 16.666%;
    }
    .push--xxxl--col-5-6,
    .push--xxxl--col-10-12 {
        left: 83.333%;
    }
    .push--xxxl--col-1-7 {
        left: 14.2857%;
    }
    .push--xxxl--col-2-7 {
        left: 28.5714%;
    }
    .push--xxxl--col-3-7 {
        left: 42.8571%;
    }
    .push--xxxl--col-4-7 {
        left: 57.1428%;
    }
    .push--xxxl--col-5-7 {
        left: 71.4285%;
    }
    .push--xxxl--col-6-7 {
        left: 85.7142%;
    }
    .push--xxxl--col-1-8 {
        left: 12.5%;
    }
    .push--xxxl--col-3-8 {
        left: 37.5%;
    }
    .push--xxxl--col-5-8 {
        left: 62.5%;
    }
    .push--xxxl--col-7-8 {
        left: 87.5%;
    }
    .push--xxxl--col-1-9 {
        left: 11.111%;
    }
    .push--xxxl--col-2-9 {
        left: 22.222%;
    }
    .push--xxxl--col-4-9 {
        left: 44.444%;
    }
    .push--xxxl--col-5-9 {
        left: 55.555%;
    }
    .push--xxxl--col-7-9 {
        left: 77.777%;
    }
    .push--xxxl--col-8-9 {
        left: 88.888%;
    }
    .push--xxxl--col-1-10 {
        left: 10%;
    }
    .push--xxxl--col-3-10 {
        left: 30%;
    }
    .push--xxxl--col-7-10 {
        left: 70%;
    }
    .push--xxxl--col-9-10 {
        left: 90%;
    }
    .push--xxxl--col-1-11 {
        left: 9.0909%;
    }
    .push--xxxl--col-2-11 {
        left: 18.1818%;
    }
    .push--xxxl--col-3-11 {
        left: 27.2727%;
    }
    .push--xxxl--col-4-11 {
        left: 36.3636%;
    }
    .push--xxxl--col-5-11 {
        left: 45.4545%;
    }
    .push--xxxl--col-6-11 {
        left: 54.5454%;
    }
    .push--xxxl--col-7-11 {
        left: 63.6363%;
    }
    .push--xxxl--col-8-11 {
        left: 72.7272%;
    }
    .push--xxxl--col-9-11 {
        left: 81.8181%;
    }
    .push--xxxl--col-10-11 {
        left: 90.909%;
    }
    .push--xxxl--col-1-12 {
        left: 8.333%;
    }
    .push--xxxl--col-5-12 {
        left: 41.666%;
    }
    .push--xxxl--col-7-12 {
        left: 58.333%;
    }
    .push--xxxl--col-11-12 {
        left: 91.666%;
    }
}
.grid {
    font-size: 0;
}
.grid__item {
    font-size: 16px;
    font-size: 1.6rem;
}
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
body {
    background: #fff;
    font-weight: 300;
}
blockquote,
q {
    quotes: "" "";
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
hr.hr-styled {
    max-width: 65px;
    margin: 1em auto;
}
hr.hr-styled.left {
    width: 30px;
    margin: 1em 0;
}
img {
    height: auto;
    max-width: 100%;
}
.header {
    width: 100%;
    position: relative;
    z-index: 99;
    background-color: #fff;
    top: 0;
    font-family: "source-sans-pro", sans-serif;
    transform: translateZ(0);
}
.header[style*="height: 100%"],
.header[style*="height:100%"] {
    overflow-y: auto;
}
.header-sub {
    padding: 0;
    width: 100%;
    display: block;
    height: 35px;
}
@media only screen and (min-width: 64em) {
    .header-sub {
        height: 45px;
    }
}
.header-sub .wrapper {
    position: relative;
}
.header-sub .wrapper .logo {
    display: inline-block;
    height: 26px;
    padding-top: 8px;
}
@media only screen and (min-width: 64em) {
    .header-sub .wrapper .logo {
        height: 34px;
        padding-top: 10px;
    }
}
.header-sub .wrapper .logo a {
    display: block;
    height: 100%;
}
.header-sub .wrapper .logo img {
    height: 100%;
    width: auto;
    vertical-align: top;
}
.header-main {
    border-bottom: 1px solid #efefef;
    padding: 20px 0;
    position: relative;
    width: 100%;
    display: block;
}
.header-main .wrapper-inner {
    position: relative;
}
.header-main .logo {
    max-width: 200px;
    width: 100%;
    float: left;
}
@media only screen and (min-width: 64em) {
    .header-main .logo {
        max-width: 250px;
    }
}
.header-main .logo a {
    display: block;
}
.header-main .logo img {
    width: 100%;
    height: auto;
}
.header-main .menu-quicklinks {
    font-family: "source-sans-pro", sans-serif;
    font-weight: bold;
    padding: 0;
    text-align: center;
    display: none;
}
@media only screen and (min-width: 48em) {
    .header-main .menu-quicklinks {
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 8px;
    }
}
@media only screen and (min-width: 64em) {
    .header-main .menu-quicklinks {
        text-align: left;
        right: 60px;
        top: 15px;
    }
}
.header-main .menu-quicklinks .tag {
    text-transform: uppercase;
    font-weight: 600;
    font-family: "source-sans-pro", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 9px 10px;
    display: inline-block;
    line-height: 1em;
    letter-spacing: 1px;
    margin-right: 10px;
    background-color: #fff;
    color: #666;
    border: solid 1px #bbb;
    transition: background-color 0.3s ease;
}
@media only screen and (min-width: 64em) {
    .header-main .menu-quicklinks .tag {
        padding: 9px 20px;
    }
}
.header-main .menu-quicklinks .tag:last-child {
    margin-right: 0;
}
.header-main .menu-quicklinks .tag:hover,
.header-main .menu-quicklinks .tag.current {
    background-color: #a00;
    color: #fff;
    text-decoration: none;
    border-color: #a00;
}
.header-main .menu-trigger {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: #bbb;
    transition: all 0.5s ease;
}
@media only screen and (min-width: 64em) {
    .header-main .menu-trigger {
        width: 50px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 20px;
        font-size: 2rem;
    }
}
.header-main .menu-trigger:hover {
    color: #666;
}
.header-main .menu-trigger:before {
    vertical-align: middle;
}
.header.active {
    position: fixed;
}
.header.sticky {
    position: fixed;
}
.sticky-desktop {
    margin-top: 160px;
}
.sticky-mobile {
    margin-top: 137px;
}
.overlay-menu {
    display: none;
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.98);
}
#site-navigation {
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 72%;
}
#site-navigation .menu-quicklinks {
    background-color: #222;
    color: #fff;
    font-family: "roboto", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0;
    text-align: center;
}
@media only screen and (min-width: 64em) {
    #site-navigation .menu-quicklinks {
        padding: 10px 0;
        text-align: left;
    }
}
@media only screen and (max-width: 30em) {
    #site-navigation .menu-quicklinks .wrapper {
        padding: 0;
    }
}
#site-navigation .menu-quicklinks__title {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 5px;
    display: none;
}
@media only screen and (min-width: 64em) {
    #site-navigation .menu-quicklinks__title {
        display: inline-block;
    }
}
#site-navigation .menu-quicklinks__list {
    display: inline-block;
}
#site-navigation .menu-quicklinks__list .tag {
    font-family: "roboto", sans-serif;
    font-weight: 600;
    padding: 8px 15px;
    color: #fff !important;
    text-decoration: none !important;
    margin: 7px 5px;
    font-size: 12px;
    font-size: 1.2rem;
}
@media only screen and (max-width: 26em) {
    #site-navigation .menu-quicklinks__list .tag {
        font-size: 11px;
        font-size: 1.1rem;
        margin: 7px 2px;
        padding: 8px 7px;
    }
}
@media only screen and (min-width: 64em) {
    #site-navigation .menu-quicklinks__list .tag {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 8px 20px;
        margin: 0 5px;
    }
}
#site-navigation .menu-wrapper {
    position: relative;
    color: #000;
    height: 100%;
    display: none;
}
@media only screen and (min-width: 64em) {
    #site-navigation .menu-wrapper {
        display: block;
    }
}
#site-navigation .menu-wrapper--block {
    float: left;
    height: 100%;
    width: 43.26242%;
    position: relative;
    display: block;
    border-top: 7px solid #fff;
    border-bottom: 7px solid #fff;
}
#site-navigation .menu-wrapper--block:first-child,
#site-navigation .menu-wrapper--block:last-child {
    width: 28.36879%;
}
#site-navigation .menu-wrapper--block .block {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    text-align: center;
    border: 7px solid #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#site-navigation .menu-wrapper--block .block:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.28em;
}
#site-navigation .menu-wrapper--block .block:hover .content {
    transition: max-height 0.3s ease;
}
#site-navigation .menu-wrapper--block .block:hover .image {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
#site-navigation .menu-wrapper--block .block:hover .image img {
    filter: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz1cJ2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCc+PGZpbHRlciBpZD1cJ2dyYXlzY2FsZVwnPjxmZUNvbG9yTWF0cml4IHR5cGU9XCdtYXRyaXhcJyB2YWx1ZXM9XCcxIDAgMCAwIDAsIDAgMSAwIDAgMCwgMCAwIDEgMCAwLCAwIDAgMCAxIDBcJy8+PC9maWx0ZXI+PC9zdmc+#grayscale");
    filter: grayscale(0%);
    transition: all 0.3s ease;
}
#site-navigation .menu-wrapper--block .block .title {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "source-sans-pro", sans-serif;
    line-height: 1;
    text-transform: uppercase;
    padding: 20px 0;
    font-weight: 700;
}
#site-navigation .menu-wrapper--block .block .title_large {
    font-size: 40px;
    font-size: 4rem;
}
#site-navigation .menu-wrapper--block .block .image {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.3;
    width: 105%;
    height: 105%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
}
#site-navigation .menu-wrapper--block .block .image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    margin: auto;
    max-width: 1000%;
    min-height: 100%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    filter: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz1cJ2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCc+PGZpbHRlciBpZD1cJ2dyYXlzY2FsZVwnPjxmZUNvbG9yTWF0cml4IHR5cGU9XCdtYXRyaXhcJyB2YWx1ZXM9XCcwLjMzMzMgMC4zMzMzIDAuMzMzMyAwIDAgMC4zMzMzIDAuMzMzMyAwLjMzMzMgMCAwIDAuMzMzMyAwLjMzMzMgMC4zMzMzIDAgMCAwIDAgMCAxIDBcJy8+PC9maWx0ZXI+PC9zdmc+#grayscale");
    filter: gray;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}
#site-navigation .menu-wrapper--block .block-bg_red {
    background-color: #a00;
}
#site-navigation .menu-wrapper--block .block-bg_red:hover {
    background-color: #222;
}
#site-navigation .menu-wrapper--block .block-bg_gray {
    background-color: #666;
}
#site-navigation .menu-wrapper--block .block-bg_gray:hover {
    background-color: #222;
}
#site-navigation .menu-wrapper--block .block-bg_img {
    background-color: #000;
}
#site-navigation .menu-wrapper--block .block-bg_img .overlay {
    display: block;
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
}
#site-navigation .menu-wrapper--block .block-bg_img:hover .overlay {
    opacity: 0;
}
#site-navigation .menu-wrapper--block .block-02 .title-and-content,
#site-navigation .menu-wrapper--block .block-03 .title-and-content,
#site-navigation .menu-wrapper--block .block-04 .title-and-content,
#site-navigation .menu-wrapper--block .block-05 .title-and-content,
#site-navigation .menu-wrapper--block .block-07 .title-and-content,
#site-navigation .menu-wrapper--block .block-08 .title-and-content {
    padding: 0;
}
#site-navigation .menu-wrapper--block .block-02 .content,
#site-navigation .menu-wrapper--block .block-03 .content,
#site-navigation .menu-wrapper--block .block-04 .content,
#site-navigation .menu-wrapper--block .block-05 .content,
#site-navigation .menu-wrapper--block .block-07 .content,
#site-navigation .menu-wrapper--block .block-08 .content {
    display: none;
}
#site-navigation .menu-wrapper--block .block-1 {
    height: 67%;
}
#site-navigation .menu-wrapper--block .block-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 33%;
}
#site-navigation .menu-wrapper--block .block-3,
#site-navigation .menu-wrapper--block .block-4 {
    width: 33.5%;
    height: 33%;
}
#site-navigation .menu-wrapper--block .block-5 {
    width: 33%;
    height: 33%;
}
#site-navigation .menu-wrapper--block .block-6 {
    width: 67%;
    height: 67%;
}
#site-navigation .menu-wrapper--block .block-7,
#site-navigation .menu-wrapper--block .block-8 {
    width: 33%;
    height: 33%;
}
#site-navigation .menu-wrapper--block .block-8 {
    height: 34%;
}
#site-navigation .menu-wrapper--block .block-9 {
    height: 66%;
}
#site-navigation .menu-wrapper--block .block-10,
#site-navigation .menu-wrapper--block .block-11 {
    width: 50%;
    height: 34%;
}
#site-navigation .menu-mobile {
    position: relative;
    color: #000;
    height: auto;
    display: block;
    background-color: #333;
    text-align: center;
    padding: 10px 0;
}
@media only screen and (min-width: 64em) {
    #site-navigation .menu-mobile {
        display: none;
    }
}
#site-navigation .menu-mobile--block {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 20px 0;
    text-transform: uppercase;
}
#site-navigation .menu-mobile--block > a {
    display: block;
    color: #fff;
    padding: 3px 0;
}
#site-navigation .menu-social {
    padding: 15px 0;
    text-align: center;
}
#site-navigation .menu-social .icon_circle {
    background-color: #bbb;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 2px;
}
@media only screen and (min-width: 48em) {
    #site-navigation .menu-social .icon_circle {
        width: 46px;
        height: 46px;
        line-height: 46px;
        font-size: 22px;
        font-size: 2.2rem;
        margin: 0 5px;
    }
}
#site-navigation .menu-social .icon_circle:hover {
    background-color: #a00;
}
#site-navigation .menu-address {
    display: block;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: "source-sans-pro", sans-serif;
    padding: 15px 0;
    color: #a00;
}
@media only screen and (min-width: 64em) {
    #site-navigation .menu-address {
        display: none;
    }
}
#site-navigation .menu-address a {
    display: block;
    color: #a00;
}
.tag-navigation {
    margin-bottom: 2em;
}
.tag-navigation a {
    font-family: "roboto", sans-serif;
    font-weight: 600;
    padding: 8px 15px;
    color: #fff !important;
    text-decoration: none !important;
    margin: 7px 5px;
    font-size: 12px;
    font-size: 1.2rem;
    background-color: #666;
}
.tag-navigation a:hover {
    background-color: #a00;
    color: #fff !important;
    text-decoration: none !important;
}
.tag-navigation a.active {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #a00;
}
.jump-links {
    text-align: left;
    width: 100%;
    background-color: #efefef;
}
@media only screen and (min-width: 64em) {
    .jump-links {
        text-align: center;
        background-color: transparent;
    }
}
.jump-links_dropdown {
    display: block;
    cursor: pointer;
    font-family: "source-sans-pro", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 10px 0;
}
@media only screen and (min-width: 64em) {
    .jump-links_dropdown {
        display: none;
    }
}
.jump-links_dropdown:after {
    content: "\e90a";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 6px;
    font-size: 0.6rem;
    margin-left: 10px;
    vertical-align: middle;
}
.jump-links_content {
    display: none;
    padding: 10px 0;
}
@media only screen and (min-width: 64em) {
    .jump-links_content {
        display: block;
    }
}
.jump-links_content a {
    padding: 5px 0;
    border: 0;
    color: #222;
    text-decoration: none;
    display: block;
    font-family: "roboto", sans-serif;
    font-weight: 300;
    font-size: 15px;
    font-size: 1.5rem;
    text-transform: none;
}
@media only screen and (min-width: 64em) {
    .jump-links_content a {
        padding: 0 30px;
        border-left: 1px solid #e5e5e5;
        display: inline-block;
        font-size: 17px;
        font-size: 1.7rem;
    }
}
@media only screen and (min-width: 80em) {
    .jump-links_content a {
        padding: 0 50px;
    }
}
.jump-links_content a:focus,
.jump-links_content a:hover {
    color: #a00;
}
.jump-links_content a:first-child {
    border-left: 0;
}
.jump-links_content a.active {
    font-weight: 700;
    color: #a00;
}
.jump-links_content.expanded {
    display: block !important;
}
.jump-links.fixed {
    position: fixed;
    z-index: 89;
    background-color: #efefef;
    text-align: left;
}
@media only screen and (min-width: 90em) {
    .jump-links.fixed {
        text-align: center;
    }
}
.jump-links.fixed .jump-links_dropdown {
    display: block;
}
@media only screen and (min-width: 90em) {
    .jump-links.fixed .jump-links_dropdown {
        display: none;
    }
}
.jump-links.fixed .jump-links_content {
    display: none;
}
@media only screen and (min-width: 90em) {
    .jump-links.fixed .jump-links_content {
        display: block;
    }
}
.hdr-search {
    background-color: #a00;
    position: absolute;
    top: -7px;
    right: 0;
    width: 50px;
    height: 60px;
    overflow: hidden;
    transition: all 1s ease;
    display: none;
}
@media only screen and (min-width: 64em) {
    .hdr-search {
        display: block;
        right: 0;
    }
}
@media only screen and (max-width: 80.625em) {
    .hdr-search {
        right: 20px;
    }
}
.hdr-search-input {
    background-color: transparent;
    position: relative;
    border: 0;
    border-left: 1px solid #a00;
    color: #fff;
    opacity: 0;
    height: 60px;
    visibility: hidden;
    padding-left: 24px;
    transition: all 0.5s ease;
    width: 85%;
    outline: 0;
    z-index: 1;
}
.hdr-search-input::-webkit-input-placeholder {
    color: #fff;
}
.hdr-search-input:-moz-placeholder {
    color: #fff;
}
.hdr-search-input::-moz-placeholder {
    color: #fff;
}
.hdr-search-input:-ms-input-placeholder {
    color: #fff;
}
.hdr-search-submit {
    position: absolute;
    width: 50px;
    height: 60px;
    line-height: 60px;
    top: 0;
    right: 0;
    color: #fff;
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-align: center;
    z-index: 2;
}
.hdr-search-submit:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909";
    line-height: 60px;
}
.hdr-search:hover,
.hdr-search:focus,
.hdr-search.focused {
    width: 410px;
    padding-left: 30px;
}
.hdr-search:hover .hdr-search-input,
.hdr-search:focus .hdr-search-input,
.hdr-search.focused .hdr-search-input {
    border-left: 1px solid #fff;
    visibility: visible;
    opacity: 1;
}
.mobile-search {
    display: block;
    width: 100%;
    max-width: 450px;
    margin: auto;
    height: 30px;
    position: relative;
    background-color: #222;
    text-align: left;
}
.mobile-search_input {
    background-color: transparent;
    position: relative;
    padding: 9px 15px;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    height: 30px;
    width: 85%;
    outline: 0;
    z-index: 1;
    text-transform: uppercase;
}
.mobile-search_input::-webkit-input-placeholder {
    color: #fff;
}
.mobile-search_input:-moz-placeholder {
    color: #fff;
}
.mobile-search_input::-moz-placeholder {
    color: #fff;
}
.mobile-search_input:-ms-input-placeholder {
    color: #fff;
}
.mobile-search_submit {
    position: absolute;
    width: 18px;
    height: 30px;
    line-height: 30px;
    top: 0;
    right: 15px;
    color: #fff;
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-align: center;
    z-index: 2;
    padding: 0;
}
.mobile-search_submit:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909";
    vertical-align: middle;
}
.footer-nav {
    font-size: 14px;
    font-size: 1.4rem;
}
.footer-nav a {
    border-right: 1px solid #666;
    margin: 0 15px;
    padding-right: 25px;
    color: #fff;
}
.footer-nav a:last-child {
    border: none;
}
.footer-nav a:hover {
    color: #ffffff;
}
.footer-nav_sub {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 900;
}
.footer-nav_sub a {
    display: block;
    color: #ffffff;
    margin: 0 15px;
}
.footer-logo {
    display: block;
    height: 50px;
    margin: auto;
}
@media only screen and (min-width: 64em) {
    .footer-logo {
        height: 60px;
    }
}
.footer-logo a {
    display: block;
    height: 100%;
}
.footer-logo img {
    height: 100%;
    width: auto;
    vertical-align: top;
}
.footer .fa {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}
.footer span {
    color: #bbbbbb;
}
.footer-address a {
    color: #bbb;
}
@media only screen and (min-width: 30em) {
    .footer .fa {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: inherit;
    }
}
@media only screen and (min-width: 48em) {
    .footer-nav {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .footer-nav_sub a {
        display: inline;
    }
    .footer .fa {
        width: 39px;
        height: 39px;
        line-height: 39px;
    }
}
.wrapper {
    width: 100%;
    max-width: 1290px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
@media only screen and (min-width: 80.625em) {
    .wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}
.wrapper .page-header {
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: 1px;
}
.wrapper .page-header h1,
.wrapper .page-header .h1 {
    padding-bottom: 10px;
}
.wrapper .page-header p {
    font-weight: 300;
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: 1px;
    padding-bottom: 20px;
}
.wrapper .page-header p:last-child {
    padding: 0;
}
.wrapper.page-header_twocol {
    display: block;
}
.wrapper.page-header_twocol p {
    padding-bottom: 9px;
}
.wrapper.page-header_twocol p:last-child {
    padding: 0;
}
.wrapper.page-header_twocol h3,
.wrapper.page-header_twocol .h3 {
    text-transform: uppercase;
    padding: 20px 0;
}
.wrapper.whats-going-on {
    padding-top: 90px;
    padding-bottom: 110px;
}
.wrapper.social-matrix .grid__item {
    margin-bottom: 20px;
}
.wrapper.social-matrix .grid__item:first-child {
    margin-bottom: 0;
}
.wrapper.social-matrix p {
    padding-bottom: 10px;
}
.wrapper.social-matrix h2,
.wrapper.social-matrix .h2 {
    padding-bottom: 50px;
}
.wrapper.social-matrix h2:after,
.wrapper.social-matrix .h2:after {
    content: "";
    display: block;
    border-bottom: solid 2px #bbbbbb;
    width: 30px;
    padding-bottom: 15px;
}
.wrapper.scholarships {
    padding-top: 100px;
    padding-bottom: 80px;
}
.wrapper.scholarships h2,
.wrapper.scholarships .h2 {
    padding: 20px 0;
}
.wrapper.scholarships h3,
.wrapper.scholarships .h3,
.wrapper.scholarships h4,
.wrapper.scholarships .h4,
.wrapper.scholarships h5,
.wrapper.scholarships .h5 {
    padding-bottom: 15px;
}
.wrapper.scholarships h6,
.wrapper.scholarships .h6 {
    padding-bottom: 10px;
}
.wrapper.scholarships h5,
.wrapper.scholarships .h5 {
    text-transform: uppercase;
}
.wrapper.scholarships .callout {
    margin-bottom: 0;
}
@media only screen and (min-width: 60em) {
    .wrapper.scholarships .callout {
        margin: 0;
    }
}
.wrapper.learning-partners .learning-partners_content {
    display: block;
    text-align: center;
    padding-bottom: 50px;
}
.wrapper.learning-partners .learning-partners_content h2,
.wrapper.learning-partners .learning-partners_content .h2 {
    padding-bottom: 15px;
}
.wrapper.learning-partners .learning-partners_content p:last-child {
    padding-bottom: 0;
}
.wrapper.learning-partners .learning-partners_logo {
    display: block;
    text-align: center;
    height: 130px;
    position: relative;
    line-height: 130px;
}
.wrapper.learning-partners .learning-partners_logo img {
    max-width: 100%;
}
.wrapper.events-org a {
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
}
.wrapper.affiliates .page-header h2,
.wrapper.affiliates .page-header .h2 {
    padding-bottom: 15px;
}
.wrapper.affiliates .page-header p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
}
.wrapper.affiliates .affiliates-block .affiliate_thumb {
    max-height: 410px;
    line-height: 300px;
    text-align: center;
    overflow: hidden;
}
.wrapper.whats-going-on {
    padding: 90px 0 120px;
}
.wrapper.connection-archive .archive-grid a {
    display: block;
    text-align: center;
    text-decoration: none !important;
    padding: 25px 30px;
    border: 1px solid #e5e5e5;
    color: #333;
    font-size: 22px;
    font-size: 2.2rem;
}
.wrapper.connection-archive .archive-grid a:hover {
    border: 1px solid #a00;
    background-color: #a00;
    color: #fff;
}
.wrapper.connection-archive .archive-grid a:after {
    display: block;
    content: "View Archives";
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 8px;
}
.wrapper.research-wrap .research-author {
    display: inline-block;
}
.wrapper.research-wrap .research-author p {
    font-family: "roboto", sans-serif;
    font-weight: 300;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 36px;
    color: #222;
}
.wrapper.research-wrap .research-author p:last-child {
    padding: 0;
}
.degree-links {
    padding-left: 0;
}
.degree-links li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
@media only screen and (min-width: 48em) {
    .degree-links li {
        width: 50%;
        margin-left: -3px;
        margin-bottom: 7px;
    }
}
.org-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.org-list li {
    display: inline-block;
    width: 48%;
    line-height: 1em;
    padding-bottom: 5px;
}
.links-students .grid__item {
    padding-left: 0;
    padding-right: 10px;
}
.image_wrapper {
    display: block;
    text-align: center;
}
.image_caption {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic;
    padding: 15px 0;
}
.addthis_inline_share_toolbox {
    display: block;
    margin-bottom: 40px;
}
.pagination {
    clear: both;
    margin: 40px 0 0;
    padding: 40px 0;
    position: relative;
    font-size: 20px;
    font-size: 2rem;
    line-height: 40px;
    border-top: 1px solid #e5e5e5;
}
.pagination span,
.pagination a {
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 0 13px;
    width: auto;
    color: #363f47;
    background: #fff;
    border: 1px solid #e5e5e5;
    text-decoration: none !important;
    vertical-align: middle;
    height: 40px;
}
.pagination span .icon-next-arrow,
.pagination span .icon-prev-arrow,
.pagination a .icon-next-arrow,
.pagination a .icon-prev-arrow {
    line-height: 40px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 2px;
}
.pagination a:hover {
    background: #666;
    color: #fff;
}
.pagination a.icon {
    line-height: 40px;
    font-size: 13px;
    font-size: 1.3rem;
    vertical-align: middle;
}
.pagination .current {
    background: #666;
    color: #fff;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
#content[tabindex="-1"]:focus {
    outline: 0;
}
.callout {
    padding: 100px 40px;
    margin: 0 0 40px;
}
.callout-bg_none {
    background: none;
    border: 1px solid #e5e5e5;
}
.callout-bg_gray-dark {
    color: #ffffff;
}
.callout-bg_gray-dark .callout-title,
.callout-bg_gray-dark h1,
.callout-bg_gray-dark h2,
.callout-bg_gray-dark h3,
.callout-bg_gray-dark h4,
.callout-bg_gray-dark h5,
.callout-bg_gray-dark h6,
.callout-bg_gray-dark a {
    color: #ffffff;
}
.callout-bg_red {
    color: #ffffff;
}
.callout-bg_red .callout-title,
.callout-bg_red h1,
.callout-bg_red h2,
.callout-bg_red h3,
.callout-bg_red h4,
.callout-bg_red h5,
.callout-bg_red h6,
.callout-bg_red a {
    color: #ffffff;
}
.callout-bg_red .btn-primary {
    background: #333;
}
.callout-bg_image {
    position: relative;
    background: url(/wp-content/themes/grady/assets/img/callout-background.jpg) left center no-repeat;
    background-size: cover;
    color: #ffffff;
}
.callout-bg_image .callout-title {
    color: #ffffff;
}
.callout-bg_image:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    background: #333;
    opacity: 0.8;
}
.callout-bg_image > div {
    text-align: left;
    z-index: 10;
}
.callout-title {
    margin-bottom: 10px;
    text-align: center;
}
@media only screen and (min-width: 48em) {
    .callout-title {
        text-align: left;
    }
}
.callout-title_apply {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #a00;
    font-weight: 400;
}
.callout-feat-media {
    display: block;
    margin: 0 -40px 40px;
}
.callout-feat-media img {
    display: block;
    width: 100%;
    max-width: none;
}
.callout-has-feat-image {
    padding: 0 40px 40px;
}
.callout-has-media {
    padding: 40px;
}
.callout-has-media > img {
    margin-bottom: 20px;
}
.callout_inline {
    padding: 50px 0px 0;
    margin: 0;
    border-top: 1px solid #bbbbbb;
    text-align: left;
}
@media only screen and (min-width: 48em) {
    .callout_inline {
        padding: 50px 40px 0;
    }
}
.callout_inline .grid__item {
    padding-left: 0;
}
@media only screen and (min-width: 48em) {
    .callout_inline .grid__item {
        padding-left: 30px;
    }
}
.callout_inline .grid__item:last-child {
    text-align: center;
}
@media only screen and (min-width: 48em) {
    .callout_inline .grid__item:last-child {
        text-align: right;
    }
}
.callout_inline .grid__item:last-child .btn {
    margin: 30px auto 0;
}
@media only screen and (min-width: 48em) {
    .callout_inline .grid__item:last-child .btn {
        margin: 0;
    }
}
.callout_inline p:last-of-type {
    padding-bottom: 0;
}
.callout_data {
    text-align: left;
    padding-top: 70px;
    padding-bottom: 70px;
}
.callout_data img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.callout_data .callout-title {
    font-size: 20px;
    font-size: 2rem;
}
.callout_data table {
    width: 100%;
}
.callout_data table td {
    width: 100%;
    display: block;
}
.callout_data table td:nth-child(odd) {
    font-size: 14px;
    font-size: 1.4rem;
    color: #a00;
    text-transform: uppercase;
    font-weight: 900;
}
.callout_data table td p {
    padding: 0;
}
.callout h6,
.callout .h6 {
    padding-bottom: 15px;
    letter-spacing: 0;
}
@media only screen and (min-width: 30em) {
    .callout_data table td {
        width: 50%;
        display: table-cell;
    }
}
@media only screen and (min-width: 48em) {
    .callout-bg_image:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 75%;
        opacity: 1;
        z-index: 1;
        background: linear-gradient(to right, rgba(51, 51, 51, 0) 0%, #333 53%, #333 98%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00333333', endColorstr='#333333', GradientType=1);
    }
    .callout_inline .grid__item:last-child {
        text-align: right;
    }
}
.students-ctas .padding-vert-2x:first-child {
    padding-top: 0;
}
.students-ctas .padding-vert-2x:first-child .callout {
    border: 0;
}
.sidebar .callout {
    margin-bottom: 30px;
}
.sidebar-archive h4 {
    display: inline-block;
    padding: 10px 35px;
    color: #ffffff;
    background: #666;
}
.sidebar-archive-content {
    padding: 25px 30px 40px;
    text-align: center;
    background: #efefef;
    border-top: 4px solid #666;
    color: #666;
    text-transform: uppercase;
}
.sidebar-archive-content li p {
    padding: 15px 0;
    border-bottom: 1px solid #bbb;
}
.sidebar-archive-content li p a {
    color: #666;
}
.sidebar-archive-content li:last-of-type {
    margin-bottom: 20px;
}
.hero {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-size_small,
.hero-size_large,
.hero-size_medium {
    min-height: 400px;
}
.hero-has-text:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #333;
    opacity: 0.5;
}
.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 45%;
    font-size: 60px;
    font-size: 6rem;
    font-weight: 900;
    z-index: 10;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
    line-height: 1.15;
    width: 100%;
}
.hero-content_light {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 300;
    text-transform: none;
    line-height: 1.25;
}
.hero-content .hero_btn_wrap {
    display: block;
    font-size: 25px;
    font-size: 2.5rem;
    margin-top: 20px;
}
.hero-content .hero_btn {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    text-decoration: none;
    font-family: "source-sans-pro", sans-serif;
    letter-spacing: 0.05em;
    position: relative;
}
.hero-content .hero_btn:hover {
    text-decoration: none;
    color: #a00;
}
.hero-content .hero_btn .icon {
    letter-spacing: 0;
    font-size: 25px;
    font-size: 2.5rem;
    position: absolute;
    top: -3px;
    left: -35px;
}
@media only screen and (min-width: 48em) {
    .hero-content .hero_btn {
        font-size: 20px;
        font-size: 2rem;
    }
    .hero-content .hero_btn .icon {
        font-size: 30px;
        font-size: 3rem;
        left: -45px;
    }
}
.hero-media {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hero-media > iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.hero_video {
    transition: all 0.3s ease-in-out;
}
.hero_video.is-open {
    min-height: 400px;
    background: #222;
}
.hero_video #heroTrigger {
    background: none;
    border: none;
    line-height: 1;
    color: rgba(255, 255, 255, 0.8);
}
.hero_video #heroClose {
    position: relative;
    z-index: 30;
    float: right;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border: none;
    margin: 30px;
    height: 50px;
    width: 50px;
    line-height: 47px;
    border-radius: 100%;
}
.hero_video-loop {
    padding-bottom: 100%;
    min-height: 0;
    height: 0;
    overflow: hidden;
    background-image: url(../img/mobile-hero.jpg);
}
.hero_video-loop iframe {
    display: none;
}
.hero_quote {
    min-height: inherit;
    background-color: #222222;
}
.hero_quote-margin {
    margin-bottom: 50px;
}
.hero_quote .hero-quote-wrap {
    max-width: 1290px;
    margin: 0 auto;
}
.hero_quote .hero-quote-block {
    width: 100%;
    padding: 50px 20px;
    color: #ffffff;
}
.hero_quote .hero-quote-block strong {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    font-weight: 900;
    font-family: "source-sans-pro", sans-serif;
}
.hero_quote .hero-quote-block h4 {
    font-size: 20px;
    font-size: 2rem;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 20px;
}
.hero_quote .hero-quote-block a {
    color: #fff;
    text-decoration: underline;
}
.hero_quote .hero-quote-block a:hover {
    color: #bbb;
}
.hero_quote .hero-quote-block a.link-caret {
    font-weight: bold;
}
.hero_teaser .hero-content {
    width: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -ms-transform: none;
    transform: none;
    background: rgba(34, 34, 34, 0.8);
    text-align: left;
}
.hero_teaser .hero-content .date {
    margin-top: 10px;
}
.hero_teaser .hero-permalink {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 48em) {
    .hero_teaser .hero-permalink .hero-content {
        top: auto;
        left: auto;
        bottom: 0;
        right: 75px;
    }
}
@media only screen and (min-width: 48em) {
    .hero-size_small {
        min-height: 400px;
    }
    .hero-size_medium {
        min-height: 500px;
    }
    .hero-size_large {
        min-height: 660px;
    }
    .hero-content {
        font-size: 90px;
        font-size: 9rem;
    }
    .hero-content_light {
        font-size: 54px;
        font-size: 5.4rem;
    }
    .hero_video.is-open {
        min-height: 660px;
    }
    .hero_video-loop {
        padding-bottom: 56.25%;
        min-height: 0;
        height: 0;
        overflow: hidden;
        max-height: 660px;
        background-image: none !important;
        background-color: #000;
    }
    .hero_video-loop iframe {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: none;
    }
    .hero_quote {
        min-height: 400px;
    }
    .hero_quote .hero-quote-block {
        position: absolute;
        max-width: 530px;
        top: inherit;
        padding: 50px 60px;
        bottom: -50px;
    }
    .hero_quote .hero-quote-block h4 {
        font-size: 26px;
        font-size: 2.6rem;
    }
    .hero_teaser .hero-content {
        max-width: 580px;
        top: inherit;
        left: inherit;
        bottom: 0;
        right: 75px;
        -ms-transform: none;
        transform: none;
        background: rgba(34, 34, 34, 0.8);
        text-align: left;
        font-size: 30px;
        font-size: 3rem;
    }
}
.slider {
    margin: 0;
}
.slider_wrapper {
    display: block;
    overflow: hidden;
}
.slider .slider-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    padding: 0 50px;
}
.slider .slider-content_title {
    font-size: 30px;
}
.slider .slider-content_teaser {
    font-size: 18px;
    text-align: left;
}
.slider-border {
    border: 1px solid #e5e5e5;
}
.slider-type_multi .slick-slide {
    margin: 30px;
}
.slider-type_multi .slick-prev {
    left: 30px;
}
.slider-type_multi .slick-next {
    right: 30px;
}
.slider-type_single {
    max-width: 1064px;
    margin: auto;
}
.slider-type_single .slider-content {
    padding: 40px 50px 30px;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.85) 84%, rgba(0, 0, 0, 0.85) 100%);
}
.slider-type_single-nodot .slider-content {
    position: inherit;
    color: inherit;
    text-align: left;
    padding: 30px 30px 30px 60px;
}
.slider-type_single-nodot .slick-prev,
.slider-type_single-nodot .slick-next {
    top: 25%;
}
.slider-type_whats-going-on {
    margin: 0 -15px;
}
.slider-type_whats-going-on .slick-slide {
    margin: 0 15px;
    position: relative;
}
.slider-type_whats-going-on .slick-prev {
    left: 15px;
}
.slider-type_whats-going-on .slick-next {
    right: 15px;
}
@media only screen and (min-width: 48em) {
    .slider-type_single-nodot .slick-prev,
    .slider-type_single-nodot .slick-next {
        top: 50%;
    }
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    width: 100%;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 60px;
    width: 30px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transition: 0.3s;
    background: rgba(51, 51, 51, 0.5);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 20;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: #a00;
    color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
}
.slick-prev:before,
.slick-next:before {
    font-family: "FontAwesome";
    font-size: 26px;
    line-height: 1;
    color: #ffffff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 0;
}
.slick-prev:before {
    content: "\f104";
}
.slick-next {
    right: 0;
}
.slick-next:before {
    content: "\f105";
}
.slick-dots {
    position: relative;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li:before {
    content: "";
    display: none;
}
.slick-dots li.slick-active button {
    background: #a00;
    border-color: #a00;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 10px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #fff .slick-dots li button;
}
.slick-dots li button :hover,
.slick-dots li button:focus {
    outline: none;
    background: #a00;
    border-color: #a00;
}
.slide-square {
    display: block;
    height: 293px;
    overflow: hidden;
    position: relative;
}
@media only screen and (min-width: 30em) {
    .slide-square {
        height: 360px;
    }
}
.slide-square_inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff !important;
    z-index: 2;
    font-family: "roboto", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
}
.slide-square_inner .top-left {
    position: absolute;
    width: 100%;
    padding: 30px 65px 30px 30px;
    top: 0;
    left: 0;
}
.slide-square_inner .bottom-left {
    position: absolute;
    width: 100%;
    padding: 30px 60px 30px 30px;
    bottom: 0;
    left: 0;
}
.slide-square.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide-square.bg-image .slide-square_overlay {
    position: absolute;
    background-color: #222;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.tab-nav {
    margin: 0;
}
.tab-nav > li {
    display: block;
    margin: 5px 0;
}
.tab-nav > li:before {
    content: "";
    margin: 0;
}
.tab-nav > li > a {
    display: block;
    font-size: 30px;
    font-size: 3rem;
    padding: 10px 25px;
    background: #ffffff;
    color: #222;
    font-weight: normal;
    border: none;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
}
.tab-nav > li > a:hover {
    text-decoration: none;
}
.tab-nav > li.active a {
    background: #bbb;
    color: #ffffff;
}
@media only screen and (min-width: 48em) {
    .tab-nav {
        margin: 0;
    }
    .tab-nav > li {
        display: inline-block;
        margin-right: 5px;
    }
}
.flex h2,
.flex .h2 {
    padding-bottom: 15px;
}
.flex h3,
.flex .h3,
.flex h4,
.flex .h4 {
    padding-bottom: 10px;
}
@media only screen and (min-width: 64em) {
    .flex p:last-of-type {
        padding-bottom: 0;
    }
}
@media only screen and (min-width: 64em) {
    .flex_two-col-img blockquote.alignleft,
    .flex_two-col-img .wp-caption.alignleft,
    .flex_two-col-img img.alignleft,
    .flex_two-col-img blockquote.alignright,
    .flex_two-col-img .wp-caption.alignright,
    .flex_two-col-img img.alignright,
    .flex_two-col-img blockquote.aligncenter,
    .flex_two-col-img .wp-caption.aligncenter,
    .flex_two-col-img img.aligncenter,
    .flex_three-col-img blockquote.alignleft,
    .flex_three-col-img .wp-caption.alignleft,
    .flex_three-col-img img.alignleft,
    .flex_three-col-img blockquote.alignright,
    .flex_three-col-img .wp-caption.alignright,
    .flex_three-col-img img.alignright,
    .flex_three-col-img blockquote.aligncenter,
    .flex_three-col-img .wp-caption.aligncenter,
    .flex_three-col-img img.aligncenter {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}
.flexible-content-section {
    padding: 40px 0;
}
.flexible-content-section.padding-vert {
    padding-top: 20px;
    padding-bottom: 20px;
}
.flexible-content-section.padding-vert-1-5x {
    padding-top: 30px;
    padding-bottom: 30px;
}
.flexible-content-section.padding-vert-2x {
    padding-top: 40px;
    padding-bottom: 40px;
}
.flexible-content-section.padding-vert-2-5x {
    padding-top: 50px;
    padding-bottom: 50px;
}
.flexible-content-section.padding-vert-3x {
    padding-top: 60px;
    padding-bottom: 60px;
}
.flexible-content-section.padding-vert-3-5x {
    padding-top: 70px;
    padding-bottom: 70px;
}
.flexible-content-section.padding-vert-4x {
    padding-top: 80px;
    padding-bottom: 80px;
}
.flexible-content-section.padding-vert-5x {
    padding-top: 100px;
    padding-bottom: 100px;
}
.flexible-content-section.padding-vert_top {
    padding-top: 20px;
}
.flexible-content-section.padding-vert-1-5x_top {
    padding-top: 30px;
}
.flexible-content-section.padding-vert-2x_top {
    padding-top: 40px;
}
.flexible-content-section.padding-vert-2-5x_top {
    padding-top: 50px;
}
.flexible-content-section.padding-vert-3x_top {
    padding-top: 60px;
}
.flexible-content-section.padding-vert-3-5x_top {
    padding-top: 70px;
}
.flexible-content-section.padding-vert-4x_top {
    padding-top: 80px;
}
.flexible-content-section.padding-vert-5x_top {
    padding-top: 100px;
}
.flexible-content-section.padding-vert_bottom {
    padding-bottom: 20px;
}
.flexible-content-section.padding-vert-1-5x_bottom {
    padding-bottom: 30px;
}
.flexible-content-section.padding-vert-2x_bottom {
    padding-bottom: 40px;
}
.flexible-content-section.padding-vert-2-5x_bottom {
    padding-bottom: 50px;
}
.flexible-content-section.padding-vert-3x_bottom {
    padding-bottom: 60px;
}
.flexible-content-section.padding-vert-3-5x_bottom {
    padding-bottom: 70px;
}
.flexible-content-section.padding-vert-4x_bottom {
    padding-bottom: 80px;
}
.flexible-content-section.padding-vert-5x_bottom {
    padding-bottom: 100px;
}
.events {
    display: block;
    padding: 45px 20px 0;
}
@media only screen and (min-width: 64em) {
    .events {
        padding: 0 30px;
    }
}
.events-heading {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    color: #222;
    line-height: 1em;
}
.events-heading a {
    text-align: right;
    text-transform: lowercase;
    position: absolute;
    letter-spacing: 0;
    font-weight: 300;
    right: 0;
    text-decoration: none;
}
.events-heading a:hover {
    color: #333;
}
.events-wrap {
    display: block;
    clear: both;
    position: relative;
    padding-top: 10px;
}
.events-wrap_date {
    padding-top: 7px;
    color: #fff;
    background-color: #666;
    font-family: "source-sans-pro", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    width: 60px;
    height: 55px;
    line-height: 1em;
    display: inline-block;
    margin-right: 30px;
    float: left;
    text-transform: uppercase;
}
.events-wrap_date .numbers {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
    display: block;
    line-height: 1em;
}
.events-wrap_title {
    display: block;
    margin-left: 90px;
    line-height: 1.25em;
}
.events-wrap_title a,
.events-wrap_title .title,
.events-wrap_title .location {
    display: block;
    text-decoration: none;
}
.events-wrap_title .title {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    color: #222;
    font-family: "roboto", sans-serif;
}
@media only screen and (min-width: 64em) {
    .events-wrap_title .title {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
.events-wrap_title .location {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "source-sans-pro", sans-serif;
}
#tribe-events-content {
    max-width: 1170px;
    margin: 0 auto;
}
#tribe-events-content .tribe-events-sub-nav li:before {
    content: "";
    margin: 0;
}
#tribe-events-content h2.tribe-events-page-title {
    font-weight: 300;
}
#tribe-events-content .tribe-events-calendar {
    border-color: #e5e5e5;
}
#tribe-events-content .tribe-events-calendar thead th {
    padding: 20px 25px;
    background: #333;
    color: #ffffff;
    border: 1px solid #333;
}
#tribe-events-content .tribe-events-calendar td {
    border-color: #e5e5e5;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
#tribe-events-content .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
    background: #a00;
}
#tribe-events-content .tribe-events-calendar .recurring-info-tooltip,
#tribe-events-content .tribe-events-calendar .tribe-events-tooltip,
#tribe-events-content .tribe-events-calendar .tribe-events-week .tribe-events-tooltip {
    border-color: #e5e5e5;
}
#tribe-events-content .tribe-events-calendar .recurring-info-tooltip h4,
#tribe-events-content .tribe-events-calendar .tribe-events-tooltip h4,
#tribe-events-content .tribe-events-calendar .tribe-events-week .tribe-events-tooltip h4 {
    background-color: #efefef;
    padding: 10px 15px;
    color: #333;
    font-weight: 900;
    text-transform: uppercase;
}
#tribe-events-content .tribe-events-calendar .recurring-info-tooltip .tribe-events-event-body,
#tribe-events-content .tribe-events-calendar .tribe-events-tooltip .tribe-events-event-body,
#tribe-events-content .tribe-events-calendar .tribe-events-week .tribe-events-tooltip .tribe-events-event-body {
    padding: 15px;
}
#tribe-events-content .tribe-events-calendar .recurring-info-tooltip .tribe-event-description p,
#tribe-events-content .tribe-events-calendar .tribe-events-tooltip .tribe-event-description p,
#tribe-events-content .tribe-events-calendar .tribe-events-week .tribe-events-tooltip .tribe-event-description p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
}
#tribe-events-content .tribe-events-schedule h2 {
    font-size: 14px;
    font-size: 1.4rem;
}
#tribe-events-content .tribe-events-button {
    display: none;
}
.single-tribe_events .tribe-events-event-meta {
    background: none;
}
.tribe-bar-views-list li:before {
    content: "";
    margin: 0;
}
.social {
    margin-top: 30px;
}
.social-wrap .btn-wrap {
    text-align: left;
    margin-top: 20px;
}
.social-block {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
    font-weight: 300;
}
.social-block-sizer,
.social-block_small,
.social-block_large {
    width: 100%;
}
.social-block-content {
    padding: 30px;
}
.social-block--twitter:after,
.social-block--instagram:after,
.social-block--facebook:after {
    position: absolute;
    bottom: 20px;
    left: 30px;
    font-family: "FontAwesome", "source-sans-pro", sans-serif;
}
.social-block--twitter:after {
    content: "\f099  @ugagrady";
}
.social-block--instagram:after {
    content: "\f16d  @ugagrady";
}
.social-block--facebook:after {
    content: "\f230  @ugagrady";
}
.social-block_has-image.social-block--twitter:after,
.social-block_has-image.social-block--instagram:after,
.social-block_has-image.social-block--facebook:after {
    color: #ffffff;
}
.social-block_has-image .social-block-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
}
.social-block_has-image:hover.social-block--twitter:after,
.social-block_has-image:hover.social-block--instagram:after,
.social-block_has-image:hover.social-block--facebook:after {
    color: #a00;
}
.social-block_has-image:hover .social-block-content {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    opacity: 1;
    visibility: visible;
    background: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 37.5em) {
    .social-block {
        font-size: 12px;
        font-size: 1.2rem;
    }
    .social-block-sizer,
    .social-block_small {
        width: 45%;
    }
    .social-block_large {
        width: 100%;
    }
}
@media only screen and (min-width: 48em) {
    .social-block-sizer,
    .social-block_small {
        width: 45%;
    }
    .social-block_large {
        width: 100%;
    }
    .social-wrap .btn-wrap {
        text-align: right;
        padding-right: 65px;
        margin: 0;
    }
}
@media only screen and (min-width: 64em) {
    .social-block {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .social-block-sizer,
    .social-block_small {
        width: 22%;
    }
    .social-block_large {
        width: 46%;
    }
}
@media only screen and (min-width: 80em) {
    .social-block {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.showcase {
    margin-top: 80px;
}
.showcase-block {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
    font-weight: 300;
    width: 100%;
}
.showcase-block-title {
    margin: 20px 0 10px;
    min-height: 72px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2em;
}
.showcase-block-title a {
    color: #666;
    text-decoration: none;
}
.showcase-block-img {
    min-height: 174px;
    border-bottom: 1px solid #bbb;
}
@media only screen and (min-width: 48em) {
    .showcase-block-img {
        min-height: 204px;
    }
}
.showcase-block-sizer {
    width: 100%;
}
.showcase-block-content {
    padding: 30px;
}
.showcase-block a {
    display: block;
}
.showcase-block img {
    width: 100%;
}
@media only screen and (min-width: 37.5em) {
    .showcase-block {
        width: 48%;
    }
    .showcase-block-sizer {
        width: 48%;
    }
}
@media only screen and (min-width: 64em) {
    .showcase-block {
        width: 31%;
    }
    .showcase-block-sizer {
        width: 31%;
    }
}
.filter select,
.filter input,
.post_filtering_paging_wrapper select,
.post_filtering_paging_wrapper input {
    padding: 15px;
    background: #ffffff;
    font-weight: 300;
    border-radius: 0;
    border: none;
    line-height: 1.5;
}
.filter select:focus,
.filter input:focus,
.post_filtering_paging_wrapper select:focus,
.post_filtering_paging_wrapper input:focus {
    outline: none;
    box-shadow: 0 0 0 1px #bbb;
    transition: 0.3s;
}
.filter select,
.post_filtering_paging_wrapper select {
    background: url(../img/select-arrow.jpg) 91% 50% no-repeat #fff;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
}
.filter select::-ms-expand,
.post_filtering_paging_wrapper select::-ms-expand {
    display: none;
}
.filter .btn,
.post_filtering_paging_wrapper .btn {
    padding: 10px;
    margin-left: 10px;
    font-weight: normal;
    border: none;
}
.filter .btn-tab,
.post_filtering_paging_wrapper .btn-tab {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    background: #ffffff;
    color: #bbb;
}
.filter .btn_active,
.post_filtering_paging_wrapper .btn_active {
    font-size: 30px;
    font-size: 3rem;
    background: #bbb;
    color: #ffffff;
}
.filter .btn-primary,
.post_filtering_paging_wrapper .btn-primary {
    padding: 18px 20px;
    transition: background-color 0.3s ease;
    display: block;
    margin: 0;
}
@media only screen and (min-width: 48em) {
    .filter .btn-primary,
    .post_filtering_paging_wrapper .btn-primary {
        display: inline-block;
        margin-left: 10px;
    }
}
.filter .btn-drop-submit,
.post_filtering_paging_wrapper .btn-drop-submit {
    padding: 13px 12px;
    margin: 0 10px;
    display: inline-block;
    font-weight: 700;
}
@media only screen and (min-width: 48em) {
    .filter .btn-drop-submit,
    .post_filtering_paging_wrapper .btn-drop-submit {
        padding: 13px 20px;
        margin: 0 20px;
    }
}
.filter-type_vert,
.post_filtering_paging_wrapper-type_vert {
    padding: 20px;
    margin: 0 auto 20px;
}
.filter-type_vert input,
.filter-type_vert select,
.post_filtering_paging_wrapper-type_vert input,
.post_filtering_paging_wrapper-type_vert select {
    display: block;
    margin: 25px auto;
    width: 100%;
    border: none;
}
.filter-type_inline,
.post_filtering_paging_wrapper-type_inline {
    padding: 20px 0;
    margin: 30px auto 20px;
}
.filter-type_inline input,
.filter-type_inline select,
.post_filtering_paging_wrapper-type_inline input,
.post_filtering_paging_wrapper-type_inline select {
    display: block;
    width: 100%;
    margin: 25px auto;
    vertical-align: middle;
    line-height: 1em;
}
.filter-type_line,
.post_filtering_paging_wrapper-type_line {
    margin-bottom: 15px;
    text-align: center;
}
.filter-type_line select,
.post_filtering_paging_wrapper-type_line select {
    min-width: 160px;
    margin-bottom: -5px;
    background-position: 140px 50%;
    border-bottom: 5px solid #a00;
}
@media only screen and (min-width: 48em) {
    .filter-type_line select,
    .post_filtering_paging_wrapper-type_line select {
        width: 250px;
        background-position: 98% 50%;
        padding: 15px 0;
    }
}
.filter-type_line select:focus,
.post_filtering_paging_wrapper-type_line select:focus {
    outline: none;
    box-shadow: none;
    border-color: #333;
    transition: 0.3s;
}
.filter-type_tags,
.post_filtering_paging_wrapper-type_tags {
    background-color: #fff;
    margin-bottom: 30px;
}
.filter-type_tags .tag,
.post_filtering_paging_wrapper-type_tags .tag {
    margin-bottom: 10px;
}
@media only screen and (min-width: 48em) {
    .filter-type_inline input,
    .filter-type_inline select,
    .post_filtering_paging_wrapper-type_inline input,
    .post_filtering_paging_wrapper-type_inline select {
        display: inline-block;
        width: auto;
        margin: auto;
    }
    .filter-type_inline select,
    .post_filtering_paging_wrapper-type_inline select {
        min-width: 200px;
        margin-right: 15px;
        background-position: 91% 50%;
    }
    .filter-type_vert .btn,
    .post_filtering_paging_wrapper-type_vert .btn {
        display: inline-block;
        margin: 0;
        width: auto;
        padding: 10px 20px;
    }
}
#sort_filter .btn {
    font-size: 30px;
    font-size: 3rem;
    padding: 10px;
    margin-left: 10px;
    background: #ffffff;
    color: #bbb;
    font-weight: normal;
    border: none;
}
#sort_filter .btn_active,
#sort_filter .btn:hover,
#sort_filter .btn:focus {
    background: #bbb;
    color: #ffffff;
}
#sort_filter.text-right {
    text-align: left;
    margin-top: 20px;
}
@media only screen and (min-width: 60em) {
    #sort_filter.text-right {
        text-align: right;
        margin-top: 0;
    }
}
.collapse-area {
    margin: 30px 0 40px;
}
.collapse-area-trigger {
    font-size: 24px;
    font-size: 2.4rem;
    display: block;
    width: 100%;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: normal;
    border: none;
    text-align: left;
    color: #666;
}
.collapse-area-trigger:after {
    content: "\f106";
    float: right;
    font-family: "FontAwesome";
    transition: 0.3s;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.collapse-area-trigger_open:after {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.collapse-area-content {
    padding: 30px 30px 20px;
}
.news {
    display: block;
}
.news_block {
    display: block;
    padding-bottom: 40px;
}
.news-content .title {
    font-size: 20px;
    font-size: 2rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #bbb;
    letter-spacing: 1px;
    color: #666;
    line-height: 28px;
    padding-bottom: 10px;
    margin-bottom: 8px;
}
.news-content .title a {
    color: #666;
    text-decoration: none;
}
.news-content .authors,
.news-content .byline {
    display: block;
}
.news-content .byline {
    margin-bottom: 20px;
}
.news-content .date {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    display: block;
    font-family: "roboto", sans-serif;
    padding-bottom: 8px;
    font-weight: 700;
}
.news-content p {
    font-family: "roboto", sans-serif;
}
.news-content p:last-child {
    padding-bottom: 0;
}
.news-content a.link-caret {
    display: inline;
    text-transform: lowercase;
}
.news_has-thumbnail .news-image {
    width: 100%;
    display: block;
    margin: 0 auto 10px;
    text-align: center;
}
@media only screen and (min-width: 48em) {
    .news_has-thumbnail .news-image {
        overflow: hidden;
        display: inline-block;
        margin: 0 30px 0 0;
        float: left;
        max-width: 270px;
    }
}
.news_has-thumbnail .news-image img {
    width: 100%;
    height: auto;
    max-width: 450px;
}
.news_has-thumbnail .news-content {
    display: block;
    margin-left: 0;
}
@media only screen and (min-width: 48em) {
    .news_has-thumbnail .news-content {
        margin-left: 300px;
    }
}
.news_margin {
    margin-left: 0;
}
@media only screen and (min-width: 64em) {
    .news_margin {
        margin-left: 60px;
    }
}
.faculty {
    display: block;
}
.faculty-block {
    margin-bottom: 25px;
}
.faculty-block_content {
    display: block;
    padding: 25px 30px;
}
.faculty-block_image {
    width: 100%;
    max-width: 300px;
    max-height: 250px;
    overflow: hidden;
}
.faculty-block_image img {
    width: 100%;
}
.faculty-block_name {
    display: block;
    color: #666;
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.faculty-block_title,
.faculty-block_department {
    display: block;
    color: #222;
    font-family: "roboto", sans-serif;
}
.faculty-block a {
    display: block;
    text-decoration: none !important;
}
.faculty-sidebar-image {
    width: 100%;
}
.faculty-sidebar-news {
    margin-bottom: 15px;
}
.faculty-sidebar-news p {
    padding-bottom: 0;
}
.faculty-sidebar-data {
    margin: 30px 0;
}
.faculty-sidebar-data td {
    width: 100%;
    display: block;
}
.faculty-sidebar-data td:nth-child(odd) {
    font-size: 14px;
    font-size: 1.4rem;
    color: #a00;
    text-transform: uppercase;
    font-weight: 900;
}
@media only screen and (min-width: 30em) {
    .faculty-sidebar-data td {
        width: 50%;
        display: table-cell;
    }
}
.faculty h3 {
    text-transform: uppercase;
}
.faculty.sorting-grid {
    text-align: center;
}
.faculty.sorting-list {
    text-align: left;
}
.faculty.sorting-list .faculty-block_content {
    padding: 0;
}
.faculty.sorting-list .faculty-block_image {
    display: none;
}
.faculty.sorting-list .faculty-block a {
    display: block;
    text-decoration: none !important;
    padding: 25px 30px;
    border: 1px solid #e5e5e5;
}
.faculty.sorting-list .faculty-block a:hover {
    border: 1px solid #a00;
    background-color: #a00;
}
.faculty.sorting-list .faculty-block a:hover .faculty-block_name,
.faculty.sorting-list .faculty-block a:hover .faculty-block_title,
.faculty.sorting-list .faculty-block a:hover .faculty-block_department {
    color: #fff;
}
.faculty-detail_name {
    padding-bottom: 10px;
}
.faculty-detail_title {
    padding-bottom: 25px;
    margin-bottom: 50px;
    border-bottom: 1px solid #bbb;
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: 1px;
}
.faculty-detail_content h3,
.faculty-detail_content .h3 {
    padding-bottom: 20px;
}
.faculty-detail_sidebar {
    display: block;
    padding-top: 30px;
}
@media only screen and (min-width: 64em) {
    .faculty-detail_sidebar {
        padding-left: 20px;
        padding-top: 0;
    }
}
.faculty-detail_sidebar .profile_img img {
    width: 100%;
    max-width: 350px;
}
.faculty-detail_sidebar-inner {
    display: block;
    padding: 30px 20px 20px;
}
.faculty-detail_sidebar-inner .faculty h5,
.faculty-detail_sidebar-inner .faculty .h5 {
    padding-bottom: 15px;
}
.faculty-detail_sidebar-inner .faculty_info td {
    vertical-align: top;
}
.faculty-detail_sidebar-inner .faculty_info td:first-child {
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 1px;
    color: #a00;
}
.faculty-detail_sidebar-inner .faculty_info td:last-child {
    font-weight: 300;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
}
.faculty-detail_sidebar-inner .faculty_news {
    display: block;
    padding-top: 15px;
}
.faculty-detail_sidebar-inner .faculty_news p {
    padding: 0;
}
.studyabroad {
    display: block;
}
.studyabroad_wrapper {
    padding: 110px 0 50px;
    background-color: #e5e5e5;
}
.studyabroad h2,
.studyabroad .h2 {
    padding-bottom: 40px;
}
.studyabroad .callout {
    margin-top: 0;
    margin-bottom: 70px;
}
.studyabroad-block {
    padding-bottom: 30px;
    text-align: center;
}
.studyabroad-block_content {
    display: block;
    padding: 30px 0;
    color: #222;
    text-align: left;
}
.studyabroad-block_image {
    width: 100%;
    max-width: 410px;
    max-height: 300px;
    overflow: hidden;
}
.studyabroad-block_image img {
    width: 100%;
}
.studyabroad-block_name {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    font-family: "source-sans-pro", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666;
    display: block;
    padding-bottom: 15px;
}
.studyabroad-block_desc {
    color: #222;
    display: block;
}
.studyabroad-block a {
    text-decoration: none !important;
}
.alumni {
    display: block;
    width: 100%;
}
.alumni .block-alumni,
.alumni .block-alumni:before,
.alumni .block-alumni:after {
    box-sizing: border-box;
}
.alumni .block-alumni {
    position: relative;
    height: auto;
    margin: 3px 0;
    display: inline-block;
}
@media only screen and (min-width: 48em) {
    .alumni .block-alumni {
        height: 0;
        float: left;
        margin: 0;
    }
}
.alumni .block-alumni-bg_gray {
    background-color: #666;
    transition: background-color 0.3s ease;
}
.alumni .block-alumni-bg_gray:hover {
    background-color: #222;
}
.alumni .block-alumni-bg_red {
    background-color: #a00;
    transition: background-color 0.3s ease;
}
.alumni .block-alumni-bg_red:hover {
    background-color: #222;
}
.alumni .block-alumni-bg_img {
    background-color: #000;
}
.alumni .block-alumni-bg_img .overlay {
    display: block;
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
}
.alumni .block-alumni-bg_img:hover .overlay {
    opacity: 0;
}
.alumni .block-alumni_content {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: table;
    text-decoration: none !important;
    width: 100%;
}
@media only screen and (min-width: 48em) {
    .alumni .block-alumni_content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 7px solid #fff;
        box-shadow: 0 0 0 7px #fff;
    }
}
.alumni .block-alumni_content .title {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "source-sans-pro", sans-serif;
    line-height: 1.25em;
    display: table-cell;
    padding: 80px 40px;
}
@media only screen and (min-width: 48em) {
    .alumni .block-alumni_content .title {
        padding: 20px 40px;
    }
}
@media only screen and (min-width: 80em) {
    .alumni .block-alumni_content .title {
        padding: 20px;
    }
}
.alumni .block-alumni_content .title_link {
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.alumni .block-alumni_content .title_link-large {
    font-size: 44px;
    font-size: 4.4rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.alumni .block-alumni_b001 {
    width: 100%;
}
@media only screen and (min-width: 48em) {
    .alumni .block-alumni_b001 {
        height: 640px;
    }
}
.alumni .block-alumni_b002,
.alumni .block-alumni_b003 {
    width: 100%;
}
@media only screen and (min-width: 48em) {
    .alumni .block-alumni_b002,
    .alumni .block-alumni_b003 {
        width: 50%;
        height: 315px;
    }
}
.alumni .block-alumni_b004,
.alumni .block-alumni_b005,
.alumni .block-alumni_b007,
.alumni .block-alumni_b008 {
    width: 100%;
}
@media only screen and (min-width: 48em) {
    .alumni .block-alumni_b004,
    .alumni .block-alumni_b005,
    .alumni .block-alumni_b007,
    .alumni .block-alumni_b008 {
        width: 50%;
        height: 318px;
    }
}
.alumni .block-alumni_b006 {
    width: 100%;
}
@media only screen and (min-width: 48em) {
    .alumni .block-alumni_b006 {
        height: 319px;
    }
}
.affiliates-block-contact {
    margin-bottom: 20px;
}
.affiliates-block-contact h6 {
    color: #a00;
    text-transform: uppercase;
}
.affiliates-block-contact p {
    padding: 0;
}
.research-archives .multi-list a {
    display: inline-block;
    width: 100%;
}
@media only screen and (min-width: 48em) {
    .research-archives .multi-list a {
        width: 33%;
    }
}
