/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa, .search--header .form-actions, .search--header .views-submit-button, .search--mobile-nav .form-actions, .search--mobile-nav .views-submit-button, .search--results-page .views-submit-button {
    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;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.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: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left, .search--header .pull-left.form-actions, .search--header .pull-left.views-submit-button, .search--mobile-nav .pull-left.form-actions, .search--mobile-nav .pull-left.views-submit-button, .search--results-page .pull-left.views-submit-button {
    margin-right: .3em;
}

.fa.pull-right, .search--header .pull-right.form-actions, .search--header .pull-right.views-submit-button, .search--mobile-nav .pull-right.form-actions, .search--mobile-nav .pull-right.views-submit-button, .search--results-page .pull-right.views-submit-button {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    -webkit-filter: none;
    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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before, .search--header .form-actions:before, .search--header .views-submit-button:before, .search--mobile-nav .form-actions:before, .search--mobile-nav .views-submit-button:before, .search--results-page .views-submit-button:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-genderless:before, .fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

    /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
    a:active, a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled], html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */
    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
    input[type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        /* 2 */
        box-sizing: content-box;
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

body {
    font-family: "Source Sans Pro", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.6;
    background-color: #fff;
    color: #1e1e1e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #2d6cc0;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a.active {
        text-decoration: underline;
        color: #202020;
    }

h1, h2, h3, h4, p, blockquote {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.2;
}

p {
    line-height: 1.6;
}

    p.big {
        font-size: 24px;
        font-weight: 300;
        line-height: 1.2;
    }

    p + h2, p + h3, p + h4 {
        margin-top: 30px;
    }

h1 {
    font-size: 32px;
    font-weight: normal;
    color: #2d6cc0;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

h2 {
    font-size: 24px;
    font-weight: normal;
    color: #3f3f3f;
}

h3 {
    font-size: 19px;
    font-weight: 600;
    color: #3f3f3f;
}

h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e1e1e;
}

ol {
    margin: 15px 0;
    padding-left: 40px;
}

    ol ol {
        margin-top: 0;
        margin-bottom: 0;
    }

    ol li {
        list-style-type: inherit;
        line-height: 1.6;
        padding-bottom: 0;
    }

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        margin: 0;
        padding: 0;
        list-style-type: inherit;
        line-height: 1.1;
        padding-bottom: 10px;
    }

hr {
    border-width: 0;
    border-bottom: 1px solid #d8d8d8;
}

blockquote {
    font-style: italic;
    font-size: 15px;
    line-height: 1.6;
    color: #1e1e1e;
    padding: 0 30px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

    blockquote:before {
        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;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        content: "\f10d";
        position: absolute;
        left: 10px;
        top: 4px;
        color: #f1ab00;
    }

table {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
}

    table th {
        border-bottom-width: 0;
        padding: 5px 8px;
        text-align: left;
    }

        table th a, table th .active {
            text-decoration: none;
        }

    table td {
        padding: 8px 8px 9px;
    }

        table td.active {
            background-color: transparent;
        }

    table tbody {
        border-top-width: 0;
    }

    table tr.odd, table tr:nth-child(odd) {
        background-color: #f9f9f9;
        border-bottom-width: 0;
        border-top: 1px solid #d8d8d8;
    }

    table tr.even, table tr:nth-child(even) {
        background-color: transparent;
        border-bottom-width: 0;
        border-top: 1px solid #d8d8d8;
    }

    table thead {
        font-size: 16px;
    }

        table thead tr:nth-child(odd), table thead tr:nth-child(even) {
            background-color: transparent;
            border-top-width: 0;
        }

        table thead .sort {
            margin-left: 5px;
        }

        table thead .sort--asc:before {
            position: relative;
            top: 4px;
        }

        table thead .sort--desc:before {
            position: relative;
            top: -3px;
        }

.block {
    position: relative;
}

.page-admin-structure-block-demo .block-region {
    background: #FF6;
    border: 1px dotted #9F9E00;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    margin: 5px;
    padding: 5px;
    text-align: center;
    text-shadow: none;
}

.cke_editable ul {
    margin: 15px 0;
    padding-left: 20px;
}

    .cke_editable ul li {
        position: relative;
        padding-left: 8px;
        list-style-type: none;
        line-height: 1.6;
        padding-bottom: 0;
    }

        .cke_editable ul li:before {
            content: '\00b7';
            display: block;
            position: absolute;
            left: -1px;
            top: 8px;
            width: 6px;
            height: 6px;
            font-size: 25px;
            line-height: 0;
        }

        .cke_editable ul li:before {
            top: 12px;
        }

*, *:before, *:after {
    box-sizing: border-box;
}

.container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .container:after {
        content: " ";
        display: block;
        clear: both;
    }

.l-general {
    position: relative;
    margin: 0 10px;
}

    .l-general:after {
        content: '';
        display: table;
        clear: both;
    }

@media (min-width: 450px) and (max-width: 767px) {
    .l-general {
        margin: 0 20px;
    }

    .page-title__wrapper .l-general, .content-top__wrapper .l-general, .main-content-prefix__wrapper .l-general, .main-content__wrapper .l-general, .footer__wrapper .l-general {
        margin: 0 35px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .l-general {
        margin: 0 30px;
    }

    .page-title__wrapper .l-general, .content-top__wrapper .l-general, .main-content-prefix__wrapper .l-general, .main-content__wrapper .l-general, .footer__wrapper .l-general {
        margin: 0 90px;
    }
}

@media (min-width: 1024px) and (max-width: 1249px) {
    .l-general {
        margin: 0 30px;
    }
}

@media (min-width: 1250px) {
    .l-general {
        width: 1200px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .one-sidebar.sidebar-first .main-content__wrapper-inner {
        width: 74.28571%;
        float: right;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .one-sidebar.sidebar-first .sidebar--first {
        width: 17.14286%;
        float: left;
        margin-right: 2.77778%;
    }
}

@media (min-width: 768px) {
    .no-sidebars .view .view-filters + .view-content, .no-sidebars .view .view-filters + .view-empty {
        width: 74.28571%;
        float: right;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .no-sidebars .view .view-filters {
        width: 17.14286%;
        float: left;
        margin-right: 2.77778%;
    }
}

@media (min-width: 768px) {
    .one-sidebar.sidebar-second .main-content {
        width: 74.28571%;
        float: left;
        margin-right: 2.85714%;
    }
}

@media (min-width: 768px) {
    .one-sidebar.sidebar-second .sidebar--second {
        width: 17.14286%;
        float: right;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .two-sidebars .main-content__wrapper-inner {
        width: 74.28571%;
        float: right;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .two-sidebars .sidebar--first {
        width: 17.14286%;
        float: left;
        margin-right: 2.77778%;
    }
}

@media (min-width: 1024px) {
    .two-sidebars .main-content {
        width: 69.23077%;
        float: left;
        margin-right: 3.7037%;
    }
}

.two-sidebars .sidebar--second {
    margin-top: 40px;
}

@media (min-width: 1024px) {
    .two-sidebars .sidebar--second {
        margin-top: 0;
        width: 23.07692%;
        float: right;
        margin-right: 0;
    }
}

.l-66-33:after {
    content: '';
    display: table;
    clear: both;
}

@media (min-width: 768px) {
    .l-66-33 .first {
        float: left;
        width: 64%;
    }

    .l-66-33 .second {
        float: right;
        width: 33%;
    }
}

/***
 * BxSlider v4.2.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 ***/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto 30px auto;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block;
        line-height: 0;
    }

.bxslider {
    margin: 0;
    padding: 0;
}

ul.bxslider {
    list-style: none;
}

.bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}

    /** THEME
===================================*/
    .bx-viewport li {
        padding-bottom: 0;
    }

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: 10px;
}

    .bx-wrapper .bx-prev:after {
        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;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        line-height: 1;
        text-decoration: inherit;
        text-transform: none;
        content: "\f104";
        position: relative;
        margin-left: 0;
        font-size: 55px;
        color: #fff;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

.bx-wrapper .bx-next {
    right: 10px;
}

    .bx-wrapper .bx-next:after {
        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;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        line-height: 1;
        text-decoration: inherit;
        text-transform: none;
        content: "\f105";
        position: relative;
        margin-left: 0;
        font-size: 55px;
        color: #fff;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    outline: 0;
    font-size: 0;
    color: transparent;
    z-index: 9999;
}

    .bx-wrapper .bx-controls-direction a:hover {
        text-decoration: none;
    }

    .bx-wrapper .bx-controls-direction a.disabled {
        display: none;
    }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
}

    .bx-wrapper .bx-caption span {
        color: #fff;
        display: block;
        font-size: 14px;
        line-height: 135%;
        font-weight: 600;
        padding: 10px 30px;
        text-align: center;
    }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 1010;
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #aaa;
        border-top: 0;
        background: #fff;
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        left: 0;
    }

    .chosen-container a {
        cursor: pointer;
    }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 40px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    background-clip: padding-box;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 38px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

    .chosen-container-single .chosen-single abbr:hover {
        background-position: -42px -10px;
    }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
    padding-top: 7px;
}

    .chosen-container-single .chosen-single div b {
        display: block;
        width: 100%;
        height: 100%;
        background: url('../images/chosen-sprite.png') no-repeat 0px 2px;
    }

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

    .chosen-container-single .chosen-search input[type="text"] {
        box-sizing: border-box;
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        width: 100%;
        height: auto;
        outline: 0;
        border: 1px solid #aaa;
        background: white url('../images/chosen-sprite.png') no-repeat 100% -20px;
        background: url('../images/chosen-sprite.png') no-repeat 100% -20px;
        font-size: 1em;
        font-family: sans-serif;
        line-height: normal;
        border-radius: 0;
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

    .chosen-container .chosen-results li {
        display: none;
        margin: 0;
        padding: 5px 6px;
        list-style: none;
        line-height: 15px;
        -webkit-touch-callout: none;
    }

        .chosen-container .chosen-results li.active-result {
            display: list-item;
            cursor: pointer;
        }

        .chosen-container .chosen-results li.disabled-result {
            display: list-item;
            color: #ccc;
            cursor: default;
        }

        .chosen-container .chosen-results li.highlighted {
            background-color: #3875d7;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
            background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
            background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
            color: #fff;
        }

        .chosen-container .chosen-results li.no-results {
            display: list-item;
            background: #f4f4f4;
        }

        .chosen-container .chosen-results li.group-result {
            display: list-item;
            font-weight: bold;
            cursor: default;
        }

        .chosen-container .chosen-results li.group-option {
            padding-left: 15px;
        }

        .chosen-container .chosen-results li em {
            font-style: normal;
            text-decoration: underline;
        }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 2px 0 0 0;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    cursor: text;
}

    .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none;
    }

        .chosen-container-multi .chosen-choices li.search-field {
            margin: 0;
            padding: 0;
            white-space: nowrap;
        }

            .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
                margin: 1px 0;
                padding: 5px;
                height: 40px;
                outline: 0;
                border: 0 !important;
                background: transparent !important;
                box-shadow: none;
                color: #666;
                font-size: 100%;
                font-family: sans-serif;
                line-height: normal;
                border-radius: 0;
            }

            .chosen-container-multi .chosen-choices li.search-field .default {
                color: #999;
            }

        .chosen-container-multi .chosen-choices li.search-choice {
            position: relative;
            margin: 3px 0 3px 5px;
            padding: 3px 20px 3px 5px;
            border: 1px solid #aaa;
            border-radius: 3px;
            background-color: #e4e4e4;
            background-clip: padding-box;
            box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            color: #333;
            line-height: 25px;
            cursor: default;
        }

            .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
                position: absolute;
                top: 10px;
                right: 3px;
                display: block;
                width: 12px;
                height: 12px;
                background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
                font-size: 1px;
            }

                .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
                    background-position: -42px -10px;
                }

        .chosen-container-multi .chosen-choices li.search-choice-disabled {
            padding-right: 5px;
            border: 1px solid #ccc;
            background-color: #e4e4e4;
            color: #666;
        }

        .chosen-container-multi .chosen-choices li.search-choice-focus {
            background: #d4d4d4;
        }

            .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
                background-position: -42px -10px;
            }

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 1px 0 #fff inset;
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        border-left: none;
        background: transparent;
    }

        .chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 2px;
        }

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

    .chosen-container-active .chosen-choices li.search-field input[type="text"] {
        color: #111 !important;
    }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

    .chosen-disabled .chosen-single {
        cursor: default;
    }

    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default;
    }

/* @end */
/* @group Right to Left */
.chosen-rtl {
    text-align: right;
}

    .chosen-rtl .chosen-single {
        overflow: visible;
        padding: 0 8px 0 0;
    }

        .chosen-rtl .chosen-single span {
            margin-right: 0;
            margin-left: 26px;
            direction: rtl;
        }

    .chosen-rtl .chosen-single-with-deselect span {
        margin-left: 38px;
    }

    .chosen-rtl .chosen-single div {
        right: auto;
        left: 3px;
    }

    .chosen-rtl .chosen-single abbr {
        right: auto;
        left: 26px;
    }

    .chosen-rtl .chosen-choices li {
        float: right;
    }

        .chosen-rtl .chosen-choices li.search-field input[type="text"] {
            direction: rtl;
        }

        .chosen-rtl .chosen-choices li.search-choice {
            margin: 3px 5px 3px 0;
            padding: 3px 5px 3px 19px;
        }

            .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
                right: auto;
                left: 4px;
            }

    .chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
        left: 9999px;
    }

    .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0;
    }

    .chosen-rtl .chosen-results li.group-option {
        padding-right: 15px;
        padding-left: 0;
    }

    .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: none;
    }

    .chosen-rtl .chosen-search input[type="text"] {
        padding: 4px 5px 4px 20px;
        background: white url('../images/chosen-sprite.png') no-repeat -30px -20px;
        background: url('../images/chosen-sprite.png') no-repeat -30px -20px;
        direction: rtl;
    }

    .chosen-rtl.chosen-container-single .chosen-single div b {
        background-position: 6px 2px;
    }

    .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
        background-position: -12px 2px;
    }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
        background-image: url('../images/chosen-sprite@2x.png') !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

/* @end */
.alert-bar {
    min-height: 40px;
    width: 100%;
    background-color: #b50100;
    padding: 9px 0 7px 0;
}

body.admin-menu .alert-bar {
    top: 29px;
}

.alert-bar__text, .alert-bar__close {
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    font-size: 17px;
}

.alert-bar__text {
    padding-right: 85px;
}

.alert-bar__close {
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: -1px;
}

    .alert-bar__close:after {
        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;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        line-height: 1;
        text-decoration: inherit;
        text-transform: none;
        content: "\f00d";
        position: relative;
        margin-left: 5px;
        color: #fff;
        font-size: 20px;
        top: 1px;
    }

    .alert-bar__close:hover:after {
        text-decoration: none;
    }

.slicknav_menu {
    position: absolute;
    z-index: 400;
    margin: 0;
    top: 0;
    right: 0;
    width: 100%;
}

@media (min-width: 1025px) {
    .slicknav_menu {
        display: none;
    }
}

.slicknav_menu:before {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    content: " ";
    display: table;
    clear: both;
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 18px;
    line-height: 1.125em;
    cursor: pointer;
    text-decoration: none;
    background-color: #2d6cc0;
    height: 55px;
}

    .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
        margin-top: 3px;
    }

    .slicknav_btn .slicknav_menutxt {
        display: block;
        line-height: 18px;
        float: right;
        color: #fff;
        font-size: 23px;
        font-family: "Trade Gothic W02", Arial, Helvetica, "Nimbus Sans L", sans-serif;
        font-weight: 700;
    }

    .slicknav_btn .slicknav_icon {
        float: left;
        margin: 3px 8px 0 0;
    }

    .slicknav_btn .slicknav_no-text {
        margin: 0;
    }

    .slicknav_btn .slicknav_icon-bar {
        display: block;
        width: 18px;
        height: 2px;
        border-radius: 1px;
        background-color: #fff;
        -webkit-transition-duration: 0.25s;
        transition-duration: 0.25s;
    }

.csstransforms.csstransitions .slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(3px, 3px);
    -ms-transform: rotate(45deg) translate(3px, 3px);
    transform: rotate(45deg) translate(3px, 3px);
    height: 4px;
    width: 14px;
    margin: 0;
}

.csstransforms.csstransitions .slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}

.csstransforms.csstransitions .slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(3px, -4px);
    -ms-transform: rotate(-45deg) translate(3px, -4px);
    transform: rotate(-45deg) translate(3px, -4px);
    height: 4px;
    width: 15px;
    margin: 0;
}

.slicknav_nav {
    clear: both;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    margin: 0 1px;
    padding: 0;
    font-size: 18px;
    list-style: none;
    overflow: hidden;
}

    .slicknav_nav li {
        display: block;
        padding: 0;
    }

    .slicknav_nav .nav {
        display: block;
        list-style: none;
        overflow: hidden;
        padding: 0;
        margin: 0;
        background: transparent url(../images/mobile-nav-bg.png) repeat;
    }

        .slicknav_nav .nav .nav {
            margin-top: 5px;
        }

            .slicknav_nav .nav .nav .nav {
                margin-top: 0;
                padding: 10px 0;
                background: #f0f0f0 none;
                border-top: 1px solid #202020;
                border-bottom: 1px solid #d8d8d8;
            }

                .slicknav_nav .nav .nav .nav .nav {
                    display: none !important;
                }

    .slicknav_nav .slicknav_item {
        cursor: default;
        position: relative;
    }

        .slicknav_nav .slicknav_item:hover {
            text-decoration: none;
        }

    .slicknav_nav .nav-link {
        display: block;
        padding: 0;
        padding-left: 20px;
        margin: 0;
        height: 55px;
        line-height: 54px;
        border-bottom: 1px solid #d8d8d8;
        background-color: #fff;
        color: #3f3f3f;
        text-decoration: none;
    }

        .slicknav_nav .nav-link:hover {
            text-decoration: none;
        }

    .slicknav_nav .slicknav_arrow {
        margin: 0;
        cursor: pointer;
        text-indent: -999em;
        display: inline-block;
        height: 55px;
        width: 55px;
        position: absolute;
        top: 0;
        right: 0;
        border-left: 1px solid #d8d8d8;
    }

        .slicknav_nav .slicknav_arrow:after {
            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;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            line-height: 1;
            text-decoration: inherit;
            text-transform: none;
            content: "\f105";
            position: relative;
            margin-left: 5px;
            text-indent: 0;
            display: block;
            font-size: 26px;
            position: absolute;
            top: 14px;
            left: 20px;
            color: #3f3f3f;
        }

    .slicknav_nav .nav-link--level-1.active, .slicknav_nav .nav-link--level-1.active-trail {
        background-color: #2d6cc0;
        color: #fff;
    }

        .slicknav_nav .nav-link--level-1.active + .slicknav_arrow, .slicknav_nav .nav-link--level-1.active-trail + .slicknav_arrow {
            border-left-color: #168ccb;
        }

            .slicknav_nav .nav-link--level-1.active + .slicknav_arrow:after, .slicknav_nav .nav-link--level-1.active-trail + .slicknav_arrow:after {
                color: #fff;
            }

    .slicknav_nav .nav-link--level-2 {
        padding-left: 40px;
    }

        .slicknav_nav .nav-link--level-2.active, .slicknav_nav .nav-link--level-2.active-trail {
            color: #2d6cc0;
        }

    .slicknav_nav .nav-link--level-3 {
        padding-left: 60px;
    }

        .slicknav_nav .nav-link--level-3 + .slicknav_arrow {
            border-left-width: 0;
        }

        .slicknav_nav .nav-link--level-3.active, .slicknav_nav .nav-link--level-3.active-trail {
            color: #2d6cc0;
        }

    .slicknav_nav .nav-link--level-4 {
        padding-left: 80px;
        background-color: #f0f0f0;
        border-bottom-width: 0;
        height: 40px;
        line-height: 40px;
    }

        .slicknav_nav .nav-link--level-4 + .slicknav_arrow {
            display: none;
        }

        .slicknav_nav .nav-link--level-4.active, .slicknav_nav .nav-link--level-4.active-trail {
            color: #2d6cc0;
        }

    .slicknav_nav .slicknav_open > .slicknav_item > .slicknav_arrow:after {
        content: "\f107";
        left: 15px;
        top: 15px;
    }

    .slicknav_nav .slicknav_open > .slicknav_item > .nav-link--level-1 {
        background-color: #2d6cc0;
        color: #fff;
    }

        .slicknav_nav .slicknav_open > .slicknav_item > .nav-link--level-1 + .slicknav_arrow {
            border-left-color: #168ccb;
        }

            .slicknav_nav .slicknav_open > .slicknav_item > .nav-link--level-1 + .slicknav_arrow:after {
                color: #fff;
            }

    .slicknav_nav .slicknav_open > .slicknav_item > .nav-link--level-2 {
        color: #2d6cc0;
    }

        .slicknav_nav .slicknav_open > .slicknav_item > .nav-link--level-2 + .slicknav_arrow:after {
            color: #2d6cc0;
        }

    .slicknav_nav .slicknav_open > .slicknav_item > .nav-link--level-3 {
        color: #2d6cc0;
    }

        .slicknav_nav .slicknav_open > .slicknav_item > .nav-link--level-3 + .slicknav_arrow:after {
            color: #2d6cc0;
        }

    .slicknav_nav .slicknav_row {
        display: block;
        padding: 0;
        margin: 0;
    }

    .slicknav_nav .search-form {
        border-bottom: 1px solid #d8d8d8;
    }

    .slicknav_nav .utility-nav--mobile-nav {
        padding: 10px 0;
    }

        .slicknav_nav .utility-nav--mobile-nav .nav-link {
            border-bottom: 0;
            height: 40px;
            line-height: 40px;
        }

input[type="search"]::-webkit-search-decoration {
    display: none;
}

input:invalid, button:invalid, a.button:invalid, a.block-demo-backlink:invalid, ul.primary li a:invalid, .page-node-delete .confirmation .form-actions a:invalid, .conference-room__reserve-room-button:invalid, .event__rsvp-link a:invalid, .study-space__reserve-space-button:invalid, select:invalid, textarea:invalid {
    box-shadow: none;
}

input:focus, button:focus, a.button:focus, a.block-demo-backlink:focus, ul.primary li a:focus, .page-node-delete .confirmation .form-actions a:focus, .conference-room__reserve-room-button:focus, .event__rsvp-link a:focus, .study-space__reserve-space-button:focus, select:focus, textarea:focus {
    z-index: 1;
}

input[type="file"]:focus, input[type="file"]:active, input[type="radio"]:focus, input[type="radio"]:active, input[type="checkbox"]:focus, input[type="checkbox"]:active {
    box-shadow: none;
}

button, a.button, a.block-demo-backlink, a.block-demo-backlink:link, a.block-demo-backlink:visited, ul.primary li a, .page-node-delete .confirmation .form-actions a, .conference-room__reserve-room-button, .event__rsvp-link a, .study-space__reserve-space-button, input[type="reset"], input[type="submit"], input[type="button"] {
    background-clip: padding-box;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    overflow: visible;
    margin: 0 15px 0 0;
    padding: 3px 10px;
    text-decoration: none;
    vertical-align: top;
    width: auto;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #202020;
    padding: 12px 20px 10px 20px;
    background-color: #fff;
    color: #202020;
    border-radius: 0;
    font-family: "Trade Gothic W02", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    text-align: center;
}

    a.button.clear {
        padding: 10px 20px 10px 20px;
    }

    a.button.small {
        font-size: 16px;
        padding: 10px 20px 10px 8px;
        vertical-align: middle;
        width: 190px;
    }

        a.button.small > .text {
            margin-top: 8px;
            display: inline-block;
            margin-left: 4px;
        }

    button:hover, a.button:hover, a.block-demo-backlink:hover, ul.primary li a:hover, ul.primary li.active a, .page-node-delete .confirmation .form-actions a:hover, .conference-room__reserve-room-button:hover, .event__rsvp-link a:hover, .study-space__reserve-space-button:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover {
        text-decoration: none;
        background-color: #202020;
        color: #fff;
    }

    button::-moz-focus-inner, a.button::-moz-focus-inner, a.block-demo-backlink::-moz-focus-inner, ul.primary li a::-moz-focus-inner, .page-node-delete .confirmation .form-actions a::-moz-focus-inner, .conference-room__reserve-room-button::-moz-focus-inner, .event__rsvp-link a::-moz-focus-inner, .study-space__reserve-space-button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    box-sizing: border-box;
    background-clip: padding-box;
    border-radius: 2px;
    background-color: white;
    border: 1px solid;
    border-color: #d8d8d8;
    color: black;
    outline: 0;
    margin: 0;
    padding: 12px 10px;
    text-align: left;
    font-size: 15px;
    height: 2.8em;
    vertical-align: top;
    max-width: 100%;
}

    textarea[disabled], select[disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="email"][disabled], input[type="month"][disabled], input[type="number"][disabled], input[type="password"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="text"][disabled], input[type="time"][disabled], input[type="url"][disabled], input[type="week"][disabled] {
        background-color: #d8d8d8;
    }

        button[disabled], input[disabled], select[disabled], select[disabled] option, select[disabled] optgroup, textarea[disabled], a.button_disabled {
            box-shadow: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            color: #888888;
            cursor: default;
        }

    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #888888;
    }

    input:-moz-placeholder, textarea:-moz-placeholder {
        color: #888888;
    }

    input.placeholder_text, textarea.placeholder_text {
        color: #888888;
    }

    textarea, select[size], select[multiple] {
        height: auto;
    }

@media (-webkit-min-device-pixel-ratio: 0) {
    select[size], select[multiple], select[multiple][size] {
        background-image: none;
        padding-right: 3px;
    }

    select, select[size="0"], select[size="1"] {
        background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 20px;
    }

    ::-webkit-validation-bubble-message {
        box-shadow: none;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
        border: 0;
        color: white;
        overflow: hidden;
        padding: 15px 15px 17px;
        text-shadow: black 0 0 1px;
        min-height: 16px;
    }

    ::-webkit-validation-bubble-arrow, ::-webkit-validation-bubble-top-outer-arrow, ::-webkit-validation-bubble-top-inner-arrow {
        box-shadow: none;
        background: #666666;
        border-color: #666666;
    }
}

textarea {
    min-height: 40px;
    overflow: auto;
    resize: vertical;
    width: 100%;
}

optgroup {
    color: black;
    font-style: normal;
    font-weight: normal;
}

    optgroup::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

label {
    font-size: 13px;
    font-weight: 400;
    color: #202020;
    display: block;
    line-height: 1.5;
}

.webform-component label {
    font-size: 15px;
    font-weight: 600;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    display: inline-block;
}

.form-item {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.form-type-radio, .form-type-checkbox, .form-type-bef-checkbox {
    margin: 5px 0 10px 0;
    line-height: 1;
}

    .form-type-radio input, .form-type-checkbox input, .form-type-bef-checkbox input {
        position: relative;
        top: 2px;
        left: 1px;
        float: left;
    }

    .form-type-radio label.option, .form-type-checkbox label.option, .form-type-bef-checkbox label.option {
        font-size: 15px;
        margin-left: 20px;
        line-height: 1;
        display: block;
    }

.webform-container-inline input {
    float: none;
    left: 0;
    top: 0;
    display: inline-block;
}

.webform-container-inline label.option {
    margin-left: 0;
    display: inline-block;
}

ul.primary {
    border-width: 0;
    margin: 15px 0 0 0;
    padding-left: 0;
}

    ul.primary:after {
        content: '';
        display: table;
        clear: both;
    }

    ul.primary li {
        display: block;
        margin: 0;
        padding: 0;
        float: left;
        margin-bottom: 15px;
    }

        ul.primary li a {
            display: inline-block;
        }

            ul.primary li a:hover {
                text-decoration: none;
            }

ul.secondary {
    font-size: 14px;
}

ul.action-links {
    margin: 15px 0;
    padding: 0;
}

    ul.action-links li {
        padding: 5px;
        display: inline-block;
    }

        ul.action-links li a {
            color: #202020;
            text-decoration: underline;
        }

            ul.action-links li a:hover {
                color: #7a6e67;
                text-decoration: none;
            }

.breadcrumb {
    text-align: right;
    font-size: 12px;
}

@media (max-width: 450px) {
    .breadcrumb {
        display: none;
    }
}

@media (min-width: 451px) {
    .breadcrumb {
        padding-top: 10px;
    }
}

.breadcrumb__page-title, .breadcrumb__link a {
    font-weight: bold;
    text-transform: uppercase;
    color: #3f3f3f;
    opacity: 0.7;
}

.breadcrumb__separator {
    padding: 0 1px;
    color: #f1ab00;
    opacity: 0.7;
    position: relative;
    top: -1px;
    font-size: 11px;
}

.cta {
    background-color: #f0f0f0;
    padding: 25px 20px;
    border-top: 8px solid #f1ab00;
}

    .cta h3 {
        font-size: 18px;
        font-family: "Trade Gothic W02", Arial, Helvetica, "Nimbus Sans L", sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        padding-bottom: 5px;
    }

    .cta ul li {
        position: relative;
        padding-left: 8px;
        list-style-type: none;
    }

        .cta ul li:before {
            content: '\00b7';
            display: block;
            position: absolute;
            left: -1px;
            top: 8px;
            width: 6px;
            height: 6px;
            font-size: 25px;
            line-height: 0;
        }

span.ext {
    padding-right: 12px;
    text-decoration: none;
}

    span.ext:after {
        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;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        line-height: 1;
        text-decoration: inherit;
        text-transform: none;
        content: "\f08e";
        position: relative;
        margin-left: 5px;
        top: 0px;
        font-size: 13px;
    }

/* Hide the extra spans when printing. */
@media print {
    span.ext, span.mailto {
        display: none;
        padding: 0;
    }
}

.pager {
    clear: both;
    padding-top: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}

    .pager:after {
        content: '';
        display: table;
        clear: both;
    }

.pager-item {
    display: none;
    padding: 0;
    border: 1px solid #d8d8d8;
    border-left-width: 0;
    height: 50px;
    min-width: 50px;
    position: relative;
}

    .pager-item.first {
        border-left-width: 1px;
    }

    .pager-item.pager-current, .pager-item.pager-previous, .pager-item.pager-next, .pager-item.pager-item-minus-1, .pager-item.pager-item-plus-1, .pager-at-first .pager-item.pager-item-plus-2, .pager-at-last .pager-item.pager-item-minus-2 {
        display: inline-block;
    }

@media (min-width: 769px) {
    .pager-item.pager-item-minus-2, .pager-item.pager-item-plus-2, .pager-at-first .pager-item.pager-item-plus-3, .pager-at-first .pager-item.pager-item-plus-2, .pager-at-last .pager-item.pager-item-minus-2, .pager-at-last .pager-item.pager-item-minus-3 {
        display: inline-block;
    }
}

@media (min-width: 1025px) {
    .pager-item {
        display: inline-block;
    }
}

.pager-item, .pager-item a {
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    font-weight: 600;
}

    .pager-item a {
        display: block;
        height: 48px;
        background-color: #fff;
    }

        .pager-item a:hover {
            background-color: #f0f0f0;
            text-decoration: none;
        }

    .pager-item.pager-first, .pager-item.pager-last {
        min-width: 70px;
    }

    .pager-item.pager-current {
        color: #777;
        background-color: #f0f0f0;
    }

    .pager-item.pager-previous a {
        color: transparent;
        text-indent: -999em;
    }

        .pager-item.pager-previous a:before {
            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;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            line-height: 1;
            text-decoration: inherit;
            text-transform: none;
            content: "\f104";
            position: relative;
            margin-right: 0;
            color: #2d6cc0;
            font-size: 24px;
            position: absolute;
            top: 12px;
            left: 20px;
            text-indent: 0px;
        }

    .pager-item.pager-next a {
        color: transparent;
        text-indent: -999em;
    }

        .pager-item.pager-next a:before {
            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;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            line-height: 1;
            text-decoration: inherit;
            text-transform: none;
            content: "\f105";
            position: relative;
            margin-right: 0;
            color: #2d6cc0;
            font-size: 24px;
            position: absolute;
            top: 12px;
            left: 22px;
            text-indent: 0px;
        }

.paragraphs-item-two-column-image-left:after {
    content: '';
    display: table;
    clear: both;
}

@media (min-width: 768px) {
    .paragraphs-item-two-column-image-left {
        background-color: #f0f0f0;
        margin: 25px 0;
    }
}

@media (min-width: 768px) {
    .paragraphs-item-two-column-image-left .body2-item {
        width: 47.82609%;
        float: right;
        margin-right: 0;
        padding: 20px 20px 20px 0;
    }

        .paragraphs-item-two-column-image-left .body2-item p:last-child {
            margin-bottom: 0;
        }
}

.paragraphs-item-two-column-image-left .image-item {
    margin-bottom: 15px;
    line-height: 0;
}

@media (min-width: 768px) {
    .paragraphs-item-two-column-image-left .image-item {
        width: 47.82609%;
        float: left;
        margin-right: 4.34783%;
        margin-bottom: 0;
    }
}

.paragraphs-item-two-column-image-right:after {
    content: '';
    display: table;
    clear: both;
}

@media (min-width: 768px) {
    .paragraphs-item-two-column-image-right {
        background-color: #f0f0f0;
        margin: 25px 0;
    }
}

@media (min-width: 768px) {
    .paragraphs-item-two-column-image-right .body2-item {
        width: 47.82609%;
        float: left;
        margin-right: 4.34783%;
        padding: 20px 0 20px 20px;
    }
}

.paragraphs-item-two-column-image-right .image-item {
    margin-bottom: 15px;
    line-height: 0;
}

@media (min-width: 768px) {
    .paragraphs-item-two-column-image-right .image-item {
        width: 47.82609%;
        float: right;
        margin-right: 0;
        margin-bottom: 0;
    }

        .paragraphs-item-two-column-image-right .image-item p:last-child {
            margin-bottom: 0;
        }
}

.read-more a {
    font-family: "Trade Gothic W02", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}

    .read-more a:after {
        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;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        line-height: 1;
        text-decoration: inherit;
        text-transform: none;
        content: "\f105";
        position: relative;
        margin-left: 5px;
        color: #f1ab00;
        font-size: 24px;
        top: 1px;
    }

    .read-more a:hover {
        text-decoration: none;
    }

.related {
    background-color: #f0f0f0;
    padding: 25px 20px;
}

    .related > h3 {
        margin-top: 0;
        font-size: 18px;
        font-family: "Trade Gothic W02", Arial, Helvetica, "Nimbus Sans L", sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        padding-bottom: 5px;
    }

    .related ul li {
        position: relative;
        padding-left: 8px;
        list-style-type: none;
    }

        .related ul li:before {
            content: '\00b7';
            display: block;
            position: absolute;
            left: -1px;
            top: 8px;
            width: 6px;
            height: 6px;
            font-size: 25px;
            line-height: 0;
        }

.search--header {
    display: none;
}

@media (min-width: 768px) {
    .search--header {
        display: block;
        margin: 0 auto;
        width: 300px;
        position: absolute;
        left: 0;
        right: 0;
        top: 10px;
        z-index: 401;
    }
}

@media (min-width: 1025px) {
    .search--header {
        margin-right: 0;
        margin-top: 40px;
        float: right;
    }
}

.search--header form {
    position: relative;
}

.search--header .form-text {
    height: 37px;
    width: 263px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 0;
    padding: 5px 10px;
}

    .search--header .form-text.placeholder {
        color: #fff;
    }

@media (min-width: 1025px) {
    .search--header .form-text.placeholder {
        color: #777;
    }
}

.search--header .form-text:-moz-placeholder {
    color: #fff;
}

@media (min-width: 1025px) {
    .search--header .form-text:-moz-placeholder {
        color: #777;
    }
}

.search--header .form-text::-moz-placeholder {
    opacity: 1;
    color: #fff;
}

@media (min-width: 1025px) {
    .search--header .form-text::-moz-placeholder {
        color: #777;
    }
}

.search--header .form-text:-ms-input-placeholder {
    color: #fff;
}

@media (min-width: 1025px) {
    .search--header .form-text:-ms-input-placeholder {
        color: #777;
    }
}

.search--header .form-text::-webkit-input-placeholder {
    color: #fff;
}

@media (min-width: 1025px) {
    .search--header .form-text::-webkit-input-placeholder {
        color: #777;
    }
}

.search--header .form-actions, .search--header .views-submit-button {
    position: absolute;
    width: 37px;
    height: 37px;
    top: 0;
    right: 0;
    background-color: #202020;
}

    .search--header .form-actions:before, .search--header .views-submit-button:before {
        color: #fff;
        position: absolute;
        z-index: 2;
        top: 8px;
        right: 8px;
        font-size: 20px;
    }

.search--header .form-submit {
    width: 37px;
    height: 37px;
    font-size: 0;
    background-color: transparent;
    color: transparent;
    position: relative;
    z-index: 3;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

    .search--header .form-submit:hover {
        background-color: transparent;
    }

.search--mobile-nav {
    padding: 6px;
    position: relative;
}

    .search--mobile-nav .form-text {
        width: 100%;
        height: 55px;
        font-size: 24px;
        padding-left: 10px;
        padding-right: 65px;
    }

    .search--mobile-nav .form-actions, .search--mobile-nav .views-submit-button {
        position: absolute;
        width: 55px;
        height: 55px;
        top: 6px;
        right: 6px;
        background-color: transparent;
    }

        .search--mobile-nav .form-actions:before, .search--mobile-nav .views-submit-button:before {
            color: #202020;
            position: absolute;
            z-index: 2;
            top: 18px;
            right: 18px;
            font-size: 20px;
        }

    .search--mobile-nav .form-submit {
        width: 55px;
        height: 55px;
        font-size: 0;
        background-color: transparent;
        color: transparent;
        position: relative;
        z-index: 3;
        padding: 0;
        margin: 0;
        border-radius: 0;
        border-width: 0;
    }

        .search--mobile-nav .form-submit:hover {
            background-color: transparent;
        }

    .search--mobile-nav .views-exposed-widget {
        margin-bottom: 0;
    }

    .search--mobile-nav .form-item {
        margin-bottom: 0;
    }

.search--banner {
    margin: 0 auto;
}

    .search--banner .block-content {
        position: relative;
    }

    .search--banner .form-text {
        width: 100%;
        border-width: 0;
        border-radius: 0;
    }

    .search--banner label {
        display: none;
    }

    .search--banner .form-actions, .search--banner .views-submit-button {
        background-color: #2d6cc0;
        position: absolute;
        right: 0;
        top: 0;
        margin-bottom: 0;
    }

        .search--banner .form-actions:before, .search--banner .views-submit-button:before {
            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;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            line-height: 1;
            text-decoration: inherit;
            text-transform: none;
            content: "\f002";
            position: relative;
            margin-right: 0;
            color: #fff;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
        }

    .search--banner .form-submit {
        border-width: 0;
        color: transparent;
        background-color: transparent;
        padding: 0;
        margin: 0;
        position: relative;
        z-index: 2;
    }

        .search--banner .form-submit:hover {
            background-color: transparent;
            color: transparent;
        }

@media (max-width: 449px) {
    .search--banner {
        width: 275px;
        padding-top: 45px;
    }

        .search--banner .form-text {
            height: 40px;
            padding: 5px 55px 5px 10px;
            font-size: 18px;
        }

        .search--banner .form-actions, .search--banner .views-submit-button, .search--banner .form-submit {
            width: 40px;
            height: 40px;
        }

            .search--banner .form-actions:before, .search--banner .views-submit-button:before {
                top: 10px;
                left: 12px;
                font-size: 21px;
            }
}

@media (min-width: 450px) {
    .search--banner {
        width: 400px;
        padding-top: 45px;
    }

        .search--banner .form-text {
            height: 40px;
            padding: 5px 55px 5px 10px;
            font-size: 18px;
        }

        .search--banner .form-actions, .search--banner .views-submit-button, .search--banner .form-submit {
            width: 40px;
            height: 40px;
        }

            .search--banner .form-actions:before, .search--banner .views-submit-button:before {
                top: 10px;
                left: 12px;
                font-size: 21px;
            }
}

@media (min-width: 768px) {
    .search--banner {
        width: 700px;
        padding-top: 90px;
    }

        .search--banner .form-text {
            height: 60px;
            padding: 5px 75px 5px 20px;
            font-size: 24px;
        }

        .search--banner .form-actions, .search--banner .views-submit-button, .search--banner .form-submit {
            width: 60px;
            height: 60px;
        }

            .search--banner .form-actions:before, .search--banner .views-submit-button:before {
                top: 17px;
                left: 19px;
                font-size: 27px;
            }
}

@media (min-width: 1024px) {
    .search--banner {
        width: 950px;
        padding-top: 150px;
    }

        .search--banner .form-text {
            height: 80px;
            padding: 5px 95px 5px 20px;
            font-size: 28px;
        }

        .search--banner .form-actions, .search--banner .views-submit-button, .search--banner .form-submit {
            width: 80px;
            height: 80px;
        }

            .search--banner .form-actions:before, .search--banner .views-submit-button:before {
                top: 20px;
                left: 22px;
                font-size: 40px;
            }
}

.search--results-page form {
    position: relative;
    width: 400px;
    max-width: 100%;
}

.search--results-page .views-exposed-widget {
    margin-bottom: 0;
}

    .search--results-page .views-exposed-widget label {
        font-weight: 400;
        font-size: 15px;
        text-transform: none;
        margin: 0 0 8px 0;
    }

@media (min-width: 450px) {
    .search--results-page .views-exposed-widget label {
        float: left;
        margin: 0 15px 0 0;
        padding-top: 8px;
    }
}

.search--results-page .form-item {
    margin-bottom: 0;
}

.search--results-page .form-text {
    height: 37px;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    border-radius: 0;
    padding: 5px 45px 5px 10px;
    background-color: #f0f0f0;
}

@media (min-width: 450px) {
    .search--results-page .form-text {
        width: 263px;
    }
}

.search--results-page .form-text.placeholder {
    color: #777;
}

.search--results-page .form-text:-moz-placeholder {
    color: #777;
}

.search--results-page .form-text::-moz-placeholder {
    opacity: 1;
    color: #777;
}

.search--results-page .form-text:-ms-input-placeholder {
    color: #777;
}

.search--results-page .form-text::-webkit-input-placeholder {
    color: #777;
}

.search--results-page .views-submit-button {
    position: absolute;
    width: 37px;
    height: 37px;
    bottom: 0;
    right: 0;
    background-color: #2d6cc0;
}

    .search--results-page .views-submit-button:before {
        color: #fff;
        position: absolute;
        z-index: 2;
        top: 8px;
        right: 8px;
        font-size: 20px;
    }

.search--results-page .form-submit {
    width: 37px;
    height: 37px;
    font-size: 0;
    background-color: transparent;
    color: transparent;
    position: relative;
    z-index: 3;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border-width: 0;
}

    .search--results-page .form-submit:hover {
        background-color: transparent;
    }

.st_facebook_large .stLarge {
    background: transparent url(../images/facebook.png) no-repeat !important;
    width: 91px !important;
    height: 32px !important;
}

.st_twitter_large .stLarge {
    background: transparent url(../images/twitter.png) no-repeat !important;
    width: 81px !important;
    height: 32px !important;
}

.st_email_large .stLarge {
    background: transparent url(../images/email-a-friend.png) no-repeat !important;
    width: 132px !important;
    height: 32px !important;
}

.st_print_large .stLarge {
    background: transparent url(../images/print.png) no-repeat !important;
    width: 71px !important;
    height: 32px !important;
}

.collection__body-tabs-tab, .collections-list__tabs .quicktabs-tabs li, .view-database__filters-block .views-widget-filter-field_is_featured_value .form-type-bef-link, .directory-list__tabs .quicktabs-tabs li, .events-tabs .nav-item {
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 15px;
}

@media (min-width: 451px) {
    .collection__body-tabs-tab, .collections-list__tabs .quicktabs-tabs li, .view-database__filters-block .views-widget-filter-field_is_featured_value .form-type-bef-link, .directory-list__tabs .quicktabs-tabs li, .events-tabs .nav-item {
        margin-right: 25px;
    }
}

.collection__body-tabs-tab:last-child, .collections-list__tabs .quicktabs-tabs li:last-child, .view-database__filters-block .views-widget-filter-field_is_featured_value .form-type-bef-link:last-child, .directory-list__tabs .quicktabs-tabs li:last-child, .events-tabs .nav-item:last-child {
    margin-right: 0;
}

.collection__body-tabs-tab a, .collections-list__tabs .quicktabs-tabs li a, .view-database__filters-block .views-widget-filter-field_is_featured_value .form-type-bef-link a, .directory-list__tabs .quicktabs-tabs li a, .events-tabs .nav-link {
    color: #3f3f3f;
    display: block;
    padding: 0 2px 10px 2px;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    opacity: 0.6;
}

    .collection__body-tabs-tab a:hover, .collections-list__tabs .quicktabs-tabs li a:hover, .view-database__filters-block .views-widget-filter-field_is_featured_value .form-type-bef-link a:hover, .directory-list__tabs .quicktabs-tabs li a:hover, .events-tabs .nav-link:hover {
        text-decoration: none;
        opacity: 1;
    }

    .collection__body-tabs-tab a.active, .collections-list__tabs .quicktabs-tabs li.active a, .view-database__filters-block .views-widget-filter-field_is_featured_value .form-type-bef-link a.active, .directory-list__tabs .quicktabs-tabs li.active a, .events-tabs .nav-link.active {
        text-decoration: none;
        border-bottom-color: #3f3f3f;
        opacity: 1;
    }

.ui-tooltip {
    background: #000;
    border-width: 0 !important;
    padding: 8px 17px;
    color: white;
    border-radius: 3px;
    font-family: "Source Sans Pro", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-weight: 600;
    box-shadow: 0 0 3px black;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -12px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20%;
    }

    .arrow:after {
        background: #000;
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }

.views-exposed-widget {
    margin-bottom: 35px;
}

    .views-exposed-widget > label {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .views-exposed-widget .form-item {
        margin-top: 0;
    }

.header__wrapper {
    background-color: #f0f0f0;
    position: relative;
}

@media (min-width: 1025px) {
    .header__wrapper {
        background-color: transparent;
    }
}

.header {
    position: relative;
    height: 55px;
}

@media (min-width: 1025px) {
    .header {
        height: 104px;
    }
}

.header__logo {
    padding: 16px 0 0 0;
    float: left;
    position: relative;
    z-index: 402;
}

@media (min-width: 1025px) {
    .header__logo {
        padding: 30px 0 0 0;
    }
}

@media (max-width: 1024px) {
    .header__logo img {
        height: 30px;
    }
}

.nav-link.font-awesome:before {
    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;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    position: relative;
    display: none;
}

.main-nav__wrapper {
    background-color: #f0f0f0;
}

.main-nav {
    z-index: 400;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

    .main-nav:after {
        content: '';
        display: table;
        clear: both;
    }

@media (max-width: 1024px) {
    .main-nav {
        display: none;
    }
}

.main-nav .nav {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

    .main-nav .nav .nav {
        display: none;
        position: absolute;
        top: 45px;
        left: 0;
        background-color: #fff;
        border: 1px solid #d8d8d8;
    }

        .main-nav .nav .nav .nav {
            top: -1px;
            left: 100%;
        }

            .main-nav .nav .nav .nav .nav {
                display: none;
            }

.main-nav .main-menu__nav-item {
    position: relative;
    margin: 0;
    padding: 0;
}

.main-nav .main-menu__nav-item--level-1 {
    float: left;
    margin-right: 15px;
}

.main-nav .main-menu__nav-item--level-2, .main-nav .main-menu__nav-item--level-3 {
    width: 260px;
}

    .main-nav .main-menu__nav-item--level-2.last > .nav-link, .main-nav .main-menu__nav-item--level-3.last > .nav-link {
        border-bottom-width: 0;
    }

.main-nav .main-menu__nav-link--level-1 {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    padding: 2px 5px;
    margin: 0 10px;
    height: 46px;
    line-height: 44px;
    font-family: "Trade Gothic W02", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #3f3f3f;
    border-bottom: 3px solid transparent;
    text-decoration: none;
}

.main-nav .main-menu__nav-link--level-2, .main-nav .main-menu__nav-link--level-3 {
    display: block;
    font-family: "Source Sans Pro", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-size: 13px;
    text-transform: none;
    font-weight: bold;
    padding: 11px 3px;
    border-bottom: 1px solid #d8d8d8;
    margin: 0 12px;
    min-height: 40px;
    line-height: 17px;
    color: #3f3f3f;
}

    .main-nav .main-menu__nav-link--level-2:hover, .main-nav .main-menu__nav-link--level-2.active, .main-nav .main-menu__nav-link--level-2.active-trail, .main-nav .main-menu__nav-link--level-3:hover, .main-nav .main-menu__nav-link--level-3.active, .main-nav .main-menu__nav-link--level-3.active-trail {
        text-decoration: none;
        color: #2d6cc0;
    }

.main-nav .main-menu__nav-item--level-1.expanded .nav-link--level-1:after {
    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;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    content: "\f107";
    position: relative;
    margin-left: 5px;
    color: #2d6cc0;
    font-size: 16px;
}

.main-nav .main-menu__nav-item--level-1:hover {
    background-color: #202020;
}

    .main-nav .main-menu__nav-item--level-1:hover .nav-link--level-1 {
        color: #fff;
        text-decoration: none;
    }

        .main-nav .main-menu__nav-item--level-1:hover .nav-link--level-1:after {
            color: #fff;
        }

    .main-nav .main-menu__nav-item--level-1:hover > .nav {
        display: block;
    }

.main-nav .main-menu__nav-item--level-1.active .nav-link--level-1, .main-nav .main-menu__nav-item--level-1.active-trail .nav-link--level-1 {
    border-bottom-color: #202020;
}

.main-nav .main-menu__nav-item--level-2.expanded .nav-link--level-2:after {
    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;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    content: "\f105";
    position: relative;
    margin-left: 5px;
    color: #202020;
    font-size: 18px;
    position: absolute;
    right: 12px;
    top: 11px;
}

.main-nav .main-menu__nav-item--level-2:hover .nav-link--level-2, .main-nav .main-menu__nav-item--level-2.active .nav-link--level-2, .main-nav .main-menu__nav-item--level-2.active-trail .nav-link--level-2 {
    color: #2d6cc0;
}

    .main-nav .main-menu__nav-item--level-2:hover .nav-link--level-2:after, .main-nav .main-menu__nav-item--level-2.active .nav-link--level-2:after, .main-nav .main-menu__nav-item--level-2.active-trail .nav-link--level-2:after {
        color: #2d6cc0;
    }

.main-nav .main-menu__nav-item--level-2:hover > .nav {
    display: block;
}

.utility-nav--header {
    float: right;
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .utility-nav--header {
        display: none;
    }
}

.utility-nav--header .nav-item {
    float: left;
    margin-left: 20px;
}

    .utility-nav--header .nav-item.first {
        margin-left: 0;
    }

.utility-nav--header .nav-link {
    font-size: 15px;
    font-family: "Source Sans Pro", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-weight: 600;
    padding: 5px 3px 0 3px;
    border-top: 4px solid transparent;
}

    .utility-nav--header .nav-link:before {
        color: #aaa;
        font-size: 16px;
        margin-right: 5px;
        display: inline-block;
    }

    .utility-nav--header .nav-link:hover, .utility-nav--header .nav-link.active, .utility-nav--header .nav-link.active-trail {
        text-decoration: none;
        color: #2d6cc0;
        border-color: #f1ab00;
    }

.utility-nav--mobile-nav .nav-link {
    font-size: 18px;
    color: #2d6cc0;
    font-weight: 600;
}

    .utility-nav--mobile-nav .nav-link:before {
        color: #aaa;
        font-size: 20px;
        margin-right: 8px;
        width: 20px;
        display: inline-block;
    }

.region-sidebar-first > .sidebar-first-nav:first-child {
    padding-top: 17px;
}

.sidebar-first-nav .block-title {
    font-size: 18px;
    font-family: "Trade Gothic W02", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
}

.sidebar-first-nav .block-content {
    border-top: 1px solid #d8d8d8;
}

.sidebar-first-nav .nav-item {
    padding: 0;
    border-bottom: 1px solid #d8d8d8;
}

.sidebar-first-nav .nav-item--level-3 {
    border-bottom-width: 0;
    border-top: 1px solid #fff;
}

.sidebar-first-nav .nav-item--level-4 {
    display: none;
}

.sidebar-first-nav .nav-link {
    min-height: 47px;
    display: block;
    padding: 17px 20px 16px 13px;
    border-left: 4px solid transparent;
    font-size: 13px;
    font-weight: 600;
    color: #202020;
    position: relative;
}

    .sidebar-first-nav .nav-link.active, .sidebar-first-nav .nav-link.active-trail, .sidebar-first-nav .nav-link:hover {
        text-decoration: none;
        background-color: #f0f0f0;
    }

    .sidebar-first-nav .nav-link.active {
        border-left-color: #f1ab00;
    }

        .sidebar-first-nav .nav-link.active:before {
            position: absolute;
            left: -1px;
            top: 50%;
            margin-top: -6px;
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 0 5px 5px;
            border-color: transparent transparent transparent #f1ab00;
        }

.sidebar-first-nav .nav-link--level-3 {
    background-color: #f9f9f9;
    padding-left: 30px;
}

.sidebar-first-nav .ec-trigger {
    position: absolute;
    right: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    font-size: 0;
    color: transparent;
    text-decoration: none;
    text-align: center;
}

    .sidebar-first-nav .ec-trigger:before {
        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;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        line-height: 1;
        text-decoration: inherit;
        text-transform: none;
        content: "\f105";
        position: relative;
        margin-right: 0;
        color: #f1ab00;
        font-size: 20px;
        top: 2px;
        left: 1px;
    }

    .sidebar-first-nav .ec-trigger.collapsed:before {
        content: "\f105";
    }

    .sidebar-first-nav .ec-trigger.expanded:before {
        content: "\f107";
    }

.main-content__wrapper {
    margin-top: 40px;
}

.region-hidden {
    display: none;
}

.footer__wrapper {
    border-top: 4px solid #f1ab00;
    margin-top: 75px;
    padding-top: 45px;
}

.footer .block-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: "Trade Gothic W02", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #d8d8d8;
}

.footer p {
    margin-bottom: 7px;
}

.footer__one {
    margin: 0 auto 30px auto;
}

@media (min-width: 1025px) {
    .footer__one {
        width: 43.10345%;
        float: left;
        margin-right: 3.44828%;
    }
}

@media (min-width: 1251px) {
    .footer__one {
        width: 30.57143%;
        float: left;
        margin-left: 22.28571%;
        margin-right: -100%;
    }
}

.footer__one p {
    font-size: 12px;
    font-weight: bold;
}

.footer__two {
    margin-bottom: 30px;
}

@media (min-width: 451px) {
    .footer__two {
        width: 45.45455%;
        float: left;
        margin-right: 9.09091%;
    }
}

@media (min-width: 1025px) {
    .footer__two {
        width: 27.58621%;
        float: left;
        margin-right: 3.44828%;
    }
}

@media (min-width: 1251px) {
    .footer__two {
        width: 22.85714%;
        float: left;
        margin-left: 55.71429%;
        margin-right: -100%;
    }
}

@media (min-width: 451px) {
    .footer__three {
        width: 45.45455%;
        float: right;
        margin-right: 0;
    }
}

@media (min-width: 1025px) {
    .footer__three {
        width: 22.41379%;
        float: right;
        margin-right: 0;
    }
}

@media (min-width: 1251px) {
    .footer__three {
        width: 18.57143%;
        float: left;
        margin-left: 81.42857%;
        margin-right: -100%;
    }
}

.footer__four {
    clear: both;
    max-width: 234px;
    margin: 0 auto;
    padding: 50px 0;
}

@media (min-width: 1251px) {
    .footer__four {
        clear: none;
        margin: 0;
        padding: 0;
        width: 22.85714%;
        float: left;
        margin-left: 0;
        margin-right: -100%;
    }
}

.footer-libraries table {
    border-width: 0;
}

.footer-libraries tr.odd, .footer-libraries tr.even {
    background-color: transparent;
    border-width: 0;
}

.footer-libraries td {
    padding: 5px 0 10px 0;
    line-height: 1;
}

.footer-libraries .views-field-field-phone {
    text-align: right;
    white-space: nowrap;
    vertical-align: top;
}

.footer-quick-links p {
    padding: 5px 0 10px 0;
    line-height: 1;
    margin: 0;
}

.footer-social-links p {
    padding: 5px 0 10px 0;
    line-height: 1;
    margin: 0;
}

.footer-social-links a:before {
    width: 13px;
    text-align: center;
}

.footer-social-links a:hover:before {
    text-decoration: none;
}

.footer-social-links a .ext {
    display: none;
}

.footer-social-links__twitter:before {
    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;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    content: "\f099";
    position: relative;
    margin-right: 10px;
}

.footer-social-links__facebook:before {
    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;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    content: "\f09a";
    position: relative;
    margin-right: 10px;
}

.footer-social-links__youtube:before {
    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;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    content: "\f16a";
    position: relative;
    margin-right: 10px;
}

.footer-social-links__give {
    background-color: #f0f0f0;
    padding: 12px 10px 13px 10px;
    margin-top: 10px;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
}

    .footer-social-links__give:before {
        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;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        line-height: 1;
        text-decoration: inherit;
        text-transform: none;
        content: "\f06b";
        position: relative;
        margin-right: 10px;
        font-size: 16px;
        top: 1px;
    }

    .footer-social-links__give:hover {
        text-decoration: none;
        background-color: #2d6cc0;
        color: #fff;
    }

.footer-logo p {
    font-size: 12px;
    font-weight: 600;
}

.page-node-delete #tabs {
    display: none;
}

@media (min-width: 769px) {
    .page-id-research-services-ask-a-librarian.one-sidebar.sidebar-first .main-content__wrapper-inner {
        width: 57.14286%;
        float: right;
        margin-right: 0;
    }
}

@media (min-width: 769px) {
    .page-id-research-services-ask-a-librarian.one-sidebar.sidebar-first .sidebar--first {
        width: 34.28571%;
        float: left;
        margin-right: 2.77778%;
    }
}

.page-id-research-services-ask-a-librarian h1 {
    margin-bottom: 40px;
}

    .page-id-research-services-ask-a-librarian h1 .fa:before, .page-id-research-services-ask-a-librarian h1 .search--header .form-actions:before, .search--header .page-id-research-services-ask-a-librarian h1 .form-actions:before, .page-id-research-services-ask-a-librarian h1 .search--header .views-submit-button:before, .search--header .page-id-research-services-ask-a-librarian h1 .views-submit-button:before, .page-id-research-services-ask-a-librarian h1 .search--mobile-nav .form-actions:before, .search--mobile-nav .page-id-research-services-ask-a-librarian h1 .form-actions:before, .page-id-research-services-ask-a-librarian h1 .search--mobile-nav .views-submit-button:before, .search--mobile-nav .page-id-research-services-ask-a-librarian h1 .views-submit-button:before, .page-id-research-services-ask-a-librarian h1 .search--results-page .views-submit-button:before, .search--results-page .page-id-research-services-ask-a-librarian h1 .views-submit-button:before {
        color: #aaa;
    }

.page-id-research-services-ask-a-librarian .sidebar--first .block {
    margin-bottom: 35px;
}

.page-id-research-services-ask-a-librarian .sidebar--first .block-title {
    font-size: 18px;
    font-family: "Trade Gothic W02", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
}

.page-id-research-services-ask-a-librarian .sidebar--first .block-content ul li {
    position: relative;
    padding-left: 8px;
    list-style-type: none;
}

    .page-id-research-services-ask-a-librarian .sidebar--first .block-content ul li:before {
        content: '\00b7';
        display: block;
        position: absolute;
        left: -1px;
        top: 8px;
        width: 6px;
        height: 6px;
        font-size: 25px;
        line-height: 0;
    }

.page-id-research-services-ask-a-librarian .sidebar-libraries table {
    border-width: 0;
}

.page-id-research-services-ask-a-librarian .sidebar-libraries tr.odd, .page-id-research-services-ask-a-librarian .sidebar-libraries tr.even {
    background-color: transparent;
    border-width: 0;
}

.page-id-research-services-ask-a-librarian .sidebar-libraries td {
    padding: 5px 0 10px 0;
    line-height: 1;
}

.page-id-research-services-ask-a-librarian .sidebar-libraries .views-field-field-phone {
    text-align: right;
    white-space: nowrap;
    vertical-align: top;
}

@media (min-width: 769px) {
    .collection__content {
        width: 74.28571%;
        float: right;
        margin-right: 0;
    }
}

.collection__sidebar-first {
    margin-top: 35px;
}

@media (min-width: 769px) {
    .collection__sidebar-first {
        margin-top: 0;
        width: 17.14286%;
        float: left;
        margin-right: 2.77778%;
    }
}

@media (min-width: 1025px) {
    .collection__content-inner {
        width: 57.69231%;
        float: left;
        margin-right: 3.7037%;
    }
}

.collection__sidebar-second {
    margin-top: 35px;
}

@media (min-width: 1025px) {
    .collection__sidebar-second {
        margin-top: 0;
        width: 30.76923%;
        float: right;
        margin-right: 0;
    }
}

.collection__header {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 30px;
}

.collection__title {
    border-bottom-width: 0;
    margin-bottom: 0;
}

.collection__library {
    font-weight: 300;
}

.collection__section-title {
    font-size: 18px;
    font-family: "Trade Gothic W02", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
}

.collection__sidebar-first ul li, .collection__sidebar-second ul li {
    position: relative;
    padding-left: 8px;
    list-style-type: none;
}

    .collection__sidebar-first ul li:before, .collection__sidebar-second ul li:before {
        content: '\00b7';
        display: block;
        position: absolute;
        left: -1px;
        top: 8px;
        width: 6px;
        height: 6px;
        font-size: 25px;
        line-height: 0;
    }

.collection--full__body ul {
    margin: 15px 0;
    padding-left: 20px;
}

    .collection--full__body ul li {
        position: relative;
        padding-left: 8px;
        list-style-type: none;
        line-height: 1.6;
        padding-bottom: 0;
    }

        .collection--full__body ul li:before {
            content: '\00b7';
            display: block;
            position: absolute;
            left: -1px;
            top: 8px;
            width: 6px;
            height: 6px;
            font-size: 25px;
            line-height: 0;
        }

        .collection--full__body ul li:before {
            top: 12px;
        }

.collection__body-tabs {
    margin-bottom: 50px;
}

.collection__body-tabs-tabs {
    border-bottom: 1px solid #3f3f3f;
    margin-bottom: 20px;
}

    .collection__body-tabs-tabs:after {
        content: '';
        display: table;
        clear: both;
    }

.collection__body-tabs-pane {
    display: none;
}

    .collection__body-tabs-pane.active {
        display: block;
    }

.collection__image, .collection__subject-areas, .collection__related-resources, .collection__related-collections, .collection__related-guides, .collection__access-collection, .collection__contact-person {
    margin-bottom: 35px;
}

.collection__contact-person-photo {
    width: 50%;
}

.view-collections .views-field-field-image, .view-library-collections .views-field-field-image {
    float: left;
    padding-top: 5px;
}

.view-collections .views-field-title, .view-collections .views-field-field-short-description, .view-library-collections .views-field-title, .view-library-collections .views-field-field-short-description {
    margin-left: 125px;
}

.view-collections .views-row, .view-library-collections .views-row {
    margin-bottom: 40px;
}

@media (min-width: 769px) {
    .view-collections .views-row, .view-library-collections .views-row {
        width: 62.5%;
        float: left;
        margin-right: 12.5%;
    }
}

.view-collections .views-row {
    margin-bottom: 40px;
}

@media (min-width: 1025px) {
    .view-collections .views-row {
        width: 45.45455%;
        float: left;
    }

        .view-collections .views-row:nth-child(2n+1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0;
        }

        .view-collections .views-row:nth-child(2n+2) {
            margin-left: 54.54545%;
            margin-right: -100%;
            clear: none;
        }
}

.page-id-collections .title--page {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.page-id-collections .region-content > .block-system {
    margin-bottom: 30px;
}

.collections-list__tabs .quicktabs-tabs {
    border-bottom: 1px solid #3f3f3f;
    margin-bottom: 15px;
}

    .collections-list__tabs .quicktabs-tabs:after {
        content: '';
        display: table;
        clear: both;
    }

    .collections-list__tabs .quicktabs-tabs li {
        padding: 0;
    }

.collections-list__tabs .quicktabs_main {
    margin-top: 25px;
}

    .collections-list__tabs .quicktabs_main .quicktabs-tabs {
        margin-top: -10px;
        border-bottom-width: 0;
    }

        .collections-list__tabs .quicktabs_main .quicktabs-tabs li {
            text-transform: none;
            margin-right: 8px;
            margin-bottom: 10px;
            font-weight: 600;
            text-align: center;
        }

            .collections-list__tabs .quicktabs_main .quicktabs-tabs li.last {
                margin-right: 0;
            }

            .collections-list__tabs .quicktabs_main .quicktabs-tabs li.active a, .collections-list__tabs .quicktabs_main .quicktabs-tabs li.active a:hover {
                background-color: #202020;
                color: #fff;
            }

            .collections-list__tabs .quicktabs_main .quicktabs-tabs li a {
                display: inline-block;
                font-size: 14px;
                padding: 8px 10px;
                border-bottom-width: 0;
                opacity: 1;
                border-radius: 3px;
                background-color: #f0f0f0;
            }

                .collections-list__tabs .quicktabs_main .quicktabs-tabs li a:hover {
                    background-color: #dedede;
                }

@media (min-width: 769px) {
    .conference-room__content {
        width: 74.13793%;
        float: left;
        margin-right: 3.44828%;
    }

    .one-sidebar.sidebar-first .conference-room__content {
        width: 65.38462%;
        float: left;
        margin-right: 3.84615%;
    }
}

.conference-room__sidebar-second {
    margin-top: 40px;
}

@media (min-width: 769px) {
    .conference-room__sidebar-second {
        margin-top: 10px;
        width: 22.41379%;
        float: right;
        margin-right: 0;
    }

    .one-sidebar.sidebar-first .conference-room__sidebar-second {
        width: 23.07692%;
        float: right;
        margin-right: 0;
    }
}

.conference-room__description {
    margin-bottom: 25px;
}

.conference-room__attributes {
    margin-top: 25px;
}

    .conference-room__attributes th, .conference-room__attributes td {
        line-height: 1.1;
    }

    .conference-room__attributes .item-list ul li {
        position: relative;
        padding-left: 8px;
        list-style-type: none;
    }

        .conference-room__attributes .item-list ul li:before {
            content: '\00b7';
            display: block;
            position: absolute;
            left: -1px;
            top: 8px;
            width: 6px;
            height: 6px;
            font-size: 25px;
            line-height: 0;
        }

    .conference-room__attributes .item-list ul .last {
        padding-bottom: 0;
    }

.conference-room__reserve-room-button {
    margin-right: 0;
    width: 100%;
    margin-top: 15px;
}

    .conference-room__reserve-room-button .ext {
        display: none;
    }

.view-conference-rooms .views-row {
    padding-bottom: 50px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 40px;
}

.view-conference-rooms .views-row-last {
    padding-bottom: 0;
    border-bottom-width: 0;
    margin-bottom: 0;
}

.database--teaser {
    padding: 10px 0;
}

@media (max-width: 767px) {
    .database__bools {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .database__bools {
        float: left;
        padding-top: 5px;
    }
}

@media (min-width: 768px) {
    .database__content {
        margin-left: 94px;
        border-left: 1px solid #d8d8d8;
        padding-left: 10px;
    }
}

.database__title {
    margin-bottom: 0;
}

.database__trial-end-date {
    text-transform: uppercase;
    color: #b50100;
}

.database__require-logged-in {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background-color: #306ec1;
    border-radius: 3px;
    text-align: center;
}

    .database__require-logged-in:after {
        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;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        line-height: 1;
        text-decoration: inherit;
        text-transform: none;
        content: "\f023";
        position: relative;
        margin-left: 0;
        color: #fff;
        font-size: 18px;
        top: 5px;
    }



.database__open_access {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background-color: #6f8135;
    border-radius: 3px;
    text-align: center;
}

    .database__open_access:after {
        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;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        line-height: 1;
        text-decoration: inherit;
        text-transform: none;
        content: "\f007";
        position: relative;
        margin-left: 0;
        color: #fff;
        font-size: 18px;
        top: 5px;
    }




.database__trial-database {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #b50100;
    border-radius: 3px;
    text-align: center;
}

    .database__trial-database:after {
        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;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        line-height: 1;
        text-decoration: inherit;
        text-transform: none;
        content: "\f0f3";
        position: relative;
        margin-left: 0;
        color: #fff;
        font-size: 18px;
        top: 5px;
    }

@media (min-width: 768px) {
    .page-research-services-databases .title--page {
        width: 65.71429%;
        float: right;
        margin-right: 0;
    }
}

@media (min-width: 1024px) {
    .page-research-services-databases .title--page {
        width: 71.42857%;
        float: right;
        margin-right: 0;
    }
}

.view-database__filters-block:after {
    content: '';
    display: table;
    clear: both;
}

@media (min-width: 768px) {
    .view-database__filters-block {
        width: 65.71429%;
        float: right;
        margin-right: 0;
    }
}

@media (min-width: 1024px) {
    .view-database__filters-block {
        width: 71.42857%;
        float: right;
        margin-right: 0;
    }
}

.view-database__filters-block .block-content {
    position: relative;
    z-index: 1;
}

.view-database__filters-block .views-exposed-widget {
    display: none;
}

.view-database__filters-block .views-widget-filter-title, .view-database__filters-block .views-submit-button, .view-database__filters-block .views-widget-filter-field_is_featured_value {
    display: block;
}

.view-database__filters-block .views-widget-filter-title {
    float: right;
}

.view-database__filters-block .form-text {
    width: 100%;
    border-width: 0;
    border-radius: 0;
    height: 40px;
    width: 210px;
    padding: 2px 55px 2px 12px;
    font-size: 15px;
    border: 1px solid #d8d8d8;
    background-color: #f0f0f0;
    color: #202020;
}

@media (min-width: 450px) {
    .view-database__filters-block .form-text {
        width: 270px;
    }
}

.view-database__filters-block .views-submit-button {
    background-color: #2d6cc0;
    position: absolute;
    right: 0;
    top: 31px;
}

    .view-database__filters-block .views-submit-button:before {
        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;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        line-height: 1;
        text-decoration: inherit;
        text-transform: none;
        content: "\f002";
        position: relative;
        margin-right: 0;
        color: #fff;
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 1;
        font-size: 20px;
    }

.view-database__filters-block .placeholderized .views-submit-button {
    top: 0;
}

.view-database__filters-block .form-submit {
    border-width: 0;
    color: transparent;
    background-color: transparent;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
    width: 40px;
    height: 40px;
}

    .view-database__filters-block .form-submit:hover {
        background-color: transparent;
        color: transparent;
    }

.view-database__filters-block .views-exposed-widget {
    margin-bottom: 0;
}

.view-database__filters-block .form-item {
    margin-bottom: 0;
}

.view-database__filters-block .views-widget-filter-field_is_featured_value {
    border-bottom: 1px solid #202020;
    clear: both;
    margin-bottom: 80px;
}

    .view-database__filters-block .views-widget-filter-field_is_featured_value:after {
        content: '';
        display: table;
        clear: both;
    }

@media (max-width: 767px) {
    .view-database__filters-block .views-widget-filter-field_is_featured_value {
        margin-bottom: 0;
    }
}

@media (max-width: 1023px) {
    .view-database__filters-block .views-widget-filter-field_is_featured_value {
        padding-top: 20px;
    }
}

.view-database__filters-block .views-widget-filter-field_is_featured_value .form-item-edit-popular-0, .view-database__filters-block .views-widget-filter-field_is_featured_value label {
    display: none;
}

@media (max-width: 767px) {
    .view-databases {
        padding-top: 20px;
    }
}

.view-databases .view-empty, .view-databases .view-content {
    border-top: 1px solid #d8d8d8;
}

.view-databases.view .view-filters + .view-content:after {
    content: '';
    display: table;
    clear: both;
}

@media (min-width: 768px) {
    .view-databases.view .view-filters + .view-content {
        width: 65.71429%;
        float: right;
        clear: right;
        margin-right: 0;
        margin-top: -120px;
    }
}

@media (min-width: 1024px) {
    .view-databases.view .view-filters + .view-content {
        width: 71.42857%;
        float: right;
        clear: right;
        margin-right: 0;
        margin-top: -100px;
    }
}

.view-databases .view-empty {
    padding: 20px 0;
    border-bottom: 1px solid #d8d8d8;
}

.view-databases .views-row {
    border-bottom: 1px solid #d8d8d8;
}

@media (min-width: 768px) {
    .view-databases .view-header {
        width: 25.71429%;
        float: left;
        clear: left;
        margin-right: 2.77778%;
    }
}

@media (min-width: 1024px) {
    .view-databases .view-header {
        width: 20%;
        float: left;
        clear: left;
        margin-right: 2.7027%;
    }
}

@media (min-width: 768px) {
    .view-databases.view .view-filters {
        width: 25.71429%;
        float: left;
        clear: left;
        margin-right: 2.77778%;
    }
}

@media (min-width: 1024px) {
    .view-databases.view .view-filters {
        width: 20%;
        float: left;
        clear: left;
        margin-right: 2.7027%;
    }
}

.view-databases .views-widget-filter-title, .view-databases .views-widget-filter-field_is_featured_value {
    display: none;
}

.view-databases .item-list {
    clear: both;
}

.database__bool-legend {
    background-color: #f0f0f0;
    margin-bottom: 20px;
    padding: 11px 0 8px 0;
}

@media (min-width: 768px) {
    .database__bool-legend {
        margin-top: -80px;
    }
}

.database__bool-legend .database__require-logged-in {
    margin-right: 0;
    float: left;
}

.database__bool-legend .database__open_access {
    margin-right: 0;
    float: left;
}

.database__bool-legend .database__trial-database {
    margin-right: 0;
    float: left;
}

.database__bool-legend-row {
    padding: 7px 10px;
}

    .database__bool-legend-row:after {
        content: '';
        display: table;
        clear: both;
    }

.database__bool-description {
    font-size: 15px;
    line-height: 2;
    margin-left: 40px;
    display: block;
    padding-top: 2px;
}

.department__contact-info {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
    margin-top: -5px;
}

.department__email {
    white-space: nowrap;
}

    .department__email a {
        margin-right: 35px;
    }

        .department__email a:hover {
            text-decoration: none;
        }

        .department__email a:before {
            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;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            line-height: 1;
            text-decoration: inherit;
            text-transform: none;
            content: "\f0e0";
            position: relative;
            margin-right: 5px;
            color: #202020;
        }

.department__phone {
    white-space: nowrap;
}

    .department__phone a {
        margin-right: 35px;
    }

        .department__phone a:hover {
            text-decoration: none;
        }

        .department__phone a:before {
            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;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            line-height: 1;
            text-decoration: inherit;
            text-transform: none;
            content: "\f095";
            position: relative;
            margin-right: 5px;
            color: #202020;
            top: 1px;
        }

.department__fax {
    white-space: nowrap;
}

    .department__fax:hover {
        text-decoration: none;
    }

    .department__fax:before {
        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;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        line-height: 1;
        text-decoration: inherit;
        text-transform: none;
        content: "\f1ac";
        position: relative;
        margin-right: 5px;
        color: #202020;
        top: 1px;
    }

.department__contact-info, .department__description, .department__staff, .department__hours {
    margin-bottom: 40px;
}

.view-departments .email-link:hover {
    text-decoration: none;
}

.view-departments .email-link:before {
    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;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    content: "\f0e0";
    position: relative;
    margin-right: 5px;
    color: #202020;
}

.directory-list__tabs {
    margin-top: 45px;
}

    .directory-list__tabs .quicktabs-tabs {
        border-bottom: 1px solid #3f3f3f;
    }

        .directory-list__tabs .quicktabs-tabs:after {
            content: '';
            display: table;
            clear: both;
        }

        .directory-list__tabs .quicktabs-tabs li {
            padding: 0;
        }

.view-staff {
    overflow: auto;
}

.view-equipment .bulleted, .view-library-equipment .bulleted {
    position: relative;
    padding-left: 8px;
    list-style-type: none;
    line-height: 1.1;
    padding-bottom: 10px;
}

    .view-equipment .bulleted:before, .view-library-equipment .bulleted:before {
        content: '\00b7';
        display: block;
        position: absolute;
        left: -1px;
        top: 8px;
        width: 6px;
        height: 6px;
        font-size: 25px;
        line-height: 0;
    }

    .view-equipment .bulleted:last-child, .view-library-equipment .bulleted:last-child {
        padding-bottom: 0;
    }

.equipment-filter-checkboxes {
    margin-top: -35px;
}

@media (max-width: 1023px) {
    .view-equipment .view-header {
        display: none;
    }
}

@media (min-width: 1024px) {
    .view-equipment .view-header {
        width: 74.28571%;
        float: right;
        margin-right: 0;
    }
}

.view-equipment .equipment-term {
    display: none;
    background-color: #f0f0f0;
    margin-bottom: 25px;
}

    .view-equipment .equipment-term:after {
        content: '';
        display: table;
        clear: both;
    }

.view-equipment .equipment-term__image {
    float: left;
    line-height: 0;
}

.view-equipment .equipment-term__title {
    font-size: 24px;
    font-weight: 400;
    margin-left: 300px;
    padding-top: 25px;
    padding-right: 25px;
}

.view-equipment .equipment-term__description {
    margin-left: 300px;
    padding-right: 25px;
}

    .view-equipment .equipment-term__description p {
        margin: 0;
        line-height: 1.4;
    }

.view-equipment .views-field-field-floor {
    width: 30%;
}

.views-widget-filter-field_equipment_type_tid .form-radios {
    overflow: hidden;
}

.equipment-type-list-toggle {
    font-weight: 600;
}

    .equipment-type-list-toggle:before {
        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;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        line-height: 1;
        text-decoration: inherit;
        text-transform: none;
        content: "\f067";
        position: relative;
        margin-right: 5px;
        top: 1px;
    }

    .equipment-type-list-toggle:hover:before {
        text-decoration: none;
    }

    .equipment-type-list-toggle.expanded:before {
        content: "\f068";
    }

.event__content:after {
    content: '';
    display: table;
    clear: both;
}

@media (min-width: 769px) {
    .event__content {
        width: 65.71429%;
        float: right;
        margin-right: 0;
    }
}

@media (min-width: 1025px) {
    .event__content {
        width: 74.28571%;
        float: right;
        margin-right: 0;
    }
}

.event__sidebar-first:after {
    content: '';
    display: table;
    clear: both;
}

@media (min-width: 769px) {
    .event__sidebar-first {
        width: 25.71429%;
        float: left;
        margin-right: 2.77778%;
    }
}

@media (min-width: 1025px) {
    .event__sidebar-first {
        width: 17.14286%;
        float: left;
        margin-right: 2.77778%;
    }
}

.event__share:after {
    content: '';
    display: table;
    clear: both;
}

.event__share div {
    float: left;
}

.event__share-label {
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    padding-top: 3px;
    margin-right: 10px;
}

.event__attributes {
    margin-top: 30px;
}

.event_attribute-label {
    font-weight: 700;
    color: #3f3f3f;
}

.event__instructor {
    margin-bottom: 20px;
}

.event__instructor-name {
    font-weight: 600;
}

.event__contact-person-email a:hover, .event__instructor-email a:hover {
    text-decoration: none;
}

.event__contact-person-email a:before, .event__instructor-email a:before {
    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;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    content: "\f0e0";
    position: relative;
    margin-right: 5px;
    color: #202020;
}

.event__sidebar-section-title {
    font-size: 18px;
    font-family: "Trade Gothic W02", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
}

.event__rsvp-text {
    font-weight: 600;
    line-height: 1.1;
    color: #666;
}

.event__rsvp-text--multiple, .event__rsvp-text--grouped {
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}

    .event__rsvp-text--grouped .event__rsvp-link {
        padding: 15px 0 5px 0;
    }

.event__rsvp-row {
    width: 100%;
    padding-top: 15px;
}

.event__rsvp-row--grouped {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 15px;
}

    .event__rsvp-row--grouped:after {
        content: '';
        display: table;
        clear: both;
    }

.event__rsvp-row--multiple {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 15px;
}

    .event__rsvp-row--multiple:after {
        content: '';
        display: table;
        clear: both;
    }

.event__rsvp-row--multiple {
    float: left;
    padding-top: 4px;
}

.event__rsvp-date-hours {
    float: left;
    width: 65%;
    padding-top: 4px;
}

.event__rsvp-row--multiple .event__rsvp-link {
    float: right;
}

@media (min-width: 768px) and (max-width: 1249px) {
    .event__rsvp-row--multiple .event__rsvp-link {
        clear: left;
        float: left;
        padding-top: 10px;
    }
}

.event__rsvp-room, .event__rsvp-date, .event__rsvp-hours {
    text-transform: uppercase;
    font-weight: 700;
    color: #3f3f3f;
    line-height: 1.1;
    font-size: 14px;
}

.event__rsvp-library-name {
    text-transform: uppercase;
    font-weight: 700;
    color: #3f3f3f;
    line-height: 1.1;
    font-size: 14px;
    width: 95%;
}


.event__rsvp-link a {
    padding: 10px 16px 8px 16px;
    margin-right: 0;
    margin-top: 17px;
}

    .event__rsvp-link a .ext {
        display: none;
    }

.event__attributes, .event__body, .event__image, .event__sidebar-section, .event__instructors {
    margin-bottom: 35px;
}

.event--teaser {
    position: relative;
}

    .event--teaser__title, .event--teaser__title h3, .event--teaser .event__attributes, .event--teaser__image {
        margin-bottom: 0;
        margin-top: 0;
    }

.event--teaser__title {
    margin-bottom: 5px;
}

@media (min-width: 769px) {
    .event--teaser__title {
        margin-left: 135px;
    }
}

@media (min-width: 1025px) {
    .event--teaser__title {
        margin-right: 165px;
    }
}

.event--teaser__image {
    margin-bottom: 10px;
    line-height: 0;
}

@media (min-width: 769px) {
    .event--teaser__image {
        float: left;
        margin-bottom: 0;
        position: relative;
        top: 3px;
    }
}

.event--teaser__image img {
    max-width: 110px;
}

@media (min-width: 769px) {
    .event--teaser .event__attributes {
        margin-left: 135px;
    }
}

@media (min-width: 1025px) {
    .event--teaser .event__attributes {
        margin-right: 165px;
    }
}

.event--teaser .event__type {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 130px;
    text-align: center;
    border-radius: 4px;
    margin-top: 15px;
    min-height: 21px;
    line-height: 20px;
}

@media (min-width: 769px) {
    .event--teaser .event__type {
        margin-left: 130px;
    }
}

@media (min-width: 1025px) {
    .event--teaser .event__type {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .page-id-about-workshops-events .title--page, .page-id-about-workshops-events-past .title--page {
        width: 74.28571%;
        float: right;
        margin-right: 0;
    }
}

.view-events .views-row {
    padding: 30px 35px 35px 35px;
}

.view-events .views-row-odd {
    background-color: #f0f0f0;
}

.view-events--homepage-block .view-header {
    position: absolute;
    top: 16px;
    right: 15px;
}

.view-events--homepage-block .views-row {
    padding: 0;
    margin-bottom: 10px;
}

@media (min-width: 450px) {
    .view-events--homepage-block .views-row {
        margin-bottom: 5px;
    }
}

.view-events--homepage-block .views-row-last {
    margin-bottom: 0;
}

.view-events--homepage-block .views-row-odd {
    background-color: transparent;
}

.view-events--homepage-block .event__date {
    padding-top: 5px;
    line-height: 1;
}

@media (min-width: 450px) {
    .view-events--homepage-block .event__date {
        float: left;
        width: 175px;
        padding: 0 0 10px 0;
    }
}

.view-events--homepage-block .event__title {
    line-height: 1;
    padding-top: 5px;
}

@media (min-width: 450px) {
    .view-events--homepage-block .event__title {
        padding: 0 0 10px 0;
    }
}

.events-tabs {
    clear: both;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #202020;
    margin-bottom: 40px;
}

    .events-tabs:after {
        content: '';
        display: table;
        clear: both;
    }

@media (min-width: 768px) {
    .events-tabs {
        width: 74.28571%;
        float: right;
        margin-right: 0;
    }
}

.events-tabs .nav-item {
    padding-bottom: 0;
}

.exhibit__content {
    width: 100%;
}

    .exhibit__content:after {
        content: '';
        display: table;
        clear: both;
    }

.exhibit__related {
    clear: both;
    margin-top: 50px;
    float: left;
    width: 100%;
}

.exhibit--full__paragraphs-body ul {
    margin: 15px 0;
    padding-left: 20px;
}

    .exhibit--full__paragraphs-body ul li {
        position: relative;
        padding-left: 8px;
        list-style-type: none;
        line-height: 1.6;
        padding-bottom: 0;
    }

        .exhibit--full__paragraphs-body ul li:before {
            content: '\00b7';
            display: block;
            position: absolute;
            left: -1px;
            top: 8px;
            width: 6px;
            height: 6px;
            font-size: 25px;
            line-height: 0;
        }

        .exhibit--full__paragraphs-body ul li:before {
            top: 12px;
        }

.page-id-about-exhibits .main-content__wrapper {
    margin-top: 0;
    padding-bottom: 50px;
}

.page-id-about-exhibits .block-system {
    margin-top: 50px;
}

.page-id-about-exhibits .footer__wrapper {
    margin-top: 0;
}

.view-exhibits .views-row {
    margin-bottom: 40px;
}

    .view-exhibits .views-row:after {
        content: '';
        display: table;
        clear: both;
    }

.view-exhibits .views-field-field-image {
    line-height: 0;
}

@media (min-width: 475px) {
    .view-exhibits .views-field-field-image {
        float: left;
        width: 180px;
        padding-top: 3px;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .view-exhibits .views-field-field-image {
        width: auto;
        margin-bottom: 0;
    }
}

.view-exhibits .views-field-title {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 10px;
}

@media (min-width: 475px) {
    .view-exhibits .views-field-title {
        margin-left: 200px;
    }
}

@media (min-width: 768px) {
    .view-exhibits .views-field-title {
        margin-left: 300px;
    }
}

.view-exhibits .views-field-title a {
    color: #202020;
}

.view-exhibits .views-field-nothing {
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 10px;
}

@media (min-width: 475px) {
    .view-exhibits .views-field-nothing {
        margin-left: 200px;
    }
}

@media (min-width: 768px) {
    .view-exhibits .views-field-nothing {
        margin-left: 300px;
    }
}

.view-exhibits .views-field-field-library {
    line-height: 1.1;
    margin-bottom: 20px;
}

@media (min-width: 475px) {
    .view-exhibits .views-field-field-library {
        margin-left: 200px;
    }
}

@media (min-width: 768px) {
    .view-exhibits .views-field-field-library {
        margin-left: 300px;
    }
}

.view-exhibits .views-field-field-library a {
    color: #202020;
}

@media (min-width: 475px) {
    .view-exhibits .views-field-field-short-description {
        clear: both;
    }
}

@media (min-width: 768px) {
    .view-exhibits .views-field-field-short-description {
        clear: none;
        margin-left: 300px;
    }
}

.faqs-label {
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 15px;
    color: #2d6cc0;
}

.node-faq {
    margin-bottom: 10px;
}

    .node-faq .ec-trigger {
        display: block;
        position: absolute;
        width: 35px;
        height: 35px;
        background-color: #fff;
        top: 4px;
        right: 4px;
        text-indent: -9999px;
    }

        .node-faq .ec-trigger:after {
            color: #f1ab00;
            display: block;
            position: absolute;
            top: 8px;
            left: 8px;
            width: 20px;
            height: 20px;
            text-align: center;
            text-indent: 0;
            font-size: 22px;
            line-height: 21px;
            font-weight: bold;
        }

        .node-faq .ec-trigger.collapsed:after {
            content: '+';
        }

        .node-faq .ec-trigger.expanded:after {
            content: '-';
            top: 6px;
        }

.faq__title {
    background-color: #f0f0f0;
    padding: 14px 50px 12px 10px;
    position: relative;
    min-height: 43px;
    font-size: 17px;
    line-height: 1;
    font-weight: 600;
    margin: 0;
}

.faq__body {
    font-size: 15px;
    margin: 15px 3px 10px 3px;
}

.view-faqs .view-content > h3 {
    font-weight: 400;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 25px;
}

.view-faqs .faq__in-page-nav ul:after {
    content: '';
    display: table;
    clear: both;
}

@media (min-width: 769px) {
    .view-faqs .faq__in-page-nav li {
        width: 47.82609%;
        float: left;
    }

        .view-faqs .faq__in-page-nav li:nth-child(2n+1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0;
        }

        .view-faqs .faq__in-page-nav li:nth-child(2n+2) {
            margin-left: 52.17391%;
            margin-right: -100%;
            clear: none;
        }
}

@media (min-width: 1025px) {
    .view-faqs .faq__in-page-nav li {
        width: 31.42857%;
        float: left;
    }

        .view-faqs .faq__in-page-nav li:nth-child(3n+1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0;
        }

        .view-faqs .faq__in-page-nav li:nth-child(3n+2) {
            margin-left: 34.28571%;
            margin-right: -100%;
            clear: none;
        }

        .view-faqs .faq__in-page-nav li:nth-child(3n+3) {
            margin-left: 68.57143%;
            margin-right: -100%;
            clear: none;
        }
}

.view-faqs .faq__in-page-nav a {
    font-weight: 600;
}

.ucrlib-opening-hours-open .status {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    width: 60px;
    height: 21px;
    border-radius: 3px;
    text-align: center;
    padding-top: 2px;
}

.ucrlib-opening-hours-open .status--open {
    background-color: #1d9b1d;
}

.ucrlib-opening-hours-open .status--closed {
    background-color: #b50100;
}

.ucrlib-opening-hours-week-block {
    margin-top: -25px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    position: relative;
}

    .ucrlib-opening-hours-week-block:after {
        content: '';
        display: table;
        clear: both;
    }

@media (min-width: 1024px) {
    .ucrlib-opening-hours-week-block .block-content {
        float: left;
        width: 300px;
    }
}

.ucrlib-opening-hours-tab .ucrlib-opening-hours-open {
    position: relative;
    min-height: 70px;
    background-color: #f0f0f0;
    cursor: pointer;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d8d8d8;
    padding-left: 10px;
    overflow: hidden;
}

@media (min-width: 1025px) {
    .ucrlib-opening-hours-tab .ucrlib-opening-hours-open {
        width: 300px;
    }

        .ucrlib-opening-hours-tab .ucrlib-opening-hours-open:after {
            content: '';
            background-color: #d8d8d8;
            display: block;
            width: 4px;
            height: 1000px;
            position: absolute;
            left: 0;
            top: -1px;
            z-index: 1;
        }

        .ucrlib-opening-hours-tab .ucrlib-opening-hours-open:hover:after {
            background-color: #202020;
        }
}

.ucrlib-opening-hours-tab .ucrlib-opening-hours-open .title {
    font-size: 17px;
    font-weight: 600;
    padding-right: 90px;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 3px;
}

.ucrlib-opening-hours-tab .ucrlib-opening-hours-open .hours {
    font-size: 15px;
    padding-right: 90px;
    line-height: 1.2;
    padding-bottom: 10px;
}

.ucrlib-opening-hours-tab .ucrlib-opening-hours-open .status {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -11px;
}

.ucrlib-opening-hours-tab.active .ucrlib-opening-hours-open {
    background-color: #fff;
}

    .ucrlib-opening-hours-tab.active .ucrlib-opening-hours-open:after {
        background-color: #202020;
    }

.ucrlib-opening-hours-tab:last-child .ucrlib-opening-hours-open {
    border-bottom-width: 0;
}

.ucrlib-opening-hours-week-container {
    height: 0;
    overflow: hidden;
}

.ucrlib-opening-hours-week {
    overflow: auto;
}

@media (min-width: 1024px) {
    .ucrlib-opening-hours-week {
        display: none;
    }
}

.ucrlib-opening-hours-table-container {
    margin-left: 320px;
    display: none;
}

@media (min-width: 1024px) {
    .ucrlib-opening-hours-table-container {
        display: block;
    }
}

.ucrlib-opening-hours-table-container .ucrlib-opening-hours-week {
    display: block;
}

.ucrlib-opening-hours-table {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .ucrlib-opening-hours-table {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .ucrlib-opening-hours-table tr:first-child {
        border-top-width: 0;
    }
}

.ucrlib-opening-hours-table tr.odd {
    background-color: #fff;
}

.ucrlib-opening-hours-table th, .ucrlib-opening-hours-table td {
    text-align: center;
}

.ucrlib-opening-hours-table thead th {
    text-transform: uppercase;
    font-weight: 700;
    background-color: #f0f0f0;
    padding-top: 10px;
    line-height: 1.1;
}

@media (max-width: 767px) {
    .ucrlib-opening-hours-table thead th {
        display: none;
    }
}

.ucrlib-opening-hours-table thead th.today {
    border: 2px solid #f1ab00;
}

@media (min-width: 768px) {
    .ucrlib-opening-hours-table thead th.today {
        border-bottom-width: 0;
    }
}

.ucrlib-opening-hours-table thead .week {
    color: #999;
    position: relative;
    white-space: nowrap;
    background-color: #fff;
    text-align: left;
}

@media (max-width: 767px) {
    .ucrlib-opening-hours-table thead .week {
        display: block;
        border-bottom: 1px solid #d8d8d8;
    }
}

.ucrlib-opening-hours-table thead .prev {
    margin-right: 5px;
}

    .ucrlib-opening-hours-table thead .prev:before {
        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;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        line-height: 1;
        text-decoration: inherit;
        text-transform: none;
        content: "\f0a8";
        position: relative;
        margin-right: 0;
    }

.ucrlib-opening-hours-table thead .next {
    margin-left: 5px;
}

    .ucrlib-opening-hours-table thead .next:before {
        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;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        line-height: 1;
        text-decoration: inherit;
        text-transform: none;
        content: "\f0a9";
        position: relative;
        margin-right: 0;
    }

.ucrlib-opening-hours-table thead .prev, .ucrlib-opening-hours-table thead .next {
    display: inline-block;
    height: 18px;
    width: 18px;
    overflow: hidden;
    position: relative;
    top: 4px;
}

    .ucrlib-opening-hours-table thead .prev:before, .ucrlib-opening-hours-table thead .next:before {
        color: #2d6cc0;
        font-size: 19px;
        display: block;
    }

    .ucrlib-opening-hours-table thead .prev:hover, .ucrlib-opening-hours-table thead .next:hover {
        text-decoration: none;
    }

.ucrlib-opening-hours-table tbody th, .ucrlib-opening-hours-table tbody td {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.1;
}

@media (max-width: 767px) {
    .ucrlib-opening-hours-table tbody th, .ucrlib-opening-hours-table tbody td {
        padding-top: 3px;
        padding-bottom: 3px;
    }
}

.ucrlib-opening-hours-table tbody {
    font-weight: 400;
    text-align: left;
}

@media (max-width: 767px) {
    .ucrlib-opening-hours-table tbody th {
        display: block;
        font-weight: 700;
    }
}

.ucrlib-opening-hours-table tbody tr:last-child td.today.today {
    border-bottom: 2px solid #f1ab00;
}

@media (max-width: 767px) {
    .ucrlib-opening-hours-table td {
        display: block;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .ucrlib-opening-hours-table td:before {
        content: attr(data-label);
        float: left;
        width: 50%;
        font-weight: 700;
    }
}

.ucrlib-opening-hours-table td.today {
    border: 2px solid #f1ab00;
}

@media (min-width: 768px) {
    .ucrlib-opening-hours-table td.today {
        border-top-width: 0;
        border-bottom-width: 0;
    }
}

.ucrlib-opening-hours-today-block.block .block-content {
    padding-top: 0;
    padding-bottom: 0;
}

.ucrlib-opening-hours-today-block .read-more {
    position: absolute;
    top: 16px;
    right: 15px;
}

.ucrlib-opening-hours-today-block .ucrlib-opening-hours-open {
    position: relative;
    border-bottom: 1px solid #d8d8d8;
    padding: 7px 0;
    min-height: 45px;
}

    .ucrlib-opening-hours-today-block .ucrlib-opening-hours-open:after {
        content: '';
        display: table;
        clear: both;
    }

    .ucrlib-opening-hours-today-block .ucrlib-opening-hours-open:last-child {
        border-bottom-width: 0;
    }

.ucrlib-opening-hours-today-block .status {
    position: absolute;
    top: 4px;
    left: 0;
}

.ucrlib-opening-hours-today-block .title, .ucrlib-opening-hours-today-block .hours {
    line-height: 16px;
}

.ucrlib-opening-hours-today-block .title {
    margin-left: 75px;
}

@media (min-width: 1024px) {
    .ucrlib-opening-hours-today-block .title {
        margin-right: 165px;
        float: left;
    }
}

.ucrlib-opening-hours-today-block .hours {
    margin-left: 75px;
    margin-top: 5px;
}

@media (min-width: 1024px) {
    .ucrlib-opening-hours-today-block .hours {
        padding-top: 0;
        margin: 0;
        width: 150px;
        position: absolute;
        top: 7px;
        right: 0;
        text-align: right;
    }
}

.ucrlib-opening-hours-ask-librarians-block .ucrlib-opening-hours-open {
    position: relative;
    padding: 5px 0;
    min-height: 35px;
}

    .ucrlib-opening-hours-ask-librarians-block .ucrlib-opening-hours-open:after {
        content: '';
        display: table;
        clear: both;
    }

.ucrlib-opening-hours-ask-librarians-block .status {
    position: absolute;
    left: 0;
    top: 6px;
}

.ucrlib-opening-hours-ask-librarians-block .title, .ucrlib-opening-hours-ask-librarians-block .hours {
    line-height: 16px;
}

.ucrlib-opening-hours-ask-librarians-block .title {
    margin-left: 75px;
    padding-top: 4px;
}

@media (min-width: 1024px) {
    .ucrlib-opening-hours-ask-librarians-block .title {
        margin-right: 165px;
        float: left;
    }
}

.ucrlib-opening-hours-ask-librarians-block .hours {
    margin-left: 75px;
    margin-top: 5px;
}

@media (min-width: 1024px) {
    .ucrlib-opening-hours-ask-librarians-block .hours {
        padding-top: 0;
        margin: 0;
        width: 150px;
        position: absolute;
        top: 10px;
        right: 0;
        text-align: right;
    }
}

@media (min-width: 450px) {
    .page-id-research-services-how-do-i-find .region-content .nav-item {
        width: 47.05882%;
        float: left;
    }

        .page-id-research-services-how-do-i-find .region-content .nav-item:nth-child(2n+1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0;
        }

        .page-id-research-services-how-do-i-find .region-content .nav-item:nth-child(2n+2) {
            margin-left: 52.94118%;
            margin-right: -100%;
            clear: none;
        }
}

@media (min-width: 768px) {
    .page-id-research-services-how-do-i-find .region-content .nav-item {
        width: 30.76923%;
        float: left;
    }

        .page-id-research-services-how-do-i-find .region-content .nav-item:nth-child(3n+1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0;
        }

        .page-id-research-services-how-do-i-find .region-content .nav-item:nth-child(3n+2) {
            margin-left: 34.61538%;
            margin-right: -100%;
            clear: none;
        }

        .page-id-research-services-how-do-i-find .region-content .nav-item:nth-child(3n+3) {
            margin-left: 69.23077%;
            margin-right: -100%;
            clear: none;
        }
}

.jump-page__jump-item {
    padding-left: 25px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .jump-page__jump-item {
        width: 47.05882%;
        float: left;
    }

        .jump-page__jump-item:nth-child(2n+1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0;
        }

        .jump-page__jump-item:nth-child(2n+2) {
            margin-left: 52.94118%;
            margin-right: -100%;
            clear: none;
        }
}

@media (min-width: 1024px) {
    .jump-page__jump-item {
        width: 30.76923%;
        float: left;
    }

        .jump-page__jump-item:nth-child(3n+1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0;
        }

        .jump-page__jump-item:nth-child(3n+2) {
            margin-left: 34.61538%;
            margin-right: -100%;
            clear: none;
        }

        .jump-page__jump-item:nth-child(3n+3) {
            margin-left: 69.23077%;
            margin-right: -100%;
            clear: none;
        }
}

.jump-page__item-title {
    position: relative;
    margin-bottom: 5px;
    font-size: 17px;
}

    .jump-page__item-title .fa, .jump-page__item-title .search--header .form-actions, .search--header .jump-page__item-title .form-actions, .jump-page__item-title .search--header .views-submit-button, .search--header .jump-page__item-title .views-submit-button, .jump-page__item-title .search--mobile-nav .form-actions, .search--mobile-nav .jump-page__item-title .form-actions, .jump-page__item-title .search--mobile-nav .views-submit-button, .search--mobile-nav .jump-page__item-title .views-submit-button, .jump-page__item-title .search--results-page .views-submit-button, .search--results-page .jump-page__item-title .views-submit-button {
        position: absolute;
        left: -25px;
        top: 0px;
        font-size: 20px;
        color: #aaa;
    }

.library__content:after {
    content: '';
    display: table;
    clear: both;
}

@media (min-width: 1024px) {
    .library__content {
        width: 65.71429%;
        float: left;
        margin-right: 2.85714%;
    }

    .one-sidebar.sidebar-first .library__content {
        width: 65.38462%;
        float: left;
        margin-right: 3.84615%;
    }
}

.library__sidebar-second:after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 1023px) {
    .library__sidebar-second {
        margin-top: 50px;
    }
}

@media (min-width: 1024px) {
    .library__sidebar-second {
        width: 25.71429%;
        float: right;
        margin-right: 0;
    }

    .one-sidebar.sidebar-first .library__sidebar-second {
        width: 26.92308%;
        float: right;
        margin-right: 0;
    }
}

.library__sidebar-second ul li {
    position: relative;
    padding-left: 8px;
    list-style-type: none;
}

    .library__sidebar-second ul li:before {
        content: '\00b7';
        display: block;
        position: absolute;
        left: -1px;
        top: 8px;
        width: 6px;
        height: 6px;
        font-size: 25px;
        line-height: 0;
    }

.library__section-title {
    font-size: 18px;
    font-family: "Trade Gothic W02", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
}

.library--full__body ul, .library--full__body2 ul {
    margin: 15px 0;
    padding-left: 20px;
}

    .library--full__body ul li, .library--full__body2 ul li {
        position: relative;
        padding-left: 8px;
        list-style-type: none;
        line-height: 1.6;
        padding-bottom: 0;
    }

        .library--full__body ul li:before, .library--full__body2 ul li:before {
            content: '\00b7';
            display: block;
            position: absolute;
            left: -1px;
            top: 8px;
            width: 6px;
            height: 6px;
            font-size: 25px;
            line-height: 0;
        }

        .library--full__body ul li:before, .library--full__body2 ul li:before {
            top: 12px;
        }

.library__image {
    margin-bottom: 20px;
}

.library__phone, .library__subjects, .library__body, .library__map-directions, .library__hours, .library__address, .library__email {
    margin-bottom: 35px;
}

    .library__map-directions:after {
        content: '';
        display: table;
        clear: both;
    }

@media (min-width: 621px) and (max-width: 767px) {
    .library__map-directions {
        background-color: #f0f0f0;
        height: 270px;
        overflow: hidden;
    }
}

@media (min-width: 941px) {
    .library__map-directions {
        background-color: #f0f0f0;
        height: 270px;
        overflow: hidden;
    }
}

@media (min-width: 621px) and (max-width: 767px) {
    .library__map {
        float: left;
    }
}

@media (min-width: 941px) {
    .library__map {
        float: left;
    }
}

.library__map .simple-gmap-link {
    display: none;
}

.library__directions-title {
    margin: 19px 0 2px 0;
}

.library__directions-label {
    font-weight: bold;
    font-size: 15px;
    margin: 19px 0 2px 0;
}

@media (min-width: 621px) and (max-width: 767px) {
    .library__directions-wrapper {
        margin-left: 270px;
        padding: 0 30px;
    }
}

@media (min-width: 941px) {
    .library__directions-wrapper {
        margin-left: 270px;
        padding: 0 30px;
    }
}

.library__address h3 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.library__hours {
    position: relative;
}

    .library__hours .title {
        display: none;
    }

    .library__hours .status {
        float: right;
    }

    .library__hours .hours {
        line-height: 16px;
        margin-right: 75px;
    }

    .library__hours .read-more {
        position: absolute;
        right: 0;
        top: -4px;
    }

.library--map .library__directions-title {
    margin-top: 15px;
}

.library--map .library__directions-label {
    margin-top: 9px;
}

@media (min-width: 1024px) {
    .library--map .library__directions-title, .library--map .library__directions-label {
        margin-top: 19px;
    }

    .library--map .library__directions-google, .library--map .library__directions-public-transit {
        float: left;
        width: 45%;
    }

    .library--map .library__directions-parking, .library--map .library__directions-ada {
        float: right;
        width: 45%;
    }
}

.libraries-page .views-field-field-image {
    float: left;
    padding-top: 5px;
}

.libraries-page .views-field-title, .libraries-page .views-field-field-short-description {
    margin-left: 125px;
}

.libraries-page .views-row {
    margin-bottom: 40px;
}

    .libraries-page .views-row:after {
        content: '';
        display: table;
        clear: both;
    }

@media (min-width: 1025px) {
    .libraries-page .views-row {
        width: 45.45455%;
        float: left;
    }

        .libraries-page .views-row:nth-child(2n+1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0;
        }

        .libraries-page .views-row:nth-child(2n+2) {
            margin-left: 54.54545%;
            margin-right: -100%;
            clear: none;
        }
}

.section-libraries .sidebar-first-nav .nav-item--level-2 {
    display: none;
}

    .section-libraries .sidebar-first-nav .nav-item--level-2.active, .section-libraries .sidebar-first-nav .nav-item--level-2.active-trail {
        display: list-item;
    }

        .section-libraries .sidebar-first-nav .nav-item--level-2.active .ec-trigger, .section-libraries .sidebar-first-nav .nav-item--level-2.active-trail .ec-trigger {
            display: none;
        }

        .section-libraries .sidebar-first-nav .nav-item--level-2.active .nav, .section-libraries .sidebar-first-nav .nav-item--level-2.active-trail .nav {
            display: block !important;
        }

.libraries-return-link {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 15px;
    padding: 0 10px;
    padding-top: 19px;
}

    .libraries-return-link .block-content p {
        margin-bottom: 10px;
    }

    .libraries-return-link .block-content a {
        color: #3f3f3f;
        font-weight: 600;
        font-size: 13px;
    }

        .libraries-return-link .block-content a:before {
            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;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            line-height: 1;
            text-decoration: inherit;
            text-transform: none;
            content: "\f104";
            position: relative;
            margin-right: 10px;
            color: #f1ab00;
            font-size: 20px;
            top: 2px;
        }

        .libraries-return-link .block-content a:hover:before {
            text-decoration: none;
        }

.news__content:after {
    content: '';
    display: table;
    clear: both;
}

@media (min-width: 1024px) {
    .news__content {
        width: 65.71429%;
        float: left;
        margin-right: 2.85714%;
    }

    .one-sidebar.sidebar-first .news__content {
        width: 65.38462%;
        float: left;
        margin-right: 3.84615%;
    }
}

.news__sidebar-second:after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 1023px) {
    .news__sidebar-second {
        margin-top: 50px;
    }
}

@media (min-width: 1024px) {
    .news__sidebar-second {
        width: 22.85714%;
        float: right;
        margin-right: 0;
    }

    .one-sidebar.sidebar-first .news__sidebar-second {
        width: 26.92308%;
        float: right;
        margin-right: 0;
    }
}

.news__sidebar-section-title {
    font-size: 18px;
    font-family: "Trade Gothic W02", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
}

.news__date {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #3f3f3f;
    margin-bottom: 5px;
}

.news--full__body {
    font-size: 18px;
}

    .news--full__body ul {
        margin: 15px 0;
        padding-left: 20px;
    }

        .news--full__body ul li {
            position: relative;
            padding-left: 8px;
            list-style-type: none;
            line-height: 1.6;
            padding-bottom: 0;
        }

            .news--full__body ul li:before {
                content: '\00b7';
                display: block;
                position: absolute;
                left: -1px;
                top: 8px;
                width: 6px;
                height: 6px;
                font-size: 25px;
                line-height: 0;
            }

            .news--full__body ul li:before {
                top: 12px;
            }

            .news--full__body ul li:before {
                top: 14px;
            }

.news__image {
    margin-bottom: 15px;
}

.news__sidebar-section, .news__body {
    margin-bottom: 35px;
}

.news__contact-email a:hover {
    text-decoration: none;
}

.news__contact-email a:before {
    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;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    content: "\f0e0";
    position: relative;
    margin-right: 5px;
    color: #202020;
}

.view-news {
    margin-top: 40px;
}

    .view-news .views-row {
        border-top: 1px solid #d8d8d8;
        margin-top: 15px;
        padding-top: 20px;
    }

        .view-news .views-row:after {
            content: '';
            display: table;
            clear: both;
        }

    .view-news .news__image {
        line-height: 0;
        margin-bottom: 10px;
        max-width: 110px;
    }

@media (min-width: 451px) {
    .view-news .news__image {
        float: right;
        margin-bottom: 5px;
    }
}

.view-news .news__date {
    text-transform: uppercase;
    font-weight: 700;
    color: #878787;
    font-size: 15px;
}

@media (min-width: 451px) {
    .view-news .news__date {
        margin-right: 125px;
    }
}

@media (min-width: 1025px) {
    .view-news .news__date {
        float: left;
        margin-right: 0;
    }
}

@media (min-width: 451px) {
    .view-news .news__title {
        margin-right: 125px;
    }
}

@media (min-width: 1025px) {
    .view-news .news__title {
        margin-left: 140px;
        margin-right: 200px;
    }
}

.view-news .news__title h3 {
    margin-bottom: 10px;
}

.view-news .news__title a {
    color: #2d6cc0;
}

.view-news .news__body {
    margin-bottom: 0;
    font-size: 15px;
}

@media (min-width: 451px) {
    .view-news .news__body {
        margin-right: 125px;
    }
}

@media (min-width: 1025px) {
    .view-news .news__body {
        margin-left: 140px;
        margin-right: 200px;
    }
}

.view-news.featured {
    margin-top: 0;
}

@media (min-width: 1025px) {
    .view-news.featured {
        background-color: #f0f0f0;
        padding-right: 5%;
    }
}

.view-news.featured .views-row {
    margin-top: 0;
    padding-top: 0;
    border-top-width: 0;
}

.view-news.featured .news__default-image, .view-news.featured .news__image {
    margin-bottom: 10px;
}

@media (min-width: 451px) {
    .view-news.featured .news__default-image, .view-news.featured .news__image {
        float: left;
        max-width: 40%;
        margin-bottom: 0;
        padding: 5px 15px 5px 0;
        background-color: #fff;
    }
}

@media (min-width: 1025px) {
    .view-news.featured .news__default-image, .view-news.featured .news__image {
        background-color: #f0f0f0;
        padding: 0;
        max-width: 50%;
    }
}

@media (min-width: 1025px) {
    .view-news.featured .news__column-second {
        float: right;
        width: 45%;
        padding-bottom: 15px;
    }
}

.view-news.featured .news__date {
    margin: 0;
    float: none;
}

@media (min-width: 451px) {
    .view-news.featured .news__date {
        margin-right: 125px;
    }
}

@media (min-width: 1025px) {
    .view-news.featured .news__date {
        padding-top: 20px;
        padding-bottom: 5px;
    }
}

.view-news.featured .news__title {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 5px;
}

@media (min-width: 451px) {
    .view-news.featured .news__title {
        border-bottom: 1px solid #d8d8d8;
    }
}

@media (min-width: 1025px) {
    .view-news.featured .news__title {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

.view-news.featured .news__body {
    margin: 0 0 10px 0;
}

.view-news.featured .news__read-more a {
    font-family: "Trade Gothic W02", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}

    .view-news.featured .news__read-more a:after {
        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;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        line-height: 1;
        text-decoration: inherit;
        text-transform: none;
        content: "\f105";
        position: relative;
        margin-left: 5px;
        color: #f1ab00;
        font-size: 23px;
        top: 1px;
    }

    .view-news.featured .news__read-more a:hover:after {
        text-decoration: none;
    }

.view-news--homepage-block .view {
    margin-top: 0;
}

.view-news--homepage-block .view-header {
    position: absolute;
    top: 16px;
    right: 15px;
}

.view-news--homepage-block .views-row {
    border-top-width: 0;
    margin-top: 0;
    padding-top: 0;
}

    .view-news--homepage-block .views-row + .views-row {
        margin-top: 15px;
    }

.view-news--homepage-block .news__image {
    float: left;
    margin: 0;
    max-width: 60px;
}

.view-news--homepage-block .news__title {
    margin-left: 75px;
    margin-right: 0;
    padding-top: 14px;
    line-height: 1;
}

    .view-news--homepage-block .news__title a {
        color: #2d6cc0;
    }

.page__content:after {
    content: '';
    display: table;
    clear: both;
}

@media (min-width: 769px) {
    .page__content {
        float: left;
        width: 65.71429%;
        margin-right: 2.85714%;
    }

    .one-sidebar.sidebar-first .page__content {
        float: left;
        width: 65.38462% margin-right: 3.84615%;
    }
}

.page__cta:after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 768px) {
    .page__cta {
        margin-top: 50px;
    }
}

@media (min-width: 769px) {
    .page__cta {
        width: 22.85714%;
        float: right;
        margin-right: 0;
    }

    .one-sidebar.sidebar-first .page__cta {
        width: 23.07692%;
        float: right;
        margin-right: 0;
    }
}

.page__related {
    clear: both;
    margin-top: 50px;
    float: left;
    width: 100%;
}

.page--full__body ul {
    margin: 15px 0;
    padding-left: 20px;
}

    .page--full__body ul li {
        position: relative;
        padding-left: 8px;
        list-style-type: none;
        line-height: 1.6;
        padding-bottom: 0;
    }

        .page--full__body ul li:before {
            content: '\00b7';
            display: block;
            position: absolute;
            left: -1px;
            top: 8px;
            width: 6px;
            height: 6px;
            font-size: 25px;
            line-height: 0;
        }

        .page--full__body ul li:before {
            top: 12px;
        }

@media (min-width: 769px) {
    .person__content {
        width: 74.28571%;
        float: right;
        margin-right: 0;
    }
}

.person__sidebar-first {
    margin-top: 35px;
}

@media (min-width: 769px) {
    .person__sidebar-first {
        margin-top: 0;
        width: 17.14286%;
        float: left;
        margin-right: 2.77778%;
    }
}

.person__name {
    border-bottom-width: 0;
    margin-bottom: 0;
}

.person__job-title {
    font-size: 24px;
    font-weight: 300;
    color: #1f1f1f;
    margin-bottom: 0px;
}

.person__contact-info {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 0;
    margin-bottom: 30px;
}

.person__email {
    white-space: nowrap;
}

    .person__email a {
        margin-right: 35px;
    }

        .person__email a:hover {
            text-decoration: none;
        }

        .person__email a:before {
            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;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            line-height: 1;
            text-decoration: inherit;
            text-transform: none;
            content: "\f0e0";
            position: relative;
            margin-right: 5px;
            color: #202020;
        }

.person__phone {
    white-space: nowrap;
}

    .person__phone a {
        margin-right: 35px;
    }

        .person__phone a:hover {
            text-decoration: none;
        }

        .person__phone a:before {
            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;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            line-height: 1;
            text-decoration: inherit;
            text-transform: none;
            content: "\f095";
            position: relative;
            margin-right: 5px;
            color: #202020;
            top: 1px;
        }

.person__suggest-purchase {
    white-space: nowrap;
}

    .person__suggest-purchase a:hover {
        text-decoration: none;
    }

    .person__suggest-purchase a:before {
        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;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        line-height: 1;
        text-decoration: inherit;
        text-transform: none;
        content: "\f02d";
        position: relative;
        margin-right: 5px;
        color: #202020;
    }

.person--full__body {
    margin-top: 30px;
}

    .person--full__body ul {
        margin: 15px 0;
        padding-left: 20px;
    }

        .person--full__body ul li {
            position: relative;
            padding-left: 8px;
            list-style-type: none;
            line-height: 1.6;
            padding-bottom: 0;
        }

            .person--full__body ul li:before {
                content: '\00b7';
                display: block;
                position: absolute;
                left: -1px;
                top: 8px;
                width: 6px;
                height: 6px;
                font-size: 25px;
                line-height: 0;
            }

            .person--full__body ul li:before {
                top: 12px;
            }

.person__subjects {
    margin-top: 40px;
}

    .person__subjects ul li {
        position: relative;
        padding-left: 8px;
        list-style-type: none;
    }

        .person__subjects ul li:before {
            content: '\00b7';
            display: block;
            position: absolute;
            left: -1px;
            top: 8px;
            width: 6px;
            height: 6px;
            font-size: 25px;
            line-height: 0;
        }

.person__section-label {
    font-size: 19px;
    font-weight: 600;
}

.page-id-research-services .region-content > .block {
    border: 1px solid #d8d8d8;
    margin-top: 40px;
}

    .page-id-research-services .region-content > .block .block-title {
        border-bottom: 1px solid #d8d8d8;
        font-size: 21px;
        font-family: "Trade Gothic W02", Arial, Helvetica, "Nimbus Sans L", sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        height: 60px;
        padding: 18px 20px 0 20px;
        margin-bottom: 0;
    }

    .page-id-research-services .region-content > .block .view-header, .page-id-research-services .region-content > .block .block-header {
        position: absolute;
        top: 16px;
        right: 15px;
    }

    .page-id-research-services .region-content > .block .block-content {
        padding: 17px 20px;
    }

        .page-id-research-services .region-content > .block .block-content p {
            padding: 5px 0 10px 0;
            line-height: 1;
            margin-bottom: 0;
        }

        .page-id-research-services .region-content > .block .block-content a {
            font-weight: 600;
        }

.research-services__intro {
    border-bottom: 1px solid #d8d8d8;
}

    .research-services__intro h1 {
        border-bottom-width: 0;
        margin-bottom: 5px;
    }

    .research-services__intro .fa:before, .research-services__intro .search--header .form-actions:before, .search--header .research-services__intro .form-actions:before, .research-services__intro .search--header .views-submit-button:before, .search--header .research-services__intro .views-submit-button:before, .research-services__intro .search--mobile-nav .form-actions:before, .search--mobile-nav .research-services__intro .form-actions:before, .research-services__intro .search--mobile-nav .views-submit-button:before, .search--mobile-nav .research-services__intro .views-submit-button:before, .research-services__intro .search--results-page .views-submit-button:before, .search--results-page .research-services__intro .views-submit-button:before {
        color: #aaa;
    }

@media (min-width: 768px) {
    .page-id-research-services .region-content > .block {
        width: 48.57143%;
        float: left;
    }

        .page-id-research-services .region-content > .block:nth-child(2n+1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0;
        }

        .page-id-research-services .region-content > .block:nth-child(2n+2) {
            margin-left: 51.42857%;
            margin-right: -100%;
            clear: none;
        }
}

@media (min-width: 1024px) {
    .page-id-research-services .region-content > .block {
        width: 31.42857%;
        float: left;
    }

        .page-id-research-services .region-content > .block:nth-child(3n+1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0;
        }

        .page-id-research-services .region-content > .block:nth-child(3n+2) {
            margin-left: 34.28571%;
            margin-right: -100%;
            clear: none;
        }

        .page-id-research-services .region-content > .block:nth-child(3n+3) {
            margin-left: 68.57143%;
            margin-right: -100%;
            clear: none;
        }
}

.page-id-research-services .region-content > .block .block-content:after {
    content: '';
    display: table;
    clear: both;
}

@media (min-width: 450px) {
    .page-id-research-services .region-content > .block .nav-item {
        width: 47.05882%;
        float: left;
    }

        .page-id-research-services .region-content > .block .nav-item:nth-child(2n+1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0;
        }

        .page-id-research-services .region-content > .block .nav-item:nth-child(2n+2) {
            margin-left: 52.94118%;
            margin-right: -100%;
            clear: none;
        }
}

.study-space__content:after {
    content: '';
    display: table;
    clear: both;
}

@media (min-width: 769px) {
    .study-space__content {
        width: 65.71429%;
        float: right;
        margin-right: 0;
    }
}

@media (min-width: 1025px) {
    .study-space__content {
        width: 74.28571%;
        float: right;
        margin-right: 0;
    }
}

.study-space__sidebar-first:after {
    content: '';
    display: table;
    clear: both;
}

@media (min-width: 769px) {
    .study-space__sidebar-first {
        width: 25.71429%;
        float: left;
        margin-right: 2.77778%;
    }
}

@media (min-width: 1025px) {
    .study-space__sidebar-first {
        width: 17.14286%;
        float: left;
        margin-right: 2.77778%;
    }
}

.study-space__attribute {
    float: left;
    margin-right: 9.5%;
    width: 27%;
    margin-top: 15px;
}

@media (max-width: 450px) {
    .study-space__attribute {
        float: none;
        margin-right: 0;
        width: 100%;
    }
}

.study-space__attribute.study-space__capacity {
    margin-right: 0;
}

.study-space__attribute-title {
    font-size: 18px;
    font-family: "Trade Gothic W02", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
}

.study-space__attribute-content {
    padding-right: 25px;
}

    .study-space__attribute-content ul li {
        position: relative;
        padding-left: 8px;
        list-style-type: none;
    }

        .study-space__attribute-content ul li:before {
            content: '\00b7';
            display: block;
            position: absolute;
            left: -1px;
            top: 8px;
            width: 6px;
            height: 6px;
            font-size: 25px;
            line-height: 0;
        }

.study-space__body {
    clear: both;
    margin-top: 20px;
    padding-top: 25px;
    float: left;
    width: 100%;
    border-top: 1px solid #d8d8d8;
}

    .study-space__body ul {
        margin: 15px 0;
        padding-left: 20px;
    }

        .study-space__body ul li {
            position: relative;
            padding-left: 8px;
            list-style-type: none;
            line-height: 1.6;
            padding-bottom: 0;
        }

            .study-space__body ul li:before {
                content: '\00b7';
                display: block;
                position: absolute;
                left: -1px;
                top: 8px;
                width: 6px;
                height: 6px;
                font-size: 25px;
                line-height: 0;
            }

            .study-space__body ul li:before {
                top: 12px;
            }

.study-space__reserve-space-button {
    margin-right: 0;
    width: 100%;
    margin-top: 15px;
}

    .study-space__reserve-space-button .ext {
        display: none;
    }

.study-space__all-spaces-link {
    clear: both;
    padding-top: 20px;
}

    .study-space__all-spaces-link a {
        font-weight: 600;
    }

        .study-space__all-spaces-link a:after {
            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;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            line-height: 1;
            text-decoration: inherit;
            text-transform: none;
            content: "\f178";
            position: relative;
            margin-left: 5px;
            top: 1px;
        }

.view-study-spaces .views-field-field-floor {
    width: 30%;
}

.subject-guide__content:after {
    content: '';
    display: table;
    clear: both;
}

@media (min-width: 1024px) {
    .subject-guide__content {
        width: 65.71429%;
        float: left;
        margin-right: 2.85714%;
    }

    .one-sidebar.sidebar-first .subject-guide__content {
        width: 65.38462%;
        float: left;
        margin-right: 3.84615%;
    }
}

.subject-guide__sidebar-second:after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 1023px) {
    .subject-guide__sidebar-second {
        margin-top: 50px;
    }
}

@media (min-width: 1024px) {
    .subject-guide__sidebar-second {
        width: 25.71429%;
        float: right;
        margin-right: 0;
    }

    .one-sidebar.sidebar-first .subject-guide__sidebar-second {
        width: 26.92308%;
        float: right;
        margin-right: 0;
    }
}

.subject-guide__section-title {
    font-size: 18px;
    font-family: "Trade Gothic W02", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
}

.subject-guide__sidebar-second ul li {
    position: relative;
    padding-left: 8px;
    list-style-type: none;
}

    .subject-guide__sidebar-second ul li:before {
        content: '\00b7';
        display: block;
        position: absolute;
        left: -1px;
        top: 8px;
        width: 6px;
        height: 6px;
        font-size: 25px;
        line-height: 0;
    }

.subject-guide--full__body ul {
    margin: 15px 0;
    padding-left: 20px;
}

    .subject-guide--full__body ul li {
        position: relative;
        padding-left: 8px;
        list-style-type: none;
        line-height: 1.6;
        padding-bottom: 0;
    }

        .subject-guide--full__body ul li:before {
            content: '\00b7';
            display: block;
            position: absolute;
            left: -1px;
            top: 8px;
            width: 6px;
            height: 6px;
            font-size: 25px;
            line-height: 0;
        }

        .subject-guide--full__body ul li:before {
            top: 12px;
        }

.subject-guide__carousel ul li {
    padding-left: 0;
}

    .subject-guide__carousel ul li:before {
        display: none;
    }

.subject-guide__databases {
    position: relative;
}

    .subject-guide__databases .database__title {
        font-size: 15px;
        font-weight: 400;
    }

    .subject-guide__databases .read-more {
        position: absolute;
        right: 0;
        top: -4px;
    }

    .subject-guide__databases .database__description {
        font-size: 13px;
        line-height: 1.3;
        margin-top: 3px;
    }

.subject-guide__subject-specialists, .subject-guide__course-guides, .subject-guide__databases, .subject-guide__topic-guides, .subject-guide__research-tool-guides {
    margin-bottom: 35px;
}

.subject-guide__related {
    clear: both;
    margin-top: 50px;
    float: left;
    width: 100%;
}

.view-subject-guides:after {
    content: '';
    display: table;
    clear: both;
}

@media (min-width: 768px) {
    .view-subject-guides .view-content {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 2em;
        -moz-column-gap: 2em;
        column-gap: 2em;
    }
}

@media (min-width: 1024px) {
    .view-subject-guides .view-content {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
}

.webform-component-markup ul {
    margin: 15px 0;
    padding-left: 20px;
}

    .webform-component-markup ul li {
        position: relative;
        padding-left: 8px;
        list-style-type: none;
        line-height: 1.6;
        padding-bottom: 0;
    }

        .webform-component-markup ul li:before {
            content: '\00b7';
            display: block;
            position: absolute;
            left: -1px;
            top: 8px;
            width: 6px;
            height: 6px;
            font-size: 25px;
            line-height: 0;
        }

        .webform-component-markup ul li:before {
            top: 12px;
        }

.front .region-content .block {
    border: 1px solid #d8d8d8;
    margin-top: 40px;
}

.front .region-content .block-title {
    border-bottom: 1px solid #d8d8d8;
    font-size: 21px;
    font-family: "Trade Gothic W02", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    height: 60px;
    padding: 18px 20px 0 20px;
    margin-bottom: 0;
}

.front .region-content .block-content {
    padding: 17px 20px;
}

    .front .region-content .block-content p {
        padding: 5px 0 10px 0;
        line-height: 1;
        margin-bottom: 0;
    }

    .front .region-content .block-content a {
        font-weight: 600;
    }

.homepage-popular-block .block-content:after {
    content: '';
    display: table;
    clear: both;
}

@media (min-width: 450px) {
    .homepage-popular-block .block-content p {
        width: 45.45455%;
        float: left;
    }

        .homepage-popular-block .block-content p:nth-child(2n+1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0;
        }

        .homepage-popular-block .block-content p:nth-child(2n+2) {
            margin-left: 54.54545%;
            margin-right: -100%;
            clear: none;
        }
}

.front .banner__wrapper {
    height: 150px;
    background-size: cover;
}

@media (min-width: 450px) {
    .front .banner__wrapper {
        height: 200px;
    }
}

@media (min-width: 768px) {
    .front .banner__wrapper {
        height: 300px;
    }
}

@media (min-width: 1024px) {
    .front .banner__wrapper {
        height: 400px;
    }
}

@media (min-width: 1500px) {
    .front .banner__wrapper {
        background-size: contain;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .front .region-content {
        margin-left: -50px;
        margin-right: -50px;
    }
}

@media (min-width: 769px) {
    .front .region-content .block {
        width: 48.57143%;
        float: left;
    }

        .front .region-content .block:nth-child(2n+1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0;
        }

        .front .region-content .block:nth-child(2n+2) {
            margin-left: 51.42857%;
            margin-right: -100%;
            clear: none;
        }
}

.homepage-search-additional-info {
    margin: 10px auto 0 auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    padding: 10px 20px;
}

@media (max-width: 449px) {
    .homepage-search-additional-info {
        display: none;
    }
}

@media (min-width: 450px) {
    .homepage-search-additional-info {
        width: 400px;
    }
}

@media (min-width: 768px) {
    .homepage-search-additional-info {
        width: 700px;
    }
}

@media (min-width: 1024px) {
    .homepage-search-additional-info {
        width: 950px;
    }
}

.homepage-search-additional-info__label {
    color: #fff;
    font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 13px;
    margin-right: 20px;
    display: inline;
}

@media (min-width: 768px) {
    .homepage-search-additional-info__label {
        float: left;
        margin-right: 30px;
    }
}

@media (min-width: 1024px) {
    .homepage-search-additional-info__label {
        margin-right: 40px;
    }
}

.homepage-search-additional-info__links {
    font-size: 13px;
    font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-weight: bold;
}

    .homepage-search-additional-info__links:after {
        content: '';
        display: table;
        clear: both;
    }

@media (min-width: 768px) {
    .homepage-search-additional-info__links {
        display: inline;
    }
}

.homepage-search-additional-info__links div {
    float: left;
    margin-right: 20px;
}

@media (min-width: 768px) {
    .homepage-search-additional-info__links div {
        margin-right: 30px;
    }
}

@media (min-width: 1024px) {
    .homepage-search-additional-info__links div {
        margin-right: 40px;
    }
}

.homepage-search-additional-info__links div:last-child {
    margin-right: 0;
}

.homepage-search-additional-info__links a {
    color: #6cd6ff;
}

    .homepage-search-additional-info__links a:after {
        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;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        line-height: 1;
        text-decoration: inherit;
        text-transform: none;
        content: "\f105";
        position: relative;
        margin-left: 5px;
        color: #f1ab00;
        font-size: 16px;
        top: 1px;
    }

    .homepage-search-additional-info__links a:hover {
        text-decoration: none;
    }

    .homepage-search-additional-info__links a .ext {
        display: none;
    }

.menu-utility__nav-item, .main-menu__nav-item, .menu-workshops-events__nav-item {
    list-style-type: none;
}

.views-staff-phone, .views-staff-title {
    width: 200px;
}

.views-library-title {
    font-size: 24px;
    font-weight: normal;
    color: #3f3f3f;
    margin-left: 125px;
}

.database-very-short-description {
    padding: 0 0 10px;
}

.exhibits-content-title {
    margin-left: 300px;
    font-weight: 600;
    font-size: 19px;
}

@media only screen and (max-width: 767px) {
    .exhibits-content-title {
        margin-left: 200px;
    }
}

.body2-item {
    font-size: 18px;
}

h1.person__name {
    display: none;
}

.views-widget-filter-field_type_of_access_value {
    display: none;
}

.views-widget-filter-field_trial_value {
    display: none;
}

.calendar-title-non-url {
    color: #000;
    font-weight: bold;
}

.event-float-right {
    /*  padding: 15px 20px 0px 20px;*/
}

.event-float-left {
    width: 70%;
    float: left;
}

.event-clear-both {
    clear: both;
}

.event-block {
    background-color: #f0f0f0;
    padding: 25px 20px;
    border-top: 8px solid #f1ab00;
}

@media (min-width: 1024px) {
    .event-block {
        width: 22.85714%;
        float: right;
        margin-right: 0;
    }
}

@media (max-width :1024px) {
    .event-block {
        margin-top: 350px;
        margin-bottom: 20px;
    }

    .event-float-right {
        padding-top: 750px;
    }
}

.lib-instruction-session_Btn {
    background-clip: padding-box;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    overflow: visible;
    margin: 0 15px 0 0;
    padding: 3px 10px;
    text-decoration: none;
    vertical-align: top;
    width: auto;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #202020;
    padding: 12px 20px 10px 20px;
    background-color: #fff;
    color: #202020;
    border-radius: 0;
    font-family: "Trade Gothic W02";
    font-size: 19px !important;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    text-align: center;
}

    .lib-instruction-session_Btn:hover {
        color: #fff;
        background-color: #202020;
    }

.table-lib-instruction-session {
    width: 100%;
}


.float-left-lib-instruction-session {
    float: left;
    margin-top: 2px;
    width: 35%;
}

.float-right-lib-instruction-session {
    width: 0%;
}

.clear-both-lib-instruction-session {
    clear: both;
}


@media (min-width :626px) {
    .float-left-lib-instruction-session {
        width: 30%;
    }

    .float-right-lib-instruction-session {
        width: 80%;
    }
}

@media (min-width :768px) {
    .float-left-lib-instruction-session {
        width: 35%;
    }

    .float-right-lib-instruction-session {
        width: 95%;
    }
}

@media (min-width :1003px) {
    .float-left-lib-instruction-session {
        width: 25%;
    }

    .float-right-lib-instruction-session {
        width: 65%;
    }
}

@media (max-width :1023px) {
    .float-right-lib-instruction-session {
        padding-right: 100px;
        width: 0%;
    }
}

.event__rsvp-cb {
    clear: both;
}
