﻿
.section--light-tint, .light-tint, .section--dark-tint, .dark-tint {
    position: relative;
    overflow: hidden
}

.section--light-tint::before, .light-tint::before, .section--dark-tint::before, .dark-tint::before {
    content: '';
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.section--light-tint::before, .light-tint::before {
    background: #fff
}

.section--dark-tint, .dark-tint {
    background-color: #494949
}

.section--dark-tint::before, .dark-tint::before {
    background: #000
}

.section--light-text .section__header, .section--light-text .section__summary, .section--light-text .section__footer, .section.light-palette .section__header, .section.light-palette .section__summary, .section.light-palette .section__footer, .pane--dark-tint, .pane--dark-tint .pane__title, .pane-grid--dark-tint .pane, .pane-grid--dark-tint .pane .pane__title, .light-palette {
    border-color: rgba(255, 255, 255, 0.4);
    color: #f0f0f0
}

.section--light-text .section__header a, .section--light-text .section__summary a, .section--light-text .section__footer a, .section.light-palette .section__header a, .section.light-palette .section__summary a, .section.light-palette .section__footer a, .pane--dark-tint a, .pane--dark-tint .pane__title a, .pane-grid--dark-tint .pane a, .pane-grid--dark-tint .pane .pane__title a, .light-palette a {
    color: #fff;
    font-weight: 400
}

.section--light-text .section__header a:hover, .section--light-text .section__summary a:hover, .section--light-text .section__footer a:hover, .section.light-palette .section__header a:hover, .section.light-palette .section__summary a:hover, .section.light-palette .section__footer a:hover, .pane--dark-tint a:hover, .pane-grid--dark-tint .pane a:hover, .light-palette a:hover {
    color: #e6e6e6
}

.section--image-behind.dark-text, .section--image-behind.dark-palette, .light-palette-bg {
    background-color: #fff
}

.section--dark-text .section__header, .section--dark-text .section__summary, .section--dark-text .section__footer, .section.dark-palette .section__header, .section.dark-palette .section__summary, .section.dark-palette .section__footer, .section__update-message, .dark-palette {
    border-color: rgba(0, 0, 0, 0.1);
    color: #222
}

.section--dark-text .section__header a, .section--dark-text .section__summary a, .section--dark-text .section__footer a, .section.dark-palette .section__header a, .section.dark-palette .section__summary a, .section.dark-palette .section__footer a, .section__update-message a, .dark-palette a {
    color: #6e0b8d
}

.section--dark-text .section__header a:hover, .section--dark-text .section__summary a:hover, .section--dark-text .section__footer a:hover, .section.dark-palette .section__header a:hover, .section.dark-palette .section__summary a:hover, .section.dark-palette .section__footer a:hover, .section__update-message a:hover, .dark-palette a:hover {
    color: #49075e
}

.section--image-behind.light-text, .section--image-behind.light-palette, .dark-palette-bg {
    background-color: #333
}

.pattern--noise {
    background-image: url("../images/pattern-noise.png");
    background-repeat: repeat
}

.pattern--black-pinstripe {
    background: #161616 url("../images/pattern-black-pinstripe.gif") repeat 0 0
}

.pattern--cardboard {
    background: #f6f6f6 url("../images/pattern-cardboard.jpg") repeat 0 0
}

.pattern--mesh {
    background: #fafafa url("../images/pattern-mesh.gif") repeat 0 0
}

.pattern--dark-grid {
    background: #1d1d1d url("../images/pattern-dark-grid.png") repeat 50% 50%
}

.pattern--thatched {
    background: #f8f8f8 url("../images/pattern-thatched.png") repeat 0 0
}

.pattern--light-grid {
    background: #e2e2e2 url("../images/pattern-light-grid.png") repeat 50% 50%
}

/*!
 *  Font Awesome 4.7.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("../fonts/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#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
}

.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
}

.icon-pull-left {
    float: left
}

.icon-pull-right {
    float: right
}

.icon.icon-pull-left {
    margin-right: .3em
}

.icon.icon-pull-right {
    margin-left: .3em
}

.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 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.icon-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.icon-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.icon-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.icon-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .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-feed:before, .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-pp: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-resistance:before, .icon-rebel:before {
    content: ""
}

.icon-ge:before, .icon-empire:before {
    content: ""
}

.icon-git-square:before {
    content: ""
}

.icon-git:before {
    content: ""
}

.icon-y-combinator-square:before, .icon-yc-square:before, .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-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-intersex:before, .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-genderless: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-yc:before, .icon-y-combinator:before {
    content: ""
}

.icon-optin-monster:before {
    content: ""
}

.icon-opencart:before {
    content: ""
}

.icon-expeditedssl:before {
    content: ""
}

.icon-battery-4:before, .icon-battery:before, .icon-battery-full:before {
    content: ""
}

.icon-battery-3:before, .icon-battery-three-quarters:before {
    content: ""
}

.icon-battery-2:before, .icon-battery-half:before {
    content: ""
}

.icon-battery-1:before, .icon-battery-quarter:before {
    content: ""
}

.icon-battery-0:before, .icon-battery-empty:before {
    content: ""
}

.icon-mouse-pointer:before {
    content: ""
}

.icon-i-cursor:before {
    content: ""
}

.icon-object-group:before {
    content: ""
}

.icon-object-ungroup:before {
    content: ""
}

.icon-sticky-note:before {
    content: ""
}

.icon-sticky-note-o:before {
    content: ""
}

.icon-cc-jcb:before {
    content: ""
}

.icon-cc-diners-club:before {
    content: ""
}

.icon-clone:before {
    content: ""
}

.icon-balance-scale:before {
    content: ""
}

.icon-hourglass-o:before {
    content: ""
}

.icon-hourglass-1:before, .icon-hourglass-start:before {
    content: ""
}

.icon-hourglass-2:before, .icon-hourglass-half:before {
    content: ""
}

.icon-hourglass-3:before, .icon-hourglass-end:before {
    content: ""
}

.icon-hourglass:before {
    content: ""
}

.icon-hand-grab-o:before, .icon-hand-rock-o:before {
    content: ""
}

.icon-hand-stop-o:before, .icon-hand-paper-o:before {
    content: ""
}

.icon-hand-scissors-o:before {
    content: ""
}

.icon-hand-lizard-o:before {
    content: ""
}

.icon-hand-spock-o:before {
    content: ""
}

.icon-hand-pointer-o:before {
    content: ""
}

.icon-hand-peace-o:before {
    content: ""
}

.icon-trademark:before {
    content: ""
}

.icon-registered:before {
    content: ""
}

.icon-creative-commons:before {
    content: ""
}

.icon-gg:before {
    content: ""
}

.icon-gg-circle:before {
    content: ""
}

.icon-tripadvisor:before {
    content: ""
}

.icon-odnoklassniki:before {
    content: ""
}

.icon-odnoklassniki-square:before {
    content: ""
}

.icon-get-pocket:before {
    content: ""
}

.icon-wikipedia-w:before {
    content: ""
}

.icon-safari:before {
    content: ""
}

.icon-chrome:before {
    content: ""
}

.icon-firefox:before {
    content: ""
}

.icon-opera:before {
    content: ""
}

.icon-internet-explorer:before {
    content: ""
}

.icon-tv:before, .icon-television:before {
    content: ""
}

.icon-contao:before {
    content: ""
}

.icon-500px:before {
    content: ""
}

.icon-amazon:before {
    content: ""
}

.icon-calendar-plus-o:before {
    content: ""
}

.icon-calendar-minus-o:before {
    content: ""
}

.icon-calendar-times-o:before {
    content: ""
}

.icon-calendar-check-o:before {
    content: ""
}

.icon-industry:before {
    content: ""
}

.icon-map-pin:before {
    content: ""
}

.icon-map-signs:before {
    content: ""
}

.icon-map-o:before {
    content: ""
}

.icon-map:before {
    content: ""
}

.icon-commenting:before {
    content: ""
}

.icon-commenting-o:before {
    content: ""
}

.icon-houzz:before {
    content: ""
}

.icon-vimeo:before {
    content: ""
}

.icon-black-tie:before {
    content: ""
}

.icon-fonticons:before {
    content: ""
}

.icon-reddit-alien:before {
    content: ""
}

.icon-edge:before {
    content: ""
}

.icon-credit-card-alt:before {
    content: ""
}

.icon-codiepie:before {
    content: ""
}

.icon-modx:before {
    content: ""
}

.icon-fort-awesome:before {
    content: ""
}

.icon-usb:before {
    content: ""
}

.icon-product-hunt:before {
    content: ""
}

.icon-mixcloud:before {
    content: ""
}

.icon-scribd:before {
    content: ""
}

.icon-pause-circle:before {
    content: ""
}

.icon-pause-circle-o:before {
    content: ""
}

.icon-stop-circle:before {
    content: ""
}

.icon-stop-circle-o:before {
    content: ""
}

.icon-shopping-bag:before {
    content: ""
}

.icon-shopping-basket:before {
    content: ""
}

.icon-hashtag:before {
    content: ""
}

.icon-bluetooth:before {
    content: ""
}

.icon-bluetooth-b:before {
    content: ""
}

.icon-percent:before {
    content: ""
}

.icon-gitlab:before {
    content: ""
}

.icon-wpbeginner:before {
    content: ""
}

.icon-wpforms:before {
    content: ""
}

.icon-envira:before {
    content: ""
}

.icon-universal-access:before {
    content: ""
}

.icon-wheelchair-alt:before {
    content: ""
}

.icon-question-circle-o:before {
    content: ""
}

.icon-blind:before {
    content: ""
}

.icon-audio-description:before {
    content: ""
}

.icon-volume-control-phone:before {
    content: ""
}

.icon-braille:before {
    content: ""
}

.icon-assistive-listening-systems:before {
    content: ""
}

.icon-asl-interpreting:before, .icon-american-sign-language-interpreting:before {
    content: ""
}

.icon-deafness:before, .icon-hard-of-hearing:before, .icon-deaf:before {
    content: ""
}

.icon-glide:before {
    content: ""
}

.icon-glide-g:before {
    content: ""
}

.icon-signing:before, .icon-sign-language:before {
    content: ""
}

.icon-low-vision:before {
    content: ""
}

.icon-viadeo:before {
    content: ""
}

.icon-viadeo-square:before {
    content: ""
}

.icon-snapchat:before {
    content: ""
}

.icon-snapchat-ghost:before {
    content: ""
}

.icon-snapchat-square:before {
    content: ""
}

.icon-pied-piper:before {
    content: ""
}

.icon-first-order:before {
    content: ""
}

.icon-yoast:before {
    content: ""
}

.icon-themeisle:before {
    content: ""
}

.icon-google-plus-circle:before, .icon-google-plus-official:before {
    content: ""
}

.icon-fa:before, .icon-font-awesome:before {
    content: ""
}

.icon-handshake-o:before {
    content: ""
}

.icon-envelope-open:before {
    content: ""
}

.icon-envelope-open-o:before {
    content: ""
}

.icon-linode:before {
    content: ""
}

.icon-address-book:before {
    content: ""
}

.icon-address-book-o:before {
    content: ""
}

.icon-vcard:before, .icon-address-card:before {
    content: ""
}

.icon-vcard-o:before, .icon-address-card-o:before {
    content: ""
}

.icon-user-circle:before {
    content: ""
}

.icon-user-circle-o:before {
    content: ""
}

.icon-user-o:before {
    content: ""
}

.icon-id-badge:before {
    content: ""
}

.icon-drivers-license:before, .icon-id-card:before {
    content: ""
}

.icon-drivers-license-o:before, .icon-id-card-o:before {
    content: ""
}

.icon-quora:before {
    content: ""
}

.icon-free-code-camp:before {
    content: ""
}

.icon-telegram:before {
    content: ""
}

.icon-thermometer-4:before, .icon-thermometer:before, .icon-thermometer-full:before {
    content: ""
}

.icon-thermometer-3:before, .icon-thermometer-three-quarters:before {
    content: ""
}

.icon-thermometer-2:before, .icon-thermometer-half:before {
    content: ""
}

.icon-thermometer-1:before, .icon-thermometer-quarter:before {
    content: ""
}

.icon-thermometer-0:before, .icon-thermometer-empty:before {
    content: ""
}

.icon-shower:before {
    content: ""
}

.icon-bathtub:before, .icon-s15:before, .icon-bath:before {
    content: ""
}

.icon-podcast:before {
    content: ""
}

.icon-window-maximize:before {
    content: ""
}

.icon-window-minimize:before {
    content: ""
}

.icon-window-restore:before {
    content: ""
}

.icon-times-rectangle:before, .icon-window-close:before {
    content: ""
}

.icon-times-rectangle-o:before, .icon-window-close-o:before {
    content: ""
}

.icon-bandcamp:before {
    content: ""
}

.icon-grav:before {
    content: ""
}

.icon-etsy:before {
    content: ""
}

.icon-imdb:before {
    content: ""
}

.icon-ravelry:before {
    content: ""
}

.icon-eercast:before {
    content: ""
}

.icon-microchip:before {
    content: ""
}

.icon-snowflake-o:before {
    content: ""
}

.icon-superpowers:before {
    content: ""
}

.icon-wpexplorer:before {
    content: ""
}

.icon-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: 'uq-icons';
    src: url("../fonts/uq-icons/font/uq-icons.eot?v=58993992");
    src: url("../fonts/uq-icons/font/uq-icons.eot?v=58993992#iefix") format("embedded-opentype"), url("../fonts/uq-icons/font/uq-icons.woff?v=58993992") format("woff"), url("../fonts/uq-icons/font/uq-icons.ttf?v=58993992") format("truetype"), url("../fonts/uq-icons/font/uq-icons.svg?v=58993992#uq-icons") format("svg");
    font-weight: normal;
    font-style: normal
}

.icon {
    display: inline-block;
    font: normal normal normal 16px/1 uq-icons;
    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-uq-add-circle:before {
    content: '\e800'
}

.icon-uq-minus-circle:before {
    content: '\e801'
}

.icon-uq-search:before {
    content: '\e802'
}

.icon-uq-new-window:before {
    content: '\e803'
}

.icon-uq-external-link:before {
    content: '\e804'
}

.icon-uq-close-circle:before {
    content: '\e805'
}

.icon-uq-options-circle:before {
    content: '\e806'
}

.icon-uq-send:before {
    content: '\e807'
}

.icon-uq-list:before {
    content: '\e808'
}

.icon-uq-time:before {
    content: '\e809'
}

.icon-uq-attach:before {
    content: '\e80a'
}

.icon-uq-apple:before {
    content: '\e80b'
}

.icon-uq-android:before {
    content: '\e80c'
}

.icon-uq-exit:before {
    content: '\e80d'
}

.icon-uq-pen:before {
    content: '\e80e'
}

.icon-uq-home:before {
    content: '\e80f'
}

.icon-uq-communicate:before {
    content: '\e810'
}

.icon-uq-bookmark:before {
    content: '\e811'
}

.icon-uq-tag:before {
    content: '\e812'
}

.icon-uq-location:before {
    content: '\e813'
}

.icon-uq-correct-circle:before {
    content: '\e814'
}

.icon-uq-menu:before {
    content: '\e815'
}

.icon-uq-file:before {
    content: '\e816'
}

.icon-uq-alert-circle:before {
    content: '\e817'
}

.icon-uq-calendar:before {
    content: '\e818'
}

.icon-uq-angle-right:before {
    content: '\e819'
}

.icon-uq-chevron-right:before {
    content: '\e81a'
}

.icon-uq-chevron-bold-right:before {
    content: '\e81b'
}

.icon-uq-sun:before {
    content: '\e81c'
}

.icon-uq-lock:before {
    content: '\e81d'
}

.icon-uq-pin:before {
    content: '\e81e'
}

.icon-uq-australia:before {
    content: '\e81f'
}

.icon-uq-anz:before {
    content: '\e820'
}

.icon-uq-world:before {
    content: '\e821'
}

.icon-uq-question-circle:before {
    content: '\e822'
}

.icon-uq-bicycle:before {
    content: '\e823'
}

.icon-uq-disability:before {
    content: '\e824'
}

.icon-uq-building:before {
    content: '\e825'
}

.icon-uq-book:before {
    content: '\e826'
}

.icon-uq-talk:before {
    content: '\e827'
}

.icon-uq-religion:before {
    content: '\e828'
}

.icon-uq-ferry:before {
    content: '\e829'
}

.icon-uq-train:before {
    content: '\e82a'
}

.icon-uq-bus:before {
    content: '\e82b'
}

.icon-uq-car:before {
    content: '\e82c'
}

.icon-uq-angle-down:before {
    content: '\e82d'
}

.icon-uq-angle-left:before {
    content: '\e82e'
}

.icon-uq-angle-up:before {
    content: '\e82f'
}

.icon-uq-chevron-down:before {
    content: '\e830'
}

.icon-uq-chevron-left:before {
    content: '\e831'
}

.icon-uq-chevron-up:before {
    content: '\e832'
}

.icon-uq-chevron-bold-down:before {
    content: '\e833'
}

.icon-uq-chevron-bold-left:before {
    content: '\e834'
}

.icon-uq-chevron-bold-up:before {
    content: '\e835'
}

.icon-uq-correct-circle-solid:before {
    content: '\e836'
}

.icon-uq-close-solid:before {
    content: '\e837'
}

.icon-uq-arrow-right:before {
    content: '\e838'
}

.icon-uq-arrow-left:before {
    content: '\e839'
}

.icon-uq-arrow-top:before {
    content: '\e83a'
}

.icon-uq-file-solid:before {
    content: '\e83b'
}

.icon-uq-pin-solid:before {
    content: '\e83c'
}

.icon-uq-building-2:before {
    content: '\e83d'
}

.icon-uq-add-solid:before {
    content: '\e83e'
}

.icon-uq-calendar-solid:before {
    content: '\e83f'
}

.icon-uq-options-circle-solid:before {
    content: '\e840'
}

.icon-uq-award:before {
    content: '\e841'
}

.icon-uq-research:before {
    content: '\e842'
}

.icon-uq-building-3:before {
    content: '\e843'
}

.icon-uq-graduate:before {
    content: '\e844'
}

.icon-uq-apply:before {
    content: '\e845'
}

.icon-uq-calculator:before {
    content: '\e846'
}

.icon-uq-arrow-down:before {
    content: '\e847'
}

.icon-uq-heart-health:before {
    content: '\e848'
}

.icon-uq-rubbish:before {
    content: '\e849'
}

.icon-uq-bars-short:before {
    content: '\e84a'
}

.icon-uq-bars-long:before {
    content: '\e84b'
}

.icon-uq-person-female:before {
    content: '\e84c'
}

.icon-uq-person-male:before {
    content: '\e84d'
}

.icon-uq-person:before {
    content: '\e84e'
}

.icon-uq-person-academic-female:before {
    content: '\e84f'
}

.icon-uq-person-academic-male:before {
    content: '\e850 '
}

.icon, .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
}

.icon--light-grey::before, .icon--light-gray::before {
    color: #ddd
}

/*! 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, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 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
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

meta.foundation-version {
    font-family: "/5.5.3/"
}

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%
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html, body {
    font-size: 16px
}

body {
    background: #fff;
    color: #2b2b2b;
    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
}

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
    max-width: none !important
}

.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
    }
}

@media only screen and (min-width: 90.0625em) {
    .xlarge-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .xlarge-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    .xlarge-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    .xlarge-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    .xlarge-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    .xlarge-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    .xlarge-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .xlarge-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .xlarge-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    .xlarge-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    .xlarge-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    .xlarge-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    .xlarge-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .xlarge-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .xlarge-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    .xlarge-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    .xlarge-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    .xlarge-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    .xlarge-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .xlarge-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .xlarge-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    .xlarge-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    .xlarge-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    .xlarge-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    .column, .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }

    .xlarge-1 {
        width: 8.33333%
    }

    .xlarge-2 {
        width: 16.66667%
    }

    .xlarge-3 {
        width: 25%
    }

    .xlarge-4 {
        width: 33.33333%
    }

    .xlarge-5 {
        width: 41.66667%
    }

    .xlarge-6 {
        width: 50%
    }

    .xlarge-7 {
        width: 58.33333%
    }

    .xlarge-8 {
        width: 66.66667%
    }

    .xlarge-9 {
        width: 75%
    }

    .xlarge-10 {
        width: 83.33333%
    }

    .xlarge-11 {
        width: 91.66667%
    }

    .xlarge-12 {
        width: 100%
    }

    .xlarge-offset-0 {
        margin-left: 0 !important
    }

    .xlarge-offset-1 {
        margin-left: 8.33333% !important
    }

    .xlarge-offset-2 {
        margin-left: 16.66667% !important
    }

    .xlarge-offset-3 {
        margin-left: 25% !important
    }

    .xlarge-offset-4 {
        margin-left: 33.33333% !important
    }

    .xlarge-offset-5 {
        margin-left: 41.66667% !important
    }

    .xlarge-offset-6 {
        margin-left: 50% !important
    }

    .xlarge-offset-7 {
        margin-left: 58.33333% !important
    }

    .xlarge-offset-8 {
        margin-left: 66.66667% !important
    }

    .xlarge-offset-9 {
        margin-left: 75% !important
    }

    .xlarge-offset-10 {
        margin-left: 83.33333% !important
    }

    .xlarge-offset-11 {
        margin-left: 91.66667% !important
    }

    .xlarge-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    .column.xlarge-centered, .columns.xlarge-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .column.xlarge-uncentered, .columns.xlarge-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    .column.xlarge-centered:last-child, .columns.xlarge-centered:last-child {
        float: none
    }

    .column.xlarge-uncentered:last-child, .columns.xlarge-uncentered:last-child {
        float: left
    }

    .column.xlarge-uncentered.opposite, .columns.xlarge-uncentered.opposite {
        float: right
    }

    .row.xlarge-collapse > .column, .row.xlarge-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .row.xlarge-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .row.xlarge-uncollapse > .column, .row.xlarge-uncollapse > .columns {
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }
}

@media only screen and (min-width: 120.0625em) {
    .xxlarge-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .xxlarge-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    .xxlarge-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    .xxlarge-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    .xxlarge-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    .xxlarge-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    .xxlarge-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .xxlarge-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .xxlarge-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    .xxlarge-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    .xxlarge-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    .xxlarge-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    .xxlarge-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .xxlarge-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .xxlarge-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    .xxlarge-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    .xxlarge-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    .xxlarge-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    .xxlarge-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .xxlarge-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .xxlarge-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    .xxlarge-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    .xxlarge-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    .xxlarge-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    .column, .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }

    .xxlarge-1 {
        width: 8.33333%
    }

    .xxlarge-2 {
        width: 16.66667%
    }

    .xxlarge-3 {
        width: 25%
    }

    .xxlarge-4 {
        width: 33.33333%
    }

    .xxlarge-5 {
        width: 41.66667%
    }

    .xxlarge-6 {
        width: 50%
    }

    .xxlarge-7 {
        width: 58.33333%
    }

    .xxlarge-8 {
        width: 66.66667%
    }

    .xxlarge-9 {
        width: 75%
    }

    .xxlarge-10 {
        width: 83.33333%
    }

    .xxlarge-11 {
        width: 91.66667%
    }

    .xxlarge-12 {
        width: 100%
    }

    .xxlarge-offset-0 {
        margin-left: 0 !important
    }

    .xxlarge-offset-1 {
        margin-left: 8.33333% !important
    }

    .xxlarge-offset-2 {
        margin-left: 16.66667% !important
    }

    .xxlarge-offset-3 {
        margin-left: 25% !important
    }

    .xxlarge-offset-4 {
        margin-left: 33.33333% !important
    }

    .xxlarge-offset-5 {
        margin-left: 41.66667% !important
    }

    .xxlarge-offset-6 {
        margin-left: 50% !important
    }

    .xxlarge-offset-7 {
        margin-left: 58.33333% !important
    }

    .xxlarge-offset-8 {
        margin-left: 66.66667% !important
    }

    .xxlarge-offset-9 {
        margin-left: 75% !important
    }

    .xxlarge-offset-10 {
        margin-left: 83.33333% !important
    }

    .xxlarge-offset-11 {
        margin-left: 91.66667% !important
    }

    .xxlarge-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    .column.xxlarge-centered, .columns.xxlarge-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .column.xxlarge-uncentered, .columns.xxlarge-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    .column.xxlarge-centered:last-child, .columns.xxlarge-centered:last-child {
        float: none
    }

    .column.xxlarge-uncentered:last-child, .columns.xxlarge-uncentered:last-child {
        float: left
    }

    .column.xxlarge-uncentered.opposite, .columns.xxlarge-uncentered.opposite {
        float: right
    }

    .row.xxlarge-collapse > .column, .row.xxlarge-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .row.xxlarge-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .row.xxlarge-uncollapse > .column, .row.xxlarge-uncollapse > .columns {
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }
}

[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 and (min-width: 90.0625em) {
    .xlarge-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

    .xlarge-block-grid-1 > li:nth-of-type(1n) {
        clear: none
    }

    .xlarge-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both
    }

    .xlarge-block-grid-1 > li:nth-of-type(1n) {
        padding-left: 0rem;
        padding-right: 0rem
    }

    .xlarge-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

    .xlarge-block-grid-2 > li:nth-of-type(1n) {
        clear: none
    }

    .xlarge-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both
    }

    .xlarge-block-grid-2 > li:nth-of-type(2n+1) {
        padding-left: 0rem;
        padding-right: .9375rem
    }

    .xlarge-block-grid-2 > li:nth-of-type(2n) {
        padding-left: .9375rem;
        padding-right: 0rem
    }

    .xlarge-block-grid-3 > li {
        list-style: none;
        width: 33.33333%
    }

    .xlarge-block-grid-3 > li:nth-of-type(1n) {
        clear: none
    }

    .xlarge-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both
    }

    .xlarge-block-grid-3 > li:nth-of-type(3n+1) {
        padding-left: 0rem;
        padding-right: 1.25rem
    }

    .xlarge-block-grid-3 > li:nth-of-type(3n+2) {
        padding-left: .625rem;
        padding-right: .625rem
    }

    .xlarge-block-grid-3 > li:nth-of-type(3n) {
        padding-left: 1.25rem;
        padding-right: 0rem
    }

    .xlarge-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

    .xlarge-block-grid-4 > li:nth-of-type(1n) {
        clear: none
    }

    .xlarge-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both
    }

    .xlarge-block-grid-4 > li:nth-of-type(4n+1) {
        padding-left: 0rem;
        padding-right: 1.40625rem
    }

    .xlarge-block-grid-4 > li:nth-of-type(4n+2) {
        padding-left: .46875rem;
        padding-right: .9375rem
    }

    .xlarge-block-grid-4 > li:nth-of-type(4n+3) {
        padding-left: .9375rem;
        padding-right: .46875rem
    }

    .xlarge-block-grid-4 > li:nth-of-type(4n) {
        padding-left: 1.40625rem;
        padding-right: 0rem
    }

    .xlarge-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

    .xlarge-block-grid-5 > li:nth-of-type(1n) {
        clear: none
    }

    .xlarge-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both
    }

    .xlarge-block-grid-5 > li:nth-of-type(5n+1) {
        padding-left: 0rem;
        padding-right: 1.5rem
    }

    .xlarge-block-grid-5 > li:nth-of-type(5n+2) {
        padding-left: .375rem;
        padding-right: 1.125rem
    }

    .xlarge-block-grid-5 > li:nth-of-type(5n+3) {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .xlarge-block-grid-5 > li:nth-of-type(5n+4) {
        padding-left: 1.125rem;
        padding-right: .375rem
    }

    .xlarge-block-grid-5 > li:nth-of-type(5n) {
        padding-left: 1.5rem;
        padding-right: 0rem
    }

    .xlarge-block-grid-6 > li {
        list-style: none;
        width: 16.66667%
    }

    .xlarge-block-grid-6 > li:nth-of-type(1n) {
        clear: none
    }

    .xlarge-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both
    }

    .xlarge-block-grid-6 > li:nth-of-type(6n+1) {
        padding-left: 0rem;
        padding-right: 1.5625rem
    }

    .xlarge-block-grid-6 > li:nth-of-type(6n+2) {
        padding-left: .3125rem;
        padding-right: 1.25rem
    }

    .xlarge-block-grid-6 > li:nth-of-type(6n+3) {
        padding-left: .625rem;
        padding-right: .9375rem
    }

    .xlarge-block-grid-6 > li:nth-of-type(6n+4) {
        padding-left: .9375rem;
        padding-right: .625rem
    }

    .xlarge-block-grid-6 > li:nth-of-type(6n+5) {
        padding-left: 1.25rem;
        padding-right: .3125rem
    }

    .xlarge-block-grid-6 > li:nth-of-type(6n) {
        padding-left: 1.5625rem;
        padding-right: 0rem
    }

    .xlarge-block-grid-7 > li {
        list-style: none;
        width: 14.28571%
    }

    .xlarge-block-grid-7 > li:nth-of-type(1n) {
        clear: none
    }

    .xlarge-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both
    }

    .xlarge-block-grid-7 > li:nth-of-type(7n+1) {
        padding-left: 0rem;
        padding-right: 1.60714rem
    }

    .xlarge-block-grid-7 > li:nth-of-type(7n+2) {
        padding-left: .26786rem;
        padding-right: 1.33929rem
    }

    .xlarge-block-grid-7 > li:nth-of-type(7n+3) {
        padding-left: .53571rem;
        padding-right: 1.07143rem
    }

    .xlarge-block-grid-7 > li:nth-of-type(7n+4) {
        padding-left: .80357rem;
        padding-right: .80357rem
    }

    .xlarge-block-grid-7 > li:nth-of-type(7n+5) {
        padding-left: 1.07143rem;
        padding-right: .53571rem
    }

    .xlarge-block-grid-7 > li:nth-of-type(7n+6) {
        padding-left: 1.33929rem;
        padding-right: .26786rem
    }

    .xlarge-block-grid-7 > li:nth-of-type(7n) {
        padding-left: 1.60714rem;
        padding-right: 0rem
    }

    .xlarge-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

    .xlarge-block-grid-8 > li:nth-of-type(1n) {
        clear: none
    }

    .xlarge-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both
    }

    .xlarge-block-grid-8 > li:nth-of-type(8n+1) {
        padding-left: 0rem;
        padding-right: 1.64063rem
    }

    .xlarge-block-grid-8 > li:nth-of-type(8n+2) {
        padding-left: .23438rem;
        padding-right: 1.40625rem
    }

    .xlarge-block-grid-8 > li:nth-of-type(8n+3) {
        padding-left: .46875rem;
        padding-right: 1.17188rem
    }

    .xlarge-block-grid-8 > li:nth-of-type(8n+4) {
        padding-left: .70313rem;
        padding-right: .9375rem
    }

    .xlarge-block-grid-8 > li:nth-of-type(8n+5) {
        padding-left: .9375rem;
        padding-right: .70313rem
    }

    .xlarge-block-grid-8 > li:nth-of-type(8n+6) {
        padding-left: 1.17188rem;
        padding-right: .46875rem
    }

    .xlarge-block-grid-8 > li:nth-of-type(8n+7) {
        padding-left: 1.40625rem;
        padding-right: .23438rem
    }

    .xlarge-block-grid-8 > li:nth-of-type(8n) {
        padding-left: 1.64063rem;
        padding-right: 0rem
    }

    .xlarge-block-grid-9 > li {
        list-style: none;
        width: 11.11111%
    }

    .xlarge-block-grid-9 > li:nth-of-type(1n) {
        clear: none
    }

    .xlarge-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both
    }

    .xlarge-block-grid-9 > li:nth-of-type(9n+1) {
        padding-left: 0rem;
        padding-right: 1.66667rem
    }

    .xlarge-block-grid-9 > li:nth-of-type(9n+2) {
        padding-left: .20833rem;
        padding-right: 1.45833rem
    }

    .xlarge-block-grid-9 > li:nth-of-type(9n+3) {
        padding-left: .41667rem;
        padding-right: 1.25rem
    }

    .xlarge-block-grid-9 > li:nth-of-type(9n+4) {
        padding-left: .625rem;
        padding-right: 1.04167rem
    }

    .xlarge-block-grid-9 > li:nth-of-type(9n+5) {
        padding-left: .83333rem;
        padding-right: .83333rem
    }

    .xlarge-block-grid-9 > li:nth-of-type(9n+6) {
        padding-left: 1.04167rem;
        padding-right: .625rem
    }

    .xlarge-block-grid-9 > li:nth-of-type(9n+7) {
        padding-left: 1.25rem;
        padding-right: .41667rem
    }

    .xlarge-block-grid-9 > li:nth-of-type(9n+8) {
        padding-left: 1.45833rem;
        padding-right: .20833rem
    }

    .xlarge-block-grid-9 > li:nth-of-type(9n) {
        padding-left: 1.66667rem;
        padding-right: 0rem
    }

    .xlarge-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

    .xlarge-block-grid-10 > li:nth-of-type(1n) {
        clear: none
    }

    .xlarge-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both
    }

    .xlarge-block-grid-10 > li:nth-of-type(10n+1) {
        padding-left: 0rem;
        padding-right: 1.6875rem
    }

    .xlarge-block-grid-10 > li:nth-of-type(10n+2) {
        padding-left: .1875rem;
        padding-right: 1.5rem
    }

    .xlarge-block-grid-10 > li:nth-of-type(10n+3) {
        padding-left: .375rem;
        padding-right: 1.3125rem
    }

    .xlarge-block-grid-10 > li:nth-of-type(10n+4) {
        padding-left: .5625rem;
        padding-right: 1.125rem
    }

    .xlarge-block-grid-10 > li:nth-of-type(10n+5) {
        padding-left: .75rem;
        padding-right: .9375rem
    }

    .xlarge-block-grid-10 > li:nth-of-type(10n+6) {
        padding-left: .9375rem;
        padding-right: .75rem
    }

    .xlarge-block-grid-10 > li:nth-of-type(10n+7) {
        padding-left: 1.125rem;
        padding-right: .5625rem
    }

    .xlarge-block-grid-10 > li:nth-of-type(10n+8) {
        padding-left: 1.3125rem;
        padding-right: .375rem
    }

    .xlarge-block-grid-10 > li:nth-of-type(10n+9) {
        padding-left: 1.5rem;
        padding-right: .1875rem
    }

    .xlarge-block-grid-10 > li:nth-of-type(10n) {
        padding-left: 1.6875rem;
        padding-right: 0rem
    }

    .xlarge-block-grid-11 > li {
        list-style: none;
        width: 9.09091%
    }

    .xlarge-block-grid-11 > li:nth-of-type(1n) {
        clear: none
    }

    .xlarge-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both
    }

    .xlarge-block-grid-11 > li:nth-of-type(11n+1) {
        padding-left: 0rem;
        padding-right: 1.70455rem
    }

    .xlarge-block-grid-11 > li:nth-of-type(11n+2) {
        padding-left: .17045rem;
        padding-right: 1.53409rem
    }

    .xlarge-block-grid-11 > li:nth-of-type(11n+3) {
        padding-left: .34091rem;
        padding-right: 1.36364rem
    }

    .xlarge-block-grid-11 > li:nth-of-type(11n+4) {
        padding-left: .51136rem;
        padding-right: 1.19318rem
    }

    .xlarge-block-grid-11 > li:nth-of-type(11n+5) {
        padding-left: .68182rem;
        padding-right: 1.02273rem
    }

    .xlarge-block-grid-11 > li:nth-of-type(11n+6) {
        padding-left: .85227rem;
        padding-right: .85227rem
    }

    .xlarge-block-grid-11 > li:nth-of-type(11n+7) {
        padding-left: 1.02273rem;
        padding-right: .68182rem
    }

    .xlarge-block-grid-11 > li:nth-of-type(11n+8) {
        padding-left: 1.19318rem;
        padding-right: .51136rem
    }

    .xlarge-block-grid-11 > li:nth-of-type(11n+9) {
        padding-left: 1.36364rem;
        padding-right: .34091rem
    }

    .xlarge-block-grid-11 > li:nth-of-type(11n+10) {
        padding-left: 1.53409rem;
        padding-right: .17045rem
    }

    .xlarge-block-grid-11 > li:nth-of-type(11n) {
        padding-left: 1.70455rem;
        padding-right: 0rem
    }

    .xlarge-block-grid-12 > li {
        list-style: none;
        width: 8.33333%
    }

    .xlarge-block-grid-12 > li:nth-of-type(1n) {
        clear: none
    }

    .xlarge-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both
    }

    .xlarge-block-grid-12 > li:nth-of-type(12n+1) {
        padding-left: 0rem;
        padding-right: 1.71875rem
    }

    .xlarge-block-grid-12 > li:nth-of-type(12n+2) {
        padding-left: .15625rem;
        padding-right: 1.5625rem
    }

    .xlarge-block-grid-12 > li:nth-of-type(12n+3) {
        padding-left: .3125rem;
        padding-right: 1.40625rem
    }

    .xlarge-block-grid-12 > li:nth-of-type(12n+4) {
        padding-left: .46875rem;
        padding-right: 1.25rem
    }

    .xlarge-block-grid-12 > li:nth-of-type(12n+5) {
        padding-left: .625rem;
        padding-right: 1.09375rem
    }

    .xlarge-block-grid-12 > li:nth-of-type(12n+6) {
        padding-left: .78125rem;
        padding-right: .9375rem
    }

    .xlarge-block-grid-12 > li:nth-of-type(12n+7) {
        padding-left: .9375rem;
        padding-right: .78125rem
    }

    .xlarge-block-grid-12 > li:nth-of-type(12n+8) {
        padding-left: 1.09375rem;
        padding-right: .625rem
    }

    .xlarge-block-grid-12 > li:nth-of-type(12n+9) {
        padding-left: 1.25rem;
        padding-right: .46875rem
    }

    .xlarge-block-grid-12 > li:nth-of-type(12n+10) {
        padding-left: 1.40625rem;
        padding-right: .3125rem
    }

    .xlarge-block-grid-12 > li:nth-of-type(12n+11) {
        padding-left: 1.5625rem;
        padding-right: .15625rem
    }

    .xlarge-block-grid-12 > li:nth-of-type(12n) {
        padding-left: 1.71875rem;
        padding-right: 0rem
    }
}

@media only screen and (min-width: 120.0625em) {
    .xxlarge-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

    .xxlarge-block-grid-1 > li:nth-of-type(1n) {
        clear: none
    }

    .xxlarge-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both
    }

    .xxlarge-block-grid-1 > li:nth-of-type(1n) {
        padding-left: 0rem;
        padding-right: 0rem
    }

    .xxlarge-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

    .xxlarge-block-grid-2 > li:nth-of-type(1n) {
        clear: none
    }

    .xxlarge-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both
    }

    .xxlarge-block-grid-2 > li:nth-of-type(2n+1) {
        padding-left: 0rem;
        padding-right: .9375rem
    }

    .xxlarge-block-grid-2 > li:nth-of-type(2n) {
        padding-left: .9375rem;
        padding-right: 0rem
    }

    .xxlarge-block-grid-3 > li {
        list-style: none;
        width: 33.33333%
    }

    .xxlarge-block-grid-3 > li:nth-of-type(1n) {
        clear: none
    }

    .xxlarge-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both
    }

    .xxlarge-block-grid-3 > li:nth-of-type(3n+1) {
        padding-left: 0rem;
        padding-right: 1.25rem
    }

    .xxlarge-block-grid-3 > li:nth-of-type(3n+2) {
        padding-left: .625rem;
        padding-right: .625rem
    }

    .xxlarge-block-grid-3 > li:nth-of-type(3n) {
        padding-left: 1.25rem;
        padding-right: 0rem
    }

    .xxlarge-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

    .xxlarge-block-grid-4 > li:nth-of-type(1n) {
        clear: none
    }

    .xxlarge-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both
    }

    .xxlarge-block-grid-4 > li:nth-of-type(4n+1) {
        padding-left: 0rem;
        padding-right: 1.40625rem
    }

    .xxlarge-block-grid-4 > li:nth-of-type(4n+2) {
        padding-left: .46875rem;
        padding-right: .9375rem
    }

    .xxlarge-block-grid-4 > li:nth-of-type(4n+3) {
        padding-left: .9375rem;
        padding-right: .46875rem
    }

    .xxlarge-block-grid-4 > li:nth-of-type(4n) {
        padding-left: 1.40625rem;
        padding-right: 0rem
    }

    .xxlarge-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

    .xxlarge-block-grid-5 > li:nth-of-type(1n) {
        clear: none
    }

    .xxlarge-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both
    }

    .xxlarge-block-grid-5 > li:nth-of-type(5n+1) {
        padding-left: 0rem;
        padding-right: 1.5rem
    }

    .xxlarge-block-grid-5 > li:nth-of-type(5n+2) {
        padding-left: .375rem;
        padding-right: 1.125rem
    }

    .xxlarge-block-grid-5 > li:nth-of-type(5n+3) {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .xxlarge-block-grid-5 > li:nth-of-type(5n+4) {
        padding-left: 1.125rem;
        padding-right: .375rem
    }

    .xxlarge-block-grid-5 > li:nth-of-type(5n) {
        padding-left: 1.5rem;
        padding-right: 0rem
    }

    .xxlarge-block-grid-6 > li {
        list-style: none;
        width: 16.66667%
    }

    .xxlarge-block-grid-6 > li:nth-of-type(1n) {
        clear: none
    }

    .xxlarge-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both
    }

    .xxlarge-block-grid-6 > li:nth-of-type(6n+1) {
        padding-left: 0rem;
        padding-right: 1.5625rem
    }

    .xxlarge-block-grid-6 > li:nth-of-type(6n+2) {
        padding-left: .3125rem;
        padding-right: 1.25rem
    }

    .xxlarge-block-grid-6 > li:nth-of-type(6n+3) {
        padding-left: .625rem;
        padding-right: .9375rem
    }

    .xxlarge-block-grid-6 > li:nth-of-type(6n+4) {
        padding-left: .9375rem;
        padding-right: .625rem
    }

    .xxlarge-block-grid-6 > li:nth-of-type(6n+5) {
        padding-left: 1.25rem;
        padding-right: .3125rem
    }

    .xxlarge-block-grid-6 > li:nth-of-type(6n) {
        padding-left: 1.5625rem;
        padding-right: 0rem
    }

    .xxlarge-block-grid-7 > li {
        list-style: none;
        width: 14.28571%
    }

    .xxlarge-block-grid-7 > li:nth-of-type(1n) {
        clear: none
    }

    .xxlarge-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both
    }

    .xxlarge-block-grid-7 > li:nth-of-type(7n+1) {
        padding-left: 0rem;
        padding-right: 1.60714rem
    }

    .xxlarge-block-grid-7 > li:nth-of-type(7n+2) {
        padding-left: .26786rem;
        padding-right: 1.33929rem
    }

    .xxlarge-block-grid-7 > li:nth-of-type(7n+3) {
        padding-left: .53571rem;
        padding-right: 1.07143rem
    }

    .xxlarge-block-grid-7 > li:nth-of-type(7n+4) {
        padding-left: .80357rem;
        padding-right: .80357rem
    }

    .xxlarge-block-grid-7 > li:nth-of-type(7n+5) {
        padding-left: 1.07143rem;
        padding-right: .53571rem
    }

    .xxlarge-block-grid-7 > li:nth-of-type(7n+6) {
        padding-left: 1.33929rem;
        padding-right: .26786rem
    }

    .xxlarge-block-grid-7 > li:nth-of-type(7n) {
        padding-left: 1.60714rem;
        padding-right: 0rem
    }

    .xxlarge-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

    .xxlarge-block-grid-8 > li:nth-of-type(1n) {
        clear: none
    }

    .xxlarge-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both
    }

    .xxlarge-block-grid-8 > li:nth-of-type(8n+1) {
        padding-left: 0rem;
        padding-right: 1.64063rem
    }

    .xxlarge-block-grid-8 > li:nth-of-type(8n+2) {
        padding-left: .23438rem;
        padding-right: 1.40625rem
    }

    .xxlarge-block-grid-8 > li:nth-of-type(8n+3) {
        padding-left: .46875rem;
        padding-right: 1.17188rem
    }

    .xxlarge-block-grid-8 > li:nth-of-type(8n+4) {
        padding-left: .70313rem;
        padding-right: .9375rem
    }

    .xxlarge-block-grid-8 > li:nth-of-type(8n+5) {
        padding-left: .9375rem;
        padding-right: .70313rem
    }

    .xxlarge-block-grid-8 > li:nth-of-type(8n+6) {
        padding-left: 1.17188rem;
        padding-right: .46875rem
    }

    .xxlarge-block-grid-8 > li:nth-of-type(8n+7) {
        padding-left: 1.40625rem;
        padding-right: .23438rem
    }

    .xxlarge-block-grid-8 > li:nth-of-type(8n) {
        padding-left: 1.64063rem;
        padding-right: 0rem
    }

    .xxlarge-block-grid-9 > li {
        list-style: none;
        width: 11.11111%
    }

    .xxlarge-block-grid-9 > li:nth-of-type(1n) {
        clear: none
    }

    .xxlarge-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both
    }

    .xxlarge-block-grid-9 > li:nth-of-type(9n+1) {
        padding-left: 0rem;
        padding-right: 1.66667rem
    }

    .xxlarge-block-grid-9 > li:nth-of-type(9n+2) {
        padding-left: .20833rem;
        padding-right: 1.45833rem
    }

    .xxlarge-block-grid-9 > li:nth-of-type(9n+3) {
        padding-left: .41667rem;
        padding-right: 1.25rem
    }

    .xxlarge-block-grid-9 > li:nth-of-type(9n+4) {
        padding-left: .625rem;
        padding-right: 1.04167rem
    }

    .xxlarge-block-grid-9 > li:nth-of-type(9n+5) {
        padding-left: .83333rem;
        padding-right: .83333rem
    }

    .xxlarge-block-grid-9 > li:nth-of-type(9n+6) {
        padding-left: 1.04167rem;
        padding-right: .625rem
    }

    .xxlarge-block-grid-9 > li:nth-of-type(9n+7) {
        padding-left: 1.25rem;
        padding-right: .41667rem
    }

    .xxlarge-block-grid-9 > li:nth-of-type(9n+8) {
        padding-left: 1.45833rem;
        padding-right: .20833rem
    }

    .xxlarge-block-grid-9 > li:nth-of-type(9n) {
        padding-left: 1.66667rem;
        padding-right: 0rem
    }

    .xxlarge-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

    .xxlarge-block-grid-10 > li:nth-of-type(1n) {
        clear: none
    }

    .xxlarge-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both
    }

    .xxlarge-block-grid-10 > li:nth-of-type(10n+1) {
        padding-left: 0rem;
        padding-right: 1.6875rem
    }

    .xxlarge-block-grid-10 > li:nth-of-type(10n+2) {
        padding-left: .1875rem;
        padding-right: 1.5rem
    }

    .xxlarge-block-grid-10 > li:nth-of-type(10n+3) {
        padding-left: .375rem;
        padding-right: 1.3125rem
    }

    .xxlarge-block-grid-10 > li:nth-of-type(10n+4) {
        padding-left: .5625rem;
        padding-right: 1.125rem
    }

    .xxlarge-block-grid-10 > li:nth-of-type(10n+5) {
        padding-left: .75rem;
        padding-right: .9375rem
    }

    .xxlarge-block-grid-10 > li:nth-of-type(10n+6) {
        padding-left: .9375rem;
        padding-right: .75rem
    }

    .xxlarge-block-grid-10 > li:nth-of-type(10n+7) {
        padding-left: 1.125rem;
        padding-right: .5625rem
    }

    .xxlarge-block-grid-10 > li:nth-of-type(10n+8) {
        padding-left: 1.3125rem;
        padding-right: .375rem
    }

    .xxlarge-block-grid-10 > li:nth-of-type(10n+9) {
        padding-left: 1.5rem;
        padding-right: .1875rem
    }

    .xxlarge-block-grid-10 > li:nth-of-type(10n) {
        padding-left: 1.6875rem;
        padding-right: 0rem
    }

    .xxlarge-block-grid-11 > li {
        list-style: none;
        width: 9.09091%
    }

    .xxlarge-block-grid-11 > li:nth-of-type(1n) {
        clear: none
    }

    .xxlarge-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both
    }

    .xxlarge-block-grid-11 > li:nth-of-type(11n+1) {
        padding-left: 0rem;
        padding-right: 1.70455rem
    }

    .xxlarge-block-grid-11 > li:nth-of-type(11n+2) {
        padding-left: .17045rem;
        padding-right: 1.53409rem
    }

    .xxlarge-block-grid-11 > li:nth-of-type(11n+3) {
        padding-left: .34091rem;
        padding-right: 1.36364rem
    }

    .xxlarge-block-grid-11 > li:nth-of-type(11n+4) {
        padding-left: .51136rem;
        padding-right: 1.19318rem
    }

    .xxlarge-block-grid-11 > li:nth-of-type(11n+5) {
        padding-left: .68182rem;
        padding-right: 1.02273rem
    }

    .xxlarge-block-grid-11 > li:nth-of-type(11n+6) {
        padding-left: .85227rem;
        padding-right: .85227rem
    }

    .xxlarge-block-grid-11 > li:nth-of-type(11n+7) {
        padding-left: 1.02273rem;
        padding-right: .68182rem
    }

    .xxlarge-block-grid-11 > li:nth-of-type(11n+8) {
        padding-left: 1.19318rem;
        padding-right: .51136rem
    }

    .xxlarge-block-grid-11 > li:nth-of-type(11n+9) {
        padding-left: 1.36364rem;
        padding-right: .34091rem
    }

    .xxlarge-block-grid-11 > li:nth-of-type(11n+10) {
        padding-left: 1.53409rem;
        padding-right: .17045rem
    }

    .xxlarge-block-grid-11 > li:nth-of-type(11n) {
        padding-left: 1.70455rem;
        padding-right: 0rem
    }

    .xxlarge-block-grid-12 > li {
        list-style: none;
        width: 8.33333%
    }

    .xxlarge-block-grid-12 > li:nth-of-type(1n) {
        clear: none
    }

    .xxlarge-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both
    }

    .xxlarge-block-grid-12 > li:nth-of-type(12n+1) {
        padding-left: 0rem;
        padding-right: 1.71875rem
    }

    .xxlarge-block-grid-12 > li:nth-of-type(12n+2) {
        padding-left: .15625rem;
        padding-right: 1.5625rem
    }

    .xxlarge-block-grid-12 > li:nth-of-type(12n+3) {
        padding-left: .3125rem;
        padding-right: 1.40625rem
    }

    .xxlarge-block-grid-12 > li:nth-of-type(12n+4) {
        padding-left: .46875rem;
        padding-right: 1.25rem
    }

    .xxlarge-block-grid-12 > li:nth-of-type(12n+5) {
        padding-left: .625rem;
        padding-right: 1.09375rem
    }

    .xxlarge-block-grid-12 > li:nth-of-type(12n+6) {
        padding-left: .78125rem;
        padding-right: .9375rem
    }

    .xxlarge-block-grid-12 > li:nth-of-type(12n+7) {
        padding-left: .9375rem;
        padding-right: .78125rem
    }

    .xxlarge-block-grid-12 > li:nth-of-type(12n+8) {
        padding-left: 1.09375rem;
        padding-right: .625rem
    }

    .xxlarge-block-grid-12 > li:nth-of-type(12n+9) {
        padding-left: 1.25rem;
        padding-right: .46875rem
    }

    .xxlarge-block-grid-12 > li:nth-of-type(12n+10) {
        padding-left: 1.40625rem;
        padding-right: .3125rem
    }

    .xxlarge-block-grid-12 > li:nth-of-type(12n+11) {
        padding-left: 1.5625rem;
        padding-right: .15625rem
    }

    .xxlarge-block-grid-12 > li:nth-of-type(12n) {
        padding-left: 1.71875rem;
        padding-right: 0rem
    }
}

table {
    background: #fff;
    border: solid 1px #ddd;
    margin-bottom: 1.25rem;
    table-layout: auto
}

table caption {
    background: transparent;
    color: #222;
    font-size: 1rem;
    font-weight: bold
}

table thead {
    background: #F5F5F5
}

table thead tr th, table thead tr td {
    color: #222;
    font-size: .875rem;
    font-weight: 500;
    padding: .5rem .625rem .625rem
}

table tfoot {
    background: #F5F5F5
}

table tfoot tr th, table tfoot tr td {
    color: #222;
    font-size: .875rem;
    font-weight: 500;
    padding: .5rem .625rem .625rem
}

table tr th, table tr td {
    color: #222;
    font-size: .875rem;
    padding: .5625rem .625rem;
    text-align: left
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #F9F9F9
}

table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
    display: table-cell;
    line-height: 1.125rem
}

button, .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    background-color: #2377cb;
    border-color: transparent;
    color: #fff;
    transition: background-color 300ms ease-out
}

button:hover, button:focus, .button:hover, .button:focus {
    background-color: #005ea5
}

button:hover, button:focus, .button:hover, .button:focus {
    color: #fff
}

button.secondary, .button.secondary {
    background-color: #444;
    border-color: #444;
    color: #fff
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
    background-color: #333
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
    color: #fff
}

button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #fff
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
    background-color: #368a55
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
    color: #fff
}

button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
    background-color: #cf2a0e
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
    color: #fff
}

button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
    background-color: #cf6e0e
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
    color: #fff
}

button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
    background-color: #61b6d9
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
    color: #fff
}

button.large, .button.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem
}

button.small, .button.small {
    padding: .875rem 1.75rem .9375rem 1.75rem;
    font-size: .8125rem
}

button.tiny, .button.tiny {
    padding: .625rem 1.25rem .6875rem 1.25rem;
    font-size: .6875rem
}

button.expand, .button.expand {
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    padding-bottom: 1.0625rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%
}

button.left-align, .button.left-align {
    text-align: left;
    text-indent: .75rem
}

button.right-align, .button.right-align {
    text-align: right;
    padding-right: .75rem
}

button.radius, .button.radius {
    border-radius: 3px
}

button.round, .button.round {
    border-radius: 1000px
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #2377cb;
    border-color: transparent;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: .7
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    background-color: #005ea5
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    color: #fff
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    background-color: #2377cb
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
    background-color: #444;
    border-color: #444;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: .7
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    background-color: #333
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    color: #fff
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    background-color: #444
}

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: .7
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
    background-color: #368a55
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
    color: #fff
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
    background-color: #43AC6A
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: .7
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
    background-color: #cf2a0e
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
    color: #fff
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
    background-color: #f04124
}

button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: .7
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
    background-color: #cf6e0e
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
    color: #fff
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
    background-color: #f08a24
}

button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333;
    box-shadow: none;
    cursor: default;
    opacity: .7
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
    background-color: #61b6d9
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
    color: #fff
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
    background-color: #a0d3e8
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

@media only screen and (min-width: 40.0625em) {
    button, .button {
        display: inline-block
    }
}

form {
    margin: 0 0 1rem
}

form .row .row {
    margin: 0 -.5rem
}

form .row .row .column, form .row .row .columns {
    padding: 0 .5rem
}

form .row .row.collapse {
    margin: 0
}

form .row .row.collapse .column, form .row .row.collapse .columns {
    padding: 0
}

form .row .row.collapse input {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
    padding-left: .5rem
}

label {
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-size: .875rem;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0
}

label.right {
    float: none !important;
    text-align: right
}

label.inline {
    margin: 0 0 1rem 0;
    padding: .5625rem 0
}

label small {
    text-transform: capitalize;
    color: #676767
}

.prefix, .postfix {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: .875rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
    overflow: visible;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2
}

.postfix.button {
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center
}

.prefix.button {
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center
}

.prefix.button.radius {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.postfix.button.radius {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.prefix.button.round {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

.postfix.button.round {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}

span.prefix, label.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333;
    border-color: #ccc
}

span.postfix, label.postfix {
    background: #f2f2f2;
    border-left: none;
    color: #333;
    border-color: #ccc
}

input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: .875rem;
    height: 2.3125rem;
    margin: 0 0 1rem 0;
    padding: .5rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .15s linear, background .15s linear;
    -moz-transition: border-color .15s linear, background .15s linear;
    -ms-transition: border-color .15s linear, background .15s linear;
    -o-transition: border-color .15s linear, background .15s linear;
    transition: border-color .15s linear, background .15s linear
}

input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999;
    outline: none
}

input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #ddd;
    cursor: default
}

input:not([type])[disabled], input:not([type])[readonly], fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #ddd;
    cursor: default
}

input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px
}

form .row .prefix-radius.row.collapse input, form .row .prefix-radius.row.collapse textarea, form .row .prefix-radius.row.collapse select, form .row .prefix-radius.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

form .row .prefix-radius.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

form .row .postfix-radius.row.collapse input, form .row .postfix-radius.row.collapse textarea, form .row .postfix-radius.row.collapse select, form .row .postfix-radius.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

form .row .postfix-radius.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

form .row .prefix-round.row.collapse input, form .row .prefix-round.row.collapse textarea, form .row .prefix-round.row.collapse select, form .row .prefix-round.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}

form .row .prefix-round.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

form .row .postfix-round.row.collapse input, form .row .postfix-round.row.collapse textarea, form .row .postfix-round.row.collapse select, form .row .postfix-round.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

form .row .postfix-round.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0
}

textarea[rows] {
    height: auto
}

textarea {
    max-width: 100%
}

::-webkit-input-placeholder {
    color: #666
}

:-moz-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #fff;
    border-radius: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    color: rgba(0, 0, 0, 0.75);
    font-family: inherit;
    font-size: .875rem;
    line-height: normal;
    padding: .5rem;
    border-radius: 0;
    height: 2.3125rem
}

select::-ms-expand {
    display: none
}

select.radius {
    border-radius: 3px
}

select:focus {
    background-color: #f7f7f7;
    border-color: #999
}

select:disabled {
    background-color: #ddd;
    cursor: default
}

select[multiple] {
    height: auto
}

input[type="file"], input[type="checkbox"], input[type="radio"], select {
    margin: 0 0 1rem 0
}

input[type="checkbox"] + label, input[type="radio"] + label {
    display: inline-block;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline
}

input[type="file"] {
    width: 100%
}

fieldset {
    border: 1px solid #ddd;
    margin: 1.125rem 0;
    padding: 1.25rem
}

fieldset legend {
    font-weight: 500;
    margin: 0;
    margin-left: -.1875rem;
    padding: 0 .1875rem
}

[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
    display: block;
    font-size: .75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: .375rem .5625rem .5625rem;
    background: #f04124;
    color: #fff
}

[data-abide] span.error, [data-abide] small.error {
    display: none
}

span.error, small.error {
    display: block;
    font-size: .75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: .375rem .5625rem .5625rem;
    background: #f04124;
    color: #fff
}

.error input, .error textarea, .error select {
    margin-bottom: 0
}

.error input[type="checkbox"], .error input[type="radio"] {
    margin-bottom: 1rem
}

.error label, .error label.error {
    color: #f04124
}

.error small.error {
    display: block;
    font-size: .75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: .375rem .5625rem .5625rem;
    background: #f04124;
    color: #fff
}

.error > label > small {
    background: transparent;
    color: #676767;
    display: inline;
    font-size: 60%;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-transform: capitalize
}

.error span.error-message {
    display: block
}

input.error, textarea.error, select.error {
    margin-bottom: 0
}

label.error {
    color: #f04124
}

@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, .show-for-print {
    display: none !important
}

@media print {
    .print-only, .show-for-print {
        display: block !important
    }

    .hide-on-print, .hide-for-print {
        display: none !important
    }

    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
    }
}

.flex-video {
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden;
    padding-bottom: 67.5%;
    padding-top: 1.5625rem;
    position: relative
}

.flex-video.widescreen {
    padding-bottom: 56.34%
}

.flex-video.vimeo {
    padding-top: 0
}

.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0
}

.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 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.radius {
    border-radius: 3px
}

.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
}

.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 1.25rem;
    padding: 1rem 3rem 1rem 1rem;
    position: relative;
    transition: opacity 300ms ease-out;
    background-color: #008CBA;
    border-color: #0078a0;
    color: #fff
}

.alert-box .close {
    right: .5rem;
    background: inherit;
    color: #fff;
    font-size: 2rem;
    line-height: .9;
    margin-top: -1rem;
    opacity: 1;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%
}

.alert-box .close:hover, .alert-box .close:focus {
    opacity: .5
}

.alert-box.radius {
    border-radius: 3px
}

.alert-box.round {
    border-radius: 1000px
}

.alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #fff
}

.alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #fff
}

.alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f
}

.alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #fff
}

.alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f
}

.alert-box.alert-close {
    opacity: 0
}

.form--transparent-fieldsets fieldset {
    border: 0;
    padding: 0;
    margin: 0
}

label {
    font-weight: 500
}

input[type='checkbox'] + label, input[type='radio'] + label {
    font-weight: 300;
    margin-bottom: 1rem;
    max-width: 80%;
    vertical-align: top
}

@media only screen and (min-width: 40.0625em) {
    input[type='checkbox'] + label, input[type='radio'] + label {
        max-width: 85%
    }
}

input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    background-color: #2377cb;
    border-color: transparent;
    color: #fff;
    transition: background-color 300ms ease-out
}

input[type='submit']:hover, input[type='submit']:focus {
    background-color: #005ea5
}

input[type='submit']:hover, input[type='submit']:focus {
    color: #fff
}

input[type='submit'][disabled] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    background-color: #2377cb;
    border-color: transparent;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: .7;
    transition: background-color 300ms ease-out;
    cursor: not-allowed
}

input[type='submit'][disabled]:hover, input[type='submit'][disabled]:focus {
    background-color: #005ea5
}

input[type='submit'][disabled]:hover, input[type='submit'][disabled]:focus {
    color: #fff
}

input[type='submit'][disabled]:hover, input[type='submit'][disabled]:focus {
    background-color: #2377cb
}

input.error, textarea.error {
    margin-bottom: 1rem
}

input.field-add-more-submit {
    clear: both;
    float: right
}

input[type='reset'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff
}

input[type='reset']:hover, input[type='reset']:focus {
    background-color: #cf2a0e
}

input[type='reset']:hover, input[type='reset']:focus {
    color: #fff
}

.form-required {
    color: #d6492a
}

.form-managed-file .form-file {
    background: transparent;
    border: 1px dashed #ddd;
    border-right: 0;
    padding: 0.8rem
}

.form-radios, .form-checkboxes {
    margin-bottom: 1rem
}

.captcha {
    margin: 1rem 0
}

.captcha img {
    margin-bottom: .5rem
}

@media only screen and (min-width: 40.0625em) {
    input[type='text'], input[type='password'], input[type='date'], input[type='datetime'], input[type='datetime-local'], input[type='month'], input[type='week'], input[type='email'], input[type='number'], input[type='search'], input[type='tel'], input[type='time'], input[type='url'], input[type='color'], input[type='file'] {
        max-width: 100%;
        width: auto
    }
}

@media only screen and (min-width: 40.0625em) {
    .form--full-width input[type='text'], .form--full-width input[type='password'], .form--full-width input[type='date'], .form--full-width input[type='datetime'], .form--full-width input[type='datetime-local'], .form--full-width input[type='month'], .form--full-width input[type='week'], .form--full-width input[type='email'], .form--full-width input[type='number'], .form--full-width input[type='search'], .form--full-width input[type='tel'], .form--full-width input[type='time'], .form--full-width input[type='url'], .form--full-width input[type='color'], .form--full-width input[type='file'] {
        width: 100%
    }
}

.description {
    color: #666;
    font-size: .875rem;
    font-style: italic;
    margin-bottom: 1rem
}

input + .description, textarea + .description, .resizable-textarea + .description, .date-date + .description {
    margin-top: -0.8rem
}

.field-multiple-drag {
    background: repeating-linear-gradient(-55deg, #fff, #fff 2px, #f2f2f2 2px, #f2f2f2 4px)
}

.field-multiple-drag .handle {
    width: 0
}

.field-multiple-drag .handle::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;
    content: "";
    color: #777
}

select[multiple='multiple'] {
    height: auto;
    max-height: 4rem
}

hr {
    border: 0;
    border-top: 1px solid #ddd;
    clear: both;
    height: 0
}

a {
    color: #2377cb;
    text-decoration: none;
    overflow-wrap: break-word;
    word-wrap: break-word
}

a:hover, a:focus {
    color: #005ea5;
    text-decoration: underline
}

a img {
    border: 0
}

.link--external::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;
    color: #bbb;
    content: "";
    font-size: .875rem;
    margin-left: .5rem
}

.arrow-link {
    display: block;
    font-weight: 400;
    margin-left: 1.5rem
}

.arrow-link::before {
    display: inline-block;
    font: normal normal normal 16px/1 uq-icons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: '\e81a';
    color: #ddd;
    font-size: .875rem;
    text-indent: -1.5rem
}

.uq-logo {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    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: 100%;
    color: #fff;
    display: block;
    height: 36px;
    margin: 0;
    padding: 0;
    width: 126px
}

@media only screen and (min-width: 40.0625em) {
    .uq-logo {
        height: 43px;
        width: 150px
    }
}

@media only screen and (min-width: 64.0625em) {
    .uq-logo {
        height: 51px;
        width: 178px
    }
}

table {
    max-width: 100%;
    width: 100%
}

table th, table td {
    border: 1px solid #ddd
}

table th {
    background: #fcfcfc;
    font-weight: 500
}

table thead tr th {
    font-weight: 700
}

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
}

.table--responsive {
    margin-bottom: 1.25rem;
    overflow-x: auto
}

@media only screen and (max-width: 40em) {
    .table--responsive {
        background-attachment: local, local, scroll, scroll;
        background-color: white;
        background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #fff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0)));
        background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -webkit-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
        background-image: -moz-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -moz-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -moz-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
        background-image: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -o-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -o-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
        background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(to right, #c3c3c5, rgba(195, 195, 197, 0)), linear-gradient(to left, #c3c3c5, rgba(195, 195, 197, 0));
        background-position: 0 0, 100% 0, 0 0, 100% 0;
        background-repeat: no-repeat;
        background-size: 4em 100%, 4em 100%, 1em 100%, 1em 100%
    }
}

.table--responsive table {
    background: transparent;
    margin-bottom: 0
}

.table--caption-heading caption {
    font-size: 1.438rem;
    font-weight: 400;
    line-height: normal;
    margin: .5rem 0;
    text-align: left
}

.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: 400;
    line-height: 1.25;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow-wrap: break-word;
    word-wrap: break-word
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit !important
}

h1 {
    font-size: 2.438rem
}

h2 {
    font-size: 1.938rem
}

h3 {
    font-size: 1.438rem
}

h4 {
    font-size: 1.25rem
}

h5 {
    font-size: 1.138rem
}

h6 {
    font-size: 1rem
}

p {
    overflow-wrap: break-word;
    word-wrap: break-word
}

em, i {
    font-style: italic;
    line-height: inherit
}

strong, b {
    font-weight: 500;
    line-height: inherit
}

small {
    font-size: 79.5%
}

blockquote {
    border-left: 5px solid #eee;
    clear: both;
    display: inline-block;
    font-style: italic;
    padding-left: 1rem
}

@media only screen and (min-width: 40.0625em) {
    blockquote {
        clear: none;
        display: table
    }
}

blockquote cite {
    display: block;
    font-size: .875rem
}

blockquote cite::before {
    content: '- '
}

pre {
    overflow-x: auto;
    white-space: pre;
    word-wrap: normal
}

code {
    background: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 2px;
    font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
    margin: 0 .2rem;
    padding: 0 .4rem
}

abbr {
    text-decoration: none
}

.ltr {
    direction: ltr
}

.rtl {
    direction: rtl
}

.layout-region__main p + h2, .layout-region__main p + h3, .layout-region__main ul + h2, .layout-region__main ul + h3, .layout-region__main ol + h2, .layout-region__main ol + h3, .layout-region__main figure + h2, .layout-region__main figure + h3, .layout-region__main table + h2, .layout-region__main table + h3, .layout-region__main hr + h2, .layout-region__main hr + h3, .layout-region__main .notice + h2, .layout-region__main .notice + h3, .layout-region__main .pane + h2, .layout-region__main .pane + h3 {
    margin-top: 2.5rem
}

.layout-region__main p + h4, .layout-region__main p + h5, .layout-region__main p + h6, .layout-region__main ul + h4, .layout-region__main ul + h5, .layout-region__main ul + h6, .layout-region__main ol + h4, .layout-region__main ol + h5, .layout-region__main ol + h6, .layout-region__main figure + h4, .layout-region__main figure + h5, .layout-region__main figure + h6, .layout-region__main table + h4, .layout-region__main table + h5, .layout-region__main table + h6, .layout-region__main hr + h4, .layout-region__main hr + h5, .layout-region__main hr + h6, .layout-region__main .notice + h4, .layout-region__main .notice + h5, .layout-region__main .notice + h6, .layout-region__main .pane + h4, .layout-region__main .pane + h5, .layout-region__main .pane + h6 {
    margin-top: 1.9rem
}

.lead-text {
    font-size: 1.387rem;
    font-weight: 100;
    line-height: 1.5;
    margin-bottom: 1.8rem
}

.button--secondary {
    background-color: #444;
    color: #fff
}

.button--secondary:focus, .button--secondary:hover {
    background-color: #333
}

.button--tertiary {
    background-color: #eee;
    color: #222 !important
}

.button--tertiary:focus, .button--tertiary:hover {
    background-color: #ddd;
    color: #222
}

.button--white {
    background-color: #fff;
    color: #2377cb !important
}

.button--white:focus, .button--white:hover {
    background-color: #eee
}

.button--outline {
    background-color: transparent;
    border: 2px solid #2377cb;
    color: #2377cb;
    padding: .85rem 1.9rem .9625rem
}

.button--outline.button--secondary {
    border-color: #444;
    color: #222
}

.button--outline.button--secondary:focus, .button--outline.button--secondary:hover {
    color: #fff
}

.button--outline.button--tertiary {
    border-color: #ddd;
    color: #222
}

.button--outline.button--white {
    border-color: #fff;
    color: #fff !important
}

.button--outline.button--white:focus, .button--outline.button--white:hover {
    color: #2377cb !important
}

.button--no-margin {
    margin-bottom: 0
}

.cke_editable .button--white {
    box-shadow: 0 0 5px #000
}

.cke_editable .button--white.button--outline {
    text-shadow: 0 0 2px #000
}

.progression {
    clear: both;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 1.5625rem 0;
    padding: 0
}

.progression__step {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: auto;
    flex: auto;
    list-style: none;
    margin: 0;
    padding: 0
}

.progression__sub-step {
    display: none
}

@media only screen and (min-width: 40.0625em) {
    .progression__sub-step {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: auto;
        flex: auto;
        list-style: none;
        margin: 0;
        padding: 0
    }
}

.progression__step:last-of-type {
    -ms-flex: none;
    flex: none
}

.progression__step-marker {
    display: block;
    position: relative;
    text-align: center;
    width: 1.875rem
}

.progression__step-number {
    background-color: #999490;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 1.875rem;
    line-height: 1.875rem;
    position: relative;
    text-align: center;
    width: 1.875rem
}

.progression__step-label {
    display: none
}

@media only screen and (min-width: 40.0625em) {
    .progression__step-marker {
        width: 2.5rem
    }

    .progression__step-number {
        background-color: #999490;
        border-radius: 50%;
        color: #fff;
        display: block;
        height: 2.5rem;
        line-height: 2.5rem;
        position: relative;
        text-align: center;
        width: 2.5rem
    }

    .progression__step-label {
        color: #222;
        display: block;
        line-height: 1.2;
        position: relative;
        margin: .125rem -1.5625rem 0;
        text-align: center
    }
}

.progression__link {
    text-decoration: none
}

.progression__bar {
    background-color: #D7D1CC;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    height: .625rem;
    margin: .625rem 0
}

@media only screen and (min-width: 40.0625em) {
    .progression__bar {
        margin: .9375rem 0
    }
}

.progression__bar .progression__link {
    display: inline-block;
    height: .625rem;
    width: 100%
}

.progression__step .progression__link:hover, .progression__link:hover .progression__step-number {
    background-color: #807a76;
    text-decoration: none
}

.is-complete .progression__step-number, .is-complete .progression__link .progression__step-number, .is-complete .progression__bar {
    background-color: #2EA836;
    color: #fff
}

.is-complete .progression__step .progression__link:hover, .is-complete .progression__link:hover .progression__step-number {
    background-color: #238029;
    text-decoration: none
}

.progression__bar .progression__bar {
    background-color: #D7D1CC;
    margin: 0
}

.progression__bar .is-complete {
    background-color: #2EA836;
    color: #fff
}

.progression__bar .is-complete .progression__link:hover {
    background-color: #238029;
    text-decoration: none
}

.lte-ie9 .progression, .lte-ie8 .progression {
    float: left
}

.lte-ie9 .progression__step, .lte-ie8 .progression__step {
    float: left;
    margin-right: 10px
}

.lte-ie9 .progression__sub-step, .lte-ie8 .progression__sub-step {
    display: none
}

.lte-ie9 .progression__step-number, .lte-ie8 .progression__step-number {
    float: left
}

.lte-ie9 .progression__bar, .lte-ie8 .progression__bar {
    display: none
}

.section {
    overflow: hidden;
    padding-bottom: 3.5rem;
    padding-top: 3.5rem
}

.section .section--large-spacing, .section .section--double-spacing, .section--large-top-spacing {
    padding-top: 7rem
}

.section .section--large-spacing, .section .section--double-spacing, .section--large-bottom-spacing {
    padding-bottom: 7rem
}

.section .section--extra-large-spacing, .section--extra-large-top-spacing {
    padding-top: 12rem
}

.section .section--extra-large-spacing, .section--extra-large-bottom-spacing {
    padding-bottom: 12rem
}

.section--no-spacing {
    padding-bottom: 0;
    padding-top: 0
}

.section--no-top-spacing {
    padding-top: 0
}

.section--no-bottom-spacing {
    padding-bottom: 0
}

.section--shaded {
    background-color: #f5f5f5
}

.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
    }
}

@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 {
    height: auto;
    overflow: hidden;
    position: relative
}

.section--image-behind .section__container {
    position: relative;
    z-index: 2
}

.section--background-image {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.section--allow-overflow {
    overflow: visible
}

.section--light-tint .section__container {
    position: relative;
    z-index: 2
}

.section--dark-tint .section__container {
    position: relative;
    z-index: 2
}

.section--dark-text .section__header .button, .section--dark-text .section__header .button:hover, .section--dark-text .section__summary .button, .section--dark-text .section__summary .button:hover, .section--dark-text .section__footer .button, .section--dark-text .section__footer .button:hover, .section.dark-palette .section__header .button, .section.dark-palette .section__header .button:hover, .section.dark-palette .section__summary .button, .section.dark-palette .section__summary .button:hover, .section.dark-palette .section__footer .button, .section.dark-palette .section__footer .button:hover {
    color: #fff
}

.section--parallax {
    background-attachment: fixed
}

.section__container {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%
}

.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;
    color: #767676;
    margin-top: 2rem
}

.section__summary {
    color: #767676;
    margin-bottom: 2.5rem;
    margin-top: 0
}

.section__background {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

@media only screen and (max-width: 40em) {
    .section__background {
        display: none
    }
}

@media only screen and (min-width: 64.0625em) {
    .section__background img {
        width: 100%
    }
}

.section__update-message {
    background-color: #fff9ee;
    border: 1px solid #ffd179;
    left: 0;
    padding: .25rem 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999
}

.section__update-link {
    font-weight: 500
}

.section .pane-title, .section .panel-pane__title {
    display: none
}

.site-footer {
    background-color: #51247A;
    color: #d4c8de;
    font-size: .875rem;
    width: 100%
}

.site-footer a {
    color: #fff;
    font-weight: 500
}

.site-footer .cricos__link {
    color: #d4c8de
}

.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 (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 {
    background-color: #51247A;
    color: #ccc;
    width: 100%
}

.site-header__content {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
    padding: 0 0 1.5rem 0;
    text-align: center
}

.site-header__content:before, .site-header__content:after {
    content: " ";
    display: table
}

.site-header__content:after {
    clear: both
}

@media only screen and (max-width: 40em) {
    .site-header__content {
        padding: 1rem 0
    }
}

.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
}

.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);
    float: left;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 0 1rem;
    padding: .8rem 0 .8rem 1rem
}

@media only screen and (max-width: 40em) {
    .site-header .site-title {
        border: 0;
        clear: both;
        float: none;
        margin: 1rem 0 0 0;
        padding: 0
    }
}

@media only screen and (min-width: 40.0625em) {
    .site-header .site-title {
        font-size: 1.275rem;
        text-align: left
    }
}

@media only screen and (min-width: 90.0625em) {
    .site-header .site-title {
        font-size: 1.475rem
    }
}

.site-header .site-title__link {
    color: #fff
}

.site-header .site-title__link:hover {
    text-decoration: none
}

.site-header .site-title.has-prefix {
    font-size: 1rem
}

@media only screen and (min-width: 40.0625em) {
    .site-header .site-title.has-prefix {
        letter-spacing: -.3px;
        padding-bottom: .3rem;
        padding-top: .3rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .site-header .site-title.has-prefix {
        font-size: 1.175rem
    }
}

@media only screen and (min-width: 90.0625em) {
    .site-header .site-title.has-prefix {
        font-size: 1.275rem
    }
}

.site-header .site-title.has-2-lines {
    font-size: 1rem
}

@media only screen and (min-width: 40.0625em) {
    .site-header .site-title.has-2-lines {
        padding-bottom: .3rem;
        padding-top: .3rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .site-header .site-title.has-2-lines {
        font-size: 1.275rem
    }
}

@media only screen and (max-width: 40em) {
    .site-header .site-title.has-2-lines br {
        display: none
    }
}

@media only screen and (min-width: 40.0625em) {
    .site-header .site-title__prefix {
        display: block;
        font-size: 1rem;
        font-weight: 300
    }
}

.site-header--full-width .site-header__content {
    max-width: 100%
}

.site-header--full-width .site-header__global-menu {
    max-width: 100%;
    padding-right: .8rem
}

.site-header.has-no-global-menu .site-header__content {
    padding-top: 1.5rem
}

.messages .messages__list {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%
}

.messages .messages__list:before, .messages .messages__list:after {
    content: " ";
    display: table
}

.messages .messages__list:after {
    clear: both
}

.messages, .messages--status, .messages--warning, .messages--error {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.messages a, .messages--status a, .messages--warning a, .messages--error a {
    text-decoration: underline
}

.messages--status {
    background-color: #eef5fb;
    border: 1px solid #8ebae7;
    border-width: 1px 0;
    color: #000
}

.messages--warning {
    background-color: #fff9ee;
    border: 1px solid #ffd179;
    border-width: 1px 0;
    color: #000
}

.messages--error {
    background-color: #d8481f;
    border: 1px solid #d8481f;
    border-width: 1px 0;
    color: #fbede9
}

.messages--error a {
    color: #fff
}

.messages--error__text, .messages--error p.error {
    color: #333
}

.messages__list {
    margin: 0
}

.messages__item {
    list-style-image: none
}

.element-invisible, .element-hidden, .visually-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

html.js .js-hide {
    display: none
}