﻿.card--background-image, .card--background-image .card__footer .card__link, .section.light-palette .section__summary, .light-palette {
    color: #fff;
    border-color: rgba(255,255,255,0.4)
}

    .card--background-image a, .card--background-image .card__footer .card__link a, .section.light-palette .section__summary a, .light-palette a {
        color: #fff
    }

.section--image-behind.dark-palette, .light-palette-bg {
    background-color: #fff
}

.section.dark-palette .section__summary, .dark-palette {
    color: #222;
    border-color: rgba(0,0,0,0.1)
}

    .section.dark-palette .section__summary a, .dark-palette a {
        color: #51247A
    }

.section--image-behind.light-palette, .dark-palette-bg {
    background-color: #333
}
/*!
 *  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-face {
    font-family: 'FontAwesome';
    src: url("../bower_components/fontawesome/fonts/fontawesome-webfont.eot");
    src: url("../bower_components/fontawesome/fonts/fontawesome-webfont.eot") format("embedded-opentype"),url("../bower_components/fontawesome/fonts/fontawesome-webfont.woff2") format("woff2"),url("../bower_components/fontawesome/fonts/fontawesome-webfont.woff") format("woff"),url("../bower_components/fontawesome/fonts/fontawesome-webfont.ttf") format("truetype"),url("../bower_components/fontawesome/fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.icon {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.icon-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.icon-2x {
    font-size: 2em
}

.icon-3x {
    font-size: 3em
}

.icon-4x {
    font-size: 4em
}

.icon-5x {
    font-size: 5em
}

.icon-fw {
    width: 1.28571em;
    text-align: center
}

.icon-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

    .icon-ul > li {
        position: relative
    }

.icon-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

    .icon-li.icon-lg {
        left: -1.85714em
    }

.icon-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.icon.pull-left {
    margin-right: .3em
}

.icon.pull-right {
    margin-left: .3em
}

.icon-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.icon-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)
    }
}

.icon-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.icon-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.icon-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.icon-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.icon-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .icon-rotate-90, :root .icon-rotate-180, :root .icon-rotate-270, :root .icon-flip-horizontal, :root .icon-flip-vertical {
    filter: none
}

.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.icon-stack-1x, .icon-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.icon-stack-1x {
    line-height: inherit
}

.icon-stack-2x {
    font-size: 2em
}

.icon-inverse {
    color: #fff
}

.icon-glass:before {
    content: ""
}

.icon-music:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-envelope-o:before {
    content: ""
}

.icon-heart:before {
    content: ""
}

.icon-star:before {
    content: ""
}

.icon-star-o:before {
    content: ""
}

.icon-user:before {
    content: ""
}

.icon-film:before {
    content: ""
}

.icon-th-large:before {
    content: ""
}

.icon-th:before {
    content: ""
}

.icon-th-list:before {
    content: ""
}

.icon-check:before {
    content: ""
}

.icon-remove:before, .icon-close:before, .icon-times:before {
    content: ""
}

.icon-search-plus:before {
    content: ""
}

.icon-search-minus:before {
    content: ""
}

.icon-power-off:before {
    content: ""
}

.icon-signal:before {
    content: ""
}

.icon-gear:before, .icon-cog:before {
    content: ""
}

.icon-trash-o:before {
    content: ""
}

.icon-home:before {
    content: ""
}

.icon-file-o:before {
    content: ""
}

.icon-clock-o:before {
    content: ""
}

.icon-road:before {
    content: ""
}

.icon-download:before {
    content: ""
}

.icon-arrow-circle-o-down:before {
    content: ""
}

.icon-arrow-circle-o-up:before {
    content: ""
}

.icon-inbox:before {
    content: ""
}

.icon-play-circle-o:before {
    content: ""
}

.icon-rotate-right:before, .icon-repeat:before {
    content: ""
}

.icon-refresh:before {
    content: ""
}

.icon-list-alt:before {
    content: ""
}

.icon-lock:before {
    content: ""
}

.icon-flag:before {
    content: ""
}

.icon-headphones:before {
    content: ""
}

.icon-volume-off:before {
    content: ""
}

.icon-volume-down:before {
    content: ""
}

.icon-volume-up:before {
    content: ""
}

.icon-qrcode:before {
    content: ""
}

.icon-barcode:before {
    content: ""
}

.icon-tag:before {
    content: ""
}

.icon-tags:before {
    content: ""
}

.icon-book:before {
    content: ""
}

.icon-bookmark:before {
    content: ""
}

.icon-print:before {
    content: ""
}

.icon-camera:before {
    content: ""
}

.icon-font:before {
    content: ""
}

.icon-bold:before {
    content: ""
}

.icon-italic:before {
    content: ""
}

.icon-text-height:before {
    content: ""
}

.icon-text-width:before {
    content: ""
}

.icon-align-left:before {
    content: ""
}

.icon-align-center:before {
    content: ""
}

.icon-align-right:before {
    content: ""
}

.icon-align-justify:before {
    content: ""
}

.icon-list:before {
    content: ""
}

.icon-dedent:before, .icon-outdent:before {
    content: ""
}

.icon-indent:before {
    content: ""
}

.icon-video-camera:before {
    content: ""
}

.icon-photo:before, .icon-image:before, .icon-picture-o:before {
    content: ""
}

.icon-pencil:before {
    content: ""
}

.icon-map-marker:before {
    content: ""
}

.icon-adjust:before {
    content: ""
}

.icon-tint:before {
    content: ""
}

.icon-edit:before, .icon-pencil-square-o:before {
    content: ""
}

.icon-share-square-o:before {
    content: ""
}

.icon-check-square-o:before {
    content: ""
}

.icon-arrows:before {
    content: ""
}

.icon-step-backward:before {
    content: ""
}

.icon-fast-backward:before {
    content: ""
}

.icon-backward:before {
    content: ""
}

.icon-play:before {
    content: ""
}

.icon-pause:before {
    content: ""
}

.icon-stop:before {
    content: ""
}

.icon-forward:before {
    content: ""
}

.icon-fast-forward:before {
    content: ""
}

.icon-step-forward:before {
    content: ""
}

.icon-eject:before {
    content: ""
}

.icon-chevron-left:before {
    content: ""
}

.icon-chevron-right:before {
    content: ""
}

.icon-plus-circle:before {
    content: ""
}

.icon-minus-circle:before {
    content: ""
}

.icon-times-circle:before {
    content: ""
}

.icon-check-circle:before {
    content: ""
}

.icon-question-circle:before {
    content: ""
}

.icon-info-circle:before {
    content: ""
}

.icon-crosshairs:before {
    content: ""
}

.icon-times-circle-o:before {
    content: ""
}

.icon-check-circle-o:before {
    content: ""
}

.icon-ban:before {
    content: ""
}

.icon-arrow-left:before {
    content: ""
}

.icon-arrow-right:before {
    content: ""
}

.icon-arrow-up:before {
    content: ""
}

.icon-arrow-down:before {
    content: ""
}

.icon-mail-forward:before, .icon-share:before {
    content: ""
}

.icon-expand:before {
    content: ""
}

.icon-compress:before {
    content: ""
}

.icon-plus:before {
    content: ""
}

.icon-minus:before {
    content: ""
}

.icon-asterisk:before {
    content: ""
}

.icon-exclamation-circle:before {
    content: ""
}

.icon-gift:before {
    content: ""
}

.icon-leaf:before {
    content: ""
}

.icon-fire:before {
    content: ""
}

.icon-eye:before {
    content: ""
}

.icon-eye-slash:before {
    content: ""
}

.icon-warning:before, .icon-exclamation-triangle:before {
    content: ""
}

.icon-plane:before {
    content: ""
}

.icon-calendar:before {
    content: ""
}

.icon-random:before {
    content: ""
}

.icon-comment:before {
    content: ""
}

.icon-magnet:before {
    content: ""
}

.icon-chevron-up:before {
    content: ""
}

.icon-chevron-down:before {
    content: ""
}

.icon-retweet:before {
    content: ""
}

.icon-shopping-cart:before {
    content: ""
}

.icon-folder:before {
    content: ""
}

.icon-folder-open:before {
    content: ""
}

.icon-arrows-v:before {
    content: ""
}

.icon-arrows-h:before {
    content: ""
}

.icon-bar-chart-o:before, .icon-bar-chart:before {
    content: ""
}

.icon-twitter-square:before {
    content: ""
}

.icon-facebook-square:before {
    content: ""
}

.icon-camera-retro:before {
    content: ""
}

.icon-key:before {
    content: ""
}

.icon-gears:before, .icon-cogs:before {
    content: ""
}

.icon-comments:before {
    content: ""
}

.icon-thumbs-o-up:before {
    content: ""
}

.icon-thumbs-o-down:before {
    content: ""
}

.icon-star-half:before {
    content: ""
}

.icon-heart-o:before {
    content: ""
}

.icon-sign-out:before {
    content: ""
}

.icon-linkedin-square:before {
    content: ""
}

.icon-thumb-tack:before {
    content: ""
}

.icon-external-link:before {
    content: ""
}

.icon-sign-in:before {
    content: ""
}

.icon-trophy:before {
    content: ""
}

.icon-github-square:before {
    content: ""
}

.icon-upload:before {
    content: ""
}

.icon-lemon-o:before {
    content: ""
}

.icon-phone:before {
    content: ""
}

.icon-square-o:before {
    content: ""
}

.icon-bookmark-o:before {
    content: ""
}

.icon-phone-square:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-facebook-f:before, .icon-facebook:before {
    content: ""
}

.icon-github:before {
    content: ""
}

.icon-unlock:before {
    content: ""
}

.icon-credit-card:before {
    content: ""
}

.icon-rss:before {
    content: ""
}

.icon-hdd-o:before {
    content: ""
}

.icon-bullhorn:before {
    content: ""
}

.icon-bell:before {
    content: ""
}

.icon-certificate:before {
    content: ""
}

.icon-hand-o-right:before {
    content: ""
}

.icon-hand-o-left:before {
    content: ""
}

.icon-hand-o-up:before {
    content: ""
}

.icon-hand-o-down:before {
    content: ""
}

.icon-arrow-circle-left:before {
    content: ""
}

.icon-arrow-circle-right:before {
    content: ""
}

.icon-arrow-circle-up:before {
    content: ""
}

.icon-arrow-circle-down:before {
    content: ""
}

.icon-globe:before {
    content: ""
}

.icon-wrench:before {
    content: ""
}

.icon-tasks:before {
    content: ""
}

.icon-filter:before {
    content: ""
}

.icon-briefcase:before {
    content: ""
}

.icon-arrows-alt:before {
    content: ""
}

.icon-group:before, .icon-users:before {
    content: ""
}

.icon-chain:before, .icon-link:before {
    content: ""
}

.icon-cloud:before {
    content: ""
}

.icon-flask:before {
    content: ""
}

.icon-cut:before, .icon-scissors:before {
    content: ""
}

.icon-copy:before, .icon-files-o:before {
    content: ""
}

.icon-paperclip:before {
    content: ""
}

.icon-save:before, .icon-floppy-o:before {
    content: ""
}

.icon-square:before {
    content: ""
}

.icon-navicon:before, .icon-reorder:before, .icon-bars:before {
    content: ""
}

.icon-list-ul:before {
    content: ""
}

.icon-list-ol:before {
    content: ""
}

.icon-strikethrough:before {
    content: ""
}

.icon-underline:before {
    content: ""
}

.icon-table:before {
    content: ""
}

.icon-magic:before {
    content: ""
}

.icon-truck:before {
    content: ""
}

.icon-pinterest:before {
    content: ""
}

.icon-pinterest-square:before {
    content: ""
}

.icon-google-plus-square:before {
    content: ""
}

.icon-google-plus:before {
    content: ""
}

.icon-money:before {
    content: ""
}

.icon-caret-down:before {
    content: ""
}

.icon-caret-up:before {
    content: ""
}

.icon-caret-left:before {
    content: ""
}

.icon-caret-right:before {
    content: ""
}

.icon-columns:before {
    content: ""
}

.icon-unsorted:before, .icon-sort:before {
    content: ""
}

.icon-sort-down:before, .icon-sort-desc:before {
    content: ""
}

.icon-sort-up:before, .icon-sort-asc:before {
    content: ""
}

.icon-envelope:before {
    content: ""
}

.icon-linkedin:before {
    content: ""
}

.icon-rotate-left:before, .icon-undo:before {
    content: ""
}

.icon-legal:before, .icon-gavel:before {
    content: ""
}

.icon-dashboard:before, .icon-tachometer:before {
    content: ""
}

.icon-comment-o:before {
    content: ""
}

.icon-comments-o:before {
    content: ""
}

.icon-flash:before, .icon-bolt:before {
    content: ""
}

.icon-sitemap:before {
    content: ""
}

.icon-umbrella:before {
    content: ""
}

.icon-paste:before, .icon-clipboard:before {
    content: ""
}

.icon-lightbulb-o:before {
    content: ""
}

.icon-exchange:before {
    content: ""
}

.icon-cloud-download:before {
    content: ""
}

.icon-cloud-upload:before {
    content: ""
}

.icon-user-md:before {
    content: ""
}

.icon-stethoscope:before {
    content: ""
}

.icon-suitcase:before {
    content: ""
}

.icon-bell-o:before {
    content: ""
}

.icon-coffee:before {
    content: ""
}

.icon-cutlery:before {
    content: ""
}

.icon-file-text-o:before {
    content: ""
}

.icon-building-o:before {
    content: ""
}

.icon-hospital-o:before {
    content: ""
}

.icon-ambulance:before {
    content: ""
}

.icon-medkit:before {
    content: ""
}

.icon-fighter-jet:before {
    content: ""
}

.icon-beer:before {
    content: ""
}

.icon-h-square:before {
    content: ""
}

.icon-plus-square:before {
    content: ""
}

.icon-angle-double-left:before {
    content: ""
}

.icon-angle-double-right:before {
    content: ""
}

.icon-angle-double-up:before {
    content: ""
}

.icon-angle-double-down:before {
    content: ""
}

.icon-angle-left:before {
    content: ""
}

.icon-angle-right:before {
    content: ""
}

.icon-angle-up:before {
    content: ""
}

.icon-angle-down:before {
    content: ""
}

.icon-desktop:before {
    content: ""
}

.icon-laptop:before {
    content: ""
}

.icon-tablet:before {
    content: ""
}

.icon-mobile-phone:before, .icon-mobile:before {
    content: ""
}

.icon-circle-o:before {
    content: ""
}

.icon-quote-left:before {
    content: ""
}

.icon-quote-right:before {
    content: ""
}

.icon-spinner:before {
    content: ""
}

.icon-circle:before {
    content: ""
}

.icon-mail-reply:before, .icon-reply:before {
    content: ""
}

.icon-github-alt:before {
    content: ""
}

.icon-folder-o:before {
    content: ""
}

.icon-folder-open-o:before {
    content: ""
}

.icon-smile-o:before {
    content: ""
}

.icon-frown-o:before {
    content: ""
}

.icon-meh-o:before {
    content: ""
}

.icon-gamepad:before {
    content: ""
}

.icon-keyboard-o:before {
    content: ""
}

.icon-flag-o:before {
    content: ""
}

.icon-flag-checkered:before {
    content: ""
}

.icon-terminal:before {
    content: ""
}

.icon-code:before {
    content: ""
}

.icon-mail-reply-all:before, .icon-reply-all:before {
    content: ""
}

.icon-star-half-empty:before, .icon-star-half-full:before, .icon-star-half-o:before {
    content: ""
}

.icon-location-arrow:before {
    content: ""
}

.icon-crop:before {
    content: ""
}

.icon-code-fork:before {
    content: ""
}

.icon-unlink:before, .icon-chain-broken:before {
    content: ""
}

.icon-question:before {
    content: ""
}

.icon-info:before {
    content: ""
}

.icon-exclamation:before {
    content: ""
}

.icon-superscript:before {
    content: ""
}

.icon-subscript:before {
    content: ""
}

.icon-eraser:before {
    content: ""
}

.icon-puzzle-piece:before {
    content: ""
}

.icon-microphone:before {
    content: ""
}

.icon-microphone-slash:before {
    content: ""
}

.icon-shield:before {
    content: ""
}

.icon-calendar-o:before {
    content: ""
}

.icon-fire-extinguisher:before {
    content: ""
}

.icon-rocket:before {
    content: ""
}

.icon-maxcdn:before {
    content: ""
}

.icon-chevron-circle-left:before {
    content: ""
}

.icon-chevron-circle-right:before {
    content: ""
}

.icon-chevron-circle-up:before {
    content: ""
}

.icon-chevron-circle-down:before {
    content: ""
}

.icon-html5:before {
    content: ""
}

.icon-css3:before {
    content: ""
}

.icon-anchor:before {
    content: ""
}

.icon-unlock-alt:before {
    content: ""
}

.icon-bullseye:before {
    content: ""
}

.icon-ellipsis-h:before {
    content: ""
}

.icon-ellipsis-v:before {
    content: ""
}

.icon-rss-square:before {
    content: ""
}

.icon-play-circle:before {
    content: ""
}

.icon-ticket:before {
    content: ""
}

.icon-minus-square:before {
    content: ""
}

.icon-minus-square-o:before {
    content: ""
}

.icon-level-up:before {
    content: ""
}

.icon-level-down:before {
    content: ""
}

.icon-check-square:before {
    content: ""
}

.icon-pencil-square:before {
    content: ""
}

.icon-external-link-square:before {
    content: ""
}

.icon-share-square:before {
    content: ""
}

.icon-compass:before {
    content: ""
}

.icon-toggle-down:before, .icon-caret-square-o-down:before {
    content: ""
}

.icon-toggle-up:before, .icon-caret-square-o-up:before {
    content: ""
}

.icon-toggle-right:before, .icon-caret-square-o-right:before {
    content: ""
}

.icon-euro:before, .icon-eur:before {
    content: ""
}

.icon-gbp:before {
    content: ""
}

.icon-dollar:before, .icon-usd:before {
    content: ""
}

.icon-rupee:before, .icon-inr:before {
    content: ""
}

.icon-cny:before, .icon-rmb:before, .icon-yen:before, .icon-jpy:before {
    content: ""
}

.icon-ruble:before, .icon-rouble:before, .icon-rub:before {
    content: ""
}

.icon-won:before, .icon-krw:before {
    content: ""
}

.icon-bitcoin:before, .icon-btc:before {
    content: ""
}

.icon-file:before {
    content: ""
}

.icon-file-text:before {
    content: ""
}

.icon-sort-alpha-asc:before {
    content: ""
}

.icon-sort-alpha-desc:before {
    content: ""
}

.icon-sort-amount-asc:before {
    content: ""
}

.icon-sort-amount-desc:before {
    content: ""
}

.icon-sort-numeric-asc:before {
    content: ""
}

.icon-sort-numeric-desc:before {
    content: ""
}

.icon-thumbs-up:before {
    content: ""
}

.icon-thumbs-down:before {
    content: ""
}

.icon-youtube-square:before {
    content: ""
}

.icon-youtube:before {
    content: ""
}

.icon-xing:before {
    content: ""
}

.icon-xing-square:before {
    content: ""
}

.icon-youtube-play:before {
    content: ""
}

.icon-dropbox:before {
    content: ""
}

.icon-stack-overflow:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-flickr:before {
    content: ""
}

.icon-adn:before {
    content: ""
}

.icon-bitbucket:before {
    content: ""
}

.icon-bitbucket-square:before {
    content: ""
}

.icon-tumblr:before {
    content: ""
}

.icon-tumblr-square:before {
    content: ""
}

.icon-long-arrow-down:before {
    content: ""
}

.icon-long-arrow-up:before {
    content: ""
}

.icon-long-arrow-left:before {
    content: ""
}

.icon-long-arrow-right:before {
    content: ""
}

.icon-apple:before {
    content: ""
}

.icon-windows:before {
    content: ""
}

.icon-android:before {
    content: ""
}

.icon-linux:before {
    content: ""
}

.icon-dribbble:before {
    content: ""
}

.icon-skype:before {
    content: ""
}

.icon-foursquare:before {
    content: ""
}

.icon-trello:before {
    content: ""
}

.icon-female:before {
    content: ""
}

.icon-male:before {
    content: ""
}

.icon-gittip:before, .icon-gratipay:before {
    content: ""
}

.icon-sun-o:before {
    content: ""
}

.icon-moon-o:before {
    content: ""
}

.icon-archive:before {
    content: ""
}

.icon-bug:before {
    content: ""
}

.icon-vk:before {
    content: ""
}

.icon-weibo:before {
    content: ""
}

.icon-renren:before {
    content: ""
}

.icon-pagelines:before {
    content: ""
}

.icon-stack-exchange:before {
    content: ""
}

.icon-arrow-circle-o-right:before {
    content: ""
}

.icon-arrow-circle-o-left:before {
    content: ""
}

.icon-toggle-left:before, .icon-caret-square-o-left:before {
    content: ""
}

.icon-dot-circle-o:before {
    content: ""
}

.icon-wheelchair:before {
    content: ""
}

.icon-vimeo-square:before {
    content: ""
}

.icon-turkish-lira:before, .icon-try:before {
    content: ""
}

.icon-plus-square-o:before {
    content: ""
}

.icon-space-shuttle:before {
    content: ""
}

.icon-slack:before {
    content: ""
}

.icon-envelope-square:before {
    content: ""
}

.icon-wordpress:before {
    content: ""
}

.icon-openid:before {
    content: ""
}

.icon-institution:before, .icon-bank:before, .icon-university:before {
    content: ""
}

.icon-mortar-board:before, .icon-graduation-cap:before {
    content: ""
}

.icon-yahoo:before {
    content: ""
}

.icon-google:before {
    content: ""
}

.icon-reddit:before {
    content: ""
}

.icon-reddit-square:before {
    content: ""
}

.icon-stumbleupon-circle:before {
    content: ""
}

.icon-stumbleupon:before {
    content: ""
}

.icon-delicious:before {
    content: ""
}

.icon-digg:before {
    content: ""
}

.icon-pied-piper:before {
    content: ""
}

.icon-pied-piper-alt:before {
    content: ""
}

.icon-drupal:before {
    content: ""
}

.icon-joomla:before {
    content: ""
}

.icon-language:before {
    content: ""
}

.icon-fax:before {
    content: ""
}

.icon-building:before {
    content: ""
}

.icon-child:before {
    content: ""
}

.icon-paw:before {
    content: ""
}

.icon-spoon:before {
    content: ""
}

.icon-cube:before {
    content: ""
}

.icon-cubes:before {
    content: ""
}

.icon-behance:before {
    content: ""
}

.icon-behance-square:before {
    content: ""
}

.icon-steam:before {
    content: ""
}

.icon-steam-square:before {
    content: ""
}

.icon-recycle:before {
    content: ""
}

.icon-automobile:before, .icon-car:before {
    content: ""
}

.icon-cab:before, .icon-taxi:before {
    content: ""
}

.icon-tree:before {
    content: ""
}

.icon-spotify:before {
    content: ""
}

.icon-deviantart:before {
    content: ""
}

.icon-soundcloud:before {
    content: ""
}

.icon-database:before {
    content: ""
}

.icon-file-pdf-o:before {
    content: ""
}

.icon-file-word-o:before {
    content: ""
}

.icon-file-excel-o:before {
    content: ""
}

.icon-file-powerpoint-o:before {
    content: ""
}

.icon-file-photo-o:before, .icon-file-picture-o:before, .icon-file-image-o:before {
    content: ""
}

.icon-file-zip-o:before, .icon-file-archive-o:before {
    content: ""
}

.icon-file-sound-o:before, .icon-file-audio-o:before {
    content: ""
}

.icon-file-movie-o:before, .icon-file-video-o:before {
    content: ""
}

.icon-file-code-o:before {
    content: ""
}

.icon-vine:before {
    content: ""
}

.icon-codepen:before {
    content: ""
}

.icon-jsfiddle:before {
    content: ""
}

.icon-life-bouy:before, .icon-life-buoy:before, .icon-life-saver:before, .icon-support:before, .icon-life-ring:before {
    content: ""
}

.icon-circle-o-notch:before {
    content: ""
}

.icon-ra:before, .icon-rebel:before {
    content: ""
}

.icon-ge:before, .icon-empire:before {
    content: ""
}

.icon-git-square:before {
    content: ""
}

.icon-git:before {
    content: ""
}

.icon-hacker-news:before {
    content: ""
}

.icon-tencent-weibo:before {
    content: ""
}

.icon-qq:before {
    content: ""
}

.icon-wechat:before, .icon-weixin:before {
    content: ""
}

.icon-send:before, .icon-paper-plane:before {
    content: ""
}

.icon-send-o:before, .icon-paper-plane-o:before {
    content: ""
}

.icon-history:before {
    content: ""
}

.icon-genderless:before, .icon-circle-thin:before {
    content: ""
}

.icon-header:before {
    content: ""
}

.icon-paragraph:before {
    content: ""
}

.icon-sliders:before {
    content: ""
}

.icon-share-alt:before {
    content: ""
}

.icon-share-alt-square:before {
    content: ""
}

.icon-bomb:before {
    content: ""
}

.icon-soccer-ball-o:before, .icon-futbol-o:before {
    content: ""
}

.icon-tty:before {
    content: ""
}

.icon-binoculars:before {
    content: ""
}

.icon-plug:before {
    content: ""
}

.icon-slideshare:before {
    content: ""
}

.icon-twitch:before {
    content: ""
}

.icon-yelp:before {
    content: ""
}

.icon-newspaper-o:before {
    content: ""
}

.icon-wifi:before {
    content: ""
}

.icon-calculator:before {
    content: ""
}

.icon-paypal:before {
    content: ""
}

.icon-google-wallet:before {
    content: ""
}

.icon-cc-visa:before {
    content: ""
}

.icon-cc-mastercard:before {
    content: ""
}

.icon-cc-discover:before {
    content: ""
}

.icon-cc-amex:before {
    content: ""
}

.icon-cc-paypal:before {
    content: ""
}

.icon-cc-stripe:before {
    content: ""
}

.icon-bell-slash:before {
    content: ""
}

.icon-bell-slash-o:before {
    content: ""
}

.icon-trash:before {
    content: ""
}

.icon-copyright:before {
    content: ""
}

.icon-at:before {
    content: ""
}

.icon-eyedropper:before {
    content: ""
}

.icon-paint-brush:before {
    content: ""
}

.icon-birthday-cake:before {
    content: ""
}

.icon-area-chart:before {
    content: ""
}

.icon-pie-chart:before {
    content: ""
}

.icon-line-chart:before {
    content: ""
}

.icon-lastfm:before {
    content: ""
}

.icon-lastfm-square:before {
    content: ""
}

.icon-toggle-off:before {
    content: ""
}

.icon-toggle-on:before {
    content: ""
}

.icon-bicycle:before {
    content: ""
}

.icon-bus:before {
    content: ""
}

.icon-ioxhost:before {
    content: ""
}

.icon-angellist:before {
    content: ""
}

.icon-cc:before {
    content: ""
}

.icon-shekel:before, .icon-sheqel:before, .icon-ils:before {
    content: ""
}

.icon-meanpath:before {
    content: ""
}

.icon-buysellads:before {
    content: ""
}

.icon-connectdevelop:before {
    content: ""
}

.icon-dashcube:before {
    content: ""
}

.icon-forumbee:before {
    content: ""
}

.icon-leanpub:before {
    content: ""
}

.icon-sellsy:before {
    content: ""
}

.icon-shirtsinbulk:before {
    content: ""
}

.icon-simplybuilt:before {
    content: ""
}

.icon-skyatlas:before {
    content: ""
}

.icon-cart-plus:before {
    content: ""
}

.icon-cart-arrow-down:before {
    content: ""
}

.icon-diamond:before {
    content: ""
}

.icon-ship:before {
    content: ""
}

.icon-user-secret:before {
    content: ""
}

.icon-motorcycle:before {
    content: ""
}

.icon-street-view:before {
    content: ""
}

.icon-heartbeat:before {
    content: ""
}

.icon-venus:before {
    content: ""
}

.icon-mars:before {
    content: ""
}

.icon-mercury:before {
    content: ""
}

.icon-transgender:before {
    content: ""
}

.icon-transgender-alt:before {
    content: ""
}

.icon-venus-double:before {
    content: ""
}

.icon-mars-double:before {
    content: ""
}

.icon-venus-mars:before {
    content: ""
}

.icon-mars-stroke:before {
    content: ""
}

.icon-mars-stroke-v:before {
    content: ""
}

.icon-mars-stroke-h:before {
    content: ""
}

.icon-neuter:before {
    content: ""
}

.icon-facebook-official:before {
    content: ""
}

.icon-pinterest-p:before {
    content: ""
}

.icon-whatsapp:before {
    content: ""
}

.icon-server:before {
    content: ""
}

.icon-user-plus:before {
    content: ""
}

.icon-user-times:before {
    content: ""
}

.icon-hotel:before, .icon-bed:before {
    content: ""
}

.icon-viacoin:before {
    content: ""
}

.icon-train:before {
    content: ""
}

.icon-subway:before {
    content: ""
}

.icon-medium:before {
    content: ""
}

.icon {
    font-family: uq-icons,FontAwesome,"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-style: normal;
    font-weight: inherit
}

    .icon:hover {
        text-decoration: none
    }

.icon--prefix::before {
    margin-right: .7rem
}

.icon--suffix::before {
    float: right;
    margin-left: .7rem;
    margin-top: .15rem
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}



    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }



optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

meta.foundation-version {
    font-family: "/5.5.2/"
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0
}

meta.foundation-mq-small-only {
    font-family: "/only screen and (max-width: 40em)/";
    width: 0
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.0625em)/";
    width: 40.0625em
}

meta.foundation-mq-medium-only {
    font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
    width: 40.0625em
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.0625em)/";
    width: 64.0625em
}

meta.foundation-mq-large-only {
    font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
    width: 64.0625em
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.0625em)/";
    width: 90.0625em
}

meta.foundation-mq-xlarge-only {
    font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
    width: 90.0625em
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.0625em)/";
    width: 120.0625em
}

meta.foundation-data-attribute-namespace {
    font-family: false
}

html, body {
    height: 100%
}

html {
    box-sizing: border-box
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    /*box-sizing: inherit*/
}

html, body {
    font-size: 16px
}

body {
    background: #fff;
    color: #222;
    cursor: auto;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
    padding: 0;
    position: relative
}

a:hover {
    cursor: pointer
}

/*img {
    max-width: 100%;
    height: auto
}

img {
    -ms-interpolation-mode: bicubic
}*/



.left {
    float: left !important
}

.right {
    float: right !important
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.hide {
    display: none
}

.invisible {
    visibility: hidden
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle
}

textarea {
    height: auto;
    min-height: 50px
}

select {
    width: 100%
}

.row {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%
}

    .row:before, .row:after {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }

    .row.collapse > .column, .row.collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .row.collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .row .row {
        margin: 0 -.9375rem;
        max-width: none;
        width: auto
    }

        .row .row:before, .row .row:after {
            content: " ";
            display: table
        }

        .row .row:after {
            clear: both
        }

        .row .row.collapse {
            margin: 0;
            max-width: none;
            width: auto
        }

            .row .row.collapse:before, .row .row.collapse:after {
                content: " ";
                display: table
            }

            .row .row.collapse:after {
                clear: both
            }

.column, .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 100%;
    float: left
}

    .column + .column:last-child, .columns + .column:last-child, .column + .columns:last-child, .columns + .columns:last-child {
        float: right
    }

    .column + .column.end, .columns + .column.end, .column + .columns.end, .columns + .columns.end {
        float: left
    }

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .small-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    .small-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    .small-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    .small-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    .small-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .small-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    .small-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    .small-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    .small-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .small-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    .small-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    .small-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    .small-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .small-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    .small-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    .small-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    .small-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    .column, .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }

    .small-1 {
        width: 8.33333%
    }

    .small-2 {
        width: 16.66667%
    }

    .small-3 {
        width: 25%
    }

    .small-4 {
        width: 33.33333%
    }

    .small-5 {
        width: 41.66667%
    }

    .small-6 {
        width: 50%
    }

    .small-7 {
        width: 58.33333%
    }

    .small-8 {
        width: 66.66667%
    }

    .small-9 {
        width: 75%
    }

    .small-10 {
        width: 83.33333%
    }

    .small-11 {
        width: 91.66667%
    }

    .small-12 {
        width: 100%
    }

    .small-offset-0 {
        margin-left: 0 !important
    }

    .small-offset-1 {
        margin-left: 8.33333% !important
    }

    .small-offset-2 {
        margin-left: 16.66667% !important
    }

    .small-offset-3 {
        margin-left: 25% !important
    }

    .small-offset-4 {
        margin-left: 33.33333% !important
    }

    .small-offset-5 {
        margin-left: 41.66667% !important
    }

    .small-offset-6 {
        margin-left: 50% !important
    }

    .small-offset-7 {
        margin-left: 58.33333% !important
    }

    .small-offset-8 {
        margin-left: 66.66667% !important
    }

    .small-offset-9 {
        margin-left: 75% !important
    }

    .small-offset-10 {
        margin-left: 83.33333% !important
    }

    .small-offset-11 {
        margin-left: 91.66667% !important
    }

    .small-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    .column.small-centered, .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .column.small-uncentered, .columns.small-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    .column.small-centered:last-child, .columns.small-centered:last-child {
        float: none
    }

    .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
        float: left
    }

    .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
        float: right
    }

    .row.small-collapse > .column, .row.small-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }
}

@media only screen and (min-width: 40.0625em) {
    .medium-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .medium-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    .medium-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    .medium-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    .medium-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    .medium-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .medium-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    .medium-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    .medium-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    .medium-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .medium-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    .medium-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    .medium-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    .medium-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .medium-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    .medium-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    .medium-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    .medium-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    .column, .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }

    .medium-1 {
        width: 8.33333%
    }

    .medium-2 {
        width: 16.66667%
    }

    .medium-3 {
        width: 25%
    }

    .medium-4 {
        width: 33.33333%
    }

    .medium-5 {
        width: 41.66667%
    }

    .medium-6 {
        width: 50%
    }

    .medium-7 {
        width: 58.33333%
    }

    .medium-8 {
        width: 66.66667%
    }

    .medium-9 {
        width: 75%
    }

    .medium-10 {
        width: 83.33333%
    }

    .medium-11 {
        width: 91.66667%
    }

    .medium-12 {
        width: 100%
    }

    .medium-offset-0 {
        margin-left: 0 !important
    }

    .medium-offset-1 {
        margin-left: 8.33333% !important
    }

    .medium-offset-2 {
        margin-left: 16.66667% !important
    }

    .medium-offset-3 {
        margin-left: 25% !important
    }

    .medium-offset-4 {
        margin-left: 33.33333% !important
    }

    .medium-offset-5 {
        margin-left: 41.66667% !important
    }

    .medium-offset-6 {
        margin-left: 50% !important
    }

    .medium-offset-7 {
        margin-left: 58.33333% !important
    }

    .medium-offset-8 {
        margin-left: 66.66667% !important
    }

    .medium-offset-9 {
        margin-left: 75% !important
    }

    .medium-offset-10 {
        margin-left: 83.33333% !important
    }

    .medium-offset-11 {
        margin-left: 91.66667% !important
    }

    .medium-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    .column.medium-centered, .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .column.medium-uncentered, .columns.medium-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    .column.medium-centered:last-child, .columns.medium-centered:last-child {
        float: none
    }

    .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
        float: left
    }

    .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
        float: right
    }

    .row.medium-collapse > .column, .row.medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }

    .push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}

@media only screen and (min-width: 64.0625em) {
    .large-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .large-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    .large-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    .large-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    .large-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    .large-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .large-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    .large-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    .large-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    .large-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .large-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    .large-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    .large-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    .large-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .large-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    .large-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    .large-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    .large-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    .column, .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }

    .large-1 {
        width: 8.33333%
    }

    .large-2 {
        width: 16.66667%
    }

    .large-3 {
        width: 25%
    }

    .large-4 {
        width: 33.33333%
    }

    .large-5 {
        width: 41.66667%
    }

    .large-6 {
        width: 50%
    }

    .large-7 {
        width: 58.33333%
    }

    .large-8 {
        width: 66.66667%
    }

    .large-9 {
        width: 75%
    }

    .large-10 {
        width: 83.33333%
    }

    .large-11 {
        width: 91.66667%
    }

    .large-12 {
        width: 100%
    }

    .large-offset-0 {
        margin-left: 0 !important
    }

    .large-offset-1 {
        margin-left: 8.33333% !important
    }

    .large-offset-2 {
        margin-left: 16.66667% !important
    }

    .large-offset-3 {
        margin-left: 25% !important
    }

    .large-offset-4 {
        margin-left: 33.33333% !important
    }

    .large-offset-5 {
        margin-left: 41.66667% !important
    }

    .large-offset-6 {
        margin-left: 50% !important
    }

    .large-offset-7 {
        margin-left: 58.33333% !important
    }

    .large-offset-8 {
        margin-left: 66.66667% !important
    }

    .large-offset-9 {
        margin-left: 75% !important
    }

    .large-offset-10 {
        margin-left: 83.33333% !important
    }

    .large-offset-11 {
        margin-left: 91.66667% !important
    }

    .large-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    .column.large-centered, .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .column.large-uncentered, .columns.large-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    .column.large-centered:last-child, .columns.large-centered:last-child {
        float: none
    }

    .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
        float: left
    }

    .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
        float: right
    }

    .row.large-collapse > .column, .row.large-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }

    .push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}

[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0
}

    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
        content: " ";
        display: table
    }

    [class*="block-grid-"]:after {
        clear: both
    }

    [class*="block-grid-"] > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 .9375rem 1.875rem
    }

@media only screen {
    .small-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

        .small-block-grid-1 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both
        }

        .small-block-grid-1 > li:nth-of-type(1n) {
            padding-left: 0rem;
            padding-right: 0rem
        }

    .small-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

        .small-block-grid-2 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both
        }

        .small-block-grid-2 > li:nth-of-type(2n+1) {
            padding-left: 0rem;
            padding-right: .9375rem
        }

        .small-block-grid-2 > li:nth-of-type(2n) {
            padding-left: .9375rem;
            padding-right: 0rem
        }

    .small-block-grid-3 > li {
        list-style: none;
        width: 33.33333%
    }

        .small-block-grid-3 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both
        }

        .small-block-grid-3 > li:nth-of-type(3n+1) {
            padding-left: 0rem;
            padding-right: 1.25rem
        }

        .small-block-grid-3 > li:nth-of-type(3n+2) {
            padding-left: .625rem;
            padding-right: .625rem
        }

        .small-block-grid-3 > li:nth-of-type(3n) {
            padding-left: 1.25rem;
            padding-right: 0rem
        }

    .small-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

        .small-block-grid-4 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both
        }

        .small-block-grid-4 > li:nth-of-type(4n+1) {
            padding-left: 0rem;
            padding-right: 1.40625rem
        }

        .small-block-grid-4 > li:nth-of-type(4n+2) {
            padding-left: .46875rem;
            padding-right: .9375rem
        }

        .small-block-grid-4 > li:nth-of-type(4n+3) {
            padding-left: .9375rem;
            padding-right: .46875rem
        }

        .small-block-grid-4 > li:nth-of-type(4n) {
            padding-left: 1.40625rem;
            padding-right: 0rem
        }

    .small-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

        .small-block-grid-5 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both
        }

        .small-block-grid-5 > li:nth-of-type(5n+1) {
            padding-left: 0rem;
            padding-right: 1.5rem
        }

        .small-block-grid-5 > li:nth-of-type(5n+2) {
            padding-left: .375rem;
            padding-right: 1.125rem
        }

        .small-block-grid-5 > li:nth-of-type(5n+3) {
            padding-left: .75rem;
            padding-right: .75rem
        }

        .small-block-grid-5 > li:nth-of-type(5n+4) {
            padding-left: 1.125rem;
            padding-right: .375rem
        }

        .small-block-grid-5 > li:nth-of-type(5n) {
            padding-left: 1.5rem;
            padding-right: 0rem
        }

    .small-block-grid-6 > li {
        list-style: none;
        width: 16.66667%
    }

        .small-block-grid-6 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both
        }

        .small-block-grid-6 > li:nth-of-type(6n+1) {
            padding-left: 0rem;
            padding-right: 1.5625rem
        }

        .small-block-grid-6 > li:nth-of-type(6n+2) {
            padding-left: .3125rem;
            padding-right: 1.25rem
        }

        .small-block-grid-6 > li:nth-of-type(6n+3) {
            padding-left: .625rem;
            padding-right: .9375rem
        }

        .small-block-grid-6 > li:nth-of-type(6n+4) {
            padding-left: .9375rem;
            padding-right: .625rem
        }

        .small-block-grid-6 > li:nth-of-type(6n+5) {
            padding-left: 1.25rem;
            padding-right: .3125rem
        }

        .small-block-grid-6 > li:nth-of-type(6n) {
            padding-left: 1.5625rem;
            padding-right: 0rem
        }

    .small-block-grid-7 > li {
        list-style: none;
        width: 14.28571%
    }

        .small-block-grid-7 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both
        }

        .small-block-grid-7 > li:nth-of-type(7n+1) {
            padding-left: 0rem;
            padding-right: 1.60714rem
        }

        .small-block-grid-7 > li:nth-of-type(7n+2) {
            padding-left: .26786rem;
            padding-right: 1.33929rem
        }

        .small-block-grid-7 > li:nth-of-type(7n+3) {
            padding-left: .53571rem;
            padding-right: 1.07143rem
        }

        .small-block-grid-7 > li:nth-of-type(7n+4) {
            padding-left: .80357rem;
            padding-right: .80357rem
        }

        .small-block-grid-7 > li:nth-of-type(7n+5) {
            padding-left: 1.07143rem;
            padding-right: .53571rem
        }

        .small-block-grid-7 > li:nth-of-type(7n+6) {
            padding-left: 1.33929rem;
            padding-right: .26786rem
        }

        .small-block-grid-7 > li:nth-of-type(7n) {
            padding-left: 1.60714rem;
            padding-right: 0rem
        }

    .small-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

        .small-block-grid-8 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both
        }

        .small-block-grid-8 > li:nth-of-type(8n+1) {
            padding-left: 0rem;
            padding-right: 1.64063rem
        }

        .small-block-grid-8 > li:nth-of-type(8n+2) {
            padding-left: .23438rem;
            padding-right: 1.40625rem
        }

        .small-block-grid-8 > li:nth-of-type(8n+3) {
            padding-left: .46875rem;
            padding-right: 1.17188rem
        }

        .small-block-grid-8 > li:nth-of-type(8n+4) {
            padding-left: .70313rem;
            padding-right: .9375rem
        }

        .small-block-grid-8 > li:nth-of-type(8n+5) {
            padding-left: .9375rem;
            padding-right: .70313rem
        }

        .small-block-grid-8 > li:nth-of-type(8n+6) {
            padding-left: 1.17188rem;
            padding-right: .46875rem
        }

        .small-block-grid-8 > li:nth-of-type(8n+7) {
            padding-left: 1.40625rem;
            padding-right: .23438rem
        }

        .small-block-grid-8 > li:nth-of-type(8n) {
            padding-left: 1.64063rem;
            padding-right: 0rem
        }

    .small-block-grid-9 > li {
        list-style: none;
        width: 11.11111%
    }

        .small-block-grid-9 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both
        }

        .small-block-grid-9 > li:nth-of-type(9n+1) {
            padding-left: 0rem;
            padding-right: 1.66667rem
        }

        .small-block-grid-9 > li:nth-of-type(9n+2) {
            padding-left: .20833rem;
            padding-right: 1.45833rem
        }

        .small-block-grid-9 > li:nth-of-type(9n+3) {
            padding-left: .41667rem;
            padding-right: 1.25rem
        }

        .small-block-grid-9 > li:nth-of-type(9n+4) {
            padding-left: .625rem;
            padding-right: 1.04167rem
        }

        .small-block-grid-9 > li:nth-of-type(9n+5) {
            padding-left: .83333rem;
            padding-right: .83333rem
        }

        .small-block-grid-9 > li:nth-of-type(9n+6) {
            padding-left: 1.04167rem;
            padding-right: .625rem
        }

        .small-block-grid-9 > li:nth-of-type(9n+7) {
            padding-left: 1.25rem;
            padding-right: .41667rem
        }

        .small-block-grid-9 > li:nth-of-type(9n+8) {
            padding-left: 1.45833rem;
            padding-right: .20833rem
        }

        .small-block-grid-9 > li:nth-of-type(9n) {
            padding-left: 1.66667rem;
            padding-right: 0rem
        }

    .small-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

        .small-block-grid-10 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both
        }

        .small-block-grid-10 > li:nth-of-type(10n+1) {
            padding-left: 0rem;
            padding-right: 1.6875rem
        }

        .small-block-grid-10 > li:nth-of-type(10n+2) {
            padding-left: .1875rem;
            padding-right: 1.5rem
        }

        .small-block-grid-10 > li:nth-of-type(10n+3) {
            padding-left: .375rem;
            padding-right: 1.3125rem
        }

        .small-block-grid-10 > li:nth-of-type(10n+4) {
            padding-left: .5625rem;
            padding-right: 1.125rem
        }

        .small-block-grid-10 > li:nth-of-type(10n+5) {
            padding-left: .75rem;
            padding-right: .9375rem
        }

        .small-block-grid-10 > li:nth-of-type(10n+6) {
            padding-left: .9375rem;
            padding-right: .75rem
        }

        .small-block-grid-10 > li:nth-of-type(10n+7) {
            padding-left: 1.125rem;
            padding-right: .5625rem
        }

        .small-block-grid-10 > li:nth-of-type(10n+8) {
            padding-left: 1.3125rem;
            padding-right: .375rem
        }

        .small-block-grid-10 > li:nth-of-type(10n+9) {
            padding-left: 1.5rem;
            padding-right: .1875rem
        }

        .small-block-grid-10 > li:nth-of-type(10n) {
            padding-left: 1.6875rem;
            padding-right: 0rem
        }

    .small-block-grid-11 > li {
        list-style: none;
        width: 9.09091%
    }

        .small-block-grid-11 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both
        }

        .small-block-grid-11 > li:nth-of-type(11n+1) {
            padding-left: 0rem;
            padding-right: 1.70455rem
        }

        .small-block-grid-11 > li:nth-of-type(11n+2) {
            padding-left: .17045rem;
            padding-right: 1.53409rem
        }

        .small-block-grid-11 > li:nth-of-type(11n+3) {
            padding-left: .34091rem;
            padding-right: 1.36364rem
        }

        .small-block-grid-11 > li:nth-of-type(11n+4) {
            padding-left: .51136rem;
            padding-right: 1.19318rem
        }

        .small-block-grid-11 > li:nth-of-type(11n+5) {
            padding-left: .68182rem;
            padding-right: 1.02273rem
        }

        .small-block-grid-11 > li:nth-of-type(11n+6) {
            padding-left: .85227rem;
            padding-right: .85227rem
        }

        .small-block-grid-11 > li:nth-of-type(11n+7) {
            padding-left: 1.02273rem;
            padding-right: .68182rem
        }

        .small-block-grid-11 > li:nth-of-type(11n+8) {
            padding-left: 1.19318rem;
            padding-right: .51136rem
        }

        .small-block-grid-11 > li:nth-of-type(11n+9) {
            padding-left: 1.36364rem;
            padding-right: .34091rem
        }

        .small-block-grid-11 > li:nth-of-type(11n+10) {
            padding-left: 1.53409rem;
            padding-right: .17045rem
        }

        .small-block-grid-11 > li:nth-of-type(11n) {
            padding-left: 1.70455rem;
            padding-right: 0rem
        }

    .small-block-grid-12 > li {
        list-style: none;
        width: 8.33333%
    }

        .small-block-grid-12 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both
        }

        .small-block-grid-12 > li:nth-of-type(12n+1) {
            padding-left: 0rem;
            padding-right: 1.71875rem
        }

        .small-block-grid-12 > li:nth-of-type(12n+2) {
            padding-left: .15625rem;
            padding-right: 1.5625rem
        }

        .small-block-grid-12 > li:nth-of-type(12n+3) {
            padding-left: .3125rem;
            padding-right: 1.40625rem
        }

        .small-block-grid-12 > li:nth-of-type(12n+4) {
            padding-left: .46875rem;
            padding-right: 1.25rem
        }

        .small-block-grid-12 > li:nth-of-type(12n+5) {
            padding-left: .625rem;
            padding-right: 1.09375rem
        }

        .small-block-grid-12 > li:nth-of-type(12n+6) {
            padding-left: .78125rem;
            padding-right: .9375rem
        }

        .small-block-grid-12 > li:nth-of-type(12n+7) {
            padding-left: .9375rem;
            padding-right: .78125rem
        }

        .small-block-grid-12 > li:nth-of-type(12n+8) {
            padding-left: 1.09375rem;
            padding-right: .625rem
        }

        .small-block-grid-12 > li:nth-of-type(12n+9) {
            padding-left: 1.25rem;
            padding-right: .46875rem
        }

        .small-block-grid-12 > li:nth-of-type(12n+10) {
            padding-left: 1.40625rem;
            padding-right: .3125rem
        }

        .small-block-grid-12 > li:nth-of-type(12n+11) {
            padding-left: 1.5625rem;
            padding-right: .15625rem
        }

        .small-block-grid-12 > li:nth-of-type(12n) {
            padding-left: 1.71875rem;
            padding-right: 0rem
        }
}

@media only screen and (min-width: 40.0625em) {
    .medium-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

        .medium-block-grid-1 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both
        }

        .medium-block-grid-1 > li:nth-of-type(1n) {
            padding-left: 0rem;
            padding-right: 0rem
        }

    .medium-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

        .medium-block-grid-2 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both
        }

        .medium-block-grid-2 > li:nth-of-type(2n+1) {
            padding-left: 0rem;
            padding-right: .9375rem
        }

        .medium-block-grid-2 > li:nth-of-type(2n) {
            padding-left: .9375rem;
            padding-right: 0rem
        }

    .medium-block-grid-3 > li {
        list-style: none;
        width: 33.33333%
    }

        .medium-block-grid-3 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both
        }

        .medium-block-grid-3 > li:nth-of-type(3n+1) {
            padding-left: 0rem;
            padding-right: 1.25rem
        }

        .medium-block-grid-3 > li:nth-of-type(3n+2) {
            padding-left: .625rem;
            padding-right: .625rem
        }

        .medium-block-grid-3 > li:nth-of-type(3n) {
            padding-left: 1.25rem;
            padding-right: 0rem
        }

    .medium-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

        .medium-block-grid-4 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both
        }

        .medium-block-grid-4 > li:nth-of-type(4n+1) {
            padding-left: 0rem;
            padding-right: 1.40625rem
        }

        .medium-block-grid-4 > li:nth-of-type(4n+2) {
            padding-left: .46875rem;
            padding-right: .9375rem
        }

        .medium-block-grid-4 > li:nth-of-type(4n+3) {
            padding-left: .9375rem;
            padding-right: .46875rem
        }

        .medium-block-grid-4 > li:nth-of-type(4n) {
            padding-left: 1.40625rem;
            padding-right: 0rem
        }

    .medium-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

        .medium-block-grid-5 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both
        }

        .medium-block-grid-5 > li:nth-of-type(5n+1) {
            padding-left: 0rem;
            padding-right: 1.5rem
        }

        .medium-block-grid-5 > li:nth-of-type(5n+2) {
            padding-left: .375rem;
            padding-right: 1.125rem
        }

        .medium-block-grid-5 > li:nth-of-type(5n+3) {
            padding-left: .75rem;
            padding-right: .75rem
        }

        .medium-block-grid-5 > li:nth-of-type(5n+4) {
            padding-left: 1.125rem;
            padding-right: .375rem
        }

        .medium-block-grid-5 > li:nth-of-type(5n) {
            padding-left: 1.5rem;
            padding-right: 0rem
        }

    .medium-block-grid-6 > li {
        list-style: none;
        width: 16.66667%
    }

        .medium-block-grid-6 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both
        }

        .medium-block-grid-6 > li:nth-of-type(6n+1) {
            padding-left: 0rem;
            padding-right: 1.5625rem
        }

        .medium-block-grid-6 > li:nth-of-type(6n+2) {
            padding-left: .3125rem;
            padding-right: 1.25rem
        }

        .medium-block-grid-6 > li:nth-of-type(6n+3) {
            padding-left: .625rem;
            padding-right: .9375rem
        }

        .medium-block-grid-6 > li:nth-of-type(6n+4) {
            padding-left: .9375rem;
            padding-right: .625rem
        }

        .medium-block-grid-6 > li:nth-of-type(6n+5) {
            padding-left: 1.25rem;
            padding-right: .3125rem
        }

        .medium-block-grid-6 > li:nth-of-type(6n) {
            padding-left: 1.5625rem;
            padding-right: 0rem
        }

    .medium-block-grid-7 > li {
        list-style: none;
        width: 14.28571%
    }

        .medium-block-grid-7 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both
        }

        .medium-block-grid-7 > li:nth-of-type(7n+1) {
            padding-left: 0rem;
            padding-right: 1.60714rem
        }

        .medium-block-grid-7 > li:nth-of-type(7n+2) {
            padding-left: .26786rem;
            padding-right: 1.33929rem
        }

        .medium-block-grid-7 > li:nth-of-type(7n+3) {
            padding-left: .53571rem;
            padding-right: 1.07143rem
        }

        .medium-block-grid-7 > li:nth-of-type(7n+4) {
            padding-left: .80357rem;
            padding-right: .80357rem
        }

        .medium-block-grid-7 > li:nth-of-type(7n+5) {
            padding-left: 1.07143rem;
            padding-right: .53571rem
        }

        .medium-block-grid-7 > li:nth-of-type(7n+6) {
            padding-left: 1.33929rem;
            padding-right: .26786rem
        }

        .medium-block-grid-7 > li:nth-of-type(7n) {
            padding-left: 1.60714rem;
            padding-right: 0rem
        }

    .medium-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

        .medium-block-grid-8 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both
        }

        .medium-block-grid-8 > li:nth-of-type(8n+1) {
            padding-left: 0rem;
            padding-right: 1.64063rem
        }

        .medium-block-grid-8 > li:nth-of-type(8n+2) {
            padding-left: .23438rem;
            padding-right: 1.40625rem
        }

        .medium-block-grid-8 > li:nth-of-type(8n+3) {
            padding-left: .46875rem;
            padding-right: 1.17188rem
        }

        .medium-block-grid-8 > li:nth-of-type(8n+4) {
            padding-left: .70313rem;
            padding-right: .9375rem
        }

        .medium-block-grid-8 > li:nth-of-type(8n+5) {
            padding-left: .9375rem;
            padding-right: .70313rem
        }

        .medium-block-grid-8 > li:nth-of-type(8n+6) {
            padding-left: 1.17188rem;
            padding-right: .46875rem
        }

        .medium-block-grid-8 > li:nth-of-type(8n+7) {
            padding-left: 1.40625rem;
            padding-right: .23438rem
        }

        .medium-block-grid-8 > li:nth-of-type(8n) {
            padding-left: 1.64063rem;
            padding-right: 0rem
        }

    .medium-block-grid-9 > li {
        list-style: none;
        width: 11.11111%
    }

        .medium-block-grid-9 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both
        }

        .medium-block-grid-9 > li:nth-of-type(9n+1) {
            padding-left: 0rem;
            padding-right: 1.66667rem
        }

        .medium-block-grid-9 > li:nth-of-type(9n+2) {
            padding-left: .20833rem;
            padding-right: 1.45833rem
        }

        .medium-block-grid-9 > li:nth-of-type(9n+3) {
            padding-left: .41667rem;
            padding-right: 1.25rem
        }

        .medium-block-grid-9 > li:nth-of-type(9n+4) {
            padding-left: .625rem;
            padding-right: 1.04167rem
        }

        .medium-block-grid-9 > li:nth-of-type(9n+5) {
            padding-left: .83333rem;
            padding-right: .83333rem
        }

        .medium-block-grid-9 > li:nth-of-type(9n+6) {
            padding-left: 1.04167rem;
            padding-right: .625rem
        }

        .medium-block-grid-9 > li:nth-of-type(9n+7) {
            padding-left: 1.25rem;
            padding-right: .41667rem
        }

        .medium-block-grid-9 > li:nth-of-type(9n+8) {
            padding-left: 1.45833rem;
            padding-right: .20833rem
        }

        .medium-block-grid-9 > li:nth-of-type(9n) {
            padding-left: 1.66667rem;
            padding-right: 0rem
        }

    .medium-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

        .medium-block-grid-10 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both
        }

        .medium-block-grid-10 > li:nth-of-type(10n+1) {
            padding-left: 0rem;
            padding-right: 1.6875rem
        }

        .medium-block-grid-10 > li:nth-of-type(10n+2) {
            padding-left: .1875rem;
            padding-right: 1.5rem
        }

        .medium-block-grid-10 > li:nth-of-type(10n+3) {
            padding-left: .375rem;
            padding-right: 1.3125rem
        }

        .medium-block-grid-10 > li:nth-of-type(10n+4) {
            padding-left: .5625rem;
            padding-right: 1.125rem
        }

        .medium-block-grid-10 > li:nth-of-type(10n+5) {
            padding-left: .75rem;
            padding-right: .9375rem
        }

        .medium-block-grid-10 > li:nth-of-type(10n+6) {
            padding-left: .9375rem;
            padding-right: .75rem
        }

        .medium-block-grid-10 > li:nth-of-type(10n+7) {
            padding-left: 1.125rem;
            padding-right: .5625rem
        }

        .medium-block-grid-10 > li:nth-of-type(10n+8) {
            padding-left: 1.3125rem;
            padding-right: .375rem
        }

        .medium-block-grid-10 > li:nth-of-type(10n+9) {
            padding-left: 1.5rem;
            padding-right: .1875rem
        }

        .medium-block-grid-10 > li:nth-of-type(10n) {
            padding-left: 1.6875rem;
            padding-right: 0rem
        }

    .medium-block-grid-11 > li {
        list-style: none;
        width: 9.09091%
    }

        .medium-block-grid-11 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both
        }

        .medium-block-grid-11 > li:nth-of-type(11n+1) {
            padding-left: 0rem;
            padding-right: 1.70455rem
        }

        .medium-block-grid-11 > li:nth-of-type(11n+2) {
            padding-left: .17045rem;
            padding-right: 1.53409rem
        }

        .medium-block-grid-11 > li:nth-of-type(11n+3) {
            padding-left: .34091rem;
            padding-right: 1.36364rem
        }

        .medium-block-grid-11 > li:nth-of-type(11n+4) {
            padding-left: .51136rem;
            padding-right: 1.19318rem
        }

        .medium-block-grid-11 > li:nth-of-type(11n+5) {
            padding-left: .68182rem;
            padding-right: 1.02273rem
        }

        .medium-block-grid-11 > li:nth-of-type(11n+6) {
            padding-left: .85227rem;
            padding-right: .85227rem
        }

        .medium-block-grid-11 > li:nth-of-type(11n+7) {
            padding-left: 1.02273rem;
            padding-right: .68182rem
        }

        .medium-block-grid-11 > li:nth-of-type(11n+8) {
            padding-left: 1.19318rem;
            padding-right: .51136rem
        }

        .medium-block-grid-11 > li:nth-of-type(11n+9) {
            padding-left: 1.36364rem;
            padding-right: .34091rem
        }

        .medium-block-grid-11 > li:nth-of-type(11n+10) {
            padding-left: 1.53409rem;
            padding-right: .17045rem
        }

        .medium-block-grid-11 > li:nth-of-type(11n) {
            padding-left: 1.70455rem;
            padding-right: 0rem
        }

    .medium-block-grid-12 > li {
        list-style: none;
        width: 8.33333%
    }

        .medium-block-grid-12 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both
        }

        .medium-block-grid-12 > li:nth-of-type(12n+1) {
            padding-left: 0rem;
            padding-right: 1.71875rem
        }

        .medium-block-grid-12 > li:nth-of-type(12n+2) {
            padding-left: .15625rem;
            padding-right: 1.5625rem
        }

        .medium-block-grid-12 > li:nth-of-type(12n+3) {
            padding-left: .3125rem;
            padding-right: 1.40625rem
        }

        .medium-block-grid-12 > li:nth-of-type(12n+4) {
            padding-left: .46875rem;
            padding-right: 1.25rem
        }

        .medium-block-grid-12 > li:nth-of-type(12n+5) {
            padding-left: .625rem;
            padding-right: 1.09375rem
        }

        .medium-block-grid-12 > li:nth-of-type(12n+6) {
            padding-left: .78125rem;
            padding-right: .9375rem
        }

        .medium-block-grid-12 > li:nth-of-type(12n+7) {
            padding-left: .9375rem;
            padding-right: .78125rem
        }

        .medium-block-grid-12 > li:nth-of-type(12n+8) {
            padding-left: 1.09375rem;
            padding-right: .625rem
        }

        .medium-block-grid-12 > li:nth-of-type(12n+9) {
            padding-left: 1.25rem;
            padding-right: .46875rem
        }

        .medium-block-grid-12 > li:nth-of-type(12n+10) {
            padding-left: 1.40625rem;
            padding-right: .3125rem
        }

        .medium-block-grid-12 > li:nth-of-type(12n+11) {
            padding-left: 1.5625rem;
            padding-right: .15625rem
        }

        .medium-block-grid-12 > li:nth-of-type(12n) {
            padding-left: 1.71875rem;
            padding-right: 0rem
        }
}

@media only screen and (min-width: 64.0625em) {
    .large-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

        .large-block-grid-1 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both
        }

        .large-block-grid-1 > li:nth-of-type(1n) {
            padding-left: 0rem;
            padding-right: 0rem
        }

    .large-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

        .large-block-grid-2 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both
        }

        .large-block-grid-2 > li:nth-of-type(2n+1) {
            padding-left: 0rem;
            padding-right: .9375rem
        }

        .large-block-grid-2 > li:nth-of-type(2n) {
            padding-left: .9375rem;
            padding-right: 0rem
        }

    .large-block-grid-3 > li {
        list-style: none;
        width: 33.33333%
    }

        .large-block-grid-3 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both
        }

        .large-block-grid-3 > li:nth-of-type(3n+1) {
            padding-left: 0rem;
            padding-right: 1.25rem
        }

        .large-block-grid-3 > li:nth-of-type(3n+2) {
            padding-left: .625rem;
            padding-right: .625rem
        }

        .large-block-grid-3 > li:nth-of-type(3n) {
            padding-left: 1.25rem;
            padding-right: 0rem
        }

    .large-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

        .large-block-grid-4 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both
        }

        .large-block-grid-4 > li:nth-of-type(4n+1) {
            padding-left: 0rem;
            padding-right: 1.40625rem
        }

        .large-block-grid-4 > li:nth-of-type(4n+2) {
            padding-left: .46875rem;
            padding-right: .9375rem
        }

        .large-block-grid-4 > li:nth-of-type(4n+3) {
            padding-left: .9375rem;
            padding-right: .46875rem
        }

        .large-block-grid-4 > li:nth-of-type(4n) {
            padding-left: 1.40625rem;
            padding-right: 0rem
        }

    .large-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

        .large-block-grid-5 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both
        }

        .large-block-grid-5 > li:nth-of-type(5n+1) {
            padding-left: 0rem;
            padding-right: 1.5rem
        }

        .large-block-grid-5 > li:nth-of-type(5n+2) {
            padding-left: .375rem;
            padding-right: 1.125rem
        }

        .large-block-grid-5 > li:nth-of-type(5n+3) {
            padding-left: .75rem;
            padding-right: .75rem
        }

        .large-block-grid-5 > li:nth-of-type(5n+4) {
            padding-left: 1.125rem;
            padding-right: .375rem
        }

        .large-block-grid-5 > li:nth-of-type(5n) {
            padding-left: 1.5rem;
            padding-right: 0rem
        }

    .large-block-grid-6 > li {
        list-style: none;
        width: 16.66667%
    }

        .large-block-grid-6 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both
        }

        .large-block-grid-6 > li:nth-of-type(6n+1) {
            padding-left: 0rem;
            padding-right: 1.5625rem
        }

        .large-block-grid-6 > li:nth-of-type(6n+2) {
            padding-left: .3125rem;
            padding-right: 1.25rem
        }

        .large-block-grid-6 > li:nth-of-type(6n+3) {
            padding-left: .625rem;
            padding-right: .9375rem
        }

        .large-block-grid-6 > li:nth-of-type(6n+4) {
            padding-left: .9375rem;
            padding-right: .625rem
        }

        .large-block-grid-6 > li:nth-of-type(6n+5) {
            padding-left: 1.25rem;
            padding-right: .3125rem
        }

        .large-block-grid-6 > li:nth-of-type(6n) {
            padding-left: 1.5625rem;
            padding-right: 0rem
        }

    .large-block-grid-7 > li {
        list-style: none;
        width: 14.28571%
    }

        .large-block-grid-7 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both
        }

        .large-block-grid-7 > li:nth-of-type(7n+1) {
            padding-left: 0rem;
            padding-right: 1.60714rem
        }

        .large-block-grid-7 > li:nth-of-type(7n+2) {
            padding-left: .26786rem;
            padding-right: 1.33929rem
        }

        .large-block-grid-7 > li:nth-of-type(7n+3) {
            padding-left: .53571rem;
            padding-right: 1.07143rem
        }

        .large-block-grid-7 > li:nth-of-type(7n+4) {
            padding-left: .80357rem;
            padding-right: .80357rem
        }

        .large-block-grid-7 > li:nth-of-type(7n+5) {
            padding-left: 1.07143rem;
            padding-right: .53571rem
        }

        .large-block-grid-7 > li:nth-of-type(7n+6) {
            padding-left: 1.33929rem;
            padding-right: .26786rem
        }

        .large-block-grid-7 > li:nth-of-type(7n) {
            padding-left: 1.60714rem;
            padding-right: 0rem
        }

    .large-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

        .large-block-grid-8 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both
        }

        .large-block-grid-8 > li:nth-of-type(8n+1) {
            padding-left: 0rem;
            padding-right: 1.64063rem
        }

        .large-block-grid-8 > li:nth-of-type(8n+2) {
            padding-left: .23438rem;
            padding-right: 1.40625rem
        }

        .large-block-grid-8 > li:nth-of-type(8n+3) {
            padding-left: .46875rem;
            padding-right: 1.17188rem
        }

        .large-block-grid-8 > li:nth-of-type(8n+4) {
            padding-left: .70313rem;
            padding-right: .9375rem
        }

        .large-block-grid-8 > li:nth-of-type(8n+5) {
            padding-left: .9375rem;
            padding-right: .70313rem
        }

        .large-block-grid-8 > li:nth-of-type(8n+6) {
            padding-left: 1.17188rem;
            padding-right: .46875rem
        }

        .large-block-grid-8 > li:nth-of-type(8n+7) {
            padding-left: 1.40625rem;
            padding-right: .23438rem
        }

        .large-block-grid-8 > li:nth-of-type(8n) {
            padding-left: 1.64063rem;
            padding-right: 0rem
        }

    .large-block-grid-9 > li {
        list-style: none;
        width: 11.11111%
    }

        .large-block-grid-9 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both
        }

        .large-block-grid-9 > li:nth-of-type(9n+1) {
            padding-left: 0rem;
            padding-right: 1.66667rem
        }

        .large-block-grid-9 > li:nth-of-type(9n+2) {
            padding-left: .20833rem;
            padding-right: 1.45833rem
        }

        .large-block-grid-9 > li:nth-of-type(9n+3) {
            padding-left: .41667rem;
            padding-right: 1.25rem
        }

        .large-block-grid-9 > li:nth-of-type(9n+4) {
            padding-left: .625rem;
            padding-right: 1.04167rem
        }

        .large-block-grid-9 > li:nth-of-type(9n+5) {
            padding-left: .83333rem;
            padding-right: .83333rem
        }

        .large-block-grid-9 > li:nth-of-type(9n+6) {
            padding-left: 1.04167rem;
            padding-right: .625rem
        }

        .large-block-grid-9 > li:nth-of-type(9n+7) {
            padding-left: 1.25rem;
            padding-right: .41667rem
        }

        .large-block-grid-9 > li:nth-of-type(9n+8) {
            padding-left: 1.45833rem;
            padding-right: .20833rem
        }

        .large-block-grid-9 > li:nth-of-type(9n) {
            padding-left: 1.66667rem;
            padding-right: 0rem
        }

    .large-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

        .large-block-grid-10 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both
        }

        .large-block-grid-10 > li:nth-of-type(10n+1) {
            padding-left: 0rem;
            padding-right: 1.6875rem
        }

        .large-block-grid-10 > li:nth-of-type(10n+2) {
            padding-left: .1875rem;
            padding-right: 1.5rem
        }

        .large-block-grid-10 > li:nth-of-type(10n+3) {
            padding-left: .375rem;
            padding-right: 1.3125rem
        }

        .large-block-grid-10 > li:nth-of-type(10n+4) {
            padding-left: .5625rem;
            padding-right: 1.125rem
        }

        .large-block-grid-10 > li:nth-of-type(10n+5) {
            padding-left: .75rem;
            padding-right: .9375rem
        }

        .large-block-grid-10 > li:nth-of-type(10n+6) {
            padding-left: .9375rem;
            padding-right: .75rem
        }

        .large-block-grid-10 > li:nth-of-type(10n+7) {
            padding-left: 1.125rem;
            padding-right: .5625rem
        }

        .large-block-grid-10 > li:nth-of-type(10n+8) {
            padding-left: 1.3125rem;
            padding-right: .375rem
        }

        .large-block-grid-10 > li:nth-of-type(10n+9) {
            padding-left: 1.5rem;
            padding-right: .1875rem
        }

        .large-block-grid-10 > li:nth-of-type(10n) {
            padding-left: 1.6875rem;
            padding-right: 0rem
        }

    .large-block-grid-11 > li {
        list-style: none;
        width: 9.09091%
    }

        .large-block-grid-11 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both
        }

        .large-block-grid-11 > li:nth-of-type(11n+1) {
            padding-left: 0rem;
            padding-right: 1.70455rem
        }

        .large-block-grid-11 > li:nth-of-type(11n+2) {
            padding-left: .17045rem;
            padding-right: 1.53409rem
        }

        .large-block-grid-11 > li:nth-of-type(11n+3) {
            padding-left: .34091rem;
            padding-right: 1.36364rem
        }

        .large-block-grid-11 > li:nth-of-type(11n+4) {
            padding-left: .51136rem;
            padding-right: 1.19318rem
        }

        .large-block-grid-11 > li:nth-of-type(11n+5) {
            padding-left: .68182rem;
            padding-right: 1.02273rem
        }

        .large-block-grid-11 > li:nth-of-type(11n+6) {
            padding-left: .85227rem;
            padding-right: .85227rem
        }

        .large-block-grid-11 > li:nth-of-type(11n+7) {
            padding-left: 1.02273rem;
            padding-right: .68182rem
        }

        .large-block-grid-11 > li:nth-of-type(11n+8) {
            padding-left: 1.19318rem;
            padding-right: .51136rem
        }

        .large-block-grid-11 > li:nth-of-type(11n+9) {
            padding-left: 1.36364rem;
            padding-right: .34091rem
        }

        .large-block-grid-11 > li:nth-of-type(11n+10) {
            padding-left: 1.53409rem;
            padding-right: .17045rem
        }

        .large-block-grid-11 > li:nth-of-type(11n) {
            padding-left: 1.70455rem;
            padding-right: 0rem
        }

    .large-block-grid-12 > li {
        list-style: none;
        width: 8.33333%
    }

        .large-block-grid-12 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both
        }

        .large-block-grid-12 > li:nth-of-type(12n+1) {
            padding-left: 0rem;
            padding-right: 1.71875rem
        }

        .large-block-grid-12 > li:nth-of-type(12n+2) {
            padding-left: .15625rem;
            padding-right: 1.5625rem
        }

        .large-block-grid-12 > li:nth-of-type(12n+3) {
            padding-left: .3125rem;
            padding-right: 1.40625rem
        }

        .large-block-grid-12 > li:nth-of-type(12n+4) {
            padding-left: .46875rem;
            padding-right: 1.25rem
        }

        .large-block-grid-12 > li:nth-of-type(12n+5) {
            padding-left: .625rem;
            padding-right: 1.09375rem
        }

        .large-block-grid-12 > li:nth-of-type(12n+6) {
            padding-left: .78125rem;
            padding-right: .9375rem
        }

        .large-block-grid-12 > li:nth-of-type(12n+7) {
            padding-left: .9375rem;
            padding-right: .78125rem
        }

        .large-block-grid-12 > li:nth-of-type(12n+8) {
            padding-left: 1.09375rem;
            padding-right: .625rem
        }

        .large-block-grid-12 > li:nth-of-type(12n+9) {
            padding-left: 1.25rem;
            padding-right: .46875rem
        }

        .large-block-grid-12 > li:nth-of-type(12n+10) {
            padding-left: 1.40625rem;
            padding-right: .3125rem
        }

        .large-block-grid-12 > li:nth-of-type(12n+11) {
            padding-left: 1.5625rem;
            padding-right: .15625rem
        }

        .large-block-grid-12 > li:nth-of-type(12n) {
            padding-left: 1.71875rem;
            padding-right: 0rem
        }
}

@media only screen {
    .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important
    }

    .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important
    }

    .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

    .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px
    }

    table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important
    }

    thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important
    }

    tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }

    tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row
    }

    th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 40.0625em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 64.0625em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 90.0625em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 120.0625em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

.show-for-landscape, .hide-for-portrait {
    display: inherit !important
}

.hide-for-landscape, .show-for-portrait {
    display: none !important
}

table.hide-for-landscape, table.show-for-portrait {
    display: table !important
}

thead.hide-for-landscape, thead.show-for-portrait {
    display: table-header-group !important
}

tbody.hide-for-landscape, tbody.show-for-portrait {
    display: table-row-group !important
}

tr.hide-for-landscape, tr.show-for-portrait {
    display: table-row !important
}

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
    display: table-cell !important
}

@media only screen and (orientation: landscape) {
    .show-for-landscape, .hide-for-portrait {
        display: inherit !important
    }

    .hide-for-landscape, .show-for-portrait {
        display: none !important
    }

    table.show-for-landscape, table.hide-for-portrait {
        display: table !important
    }

    thead.show-for-landscape, thead.hide-for-portrait {
        display: table-header-group !important
    }

    tbody.show-for-landscape, tbody.hide-for-portrait {
        display: table-row-group !important
    }

    tr.show-for-landscape, tr.hide-for-portrait {
        display: table-row !important
    }

    td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
        display: table-cell !important
    }
}

@media only screen and (orientation: portrait) {
    .show-for-portrait, .hide-for-landscape {
        display: inherit !important
    }

    .hide-for-portrait, .show-for-landscape {
        display: none !important
    }

    table.show-for-portrait, table.hide-for-landscape {
        display: table !important
    }

    thead.show-for-portrait, thead.hide-for-landscape {
        display: table-header-group !important
    }

    tbody.show-for-portrait, tbody.hide-for-landscape {
        display: table-row-group !important
    }

    tr.show-for-portrait, tr.hide-for-landscape {
        display: table-row !important
    }

    td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
        display: table-cell !important
    }
}

.show-for-touch {
    display: none !important
}

.hide-for-touch {
    display: inherit !important
}

.touch .show-for-touch {
    display: inherit !important
}

.touch .hide-for-touch {
    display: none !important
}

table.hide-for-touch {
    display: table !important
}

.touch table.show-for-touch {
    display: table !important
}

thead.hide-for-touch {
    display: table-header-group !important
}

.touch thead.show-for-touch {
    display: table-header-group !important
}

tbody.hide-for-touch {
    display: table-row-group !important
}

.touch tbody.show-for-touch {
    display: table-row-group !important
}

tr.hide-for-touch {
    display: table-row !important
}

.touch tr.show-for-touch {
    display: table-row !important
}

td.hide-for-touch {
    display: table-cell !important
}

.touch td.show-for-touch {
    display: table-cell !important
}

th.hide-for-touch {
    display: table-cell !important
}

.touch th.show-for-touch {
    display: table-cell !important
}

.show-for-sr {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.show-on-focus {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

    .show-on-focus:focus, .show-on-focus:active {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

.print-only {
    display: none !important
}

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important
    }

    .show-for-print {
        display: block
    }

    .hide-for-print {
        display: none
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print {
        display: table-cell !important
    }

    th.show-for-print {
        display: table-cell !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .hide-on-print {
        display: none !important
    }

    .print-only {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    .show-for-print {
        display: inherit !important
    }
}

@media print {
    .show-for-print {
        display: block
    }

    .hide-for-print {
        display: none
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print {
        display: table-cell !important
    }

    th.show-for-print {
        display: table-cell !important
    }
}

@media not print {
    .show-for-print {
        display: none !important
    }
}

.f-dropdown {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #fff;
    border: solid 1px #ccc;
    font-size: .875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 2px;
    max-width: 200px
}

    .f-dropdown.open {
        display: block
    }

    .f-dropdown > *:first-child {
        margin-top: 0
    }

    .f-dropdown > *:last-child {
        margin-bottom: 0
    }

    .f-dropdown:before {
        border: inset 6px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent #fff transparent;
        border-bottom-style: solid;
        position: absolute;
        top: -12px;
        left: 10px;
        z-index: 89
    }

    .f-dropdown:after {
        border: inset 7px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent #ccc transparent;
        border-bottom-style: solid;
        position: absolute;
        top: -14px;
        left: 9px;
        z-index: 88
    }

    .f-dropdown.right:before {
        left: auto;
        right: 10px
    }

    .f-dropdown.right:after {
        left: auto;
        right: 9px
    }

    .f-dropdown.drop-right {
        display: none;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        position: absolute;
        background: #fff;
        border: solid 1px #ccc;
        font-size: .875rem;
        height: auto;
        max-height: none;
        width: 100%;
        z-index: 89;
        margin-top: 0;
        margin-left: 2px;
        max-width: 200px
    }

        .f-dropdown.drop-right.open {
            display: block
        }

        .f-dropdown.drop-right > *:first-child {
            margin-top: 0
        }

        .f-dropdown.drop-right > *:last-child {
            margin-bottom: 0
        }

        .f-dropdown.drop-right:before {
            border: inset 6px;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: transparent #fff transparent transparent;
            border-right-style: solid;
            position: absolute;
            top: 10px;
            left: -12px;
            z-index: 89
        }

        .f-dropdown.drop-right:after {
            border: inset 7px;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: transparent #ccc transparent transparent;
            border-right-style: solid;
            position: absolute;
            top: 9px;
            left: -14px;
            z-index: 88
        }

    .f-dropdown.drop-left {
        display: none;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        position: absolute;
        background: #fff;
        border: solid 1px #ccc;
        font-size: .875rem;
        height: auto;
        max-height: none;
        width: 100%;
        z-index: 89;
        margin-top: 0;
        margin-left: -2px;
        max-width: 200px
    }

        .f-dropdown.drop-left.open {
            display: block
        }

        .f-dropdown.drop-left > *:first-child {
            margin-top: 0
        }

        .f-dropdown.drop-left > *:last-child {
            margin-bottom: 0
        }

        .f-dropdown.drop-left:before {
            border: inset 6px;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: transparent transparent transparent #fff;
            border-left-style: solid;
            position: absolute;
            top: 10px;
            right: -12px;
            left: auto;
            z-index: 89
        }

        .f-dropdown.drop-left:after {
            border: inset 7px;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: transparent transparent transparent #ccc;
            border-left-style: solid;
            position: absolute;
            top: 9px;
            right: -14px;
            left: auto;
            z-index: 88
        }

    .f-dropdown.drop-top {
        display: none;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        position: absolute;
        background: #fff;
        border: solid 1px #ccc;
        font-size: .875rem;
        height: auto;
        max-height: none;
        width: 100%;
        z-index: 89;
        margin-left: 0;
        margin-top: -2px;
        max-width: 200px
    }

        .f-dropdown.drop-top.open {
            display: block
        }

        .f-dropdown.drop-top > *:first-child {
            margin-top: 0
        }

        .f-dropdown.drop-top > *:last-child {
            margin-bottom: 0
        }

        .f-dropdown.drop-top:before {
            border: inset 6px;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: #fff transparent transparent transparent;
            border-top-style: solid;
            bottom: -12px;
            position: absolute;
            top: auto;
            left: 10px;
            right: auto;
            z-index: 89
        }

        .f-dropdown.drop-top:after {
            border: inset 7px;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: #ccc transparent transparent transparent;
            border-top-style: solid;
            bottom: -14px;
            position: absolute;
            top: auto;
            left: 9px;
            right: auto;
            z-index: 88
        }

    .f-dropdown li {
        cursor: pointer;
        font-size: .875rem;
        line-height: 1.125rem;
        margin: 0
    }

        .f-dropdown li:hover, .f-dropdown li:focus {
            background: #eee
        }

        .f-dropdown li.radius {
            border-radius: 3px
        }

        .f-dropdown li a {
            display: block;
            padding: .5rem;
            color: #555
        }

    .f-dropdown.content {
        display: none;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        position: absolute;
        background: #fff;
        border: solid 1px #ccc;
        font-size: .875rem;
        height: auto;
        max-height: none;
        padding: 1.25rem;
        width: 100%;
        z-index: 89;
        max-width: 200px
    }

        .f-dropdown.content.open {
            display: block
        }

        .f-dropdown.content > *:first-child {
            margin-top: 0
        }

        .f-dropdown.content > *:last-child {
            margin-bottom: 0
        }

    .f-dropdown.tiny {
        max-width: 200px
    }

    .f-dropdown.small {
        max-width: 300px
    }

    .f-dropdown.medium {
        max-width: 500px
    }

    .f-dropdown.large {
        max-width: 800px
    }

    .f-dropdown.mega {
        width: 100% !important;
        max-width: 100% !important
    }

        .f-dropdown.mega.open {
            left: 0 !important
        }

.dropdown.button, button.dropdown {
    position: relative;
    padding-right: 3.5625rem
}

    .dropdown.button::after, button.dropdown::after {
        border-color: #fff transparent transparent transparent;
        border-style: solid;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        top: 50%;
        width: 0
    }

    .dropdown.button::after, button.dropdown::after {
        border-width: .375rem;
        right: 1.40625rem;
        margin-top: -.15625rem
    }

    .dropdown.button::after, button.dropdown::after {
        border-color: #fff transparent transparent transparent
    }

    .dropdown.button.tiny, button.dropdown.tiny {
        padding-right: 2.625rem
    }

        .dropdown.button.tiny:after, button.dropdown.tiny:after {
            border-width: .375rem;
            right: 1.125rem;
            margin-top: -.125rem
        }

        .dropdown.button.tiny::after, button.dropdown.tiny::after {
            border-color: #fff transparent transparent transparent
        }

    .dropdown.button.small, button.dropdown.small {
        padding-right: 3.0625rem
    }

        .dropdown.button.small::after, button.dropdown.small::after {
            border-width: .4375rem;
            right: 1.3125rem;
            margin-top: -.15625rem
        }

        .dropdown.button.small::after, button.dropdown.small::after {
            border-color: #fff transparent transparent transparent
        }

    .dropdown.button.large, button.dropdown.large {
        padding-right: 3.625rem
    }

        .dropdown.button.large::after, button.dropdown.large::after {
            border-width: .3125rem;
            right: 1.71875rem;
            margin-top: -.15625rem
        }

        .dropdown.button.large::after, button.dropdown.large::after {
            border-color: #fff transparent transparent transparent
        }

    .dropdown.button.secondary:after, button.dropdown.secondary:after {
        border-color: #333 transparent transparent transparent
    }

.button-group--horizontal .button {
    display: inline-block
}

.button {
    display: block;
    padding: 1rem 4rem 1rem 1rem;
    position: relative;
    text-decoration: none;
    -moz-transition: background-color,.3s,ease;
    -o-transition: background-color,.3s,ease;
    -webkit-transition: background-color,.3s,ease;
    transition: background-color,.3s,ease;
    border-radius: 0.2rem;
    text-transform: uppercase;
    font-weight: 400
}

.button--primary {
    background-color: #51247A;
    color: #fff;
    margin-bottom: 1rem
}

@media only screen and (max-width: 40em) {
    .button--primary {
        margin-bottom: 0.2rem
    }
}

.button--primary .right-arrow {
    background-color: #441e66
}

.button--primary:hover {
    color: #fff;
    text-decoration: none;
    background-color: #441e66
}

.button--secondary {
    background-color: white;
    color: #51247A
}

    .button--secondary .right-arrow {
        background-color: #f2f2f2
    }

    .button--secondary:hover {
        color: #51247A;
        text-decoration: none;
        background-color: #f2f2f2
    }

.button--keyline {
    display: block;
    position: relative;
    border-bottom: 1px solid white;
    padding: 1rem;
    color: white;
    -moz-transition: background-color,.3s,ease;
    -o-transition: background-color,.3s,ease;
    -webkit-transition: background-color,.3s,ease;
    transition: background-color,.3s,ease;
    font-weight: 400;
    font-size: 1.1rem
}

    .button--keyline:hover {
        background: white;
        color: #51247A;
        text-decoration: none
    }

.button--owntheunknown {
    padding-top: 1rem
}

    .button--owntheunknown a {
        font-size: 1.2rem;
        display: inline-block;
        padding: 1rem;
        border: 2px solid #fff;
        color: #fff
    }

        .button--owntheunknown a:hover {
            background: #fff;
            text-decoration: none;
            color: #51247A
        }

@media only screen and (min-width: 64.0625em) {
    .button--owntheunknown a {
        font-size: 1.5rem
    }
}

.right-arrow {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    padding: 1rem;
    text-align: center;
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem
}

hr {
    border: 0;
    border-top: 1px solid #ddd;
    clear: both;
    height: 0
}

.lt-ie9 .small-1, .lt-ie9 .row .small-1 {
    width: 8.33333%
}

.lt-ie9 .small-2, .lt-ie9 .row .small-2 {
    width: 16.66667%
}

.lt-ie9 .small-3, .lt-ie9 .row .small-3 {
    width: 25%
}

.lt-ie9 .small-4, .lt-ie9 .row .small-4 {
    width: 33.33333%
}

.lt-ie9 .small-5, .lt-ie9 .row .small-5 {
    width: 41.66667%
}

.lt-ie9 .small-6, .lt-ie9 .row .small-6 {
    width: 50%
}

.lt-ie9 .small-7, .lt-ie9 .row .small-7 {
    width: 58.33333%
}

.lt-ie9 .small-8, .lt-ie9 .row .small-8 {
    width: 66.66667%
}

.lt-ie9 .small-9, .lt-ie9 .row .small-9 {
    width: 75%
}

.lt-ie9 .small-10, .lt-ie9 .row .small-10 {
    width: 83.33333%
}

.lt-ie9 .small-11, .lt-ie9 .row .small-11 {
    width: 91.66667%
}

.lt-ie9 .small-12, .lt-ie9 .row .small-12 {
    width: 100%
}

.lt-ie9 .medium-1, .lt-ie9 .row .medium-1 {
    width: 8.33333%
}

.lt-ie9 .medium-2, .lt-ie9 .row .medium-2 {
    width: 16.66667%
}

.lt-ie9 .medium-3, .lt-ie9 .row .medium-3 {
    width: 25%
}

.lt-ie9 .medium-4, .lt-ie9 .row .medium-4 {
    width: 33.33333%
}

.lt-ie9 .medium-5, .lt-ie9 .row .medium-5 {
    width: 41.66667%
}

.lt-ie9 .medium-6, .lt-ie9 .row .medium-6 {
    width: 50%
}

.lt-ie9 .medium-7, .lt-ie9 .row .medium-7 {
    width: 58.33333%
}

.lt-ie9 .medium-8, .lt-ie9 .row .medium-8 {
    width: 66.66667%
}

.lt-ie9 .medium-9, .lt-ie9 .row .medium-9 {
    width: 75%
}

.lt-ie9 .medium-10, .lt-ie9 .row .medium-10 {
    width: 83.33333%
}

.lt-ie9 .medium-11, .lt-ie9 .row .medium-11 {
    width: 91.66667%
}

.lt-ie9 .medium-12, .lt-ie9 .row .medium-12 {
    width: 100%
}

.lt-ie9 .large-1, .lt-ie9 .row .large-1 {
    width: 8.33333%
}

.lt-ie9 .large-2, .lt-ie9 .row .large-2 {
    width: 16.66667%
}

.lt-ie9 .large-3, .lt-ie9 .row .large-3 {
    width: 25%
}

.lt-ie9 .large-4, .lt-ie9 .row .large-4 {
    width: 33.33333%
}

.lt-ie9 .large-5, .lt-ie9 .row .large-5 {
    width: 41.66667%
}

.lt-ie9 .large-6, .lt-ie9 .row .large-6 {
    width: 50%
}

.lt-ie9 .large-7, .lt-ie9 .row .large-7 {
    width: 58.33333%
}

.lt-ie9 .large-8, .lt-ie9 .row .large-8 {
    width: 66.66667%
}

.lt-ie9 .large-9, .lt-ie9 .row .large-9 {
    width: 75%
}

.lt-ie9 .large-10, .lt-ie9 .row .large-10 {
    width: 83.33333%
}

.lt-ie9 .large-11, .lt-ie9 .row .large-11 {
    width: 91.66667%
}

.lt-ie9 .large-12, .lt-ie9 .row .large-12 {
    width: 100%
}

.lt-ie9 .row .small-offset-1 {
    margin-left: 8.33333%
}

.lt-ie9 .row .small-offset-2 {
    margin-left: 16.66667%
}

.lt-ie9 .row .small-offset-3 {
    margin-left: 25%
}

.lt-ie9 .row .small-offset-4 {
    margin-left: 33.33333%
}

.lt-ie9 .row .small-offset-5 {
    margin-left: 41.66667%
}

.lt-ie9 .row .small-offset-6 {
    margin-left: 50%
}

.lt-ie9 .row .small-offset-7 {
    margin-left: 58.33333%
}

.lt-ie9 .row .small-offset-8 {
    margin-left: 66.66667%
}

.lt-ie9 .row .small-offset-9 {
    margin-left: 75%
}

.lt-ie9 .row .small-offset-10 {
    margin-left: 83.33333%
}

.lt-ie9 .row .small-offset-11 {
    margin-left: 91.66667%
}

.lt-ie9 .row .small-offset-12 {
    margin-left: 100%
}

.lt-ie9 .row .medium-offset-1 {
    margin-left: 8.33333%
}

.lt-ie9 .row .medium-offset-2 {
    margin-left: 16.66667%
}

.lt-ie9 .row .medium-offset-3 {
    margin-left: 25%
}

.lt-ie9 .row .medium-offset-4 {
    margin-left: 33.33333%
}

.lt-ie9 .row .medium-offset-5 {
    margin-left: 41.66667%
}

.lt-ie9 .row .medium-offset-6 {
    margin-left: 50%
}

.lt-ie9 .row .medium-offset-7 {
    margin-left: 58.33333%
}

.lt-ie9 .row .medium-offset-8 {
    margin-left: 66.66667%
}

.lt-ie9 .row .medium-offset-9 {
    margin-left: 75%
}

.lt-ie9 .row .medium-offset-10 {
    margin-left: 83.33333%
}

.lt-ie9 .row .medium-offset-11 {
    margin-left: 91.66667%
}

.lt-ie9 .row .medium-offset-12 {
    margin-left: 100%
}

.lt-ie9 .row .large-offset-1 {
    margin-left: 8.33333%
}

.lt-ie9 .row .large-offset-2 {
    margin-left: 16.66667%
}

.lt-ie9 .row .large-offset-3 {
    margin-left: 25%
}

.lt-ie9 .row .large-offset-4 {
    margin-left: 33.33333%
}

.lt-ie9 .row .large-offset-5 {
    margin-left: 41.66667%
}

.lt-ie9 .row .large-offset-6 {
    margin-left: 50%
}

.lt-ie9 .row .large-offset-7 {
    margin-left: 58.33333%
}

.lt-ie9 .row .large-offset-8 {
    margin-left: 66.66667%
}

.lt-ie9 .row .large-offset-9 {
    margin-left: 75%
}

.lt-ie9 .row .large-offset-10 {
    margin-left: 83.33333%
}

.lt-ie9 .row .large-offset-11 {
    margin-left: 91.66667%
}

.lt-ie9 .row .large-offset-12 {
    margin-left: 100%
}

.lt-ie9 .push-1 {
    position: relative;
    right: auto;
    left: 8.33333%
}

.lt-ie9 .push-2 {
    position: relative;
    right: auto;
    left: 16.66667%
}

.lt-ie9 .push-3 {
    position: relative;
    right: auto;
    left: 25%
}

.lt-ie9 .push-4 {
    position: relative;
    right: auto;
    left: 33.33333%
}

.lt-ie9 .push-5 {
    position: relative;
    right: auto;
    left: 41.66667%
}

.lt-ie9 .push-6 {
    position: relative;
    right: auto;
    left: 50%
}

.lt-ie9 .push-7 {
    position: relative;
    right: auto;
    left: 58.33333%
}

.lt-ie9 .push-8 {
    position: relative;
    right: auto;
    left: 66.66667%
}

.lt-ie9 .push-9 {
    position: relative;
    right: auto;
    left: 75%
}

.lt-ie9 .push-10 {
    position: relative;
    right: auto;
    left: 83.33333%
}

.lt-ie9 .push-11 {
    position: relative;
    right: auto;
    left: 91.66667%
}

.lt-ie9 .push-12 {
    position: relative;
    right: auto;
    left: 100%
}

.lt-ie9 .pull-1 {
    position: relative;
    left: auto;
    right: 8.33333%
}

.lt-ie9 .pull-2 {
    position: relative;
    left: auto;
    right: 16.66667%
}

.lt-ie9 .pull-3 {
    position: relative;
    left: auto;
    right: 25%
}

.lt-ie9 .pull-4 {
    position: relative;
    left: auto;
    right: 33.33333%
}

.lt-ie9 .pull-5 {
    position: relative;
    left: auto;
    right: 41.66667%
}

.lt-ie9 .pull-6 {
    position: relative;
    left: auto;
    right: 50%
}

.lt-ie9 .pull-7 {
    position: relative;
    left: auto;
    right: 58.33333%
}

.lt-ie9 .pull-8 {
    position: relative;
    left: auto;
    right: 66.66667%
}

.lt-ie9 .pull-9 {
    position: relative;
    left: auto;
    right: 75%
}

.lt-ie9 .pull-10 {
    position: relative;
    left: auto;
    right: 83.33333%
}

.lt-ie9 .pull-11 {
    position: relative;
    left: auto;
    right: 91.66667%
}

.lt-ie9 .pull-12 {
    position: relative;
    left: auto;
    right: 100%
}

.lt-ie9 .column.small-centered, .lt-ie9 .columns.small-centered, .lt-ie9 .column.medium-centered, .lt-ie9 .columns.medium-centered, .lt-ie9 .column.large-centered, .lt-ie9 .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important
}

.lt-ie9 .column.small-uncentered, .lt-ie9 .columns.small-uncentered, .lt-ie9 .column.medium-uncentered, .lt-ie9 .columns.medium-uncentered, .lt-ie9 .column.large-uncentered, .lt-ie9 .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important
}

.lt-ie9 .row {
    max-width: 960px
}

a {
    color: #2377cb;
    text-decoration: none
}

    a:hover, a:focus {
        color: #005ea5;
        text-decoration: underline
    }

    a img {
        border: none
    }

dt {
    font-weight: 700
}

.uq-logo {
    color: #fff;
    width: 182px;
    height: 50px;
    display: block;
    padding: 0;
    margin: 0;
    background: url("https://static.uq.net.au/v5/logos/corporate/uq-logo-white.png") no-repeat 0 0;
    background: url("https://static.uq.net.au/v5/logos/corporate/uq-logo-white.svg") no-repeat 0 0;
    background-size: 178px 50px;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize
}

@media only screen and (max-width: 40em) {
    .uq-logo {
        width: 140px;
        height: 47px;
        background-size: 140px 47px
    }
}

.lt-ie9 .uq-logo {
    color: #fff;
    width: 182px;
    height: 50px;
    display: block;
    padding: 0;
    margin: 0;
    background: url("https://static.uq.net.au/v5/logos/corporate/uq-logo-white.png") no-repeat 0 0;
    background-size: 178px 50px
}

table {
    width: 100%;
    max-width: 100%
}

    table th, table td {
        border: 1px solid #ddd
    }

    table th {
        background: #fcfcfc
    }

    table tr:nth-of-type(even) {
        background: inherit
    }

.table--stripe tr:nth-of-type(even), .table--striped tr:nth-of-type(even) {
    background: #fcfcfc
}

.table--stripe thead th, .table--striped thead th {
    background: #eee
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify !important
}

@media only screen and (max-width: 40em) {
    .small-only-text-left {
        text-align: left !important
    }

    .small-only-text-right {
        text-align: right !important
    }

    .small-only-text-center {
        text-align: center !important
    }

    .small-only-text-justify {
        text-align: justify !important
    }
}

@media only screen {
    .small-text-left {
        text-align: left !important
    }

    .small-text-right {
        text-align: right !important
    }

    .small-text-center {
        text-align: center !important
    }

    .small-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .medium-only-text-left {
        text-align: left !important
    }

    .medium-only-text-right {
        text-align: right !important
    }

    .medium-only-text-center {
        text-align: center !important
    }

    .medium-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 40.0625em) {
    .medium-text-left {
        text-align: left !important
    }

    .medium-text-right {
        text-align: right !important
    }

    .medium-text-center {
        text-align: center !important
    }

    .medium-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
    .large-only-text-left {
        text-align: left !important
    }

    .large-only-text-right {
        text-align: right !important
    }

    .large-only-text-center {
        text-align: center !important
    }

    .large-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 64.0625em) {
    .large-text-left {
        text-align: left !important
    }

    .large-text-right {
        text-align: right !important
    }

    .large-text-center {
        text-align: center !important
    }

    .large-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
    .xlarge-only-text-left {
        text-align: left !important
    }

    .xlarge-only-text-right {
        text-align: right !important
    }

    .xlarge-only-text-center {
        text-align: center !important
    }

    .xlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.0625em) {
    .xlarge-text-left {
        text-align: left !important
    }

    .xlarge-text-right {
        text-align: right !important
    }

    .xlarge-text-center {
        text-align: center !important
    }

    .xlarge-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
    .xxlarge-only-text-left {
        text-align: left !important
    }

    .xxlarge-only-text-right {
        text-align: right !important
    }

    .xxlarge-only-text-center {
        text-align: center !important
    }

    .xxlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.0625em) {
    .xxlarge-text-left {
        text-align: left !important
    }

    .xxlarge-text-right {
        text-align: right !important
    }

    .xxlarge-text-center {
        text-align: center !important
    }

    .xxlarge-text-justify {
        text-align: justify !important
    }
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 1rem
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-weight: inherit !important
    }

h1 {
    font-size: 2.25rem
}

@media only screen and (min-width: 64.0625em) {
    h1 {
        font-size: 2.7rem
    }
}

h2 {
    font-size: 2rem
}

@media only screen and (min-width: 64.0625em) {
    h2 {
        font-size: 2.4rem
    }
}

h3 {
    font-size: 1.75rem
}

@media only screen and (min-width: 64.0625em) {
    h3 {
        font-size: 2.1rem
    }
}

h4 {
    font-size: 1.5rem
}

@media only screen and (min-width: 64.0625em) {
    h4 {
        font-size: 1.8rem
    }
}

h5 {
    font-size: 1.25rem
}

@media only screen and (min-width: 64.0625em) {
    h5 {
        font-size: 1.5rem
    }
}

h6 {
    font-size: 1rem
}

@media only screen and (min-width: 64.0625em) {
    h6 {
        font-size: 1.2rem
    }
}

em, i {
    font-style: italic;
    line-height: inherit
}

strong, b {
    font-weight: 500;
    line-height: inherit
}

blockquote {
    font-style: normal;
    border-left: 5px solid #eee;
    padding-left: 1rem
}

    blockquote cite {
        display: block;
        font-size: 0.875rem
    }

        blockquote cite:before {
            content: "- "
        }

pre {
    white-space: pre;
    word-wrap: normal;
    overflow-x: auto
}

code {
    font-family: "Courier New","DejaVu Sans Mono",monospace,sans-serif;
    background: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 2px;
    margin: 0 0.2rem;
    padding: 0 0.4rem
}

.acknowledgement {
    color: #999490
}

.action-item {
    display: block;
    position: relative;
    padding: 1rem 1rem 1rem 4.4rem;
    color: #222;
    margin-bottom: 1px;
    word-wrap: break-word;
    overflow: hidden
}

.action-item__icon:before, .action-item--phone:before, .action-item--email:before, .action-item--web:before, .action-item--download:before, .action-item--external:before {
    padding: 1.2rem;
    display: inline-block;
    width: 3.4rem;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%) !important;
    height: 100%
}

.action-item--phone:before {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: '\f095'
}

.action-item--email:before {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: '\f0e0'
}

.action-item--web:before {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: '\f0ac'
}

.action-item--download:before {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: '\f019'
}

.action-item--external:before {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: '\f08e'
}

.action-item__icon {
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%
}

.action-item__label {
    text-transform: uppercase;
    font-size: 0.8rem;
    display: block;
    line-height: 1
}

.action-item:hover {
    text-decoration: none;
    background: #2272c2;
    color: #fff
}

.action-item--shaded {
    background: #f5f5f5;
    transition: background 0.2s ease
}

    .action-item--shaded:before, .action-item--shaded .action-item__icon:before {
        background: #dbdbdb;
        color: #fff
    }

    .action-item--shaded:hover {
        color: #222;
        background: #f0f0f0
    }

        .action-item--shaded:hover:before, .action-item--shaded:hover .action-item__icon:before {
            background: #d1d1d1
        }

.action-item--primary {
    background: #2377cb;
    color: #fff
}

    .action-item--primary:before, .action-item--primary .action-item__icon:before {
        background: #005ea5
    }

    .action-item--primary:hover {
        background: #2272c2;
        color: #fff
    }

        .action-item--primary:hover:before, .action-item--primary:hover .action-item__icon:before {
            background: #005291
        }

    .action-item--primary:focus {
        color: #fff;
        text-decoration: none
    }

.banner {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    display: table;
    overflow: hidden;
    position: relative;
    width: 100%
}

.banner__vertically-center {
    display: table-cell;
    vertical-align: middle
}

.banner__container {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%
}

    .banner__container:before, .banner__container:after {
        content: " ";
        display: table
    }

    .banner__container:after {
        clear: both
    }

.banner__content {
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 83.33333%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none;
    position: relative;
    text-align: center;
    z-index: 20
}

@media only screen and (min-width: 64.0625em) {
    .banner__content {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 100%;
        float: left
    }
}

.banner__title {
    color: #fff;
    font-size: 2.5rem;
    text-shadow: 0 0.2rem 0.2rem rgba(0,0,0,0.5);
    margin-bottom: 1rem
}

@media only screen and (min-width: 64.0625em) {
    .banner__title {
        font-size: 3.2rem
    }
}

.banner__sub-title {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 300;
    margin-bottom: 2rem;
    text-shadow: 0 0.2rem 0.2rem rgba(0,0,0,0.5)
}

@media only screen and (min-width: 40.0625em) {
    .banner__sub-title {
        font-size: 2rem;
        margin-bottom: 2rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .banner__sub-title--right {
        text-align: right
    }

    .banner__sub-title--left {
        text-align: left
    }
}

.banner--hero {
    overflow: hidden;
    position: relative;
    background-position: no-repeat center center;
    height: 38rem
}

@media only screen and (min-width: 40.0625em) {
    .banner--hero {
        background-position: center center
    }
}

@media only screen and (min-width: 64.0625em) {
    .banner--hero {
        background-position: center center
    }
}

@media only screen and (max-width: 40em) {
    .banner {
        background-position: center center;
        height: 20rem
    }

        .banner:before {
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1
        }
}

.banner:after {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    bottom: 1rem;
    color: #fff;
    content: "\f107";
    left: 50%;
    position: absolute;
    z-index: 20
}

.banner__caption {
    bottom: 0;
    color: #efefef;
    padding: 1rem;
    position: absolute;
    right: 0;
    text-align: right
}

.banner--left .banner__content {
    text-align: left
}

@media only screen and (min-width: 40.0625em) {
    .banner--left .banner__content {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 58.33333%;
        float: left;
        margin-left: auto;
        margin-right: auto;
        float: none
    }
}

@media only screen and (min-width: 64.0625em) {
    .banner--left .banner__content {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 83.33333%;
        float: left;
        margin-left: 8.33333% !important
    }
}

@media only screen and (min-width: 90.0625em) {
    .banner--left .banner__content {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 100%;
        float: left;
        margin-left: 0 !important
    }
}

@media only screen and (min-width: 64.0625em) {
    .banner--right .banner__content {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 58.33333%;
        float: left;
        margin-left: 41.66667% !important;
        text-align: right
    }
}

.banner--centered .banner__content {
    text-align: center
}

.banner--brand-device {
    height: 26rem
}

@media only screen and (min-width: 40.0625em) {
    .banner--brand-device {
        height: 38rem
    }
}

.banner--brand-device::after {
    background: url("../../images/device-curve.svg") left bottom no-repeat,url("../../images/device-tail.svg") right bottom no-repeat;
    background-size: 200.153px 228.767px, 176.355px 98.811px;
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
    margin-bottom: -1px
}

@media only screen and (max-width: 25rem) {
    .banner--brand-device::after {
        background-size: 150.115px 171.575px, 132.266px 74.109px
    }
}

@media only screen and (min-width: 40.0625em) {
    .banner--brand-device::after {
        background-size: 256.42px 293.07px, 225.93px 126.59px
    }
}

.banner--dark-tint::before {
    background: #000;
    content: '';
    height: 100%;
    left: 0;
    opacity: .2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.banner--left-focus-image {
    background-position: 25% center
}

.banner--right-focus-image {
    background-position: 75% center
}

.lt-ie9 .banner--hero {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.card {
    background-color: #fff;
    margin-bottom: 1.5rem;
    position: relative;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.card__wrapper {
    margin-bottom: 1.5rem
}

.card__header {
    transition: all ease .35s
}

.card__footer .card__link-column {
    border-top: 1px solid #eee
}

    .card__footer .card__link-column + .card__link-column {
        border-left: 1px solid #eee
    }

.card__footer .card__link {
    display: block;
    padding: 1rem 1.8rem 1rem 1rem;
    position: relative
}

    .card__footer .card__link::after {
        display: inline-block;
        font: normal normal normal 16px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: "";
        margin-top: -.5rem;
        opacity: .5;
        position: absolute;
        right: 1rem;
        top: 50%
    }

    .card__footer .card__link:hover::after {
        opacity: 1;
        text-decoration: none
    }

.card__body {
    transition: all ease .35s
}

.card__content {
    padding: 1rem
}

.card__image-container {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #eee;
    height: 18rem;
    overflow: hidden;
    position: relative
}

.card__image-bg_link {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.card__image {
    width: 100%
}

.card__title {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: .5rem;
    transition: all ease .35s
}

    .card__title .card__link div {
        display: inline
    }

.card__date {
    font-weight: 400
}

.card__location::before {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    margin-right: .5rem
}

.card__link {
    border-color: inherit
}

.card--background-image {
    background-position: 50% 50%;
    background-size: cover;
    display: table-cell;
    overflow: hidden;
    text-align: center;
    vertical-align: middle
}

    .card--background-image::before {
        background: #000;
        content: '';
        display: block;
        height: 100%;
        left: 0;
        opacity: .2;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1
    }

@media only screen and (min-width: 64.0625em) {
    .card--background-image::before {
        transition: all ease .35s
    }
}

.card--background-image:hover::before {
    opacity: .5
}

.card--background-image .card__header, .card--background-image .card__body, .card--background-image .card__footer {
    position: relative;
    z-index: 2
}

.card--background-image .card__footer {
    background: rgba(0,0,0,0.4);
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: left;
    width: 100%
}

    .card--background-image .card__footer .card__link-column {
        border-color: rgba(255,255,255,0.4)
    }

        .card--background-image .card__footer .card__link-column + .card__link-column {
            border-color: rgba(255,255,255,0.4)
        }

.card--background-image .card__title {
    margin-bottom: 0
}

@media only screen and (min-width: 64.0625em) {
    .card--background-image .card__title {
        text-shadow: 0 1px 1px rgba(0,0,0,0.4);
        transform: translate3d(0, 2rem, 0)
    }

        /*.card--background-image .card__title::after {
            background-color: rgba(0,0,0,0.3);
            border: 2px solid #BB9D65;
            clear: both;
            content: '不同于只提供出国前的服务，我们更专注于出国后的保障。\A 把您送出国门只是留学服务的一半, 我们更专注于在海外期间的保障, 服务将直至归国或移民后. 每位慧智人都将享有全程留学服务';
            color: #BB9D65;
            display: table;
            font-size: 1rem;
            font-weight: 500;
            margin: .7rem auto 0;
            opacity: 0;
            padding: .3rem 1.2rem;
            text-transform: uppercase;
            transition: all ease .35s;
            visibility: hidden;
        }*/

    .firstCard::after {
        background-color: rgba(0,0,0,0.3);
        border: 2px solid #BB9D65;
        /*border: 2px solid #dbe814;*/
        clear: both;
        content: attr(data-Content);
        color: #BB9D65;
        display: table;
        font-size: 15px;
        font-weight: 500;
        margin: 1rem auto 0;
        opacity: 0;
        padding: 1rem 1.2rem;
        text-transform: uppercase;
        transition: all ease .35s;
        visibility: hidden;
        white-space: pre-wrap;
        text-align: left;
        line-height: 32px;
    }
}





.card--background-image .card__summary {
    display: block;
    display: -webkit-box;
    font-size: 16px;
    line-height: 24px;
    max-height: 96px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.card__primary-link {
    display: inline-block;
    margin-bottom: 1.5rem
}

    .card__primary-link:hover, .card__primary-link:focus {
        text-decoration: none
    }

@media only screen and (min-width: 64.0625em) {
    .card__primary-link:hover .card--background-image .card__title, .card__primary-link:focus .card--background-image .card__title {
        transform: translate3d(0, 0, 0)
    }
}

@media only screen and (min-width: 64.0625em) {
    .card__primary-link:hover .card--background-image .card__title::after, .card__primary-link:focus .card--background-image .card__title::after {
        opacity: 1;
        visibility: visible
    }
}

.card--square {
    height: 22rem;
    max-width: 100%;
    width: 22rem
}

@media only screen and (max-width: 40em) {
    .card--square {
        width: 134rem
    }
}

.card--square::before {
    height: 22rem
}

.card--portrait {
    height: 28rem;
    max-width: 100%;
    width: 22rem
}

@media only screen and (max-width: 40em) {
    .card--portrait {
        width: 134rem
    }
}

.card--portrait::before {
    height: 28rem
}

.card--landscape {
    height: 22rem;
    max-width: 100%;
    width: 34rem
}

@media only screen and (max-width: 40em) {
    .card--landscape {
        width: 134rem
    }
}

.card--landscape::before {
    height: 22rem
}

.card--full-width {
    height: 22rem;
    max-width: 100%;
    width: 134rem
}

    .card--full-width::before {
        height: 22rem
    }

.cardgrid-wrapper--shaded .card, .card--shaded {
    background-color: #f5f5f5
}

.card--compact .card__image-container {
    height: 12rem
}

.card--compact .card__title {
    font-size: 1.425rem
}

.card--horizontal {
    margin-bottom: 1.5rem;
    overflow-y: auto
}

@media only screen and (min-width: 40.0625em) {
    .card--horizontal {
        height: 18rem
    }
}

@media only screen and (min-width: 40.0625em) {
    .card--horizontal .card__content {
        display: table-cell;
        height: 18rem;
        padding-left: 2rem;
        vertical-align: middle;
        width: 50%
    }
}

@media only screen and (min-width: 40.0625em) {
    .card--horizontal .card__image-container {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 50%;
        float: left
    }
}

@media only screen and (min-width: 40.0625em) {
    .card--horizontal.card--media-right .card__image-container, .card--horizontal .cardgrid-wrapper--media-right .card .card__image-container, .cardgrid-wrapper--media-right .card--horizontal .card .card__image-container {
        float: right
    }
}

.card--horizontal .card__title {
    font-size: 1.875rem
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .cardgrid-wrapper .row::before, .cardgrid-wrapper .row::after {
        clear: left
    }
}

.cardgrid-wrapper--collapsed .row > .column, .cardgrid-wrapper--collapsed .row > .columns {
    padding-left: 0;
    padding-right: 0
}

.cardgrid-wrapper--collapsed .card {
    margin-bottom: 0
}

.corporate-hero {
    background: #51247A;
    height: 30rem;
    display: table;
    width: 100%
}

@media only screen and (min-width: 64.0625em) {
    .corporate-hero {
        background-image: url("../../images/vc-home-banner.jpg");
        background-repeat: no-repeat;
        background-position: top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 38rem
    }
}

.corporate-hero__vertically-center {
    display: table-cell;
    vertical-align: middle
}

.corporate-hero__container {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%
}

    .corporate-hero__container:before, .corporate-hero__container:after {
        content: " ";
        display: table
    }

    .corporate-hero__container:after {
        clear: both
    }

.corporate-hero__title {
    color: #fff;
    font-size: 2.5rem;
    text-align: center
}

@media only screen and (min-width: 40.0625em) {
    .corporate-hero__title {
        font-size: 4rem;
        text-align: left
    }
}

.lt-ie9 .corporate-hero .right-arrow {
    display: none
}

.event-list {
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 0
}

.event-list__event {
    display: inline-block;
    margin-bottom: 1rem;
    width: 100%;
    transition: background-color 0.2s ease 0s;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 1.4rem
}

.event-list__title {
    padding-left: 1rem;
    color: #767676;
    position: relative;
    font-size: 1.1rem;
    padding-right: 1rem;
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.event-list__link {
    display: table;
    overflow: hidden
}

    .event-list__link:hover {
        text-decoration: none;
        background: #ececec
    }

        .event-list__link:hover .event-list__date {
            text-decoration: none;
            background: #dfdfdf
        }

.event-list__date {
    background: #ececec;
    padding: 1.3rem;
    float: left;
    color: #555;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.9rem
}

.event-list__date__day {
    font-weight: 500;
    font-size: 1.6rem;
    color: #555;
    margin: 0;
    line-height: 1.4rem
}

.event-list__read-more-link {
    float: right
}

.site-header__global-menu {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%
}

    .site-header__global-menu:before, .site-header__global-menu:after {
        content: " ";
        display: table
    }

    .site-header__global-menu:after {
        clear: both
    }

.global-menu {
    float: right
}

.global-menu__list {
    list-style-type: none
}

    .global-menu__list, .global-menu__list li {
        margin: 0;
        padding: 0;
        display: inline
    }

.global-menu__link, .global-menu__link:focus, .global-menu__link:visited {
    color: #d4c8de;
    font-size: .65rem;
    font-weight: 500;
    margin-right: .25rem;
    text-transform: uppercase
}

    .global-menu__link:hover, .global-menu__link:focus:hover, .global-menu__link:visited:hover {
        color: #fff
    }

.main-menu {
    background: #fff;
    color: #000;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%
}

    .main-menu .block__title {
        display: none
    }

.main-menu__mobile-menu {
    clear: both;
    text-align: right;
    width: 100%
}

.main-menu__mobile-menu-link {
    color: #000;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 1rem
}

    .main-menu__mobile-menu-link:hover, .main-menu__mobile-menu-link:focus {
        color: #000;
        text-decoration: none
    }

    .main-menu__mobile-menu-link .icon {
        font-size: 1.5rem;
        margin-right: .3rem
    }

.main-menu .menu {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    clear: left;
    height: 0;
    list-style: none;
    overflow: hidden;
    padding: 0;
    visibility: hidden
}

    .main-menu .menu:before, .main-menu .menu:after {
        content: " ";
        display: table
    }

    .main-menu .menu:after {
        clear: both
    }

@media only screen and (min-width: 64.0625em) {
    .main-menu .menu {
        border: 0;
        height: auto;
        overflow: visible;
        visibility: visible
    }
}

.main-menu .menu.mobile-open {
    height: auto;
    overflow: visible;
    visibility: visible
}

.main-menu .menu .menu__item, .main-menu .menu .leaf, .main-menu .menu .expanded, .main-menu .menu .collapsed {
    background: none;
    border-bottom: 1px solid #d9d9d9;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

    .main-menu .menu .menu__item:last-child, .main-menu .menu .menu__item.last, .main-menu .menu .leaf:last-child, .main-menu .menu .leaf.last, .main-menu .menu .expanded:last-child, .main-menu .menu .expanded.last, .main-menu .menu .collapsed:last-child, .main-menu .menu .collapsed.last {
        border: 0
    }

@media only screen and (min-width: 64.0625em) {
    .main-menu .menu .menu__item, .main-menu .menu .leaf, .main-menu .menu .expanded, .main-menu .menu .collapsed {
        border: 0;
        float: left
    }

        .main-menu .menu .menu__item:hover, .main-menu .menu .leaf:hover, .main-menu .menu .expanded:hover, .main-menu .menu .collapsed:hover {
            background: #e7e7e7
        }

        .main-menu .menu .menu__item:last-child .menu__dropdown, .main-menu .menu .menu__item.last .menu__dropdown, .main-menu .menu .leaf:last-child .menu__dropdown, .main-menu .menu .leaf.last .menu__dropdown, .main-menu .menu .expanded:last-child .menu__dropdown, .main-menu .menu .expanded.last .menu__dropdown, .main-menu .menu .collapsed:last-child .menu__dropdown, .main-menu .menu .collapsed.last .menu__dropdown {
            right: 0
        }
}

.main-menu .menu .menu__item .menu__link, .main-menu .menu .leaf .menu__link, .main-menu .menu .expanded .menu__link, .main-menu .menu .collapsed .menu__link {
    color: #000;
    display: block;
    margin: 0;
    padding: 1.3em;
    text-decoration: none
}

@media only screen and (min-width: 64.0625em) {
    .main-menu .menu .menu__item .menu__link, .main-menu .menu .leaf .menu__link, .main-menu .menu .expanded .menu__link, .main-menu .menu .collapsed .menu__link {
        border-bottom: 2px solid transparent;
        padding: 1.3em 1.8rem
    }
}

.main-menu .menu .menu__item .menu__link:visited, .main-menu .menu .leaf .menu__link:visited, .main-menu .menu .expanded .menu__link:visited, .main-menu .menu .collapsed .menu__link:visited {
    text-decoration: none
}

.main-menu .menu .menu__item .menu__link:hover, .main-menu .menu .leaf .menu__link:hover, .main-menu .menu .expanded .menu__link:hover, .main-menu .menu .collapsed .menu__link:hover {
    background: #e7e7e7
}

@media only screen and (min-width: 64.0625em) {
    .main-menu .menu .menu__item .menu__link.menu__dropdown-link, .main-menu .menu .leaf .menu__link.menu__dropdown-link, .main-menu .menu .expanded .menu__link.menu__dropdown-link, .main-menu .menu .collapsed .menu__link.menu__dropdown-link {
        display: none
    }
}

.main-menu .menu .menu__item .menu__link.active-trail, .main-menu .menu .leaf .menu__link.active-trail, .main-menu .menu .expanded .menu__link.active-trail, .main-menu .menu .collapsed .menu__link.active-trail {
    border-left: 3px solid #b9a7ca
}

@media only screen and (min-width: 64.0625em) {
    .main-menu .menu .menu__item .menu__link.active-trail, .main-menu .menu .leaf .menu__link.active-trail, .main-menu .menu .expanded .menu__link.active-trail, .main-menu .menu .collapsed .menu__link.active-trail {
        border-bottom: 2px solid #b9a7ca;
        border-left: 0
    }
}

.main-menu .menu .menu__item .menu__link.active, .main-menu .menu .leaf .menu__link.active, .main-menu .menu .expanded .menu__link.active, .main-menu .menu .collapsed .menu__link.active {
    border-left: 3px solid #51247A
}

@media only screen and (min-width: 64.0625em) {
    .main-menu .menu .menu__item .menu__link.active, .main-menu .menu .leaf .menu__link.active, .main-menu .menu .expanded .menu__link.active, .main-menu .menu .collapsed .menu__link.active {
        border-bottom: 2px solid #51247A;
        border-left: 0
    }
}

.main-menu .menu .menu__item.expanded, .main-menu .menu .leaf.expanded, .main-menu .menu .expanded.expanded, .main-menu .menu .collapsed.expanded {
    position: relative
}

    .main-menu .menu .menu__item.expanded .menu__link, .main-menu .menu .leaf.expanded .menu__link, .main-menu .menu .expanded.expanded .menu__link, .main-menu .menu .collapsed.expanded .menu__link {
        padding-right: 4rem
    }

@media only screen and (min-width: 64.0625em) {
    .main-menu .menu .menu__item.expanded .menu__link, .main-menu .menu .leaf.expanded .menu__link, .main-menu .menu .expanded.expanded .menu__link, .main-menu .menu .collapsed.expanded .menu__link {
        padding-right: 2rem
    }

        .main-menu .menu .menu__item.expanded .menu__link::after, .main-menu .menu .leaf.expanded .menu__link::after, .main-menu .menu .expanded.expanded .menu__link::after, .main-menu .menu .collapsed.expanded .menu__link::after {
            display: inline-block;
            font: normal normal normal 16px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transform: translate(0, 0);
            color: #ccc;
            content: "";
            font-size: .875rem;
            margin-top: -.4375rem;
            position: absolute;
            right: 1rem;
            top: 50%
        }
}

.main-menu .menu .menu__item.expanded .menu__dropdown-link, .main-menu .menu .leaf.expanded .menu__dropdown-link, .main-menu .menu .expanded.expanded .menu__dropdown-link, .main-menu .menu .collapsed.expanded .menu__dropdown-link {
    background: #fff;
    border-left: 1px solid #d9d9d9;
    display: block;
    padding: 1.3rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000
}

    .main-menu .menu .menu__item.expanded .menu__dropdown-link::before, .main-menu .menu .leaf.expanded .menu__dropdown-link::before, .main-menu .menu .expanded.expanded .menu__dropdown-link::before, .main-menu .menu .collapsed.expanded .menu__dropdown-link::before {
        display: inline-block;
        font: normal normal normal 16px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: "";
        margin-top: -.4375rem;
        right: 1rem;
        top: 50%
    }

    .main-menu .menu .menu__item.expanded .menu__dropdown-link:hover, .main-menu .menu .leaf.expanded .menu__dropdown-link:hover, .main-menu .menu .expanded.expanded .menu__dropdown-link:hover, .main-menu .menu .collapsed.expanded .menu__dropdown-link:hover {
        background: #e7e7e7
    }

@media only screen and (min-width: 64.0625em) {
    .main-menu .menu .menu__item.expanded .menu__dropdown-link, .main-menu .menu .leaf.expanded .menu__dropdown-link, .main-menu .menu .expanded.expanded .menu__dropdown-link, .main-menu .menu .collapsed.expanded .menu__dropdown-link {
        display: none
    }
}

.main-menu .menu .menu__item.expanded .menu__dropdown-link.dropdown-open, .main-menu .menu .leaf.expanded .menu__dropdown-link.dropdown-open, .main-menu .menu .expanded.expanded .menu__dropdown-link.dropdown-open, .main-menu .menu .collapsed.expanded .menu__dropdown-link.dropdown-open {
    background: #f2f2f2
}

    .main-menu .menu .menu__item.expanded .menu__dropdown-link.dropdown-open::before, .main-menu .menu .leaf.expanded .menu__dropdown-link.dropdown-open::before, .main-menu .menu .expanded.expanded .menu__dropdown-link.dropdown-open::before, .main-menu .menu .collapsed.expanded .menu__dropdown-link.dropdown-open::before {
        content: ""
    }

@media only screen and (min-width: 64.0625em) {
    .main-menu .menu .menu__item:hover .menu, .main-menu .menu .menu__item .menu__link:hover .menu, .main-menu .menu .menu__item:hover > .menu, .main-menu .menu .menu__item .menu__link:hover > .menu, .main-menu .menu .menu__item:hover .menu__dropdown, .main-menu .menu .menu__item .menu__link:hover .menu__dropdown, .main-menu .menu .menu__item:hover > .menu__dropdown, .main-menu .menu .menu__item .menu__link:hover > .menu__dropdown, .main-menu .menu .leaf:hover .menu, .main-menu .menu .leaf .menu__link:hover .menu, .main-menu .menu .leaf:hover > .menu, .main-menu .menu .leaf .menu__link:hover > .menu, .main-menu .menu .leaf:hover .menu__dropdown, .main-menu .menu .leaf .menu__link:hover .menu__dropdown, .main-menu .menu .leaf:hover > .menu__dropdown, .main-menu .menu .leaf .menu__link:hover > .menu__dropdown, .main-menu .menu .expanded:hover .menu, .main-menu .menu .expanded .menu__link:hover .menu, .main-menu .menu .expanded:hover > .menu, .main-menu .menu .expanded .menu__link:hover > .menu, .main-menu .menu .expanded:hover .menu__dropdown, .main-menu .menu .expanded .menu__link:hover .menu__dropdown, .main-menu .menu .expanded:hover > .menu__dropdown, .main-menu .menu .expanded .menu__link:hover > .menu__dropdown, .main-menu .menu .collapsed:hover .menu, .main-menu .menu .collapsed .menu__link:hover .menu, .main-menu .menu .collapsed:hover > .menu, .main-menu .menu .collapsed .menu__link:hover > .menu, .main-menu .menu .collapsed:hover .menu__dropdown, .main-menu .menu .collapsed .menu__link:hover .menu__dropdown, .main-menu .menu .collapsed:hover > .menu__dropdown, .main-menu .menu .collapsed .menu__link:hover > .menu__dropdown {
        display: block
    }

        .main-menu .menu .menu__item:hover .menu .menu, .main-menu .menu .menu__item:hover .menu .menu__dropdown, .main-menu .menu .menu__item .menu__link:hover .menu .menu, .main-menu .menu .menu__item .menu__link:hover .menu .menu__dropdown, .main-menu .menu .menu__item:hover > .menu .menu, .main-menu .menu .menu__item:hover > .menu .menu__dropdown, .main-menu .menu .menu__item .menu__link:hover > .menu .menu, .main-menu .menu .menu__item .menu__link:hover > .menu .menu__dropdown, .main-menu .menu .menu__item:hover .menu__dropdown .menu, .main-menu .menu .menu__item:hover .menu__dropdown .menu__dropdown, .main-menu .menu .menu__item .menu__link:hover .menu__dropdown .menu, .main-menu .menu .menu__item .menu__link:hover .menu__dropdown .menu__dropdown, .main-menu .menu .menu__item:hover > .menu__dropdown .menu, .main-menu .menu .menu__item:hover > .menu__dropdown .menu__dropdown, .main-menu .menu .menu__item .menu__link:hover > .menu__dropdown .menu, .main-menu .menu .menu__item .menu__link:hover > .menu__dropdown .menu__dropdown, .main-menu .menu .leaf:hover .menu .menu, .main-menu .menu .leaf:hover .menu .menu__dropdown, .main-menu .menu .leaf .menu__link:hover .menu .menu, .main-menu .menu .leaf .menu__link:hover .menu .menu__dropdown, .main-menu .menu .leaf:hover > .menu .menu, .main-menu .menu .leaf:hover > .menu .menu__dropdown, .main-menu .menu .leaf .menu__link:hover > .menu .menu, .main-menu .menu .leaf .menu__link:hover > .menu .menu__dropdown, .main-menu .menu .leaf:hover .menu__dropdown .menu, .main-menu .menu .leaf:hover .menu__dropdown .menu__dropdown, .main-menu .menu .leaf .menu__link:hover .menu__dropdown .menu, .main-menu .menu .leaf .menu__link:hover .menu__dropdown .menu__dropdown, .main-menu .menu .leaf:hover > .menu__dropdown .menu, .main-menu .menu .leaf:hover > .menu__dropdown .menu__dropdown, .main-menu .menu .leaf .menu__link:hover > .menu__dropdown .menu, .main-menu .menu .leaf .menu__link:hover > .menu__dropdown .menu__dropdown, .main-menu .menu .expanded:hover .menu .menu, .main-menu .menu .expanded:hover .menu .menu__dropdown, .main-menu .menu .expanded .menu__link:hover .menu .menu, .main-menu .menu .expanded .menu__link:hover .menu .menu__dropdown, .main-menu .menu .expanded:hover > .menu .menu, .main-menu .menu .expanded:hover > .menu .menu__dropdown, .main-menu .menu .expanded .menu__link:hover > .menu .menu, .main-menu .menu .expanded .menu__link:hover > .menu .menu__dropdown, .main-menu .menu .expanded:hover .menu__dropdown .menu, .main-menu .menu .expanded:hover .menu__dropdown .menu__dropdown, .main-menu .menu .expanded .menu__link:hover .menu__dropdown .menu, .main-menu .menu .expanded .menu__link:hover .menu__dropdown .menu__dropdown, .main-menu .menu .expanded:hover > .menu__dropdown .menu, .main-menu .menu .expanded:hover > .menu__dropdown .menu__dropdown, .main-menu .menu .expanded .menu__link:hover > .menu__dropdown .menu, .main-menu .menu .expanded .menu__link:hover > .menu__dropdown .menu__dropdown, .main-menu .menu .collapsed:hover .menu .menu, .main-menu .menu .collapsed:hover .menu .menu__dropdown, .main-menu .menu .collapsed .menu__link:hover .menu .menu, .main-menu .menu .collapsed .menu__link:hover .menu .menu__dropdown, .main-menu .menu .collapsed:hover > .menu .menu, .main-menu .menu .collapsed:hover > .menu .menu__dropdown, .main-menu .menu .collapsed .menu__link:hover > .menu .menu, .main-menu .menu .collapsed .menu__link:hover > .menu .menu__dropdown, .main-menu .menu .collapsed:hover .menu__dropdown .menu, .main-menu .menu .collapsed:hover .menu__dropdown .menu__dropdown, .main-menu .menu .collapsed .menu__link:hover .menu__dropdown .menu, .main-menu .menu .collapsed .menu__link:hover .menu__dropdown .menu__dropdown, .main-menu .menu .collapsed:hover > .menu__dropdown .menu, .main-menu .menu .collapsed:hover > .menu__dropdown .menu__dropdown, .main-menu .menu .collapsed .menu__link:hover > .menu__dropdown .menu, .main-menu .menu .collapsed .menu__link:hover > .menu__dropdown .menu__dropdown {
            display: none
        }
}

.main-menu .menu .menu, .main-menu .menu .menu__dropdown {
    display: none;
    padding: 0;
    z-index: 1000
}

@media only screen and (min-width: 64.0625em) {
    .main-menu .menu .menu, .main-menu .menu .menu__dropdown {
        position: absolute;
        width: 20rem
    }
}

.main-menu .menu .menu .menu__item, .main-menu .menu .menu .leaf, .main-menu .menu .menu .expanded, .main-menu .menu .menu .collapsed, .main-menu .menu .menu__dropdown .menu__item, .main-menu .menu .menu__dropdown .leaf, .main-menu .menu .menu__dropdown .expanded, .main-menu .menu .menu__dropdown .collapsed {
    clear: both;
    width: 100%
}

    .main-menu .menu .menu .menu__item:first-child, .main-menu .menu .menu .leaf:first-child, .main-menu .menu .menu .expanded:first-child, .main-menu .menu .menu .collapsed:first-child, .main-menu .menu .menu__dropdown .menu__item:first-child, .main-menu .menu .menu__dropdown .leaf:first-child, .main-menu .menu .menu__dropdown .expanded:first-child, .main-menu .menu .menu__dropdown .collapsed:first-child {
        border-top: 1px solid #d9d9d9
    }

@media only screen and (min-width: 64.0625em) {
    .main-menu .menu .menu .menu__item, .main-menu .menu .menu .leaf, .main-menu .menu .menu .expanded, .main-menu .menu .menu .collapsed, .main-menu .menu .menu__dropdown .menu__item, .main-menu .menu .menu__dropdown .leaf, .main-menu .menu .menu__dropdown .expanded, .main-menu .menu .menu__dropdown .collapsed {
        border-top: 1px solid #d9d9d9
    }

        .main-menu .menu .menu .menu__item:first-child, .main-menu .menu .menu .leaf:first-child, .main-menu .menu .menu .expanded:first-child, .main-menu .menu .menu .collapsed:first-child, .main-menu .menu .menu__dropdown .menu__item:first-child, .main-menu .menu .menu__dropdown .leaf:first-child, .main-menu .menu .menu__dropdown .expanded:first-child, .main-menu .menu .menu__dropdown .collapsed:first-child {
            border-top: none
        }
}

.main-menu .menu .menu .menu__item .menu__link, .main-menu .menu .menu .leaf .menu__link, .main-menu .menu .menu .expanded .menu__link, .main-menu .menu .menu .collapsed .menu__link, .main-menu .menu .menu__dropdown .menu__item .menu__link, .main-menu .menu .menu__dropdown .leaf .menu__link, .main-menu .menu .menu__dropdown .expanded .menu__link, .main-menu .menu .menu__dropdown .collapsed .menu__link {
    background: #f2f2f2;
    padding-left: 2.5rem
}

@media only screen and (min-width: 64.0625em) {
    .main-menu .menu .menu .menu__item .menu__link, .main-menu .menu .menu .leaf .menu__link, .main-menu .menu .menu .expanded .menu__link, .main-menu .menu .menu .collapsed .menu__link, .main-menu .menu .menu__dropdown .menu__item .menu__link, .main-menu .menu .menu__dropdown .leaf .menu__link, .main-menu .menu .menu__dropdown .expanded .menu__link, .main-menu .menu .menu__dropdown .collapsed .menu__link {
        background: #e7e7e7;
        padding: 1.1rem 1.3rem
    }
}

.main-menu .menu .menu .menu__item .menu__link:hover, .main-menu .menu .menu .leaf .menu__link:hover, .main-menu .menu .menu .expanded .menu__link:hover, .main-menu .menu .menu .collapsed .menu__link:hover, .main-menu .menu .menu__dropdown .menu__item .menu__link:hover, .main-menu .menu .menu__dropdown .leaf .menu__link:hover, .main-menu .menu .menu__dropdown .expanded .menu__link:hover, .main-menu .menu .menu__dropdown .collapsed .menu__link:hover {
    background: #d9d9d9
}

.main-menu .menu .menu .menu__item .menu__link::after, .main-menu .menu .menu .leaf .menu__link::after, .main-menu .menu .menu .expanded .menu__link::after, .main-menu .menu .menu .collapsed .menu__link::after, .main-menu .menu .menu__dropdown .menu__item .menu__link::after, .main-menu .menu .menu__dropdown .leaf .menu__link::after, .main-menu .menu .menu__dropdown .expanded .menu__link::after, .main-menu .menu .menu__dropdown .collapsed .menu__link::after {
    display: none
}

.main-menu .menu .menu .menu__item.expanded::after, .main-menu .menu .menu .leaf.expanded::after, .main-menu .menu .menu .expanded.expanded::after, .main-menu .menu .menu .collapsed.expanded::after, .main-menu .menu .menu__dropdown .menu__item.expanded::after, .main-menu .menu .menu__dropdown .leaf.expanded::after, .main-menu .menu .menu__dropdown .expanded.expanded::after, .main-menu .menu .menu__dropdown .collapsed.expanded::after {
    border: none
}

@media only screen and (min-width: 64.0625em) {
    .main-menu .menu .menu .menu__item.expanded .menu__link::after, .main-menu .menu .menu .leaf.expanded .menu__link::after, .main-menu .menu .menu .expanded.expanded .menu__link::after, .main-menu .menu .menu .collapsed.expanded .menu__link::after, .main-menu .menu .menu__dropdown .menu__item.expanded .menu__link::after, .main-menu .menu .menu__dropdown .leaf.expanded .menu__link::after, .main-menu .menu .menu__dropdown .expanded.expanded .menu__link::after, .main-menu .menu .menu__dropdown .collapsed.expanded .menu__link::after {
        display: none
    }
}

.main-menu .menu .menu .menu__link.active-trail, .main-menu .menu .menu__dropdown .menu__link.active-trail {
    border-bottom: 0;
    border-left: 3px dotted #dcd3e4
}

.main-menu .menu .menu .menu__link.active, .main-menu .menu .menu__dropdown .menu__link.active {
    border-left: 3px solid #51247A
}

@media only screen and (min-width: 64.0625em) {
    .main-menu .menu .menu .menu__link.active, .main-menu .menu .menu__dropdown .menu__link.active {
        background-color: #dedede;
        border-bottom: 0
    }
}

.main-menu .menu .menu.expand, .main-menu .menu .menu__dropdown.expand {
    display: block
}

@media only screen and (min-width: 64.0625em) {
    .main-menu .menu .menu.expand, .main-menu .menu .menu__dropdown.expand {
        display: none
    }
}

.member-logos {
    text-align: center
}

.member-logos__title {
    text-transform: uppercase
}

.member-logos__link-container {
    padding: 0;
    text-align: center
}

.member-logos__link {
    display: inline-block;
    margin: 1.5rem 1.25rem 0 1.25rem;
    opacity: 0.5;
    transition: opacity 0.2s ease-in-out
}

    .member-logos__link:hover {
        opacity: 0.8
    }

.news-item {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
    background: #fff;
    margin-bottom: 1.1rem
}

    .news-item:before, .news-item:after {
        content: " ";
        display: table
    }

    .news-item:after {
        clear: both
    }

@media only screen and (min-width: 64.0625em) {
    .news-item {
        margin-bottom: 0
    }
}

.news-item p {
    color: #767676;
    margin-bottom: 0
}

.news-item__title {
    position: relative;
    color: #555;
    font-weight: 400;
    font-size: 1.2rem
}

.news-item:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8
}

.news-item__read-more-link {
    padding-top: 1rem;
    float: right
}

.news-item__img-container {
    padding: 0
}

.news-item__title-container {
    min-height: 6rem;
    padding: 1.3rem
}

.news-item--main-feature {
    margin-bottom: 1.1rem
}

@media only screen and (min-width: 64.0625em) {
    .news-item--main-feature {
        margin-top: 1rem
    }
}

.lt-ie9 .news-item__image {
    width: auto;
    height: 100px
}

.owntheunknown {
    font-weight: 700;
    letter-spacing: .2rem;
    line-height: 1;
    text-transform: uppercase;
    word-spacing: -.4rem
}

.owntheunknown__the {
    font-weight: 100
}

.owntheunknown--image {
    background: url("../images/otu/otu-tagline-white.png") no-repeat;
    background: url("../images/otu/otu-tagline-white.svg") no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    height: 13px;
    text-indent: -10000px;
    width: 215px
}

@media only screen and (min-width: 40.0625em) {
    .owntheunknown--image {
        height: 16px;
        width: 265px
    }
}

@media only screen and (min-width: 40.0625em) {
    .owntheunknown--large {
        font-size: 3.275rem;
        letter-spacing: .5rem;
        word-spacing: -1.2rem
    }
}

@media only screen and (min-width: 40.0625em) {
    .owntheunknown--large.owntheunknown--image {
        height: 22px;
        width: 364px
    }
}

@media only screen and (min-width: 64.0625em) {
    .owntheunknown--large.owntheunknown--image {
        height: 30px;
        width: 497px
    }
}

.owntheunknown--centered {
    display: block;
    margin: 0 auto;
    text-align: center
}

.owntheunknown-campaign-hub .page {
    background: #0F1B2F;
    background: linear-gradient(#0f1b2f 25%,#0a0e16 100%);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1b2f', endColorstr='#0A0E16',GradientType=0 )
}

.positioning-statement {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.positioning-statement__vertically-center {
    display: table-cell;
    vertical-align: middle
}

.positioning-statement__container {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%
}

    .positioning-statement__container:before, .positioning-statement__container:after {
        content: " ";
        display: table
    }

    .positioning-statement__container:after {
        clear: both
    }

.positioning-statement__title {
    font-size: 2.2rem;
    text-align: center;
    font-weight: 300
}

    .positioning-statement__title strong {
        font-weight: 500;
        color: #51247A
    }

.positioning-statement__link {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9rem
}

    .positioning-statement__link a {
        color: #555;
        border-bottom: 1px dotted #555
    }

        .positioning-statement__link a:hover {
            text-decoration: none;
            border-bottom: 1px solid #555
        }

.section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.section--double-spacing {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.section--no-spacing {
    padding-top: 0;
    padding-bottom: 0
}

.section--centered .section__header, .section--centered .section__footer {
    text-align: center
}

@media only screen and (min-width: 64.0625em) {
    .section--centered .section__header, .section--centered .section__footer {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 66.66667%;
        float: left;
        margin-left: 16.66667% !important
    }
}

.section--shaded {
    background-color: #f5f5f5
}

@media only screen and (min-width: 40.0625em) {
    .section--horizontal .section__header {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 33.33333%;
        float: left;
        margin-left: 0 !important
    }

    .section--horizontal .section__content {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 66.66667%;
        float: left;
        clear: none
    }

        .section--horizontal .section__content p:first-child, .section--horizontal .section__content h2:first-child, .section--horizontal .section__content h3:first-child, .section--horizontal .section__content h4:first-child, .section--horizontal .section__content h5:first-child, .section--horizontal .section__content h6:first-child, .section--horizontal .section__content ul:first-child {
            margin-top: 0
        }
}

.section--image-behind {
    position: relative;
    height: auto;
    overflow: hidden
}

    .section--image-behind .section__background {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0
    }

@media only screen and (max-width: 40em) {
    .section--image-behind .section__background {
        display: none
    }
}

@media only screen and (min-width: 64.0625em) {
    .section--image-behind .section__background img {
        width: 100%
    }
}

.section--image-behind .section__container {
    position: relative;
    z-index: 1
}

.section--background-image {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background:fixed
}

.section__container {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
    height:200px
}

    .section__container:before, .section__container:after {
        content: " ";
        display: table
    }

    .section__container:after {
        clear: both
    }

.section__header {
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 100%;
    float: left
}

.section__content {
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 100%;
    float: left
}

.section__footer {
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 100%;
    float: left
}

.section__summary {
    color: #777;
    margin-top: 0
}

.site-footer {
    width: 100%;
    background-color: #51247A;
    color: #d4c8de;
    font-size: .875rem
}

@media only screen and (max-width: 40em) {
    .site-footer {
        text-align: center
    }
}

.site-footer a {
    color: #fff;
    font-weight: 500
}

.site-footer .cricos__link {
    color: #d4c8de
}

.site-footer__social-media {
    font-size: 1.5rem;
    margin-top: 1rem
}

@media only screen and (min-width: 40.0625em) {
    .site-footer__social-media {
        text-align: right;
        margin-top: 0
    }
}

.site-footer__social-media a {
    padding-right: 0.4rem;
    transition: color .35s ease;
    color: #d4c8de
}

    .site-footer__social-media a:hover {
        color: white
    }

.site-footer .site-footer__content {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
    padding: 2rem 0
}

    .site-footer .site-footer__content:before, .site-footer .site-footer__content:after {
        content: " ";
        display: table
    }

    .site-footer .site-footer__content:after {
        clear: both
    }

.site-footer .site-footer__sub-title {
    font-size: 1.1rem;
    margin: 0;
    color: #fff
}

@media only screen and (min-width: 40.0625em) {
    .site-footer .site-footer__emergency-contact {
        text-align: right
    }
}

@media only screen and (max-width: 40em) {
    .site-footer .site-footer__emergency-contact {
        margin-top: 1rem
    }
}

.site-footer .site-footer__footer {
    border-top: 1px solid rgba(255,255,255,0.3);
    margin-top: 1rem;
    padding-top: 1rem
}

.site-header {
    width: 100%;
    background-color: #51247A;
    color: #ccc
}

    .site-header .site-header__content {
        margin: 0 auto;
        max-width: 1140px;
        width: 100%;
        padding: 1.5rem 0 1.5rem 0;
        text-align: center
    }

        .site-header .site-header__content:before, .site-header .site-header__content:after {
            content: " ";
            display: table
        }

        .site-header .site-header__content:after {
            clear: both
        }

@media only screen and (min-width: 40.0625em) {
    .site-header .site-header__content {
        padding: 0 0 1.5rem 0
    }
}

.site-header .uq-logo {
    float: left
}

@media only screen and (max-width: 40em) {
    .site-header .uq-logo {
        float: none;
        margin: 0 auto
    }
}

.site-header .site-title {
    border-left: 1px solid rgba(255,255,255,0.5);
    padding: 0.8rem 0 0.8rem 1rem;
    margin: 0 0 0 1rem;
    float: left;
    font-weight: 400;
    font-size: 1.475rem
}

    .site-header .site-title .site-title__link {
        color: #fff
    }

        .site-header .site-title .site-title__link:hover {
            text-decoration: none
        }

@media only screen and (max-width: 40em) {
    .site-header .site-title {
        border: 0;
        margin: 1rem 0 0 0;
        padding: 0;
        float: none;
        clear: both
    }
}

@media only screen and (max-width: 40em) {
    .site-header__site-search {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px
    }
}

@media only screen and (min-width: 40.0625em) {
    .site-header__site-search {
        padding: 1rem;
        padding-left: 0;
        padding-right: 0;
        width: 50%;
        float: right;
        float: right
    }
}

.site-search__title {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.site-search__form {
    margin: 0;
    padding: 0;
    float: right
}

    .site-search__form .site-search__query {
        font-size: .85rem;
        padding: 0 0 0 .3rem;
        width: 14rem
    }

.site-search__form--mobile {
    border-bottom: 1px solid #ccc;
    float: left;
    margin: .75rem 1rem
}

@media only screen and (max-width: 40em) {
    .site-search__form--mobile .site-search__query {
        width: 8rem
    }
}

.site-search__form .site-search__fieldset {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%
}

.site-search__form .site-search__legend {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.site-search__form .site-search__input {
    float: left;
    height: 1.65rem;
    line-height: 1.65rem;
    border-width: 0;
    margin: 0
}

    .site-search__form .site-search__input, .site-search__form .site-search__input:focus {
        border-width: 0;
        transition: none;
        box-shadow: none;
        color: #333;
        background: white
    }

        .site-search__form .site-search__input:hover {
            color: #333;
            background: white
        }

.site-search__form .site-search__submit {
    width: 1.65rem;
    padding: 0;
    cursor: pointer;
    font-family: 'FontAwesome'
}

.site-search__form .site-search__query:focus + .site-search__submit {
    color: #333
}

.skip-link {
    text-align: center
}

.skip-link__link:focus, .skip-link__link:active {
    position: relative !important
}

.element-invisible, .element-hidden, .visually-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.wbr, .word-break {
    display: inline
}

@media only screen and (min-width: 90.0625em) {
    .wbr--xlarge-up, .word-break--xlarge-up {
        display: block
    }
}

@media only screen and (min-width: 64.0625em) {
    .wbr--large-up, .word-break--large-up {
        display: block
    }
}

@media only screen and (min-width: 40.0625em) {
    .wbr--medium-up, .word-break--medium-up {
        display: block
    }
}
