﻿.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

    .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/sites/default/themes/uolcb2019/css/vendor/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

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: none;
    text-decoration: underline;
    text-decoration: underline 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;
}

@media print {
    *, *:before, *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td, .table th {
            background-color: #fff !important;
        }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url(/sites/default/themes/uolcb2019/fonts/bootstrap/glyphicons-halflings-regular.eot);
    src: url(/sites/default/themes/uolcb2019/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(/sites/default/themes/uolcb2019/fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"),url(/sites/default/themes/uolcb2019/fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"),url(/sites/default/themes/uolcb2019/fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"),url(/sites/default/themes/uolcb2019/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before, .glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 1.75;
    color: #333333;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.75;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 31px;
    margin-bottom: 31px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.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;
}

[role="button"] {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
        font-weight: 400;
        line-height: 1;
        color: #777777;
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 31px;
    margin-bottom: 15.5px;
}

    h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
        font-size: 65%;
    }

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 15.5px;
    margin-bottom: 15.5px;
}

    h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 46px;
}

h2, .h2 {
    font-size: 38px;
}

h3, .h3 {
    font-size: 31px;
}

h4, .h4 {
    font-size: 23px;
}

h5, .h5 {
    font-size: 18px;
}

h6, .h6 {
    font-size: 16px;
}

p {
    margin: 0 0 15.5px;
}

.lead {
    margin-bottom: 31px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 27px;
    }
}

small, .small {
    font-size: 88%;
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase, .initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover, a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover, a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #337ab7;
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 14.5px;
    margin: 62px 0 31px;
    border-bottom: 1px solid #eeeeee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 15.5px;
}

    ul ul, ul ol, ol ul, ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 31px;
}

dt, dd {
    line-height: 1.75;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    display: table;
    content: " ";
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 15.5px 31px;
    margin: 0 0 31px;
    font-size: 22.5px;
    border-left: 5px solid #eeeeee;
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.75;
        color: #777777;
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: "\2014 \00A0";
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eeeeee;
        border-left: 0;
    }

        .blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
            content: "";
        }

        .blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
            content: "\00A0 \2014";
        }

address {
    margin-bottom: 31px;
    font-style: normal;
    line-height: 1.75;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

    .container:before, .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

    .container-fluid:before, .container-fluid:after {
        display: table;
        content: " ";
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-right: -15px;
    margin-left: -15px;
}

    .row:before, .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row-no-gutters [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

    table col[class*="col-"] {
        position: static;
        display: table-column;
        float: none;
    }

    table td[class*="col-"], table th[class*="col-"] {
        position: static;
        display: table-cell;
        float: none;
    }

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 31px;
}

    .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.75;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 23.25px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 31px;
    font-size: 27px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

    input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled]
    input[type="checkbox"] {
        cursor: not-allowed;
    }

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 18px;
    line-height: 1.75;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.75;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 45px;
    }

    input[type="date"].input-sm, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm
    input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm
    input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm
    input[type="month"] {
        line-height: 36px;
    }

    input[type="date"].input-lg, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg
    input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg
    input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg
    input[type="month"] {
        line-height: 53px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled]
    .checkbox label {
        cursor: not-allowed;
    }

    .radio label, .checkbox label {
        min-height: 31px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-top: 4px \9;
        margin-left: -20px;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

    .radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled]
    .checkbox-inline {
        cursor: not-allowed;
    }

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

.form-control-static {
    min-height: 49px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0;
    }

.input-sm {
    height: 36px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 36px;
    line-height: 36px;
}

textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 36px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 36px;
    line-height: 36px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 36px;
    min-height: 47px;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 1.5;
}

.input-lg {
    height: 53px;
    padding: 10px 16px;
    font-size: 23px;
    line-height: 1.33333;
    border-radius: 6px;
}

select.input-lg {
    height: 53px;
    line-height: 53px;
}

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 53px;
    padding: 10px 16px;
    font-size: 23px;
    line-height: 1.33333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 53px;
    line-height: 53px;
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 53px;
    min-height: 54px;
    padding: 11px 16px;
    font-size: 23px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 56.25px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 53px;
    height: 53px;
    line-height: 53px;
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 36px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label, .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 38px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        display: table;
        content: " ";
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 23px;
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 16px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.75;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        opacity: 0.65;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus, .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        color: #333;
        background-color: #e6e6e6;
        background-image: none;
        border-color: #adadad;
    }

        .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #286090;
        background-image: none;
        border-color: #204d74;
    }

        .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        background-image: none;
        border-color: #398439;
    }

        .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        background-image: none;
        border-color: #269abc;
    }

        .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        background-image: none;
        border-color: #d58512;
    }

        .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    appearance: none;
    background-color: #d9534f;
    border: 2px solid #a62a26;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        background-image: none;
        border-color: #ac2925;
    }

        .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 23px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

/*.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header:before, .modal-header:after {
        display: table;
        content: " ";
    }

    .modal-header:after {
        clear: both;
    }

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.75;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before, .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}*/

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

@font-face {
    font-family: 'Quadon-Bold';
    src: url(../fonts/Quadon/Quadon-Bold.otf) format('opentype');
    /*src: url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_0_0.eot?#iefix) format("embedded-opentype"),url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_0_0.woff2) format("woff2"),url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_0_0.woff) format("woff"),url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_0_0.ttf) format("truetype");*/
}

@font-face {
    font-family: 'Quadon-BoldItalic';
    src: url(../fonts/Quadon/Quadon-BoldItalic.otf) format('opentype');
    /*src: url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_2_0.eot?#iefix) format("embedded-opentype"),url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_2_0.woff2) format("woff2"),url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_2_0.woff) format("woff"),url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_2_0.ttf) format("truetype");*/
}

@font-face {
    font-family: 'Quadon-MediumItalic';
    src: url(../fonts/Quadon/Quadon-MediumItalic.otf) format('opentype');
    /*src: url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_A_0.eot?#iefix) format("embedded-opentype"),url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_A_0.woff2) format("woff2"),url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_A_0.woff) format("woff"),url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_A_0.ttf) format("truetype");*/
}

@font-face {
    font-family: 'Quadon-Italic';
    src: url(../fonts/Quadon/Quadon-Italic.otf) format('opentype');
    /*src: url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_B_0.eot?#iefix) format("embedded-opentype"),url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_B_0.woff2) format("woff2"),url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_B_0.woff) format("woff"),url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_B_0.ttf) format("truetype");*/
}

@font-face {
    font-family: 'Quadon-Medium';
    src: url(../fonts/Quadon/Quadon-Medium.otf) format('opentype');
    /*src: url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_C_0.eot?#iefix) format("embedded-opentype"),url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_C_0.woff2) format("woff2"),url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_C_0.woff) format("woff"),url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_C_0.ttf) format("truetype");*/
}

@font-face {
    font-family: 'Quadon-Regular';
    src: url(../fonts/Quadon/Quadon-Regular.otf) format('opentype');
    /*src: url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_D_0.eot?#iefix) format("embedded-opentype"),url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_D_0.woff2) format("woff2"),url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_D_0.woff) format("woff"),url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_D_0.ttf) format("truetype");*/
}

@font-face {
    font-family: 'Quadon-Light';
    src: url(../fonts/Quadon/Quadon-Light.otf) format('opentype');
    /*src: url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_8_0.eot?#iefix) format("embedded-opentype"),url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_8_0.woff2) format("woff2"),url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_8_0.woff) format("woff"),url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_8_0.ttf) format("truetype");*/
}

@font-face {
    font-family: 'Quadon-LightItalic';
    src: url(../fonts/Quadon/Quadon-LightItalic.otf) format('opentype');
    /*src: url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_9_0.eot?#iefix) format("embedded-opentype"),url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_9_0.woff2) format("woff2"),url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_9_0.woff) format("woff"),url(/sites/default/themes/uolcb2019/fonts/quadon/3864D1_9_0.ttf) format("truetype");*/
}

@font-face {
    font-family: 'open_sansbold';
    src: url(../fonts/Open-Sans/OpenSans-Bold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbolditalic';
    src: url(../fonts/Open-Sans/OpenSans-BoldItalic.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansitalic';
    src: url(../fonts/Open-Sans/OpenSans-Italic.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url(../fonts/Open-Sans/OpenSans-Light.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslightitalic';
    src: url(../fonts/Open-Sans/OpenSans-LightItalic.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/Open-Sans/OpenSans-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url(../fonts/Open-Sans/OpenSans-Semibold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibolditalic';
    src: url(../fonts/Open-Sans/OpenSans-SemiboldItalic.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

body {
    color: black;
    font-family: "Open Sans","Helvetica",sans-serif;
    font-weight: 300;
    left: 0;
    position: relative;
    transition: left 0.2s ease;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

a {
    color: #00704a;
    text-decoration: underline;
    transition: all 0.2s;
}

    a:focus, a:hover {
        color: black;
        text-decoration: underline;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Quadon-Regular","Helvetica",sans-serif;
}

    h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
        font-family: "Quadon-Italic","Helvetica",sans-serif;
    }

    h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b, h4 strong, h4 b, h5 strong, h5 b, h6 strong, h6 b {
        font-family: "Quadon-Bold","Helvetica",sans-serif;
    }

h1 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.25;
}

h2 {
    margin-top: 1.5em;
    margin-bottom: 0.625em;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
}

h3 {
    margin-top: 1.9em;
    margin-bottom: 0.785em;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.25;
}

h4 {
    margin-top: 2.25em;
    margin-bottom: 1em;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

h5 {
    margin-top: 2.7em;
    margin-bottom: 1.125em;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.85;
}

h6 {
    margin-top: 3em;
    margin-bottom: 1.35em;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2.2;
}

p {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

strong, b {
    font-family: "Open Sans","Helvetica",sans-serif;
    font-weight: 600;
}

em {
    font-family: "Open Sans","Helvetica",sans-serif;
    font-style: italic;
    font-weight: 600;
}

    em strong, strong em {
        font-family: "Open Sans","Helvetica",sans-serif;
        font-style: italic;
        font-weight: 600;
    }

img, iframe, video {
    height: auto;
    max-width: 100%;
}

ol, ul {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 4rem;
}

    ol li, ul li {
        margin-bottom: 0.75em;
        padding-left: 1rem;
    }

        ol li:last-child, ul li:last-child {
            margin-bottom: 0;
        }

    ol ul, ol ol, ul ul, ul ol {
        margin-top: 0.75em;
    }

blockquote {
    border: none;
    color: #333333;
    font-family: "Quadon-MediumItalic","Helvetica",sans-serif;
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
    padding: 0;
    position: relative;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
}

    blockquote p:first-child {
        margin-top: 0;
    }

    blockquote p:last-child {
        margin-bottom: 0;
    }

article {
    margin-bottom: 6rem;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    width: 1200px;
}

@media screen and (min-width:768px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width:1200px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.region:after {
    content: "";
    display: table;
    clear: both;
}

.tiles-region {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    width: 1200px;
}

@media screen and (min-width:768px) {
    .tiles-region {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width:1200px) {
    .tiles-region {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.tiles-row {
    margin-right: -15px;
    margin-left: -15px;
}

    .tiles-row:after {
        content: "";
        display: table;
        clear: both;
    }

.span1 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:768px) {
    .span1 {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .span1 {
        float: left;
        width: 8.33333%;
    }
}

@media (min-width:1200px) {
    .span1 {
        float: left;
        width: 8.33333%;
    }
}

.span2 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:768px) {
    .span2 {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .span2 {
        float: left;
        width: 16.66667%;
    }
}

@media (min-width:1200px) {
    .span2 {
        float: left;
        width: 16.66667%;
    }
}

.span3 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:768px) {
    .span3 {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .span3 {
        float: left;
        width: 25%;
    }
}

@media (min-width:1200px) {
    .span3 {
        float: left;
        width: 25%;
    }
}

.span4 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:768px) {
    .span4 {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .span4 {
        float: left;
        width: 33.33333%;
    }
}

@media (min-width:1200px) {
    .span4 {
        float: left;
        width: 33.33333%;
    }
}

.span5 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:768px) {
    .span5 {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .span5 {
        float: left;
        width: 41.66667%;
    }
}

@media (min-width:1200px) {
    .span5 {
        float: left;
        width: 41.66667%;
    }
}

.span6 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:768px) {
    .span6 {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .span6 {
        float: left;
        width: 50%;
    }
}

@media (min-width:1200px) {
    .span6 {
        float: left;
        width: 50%;
    }
}

.span7 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:768px) {
    .span7 {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .span7 {
        float: left;
        width: 58.33333%;
    }
}

@media (min-width:1200px) {
    .span7 {
        float: left;
        width: 58.33333%;
    }
}

.span8 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:768px) {
    .span8 {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .span8 {
        float: left;
        width: 66.66667%;
    }
}

@media (min-width:1200px) {
    .span8 {
        float: left;
        width: 66.66667%;
    }
}

.span9 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:768px) {
    .span9 {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .span9 {
        float: left;
        width: 75%;
    }
}

@media (min-width:1200px) {
    .span9 {
        float: left;
        width: 75%;
    }
}

.span10 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:768px) {
    .span10 {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .span10 {
        float: left;
        width: 83.33333%;
    }
}

@media (min-width:1200px) {
    .span10 {
        float: left;
        width: 83.33333%;
    }
}

.span11 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:768px) {
    .span11 {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .span11 {
        float: left;
        width: 91.66667%;
    }
}

@media (min-width:1200px) {
    .span11 {
        float: left;
        width: 91.66667%;
    }
}

.span12 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:768px) {
    .span12 {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .span12 {
        float: left;
        width: 100%;
    }
}

@media (min-width:1200px) {
    .span12 {
        float: left;
        width: 100%;
    }
}

#main.sidebar {
    float: right;
}

    .region-sidebar-first > .tiles-region, .region-sidebar-second > .tiles-region, #main.sidebar > .region > .tiles-region {
        margin: 0;
        max-width: none;
        padding: 0;
        width: auto;
    }

#uobannerandfooter-uoheader.uoheader {
    overflow: visible;
}

#uobannerandfooter-uoheader .menu-block-wrapper {
    background-color: #104735;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    opacity: 0;
    padding: 1.5rem 0.5rem 1.9rem 1.5rem;
    position: absolute;
    transition: all 0.2s;
    visibility: hidden;
    width: 24rem;
    z-index: 4;
}

    #uobannerandfooter-uoheader .menu-block-wrapper ul.menu {
        margin: 0;
        padding: 0;
    }

        #uobannerandfooter-uoheader .menu-block-wrapper ul.menu li {
            display: block;
            list-style: none;
            margin-left: 0;
        }

    #uobannerandfooter-uoheader .menu-block-wrapper a {
        color: white;
        display: block;
        font-family: "Open Sans","Helvetica",sans-serif;
        font-weight: normal;
        margin-bottom: 1em;
        text-transform: none;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }

        #uobannerandfooter-uoheader .menu-block-wrapper a:hover, #uobannerandfooter-uoheader .menu-block-wrapper a:focus {
            color: #fee11a;
        }

    #uobannerandfooter-uoheader .menu-block-wrapper li:last-child a {
        margin-bottom: 0;
    }

@media (max-width:1199px) {
    #uobannerandfooter-uoheader .menu-block-wrapper {
        right: 0;
    }
}

#uobannerandfooter-uoheader a.has-dropdown.active + .menu-block-wrapper {
    opacity: 1;
    visibility: visible;
}

.uoheader__links {
    position: relative;
    left: 1.5rem;
    margin-top: 0;
}

    .uoheader__links > li {
        display: inline-block;
        padding: 0;
        position: relative;
        margin: 0;
    }

        .uoheader__links > li > a {
            display: inline-block;
            font-family: "Quadon-Bold","Helvetica",sans-serif;
            font-weight: normal;
            padding: 0 1.5rem;
            position: relative;
            z-index: 5;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 3.25;
        }

            .uoheader__links > li > a:after {
                background-color: #154733;
                content: "";
                height: 6px;
                opacity: 0;
                position: absolute;
                left: 0;
                right: 0;
                top: 100%;
                visibility: hidden;
                transition: all 0.2s ease;
            }

            .uoheader__links > li > a.has-dropdown.active {
                background-color: #154733;
                box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
                color: #fee11a;
            }

                .uoheader__links > li > a.has-dropdown.active:after {
                    opacity: 1;
                    visibility: visible;
                }

@media (max-width:991px) {
    .uoheader__links {
        display: none;
    }
}

.js .uobanner-sidebar #uobanner-navmenu {
    display: none;
}

#menu-toggle {
    height: 50px;
    width: 50px;
    cursor: pointer;
    text-indent: -90000px;
    background: url(/sites/default/themes/uolcb2019/images/hamburger-icon.png) no-repeat center center;
    margin-top: 0;
    border-width: 0;
    position: absolute;
    right: 1.5rem;
    top: 0;
}

    #menu-toggle:focus {
        box-shadow: 0 0 0 3px inset #fee11a;
    }

.uofooter__link, .uofooter__copyright-container {
    font-family: "Quadon-Medium","Helvetica",sans-serif;
}

.uofooter abbr[title] {
    text-decoration: underline solid;
}

.uofooter__legal-container p {
    font-size: 11.2px;
    font-size: 1.12rem;
    line-height: 2.14;
    font-family: "open_sanslight","Helvetica",sans-serif;
}

#drawer {
    display: none;
}

.region-header {
    background-color: #00704a;
    color: white;
    padding-top: 2.8rem;
    padding-bottom: 3rem;
}

@media (min-width:992px) {
    .region-header {
        padding-top: 1.2rem;
    }

        .region-header .span12 {
            width: auto;
        }

        .region-header .tiles-row {
            float: right;
        }

            .region-header .tiles-row:first-child {
                float: left;
            }

            .region-header .tiles-row:last-child {
                clear: right;
            }
}

@media (min-width:992px) {
    #block-menu-block-1 > h2 {
        display: none;
    }
}

@media (min-width:992px) {
    #block-lcb-base-cse-search--2 {
        display: none;
    }
}

@media (max-width:991px) {
    #block-menu-block-3, #block-lcb-base-cse-search {
        display: none;
    }
}

.header_sup_title {
    color: white;
    font-family: "Quadon-Regular","Helvetica",sans-serif;
    margin-bottom: -0.4rem;
    margin-top: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
}

    .header_sup_title a {
        color: white;
        text-decoration: none;
    }

        .header_sup_title a:hover, .header_sup_title a:focus {
            color: #fee11a;
        }

@media (min-width:992px) {
    .header_sup_title {
        margin-top: 1.2rem;
        margin-bottom: -0.8rem;
    }
}

.header_title {
    color: #fee11a;
    font-family: "Quadon-Light","Helvetica",sans-serif;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.14;
}

.header_sup_title:not(:empty) + .header_title {
    margin-top: 0;
}

.header_title a {
    color: #fee11a;
    text-decoration: none;
}

    .header_title a:hover, .header_title a:focus {
        text-decoration: underline;
    }

@media (min-width:992px) {
    .header_title {
        margin-left: -2px;
        margin-top: 4.2rem;
        font-size: 44px;
        font-size: 4.4rem;
        line-height: 1.1;
    }
}

#block-menu-block-3 > h2 {
    display: none;
}

#block-menu-block-3 ul.menu {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0.2rem;
}

    #block-menu-block-3 ul.menu li {
        display: inline-block;
    }

        #block-menu-block-3 ul.menu li.leaf {
            list-style: none;
            margin: 0 0 0 0.5rem;
            padding: 0;
        }

    #block-menu-block-3 ul.menu a {
        color: white;
        font-family: "Quadon-Medium","Helvetica",sans-serif;
        text-decoration: none;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 2;
    }

        #block-menu-block-3 ul.menu a:hover, #block-menu-block-3 ul.menu a:focus {
            color: #fee11a;
        }

#block-lcb-base-cse-search {
    position: relative;
    width: 22rem;
}

@media (min-width:1215px) {
    #block-lcb-base-cse-search {
        left: 2rem;
    }
}

#block-lcb-base-cse-search, #block-lcb-base-cse-search--2 {
    position: relative;
}

    #block-lcb-base-cse-search > h2, #block-lcb-base-cse-search--2 > h2 {
        display: none;
    }

    #block-lcb-base-cse-search .gsc-control-cse, #block-lcb-base-cse-search--2 .gsc-control-cse {
        background-color: transparent;
        border: none;
        font-family: "Quadon-Medium","Helvetica",sans-serif;
        padding: 0;
    }

    #block-lcb-base-cse-search form.gsc-search-box, #block-lcb-base-cse-search--2 form.gsc-search-box {
        margin-bottom: 0;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2.375;
    }

    #block-lcb-base-cse-search table, #block-lcb-base-cse-search table.gsc-search-box, #block-lcb-base-cse-search--2 table, #block-lcb-base-cse-search--2 table.gsc-search-box {
        margin-bottom: 0;
    }

        #block-lcb-base-cse-search table tbody, #block-lcb-base-cse-search table.gsc-search-box tbody, #block-lcb-base-cse-search--2 table tbody, #block-lcb-base-cse-search--2 table.gsc-search-box tbody {
            border: none;
        }

    #block-lcb-base-cse-search .gsc-search-box-tools .gsc-search-box .gsc-input, #block-lcb-base-cse-search--2 .gsc-search-box-tools .gsc-search-box .gsc-input {
        padding-right: 0;
    }

    #block-lcb-base-cse-search .gsib_a, #block-lcb-base-cse-search--2 .gsib_a {
        padding: 0;
    }

    #block-lcb-base-cse-search .gsc-input-box, #block-lcb-base-cse-search--2 .gsc-input-box {
        background-color: transparent;
        border: 1px solid white !important;
        border-radius: 30px;
        height: 44px !important;
        padding: 0 3.4rem 0 1.5rem !important;
    }

        #block-lcb-base-cse-search .gsc-input-box::-webkit-input-placeholder, #block-lcb-base-cse-search--2 .gsc-input-box::-webkit-input-placeholder {
            color: white;
            opacity: 0.8;
        }

        #block-lcb-base-cse-search .gsc-input-box::-moz-placeholder, #block-lcb-base-cse-search--2 .gsc-input-box::-moz-placeholder {
            color: white;
            opacity: 0.8;
        }

        #block-lcb-base-cse-search .gsc-input-box:-ms-input-placeholder, #block-lcb-base-cse-search--2 .gsc-input-box:-ms-input-placeholder {
            color: white;
            opacity: 0.8;
        }

        #block-lcb-base-cse-search .gsc-input-box:-moz-placeholder, #block-lcb-base-cse-search--2 .gsc-input-box:-moz-placeholder {
            color: white;
            opacity: 0.8;
        }

        #block-lcb-base-cse-search .gsc-input-box table, #block-lcb-base-cse-search--2 .gsc-input-box table {
            height: 100%;
        }

        #block-lcb-base-cse-search .gsc-input-box td, #block-lcb-base-cse-search--2 .gsc-input-box td {
            vertical-align: middle;
        }

    #block-lcb-base-cse-search input.gsc-input, #block-lcb-base-cse-search--2 input.gsc-input {
        background-color: transparent;
        font-family: "Quadon-Medium","Helvetica",sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.2;
    }

        #block-lcb-base-cse-search input.gsc-input::-webkit-input-placeholder, #block-lcb-base-cse-search--2 input.gsc-input::-webkit-input-placeholder {
            color: white;
            opacity: 0.8;
        }

        #block-lcb-base-cse-search input.gsc-input::-moz-placeholder, #block-lcb-base-cse-search--2 input.gsc-input::-moz-placeholder {
            color: white;
            opacity: 0.8;
        }

        #block-lcb-base-cse-search input.gsc-input:-ms-input-placeholder, #block-lcb-base-cse-search--2 input.gsc-input:-ms-input-placeholder {
            color: white;
            opacity: 0.8;
        }

        #block-lcb-base-cse-search input.gsc-input:-moz-placeholder, #block-lcb-base-cse-search--2 input.gsc-input:-moz-placeholder {
            color: white;
            opacity: 0.8;
        }

    #block-lcb-base-cse-search .gsib_b, #block-lcb-base-cse-search--2 .gsib_b {
        display: none;
    }

    #block-lcb-base-cse-search .gsc-search-button.gsc-search-button-v2, #block-lcb-base-cse-search--2 .gsc-search-button.gsc-search-button-v2 {
        background-color: transparent;
        border: none;
        height: 4rem;
        padding: 0;
        position: absolute;
        right: 6px;
        top: 2px;
        width: 4rem;
    }

        #block-lcb-base-cse-search .gsc-search-button.gsc-search-button-v2 svg, #block-lcb-base-cse-search--2 .gsc-search-button.gsc-search-button-v2 svg {
            fill: #fee11a;
            height: 18px !important;
            width: 18px !important;
        }

.region-footer {
    background-color: #222222;
    color: white;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
}

@media (min-width:768px) {
    .region-footer {
        padding-top: 4.3rem;
        padding-bottom: 6.3rem;
    }

        .region-footer > .tiles-region > .tiles-row {
            float: left;
            margin-left: 0;
            margin-right: 0;
        }

            .region-footer > .tiles-region > .tiles-row:first-child {
                width: 67%;
            }

            .region-footer > .tiles-region > .tiles-row:last-child {
                width: 33%;
            }

        .region-footer > .tiles-region .span-12 {
            padding-left: 0;
            padding-right: 0;
        }
}

#block-menu-footer-menu > h2 {
    display: none;
}

#block-menu-footer-menu > ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #block-menu-footer-menu > ul.menu ul.menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #block-menu-footer-menu > ul.menu li {
        margin: 0;
    }

        #block-menu-footer-menu > ul.menu li > span {
            font-family: "Quadon-Bold","Helvetica",sans-serif;
            text-transform: uppercase;
            font-size: 19px;
            font-size: 1.9rem;
            line-height: 1.6;
        }

        #block-menu-footer-menu > ul.menu li.leaf, #block-menu-footer-menu > ul.menu li.expanded {
            list-style: none;
            padding: 0;
        }

        #block-menu-footer-menu > ul.menu li a {
            color: #bbbbbb;
            font-family: "Quadon-Medium","Helvetica",sans-serif;
            text-decoration: none;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.875;
        }

            #block-menu-footer-menu > ul.menu li a:hover, #block-menu-footer-menu > ul.menu li a:focus {
                color: white;
            }

    #block-menu-footer-menu > ul.menu > li {
        margin-bottom: 2.5rem;
    }

@media (min-width:768px) {
    #block-menu-footer-menu > ul.menu > li {
        float: left;
        margin-bottom: 0;
        padding-right: 30px;
        width: 33%;
    }
}

#block-lcb-base-copyright .copyright {
    font-family: "Quadon-Bold","Helvetica",sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

    #block-lcb-base-copyright .copyright p:last-child {
        color: #bbbbbb;
        font-family: "Quadon-Medium","Helvetica",sans-serif;
    }

    #block-lcb-base-copyright .copyright p:first-child {
        margin-top: 5px;
    }

@media (min-width:992px) {
    #menu-toggle {
        display: none;
    }
}

.region-navigation .span12 {
    min-height: 0;
}

@media (max-width:991px) {
    .region-navigation {
        background-color: #222222;
        color: white;
        height: 100vh;
        overflow: auto;
        position: fixed;
        top: 0;
        right: -27rem;
        transition: right 0.2s 0s,visibility 0s 0.2s;
        width: 27rem;
        z-index: 5;
        visibility: hidden;
    }

        .region-navigation.active {
            transition: right 0.2s 0s,visibility 0s 0s;
            right: 0;
            visibility: visible;
        }
}

@media (min-width:992px) {
    .region-navigation > .tiles-region {
        padding: 0;
        max-width: none;
        margin: 0;
        width: auto;
    }

        .region-navigation > .tiles-region > .tiles-row {
            margin: 0;
        }

            .region-navigation > .tiles-region > .tiles-row > .span12 {
                padding: 0;
            }
}

@media (max-width:991px) {
    body.menu-active {
        left: -27rem;
    }
}

#block-lcb-base-cse-search--2 {
    margin-bottom: 2.8rem;
}

@media (min-width:992px) {
    #block-menu-block-main-nav-mobile-1 {
        display: none;
    }
}

@media (max-width:991px) {
    #block-menu-block-main-nav-mobile-1 > h2 {
        color: #fee11a;
    }
}

@media (max-width:991px) {
    #block-menu-block-main-nav-mobile-1 > h2, #block-menu-block-2 > h2, #block-menu-block-3--2 > h2 {
        font-family: "Quadon-Medium","Helvetica",sans-serif;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.3;
    }

    #block-menu-block-main-nav-mobile-1 ul.menu, #block-menu-block-2 ul.menu, #block-menu-block-3--2 ul.menu {
        padding-left: 0;
        list-style: none;
        margin-top: 0;
        margin-bottom: 3rem;
    }

        #block-menu-block-main-nav-mobile-1 ul.menu ul.menu, #block-menu-block-2 ul.menu ul.menu, #block-menu-block-3--2 ul.menu ul.menu {
            margin-bottom: 0;
            margin-top: 1.6rem;
            padding-left: 1.5rem;
        }

        #block-menu-block-main-nav-mobile-1 ul.menu li, #block-menu-block-2 ul.menu li, #block-menu-block-3--2 ul.menu li {
            margin-bottom: 1.6rem;
            margin-left: 0;
        }

            #block-menu-block-main-nav-mobile-1 ul.menu li.leaf, #block-menu-block-main-nav-mobile-1 ul.menu li.expanded, #block-menu-block-main-nav-mobile-1 ul.menu li.collapsed, #block-menu-block-2 ul.menu li.leaf, #block-menu-block-2 ul.menu li.expanded, #block-menu-block-2 ul.menu li.collapsed, #block-menu-block-3--2 ul.menu li.leaf, #block-menu-block-3--2 ul.menu li.expanded, #block-menu-block-3--2 ul.menu li.collapsed {
                list-style: none;
            }

        #block-menu-block-main-nav-mobile-1 ul.menu a, #block-menu-block-main-nav-mobile-1 ul.menu .nolink, #block-menu-block-2 ul.menu a, #block-menu-block-2 ul.menu .nolink, #block-menu-block-3--2 ul.menu a, #block-menu-block-3--2 ul.menu .nolink {
            color: white;
            font-family: "Open Sans","Helvetica",sans-serif;
            letter-spacing: -0.3px;
            text-decoration: none;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.5;
        }

            #block-menu-block-main-nav-mobile-1 ul.menu a:after, #block-menu-block-main-nav-mobile-1 ul.menu .nolink:after, #block-menu-block-2 ul.menu a:after, #block-menu-block-2 ul.menu .nolink:after, #block-menu-block-3--2 ul.menu a:after, #block-menu-block-3--2 ul.menu .nolink:after {
                content: "▸";
                font-size: 1.2em;
                position: absolute;
                padding-left: 5px;
                margin-top: -3px;
            }

            #block-menu-block-main-nav-mobile-1 ul.menu a:hover, #block-menu-block-main-nav-mobile-1 ul.menu a:focus, #block-menu-block-main-nav-mobile-1 ul.menu .nolink:hover, #block-menu-block-main-nav-mobile-1 ul.menu .nolink:focus, #block-menu-block-2 ul.menu a:hover, #block-menu-block-2 ul.menu a:focus, #block-menu-block-2 ul.menu .nolink:hover, #block-menu-block-2 ul.menu .nolink:focus, #block-menu-block-3--2 ul.menu a:hover, #block-menu-block-3--2 ul.menu a:focus, #block-menu-block-3--2 ul.menu .nolink:hover, #block-menu-block-3--2 ul.menu .nolink:focus {
                color: #fee11a;
            }
}

@media (min-width:992px) {
    #block-menu-block-2, #block-menu-block-3--2 {
        display: none;
    }
}

#block-menu-block-2 > h2, #block-menu-block-3--2 > h2 {
    cursor: pointer;
    padding-right: 2rem;
    position: relative;
}

    #block-menu-block-2 > h2:after, #block-menu-block-3--2 > h2:after {
        content: "▾";
        top: 0;
        position: absolute;
        right: 0;
    }

    #block-menu-block-2 > h2.collapsed:after, #block-menu-block-3--2 > h2.collapsed:after {
        content: "▸";
    }

    #block-menu-block-2 > h2.collapsed + .menu-block-wrapper, #block-menu-block-3--2 > h2.collapsed + .menu-block-wrapper {
        max-height: 0;
        transition: max-height 0.2s cubic-bezier(0,1,0,1) 0s;
    }

#block-menu-block-2 ul.menu a:after, #block-menu-block-3--2 ul.menu a:after {
    display: none;
}

#block-menu-block-2 .menu-block-wrapper > ul.menu, #block-menu-block-3--2 .menu-block-wrapper > ul.menu {
    padding-left: 1rem;
}

    #block-menu-block-2 .menu-block-wrapper > ul.menu > li, #block-menu-block-3--2 .menu-block-wrapper > ul.menu > li {
        margin-bottom: 0.6rem;
    }

#block-menu-block-2 .menu-block-wrapper, #block-menu-block-3--2 .menu-block-wrapper {
    max-height: 9999px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.2s cubic-bezier(1,0,1,0) 0s;
}

#block-menu-block-2 ul.menu .nolink {
    cursor: pointer;
}

    #block-menu-block-2 ul.menu .nolink.active:after {
        content: " ▾";
    }

    #block-menu-block-2 ul.menu .nolink.active + ul.menu {
        margin-top: 1.6rem;
        max-height: 9999px;
        transition: max-height 0.2s cubic-bezier(1,0,1,0) 0s,margin 0.2s ease 0s;
    }

    #block-menu-block-2 ul.menu .nolink + ul.menu {
        margin: 0 -1rem 0 0;
        max-height: 0;
        overflow: hidden;
        position: relative;
        transition: max-height 0.2s cubic-bezier(0,1,0,1) 0s,margin 0.2s ease 0s;
    }

@media (max-width:991px) {
    #block-lcb-base-main-navigation {
        display: none;
    }
}

@media (min-width:992px) {
    .main-navigation__primary-wrapper-wrapper {
        background-color: #f2f5de;
    }
}

@media (min-width:992px) {
    .main-navigation__primary-wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        width: 1200px;
    }
}

@media screen and (min-width:992px) and (min-width:768px) {
    .main-navigation__primary-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width:992px) and (min-width:1200px) {
    .main-navigation__primary-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:992px) {
    .main-navigation__primary {
        border-right: 1px solid #d8dac5;
        justify-content: flex-start;
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .main-navigation__primary > li {
            border-left: 1px solid #d8dac5;
            flex: 1 1 auto;
            margin-bottom: 0;
            padding-left: 0;
            text-align: center;
        }

            .main-navigation__primary > li > a {
                color: #006241;
                display: block;
                font-family: "Open Sans","Helvetica",sans-serif;
                height: 100%;
                padding: 1em 0.5em;
                position: relative;
                text-decoration: none;
                font-size: 16px;
                font-size: 1.6rem;
                line-height: 1.2;
                width: 100%;
            }

                .main-navigation__primary > li > a:hover, .main-navigation__primary > li > a:focus {
                    background-color: white;
                    color: black;
                }

                    .main-navigation__primary > li > a:hover .main-navigation__text, .main-navigation__primary > li > a:focus .main-navigation__text {
                        text-decoration: underline;
                    }

                .main-navigation__primary > li > a.active {
                    background-color: white;
                    color: black;
                    font-family: "open_sansbold","Helvetica",sans-serif;
                }
}

.main-navigation__text {
    position: absolute;
    left: 0.55em;
    right: 0.55em;
    bottom: 1em;
    top: 1em;
}

.main-navigation__placeholder {
    font-family: "open_sansbold","Helvetica",sans-serif;
    opacity: 0;
}

@media (min-width:992px) {
    .main-navigation__contents {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        width: 1200px;
    }
}

@media screen and (min-width:992px) and (min-width:768px) {
    .main-navigation__contents {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width:992px) and (min-width:1200px) {
    .main-navigation__contents {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:992px) {
    .main-navigation__contents-menu {
        display: flex;
        list-style: none;
        margin: 0;
        max-height: 0;
        opacity: 0;
        padding: 0;
        overflow: hidden;
        visibility: hidden;
        position: relative;
        transition: max-height 0.2s cubic-bezier(0,1,0,1) 0s,visibility 0.2s ease 0s,opacity 0.2s ease 0s;
    }

        .main-navigation__contents-menu.open {
            max-height: 9999px;
            opacity: 1;
            visibility: visible;
            transition: max-height 0.2s cubic-bezier(1,0,1,0) 0s,visibility 0.2s ease 0s,opacity 0.2s ease 0s;
        }

    .main-navigation__contents.menu-no-transition .main-navigation__contents-menu, .main-navigation__contents.menu-no-transition .main-navigation__contents-menu.open {
        transition: none;
    }

    .main-navigation__contents-menu > li {
        display: flex;
        flex: 1 1 auto;
        padding: 0;
        margin: 0;
        text-align: center;
        transition: all 0.2s ease;
    }

        .main-navigation__contents-menu > li > a {
            align-self: center;
            color: #006241;
            display: block;
            font-family: "Open Sans","Helvetica",sans-serif;
            padding: 1em 0.5em;
            text-decoration: none;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.125;
            width: 100%;
        }

            .main-navigation__contents-menu > li > a:hover, .main-navigation__contents-menu > li > a:focus {
                color: black;
                text-decoration: underline;
            }

            .main-navigation__contents-menu > li > a.active {
                color: black;
                font-family: "open_sansbold","Helvetica",sans-serif;
            }
}

.skip-link, .sitemap-link {
    color: white;
    display: block;
    height: 0;
    text-indent: -9999px;
}

    .skip-link:focus, .skip-link:active, .skip-link:hover, .sitemap-link:focus, .sitemap-link:active, .sitemap-link:hover {
        color: #036936;
        display: inline-block;
        height: auto;
        text-indent: 0;
    }

.top-link {
    display: none;
}

.node-type-landing-page #block-system-main {
    margin-bottom: 0;
}

.node-type-landing-page #main > .region-content > .tiles-region {
    max-width: none;
    padding: 0;
    width: 100%;
}

    .node-type-landing-page #main > .region-content > .tiles-region > .tiles-row {
        margin-left: 0;
        margin-right: 0;
    }

        .node-type-landing-page #main > .region-content > .tiles-region > .tiles-row > .span12 {
            padding-left: 0;
            padding-right: 0;
        }

.node-type-landing-page .page-title {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}

.region-sidebar-second .block-menu-block, .region-sidebar-first .block-menu-block {
    background-color: #f2f5de;
    padding: 3rem;
    margin-bottom: 6rem;
}

    .region-sidebar-second .block-menu-block > h2, .region-sidebar-first .block-menu-block > h2 {
        color: #006241;
        font-family: "open_sansbold","Helvetica",sans-serif;
        margin-top: 0;
        margin-bottom: 1.5rem;
        letter-spacing: -0.3px;
        text-transform: uppercase;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6;
    }

    .region-sidebar-second .block-menu-block .menu-block-wrapper > ul.menu, .region-sidebar-first .block-menu-block .menu-block-wrapper > ul.menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .region-sidebar-second .block-menu-block .menu-block-wrapper > ul.menu > li, .region-sidebar-second .block-menu-block .menu-block-wrapper > ul.menu > li.leaf, .region-sidebar-first .block-menu-block .menu-block-wrapper > ul.menu > li, .region-sidebar-first .block-menu-block .menu-block-wrapper > ul.menu > li.leaf {
            border-bottom: 1px dotted silver;
            list-style: none;
            margin: 0;
            padding: 0.7rem 0;
        }

            .region-sidebar-second .block-menu-block .menu-block-wrapper > ul.menu > li:last-child, .region-sidebar-second .block-menu-block .menu-block-wrapper > ul.menu > li.leaf:last-child, .region-sidebar-first .block-menu-block .menu-block-wrapper > ul.menu > li:last-child, .region-sidebar-first .block-menu-block .menu-block-wrapper > ul.menu > li.leaf:last-child {
                border-bottom: none;
            }

            .region-sidebar-second .block-menu-block .menu-block-wrapper > ul.menu > li a, .region-sidebar-second .block-menu-block .menu-block-wrapper > ul.menu > li.leaf a, .region-sidebar-first .block-menu-block .menu-block-wrapper > ul.menu > li a, .region-sidebar-first .block-menu-block .menu-block-wrapper > ul.menu > li.leaf a {
                color: #006241;
                text-decoration: none;
                font-size: 16px;
                font-size: 1.6rem;
                line-height: 1.5;
            }

                .region-sidebar-second .block-menu-block .menu-block-wrapper > ul.menu > li a:hover, .region-sidebar-second .block-menu-block .menu-block-wrapper > ul.menu > li a:focus, .region-sidebar-second .block-menu-block .menu-block-wrapper > ul.menu > li.leaf a:hover, .region-sidebar-second .block-menu-block .menu-block-wrapper > ul.menu > li.leaf a:focus, .region-sidebar-first .block-menu-block .menu-block-wrapper > ul.menu > li a:hover, .region-sidebar-first .block-menu-block .menu-block-wrapper > ul.menu > li a:focus, .region-sidebar-first .block-menu-block .menu-block-wrapper > ul.menu > li.leaf a:hover, .region-sidebar-first .block-menu-block .menu-block-wrapper > ul.menu > li.leaf a:focus {
                    color: black;
                    text-decoration: underline;
                }

                .region-sidebar-second .block-menu-block .menu-block-wrapper > ul.menu > li a.active, .region-sidebar-second .block-menu-block .menu-block-wrapper > ul.menu > li.leaf a.active, .region-sidebar-first .block-menu-block .menu-block-wrapper > ul.menu > li a.active, .region-sidebar-first .block-menu-block .menu-block-wrapper > ul.menu > li.leaf a.active {
                    color: black;
                    font-family: "Open Sans","Helvetica",sans-serif;
                }

            .region-sidebar-second .block-menu-block .menu-block-wrapper > ul.menu > li ul, .region-sidebar-second .block-menu-block .menu-block-wrapper > ul.menu > li.leaf ul, .region-sidebar-first .block-menu-block .menu-block-wrapper > ul.menu > li ul, .region-sidebar-first .block-menu-block .menu-block-wrapper > ul.menu > li.leaf ul {
                list-style: none;
                margin: 0.7rem 0 0;
                padding: 0 0 0 1.5rem;
            }

                .region-sidebar-second .block-menu-block .menu-block-wrapper > ul.menu > li ul li, .region-sidebar-second .block-menu-block .menu-block-wrapper > ul.menu > li ul li.leaf, .region-sidebar-second .block-menu-block .menu-block-wrapper > ul.menu > li.leaf ul li, .region-sidebar-second .block-menu-block .menu-block-wrapper > ul.menu > li.leaf ul li.leaf, .region-sidebar-first .block-menu-block .menu-block-wrapper > ul.menu > li ul li, .region-sidebar-first .block-menu-block .menu-block-wrapper > ul.menu > li ul li.leaf, .region-sidebar-first .block-menu-block .menu-block-wrapper > ul.menu > li.leaf ul li, .region-sidebar-first .block-menu-block .menu-block-wrapper > ul.menu > li.leaf ul li.leaf {
                    list-style: none;
                    padding: 0;
                    margin: 0 0 0.5rem;
                }

#block-system-main {
    margin-bottom: 6rem;
}

.form-item {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

    .form-item:first-child {
        margin-top: 0;
    }

        .form-item:first-child p:first-child {
            margin-top: 0;
        }

    .form-item label {
        display: block;
        font-family: "Open Sans","Helvetica",sans-serif;
        font-weight: 600;
        font-weight: normal;
        margin-bottom: 0.2rem;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.2;
    }

    .form-item .form-required {
        color: #333333;
    }

    .form-item input[type="text"], .form-item input[type="password"], .form-item input[type="tel"], .form-item input[type="email"], .form-item textarea {
        border: 1px solid #a8a9a8;
        border-radius: 4px;
        font-family: "Open Sans","Helvetica",sans-serif;
        max-width: 100%;
        padding: 0.7rem 0.8rem 0.6rem 1.2rem;
        width: 100%;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
    }

        .form-item input[type="text"]:focus, .form-item input[type="password"]:focus, .form-item input[type="tel"]:focus, .form-item input[type="email"]:focus, .form-item textarea:focus {
            border-color: #e6cb20;
            box-shadow: 0 0 0 2px #e6cb20;
            outline: 0;
        }

        .form-item input[type="text"][disabled], .form-item input[type="text"].disabled, .form-item input[type="password"][disabled], .form-item input[type="password"].disabled, .form-item input[type="tel"][disabled], .form-item input[type="tel"].disabled, .form-item input[type="email"][disabled], .form-item input[type="email"].disabled, .form-item textarea[disabled], .form-item textarea.disabled {
            background-color: #eeeeee;
            color: #7e7e7e;
            opacity: 1;
        }

    .form-item select {
        border: 1px solid #a8a9a8;
        border-radius: 4px;
        font-family: "Open Sans","Helvetica",sans-serif;
        font-weight: 400;
        max-width: 100%;
        padding: 0.7rem 0.8rem 0.6rem 1.2rem;
        width: 100%;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background-image: url('../Images/select.png');
        background-size: auto 3.5rem;
        background-repeat: no-repeat;
        background-position: right 2px top 2px;
        height: 4.1rem;
        padding-right: 3.8rem;
    }

        .form-item select:focus {
            border-color: #e6cb20;
            box-shadow: 0 0 0 2px #e6cb20;
            outline: 0;
        }

        .form-item select[disabled], .form-item select.disabled {
            background-color: #eeeeee;
            color: #7e7e7e;
            opacity: 1;
        }

.form-actions {
    margin-top: 3rem;
}

.node-type-webform .form-actions input[type="submit"] {
    appearance: none;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .node-type-webform .form-actions input[type="submit"] {
        display: block;
        width: 100%;
    }
}

.node-type-webform .form-actions input[type="submit"]:hover, .node-type-webform .form-actions input[type="submit"]:focus {
    background-color: #20883f;
    color: white;
    border-color: #333333;
    text-decoration: none;
}

.light .node-type-webform .form-actions input[type="submit"] {
    color: #333333;
}

    .light .node-type-webform .form-actions input[type="submit"]:hover, .light .node-type-webform .form-actions input[type="submit"]:focus {
        color: white;
    }

.light .node-type-webform .form-actions input[type="submit"] {
    appearance: none;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 4px;
    color: white;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .light .node-type-webform .form-actions input[type="submit"] {
        display: block;
        width: 100%;
    }
}

.light .node-type-webform .form-actions input[type="submit"]:hover, .light .node-type-webform .form-actions input[type="submit"]:focus {
    background-color: #20883f;
    color: white;
    border-color: white;
    text-decoration: none;
}

.light .light .node-type-webform .form-actions input[type="submit"] {
    color: white;
}

    .light .light .node-type-webform .form-actions input[type="submit"]:hover, .light .light .node-type-webform .form-actions input[type="submit"]:focus {
        color: white;
    }

.light .popup__popup .node-type-webform .form-actions input[type="submit"] {
    appearance: none;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .light .popup__popup .node-type-webform .form-actions input[type="submit"] {
        display: block;
        width: 100%;
    }
}

.light .popup__popup .node-type-webform .form-actions input[type="submit"]:hover, .light .popup__popup .node-type-webform .form-actions input[type="submit"]:focus {
    background-color: #20883f;
    color: white;
    border-color: #333333;
    text-decoration: none;
}

.light .light .popup__popup .node-type-webform .form-actions input[type="submit"] {
    color: #333333;
}

    .light .light .popup__popup .node-type-webform .form-actions input[type="submit"]:hover, .light .light .popup__popup .node-type-webform .form-actions input[type="submit"]:focus {
        color: white;
    }

.button-style-btn-shade .webform-submit {
    appearance: none;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

.button-style-btn-shade-sm {
    appearance: none;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 2px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
}

@media (max-width:767px) {
    .button-style-btn-shade .webform-submit {
        display: block;
        width: 100%;
    }
}

.button-style-btn-shade .webform-submit:hover, .button-style-btn-shade .webform-submit:focus {
    background-color: #20883f;
    color: white;
    border-color: #333333;
    text-decoration: none;
}

.light .button-style-btn-shade .webform-submit {
    color: #333333;
}

    .light .button-style-btn-shade .webform-submit:hover, .light .button-style-btn-shade .webform-submit:focus {
        color: white;
    }

.light .button-style-btn-shade .webform-submit {
    appearance: none;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 4px;
    color: white;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .light .button-style-btn-shade .webform-submit {
        display: block;
        width: 100%;
    }
}

.light .button-style-btn-shade .webform-submit:hover, .light .button-style-btn-shade .webform-submit:focus {
    background-color: #20883f;
    color: white;
    border-color: white;
    text-decoration: none;
}

.light .light .button-style-btn-shade .webform-submit {
    color: white;
}

    .light .light .button-style-btn-shade .webform-submit:hover, .light .light .button-style-btn-shade .webform-submit:focus {
        color: white;
    }

.light .popup__popup .button-style-btn-shade .webform-submit {
    appearance: none;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .light .popup__popup .button-style-btn-shade .webform-submit {
        display: block;
        width: 100%;
    }
}

.light .popup__popup .button-style-btn-shade .webform-submit:hover, .light .popup__popup .button-style-btn-shade .webform-submit:focus {
    background-color: #20883f;
    color: white;
    border-color: #333333;
    text-decoration: none;
}

.light .light .popup__popup .button-style-btn-shade .webform-submit {
    color: #333333;
}

    .light .light .popup__popup .button-style-btn-shade .webform-submit:hover, .light .light .popup__popup .button-style-btn-shade .webform-submit:focus {
        color: white;
    }

.button-style-btn .webform-submit, .button-style-btn-brighten .webform-submit {
    appearance: none;
    background-color: #fee11a;
    border: 2px solid #fee11a;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .button-style-btn .webform-submit, .button-style-btn-brighten .webform-submit {
        display: block;
        width: 100%;
    }
}

.button-style-btn .webform-submit:hover, .button-style-btn .webform-submit:focus, .button-style-btn-brighten .webform-submit:hover, .button-style-btn-brighten .webform-submit:focus {
    background-color: #036936;
    color: white;
    border-color: #036936;
    text-decoration: none;
}

.light .button-style-btn .webform-submit, .light
.button-style-btn-brighten .webform-submit {
    color: #333333;
}

    .light .button-style-btn .webform-submit:hover, .light .button-style-btn .webform-submit:focus, .light
    .button-style-btn-brighten .webform-submit:hover, .light
    .button-style-btn-brighten .webform-submit:focus {
        color: white;
    }

.webform-component-checkboxes > label {
    border-bottom: 1px solid #a8a9a8;
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
}

label.radio, label.checkbox {
    cursor: pointer;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

    label.radio input[type="radio"], label.radio input[type="checkbox"], label.checkbox input[type="radio"], label.checkbox input[type="checkbox"] {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px,1px,1px,1px);
    }

    label.radio span, label.checkbox span {
        display: block;
        font-family: "Open Sans","Helvetica",sans-serif;
        padding: 0.2rem 0rem 0.1rem 4.5rem;
        position: relative;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
    }

        label.radio span:before, label.checkbox span:before {
            border: 1px solid #a8a9a8;
            border-radius: 100%;
            content: "";
            height: 3rem;
            left: 0;
            position: absolute;
            top: 0;
            width: 3rem;
        }

    label.radio input:focus + span:before, label.checkbox input:focus + span:before {
        box-shadow: 0 0 0 3px #e6cb20;
    }

    label.radio input[type="radio"]:checked + span:after {
        background-color: #154733;
        border-radius: 100%;
        content: "";
        height: 1.6rem;
        left: 0.7rem;
        position: absolute;
        top: 0.7rem;
        width: 1.6rem;
    }

    label.checkbox span:before {
        border-radius: 4px;
    }

    label.checkbox input[type="checkbox"]:checked + span:after {
        background-image: url('../Images/checkmark.png');
        background-repeat: no-repeat;
        background-size: 18px 14px;
        background-position: center center;
        content: "";
        height: 1.4rem;
        left: 0.6rem;
        position: absolute;
        top: 0.8rem;
        width: 1.8rem;
    }

.webform-component-file .form-managed-file {
    display: inline-block;
}

.webform-component-file .file-upload {
    display: inline-block;
    position: relative;
}

    .webform-component-file .file-upload input[type="file"] {
        bottom: 0;
        cursor: pointer;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 2rem;
        top: 0;
        max-width: 100%;
        width: calc(100% - 2rem);
    }

        .webform-component-file .file-upload input[type="file"]:focus ~ .file-button {
            box-shadow: 0 0 0 3px #fee11a;
        }

        .webform-component-file .file-upload input[type="file"]:hover ~ .file-button {
            background-color: #20883f;
            border-color: #333333;
            color: white;
        }

.webform-component-file .file-button {
    margin-right: 2rem;
}

.webform-component-file .file-text, .webform-component-file .file {
    font-family: "Open Sans","Helvetica",sans-serif;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

    .webform-component-file .file-text:not(:empty), .webform-component-file .file:not(:empty) {
        background-image: url(/sites/default/themes/uolcb2019/images/document.png);
        background-repeat: no-repeat;
        background-size: 23px 32px;
        background-position: left center;
        margin-right: 2.2rem;
        padding-left: 3.5rem;
    }

        .webform-component-file .file-text:not(:empty) + .file-button, .webform-component-file .file:not(:empty) + .file-button {
            display: none;
        }

    .webform-component-file .file-text a, .webform-component-file .file a {
        color: #333333;
        text-decoration: none;
    }

    .webform-component-file .file-text .file-icon, .webform-component-file .file .file-icon {
        display: none;
    }

.webform-component-file input.form-submit {
    appearance: none;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    display: none !important;
    margin-right: 2rem;
}

@media (max-width:767px) {
    .webform-component-file input.form-submit {
        display: block;
        width: 100%;
    }
}

.webform-component-file input.form-submit:hover, .webform-component-file input.form-submit:focus {
    background-color: #20883f;
    color: white;
    border-color: #333333;
    text-decoration: none;
}

.light .webform-component-file input.form-submit {
    color: #333333;
}

    .light .webform-component-file input.form-submit:hover, .light .webform-component-file input.form-submit:focus {
        color: white;
    }

.light .webform-component-file input.form-submit {
    appearance: none;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 4px;
    color: white;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .light .webform-component-file input.form-submit {
        display: block;
        width: 100%;
    }
}

.light .webform-component-file input.form-submit:hover, .light .webform-component-file input.form-submit:focus {
    background-color: #20883f;
    color: white;
    border-color: white;
    text-decoration: none;
}

.light .light .webform-component-file input.form-submit {
    color: white;
}

    .light .light .webform-component-file input.form-submit:hover, .light .light .webform-component-file input.form-submit:focus {
        color: white;
    }

.light .popup__popup .webform-component-file input.form-submit {
    appearance: none;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .light .popup__popup .webform-component-file input.form-submit {
        display: block;
        width: 100%;
    }
}

.light .popup__popup .webform-component-file input.form-submit:hover, .light .popup__popup .webform-component-file input.form-submit:focus {
    background-color: #20883f;
    color: white;
    border-color: #333333;
    text-decoration: none;
}

.light .light .popup__popup .webform-component-file input.form-submit {
    color: #333333;
}

    .light .light .popup__popup .webform-component-file input.form-submit:hover, .light .light .popup__popup .webform-component-file input.form-submit:focus {
        color: white;
    }

.webform-component-file .description {
    color: #4f565a;
    display: inline-block;
    font-family: "Open Sans","Helvetica",sans-serif;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
}

    .webform-component-file .description strong {
        font-family: "open_sanssemibold","Helvetica",sans-serif;
    }

.webform-component-file.active .file-button {
    display: none;
}

.webform-component-file.active input.form-submit {
    display: inline-block !important;
}

.webform-component-file .file + input.form-submit {
    display: inline-block !important;
}

.social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .social ul li {
        display: inline-block;
        padding: 0;
        margin: 0;
    }

.social .footer-sociallink {
    background-color: #d1d3d4;
    display: block;
    height: 4.4rem;
    margin-right: 1rem;
    position: relative;
    width: 4.4rem;
}

    .social .footer-sociallink:hover, .social .footer-sociallink:focus {
        background-color: #fee11a;
    }

.region-footer .social .footer-sociallink:hover, .region-footer .social .footer-sociallink:focus {
    background-color: white;
}

.social .footer-sociallink--label {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}

.social .fa {
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center center;
    height: 100%;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 100%;
}

    .social .fa.fa-facebook {
        background-image: url(/sites/default/themes/uolcb2019/images/social-icons/facebook.svg);
    }

    .social .fa.fa-twitter {
        background-image: url(/sites/default/themes/uolcb2019/images/social-icons/twitter.svg);
        background-size: 30px 24px;
    }

    .social .fa.fa-instagram {
        background-image: url(/sites/default/themes/uolcb2019/images/social-icons/instagram.svg);
    }

    .social .fa.fa-linkedin {
        background-image: url(/sites/default/themes/uolcb2019/images/social-icons/linkedin.svg);
    }

    .social .fa.fa-youtube {
        background-image: url(/sites/default/themes/uolcb2019/images/social-icons/youtube.svg);
        background-size: 28px 24px;
    }

#related-news-container, #ias-wrapper, #related-news-container, #news-container {
    margin-right: -15px;
    margin-left: -15px;
}

    #related-news-container:after, #ias-wrapper:after, #related-news-container:after, #news-container:after {
        content: "";
        display: table;
        clear: both;
    }

    .news-bean article.node-news, #ias-wrapper article.node-news, #related-news-container article.node-news, #news-container article.node-news {
        float: left;
        margin-bottom: 4rem;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

        .news-bean article.node-news > a, #ias-wrapper article.node-news > a, #related-news-container article.node-news > a, #news-container article.node-news > a {
            display: block;
            text-decoration: none;
        }

            .news-bean article.node-news > a > h3, #ias-wrapper article.node-news > a > h3, #related-news-container article.node-news > a > h3, #news-container article.node-news > a > h3 {
                font-family: "Open Sans","Helvetica",sans-serif;
                margin-bottom: 0.75em;
                margin-top: 1em;
                min-height: 2.45em;
                font-size: 16px;
                font-size: 1.6rem;
                line-height: 1.225;
            }

.light .news-bean article.node-news > a > h3, .light
#ias-wrapper article.node-news > a > h3, .light
#related-news-container article.node-news > a > h3, .light
#news-container article.node-news > a > h3 {
    color: #fee11a;
}

.news-bean article.node-news > a .field-name-body .field-item, #ias-wrapper article.node-news > a .field-name-body .field-item, #related-news-container article.node-news > a .field-name-body .field-item, #news-container article.node-news > a .field-name-body .field-item {
    color: #333333;
    font-family: "open_sanslight","Helvetica",sans-serif;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow: hidden;
    max-height: 5.6em;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
}

    .news-bean article.node-news > a .field-name-body .field-item p:first-child, #ias-wrapper article.node-news > a .field-name-body .field-item p:first-child, #related-news-container article.node-news > a .field-name-body .field-item p:first-child, #news-container article.node-news > a .field-name-body .field-item p:first-child {
        margin-top: 0;
    }

    .news-bean article.node-news > a .field-name-body .field-item p:last-child, #ias-wrapper article.node-news > a .field-name-body .field-item p:last-child, #related-news-container article.node-news > a .field-name-body .field-item p:last-child, #news-container article.node-news > a .field-name-body .field-item p:last-child {
        margin-bottom: 0;
    }

.light .news-bean article.node-news > a .field-name-body .field-item, .light
#ias-wrapper article.node-news > a .field-name-body .field-item, .light
#related-news-container article.node-news > a .field-name-body .field-item, .light
#news-container article.node-news > a .field-name-body .field-item {
    color: white;
}

.news-bean article.node-news > a:hover > h3, .news-bean article.node-news > a:focus > h3, #ias-wrapper article.node-news > a:hover > h3, #ias-wrapper article.node-news > a:focus > h3, #related-news-container article.node-news > a:hover > h3, #related-news-container article.node-news > a:focus > h3, #news-container article.node-news > a:hover > h3, #news-container article.node-news > a:focus > h3 {
    text-decoration: underline;
}

#ias-wrapper article.node-news, #related-news-container article.node-news, #news-container article.node-news {
    width: 100%;
}

@media (min-width:480px) {
    #ias-wrapper article.node-news, #related-news-container article.node-news, #news-container article.node-news {
        width: 50%;
    }

        #ias-wrapper article.node-news:nth-child(2n+3), #related-news-container article.node-news:nth-child(2n+3), #news-container article.node-news:nth-child(2n+3) {
            clear: left;
        }
}

@media (min-width:768px) {
    #ias-wrapper article.node-news, #related-news-container article.node-news, #news-container article.node-news {
        width: 33.333%;
    }

        #ias-wrapper article.node-news:nth-child(2n+3), #related-news-container article.node-news:nth-child(2n+3), #news-container article.node-news:nth-child(2n+3) {
            clear: none;
        }

        #ias-wrapper article.node-news:nth-child(3n+4), #related-news-container article.node-news:nth-child(3n+4), #news-container article.node-news:nth-child(3n+4) {
            clear: left;
        }
}

@media (min-width:992px) {
    #ias-wrapper article.node-news, #related-news-container article.node-news, #news-container article.node-news {
        width: 25%;
    }

        #ias-wrapper article.node-news:nth-child(3n+4), #related-news-container article.node-news:nth-child(3n+4), #news-container article.node-news:nth-child(3n+4) {
            clear: none;
        }

        #ias-wrapper article.node-news:nth-child(4n+5), #related-news-container article.node-news:nth-child(4n+5), #news-container article.node-news:nth-child(4n+5) {
            clear: left;
        }
}

.span12 > .news-bean #related-news-container article.node-news, .span11 > .news-bean #related-news-container article.node-news, .span10 > .news-bean #related-news-container article.node-news {
    width: 100%;
}

@media (min-width:480px) {
    .span12 > .news-bean #related-news-container article.node-news, .span11 > .news-bean #related-news-container article.node-news, .span10 > .news-bean #related-news-container article.node-news {
        width: 50%;
    }

        .span12 > .news-bean #related-news-container article.node-news:nth-child(2n+3), .span11 > .news-bean #related-news-container article.node-news:nth-child(2n+3), .span10 > .news-bean #related-news-container article.node-news:nth-child(2n+3) {
            clear: left;
        }
}

@media (min-width:768px) {
    .span12 > .news-bean #related-news-container article.node-news, .span11 > .news-bean #related-news-container article.node-news, .span10 > .news-bean #related-news-container article.node-news {
        width: 33.333%;
    }

        .span12 > .news-bean #related-news-container article.node-news:nth-child(2n+3), .span11 > .news-bean #related-news-container article.node-news:nth-child(2n+3), .span10 > .news-bean #related-news-container article.node-news:nth-child(2n+3) {
            clear: none;
        }

        .span12 > .news-bean #related-news-container article.node-news:nth-child(3n+4), .span11 > .news-bean #related-news-container article.node-news:nth-child(3n+4), .span10 > .news-bean #related-news-container article.node-news:nth-child(3n+4) {
            clear: left;
        }
}

@media (min-width:992px) {
    .span12 > .news-bean #related-news-container article.node-news, .span11 > .news-bean #related-news-container article.node-news, .span10 > .news-bean #related-news-container article.node-news {
        width: 25%;
    }

        .span12 > .news-bean #related-news-container article.node-news:nth-child(3n+4), .span11 > .news-bean #related-news-container article.node-news:nth-child(3n+4), .span10 > .news-bean #related-news-container article.node-news:nth-child(3n+4) {
            clear: none;
        }

        .span12 > .news-bean #related-news-container article.node-news:nth-child(4n+5), .span11 > .news-bean #related-news-container article.node-news:nth-child(4n+5), .span10 > .news-bean #related-news-container article.node-news:nth-child(4n+5) {
            clear: left;
        }
}

.span9 > .news-bean #related-news-container article.node-news, .span8 > .news-bean #related-news-container article.node-news, .span7 > .news-bean #related-news-container article.node-news {
    width: 100%;
}

@media (min-width:480px) {
    .span9 > .news-bean #related-news-container article.node-news, .span8 > .news-bean #related-news-container article.node-news, .span7 > .news-bean #related-news-container article.node-news {
        width: 50%;
    }

        .span9 > .news-bean #related-news-container article.node-news:nth-child(2n+3), .span8 > .news-bean #related-news-container article.node-news:nth-child(2n+3), .span7 > .news-bean #related-news-container article.node-news:nth-child(2n+3) {
            clear: left;
        }
}

@media (min-width:992px) {
    .span9 > .news-bean #related-news-container article.node-news, .span8 > .news-bean #related-news-container article.node-news, .span7 > .news-bean #related-news-container article.node-news {
        width: 33.333%;
    }

        .span9 > .news-bean #related-news-container article.node-news:nth-child(2n+3), .span8 > .news-bean #related-news-container article.node-news:nth-child(2n+3), .span7 > .news-bean #related-news-container article.node-news:nth-child(2n+3) {
            clear: none;
        }

        .span9 > .news-bean #related-news-container article.node-news:nth-child(3n+4), .span8 > .news-bean #related-news-container article.node-news:nth-child(3n+4), .span7 > .news-bean #related-news-container article.node-news:nth-child(3n+4) {
            clear: left;
        }
}

.span6 > .news-bean #related-news-container article.node-news, .span5 > .news-bean #related-news-container article.node-news, .span4 > .news-bean #related-news-container article.node-news {
    width: 100%;
}

@media (min-width:992px) {
    .span6 > .news-bean #related-news-container article.node-news, .span5 > .news-bean #related-news-container article.node-news, .span4 > .news-bean #related-news-container article.node-news {
        width: 50%;
    }

        .span6 > .news-bean #related-news-container article.node-news:nth-child(2n+3), .span5 > .news-bean #related-news-container article.node-news:nth-child(2n+3), .span4 > .news-bean #related-news-container article.node-news:nth-child(2n+3) {
            clear: left;
        }
}

.span3 > .news-bean #related-news-container article.node-news, .span2 > .news-bean #related-news-container article.node-news, .span1 > .news-bean #related-news-container article.node-news {
    width: 100%;
}

#news-page-filters {
    margin-bottom: 2rem;
}

    #news-page-filters .form-item {
        margin-bottom: 1.5rem;
        margin-top: 0;
    }

    #news-page-filters .control-label {
        margin-bottom: 0.5rem;
    }

@media (min-width:768px) {
    #news-page-filters {
        display: flex;
        flex-wrap: wrap;
        padding-left: 8rem;
        position: relative;
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

        #news-page-filters .control-label {
            left: 0.5rem;
            position: absolute;
            top: 1rem;
            width: 8rem;
        }

        #news-page-filters .controls {
            display: inline-block;
            width: 100%;
        }

        #news-page-filters .control-group {
            flex: 1 1 0;
            margin-top: 0;
            padding-left: 0.5rem;
            padding-right: 0.5rem;
            white-space: nowrap;
            min-width: 50%;
        }

        #news-page-filters select {
            min-width: 0;
            width: 100%;
        }
}

@media (min-width:992px) {
    #news-page-filters {
        flex-wrap: nowrap;
    }

        #news-page-filters .control-group {
            min-width: 0;
        }
}

.page-news .pager {
    display: none;
}

.page-news .ias_trigger {
    clear: both;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    width: 100%;
}

    .page-news .ias_trigger a {
        appearance: none;
        background-color: #fee11a;
        border: 2px solid #fee11a;
        border-radius: 4px;
        color: #333333;
        display: inline-block;
        font-family: "Quadon-Medium","Helvetica",sans-serif;
        padding: 0.75em;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.2s;
        white-space: normal;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.2;
    }

@media (max-width:767px) {
    .page-news .ias_trigger a {
        display: block;
        width: 100%;
    }
}

.page-news .ias_trigger a:hover, .page-news .ias_trigger a:focus {
    background-color: #036936;
    color: white;
    border-color: #036936;
    text-decoration: none;
}

.light .page-news .ias_trigger a {
    color: #333333;
}

    .light .page-news .ias_trigger a:hover, .light .page-news .ias_trigger a:focus {
        color: white;
    }

.page-news .ias_loader {
    clear: both;
    width: 100%;
    text-align: center;
}

#block-news-related-posts {
    background-color: #e8e8e8;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(-50% + 50vw);
    padding-right: calc(-50% + 50vw);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

    #block-news-related-posts > h2 {
        margin-bottom: 4rem;
    }

.tabbable {
    position: relative;
}

    .tabbable > .item-list {
        padding-top: 2rem;
        position: relative;
    }

@media (max-width:991px) {
    .tabbable > .item-list {
        display: none;
    }
}

.tabbable > .item-list:before, .tabbable > .item-list:after {
    background-color: rgba(0,0,0,0.05);
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    width: calc(50vw - 50%);
}

.tabbable > .item-list:before {
    left: 100%;
}

.tabbable > .item-list:after {
    right: 100%;
}

@media (min-width:992px) {
    .tabbable:before {
        background-color: rgba(0,0,0,0.05);
        content: "";
        height: 2rem;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }
}

ul.nav-tabs {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

    ul.nav-tabs > li {
        display: flex;
        flex: 1 1 auto;
        font-family: "Open Sans","Helvetica",sans-serif;
        margin: 0 0.5rem 0;
        position: relative;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.14286;
    }

        ul.nav-tabs > li:before, ul.nav-tabs > li:after {
            background-color: rgba(0,0,0,0.05);
            bottom: 0;
            content: "";
            position: absolute;
            top: 0;
            width: 0.5rem;
        }

        ul.nav-tabs > li:before {
            left: 100%;
        }

        ul.nav-tabs > li:after {
            right: 100%;
        }

        ul.nav-tabs > li:hover > a, ul.nav-tabs > li:focus > a {
            background-color: transparent;
        }

        ul.nav-tabs > li.active {
            font-family: "open_sansbold","Helvetica",sans-serif;
        }

            ul.nav-tabs > li.active > a {
                background-color: transparent;
                color: black;
            }

.light ul.nav-tabs > li.active > a {
    color: white;
}

ul.nav-tabs > li > a {
    background-color: rgba(0,0,0,0.05);
    display: flex;
    height: 5rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

    ul.nav-tabs > li > a span {
        align-self: center;
        flex: 1 1 auto;
    }

.tabbable-select {
    background-color: rgba(0,0,0,0.05);
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}

    .tabbable-select > label {
        display: block;
        font-family: "open_sanssemibold","Helvetica",sans-serif;
        font-weight: normal;
        margin-bottom: 0.2rem;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.2;
        margin-bottom: 0.5rem;
    }

    .tabbable-select select {
        border: 1px solid #a8a9a8;
        border-radius: 4px;
        font-family: "Open Sans","Helvetica",sans-serif;
        max-width: 100%;
        padding: 0.7rem 0.8rem 0.6rem 1.2rem;
        width: 100%;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background-image: url(/sites/default/themes/uolcb2019/images/select.png);
        background-size: auto 3.5rem;
        background-repeat: no-repeat;
        background-position: right 2px top 2px;
        height: 4.1rem;
        padding-right: 3.8rem;
    }

        .tabbable-select select:focus {
            border-color: #e6cb20;
            box-shadow: 0 0 0 2px #e6cb20;
            outline: 0;
        }

        .tabbable-select select[disabled], .tabbable-select select.disabled {
            background-color: #eeeeee;
            color: #7e7e7e;
            opacity: 1;
        }

.tabbable-top-link {
    background-image: url(/sites/default/themes/uolcb2019/images/top-link.svg);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: 0px 1px;
    font-family: "open_sanssemibold","Helvetica",sans-serif;
    display: inline-block;
    padding-left: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
}

.tab-content {
    padding-bottom: 3rem;
    padding-top: 3rem;
}

@media (min-width:992px) {
    .tab-content {
        padding-bottom: 1rem;
    }
}

.tab-pane {
    display: none;
}

    .tab-pane.active {
        display: block;
    }

@media (min-width:992px) {
    .tabbable-select, .tabbable-top-link {
        display: none;
    }
}

/*.modal {
    background: rgba(0,0,0,0.7);
}

    .modal .modal-dialog {
        margin-top: 30px;
        max-width: 1600px;
    }

    .modal .modal-body {
        padding: 0;
    }

    .modal .modal-content {
        background-color: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
    }

    .modal .modal-dialog {
        width: calc((16/9) * (100vh - 80px));
        max-width: 100%;
        margin: 40px auto;
    }

        .modal .modal-dialog .modal-body {
            position: relative;
            padding-top: 56.25%;
        }

        .modal .modal-dialog .contextual-links-region {
            position: static;
        }

@media (min-width:992px) {
    .modal .modal-dialog {
        max-width: calc(100% - 80px);
    }
}

.modal iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.modal .modal-header {
    border: none;
    padding: 0;
}

.modal .close {
    background-color: transparent;
    border: none;
    color: white;
    padding: 0;
    position: fixed;
    top: -4.5rem;
    right: 0;
    font-size: 50px;
    font-size: 5rem;
    line-height: 1;
}

@media (min-width:992px) {
    .modal .close {
        right: -3.5rem;
    }
}*/

.owl-carousel .owl-nav {
    text-align: center;
}

    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        border: 2px solid #333333;
        border-radius: 3px;
        font-weight: bold;
        height: 3.2rem;
        transition: all 0.2s ease;
        width: 3.2rem;
    }

        .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
            display: block;
            position: relative;
            top: -4px;
            font-size: 34px;
            font-size: 3.4rem;
            line-height: 0;
        }

        .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-next:focus {
            background-color: #036936;
            border-color: #036936;
            color: white;
        }

        .owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel .owl-nav button.owl-next:focus {
            box-shadow: 0 0 0 3px #e6cb20;
            outline: 0;
        }

.light .owl-carousel .owl-nav button.owl-prev, .light
.owl-carousel .owl-nav button.owl-next {
    border-color: white;
    color: white;
}

    .light .owl-carousel .owl-nav button.owl-prev:hover, .light .owl-carousel .owl-nav button.owl-prev:focus, .light
    .owl-carousel .owl-nav button.owl-next:hover, .light
    .owl-carousel .owl-nav button.owl-next:focus {
        background-color: #fee11a;
        border-color: #fee11a;
        color: #333333;
    }

.owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.owl-carousel .owl-nav button.owl-prev {
    margin-right: 1rem;
}

    .owl-carousel .owl-nav button.owl-prev span {
        left: -1px;
    }

.owl-carousel .owl-nav button.owl-next {
    margin-left: 1rem;
}

    .owl-carousel .owl-nav button.owl-next span {
        right: -1px;
    }

.popup {
    position: relative;
}

.popup__popup {
    background-color: #f1f2f2;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
    color: #333333;
    display: block;
    opacity: 0;
    padding: 1.5rem;
    position: absolute;
    transition: all 0.2s;
    visibility: hidden;
    width: 27rem;
    z-index: 5;
}

.light .popup__popup {
    color: #333333;
}

    .light .popup__popup a {
        color: #036936;
    }

.popup__popup.active {
    opacity: 1;
    visibility: visible;
}

.popup__close {
    font-family: "open_sanssemibold","Helvetica",sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #036936;
}

.light .popup__close {
    color: #036936;
}

.field-type-sociallinks .sociallink {
    background-repeat: no-repeat;
    background-position: center center;
    height: 4rem;
    width: 4rem;
    margin-right: 1rem;
    text-indent: -9999px;
}

    .field-type-sociallinks .sociallink.sociallink-linkedin {
        background-image: url(/sites/default/themes/uolcb2019/images/social-icons/linkedin--green.svg);
    }

        .field-type-sociallinks .sociallink.sociallink-linkedin:hover, .field-type-sociallinks .sociallink.sociallink-linkedin:focus {
            background-image: url(/sites/default/themes/uolcb2019/images/social-icons/linkedin.svg);
        }

.light .field-type-sociallinks .sociallink.sociallink-linkedin {
    background-image: url(/sites/default/themes/uolcb2019/images/social-icons/linkedin--white.svg);
}

    .light .field-type-sociallinks .sociallink.sociallink-linkedin:hover, .light .field-type-sociallinks .sociallink.sociallink-linkedin:focus {
        background-image: url(/sites/default/themes/uolcb2019/images/social-icons/linkedin--yellow.svg);
    }

.field-type-sociallinks .sociallink.sociallink-facebook {
    background-image: url(/sites/default/themes/uolcb2019/images/social-icons/facebook--green.svg);
}

    .field-type-sociallinks .sociallink.sociallink-facebook:hover, .field-type-sociallinks .sociallink.sociallink-facebook:focus {
        background-image: url(/sites/default/themes/uolcb2019/images/social-icons/facebook.svg);
    }

.light .field-type-sociallinks .sociallink.sociallink-facebook {
    background-image: url(/sites/default/themes/uolcb2019/images/social-icons/facebook--white.svg);
}

    .light .field-type-sociallinks .sociallink.sociallink-facebook:hover, .light .field-type-sociallinks .sociallink.sociallink-facebook:focus {
        background-image: url(/sites/default/themes/uolcb2019/images/social-icons/facebook--yellow.svg);
    }

.field-type-sociallinks .sociallink.sociallink-twitter {
    background-image: url(/sites/default/themes/uolcb2019/images/social-icons/twitter--green.svg);
}

    .field-type-sociallinks .sociallink.sociallink-twitter:hover, .field-type-sociallinks .sociallink.sociallink-twitter:focus {
        background-image: url(/sites/default/themes/uolcb2019/images/social-icons/twitter.svg);
    }

.light .field-type-sociallinks .sociallink.sociallink-twitter {
    background-image: url(/sites/default/themes/uolcb2019/images/social-icons/twitter--white.svg);
}

    .light .field-type-sociallinks .sociallink.sociallink-twitter:hover, .light .field-type-sociallinks .sociallink.sociallink-twitter:focus {
        background-image: url(/sites/default/themes/uolcb2019/images/social-icons/twitter--yellow.svg);
    }

.field-type-sociallinks .sociallink.sociallink-instagram {
    background-image: url(/sites/default/themes/uolcb2019/images/social-icons/instagram--green.svg);
}

    .field-type-sociallinks .sociallink.sociallink-instagram:hover, .field-type-sociallinks .sociallink.sociallink-instagram:focus {
        background-image: url(/sites/default/themes/uolcb2019/images/social-icons/instagram.svg);
    }

.light .field-type-sociallinks .sociallink.sociallink-instagram {
    background-image: url(/sites/default/themes/uolcb2019/images/social-icons/instagram--white.svg);
}

    .light .field-type-sociallinks .sociallink.sociallink-instagram:hover, .light .field-type-sociallinks .sociallink.sociallink-instagram:focus {
        background-image: url(/sites/default/themes/uolcb2019/images/social-icons/instagram--yellow.svg);
    }

.field-type-sociallinks .sociallink.sociallink-youtube {
    background-image: url(/sites/default/themes/uolcb2019/images/social-icons/instagram--green.svg);
}

    .field-type-sociallinks .sociallink.sociallink-youtube:hover, .field-type-sociallinks .sociallink.sociallink-youtube:focus {
        background-image: url(/sites/default/themes/uolcb2019/images/social-icons/youtube.svg);
    }

.light .field-type-sociallinks .sociallink.sociallink-youtube {
    background-image: url(/sites/default/themes/uolcb2019/images/social-icons/youtube--white.svg);
}

    .light .field-type-sociallinks .sociallink.sociallink-youtube:hover, .light .field-type-sociallinks .sociallink.sociallink-youtube:focus {
        background-image: url(/sites/default/themes/uolcb2019/images/social-icons/youtube-yellow.svg);
    }

.field-type-sociallinks .sociallink.sociallink-website {
    background-image: url(/sites/default/themes/uolcb2019/images/social-icons/website--green.svg);
}

    .field-type-sociallinks .sociallink.sociallink-website:hover, .field-type-sociallinks .sociallink.sociallink-website:focus {
        background-image: url(/sites/default/themes/uolcb2019/images/social-icons/website.svg);
    }

.light .field-type-sociallinks .sociallink.sociallink-website {
    background-image: url(/sites/default/themes/uolcb2019/images/social-icons/website--white.svg);
}

    .light .field-type-sociallinks .sociallink.sociallink-website:hover, .light .field-type-sociallinks .sociallink.sociallink-website:focus {
        background-image: url(/sites/default/themes/uolcb2019/images/social-icons/website--yellow.svg);
    }

.tile-overlay, .light .tile-overlay {
    color: #333333;
}

#toolbar div.toolbar-shortcuts ul.core-content select {
    color: #333333;
}

.pager-item a, .pager-current {
    border: none;
    background: transparent;
    color: #036936;
    display: inline-block;
    font-family: "open_sanslight","Helvetica",sans-serif;
    line-height: 40px;
    margin-right: 0;
    width: 40px;
    text-align: center;
    text-decoration: none;
}

    .pager-item a:hover, .pager-item a:focus, .pager-current:hover, .pager-current:focus {
        text-decoration: underline;
    }

.pager-current {
    background-color: #036936;
    color: white;
    font-family: "open_sansbold","Helvetica",sans-serif;
}

.item-list ul.pager li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .item-list ul.pager li.pager-next, .item-list ul.pager li.pager-last {
        padding-left: 1rem;
        padding-right: 1rem;
    }

div.error, .error {
    color: #af272f;
}

    div.error a, .error a {
        color: #320b0d;
    }

div.error {
    background-image: none;
    border-color: #af272f;
}

    div.error.control-group {
        background-color: transparent;
    }

.spotlight-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
}

.region-spotlight {
    height: 0;
    overflow: visible;
    position: relative;
}

.spotlight-title {
    color: white;
    display: block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

.spotlight-dark_green .spotlight-title {
    background: rgba(35,94,57,0.9);
}

    .spotlight-dark_green .spotlight-title:hover {
        background: rgba(254,225,26,0.9);
        color: #333333;
    }

.spotlight-apple_green .spotlight-title {
    background: rgba(181,207,52,0.9);
    color: #333333;
}

    .spotlight-apple_green .spotlight-title:hover {
        background: rgba(254,225,26,0.9);
        color: #333333;
    }

.spotlight-spicy_mustard .spotlight-title {
    background: rgba(212,174,0,0.95);
    color: #333333;
}

    .spotlight-spicy_mustard .spotlight-title:hover {
        background: rgba(35,94,57,0.9);
        color: white;
    }

.spotlight-red .spotlight-title {
    background: rgba(175,39,47,0.9);
}

    .spotlight-red .spotlight-title:hover {
        background: rgba(35,94,57,0.9);
        color: white;
    }

.spotlight-yellow .spotlight-title {
    background-color: rgba(254,225,26,0.9);
    color: #333333;
}

    .spotlight-yellow .spotlight-title:hover {
        background: rgba(35,94,57,0.9);
        color: white;
    }

.spotlight-title span {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    width: 1200px;
}

@media screen and (min-width:768px) {
    .spotlight-title span {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width:1200px) {
    .spotlight-title span {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.node-type-news .page-title {
    display: none;
}

.node-type-news #main > .region-content > .tiles-region {
    max-width: 78rem;
}

.node-type-news #areas-of-intrest-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 78rem;
    padding-left: 15px;
    padding-right: 15px;
}

.node-type-news .news-banner-wrapper {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    position: relative;
}

    .node-type-news .news-banner-wrapper img {
        height: auto;
        width: 100%;
    }

.node-type-news .news-banner-image-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    position: relative;
    z-index: 3;
}

.node-type-news .news-banner-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    filter: blur(20px);
    transform: translatey(8px) scale(1.1);
}

    .node-type-news .news-banner-background img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

@media (max-width:991px) {
    .node-type-news .news-banner-image {
        display: none;
    }
}

@media (min-width:992px) {
    .node-type-news .news-banner-image--mobile {
        display: none;
    }
}

.node-type-news article.node-news > h1 {
    margin-top: 0.8125em;
    margin-bottom: 0.59375em;
}

@media (min-width:992px) {
    .node-type-news article.node-news > h1 {
        margin-top: 1em;
        margin-bottom: 0.375em;
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 1.1667;
    }
}

.node-type-news article.node-news .submitted {
    font-family: "open_sanssemibold","Helvetica",sans-serif;
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

@media (min-width:992px) {
    .node-type-news article.node-news .submitted {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.33;
    }
}

.node-type-news #areas-of-intrest-container .node-news {
    border-top: 1px dotted #333333;
    padding-top: 1.5rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
}

    .node-type-news #areas-of-intrest-container .node-news div {
        display: inline;
    }

    .node-type-news #areas-of-intrest-container .node-news .field-label {
        font-family: "open_sanssemibold","Helvetica",sans-serif;
        font-weight: normal;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
    }

    .node-type-news #areas-of-intrest-container .node-news .field-name-field-interests:after {
        display: none;
    }

    .node-type-news #areas-of-intrest-container .node-news a {
        display: inline-block;
        font-family: "Open Sans","Helvetica",sans-serif;
        text-decoration: none;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
    }

        .node-type-news #areas-of-intrest-container .node-news a:after {
            content: ",";
            margin-right: 3px;
        }

        .node-type-news #areas-of-intrest-container .node-news a:hover, .node-type-news #areas-of-intrest-container .node-news a:focus {
            text-decoration: underline;
        }

@media (min-width:992px) {
    .node-type-page .region-content .block-bean > h2, .node-type-page .region-content-bottom .block-bean > h2, .node-type-page .region-content-top .block-bean > h2 {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.25;
    }
}

.no-sidebars .page-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    width: 1200px;
}

@media screen and (min-width:768px) {
    .no-sidebars .page-title {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width:1200px) {
    .no-sidebars .page-title {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:992px) {
    .region-sidebar-first, .region-sidebar-second {
        margin-top: 4rem;
    }
}

@media (min-width:992px) {
    #main.sidebar {
        margin-top: 4rem;
    }

        #main.sidebar > h1 {
            margin-top: 0;
        }
}

.node-type-faculty .page-title {
    display: none;
}

@media (max-width:991px) {
    .node-type-faculty .main__row {
        display: flex;
        flex-direction: column;
        width: calc(100% + (15px * 2));
    }

    .node-type-faculty .faculty__header {
        display: none;
    }

    .node-type-faculty .tabbable-select {
        margin-bottom: 3rem;
    }

    .node-type-faculty .tabbable-top-link {
        margin-top: 3rem;
    }
}

@media (min-width:992px) {
    .node-type-faculty .faculty__name {
        font-family: "Quadon-Regular","Helvetica",sans-serif;
        margin-bottom: 1.4rem;
        margin-top: 1rem;
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 1.16667;
    }

        .node-type-faculty .faculty__name * {
            display: inline;
        }

    .node-type-faculty .field-name-field-title {
        color: #4f565a;
        font-family: "Quadon-Regular","Helvetica",sans-serif;
        margin-bottom: 3.4rem;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5;
    }

    .node-type-faculty .tabbable > .item-list {
        margin-bottom: 6rem;
    }

        .node-type-faculty .tabbable > .item-list:after {
            width: 3rem;
        }

        .node-type-faculty .tabbable > .item-list:before {
            width: 15px;
        }

    .node-type-faculty .tab-content {
        border-bottom: 0;
    }
}

#block-faculty-faculty-sidebar .field-name-field-image {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width:992px) {
    #block-faculty-faculty-sidebar .field-name-field-image {
        margin-left: -3rem;
        margin-right: -3rem;
        margin-bottom: 4rem;
    }

        #block-faculty-faculty-sidebar .field-name-field-image img {
            height: auto;
            width: 100%;
        }
}

#block-faculty-faculty-sidebar .faculty__name {
    font-family: "Quadon-Regular","Helvetica",sans-serif;
    margin-top: 1.7rem;
    margin-bottom: 1.3rem;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.125;
}

    #block-faculty-faculty-sidebar .faculty__name * {
        display: inline;
    }

@media (min-width:992px) {
    #block-faculty-faculty-sidebar .faculty__name {
        display: none;
    }
}

#block-faculty-faculty-sidebar .field-name-field-title {
    color: #4f565a;
    font-family: "Quadon-Regular","Helvetica",sans-serif;
    margin-bottom: 3.4rem;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
}

@media (min-width:992px) {
    #block-faculty-faculty-sidebar .field-name-field-title {
        display: none;
    }
}

#block-faculty-faculty-sidebar .faculty__video-intro-overlay-link {
    appearance: none;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 4rem;
    padding: 0 0.75em;
}

@media (max-width:767px) {
    #block-faculty-faculty-sidebar .faculty__video-intro-overlay-link {
        display: block;
        width: 100%;
    }
}

#block-faculty-faculty-sidebar .faculty__video-intro-overlay-link:hover, #block-faculty-faculty-sidebar .faculty__video-intro-overlay-link:focus {
    background-color: #20883f;
    color: white;
    border-color: #333333;
    text-decoration: none;
}

.light #block-faculty-faculty-sidebar .faculty__video-intro-overlay-link {
    color: #333333;
}

    .light #block-faculty-faculty-sidebar .faculty__video-intro-overlay-link:hover, .light #block-faculty-faculty-sidebar .faculty__video-intro-overlay-link:focus {
        color: white;
    }

.light #block-faculty-faculty-sidebar .faculty__video-intro-overlay-link {
    appearance: none;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 4px;
    color: white;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .light #block-faculty-faculty-sidebar .faculty__video-intro-overlay-link {
        display: block;
        width: 100%;
    }
}

.light #block-faculty-faculty-sidebar .faculty__video-intro-overlay-link:hover, .light #block-faculty-faculty-sidebar .faculty__video-intro-overlay-link:focus {
    background-color: #20883f;
    color: white;
    border-color: white;
    text-decoration: none;
}

.light .light #block-faculty-faculty-sidebar .faculty__video-intro-overlay-link {
    color: white;
}

    .light .light #block-faculty-faculty-sidebar .faculty__video-intro-overlay-link:hover, .light .light #block-faculty-faculty-sidebar .faculty__video-intro-overlay-link:focus {
        color: white;
    }

.light .popup__popup #block-faculty-faculty-sidebar .faculty__video-intro-overlay-link {
    appearance: none;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .light .popup__popup #block-faculty-faculty-sidebar .faculty__video-intro-overlay-link {
        display: block;
        width: 100%;
    }
}

.light .popup__popup #block-faculty-faculty-sidebar .faculty__video-intro-overlay-link:hover, .light .popup__popup #block-faculty-faculty-sidebar .faculty__video-intro-overlay-link:focus {
    background-color: #20883f;
    color: white;
    border-color: #333333;
    text-decoration: none;
}

.light .light .popup__popup #block-faculty-faculty-sidebar .faculty__video-intro-overlay-link {
    color: #333333;
}

    .light .light .popup__popup #block-faculty-faculty-sidebar .faculty__video-intro-overlay-link:hover, .light .light .popup__popup #block-faculty-faculty-sidebar .faculty__video-intro-overlay-link:focus {
        color: white;
    }

#block-faculty-faculty-sidebar .faculty__video-intro-overlay-link span {
    background-image: url(/sites/default/themes/uolcb2019/images/play.svg);
    background-repeat: no-repeat;
    background-position: center left;
    display: inline-block;
    padding: 0.75em 0;
    padding-left: 3.5rem;
}

#block-faculty-faculty-sidebar .faculty__video-intro-overlay-link:hover span {
    background-image: url(/sites/default/themes/uolcb2019/images/play--white.svg);
}

@media (min-width:992px) {
    #block-faculty-faculty-sidebar .faculty__video-intro-overlay-link {
        display: block;
        width: 100%;
    }
}

#block-faculty-faculty-sidebar .faculty__sidebar-contact {
    font-family: "open_sanssemibold","Helvetica",sans-serif;
    margin-bottom: 3.5rem;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
}

@media (min-width:992px) {
    #block-faculty-faculty-sidebar .faculty__sidebar-contact {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }
}

#block-faculty-faculty-sidebar .faculty__video-intro-overlay-link + .faculty__sidebar-contact {
    border-top: 1px dashed #9a9c9f;
    padding-top: 3.5rem;
}

#block-faculty-faculty-sidebar .field-name-field-office, #block-faculty-faculty-sidebar .field-name-field-phone, #block-faculty-faculty-sidebar .field-name-field-email, #block-faculty-faculty-sidebar .field-name-field-cv {
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 2.4rem;
    padding-left: 4.8rem;
}

    #block-faculty-faculty-sidebar .field-name-field-office p, #block-faculty-faculty-sidebar .field-name-field-phone p, #block-faculty-faculty-sidebar .field-name-field-email p, #block-faculty-faculty-sidebar .field-name-field-cv p {
        margin-top: 0;
        margin-bottom: 0;
    }

#block-faculty-faculty-sidebar .field-name-field-office {
    background-image: url(/sites/default/themes/uolcb2019/images/location.svg);
    background-position: 4px top;
}

#block-faculty-faculty-sidebar .field-name-field-phone {
    background-image: url(/sites/default/themes/uolcb2019/images/phone.svg);
}

#block-faculty-faculty-sidebar .field-name-field-email {
    background-image: url(/sites/default/themes/uolcb2019/images/email.svg);
    background-position: 4px 2px;
}

#block-faculty-faculty-sidebar .field-name-field-cv {
    background-image: url(/sites/default/themes/uolcb2019/images/document.svg);
    background-position: 7px top;
}

    #block-faculty-faculty-sidebar .field-name-field-cv .file-size, #block-faculty-faculty-sidebar .field-name-field-cv .file-icon {
        display: none;
    }

#block-faculty-faculty-sidebar .field-name-field-sociallinks-sociallinks {
    padding-left: 3.8rem;
}

#block-faculty-faculty-sidebar .faculty__sidebar-affiliations {
    border-top: 1px dashed #9a9c9f;
    font-family: "open_sanslight","Helvetica",sans-serif;
    padding-top: 3.5rem;
    margin-bottom: 3.5rem;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
}

@media (min-width:992px) {
    #block-faculty-faculty-sidebar .faculty__sidebar-affiliations {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }
}

#block-faculty-faculty-sidebar .field-name-field-primary-affiliation, #block-faculty-faculty-sidebar .field-name-field-secondary-affiliations {
    padding-left: 4.8rem;
}

    #block-faculty-faculty-sidebar .field-name-field-primary-affiliation .field-item, #block-faculty-faculty-sidebar .field-name-field-secondary-affiliations .field-item {
        margin-bottom: 2.2rem;
    }

#block-faculty-faculty-sidebar .field-name-field-primary-affiliation {
    background-repeat: no-repeat;
    background-image: url(/sites/default/themes/uolcb2019/images/affiliation.svg);
    background-position: left center;
    padding-top: 1rem;
    margin-top: -1rem;
}

@media (max-width:991px) and (min-width:480px) {
    #block-faculty-faculty-sidebar article.node-faculty .field-name-field-image {
        float: left;
        margin-bottom: 3rem;
        margin-right: 15px;
        width: 33%;
    }

    #block-faculty-faculty-sidebar article.node-faculty .faculty__name, #block-faculty-faculty-sidebar article.node-faculty .field-name-field-title, #block-faculty-faculty-sidebar article.node-faculty .faculty__video-intro-overlay-link {
        float: right;
        width: 67%;
    }

    #block-faculty-faculty-sidebar article.node-faculty .faculty__sidebar-contact, #block-faculty-faculty-sidebar article.node-faculty .faculty__sidebar-affiliations, #block-faculty-faculty-sidebar article.node-faculty .faculty__sidebar-contact {
        clear: both;
        width: 100%;
    }
}

@media (min-width:992px) {
    #block-faculty-faculty-sidebar {
        margin-left: 3rem;
        margin-right: 3rem;
    }
}

#faculty-page-filters .faculty-page-filters-container {
    margin-bottom: 3.5rem;
}

@media (min-width:768px) {
    #faculty-page-filters .faculty-page-filters-container > div:not(.control-group) {
        align-items: center;
        display: flex;
        flex: 0 0 auto;
        flex-wrap: wrap;
        position: relative;
        width: 100%;
    }
}

#faculty-page-filters .faculty-page-filters-container h3 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}

#faculty-page-filters .faculty-page-filters-container .form-item {
    margin-bottom: 1.5rem;
    margin-top: 0;
}

#faculty-page-filters .faculty-page-filters-container .form-submit {
    appearance: none;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    #faculty-page-filters .faculty-page-filters-container .form-submit {
        display: block;
        width: 100%;
    }
}

#faculty-page-filters .faculty-page-filters-container .form-submit:hover, #faculty-page-filters .faculty-page-filters-container .form-submit:focus {
    background-color: #20883f;
    color: white;
    border-color: #333333;
    text-decoration: none;
}

.light #faculty-page-filters .faculty-page-filters-container .form-submit {
    color: #333333;
}

    .light #faculty-page-filters .faculty-page-filters-container .form-submit:hover, .light #faculty-page-filters .faculty-page-filters-container .form-submit:focus {
        color: white;
    }

.light #faculty-page-filters .faculty-page-filters-container .form-submit {
    appearance: none;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 4px;
    color: white;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .light #faculty-page-filters .faculty-page-filters-container .form-submit {
        display: block;
        width: 100%;
    }
}

.light #faculty-page-filters .faculty-page-filters-container .form-submit:hover, .light #faculty-page-filters .faculty-page-filters-container .form-submit:focus {
    background-color: #20883f;
    color: white;
    border-color: white;
    text-decoration: none;
}

.light .light #faculty-page-filters .faculty-page-filters-container .form-submit {
    color: white;
}

    .light .light #faculty-page-filters .faculty-page-filters-container .form-submit:hover, .light .light #faculty-page-filters .faculty-page-filters-container .form-submit:focus {
        color: white;
    }

.light .popup__popup #faculty-page-filters .faculty-page-filters-container .form-submit {
    appearance: none;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .light .popup__popup #faculty-page-filters .faculty-page-filters-container .form-submit {
        display: block;
        width: 100%;
    }
}

.light .popup__popup #faculty-page-filters .faculty-page-filters-container .form-submit:hover, .light .popup__popup #faculty-page-filters .faculty-page-filters-container .form-submit:focus {
    background-color: #20883f;
    color: white;
    border-color: #333333;
    text-decoration: none;
}

.light .light .popup__popup #faculty-page-filters .faculty-page-filters-container .form-submit {
    color: #333333;
}

    .light .light .popup__popup #faculty-page-filters .faculty-page-filters-container .form-submit:hover, .light .light .popup__popup #faculty-page-filters .faculty-page-filters-container .form-submit:focus {
        color: white;
    }

@media (min-width:768px) {
    #faculty-page-filters .faculty-page-filters-container {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

        #faculty-page-filters .faculty-page-filters-container .controls {
            display: inline-block;
            width: 100%;
        }

        #faculty-page-filters .faculty-page-filters-container .control-group {
            flex: 1 1 0;
            margin-top: 0;
            margin-bottom: 0;
            padding-left: 1rem;
            padding-right: 1rem;
            white-space: nowrap;
            min-width: 50%;
        }

            #faculty-page-filters .faculty-page-filters-container .control-group:first-of-type {
                padding-left: 0;
            }

        #faculty-page-filters .faculty-page-filters-container select {
            min-width: 0;
            width: 100%;
        }

        #faculty-page-filters .faculty-page-filters-container .form-submit {
            font-size: 1.6rem;
            padding: 0.5em 0.75em;
        }
}

@media (min-width:992px) {
    #faculty-page-filters .faculty-page-filters-container {
        flex-wrap: nowrap;
    }

        #faculty-page-filters .faculty-page-filters-container .control-group {
            min-width: 0;
        }
}

.page-faculty .pager {
    display: none;
}

.page-faculty .ias_trigger {
    clear: both;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    width: 100%;
}

    .page-faculty .ias_trigger a {
        appearance: none;
        background-color: #fee11a;
        border: 2px solid #fee11a;
        border-radius: 4px;
        color: #333333;
        display: inline-block;
        font-family: "Quadon-Medium","Helvetica",sans-serif;
        padding: 0.75em;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.2s;
        white-space: normal;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.2;
    }

@media (max-width:767px) {
    .page-faculty .ias_trigger a {
        display: block;
        width: 100%;
    }
}

.page-faculty .ias_trigger a:hover, .page-faculty .ias_trigger a:focus {
    background-color: #036936;
    color: white;
    border-color: #036936;
    text-decoration: none;
}

.light .page-faculty .ias_trigger a {
    color: #333333;
}

    .light .page-faculty .ias_trigger a:hover, .light .page-faculty .ias_trigger a:focus {
        color: white;
    }

#ias-wrapper article.node-faculty {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width:480px) {
    #ias-wrapper article.node-faculty {
        width: 50%;
    }

        #ias-wrapper article.node-faculty:nth-child(2n+3) {
            clear: left;
        }
}

@media (min-width:768px) {
    #ias-wrapper article.node-faculty {
        width: 33.333%;
    }

        #ias-wrapper article.node-faculty:nth-child(2n+3) {
            clear: none;
        }

        #ias-wrapper article.node-faculty:nth-child(3n+4) {
            clear: left;
        }
}

@media (min-width:992px) {
    #ias-wrapper article.node-faculty {
        width: 25%;
    }

        #ias-wrapper article.node-faculty:nth-child(3n+4) {
            clear: none;
        }

        #ias-wrapper article.node-faculty:nth-child(4n+5) {
            clear: left;
        }
}

#ias-wrapper article.node-faculty h3 {
    font-family: "Quadon-Regular","Helvetica",sans-serif;
    margin-top: 0.785em;
    margin-bottom: 0.5em;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.1;
}

#ias-wrapper article.node-faculty > a {
    text-decoration: none;
}

    #ias-wrapper article.node-faculty > a:hover, #ias-wrapper article.node-faculty > a:focus {
        text-decoration: underline;
    }

#ias-wrapper article.node-faculty .field-name-field-title {
    color: #4f565a;
    font-family: "Quadon-Regular","Helvetica",sans-serif;
    margin-bottom: 1rem;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
}

#ias-wrapper article.node-faculty .field-name-field-office, #ias-wrapper article.node-faculty .field-name-field-phone, #ias-wrapper article.node-faculty .field-name-field-email, #ias-wrapper article.node-faculty .field-name-field-cv {
    font-family: "Open Sans","Helvetica",sans-serif;
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
}

.page-search .page-title {
    display: none;
}

.page-search .gsc-wrapper tbody {
    border: 0;
}

.page-search .gsc-control-cse {
    background: none;
    border: none;
    font-family: "open_sanslight","Helvetica",sans-serif;
    padding: 0;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
}

.page-search .gsc-above-wrapper-area {
    border-top: 0;
    padding: 0 0 2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

    .page-search .gsc-above-wrapper-area tbody {
        border-top: 0;
    }

@media (min-width:992px) {
    .page-search .gsc-above-wrapper-area {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
}

.page-search .gsc-webResult.gsc-result, .page-search .gsc-webResult .gsc-result {
    padding: 0;
    margin-bottom: 5.5rem;
}

    .page-search .gsc-webResult.gsc-result, .page-search .gsc-webResult.gsc-result:hover, .page-search .gsc-webResult .gsc-result, .page-search .gsc-webResult .gsc-result:hover {
        border: 0;
    }

.page-search .gsc-result-info {
    font-family: "open_sanslight","Helvetica",sans-serif;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
}

.page-search .gsc-adBlock {
    display: none;
}

.page-search .gs-webResult.gs-result .gs-title, .page-search .gs-webResult.gs-result a.gs-title:link {
    font-family: "Quadon-Regular","Helvetica",sans-serif;
    color: #036936 !important;
    text-decoration: underline;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

    .page-search .gs-webResult.gs-result .gs-title b, .page-search .gs-webResult.gs-result a.gs-title:link b {
        color: #036936 !important;
        font-family: "Quadon-Bold","Helvetica",sans-serif;
    }

    .page-search .gs-webResult.gs-result .gs-title:hover, .page-search .gs-webResult.gs-result .gs-title:hover b, .page-search .gs-webResult.gs-result .gs-title:focus, .page-search .gs-webResult.gs-result .gs-title:focus b, .page-search .gs-webResult.gs-result a.gs-title:link:hover, .page-search .gs-webResult.gs-result a.gs-title:link:hover b, .page-search .gs-webResult.gs-result a.gs-title:link:focus, .page-search .gs-webResult.gs-result a.gs-title:link:focus b {
        color: #02371d !important;
    }

.page-search .gs-title {
    margin-bottom: 1rem;
}

.page-search .gs-webResult .gs-snippet {
    color: #333333;
    font-family: "open_sanslight","Helvetica",sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
}

.page-search .gsc-thumbnail-inside, .page-search .gsc-url-top {
    padding: 0;
}

.page-search .gs-webResult div.gs-visibleUrl {
    color: #4f565a;
    font-family: "Open Sans","Helvetica",sans-serif;
    padding: 0;
    margin-bottom: 1rem;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
}

.page-search .gsc-thumbnail {
    display: table-cell;
}

.page-search .gsc-results .gsc-cursor-box {
    margin: 0;
}

    .page-search .gsc-results .gsc-cursor-box .gsc-cursor-page {
        border: none;
        background: transparent;
        color: #036936;
        display: inline-block;
        font-family: "open_sanslight","Helvetica",sans-serif;
        line-height: 40px;
        margin-right: 0;
        width: 40px;
        text-align: center;
    }

        .page-search .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
            background-color: #036936;
            color: white;
            font-family: "open_sansbold","Helvetica",sans-serif;
        }

.block-bean {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

@media (min-width:992px) {
    .block-bean {
        margin-bottom: 3rem;
        margin-top: 3rem;
    }
}

.block-bean > h2 {
    margin-top: 0;
    margin-bottom: 3.2rem;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.125;
}

@media (min-width:768px) {
    .block-bean > h2 {
        padding-top: 1.4rem;
    }

    .span12 > .block-bean > h2, .span11 > .block-bean > h2, .span10 > .block-bean > h2, .span9 > .block-bean > h2, .span8 > .block-bean > h2, .span7 > .block-bean > h2, .span6 > .block-bean > h2, .span5 > .block-bean > h2, .span4 > .block-bean > h2 {
        margin-bottom: 3rem;
        padding-top: 0;
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 1.16667;
    }
}

.field-name-body .field-item > h1:first-child, .field-name-body .field-item > h2:first-child, .field-name-body .field-item > h3:first-child, .field-name-body .field-item > h4:first-child, .field-name-body .field-item > h5:first-child, .field-name-body .field-item > h6:first-child, .field-name-body .field-item > ul:first-child, .field-name-body .field-item > ol:first-child, .field-name-body .field-item > table:first-child, .field-name-body .field-item > p:first-child, .bean-rte-rte .field-item > h1:first-child, .bean-rte-rte .field-item > h2:first-child, .bean-rte-rte .field-item > h3:first-child, .bean-rte-rte .field-item > h4:first-child, .bean-rte-rte .field-item > h5:first-child, .bean-rte-rte .field-item > h6:first-child, .bean-rte-rte .field-item > ul:first-child, .bean-rte-rte .field-item > ol:first-child, .bean-rte-rte .field-item > table:first-child, .bean-rte-rte .field-item > p:first-child {
    margin-top: 0;
}

.field-name-body .field-item > h1:last-child, .field-name-body .field-item > h2:last-child, .field-name-body .field-item > h3:last-child, .field-name-body .field-item > h4:last-child, .field-name-body .field-item > h5:last-child, .field-name-body .field-item > h6:last-child, .field-name-body .field-item > ul:last-child, .field-name-body .field-item > ol:last-child, .field-name-body .field-item > table:last-child, .field-name-body .field-item > p:last-child, .bean-rte-rte .field-item > h1:last-child, .bean-rte-rte .field-item > h2:last-child, .bean-rte-rte .field-item > h3:last-child, .bean-rte-rte .field-item > h4:last-child, .bean-rte-rte .field-item > h5:last-child, .bean-rte-rte .field-item > h6:last-child, .bean-rte-rte .field-item > ul:last-child, .bean-rte-rte .field-item > ol:last-child, .bean-rte-rte .field-item > table:last-child, .bean-rte-rte .field-item > p:last-child {
    margin-bottom: 0;
}

.block-richtextblock table, .field-name-body table, .bean-rte-rte table {
    margin-top: 0;
    margin-bottom: 0;
}

.block-richtextblock tbody, .field-name-body tbody, .bean-rte-rte tbody {
    border: none;
}

.block-richtextblock tr:nth-child(odd), .field-name-body tr:nth-child(odd), .bean-rte-rte tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.block-richtextblock tr:nth-child(even), .field-name-body tr:nth-child(even), .bean-rte-rte tr:nth-child(even) {
    background-color: #f1f2f2;
}

.block-richtextblock th, .field-name-body th, .bean-rte-rte th {
    background-color: #154733;
    border: none;
    color: white;
    font-family: "open_sansbold","Helvetica",sans-serif;
    padding: 1.5rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
}

.block-richtextblock td, .field-name-body td, .bean-rte-rte td {
    color: #333333;
    font-family: "Open Sans","Helvetica",sans-serif;
    padding: 1.5rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
}

.block-richtextblock hr, .field-name-body hr, .bean-rte-rte hr {
    border-top: 1px dashed #9a9c9f;
}

.block-richtextblock ul, .field-name-body ul, .bean-rte-rte ul {
    overflow: hidden;
}

    .block-richtextblock ul.inline, .field-name-body ul.inline, .bean-rte-rte ul.inline {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

        .block-richtextblock ul.inline li, .field-name-body ul.inline li, .bean-rte-rte ul.inline li {
            display: block;
        }

@media (min-width:992px) {
    .block-richtextblock ul.inline, .field-name-body ul.inline, .bean-rte-rte ul.inline {
        display: flex;
        justify-content: center;
        text-align: center;
    }

        .block-richtextblock ul.inline li, .field-name-body ul.inline li, .bean-rte-rte ul.inline li {
            flex: 1 1 0;
            margin-bottom: 0;
        }
}

.block-richtextblock li.arrows, .block-richtextblock li.external, .block-richtextblock li.form, .block-richtextblock li.question, .block-richtextblock li.document, .field-name-body li.arrows, .field-name-body li.external, .field-name-body li.form, .field-name-body li.question, .field-name-body li.document, .bean-rte-rte li.arrows, .bean-rte-rte li.external, .bean-rte-rte li.form, .bean-rte-rte li.question, .bean-rte-rte li.document {
    list-style: none;
    margin-left: -1.6rem;
    padding-left: 1.6rem;
    position: relative;
}

    .block-richtextblock li.arrows:before, .block-richtextblock li.external:before, .block-richtextblock li.form:before, .block-richtextblock li.question:before, .block-richtextblock li.document:before, .field-name-body li.arrows:before, .field-name-body li.external:before, .field-name-body li.form:before, .field-name-body li.question:before, .field-name-body li.document:before, .bean-rte-rte li.arrows:before, .bean-rte-rte li.external:before, .bean-rte-rte li.form:before, .bean-rte-rte li.question:before, .bean-rte-rte li.document:before {
        background-repeat: no-repeat;
        background-position: center center;
        content: "";
        height: 24px;
        position: absolute;
        top: 0;
        right: 100%;
        width: 24px;
    }

    .block-richtextblock li.arrows:before, .field-name-body li.arrows:before, .bean-rte-rte li.arrows:before {
        background-image: url(/sites/default/themes/uolcb2019/images/list-icons/arrows.svg);
    }

    .block-richtextblock li.external:before, .field-name-body li.external:before, .bean-rte-rte li.external:before {
        background-image: url(/sites/default/themes/uolcb2019/images/list-icons/external.svg);
    }

    .block-richtextblock li.form:before, .field-name-body li.form:before, .bean-rte-rte li.form:before {
        background-image: url(/sites/default/themes/uolcb2019/images/list-icons/form.svg);
    }

    .block-richtextblock li.question:before, .field-name-body li.question:before, .bean-rte-rte li.question:before {
        background-image: url(/sites/default/themes/uolcb2019/images/list-icons/question.svg);
    }

    .block-richtextblock li.document:before, .field-name-body li.document:before, .bean-rte-rte li.document:before {
        background-image: url(/sites/default/themes/uolcb2019/images/list-icons/document.svg);
    }

.table-wrapper {
    margin-top: 2rem;
    margin-bottom: 4rem;
    overflow: auto;
    max-width: 100%;
}

p.lead {
    font-family: "Quadon-Italic","Helvetica",sans-serif;
    margin-top: 0;
    margin-bottom: 2em;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

ul.lead > li {
    font-family: "Quadon-Italic","Helvetica",sans-serif;
    margin-top: 0;
    margin-bottom: 2em;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.btn, .btn-brighten {
    appearance: none;
    background-color: #fee11a;
    border: 2px solid #fee11a;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

.btn-brighten-sm {
    appearance: none;
    background-color: #fee11a;
    border: 2px solid #fee11a;
    border-radius: 2px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
}

@media (max-width:767px) {
    .btn, .btn-brighten {
        /*display: block;*/
        width: 100%;
    }
}

.btn:hover, .btn:focus, .btn-brighten:hover, .btn-brighten:focus {
    background-color: #036936;
    color: white;
    border-color: #036936;
    text-decoration: none;
}

.light .btn, .light
.btn-brighten {
    color: #333333;
}

    .light .btn:hover, .light .btn:focus, .light
    .btn-brighten:hover, .light
    .btn-brighten:focus {
        color: white;
    }

.btn-shade {
    appearance: none;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

.btn-disabled {
    appearance: none;
    cursor: not-allowed;
    background-color: transparent;
    border: 2px solid #cccccc;
    border-radius: 4px;
    color: #666666;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

    .btn-disabled:hover, .btn-disabled:focus, .btn-disabled-sm:hover, .btn-disabled-sm:focus {
        color: #666666;
        /*border-color: #333333;*/
        text-decoration: none;
    }

.btn-shade-sm {
    appearance: none;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 2px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
}

.btn-danger-sm {
    appearance: none;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
}

.btn-danger-sm {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger-sm:focus, .btn-danger-sm.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
        text-decoration: none;
    }

    .btn-danger-sm:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
        text-decoration: none;
    }

@media (max-width:767px) {
    .btn-shade {
        display: block;
        width: 100%;
    }
}

@media (max-width:500px) {
    .webform-submit {
        display: block;
        width: 100%;
    }
}

.btn-shade:hover, .btn-shade:focus, .btn-shade-sm:hover, .btn-shade-sm:focus {
    background-color: #20883f;
    color: white;
    border-color: #333333;
    text-decoration: none;
}

.light .btn-shade {
    color: #333333;
}

    .light .btn-shade:hover, .light .btn-shade:focus {
        color: white;
    }

.light .btn-shade {
    appearance: none;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 4px;
    color: white;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .light .btn-shade {
        display: block;
        width: 100%;
    }
}

.light .btn-shade:hover, .light .btn-shade:focus {
    background-color: #20883f;
    color: white;
    border-color: white;
    text-decoration: none;
}

.light .light .btn-shade {
    color: white;
}

    .light .light .btn-shade:hover, .light .light .btn-shade:focus {
        color: white;
    }

.light .popup__popup .btn-shade {
    appearance: none;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .light .popup__popup .btn-shade {
        display: block;
        width: 100%;
    }
}

.light .popup__popup .btn-shade:hover, .light .popup__popup .btn-shade:focus {
    background-color: #20883f;
    color: white;
    border-color: #333333;
    text-decoration: none;
}

.light .light .popup__popup .btn-shade {
    color: #333333;
}

    .light .light .popup__popup .btn-shade:hover, .light .light .popup__popup .btn-shade:focus {
        color: white;
    }

@media (max-width:767px) {
    .bean-rte-rte .btn + .btn, .bean-rte-rte .btn + .btn-brighten, .bean-rte-rte .btn + .btn-shade, .bean-rte-rte .btn-brighten + .btn, .bean-rte-rte .btn-brighten + .btn-brighten, .bean-rte-rte .btn-brighten + .btn-shade, .bean-rte-rte .btn-shade + .btn, .bean-rte-rte .btn-shade + .btn-brighten, .bean-rte-rte .btn-shade + .btn-shade, .field-name-body .btn + .btn, .field-name-body .btn + .btn-brighten, .field-name-body .btn + .btn-shade, .field-name-body .btn-brighten + .btn, .field-name-body .btn-brighten + .btn-brighten, .field-name-body .btn-brighten + .btn-shade, .field-name-body .btn-shade + .btn, .field-name-body .btn-shade + .btn-brighten, .field-name-body .btn-shade + .btn-shade {
        margin-top: 1.4rem;
    }
}

img.media-element {
    max-height: none !important;
    margin-bottom: 2.5rem;
    width: 100%;
}

@media (min-width:768px) {
    img.media-element.pull-left {
        margin-right: 2.5rem;
    }

    img.media-element.pull-right {
        margin-left: 2.5rem;
    }
}

.video-container {
    height: 0;
    padding-top: 56.25%;
    position: relative;
}

    .video-container iframe {
        bottom: 0;
        height: 100%;
        left: 0;
        right: 0;
        position: absolute;
        width: 100%;
        top: 0;
    }

.light {
    color: white;
}

    .light a {
        color: #fee11a;
    }

.tiles-section {
    padding-top: 0;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

    .tiles-section > h2 {
        padding-top: 3rem;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        width: 1200px;
    }

@media screen and (min-width:768px) {
    .tiles-section > h2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width:1200px) {
    .tiles-section > h2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:992px) {
    .tiles-section > h2 {
        margin-top: 6rem;
    }
}

.lcb-base-video-background {
    margin-bottom: 0;
    margin-top: 0;
}

    .lcb-base-video-background > h2 {
        display: none;
    }

.bean-lcb-base-video-background {
    overflow: hidden;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

@media (min-width:992px) {
    .bean-lcb-base-video-background {
        margin-left: 0;
        margin-right: 0;
    }

    .span12 > .lcb-base-video-background > .bean-lcb-base-video-background {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
    }
}

.bean-lcb-base-video-background .video-overlay {
    display: flex;
    height: 100%;
    position: relative;
    max-height: calc(100vh - 25rem);
}

    .bean-lcb-base-video-background .video-overlay:before {
        content: "";
        width: 1px;
        margin-left: -1px;
        float: left;
        height: 0;
        padding-top: 56.25%;
    }

    .bean-lcb-base-video-background .video-overlay:after {
        content: "";
        display: table;
        clear: both;
    }

.bean-lcb-base-video-background .video-text {
    color: white;
    display: flex;
    flex: 0 0 auto;
    align-self: flex-end;
    height: 100%;
    padding: 2rem 1.5rem 5rem;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    width: 1200px;
}

@media screen and (min-width:768px) {
    .bean-lcb-base-video-background .video-text {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width:1200px) {
    .bean-lcb-base-video-background .video-text {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:768px) {
    .bean-lcb-base-video-background .video-text {
        padding: 2.5rem 1.5rem 9.5rem;
    }
}

.bean-lcb-base-video-background .video-text .video-text-inner {
    align-self: flex-end;
    flex: 1 1 auto;
    position: relative;
    z-index: 3;
    width: 100%;
}

.bean-lcb-base-video-background .video-text .video-title {
    font-family: "Quadon-Regular","Helvetica",sans-serif;
    margin-bottom: 0.5em;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1;
}

@media (min-width:768px) {
    .bean-lcb-base-video-background .video-text .video-title {
        margin-bottom: 0.3em;
        font-size: 50px;
        font-size: 5rem;
        line-height: 1.2;
    }
}

.bean-lcb-base-video-background .video-ambient-mobile .field-name-field-image img {
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

@media (min-width:768px) {
    .bean-lcb-base-video-background .video-ambient-mobile .field-name-field-image {
        display: none;
    }
}

.bean-lcb-base-video-background .file-video.contextual-links-region {
    position: static;
}

.bean-lcb-base-video-background .field-name-field-image .field-item:after, .bean-lcb-base-video-background .video-ambient:after {
    background-image: linear-gradient(to right,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.3) 60%,rgba(0,0,0,0) 100%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    z-index: 0;
    width: 100%;
}

.bean-lcb-base-video-background .field-name-field-description {
    margin-bottom: 2.2rem;
    flex: 0 0 auto;
    align-self: flex-end;
    width: 100%;
}

@media (min-width:768px) {
    .bean-lcb-base-video-background .field-name-field-description {
        margin-bottom: 2.5rem;
    }
}

.bean-lcb-base-video-background .field-name-field-description p:first-of-type {
    margin-top: 0;
}

.bean-lcb-base-video-background .field-name-field-description p:last-child {
    margin-bottom: 0;
}

@media (min-width:768px) {
    .bean-lcb-base-video-background .field-name-field-description p {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.333;
    }
}

.bean-lcb-base-video-background .play-button-wrapper {
    flex: 0 0 auto;
    position: relative;
    z-index: 3;
}

.bean-lcb-base-video-background .play-button {
    appearance: none;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 4px;
    color: white;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    display: block;
    padding: 0 0.75em;
}

@media (max-width:767px) {
    .bean-lcb-base-video-background .play-button {
        display: block;
        width: 100%;
    }
}

.bean-lcb-base-video-background .play-button:hover, .bean-lcb-base-video-background .play-button:focus {
    background-color: #fee11a;
    color: #333333;
    border-color: #333333;
    text-decoration: none;
}

.light .bean-lcb-base-video-background .play-button {
    color: white;
}

    .light .bean-lcb-base-video-background .play-button:hover, .light .bean-lcb-base-video-background .play-button:focus {
        color: #333333;
    }

.bean-lcb-base-video-background .play-button > .field {
    background-image: url(/sites/default/themes/uolcb2019/images/play--white.svg);
    background-repeat: no-repeat;
    background-position: center left;
    display: inline-block;
    padding: 0.75em 0;
    padding-left: 3.5rem;
}

.bean-lcb-base-video-background .play-button:hover > .field {
    background-image: url(/sites/default/themes/uolcb2019/images/play.svg);
}

@media (min-width:768px) {
    .bean-lcb-base-video-background .play-button {
        display: inline-block;
        max-width: 30rem;
    }
}

.bean-lcb-base-video-background .video-ambient {
    display: none;
}

    .bean-lcb-base-video-background .video-ambient video {
        bottom: 0;
        height: 100%;
        left: 50%;
        object-fit: cover;
        position: absolute;
        top: 0;
        transform: translateX(-50%);
        width: 100%;
        max-width: 1600px;
    }

@media (min-width:768px) {
    .bean-lcb-base-video-background .video-ambient {
        display: block;
    }
}

.bean-lcb-base-video-background .video-background-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    filter: blur(20px);
    transform: translatey(8px) scale(1.1);
    z-index: -1;
}

    .bean-lcb-base-video-background .video-background-background img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

@media (max-width:992px) {
    .bean-lcb-base-video-background .video-background-background {
        display: none;
    }
}

.bean-lcb-base-video-picker .video-picker-wrapper {
    margin-left: -5px;
    margin-right: -5px;
}

.bean-lcb-base-video-picker .field-name-field-image {
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
}

    .bean-lcb-base-video-picker .field-name-field-image img {
        object-fit: contain;
    }

.bean-lcb-base-video-picker .field-name-field-video {
    margin-bottom: 2rem;
}

.bean-lcb-base-video-picker .field-name-field-description {
    font-family: "open_sanslight","Helvetica",sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
}

.bean-lcb-base-video-picker .video-picker-videos {
    display: none;
}

.bean-lcb-base-video-picker .video-picker-item {
    margin-bottom: 2.6rem;
    padding: 5px;
    position: relative;
}

.bean-lcb-base-video-picker .video-picker-overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

    .bean-lcb-base-video-picker .video-picker-overlay-link:focus {
        box-shadow: 0 0 0 3px inset #fee11a;
    }

.bean-lcb-base-events #bean-feed-select-form {
    display: none;
}

.bean-lcb-base-events .item-list > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .bean-lcb-base-events .item-list > ul > li {
        margin: 0;
    }

.bean-lcb-base-events .item {
    border-left: 2px solid #cccccc;
    margin-bottom: 3rem;
    margin-left: 6.8rem;
    max-width: calc(100% - 6.8rem);
    min-height: 4.4rem;
    padding-left: 1.7rem;
    position: relative;
    width: 63rem;
}

.bean-lcb-base-events .item-date {
    color: #036936;
    padding-right: 0.8rem;
    position: absolute;
    right: 100%;
    text-align: center;
    top: 1px;
    width: 6.8rem;
}

    .bean-lcb-base-events .item-date .day {
        display: block;
        font-family: "Quadon-Bold","Helvetica",sans-serif;
        font-size: 30px;
        font-size: 3rem;
        line-height: 1;
    }

    .bean-lcb-base-events .item-date .month {
        display: block;
        font-family: "Quadon-Regular","Helvetica",sans-serif;
        margin-top: -2px;
        text-transform: uppercase;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.2142;
    }

.light .bean-lcb-base-events .item-date {
    color: #fee11a;
}

.bean-lcb-base-events .item-title {
    font-family: "Open Sans","Helvetica",sans-serif;
    margin-bottom: 1.2rem;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.225;
}

    .bean-lcb-base-events .item-title a {
        text-decoration: none;
    }

        .bean-lcb-base-events .item-title a:hover, .bean-lcb-base-events .item-title a:focus {
            text-decoration: underline;
        }

    .bean-lcb-base-events .item-title + p {
        font-family: "open_sanslight","Helvetica",sans-serif;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
    }

.bean-lcb-base-events .field-name-field-link {
    margin-top: 1rem;
}

    .bean-lcb-base-events .field-name-field-link a {
        appearance: none;
        background-color: transparent;
        border: 2px solid #333333;
        border-radius: 4px;
        color: #333333;
        display: inline-block;
        font-family: "Quadon-Medium","Helvetica",sans-serif;
        padding: 0.75em;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.2s;
        white-space: normal;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.2;
    }

@media (max-width:767px) {
    .bean-lcb-base-events .field-name-field-link a {
        display: block;
        width: 100%;
    }
}

.bean-lcb-base-events .field-name-field-link a:hover, .bean-lcb-base-events .field-name-field-link a:focus {
    background-color: #20883f;
    color: white;
    border-color: #333333;
    text-decoration: none;
}

.light .bean-lcb-base-events .field-name-field-link a {
    color: #333333;
}

    .light .bean-lcb-base-events .field-name-field-link a:hover, .light .bean-lcb-base-events .field-name-field-link a:focus {
        color: white;
    }

.light .bean-lcb-base-events .field-name-field-link a {
    appearance: none;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 4px;
    color: white;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .light .bean-lcb-base-events .field-name-field-link a {
        display: block;
        width: 100%;
    }
}

.light .bean-lcb-base-events .field-name-field-link a:hover, .light .bean-lcb-base-events .field-name-field-link a:focus {
    background-color: #20883f;
    color: white;
    border-color: white;
    text-decoration: none;
}

.light .light .bean-lcb-base-events .field-name-field-link a {
    color: white;
}

    .light .light .bean-lcb-base-events .field-name-field-link a:hover, .light .light .bean-lcb-base-events .field-name-field-link a:focus {
        color: white;
    }

.light .popup__popup .bean-lcb-base-events .field-name-field-link a {
    appearance: none;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .light .popup__popup .bean-lcb-base-events .field-name-field-link a {
        display: block;
        width: 100%;
    }
}

.light .popup__popup .bean-lcb-base-events .field-name-field-link a:hover, .light .popup__popup .bean-lcb-base-events .field-name-field-link a:focus {
    background-color: #20883f;
    color: white;
    border-color: #333333;
    text-decoration: none;
}

.light .light .popup__popup .bean-lcb-base-events .field-name-field-link a {
    color: #333333;
}

    .light .light .popup__popup .bean-lcb-base-events .field-name-field-link a:hover, .light .light .popup__popup .bean-lcb-base-events .field-name-field-link a:focus {
        color: white;
    }

.bean-faculty-publications .item-list > ul, .field-name-field-publications .item-list > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .bean-faculty-publications .item-list > ul > li, .field-name-field-publications .item-list > ul > li {
        background-image: url(/sites/default/themes/uolcb2019/images/publication.svg);
        background-repeat: no-repeat;
        background-size: 18px 24px;
        background-position: left top;
        padding-left: 4rem;
        margin: 0 0 3rem;
    }

        .bean-faculty-publications .item-list > ul > li:last-child, .field-name-field-publications .item-list > ul > li:last-child {
            margin-bottom: 0;
        }

.light .bean-faculty-publications .item-list > ul > li, .light
.field-name-field-publications .item-list > ul > li {
    background-image: url(/sites/default/themes/uolcb2019/images/publication--yellow.svg);
}

.bean-faculty-publications .publication-faculty-name, .field-name-field-publications .publication-faculty-name {
    font-family: "Open Sans","Helvetica",sans-serif;
    margin-bottom: 1rem;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.225;
}

    .bean-faculty-publications .publication-faculty-name a, .field-name-field-publications .publication-faculty-name a {
        text-decoration: none;
    }

        .bean-faculty-publications .publication-faculty-name a:hover, .bean-faculty-publications .publication-faculty-name a:focus, .field-name-field-publications .publication-faculty-name a:hover, .field-name-field-publications .publication-faculty-name a:focus {
            text-decoration: underline;
        }

.bean-faculty-publications .publication, .field-name-field-publications .publication {
    font-family: "open_sanslight","Helvetica",sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
}

    .bean-faculty-publications .publication p, .field-name-field-publications .publication p {
        display: inline;
        margin: 0;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
    }

    .bean-faculty-publications .publication .publication-date, .field-name-field-publications .publication .publication-date {
        display: inline;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
    }

.ombuslide .slideshow-carousel {
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

@media (min-width:992px) {
    .ombuslide .slideshow-carousel {
        margin-bottom: 3rem;
    }
}

.ombuslide .slideshow-carousel + .field-name-field-link {
    margin-bottom: 3rem;
    margin-top: 0;
}

@media (min-width:992px) {
    .ombuslide .slideshow-carousel + .field-name-field-link {
        margin-bottom: 6rem;
    }
}

.slideshow-carousel__slides.owl-disabled {
    display: block;
}

.slideshow-carousel__slide {
    margin-bottom: 1.5rem;
    padding: 3px;
    position: relative;
}

@media (min-width:992px) {
    .slideshow-carousel__slide {
        margin-bottom: 3rem;
    }
}

.slideshow-carousel__slide-link {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

    .slideshow-carousel__slide-link span {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px,1px,1px,1px);
    }

    .slideshow-carousel__slide-link:focus {
        box-shadow: 0 0 0 3px inset #fee11a;
    }

.slideshow-carousel__image-wrapper {
    position: relative;
    height: 0;
    margin-bottom: 1.7rem;
    padding-top: 100%;
}

.slideshow-carousel__image {
    height: 100%;
    object-fit: contain;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.slideshow__slide--cropped .slideshow-carousel__image {
    object-fit: cover;
}

.slideshow-carousel__title {
    font-family: "Open Sans","Helvetica",sans-serif;
    margin-top: 0;
    margin-bottom: 1.1rem;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.225;
}

.slideshow-carousel__slide-link ~ .slideshow-carousel__content .slideshow-carousel__title {
    color: #036936;
}

    .slideshow-carousel__slide-link ~ .slideshow-carousel__content .slideshow-carousel__title .light {
        color: #fee11a;
    }

.slideshow-carousel__slide-link:hover ~ .slideshow-carousel__content .slideshow-carousel__title, .slideshow-carousel__slide-link:focus ~ .slideshow-carousel__content .slideshow-carousel__title {
    color: black;
    text-decoration: underline;
}

.light .slideshow-carousel__slide-link:hover ~ .slideshow-carousel__content .slideshow-carousel__title, .light
.slideshow-carousel__slide-link:focus ~ .slideshow-carousel__content .slideshow-carousel__title {
    color: #fee11a;
    text-decoration: underline;
}

.slideshow-carousel__text {
    font-family: "open_sanslight","Helvetica",sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
}

    .slideshow-carousel__text p:first-child {
        margin-top: 0;
    }

    .slideshow-carousel__text p:last-child {
        margin-bottom: 0;
    }

.slideshow-carousel__actions {
    margin-top: 1.5rem;
}

@media (min-width:992px) {
    .slideshow-carousel__actions {
        margin-top: 4rem;
    }
}

.slideshow-carousel__block-link {
    appearance: none;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .slideshow-carousel__block-link {
        display: block;
        width: 100%;
    }
}

.slideshow-carousel__block-link:hover, .slideshow-carousel__block-link:focus {
    background-color: #20883f;
    color: white;
    border-color: #333333;
    text-decoration: none;
}

.light .slideshow-carousel__block-link {
    color: #333333;
}

    .light .slideshow-carousel__block-link:hover, .light .slideshow-carousel__block-link:focus {
        color: white;
    }

.light .slideshow-carousel__block-link {
    appearance: none;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 4px;
    color: white;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .light .slideshow-carousel__block-link {
        display: block;
        width: 100%;
    }
}

.light .slideshow-carousel__block-link:hover, .light .slideshow-carousel__block-link:focus {
    background-color: #20883f;
    color: white;
    border-color: white;
    text-decoration: none;
}

.light .light .slideshow-carousel__block-link {
    color: white;
}

    .light .light .slideshow-carousel__block-link:hover, .light .light .slideshow-carousel__block-link:focus {
        color: white;
    }

.light .popup__popup .slideshow-carousel__block-link {
    appearance: none;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .light .popup__popup .slideshow-carousel__block-link {
        display: block;
        width: 100%;
    }
}

.light .popup__popup .slideshow-carousel__block-link:hover, .light .popup__popup .slideshow-carousel__block-link:focus {
    background-color: #20883f;
    color: white;
    border-color: #333333;
    text-decoration: none;
}

.light .light .popup__popup .slideshow-carousel__block-link {
    color: #333333;
}

    .light .light .popup__popup .slideshow-carousel__block-link:hover, .light .light .popup__popup .slideshow-carousel__block-link:focus {
        color: white;
    }

.slideshow-hero {
    margin-left: -15px;
    margin-right: -15px;
    transition: background-color 0.2s ease;
}

@media (min-width:992px) {
    .tiles-tile.span6:first-child:not(:only-child) > .ombuslide .slideshow-hero {
        margin-left: calc(-50vw + (100% + 15px));
    }

    .tiles-tile.span6:last-child:not(:only-child) > .ombuslide .slideshow-hero {
        margin-right: calc(-50vw + (100% + 15px));
    }

    .tiles-tile.span12 > .ombuslide .slideshow-hero {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
    }

    .one-sidebar #main .tiles-tile.span12 > .ombuslide .slideshow-hero, .one-sidebar #main .tiles-tile.span6 > .ombuslide .slideshow-hero {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width:1600px) {
    .tiles-tile.span6:first-child:not(:only-child) > .ombuslide .slideshow-hero, .tiles-tile.span12 > .ombuslide .slideshow-hero {
        margin-left: calc((1600px - 1200px) / -2 - 15px);
    }

    .tiles-tile.span6:last-child:not(:only-child) > .ombuslide .slideshow-hero, .tiles-tile.span12 > .ombuslide .slideshow-hero {
        margin-right: calc((1600px - 1200px) / -2 - 15px);
    }
}

.slideshow-hero__slides.owl-disabled {
    display: block;
}

.slideshow-hero__slide {
    display: flex;
    height: 100%;
    position: relative;
}

.slideshow-hero__image-wrapper {
    position: relative;
    height: auto;
    width: 100%;
    z-index: -1;
}

    .slideshow-hero__image-wrapper:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
    }

.slideshow-hero__slide--dark_green .slideshow-hero__image-wrapper:after, .slideshow-hero__slide--darkgreen .slideshow-hero__image-wrapper:after, .slideshow-hero__slide--black .slideshow-hero__image-wrapper:after {
    background-color: rgba(35,94,57,0.8);
}

.slideshow-hero__slide--light_green .slideshow-hero__image-wrapper:after, .slideshow-hero__slide--pinegreen .slideshow-hero__image-wrapper:after {
    background-color: rgba(32,136,63,0.8);
}

.slideshow__slide--upper-left .slideshow-hero__slide--gradient .slideshow-hero__image-wrapper:after {
    background-image: radial-gradient(at top left,rgba(0,0,0,0.8) 0,rgba(0,0,0,0.4) 33%,rgba(0,0,0,0.1) 100%);
}

.slideshow__slide--upper-right .slideshow-hero__slide--gradient .slideshow-hero__image-wrapper:after {
    background-image: radial-gradient(at top right,rgba(0,0,0,0.8) 0,rgba(0,0,0,0.4) 33%,rgba(0,0,0,0.1) 100%);
}

.slideshow__slide--middle-center .slideshow-hero__slide--gradient .slideshow-hero__image-wrapper:after {
    background-image: radial-gradient(at center center,rgba(0,0,0,0.8) 0,rgba(0,0,0,0.4) 33%,rgba(0,0,0,0.1) 100%);
}

.slideshow__slide--lower-left .slideshow-hero__slide--gradient .slideshow-hero__image-wrapper:after {
    background-image: radial-gradient(at bottom left,rgba(0,0,0,0.8) 0,rgba(0,0,0,0.4) 33%,rgba(0,0,0,0.1) 100%);
}

.slideshow__slide--lower-center .slideshow-hero__slide--gradient .slideshow-hero__image-wrapper:after {
    background-image: radial-gradient(at bottom center,rgba(0,0,0,0.8) 0,rgba(0,0,0,0.4) 33%,rgba(0,0,0,0.1) 100%);
}

.slideshow__slide--lower-right .slideshow-hero__slide--gradient .slideshow-hero__image-wrapper:after {
    background-image: radial-gradient(at bottom right,rgba(0,0,0,0.8) 0,rgba(0,0,0,0.4) 33%,rgba(0,0,0,0.1) 100%);
}

.slideshow-hero__image {
    height: auto;
    width: 100%;
}

.slideshow-hero__slide-link {
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
}

    .slideshow-hero__slide-link span {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px,1px,1px,1px);
    }

    .slideshow-hero__slide-link:focus {
        box-shadow: 0 0 0 3px inset #fee11a;
    }

.slideshow-hero__contents {
    padding: 4rem 1.5rem;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.slideshow__slide--upper-right .slideshow-hero__contents, .slideshow__slide--upper-left .slideshow-hero__contents {
    align-self: flex-start;
}

.slideshow__slide--upper-right .slideshow-hero__contents, .slideshow__slide--lower-right .slideshow-hero__contents {
    text-align: right;
}

.slideshow__slide--upper-left .slideshow-hero__contents, .slideshow__slide--lower-left .slideshow-hero__contents {
    text-align: left;
}

.slideshow__slide--middle-center .slideshow-hero__contents {
    align-self: center;
}

.slideshow__slide--middle-center .slideshow-hero__contents, .slideshow__slide--lower-center .slideshow-hero__contents {
    text-align: center;
}

.slideshow__slide--lower-right .slideshow-hero__contents, .slideshow__slide--lower-left .slideshow-hero__contents, .slideshow__slide--lower-center .slideshow-hero__contents {
    align-self: flex-end;
}

@media (min-width:992px) {
    .slideshow-hero__contents {
        padding: 4.4rem;
    }

    .slideshow__slide--upper-right .slideshow-hero__contents, .slideshow__slide--lower-right .slideshow-hero__contents {
        padding-left: 8rem;
    }

    .slideshow__slide--upper-left .slideshow-hero__contents, .slideshow__slide--lower-left .slideshow-hero__contents {
        padding-right: 8rem;
    }

    .slideshow__slide--middle-center .slideshow-hero__contents, .slideshow__slide--lower-center .slideshow-hero__contents {
        text-align: center;
    }
}

.slideshow-hero__title {
    font-family: "Quadon-Regular","Helvetica",sans-serif;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.125;
}

.slideshow-hero__slide-link:hover ~ .slideshow-hero__contents .slideshow-hero__title, .slideshow-hero__slide-link:focus ~ .slideshow-hero__contents .slideshow-hero__title {
    text-decoration: underline;
}

@media (min-width:992px) {
    .slideshow-hero__title {
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 1.16667;
    }
}

.slideshow-hero__text {
    font-family: "open_sanslight","Helvetica",sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

@media (min-width:992px) {
    .slideshow-hero__text {
        max-width: 39rem;
    }

    .slideshow__slide--upper-right .slideshow-hero__text, .slideshow__slide--lower-right .slideshow-hero__text {
        float: right;
    }

    .slideshow__slide--middle-center .slideshow-hero__text, .slideshow__slide--lower-center .slideshow-hero__text {
        margin-left: auto;
        margin-right: auto;
    }
}

.slideshow-hero__button-link {
    appearance: none;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-top: 1rem;
    position: relative;
    z-index: 5;
}

@media (max-width:767px) {
    .slideshow-hero__button-link {
        display: block;
        width: 100%;
    }
}

.slideshow-hero__button-link:hover, .slideshow-hero__button-link:focus {
    background-color: #20883f;
    color: white;
    border-color: #333333;
    text-decoration: none;
}

.light .slideshow-hero__button-link {
    color: #333333;
}

    .light .slideshow-hero__button-link:hover, .light .slideshow-hero__button-link:focus {
        color: white;
    }

.light .slideshow-hero__button-link {
    appearance: none;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 4px;
    color: white;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .light .slideshow-hero__button-link {
        display: block;
        width: 100%;
    }
}

.light .slideshow-hero__button-link:hover, .light .slideshow-hero__button-link:focus {
    background-color: #20883f;
    color: white;
    border-color: white;
    text-decoration: none;
}

.light .light .slideshow-hero__button-link {
    color: white;
}

    .light .light .slideshow-hero__button-link:hover, .light .light .slideshow-hero__button-link:focus {
        color: white;
    }

.light .popup__popup .slideshow-hero__button-link {
    appearance: none;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .light .popup__popup .slideshow-hero__button-link {
        display: block;
        width: 100%;
    }
}

.light .popup__popup .slideshow-hero__button-link:hover, .light .popup__popup .slideshow-hero__button-link:focus {
    background-color: #20883f;
    color: white;
    border-color: #333333;
    text-decoration: none;
}

.light .light .popup__popup .slideshow-hero__button-link {
    color: #333333;
}

    .light .light .popup__popup .slideshow-hero__button-link:hover, .light .light .popup__popup .slideshow-hero__button-link:focus {
        color: white;
    }

@media (min-width:992px) {
    .slideshow-hero__button-link {
        margin-top: 2.5rem;
    }

    .slideshow__slide--upper-right .slideshow-hero__button-link, .slideshow__slide--lower-right .slideshow-hero__button-link {
        clear: right;
        float: right;
    }
}

.slideshow-hero__slide-link:hover ~ .slideshow-hero__contents .slideshow-hero__button-link, .slideshow-hero__slide-link:focus ~ .slideshow-hero__contents .slideshow-hero__button-link {
    background-color: #036936;
}

.slideshow-hero__slide--light_green .slideshow-hero__slide-link:hover ~ .slideshow-hero__contents .slideshow-hero__button-link, .slideshow-hero__slide--light_green .slideshow-hero__slide-link:focus ~ .slideshow-hero__contents .slideshow-hero__button-link, .slideshow-hero__slide--pinegreen .slideshow-hero__slide-link:hover ~ .slideshow-hero__contents .slideshow-hero__button-link, .slideshow-hero__slide--pinegreen .slideshow-hero__slide-link:focus ~ .slideshow-hero__contents .slideshow-hero__button-link .slideshow-hero__slide--dark_green .slideshow-hero__slide-link:hover ~ .slideshow-hero__contents .slideshow-hero__button-link, .slideshow-hero__slide--dark_green .slideshow-hero__slide-link:focus ~ .slideshow-hero__contents .slideshow-hero__button-link .slideshow-hero__slide--darkgreen .slideshow-hero__slide-link:hover ~ .slideshow-hero__contents .slideshow-hero__button-link, .slideshow-hero__slide--darkgreen .slideshow-hero__slide-link:focus ~ .slideshow-hero__contents .slideshow-hero__button-link, .slideshow-hero__slide--light_green .slideshow-hero__button-link:hover, .slideshow-hero__slide--light_green .slideshow-hero__button-link:focus, .slideshow-hero__slide--pinegreen .slideshow-hero__button-link:hover, .slideshow-hero__slide--pinegreen .slideshow-hero__button-link:focus, .slideshow-hero__slide--dark_green .slideshow-hero__button-link:hover, .slideshow-hero__slide--dark_green .slideshow-hero__button-link:focus, .slideshow-hero__slide--darkgreen .slideshow-hero__button-link:hover, .slideshow-hero__slide--darkgreen .slideshow-hero__button-link:focus {
    background-color: #fee11a;
    border-color: #333333;
    color: #333333;
}

.slideshow-hero .owl-carousel .owl-stage {
    display: flex;
}

    .slideshow-hero .owl-carousel .owl-stage .owl-item {
        flex: 0 0 auto;
    }

@media (max-width:991px) {
    .slideshow-hero .owl-carousel .owl-nav {
        background-color: #333333;
        padding-top: 1.1rem;
        padding-bottom: 0.8rem;
    }
}

.slideshow-hero .owl-carousel .owl-nav button.owl-prev {
    margin-right: 0.5rem;
}

.slideshow-hero .owl-carousel .owl-nav button.owl-next {
    margin-left: 0.5rem;
}

.slideshow-hero .owl-carousel .owl-nav.disabled {
    display: none;
}

@media (min-width:992px) {
    .slideshow-hero .owl-carousel .owl-nav {
        display: inline-block;
        position: absolute;
        right: 4.4rem;
        bottom: calc(4.4rem - 3px);
    }

    .slideshow__slide--lower-right .slideshow-hero .owl-carousel .owl-nav {
        left: 4.4rem;
        right: auto;
    }

    .slideshow__slide--lower-center .slideshow-hero .owl-carousel .owl-nav {
        bottom: auto;
        top: calc(4.4rem - 3px);
    }
}

.block-bean.ombuslide > h2 {
    margin-top: 3rem;
}

.block-bean.ombuslide.block-bean {
    margin-top: 0;
    margin-bottom: 0;
}

.block-bean.ombuslide .field-name-field-slideshow-rich-text {
    margin-top: 3rem;
}

.block-bean.ombuslide .field-name-field-link {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

    .block-bean.ombuslide .field-name-field-link a {
        appearance: none;
        background-color: transparent;
        border: 2px solid #333333;
        border-radius: 4px;
        color: #333333;
        display: inline-block;
        font-family: "Quadon-Medium","Helvetica",sans-serif;
        padding: 0.75em;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.2s;
        white-space: normal;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.2;
    }

@media (max-width:767px) {
    .block-bean.ombuslide .field-name-field-link a {
        display: block;
        width: 100%;
    }
}

.block-bean.ombuslide .field-name-field-link a:hover, .block-bean.ombuslide .field-name-field-link a:focus {
    background-color: #20883f;
    color: white;
    border-color: #333333;
    text-decoration: none;
}

.light .block-bean.ombuslide .field-name-field-link a {
    color: #333333;
}

    .light .block-bean.ombuslide .field-name-field-link a:hover, .light .block-bean.ombuslide .field-name-field-link a:focus {
        color: white;
    }

.light .block-bean.ombuslide .field-name-field-link a {
    appearance: none;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 4px;
    color: white;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .light .block-bean.ombuslide .field-name-field-link a {
        display: block;
        width: 100%;
    }
}

.light .block-bean.ombuslide .field-name-field-link a:hover, .light .block-bean.ombuslide .field-name-field-link a:focus {
    background-color: #20883f;
    color: white;
    border-color: white;
    text-decoration: none;
}

.light .light .block-bean.ombuslide .field-name-field-link a {
    color: white;
}

    .light .light .block-bean.ombuslide .field-name-field-link a:hover, .light .light .block-bean.ombuslide .field-name-field-link a:focus {
        color: white;
    }

.light .popup__popup .block-bean.ombuslide .field-name-field-link a {
    appearance: none;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .light .popup__popup .block-bean.ombuslide .field-name-field-link a {
        display: block;
        width: 100%;
    }
}

.light .popup__popup .block-bean.ombuslide .field-name-field-link a:hover, .light .popup__popup .block-bean.ombuslide .field-name-field-link a:focus {
    background-color: #20883f;
    color: white;
    border-color: #333333;
    text-decoration: none;
}

.light .light .popup__popup .block-bean.ombuslide .field-name-field-link a {
    color: #333333;
}

    .light .light .popup__popup .block-bean.ombuslide .field-name-field-link a:hover, .light .light .popup__popup .block-bean.ombuslide .field-name-field-link a:focus {
        color: white;
    }

@media (min-width:992px) {
    .bar-chart {
        align-items: flex-end;
        display: flex;
        height: 34rem;
        padding-bottom: 6rem;
    }
}

.bar-chart__bar-wrapper {
    align-items: center;
    display: flex;
    flex: 1 1 0;
    height: 100%;
    margin-bottom: 1rem;
    min-width: 0;
    position: relative;
}

@media (min-width:992px) {
    .bar-chart__bar-wrapper {
        align-items: flex-end;
        margin-right: 2.5rem;
        margin-bottom: 0;
    }

        .bar-chart__bar-wrapper:last-child {
            margin-right: 0;
        }
}

.bar-chart__trigger {
    display: block;
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 3px;
}

    .bar-chart__trigger:focus {
        box-shadow: 0 0 0 3px #fee11a;
    }

    .bar-chart__trigger span {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px,1px,1px,1px);
    }

.bar-chart__bar {
    align-items: center;
    display: flex;
    text-decoration: none;
    width: 100%;
    background-image: url(/sites/default/themes/uolcb2019/images/bar_chart/bar-chart__dark.png);
    background-size: 16px 16px;
    border: 2px solid #489d46;
    flex: 0 0 auto;
    height: 2.6rem;
}

@media (min-width:992px) {
    .bar-chart__bar {
        align-items: flex-end;
        display: flex;
        position: relative;
        width: 100%;
    }
}

.light .bar-chart__bar {
    background-image: url(/sites/default/themes/uolcb2019/images/bar_chart/bar-chart__light.png);
    border-color: #fee11a;
}

.bar-chart__bar[data-quantity="1"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="1"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="1"] {
    width: calc(1 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="1"] {
        height: calc(1 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(1) .bar-chart__bar {
    transition-delay: calc(1 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="2"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="2"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="2"] {
    width: calc(2 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="2"] {
        height: calc(2 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(2) .bar-chart__bar {
    transition-delay: calc(2 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="3"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="3"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="3"] {
    width: calc(3 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="3"] {
        height: calc(3 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(3) .bar-chart__bar {
    transition-delay: calc(3 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="4"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="4"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="4"] {
    width: calc(4 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="4"] {
        height: calc(4 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(4) .bar-chart__bar {
    transition-delay: calc(4 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="5"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="5"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="5"] {
    width: calc(5 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="5"] {
        height: calc(5 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(5) .bar-chart__bar {
    transition-delay: calc(5 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="6"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="6"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="6"] {
    width: calc(6 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="6"] {
        height: calc(6 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(6) .bar-chart__bar {
    transition-delay: calc(6 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="7"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="7"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="7"] {
    width: calc(7 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="7"] {
        height: calc(7 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(7) .bar-chart__bar {
    transition-delay: calc(7 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="8"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="8"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="8"] {
    width: calc(8 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="8"] {
        height: calc(8 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(8) .bar-chart__bar {
    transition-delay: calc(8 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="9"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="9"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="9"] {
    width: calc(9 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="9"] {
        height: calc(9 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(9) .bar-chart__bar {
    transition-delay: calc(9 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="10"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="10"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="10"] {
    width: calc(10 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="10"] {
        height: calc(10 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(10) .bar-chart__bar {
    transition-delay: calc(10 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="11"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="11"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="11"] {
    width: calc(11 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="11"] {
        height: calc(11 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(11) .bar-chart__bar {
    transition-delay: calc(11 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="12"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="12"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="12"] {
    width: calc(12 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="12"] {
        height: calc(12 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(12) .bar-chart__bar {
    transition-delay: calc(12 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="13"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="13"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="13"] {
    width: calc(13 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="13"] {
        height: calc(13 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(13) .bar-chart__bar {
    transition-delay: calc(13 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="14"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="14"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="14"] {
    width: calc(14 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="14"] {
        height: calc(14 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(14) .bar-chart__bar {
    transition-delay: calc(14 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="15"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="15"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="15"] {
    width: calc(15 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="15"] {
        height: calc(15 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(15) .bar-chart__bar {
    transition-delay: calc(15 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="16"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="16"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="16"] {
    width: calc(16 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="16"] {
        height: calc(16 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(16) .bar-chart__bar {
    transition-delay: calc(16 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="17"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="17"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="17"] {
    width: calc(17 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="17"] {
        height: calc(17 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(17) .bar-chart__bar {
    transition-delay: calc(17 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="18"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="18"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="18"] {
    width: calc(18 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="18"] {
        height: calc(18 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(18) .bar-chart__bar {
    transition-delay: calc(18 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="19"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="19"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="19"] {
    width: calc(19 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="19"] {
        height: calc(19 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(19) .bar-chart__bar {
    transition-delay: calc(19 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="20"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="20"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="20"] {
    width: calc(20 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="20"] {
        height: calc(20 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(20) .bar-chart__bar {
    transition-delay: calc(20 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="21"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="21"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="21"] {
    width: calc(21 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="21"] {
        height: calc(21 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(21) .bar-chart__bar {
    transition-delay: calc(21 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="22"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="22"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="22"] {
    width: calc(22 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="22"] {
        height: calc(22 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(22) .bar-chart__bar {
    transition-delay: calc(22 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="23"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="23"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="23"] {
    width: calc(23 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="23"] {
        height: calc(23 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(23) .bar-chart__bar {
    transition-delay: calc(23 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="24"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="24"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="24"] {
    width: calc(24 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="24"] {
        height: calc(24 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(24) .bar-chart__bar {
    transition-delay: calc(24 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="25"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="25"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="25"] {
    width: calc(25 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="25"] {
        height: calc(25 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(25) .bar-chart__bar {
    transition-delay: calc(25 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="26"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="26"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="26"] {
    width: calc(26 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="26"] {
        height: calc(26 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(26) .bar-chart__bar {
    transition-delay: calc(26 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="27"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="27"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="27"] {
    width: calc(27 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="27"] {
        height: calc(27 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(27) .bar-chart__bar {
    transition-delay: calc(27 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="28"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="28"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="28"] {
    width: calc(28 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="28"] {
        height: calc(28 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(28) .bar-chart__bar {
    transition-delay: calc(28 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="29"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="29"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="29"] {
    width: calc(29 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="29"] {
        height: calc(29 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(29) .bar-chart__bar {
    transition-delay: calc(29 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="30"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="30"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="30"] {
    width: calc(30 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="30"] {
        height: calc(30 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(30) .bar-chart__bar {
    transition-delay: calc(30 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="31"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="31"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="31"] {
    width: calc(31 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="31"] {
        height: calc(31 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(31) .bar-chart__bar {
    transition-delay: calc(31 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="32"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="32"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="32"] {
    width: calc(32 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="32"] {
        height: calc(32 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(32) .bar-chart__bar {
    transition-delay: calc(32 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="33"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="33"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="33"] {
    width: calc(33 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="33"] {
        height: calc(33 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(33) .bar-chart__bar {
    transition-delay: calc(33 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="34"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="34"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="34"] {
    width: calc(34 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="34"] {
        height: calc(34 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(34) .bar-chart__bar {
    transition-delay: calc(34 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="35"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="35"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="35"] {
    width: calc(35 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="35"] {
        height: calc(35 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(35) .bar-chart__bar {
    transition-delay: calc(35 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="36"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="36"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="36"] {
    width: calc(36 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="36"] {
        height: calc(36 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(36) .bar-chart__bar {
    transition-delay: calc(36 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="37"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="37"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="37"] {
    width: calc(37 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="37"] {
        height: calc(37 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(37) .bar-chart__bar {
    transition-delay: calc(37 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="38"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="38"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="38"] {
    width: calc(38 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="38"] {
        height: calc(38 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(38) .bar-chart__bar {
    transition-delay: calc(38 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="39"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="39"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="39"] {
    width: calc(39 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="39"] {
        height: calc(39 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(39) .bar-chart__bar {
    transition-delay: calc(39 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="40"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="40"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="40"] {
    width: calc(40 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="40"] {
        height: calc(40 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(40) .bar-chart__bar {
    transition-delay: calc(40 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="41"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="41"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="41"] {
    width: calc(41 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="41"] {
        height: calc(41 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(41) .bar-chart__bar {
    transition-delay: calc(41 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="42"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="42"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="42"] {
    width: calc(42 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="42"] {
        height: calc(42 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(42) .bar-chart__bar {
    transition-delay: calc(42 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="43"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="43"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="43"] {
    width: calc(43 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="43"] {
        height: calc(43 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(43) .bar-chart__bar {
    transition-delay: calc(43 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="44"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="44"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="44"] {
    width: calc(44 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="44"] {
        height: calc(44 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(44) .bar-chart__bar {
    transition-delay: calc(44 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="45"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="45"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="45"] {
    width: calc(45 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="45"] {
        height: calc(45 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(45) .bar-chart__bar {
    transition-delay: calc(45 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="46"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="46"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="46"] {
    width: calc(46 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="46"] {
        height: calc(46 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(46) .bar-chart__bar {
    transition-delay: calc(46 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="47"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="47"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="47"] {
    width: calc(47 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="47"] {
        height: calc(47 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(47) .bar-chart__bar {
    transition-delay: calc(47 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="48"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="48"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="48"] {
    width: calc(48 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="48"] {
        height: calc(48 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(48) .bar-chart__bar {
    transition-delay: calc(48 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="49"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="49"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="49"] {
    width: calc(49 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="49"] {
        height: calc(49 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(49) .bar-chart__bar {
    transition-delay: calc(49 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="50"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="50"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="50"] {
    width: calc(50 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="50"] {
        height: calc(50 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(50) .bar-chart__bar {
    transition-delay: calc(50 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="51"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="51"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="51"] {
    width: calc(51 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="51"] {
        height: calc(51 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(51) .bar-chart__bar {
    transition-delay: calc(51 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="52"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="52"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="52"] {
    width: calc(52 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="52"] {
        height: calc(52 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(52) .bar-chart__bar {
    transition-delay: calc(52 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="53"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="53"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="53"] {
    width: calc(53 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="53"] {
        height: calc(53 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(53) .bar-chart__bar {
    transition-delay: calc(53 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="54"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="54"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="54"] {
    width: calc(54 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="54"] {
        height: calc(54 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(54) .bar-chart__bar {
    transition-delay: calc(54 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="55"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="55"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="55"] {
    width: calc(55 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="55"] {
        height: calc(55 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(55) .bar-chart__bar {
    transition-delay: calc(55 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="56"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="56"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="56"] {
    width: calc(56 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="56"] {
        height: calc(56 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(56) .bar-chart__bar {
    transition-delay: calc(56 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="57"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="57"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="57"] {
    width: calc(57 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="57"] {
        height: calc(57 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(57) .bar-chart__bar {
    transition-delay: calc(57 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="58"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="58"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="58"] {
    width: calc(58 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="58"] {
        height: calc(58 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(58) .bar-chart__bar {
    transition-delay: calc(58 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="59"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="59"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="59"] {
    width: calc(59 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="59"] {
        height: calc(59 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(59) .bar-chart__bar {
    transition-delay: calc(59 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="60"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="60"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="60"] {
    width: calc(60 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="60"] {
        height: calc(60 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(60) .bar-chart__bar {
    transition-delay: calc(60 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="61"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="61"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="61"] {
    width: calc(61 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="61"] {
        height: calc(61 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(61) .bar-chart__bar {
    transition-delay: calc(61 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="62"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="62"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="62"] {
    width: calc(62 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="62"] {
        height: calc(62 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(62) .bar-chart__bar {
    transition-delay: calc(62 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="63"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="63"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="63"] {
    width: calc(63 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="63"] {
        height: calc(63 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(63) .bar-chart__bar {
    transition-delay: calc(63 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="64"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="64"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="64"] {
    width: calc(64 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="64"] {
        height: calc(64 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(64) .bar-chart__bar {
    transition-delay: calc(64 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="65"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="65"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="65"] {
    width: calc(65 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="65"] {
        height: calc(65 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(65) .bar-chart__bar {
    transition-delay: calc(65 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="66"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="66"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="66"] {
    width: calc(66 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="66"] {
        height: calc(66 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(66) .bar-chart__bar {
    transition-delay: calc(66 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="67"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="67"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="67"] {
    width: calc(67 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="67"] {
        height: calc(67 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(67) .bar-chart__bar {
    transition-delay: calc(67 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="68"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="68"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="68"] {
    width: calc(68 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="68"] {
        height: calc(68 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(68) .bar-chart__bar {
    transition-delay: calc(68 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="69"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="69"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="69"] {
    width: calc(69 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="69"] {
        height: calc(69 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(69) .bar-chart__bar {
    transition-delay: calc(69 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="70"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="70"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="70"] {
    width: calc(70 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="70"] {
        height: calc(70 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(70) .bar-chart__bar {
    transition-delay: calc(70 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="71"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="71"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="71"] {
    width: calc(71 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="71"] {
        height: calc(71 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(71) .bar-chart__bar {
    transition-delay: calc(71 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="72"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="72"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="72"] {
    width: calc(72 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="72"] {
        height: calc(72 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(72) .bar-chart__bar {
    transition-delay: calc(72 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="73"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="73"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="73"] {
    width: calc(73 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="73"] {
        height: calc(73 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(73) .bar-chart__bar {
    transition-delay: calc(73 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="74"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="74"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="74"] {
    width: calc(74 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="74"] {
        height: calc(74 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(74) .bar-chart__bar {
    transition-delay: calc(74 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="75"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="75"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="75"] {
    width: calc(75 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="75"] {
        height: calc(75 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(75) .bar-chart__bar {
    transition-delay: calc(75 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="76"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="76"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="76"] {
    width: calc(76 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="76"] {
        height: calc(76 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(76) .bar-chart__bar {
    transition-delay: calc(76 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="77"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="77"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="77"] {
    width: calc(77 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="77"] {
        height: calc(77 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(77) .bar-chart__bar {
    transition-delay: calc(77 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="78"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="78"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="78"] {
    width: calc(78 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="78"] {
        height: calc(78 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(78) .bar-chart__bar {
    transition-delay: calc(78 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="79"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="79"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="79"] {
    width: calc(79 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="79"] {
        height: calc(79 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(79) .bar-chart__bar {
    transition-delay: calc(79 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="80"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="80"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="80"] {
    width: calc(80 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="80"] {
        height: calc(80 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(80) .bar-chart__bar {
    transition-delay: calc(80 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="81"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="81"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="81"] {
    width: calc(81 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="81"] {
        height: calc(81 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(81) .bar-chart__bar {
    transition-delay: calc(81 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="82"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="82"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="82"] {
    width: calc(82 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="82"] {
        height: calc(82 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(82) .bar-chart__bar {
    transition-delay: calc(82 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="83"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="83"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="83"] {
    width: calc(83 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="83"] {
        height: calc(83 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(83) .bar-chart__bar {
    transition-delay: calc(83 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="84"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="84"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="84"] {
    width: calc(84 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="84"] {
        height: calc(84 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(84) .bar-chart__bar {
    transition-delay: calc(84 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="85"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="85"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="85"] {
    width: calc(85 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="85"] {
        height: calc(85 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(85) .bar-chart__bar {
    transition-delay: calc(85 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="86"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="86"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="86"] {
    width: calc(86 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="86"] {
        height: calc(86 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(86) .bar-chart__bar {
    transition-delay: calc(86 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="87"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="87"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="87"] {
    width: calc(87 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="87"] {
        height: calc(87 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(87) .bar-chart__bar {
    transition-delay: calc(87 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="88"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="88"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="88"] {
    width: calc(88 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="88"] {
        height: calc(88 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(88) .bar-chart__bar {
    transition-delay: calc(88 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="89"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="89"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="89"] {
    width: calc(89 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="89"] {
        height: calc(89 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(89) .bar-chart__bar {
    transition-delay: calc(89 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="90"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="90"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="90"] {
    width: calc(90 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="90"] {
        height: calc(90 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(90) .bar-chart__bar {
    transition-delay: calc(90 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="91"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="91"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="91"] {
    width: calc(91 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="91"] {
        height: calc(91 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(91) .bar-chart__bar {
    transition-delay: calc(91 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="92"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="92"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="92"] {
    width: calc(92 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="92"] {
        height: calc(92 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(92) .bar-chart__bar {
    transition-delay: calc(92 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="93"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="93"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="93"] {
    width: calc(93 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="93"] {
        height: calc(93 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(93) .bar-chart__bar {
    transition-delay: calc(93 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="94"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="94"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="94"] {
    width: calc(94 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="94"] {
        height: calc(94 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(94) .bar-chart__bar {
    transition-delay: calc(94 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="95"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="95"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="95"] {
    width: calc(95 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="95"] {
        height: calc(95 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(95) .bar-chart__bar {
    transition-delay: calc(95 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="96"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="96"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="96"] {
    width: calc(96 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="96"] {
        height: calc(96 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(96) .bar-chart__bar {
    transition-delay: calc(96 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="97"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="97"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="97"] {
    width: calc(97 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="97"] {
        height: calc(97 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(97) .bar-chart__bar {
    transition-delay: calc(97 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="98"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="98"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="98"] {
    width: calc(98 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="98"] {
        height: calc(98 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(98) .bar-chart__bar {
    transition-delay: calc(98 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="99"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="99"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="99"] {
    width: calc(99 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="99"] {
        height: calc(99 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(99) .bar-chart__bar {
    transition-delay: calc(99 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="100"] {
    transition: all 0.4s ease;
    width: 0;
}

@media (min-width:992px) {
    .bar-chart__bar[data-quantity="100"] {
        height: 0;
        width: 100%;
    }
}

.bar-chart--animation-active .bar-chart__bar[data-quantity="100"] {
    width: calc(100 * 0.7%);
}

@media (min-width:992px) {
    .bar-chart--animation-active .bar-chart__bar[data-quantity="100"] {
        height: calc(100 * 1%);
        width: 100%;
    }
}

.bar-chart__bar-wrapper:nth-child(100) .bar-chart__bar {
    transition-delay: calc(100 * (0.4s) / 2);
}

.bar-chart__bar[data-quantity="100"] {
    background: #489d46;
}

.light .bar-chart__bar[data-quantity="100"] {
    background: #fee11a;
}

.bar-chart__quantity {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}

.bar-chart__title {
    color: #036936;
    flex: 1 1 auto;
    font-family: "Open Sans","Helvetica",sans-serif;
    margin-left: 1rem;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.225;
}

@media (min-width:992px) {
    .bar-chart__title {
        margin-left: 0;
        margin-top: 1rem;
        transform: translateY(calc(100% + 1rem));
    }
}

.light .bar-chart__title {
    color: #fee11a;
}

@media (min-width:992px) {
    .bar-chart__title.bar-chart__title--mobile {
        display: none;
    }
}

@media (max-width:991px) {
    .bar-chart__title.bar-chart__title--desktop {
        display: none;
    }
}

.bar-chart__overlay {
    right: 0;
    top: 5px;
}

@media (min-width:992px) {
    .bar-chart__overlay {
        left: 10px;
        top: 10px;
        right: auto;
    }

    .popup--right .bar-chart__overlay {
        left: auto;
        right: 10px;
    }
}

.bar-chart__overlay-title {
    font-family: "Open Sans","Helvetica",sans-serif;
    margin-top: 0;
    margin-bottom: 1.3rem;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

.bar-chart__overlay-description {
    font-family: "open_sanslight","Helvetica",sans-serif;
    margin-bottom: 1.5rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
}

.lcb-base-stats {
    text-align: center;
}

    .lcb-base-stats .field-name-field-stat {
        color: #036936;
        font-family: "Quadon-Regular","Helvetica",sans-serif;
        font-size: calc(42px + (90 - 42) * ((100vw - 320px) / (1200 - 320)));
        line-height: 1.2;
        margin-bottom: 1.2rem;
    }

@media (min-width:1200px) {
    .lcb-base-stats .field-name-field-stat {
        font-size: 90px;
    }
}

.light .lcb-base-stats .field-name-field-stat {
    color: #fee11a;
}

.lcb-base-stats .field-name-field-caption {
    font-family: "open_sanslight","Helvetica",sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
}

.grid__items {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -15px;
    margin-right: -15px;
}

.grid__item {
    float: left;
    margin-bottom: 3rem;
    min-width: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
    width: 100%;
}

.slideshow__slide--5-up .grid__item {
    width: 100%;
}

@media (min-width:480px) {
    .slideshow__slide--5-up .grid__item {
        width: 33%;
    }

        .slideshow__slide--5-up .grid__item:nth-child(3n+4) {
            clear: left;
        }
}

@media (min-width:768px) {
    .slideshow__slide--5-up .grid__item {
        width: 25%;
    }

        .slideshow__slide--5-up .grid__item:nth-child(3n+4) {
            clear: none;
        }

        .slideshow__slide--5-up .grid__item:nth-child(4n+5) {
            clear: left;
        }
}

@media (min-width:992px) {
    .slideshow__slide--5-up .grid__item {
        width: 20%;
    }

        .slideshow__slide--5-up .grid__item:nth-child(4n+5) {
            clear: none;
        }

        .slideshow__slide--5-up .grid__item:nth-child(5n+6) {
            clear: left;
        }
}

.slideshow__slide--4-up .grid__item {
    width: 100%;
}

@media (min-width:480px) {
    .slideshow__slide--4-up .grid__item {
        width: 50%;
    }

        .slideshow__slide--4-up .grid__item:nth-child(2n+3) {
            clear: left;
        }
}

@media (min-width:768px) {
    .slideshow__slide--4-up .grid__item {
        width: 33.333%;
    }

        .slideshow__slide--4-up .grid__item:nth-child(2n+3) {
            clear: none;
        }

        .slideshow__slide--4-up .grid__item:nth-child(3n+4) {
            clear: left;
        }
}

@media (min-width:992px) {
    .slideshow__slide--4-up .grid__item {
        width: 25%;
    }

        .slideshow__slide--4-up .grid__item:nth-child(3n+4) {
            clear: none;
        }

        .slideshow__slide--4-up .grid__item:nth-child(4n+5) {
            clear: left;
        }
}

.slideshow__slide--3-up .grid__item {
    width: 100%;
}

@media (min-width:480px) {
    .slideshow__slide--3-up .grid__item {
        width: 50%;
    }

        .slideshow__slide--3-up .grid__item:nth-child(2n+3) {
            clear: left;
        }
}

@media (min-width:992px) {
    .slideshow__slide--3-up .grid__item {
        width: 33.333%;
    }

        .slideshow__slide--3-up .grid__item:nth-child(2n+3) {
            clear: none;
        }

        .slideshow__slide--3-up .grid__item:nth-child(3n+4) {
            clear: left;
        }
}

.slideshow__slide--2-up .grid__item {
    width: 100%;
}

@media (min-width:992px) {
    .slideshow__slide--2-up .grid__item {
        width: 50%;
    }

        .slideshow__slide--2-up .grid__item:nth-child(2n+3) {
            clear: left;
        }
}

@media (max-width:479px) {
    .slideshow__slide--5-up .grid__item, .slideshow__slide--4-up .grid__item, .slideshow__slide--3-up .grid__item, .slideshow__slide--2-up .grid__item {
        width: 50%;
    }
}

.grid__item-inner {
    height: 0;
    padding-top: 100%;
    position: relative;
}

.grid__item-trigger-text {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}

.grid__item-image {
    background-color: #f1f2f2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

    .grid__item-image img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

.slideshow__slide--padded .grid__item-image img {
    object-fit: contain;
}

.grid__overlay {
    left: 10px;
    top: 10px;
}

.popup--right .grid__overlay {
    right: 10px;
    left: auto;
}

.grid__overlay-header {
    align-items: center;
    display: flex;
    margin-bottom: 1rem;
}

.grid__title {
    font-family: "Open Sans","Helvetica",sans-serif;
    flex: 1 1 auto;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

.grid__icon {
    height: 6rem;
    width: 6rem;
    flex: 0 0 auto;
}

    .grid__icon img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

.slideshow__slide--padded .grid__icon img {
    object-fit: contain;
}

.grid__text {
    margin-bottom: 3rem;
}

    .grid__text p:first-child {
        margin-top: 0;
    }

    .grid__text p:last-child {
        margin-bottom: 0;
    }

.bean-faculty-listing {
    margin-left: -15px;
    margin-right: -15px;
}

    .bean-faculty-listing .item-list > ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .bean-faculty-listing .item-list > ul > li {
            float: left;
            margin-left: 0;
            margin-bottom: 3rem;
            padding-left: 15px;
            padding-right: 15px;
            width: 100%;
        }

.slideshow__slide--5-up .bean-faculty-listing .item-list > ul > li {
    width: 100%;
}

@media (min-width:480px) {
    .slideshow__slide--5-up .bean-faculty-listing .item-list > ul > li {
        width: 33%;
    }

        .slideshow__slide--5-up .bean-faculty-listing .item-list > ul > li:nth-child(3n+4) {
            clear: left;
        }
}

@media (min-width:768px) {
    .slideshow__slide--5-up .bean-faculty-listing .item-list > ul > li {
        width: 25%;
    }

        .slideshow__slide--5-up .bean-faculty-listing .item-list > ul > li:nth-child(3n+4) {
            clear: none;
        }

        .slideshow__slide--5-up .bean-faculty-listing .item-list > ul > li:nth-child(4n+5) {
            clear: left;
        }
}

@media (min-width:992px) {
    .slideshow__slide--5-up .bean-faculty-listing .item-list > ul > li {
        width: 20%;
    }

        .slideshow__slide--5-up .bean-faculty-listing .item-list > ul > li:nth-child(4n+5) {
            clear: none;
        }

        .slideshow__slide--5-up .bean-faculty-listing .item-list > ul > li:nth-child(5n+6) {
            clear: left;
        }
}

.slideshow__slide--4-up .bean-faculty-listing .item-list > ul > li {
    width: 100%;
}

@media (min-width:480px) {
    .slideshow__slide--4-up .bean-faculty-listing .item-list > ul > li {
        width: 50%;
    }

        .slideshow__slide--4-up .bean-faculty-listing .item-list > ul > li:nth-child(2n+3) {
            clear: left;
        }
}

@media (min-width:768px) {
    .slideshow__slide--4-up .bean-faculty-listing .item-list > ul > li {
        width: 33.333%;
    }

        .slideshow__slide--4-up .bean-faculty-listing .item-list > ul > li:nth-child(2n+3) {
            clear: none;
        }

        .slideshow__slide--4-up .bean-faculty-listing .item-list > ul > li:nth-child(3n+4) {
            clear: left;
        }
}

@media (min-width:992px) {
    .slideshow__slide--4-up .bean-faculty-listing .item-list > ul > li {
        width: 25%;
    }

        .slideshow__slide--4-up .bean-faculty-listing .item-list > ul > li:nth-child(3n+4) {
            clear: none;
        }

        .slideshow__slide--4-up .bean-faculty-listing .item-list > ul > li:nth-child(4n+5) {
            clear: left;
        }
}

.slideshow__slide--3-up .bean-faculty-listing .item-list > ul > li {
    width: 100%;
}

@media (min-width:480px) {
    .slideshow__slide--3-up .bean-faculty-listing .item-list > ul > li {
        width: 50%;
    }

        .slideshow__slide--3-up .bean-faculty-listing .item-list > ul > li:nth-child(2n+3) {
            clear: left;
        }
}

@media (min-width:992px) {
    .slideshow__slide--3-up .bean-faculty-listing .item-list > ul > li {
        width: 33.333%;
    }

        .slideshow__slide--3-up .bean-faculty-listing .item-list > ul > li:nth-child(2n+3) {
            clear: none;
        }

        .slideshow__slide--3-up .bean-faculty-listing .item-list > ul > li:nth-child(3n+4) {
            clear: left;
        }
}

.slideshow__slide--2-up .bean-faculty-listing .item-list > ul > li {
    width: 100%;
}

@media (min-width:992px) {
    .slideshow__slide--2-up .bean-faculty-listing .item-list > ul > li {
        width: 50%;
    }

        .slideshow__slide--2-up .bean-faculty-listing .item-list > ul > li:nth-child(2n+3) {
            clear: left;
        }
}

.bean-faculty-listing .field-name-field-image {
    margin-bottom: 1.2rem;
}

.bean-faculty-listing .faculty-grid__name {
    font-family: "Open Sans","Helvetica",sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
}

.bean-faculty-listing .faculty__overlay-link {
    display: block;
    text-decoration: none;
}

    .bean-faculty-listing .faculty__overlay-link:hover {
        text-decoration: underline;
    }

    .bean-faculty-listing .faculty__overlay-link:focus {
        box-shadow: 0 0 0 3px inset #fee11a;
    }

.bean-faculty-listing .faculty__overlay {
    left: 10px;
    top: 10px;
}

.bean-faculty-listing .popup--right .faculty__overlay {
    left: auto;
    right: 10px;
}

.bean-faculty-listing .faculty__overlay-header {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

    .bean-faculty-listing .faculty__overlay-header .faculty__overlay-name {
        font-family: "Quadon-Regular","Helvetica",sans-serif;
        flex: 1 1 auto;
        padding-right: 0.5rem;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.1;
    }

    .bean-faculty-listing .faculty__overlay-header .field-name-field-image {
        flex: 0 0 auto;
        width: 6.7rem;
    }

.bean-faculty-listing .field-name-field-title {
    color: #4f565a;
    font-family: "Quadon-Regular","Helvetica",sans-serif;
    margin-bottom: 2rem;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
}

.bean-faculty-listing .field-name-field-office, .bean-faculty-listing .field-name-field-phone, .bean-faculty-listing .field-name-field-email, .bean-faculty-listing .field-name-field-cv {
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 4.8rem;
    font-family: "Open Sans","Helvetica",sans-serif;
}

.bean-faculty-listing .field-name-field-office {
    background-image: url(/sites/default/themes/uolcb2019/images/location.svg);
}

.bean-faculty-listing .field-name-field-phone {
    background-image: url(/sites/default/themes/uolcb2019/images/phone.svg);
}

.bean-faculty-listing .field-name-field-email {
    background-image: url(/sites/default/themes/uolcb2019/images/email.svg);
}

.bean-faculty-listing .field-name-field-link {
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

    .bean-faculty-listing .field-name-field-link a {
        appearance: none;
        background-color: transparent;
        border: 2px solid #333333;
        border-radius: 4px;
        color: #333333;
        display: inline-block;
        font-family: "Quadon-Medium","Helvetica",sans-serif;
        padding: 0.75em;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.2s;
        white-space: normal;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.2;
    }

@media (max-width:767px) {
    .bean-faculty-listing .field-name-field-link a {
        display: block;
        width: 100%;
    }
}

.bean-faculty-listing .field-name-field-link a:hover, .bean-faculty-listing .field-name-field-link a:focus {
    background-color: #20883f;
    color: white;
    border-color: #333333;
    text-decoration: none;
}

.light .bean-faculty-listing .field-name-field-link a {
    color: #333333;
}

    .light .bean-faculty-listing .field-name-field-link a:hover, .light .bean-faculty-listing .field-name-field-link a:focus {
        color: white;
    }

.light .bean-faculty-listing .field-name-field-link a {
    appearance: none;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 4px;
    color: white;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .light .bean-faculty-listing .field-name-field-link a {
        display: block;
        width: 100%;
    }
}

.light .bean-faculty-listing .field-name-field-link a:hover, .light .bean-faculty-listing .field-name-field-link a:focus {
    background-color: #20883f;
    color: white;
    border-color: white;
    text-decoration: none;
}

.light .light .bean-faculty-listing .field-name-field-link a {
    color: white;
}

    .light .light .bean-faculty-listing .field-name-field-link a:hover, .light .light .bean-faculty-listing .field-name-field-link a:focus {
        color: white;
    }

.light .popup__popup .bean-faculty-listing .field-name-field-link a {
    appearance: none;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .light .popup__popup .bean-faculty-listing .field-name-field-link a {
        display: block;
        width: 100%;
    }
}

.light .popup__popup .bean-faculty-listing .field-name-field-link a:hover, .light .popup__popup .bean-faculty-listing .field-name-field-link a:focus {
    background-color: #20883f;
    color: white;
    border-color: #333333;
    text-decoration: none;
}

.light .light .popup__popup .bean-faculty-listing .field-name-field-link a {
    color: #333333;
}

    .light .light .popup__popup .bean-faculty-listing .field-name-field-link a:hover, .light .light .popup__popup .bean-faculty-listing .field-name-field-link a:focus {
        color: white;
    }

.faculty__profile-link {
    margin-bottom: 1.5rem;
    margin-top: 1.7rem;
}

    .faculty__profile-link a {
        appearance: none;
        background-color: transparent;
        border: 2px solid #333333;
        border-radius: 4px;
        color: #333333;
        display: inline-block;
        font-family: "Quadon-Medium","Helvetica",sans-serif;
        padding: 0.75em;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.2s;
        white-space: normal;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.2;
        width: 100%;
    }

@media (max-width:767px) {
    .faculty__profile-link a {
        display: block;
        width: 100%;
    }
}

.faculty__profile-link a:hover, .faculty__profile-link a:focus {
    background-color: #20883f;
    color: white;
    border-color: #333333;
    text-decoration: none;
}

.light .faculty__profile-link a {
    color: #333333;
}

    .light .faculty__profile-link a:hover, .light .faculty__profile-link a:focus {
        color: white;
    }

.light .faculty__profile-link a {
    appearance: none;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 4px;
    color: white;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .light .faculty__profile-link a {
        display: block;
        width: 100%;
    }
}

.light .faculty__profile-link a:hover, .light .faculty__profile-link a:focus {
    background-color: #20883f;
    color: white;
    border-color: white;
    text-decoration: none;
}

.light .light .faculty__profile-link a {
    color: white;
}

    .light .light .faculty__profile-link a:hover, .light .light .faculty__profile-link a:focus {
        color: white;
    }

.light .popup__popup .faculty__profile-link a {
    appearance: none;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium","Helvetica",sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (max-width:767px) {
    .light .popup__popup .faculty__profile-link a {
        display: block;
        width: 100%;
    }
}

.light .popup__popup .faculty__profile-link a:hover, .light .popup__popup .faculty__profile-link a:focus {
    background-color: #20883f;
    color: white;
    border-color: #333333;
    text-decoration: none;
}

.light .light .popup__popup .faculty__profile-link a {
    color: #333333;
}

    .light .light .popup__popup .faculty__profile-link a:hover, .light .light .popup__popup .faculty__profile-link a:focus {
        color: white;
    }

.social-media {
    position: relative;
}

    .social-media .owl-carousel .owl-stage {
        display: flex;
    }

        .social-media .owl-carousel .owl-stage .owl-item {
            flex: 0 0 auto;
        }

    .social-media .owl-nav {
        margin-top: 3rem;
    }

.social-media__item {
    background-color: white;
    border: 1px solid #d1d3d4;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.social-media__item-main {
    flex: 1 1 auto;
}

.social-media__image {
    height: 0;
    padding-top: 52.173%;
    position: relative;
}

    .social-media__image img {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: cover;
        width: 100%;
    }

.social-media__content {
    color: #333333;
    padding: 1.8rem 1.5rem 2.5rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
}

    .social-media__content a {
        color: #036936;
    }

        .social-media__content a:hover, .social-media__content a:focus {
            color: black;
        }

.social-media__item-footer {
    align-items: center;
    border-top: 1px solid #d1d3d4;
    display: flex;
    flex: 0 0 auto;
    margin: 0 1.5rem;
    padding: 1.5rem 0;
}

.social-media__profile-icon {
    flex: 0 0 auto;
    height: 5rem;
    width: 5rem;
}

    .social-media__profile-icon img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

.social-media__type {
    flex: 0 0 auto;
    height: 4rem;
    width: 4rem;
    padding: 0.75rem;
}

    .social-media__type img {
        object-fit: contain;
        height: 100%;
        width: 100%;
    }

.social-media__name {
    color: #333333;
    display: block;
    font-family: "open_sanssemibold","Helvetica",sans-serif;
    margin-bottom: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.25;
}

.social-media__user-info:hover > a .social-media__name, .social-media__user-info:focus > a .social-media__name {
    text-decoration: underline;
}

.social-media__user-info {
    flex: 1 1 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

    .social-media__user-info > a {
        text-decoration: none;
    }

.social-media__timestamp {
    color: #333333;
    display: block;
    font-family: "open_sanslight","Helvetica",sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.25;
}

.social-media__footer {
    margin-top: 2.5rem;
    text-align: center;
}

    .social-media__footer .field-items {
        display: inline-block;
    }

    .social-media__footer .field-item {
        display: inline-block;
    }

        .social-media__footer .field-item .sociallink {
            display: inline-block;
        }

    .social-media__footer .field-label {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px,1px,1px,1px);
    }

@media (min-width:992px) {
    .span12 > .lcb-socialmedia .social-media__footer, .span11 > .lcb-socialmedia .social-media__footer, .span10 > .lcb-socialmedia .social-media__footer {
        bottom: -0.8rem;
        float: right;
        margin-top: 0;
        position: absolute;
        right: 0;
        z-index: 3;
    }
}

#repeatEmailDiv {
    display: none !important;
}

.repeat-email {
    display: none;
}


.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
        font-family: Quadon-Regular, 'Opren Sans', sans-serif;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 49%
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: 700;
        border: 0
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em;
            width: auto;
            overflow: visible
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
                float: right
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px
    }


    @media (min-width: 500px)
    {
        .btn, .btn-brighten {
            appearance: none;
            background-color: #fee11a;
            border: 2px solid #fee11a;
            border-radius: 4px;
            color: #333333;
            display: inline-block;
            font-family: "Quadon-Medium","Helvetica",sans-serif;
            padding: 0.75em;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            transition: all 0.2s;
            white-space: normal;
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.2;
            width: unset;
        }

        .btn-brighten-sm {
            appearance: none;
            background-color: #fee11a;
            border: 2px solid #fee11a;
            border-radius: 2px;
            color: #333333;
            display: inline-block;
            font-family: "Quadon-Medium","Helvetica",sans-serif;
            padding: 0.5em;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            transition: all 0.2s;
            white-space: normal;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1;
            margin-bottom: 5px;
        }
    }

input[type=radio] + label {
    margin-left: 5px;
    margin-right: 15px;
    display: inline;
    line-height: 2em;
}

input[type=checkbox] + label {
    margin-left: 5px;
    margin-right: 15px;
    display: inline;
    line-height: 2em;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th,
.table-borderless > tbody,
.table-borderless > thead,
.table-borderless > tfoot {
    border: none;
}

.padded {
    margin-bottom: 10px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.form-group-sm {
    margin-bottom: 15px;
}

.indented {
    margin-left: 30px;
    margin-top: 0px;
}


hr {
    border: 0px;
    height: 0px;
    border-top: 1px dashed #9a9c9f;
}

.mini-calendar-next-prev {
    background-color: #fee11a;
    text-align: center;
    vertical-align: middle;
}

.mini-calendar-title {
    font-family: Quadon-Bold;
    font-size: 1.35em;
}

.mini-calendar-day-header {
    font-family: Quadon-Regular;
    text-transform: uppercase;
    text-align: center;
}

.mini-calendar a {
    text-decoration: none;
}

.mini-calendar-other-month {
    background-color: #f2f2f2;
}

.mini-calendar-today {
    border: 2px solid #fee11a;
    background-color: #FEF5BA;
}

.extra-condensed td, th {
    padding-left: 2px !important;
    padding-right: 1px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    margin-bottom: 0px !important;
}

.extra-condensed th {
    /*padding-left: 2px !important;
            padding-right: 1px !important;*/
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.extra-condensed {
    margin-bottom: 0px !important;
}

.extra-condensed td {
    padding: 0px 0px 0px !important;
    /*font-size: .95em;
    margin: 2px !important;*/
}

.extra-condensed label {
    margin-left: 2px;
}

.extra-condensed a:link {
    margin-left: 2px;
}

.highlight {
    background-color: #FEF5BA;
}

.extra-condensed a:link {
    text-decoration: none;
}

.day-repeater td a:hover {
    background-color: #FEF5BA;
    text-decoration: none;
}

.day-repeater td a {
    /*display: inline-block;*/
    height: 100%;
    width: 100%;
}

.double {
    zoom: 1.5;
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.modal-progress {
    position: fixed;
    z-index: 999;
    height: 100% !important;
    width: 100% !important;
    margin-left: 0px !important;
    left: 0;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center {
    z-index: 1000;
    margin: 300px auto;
    width: 130px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .center img {
        height: 128px;
        width: 128px;
    }

.aspCheckBox > label {
    font-family: 'Open Sans';
    font-size: 1.6rem;
    font-weight: 400;
}

.webform-submit {
    appearance: none;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    font-family: "Quadon-Medium", "Helvetica", sans-serif;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

.button-style-btn-shade .webform-submit:hover, .button-style-btn-shade .webform-submit:focus {
    background-color: #20883f;
    color: white;
    border-color: #333333;
    text-decoration: none;
}

@media (max-width: 500px) {
    .webform-submit {
        display: block;
        width: 100%;
    }

    .button-style-btn-shade .webform-submit:hover, .button-style-btn-shade .webform-submit:focus {
        background-color: #20883f;
        color: white;
        border-color: #333333;
        text-decoration: none;
    }
}