.hidden {
    display: none;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
    position: static !important;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
}

.invisible {
    visibility: hidden;
}

#sliding-popup {
    background: url(/modules/contrib/eu_cookie_compliance/images/gradient.png) center center scroll repeat-y transparent;
}

.sliding-popup-bottom, .sliding-popup-top {
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 99999;
    left: 0;
    text-align: center;
}

.sliding-popup-bottom {
    position: fixed;
}

.sliding-popup-top {
    position: relative;
}

.eu-cookie-compliance-content {
    margin: 0 auto;
    max-width: 80%;
    display: inline-block;
    text-align: left;
    width: 100%;
}

.eu-cookie-compliance-buttons {
    float: right;
    margin: 0 0 1em 0;
    max-width: 40%;
}

.eu-cookie-compliance-categories-buttons {
    margin: 0 0 1em 0;
    max-width: 60%;
    float: left;
}

[dir="rtl"] .eu-cookie-compliance-buttons {
    float: left;
}

[dir="rtl"] .eu-cookie-compliance-categories-buttons {
    float: right;
}

.eu-cookie-compliance-more-button {
    cursor: pointer;
    display: inline;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: underline;
    background: none;
}

.eu-cookie-compliance-secondary-button {
    cursor: pointer;
    border: none;
    background: none;
    margin-top: 1em;
    padding: 0 8px;
    vertical-align: middle;
}

.disagree-button.eu-cookie-compliance-more-button, .eu-cookie-compliance-agree-button, .eu-cookie-compliance-default-button, .eu-cookie-compliance-hide-button, .eu-cookie-compliance-more-button-thank-you, .eu-cookie-withdraw-button, .eu-cookie-compliance-save-preferences-button {
    cursor: pointer;
    margin-right: 5px;
    margin-top: 1em;
    vertical-align: middle;
    overflow: visible;
    width: auto;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff;
    -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
    box-shadow: inset 0 1px 0 0 #ffffff;
    background-color: #ededed;
    background-image: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf));
    background-image: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background-image: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background-image: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background-image: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    color: #000;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding: 4px 8px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #ffffff;
}

[dir="rtl"] .eu-cookie-compliance-buttons button {
    -moz-box-shadow: inset 0 0 0 1px #ffffff;
    -webkit-box-shadow: inset 0 0 0 1px #ffffff;
    box-shadow: inset 0 0 0 1px #ffffff;
}

.disagree-button.eu-cookie-compliance-more-button:hover, .eu-cookie-compliance-agree-button:hover, .eu-cookie-compliance-default-button:hover, .eu-cookie-compliance-hide-button:hover, .eu-cookie-compliance-more-button-thank-you:hover, .eu-cookie-withdraw-button:hover {
    background-color: #dfdfdf;
    background-image: -moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed));
    background-image: -webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background-image: -o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background-image: -ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
}

.disagree-button.eu-cookie-compliance-more-button:active, .eu-cookie-compliance-agree-button:active, .eu-cookie-compliance-default-button:active, .eu-cookie-compliance-hide-button:active, .eu-cookie-compliance-more-button-thank-you:active, .eu-cookie-withdraw-button:active {
    position: relative;
    top: 1px;
}

.eu-cookie-compliance-message {
    float: left;
    margin: 5px 0 0;
    max-width: 60%;
}

.eu-cookie-compliance-banner--categories .eu-cookie-compliance-message {
    max-width: 100%;
}

.eu-cookie-compliance-categories {
    clear: both;
    padding-top: 1em;
}

.eu-cookie-compliance-categories label {
    display: inline;
}

[dir="rtl"] .eu-cookie-compliance-message {
    float: right;
    text-align: right;
}

.eu-cookie-compliance-message h1, .eu-cookie-compliance-message h2, .eu-cookie-compliance-message h3, .eu-cookie-compliance-message p {
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 5px 0;
}

.eu-cookie-compliance-message h1 {
    font-size: 24px;
}

.eu-cookie-compliance-message h2 {
    font-size: 16px;
}

.eu-cookie-compliance-message h3 {
    font-size: 12px;
}

.eu-cookie-compliance-message p {
    font-size: 12px;
    display: inline;
}

.eu-cookie-withdraw-tab {
    padding: 4px 7px;
    cursor: pointer;
}

.sliding-popup-bottom .eu-cookie-withdraw-tab {
    border-width: 2px 2px 0;
    border-radius: 5px 5px 0 0;
}

.sliding-popup-top .eu-cookie-withdraw-tab {
    border-width: 0 2px 2px;
    border-radius: 0 0 5px 5px;
}

.eu-cookie-withdraw-wrapper.sliding-popup-top, .eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-banner {
    transform: scaleY(-1);
}

.eu-cookie-withdraw-tab {
    position: absolute;
    top: 0;
    transform: translate(-50%, -100%);
    left: 50%;
}

.eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-tab {
    transform: translate(-50%, -100%) scaleY(-1);
}

@media screen and (max-width: 600px) {
    .eu-cookie-compliance-content {
        max-width: 95%;
    }

    .eu-cookie-compliance-categories, .eu-cookie-compliance-message {
        max-width: 100%;
    }

    .eu-cookie-compliance-buttons {
        clear: both;
        float: none;
        max-width: 100%;
        margin: 5px 0 1em;
    }

    .eu-cookie-compliance-buttons.eu-cookie-compliance-has-categories {
        float: right;
        margin-top: -56px;
    }

    .eu-cookie-compliance-banner--categories .eu-cookie-compliance-buttons {
        position: initial;
        bottom: unset;
        right: unset;
    }
}

svg.ext {
    width: 14px;
    height: 14px;
    padding-right: 0.2em;
    fill: #727272;
    font-weight: 900;
}

svg.mailto {
    width: 14px;
    height: 14px;
    padding-right: 0.2em;
    fill: #727272;
}

svg.ext path, svg.mailto path {
    stroke: #727272;
    stroke-width: 3;
}

@media print {
    svg.ext, svg.mailto {
        display: none;
        padding: 0;
    }
}

extlink i {
    padding-left: 0.2em;
}

.block.divider hr {
    height: 0;
    border-width: 2px 0 0;
    border-style: solid
}

.block.divider hr.dotted {
    border-width: 3px 0 0;
    border-style: dotted
}

.block.text-grid .equal-height {
    display: flex
}

.block.text-grid .row.header .icon {
    width: 56px;
    height: 56px;
    margin-top: 8px;
    margin-right: 30px
}

.block.text-grid .row.header .icon .icomoon {
    font-size: 56px
}

.block.text-grid .row.header .text {
    align-self: center
}

.block.text-grid .row.header .text > *:first-child {
    margin-top: 0
}

.block.text-grid .row.header .text > *:last-child {
    margin-bottom: 0
}

.block.text-grid .row.header .text h2:last-child {
    margin-top: 8px
}

.block.text-grid .row.divider hr {
    width: 100%;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: inherit
}

.block.text-grid .row.divider.dotted hr {
    border-style: dotted
}

.block.text-grid .row.section ~ .row.divider {
    margin-top: 20px
}

.block.text-grid .text-chunk {
    padding: 15px 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: inherit
}

.block.text-grid .text-chunk > *:first-child {
    margin-top: 0
}

.block.text-grid .text-chunk > *:last-child {
    margin-bottom: 0
}

.block.text-grid .text-chunk h4 {
    margin-bottom: 3px
}

.block.text-grid .text-chunk h4 + * {
    margin-top: 0
}

@media only screen and (max-width: 992px) {
    .block.text-grid .row.section [class*="col-"]:first-child > .text-chunk {
        border-top-width: 0;
        margin-top: -15px
    }

    .block.text-grid .row.section [class*="col-"]:last-child > .text-chunk {
        margin-bottom: -15px
    }

    .block.text-grid .row.sub-section [class*="col-"]:first-child > .text-chunk {
        margin-top: 0px
    }

    .block.text-grid .row.sub-section [class*="col-"]:last-child > .text-chunk {
        margin-bottom: 0px
    }
}

@media only screen and (min-width: 992px) {
    .block.text-grid .row.section ~ .row.divider {
        margin-top: 40px
    }

    .block.text-grid .row.section [class*="col-"]:nth-child(1) > .text-chunk, .block.text-grid .row.section [class*="col-"]:nth-child(2) > .text-chunk {
        border-top-width: 0;
        margin-top: -15px
    }

    .block.text-grid .row.section [class*="col-"]:nth-last-child(1) > .text-chunk, .block.text-grid .row.section [class*="col-"]:nth-last-child(2) > .text-chunk {
        margin-bottom: -15px
    }
}

@font-face {
    font-family: 'ucws-text-grid';
    src: url(/sites/default/files/micon/ucws-text-grid/fonts/ucws-text-grid.eot);
    src: url(/sites/default/files/micon/ucws-text-grid/fonts/ucws-text-grid.eot) format('embedded-opentype'), url(/sites/default/files/micon/ucws-text-grid/fonts/ucws-text-grid.woff2) format('woff2'), url(/sites/default/files/micon/ucws-text-grid/fonts/ucws-text-grid.ttf) format('truetype'), url(/sites/default/files/micon/ucws-text-grid/fonts/ucws-text-grid.woff) format('woff'), url(/sites/default/files/micon/ucws-text-grid/fonts/ucws-text-grid.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ucws-text-grid-"], [class*=" ucws-text-grid-"] {
    font-family: 'ucws-text-grid' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ucws-text-grid-gear:before {
    content: "\e900";
}

.ucws-text-grid-science:before {
    content: "\e901";
}

.ucws-text-grid-telescope:before {
    content: "\e902";
}

.ucws-text-grid-stars:before {
    content: "\e904";
}

.ucws-text-grid-search:before {
    content: "\e905";
}

.ucws-text-grid-pencil-leaves:before {
    content: "\e909";
}

.ucws-text-grid-lightbulb:before {
    content: "\e90b";
}

.ucws-text-grid-growing:before {
    content: "\e914";
}

.ucws-text-grid-diploma:before {
    content: "\e916";
}

.ucws-text-grid-calculator:before {
    content: "\e91f";
}

.ucws-text-grid-atomic:before {
    content: "\e929";
}

.ucws-text-grid-theatre:before {
    content: "\e92c";
}

.ucws-text-grid-award:before {
    content: "\e932";
}

.ucws-text-grid-antenna:before {
    content: "\e936";
}

.ucws-text-grid-compass:before {
    content: "\e940";
}

.ucws-text-grid-creative-thinking:before {
    content: "\e944";
}

.ucws-text-grid-hand-earth:before {
    content: "\e951";
}

.ucws-text-grid-plant:before {
    content: "\e952";
}

.ucws-text-grid-mountains:before {
    content: "\e954";
}

.ucws-text-grid-open-letter:before {
    content: "\e955";
}

.ucws-text-grid-building:before {
    content: "\e95f";
}

.ucws-text-grid-origami:before {
    content: "\e962";
}

.ucws-text-grid-painting:before {
    content: "\e964";
}

.ucws-text-grid-pencil-ruler:before {
    content: "\e965";
}

.ucws-text-grid-shine:before {
    content: "\e969";
}

.ucws-text-grid-graphs:before {
    content: "\e96a";
}

.ucws-text-grid-energize:before {
    content: "\e96b";
}

.ucws-text-grid-agriculture:before {
    content: "\e96c";
}

.ucws-text-grid-creative:before {
    content: "\e96d";
}

.ucws-text-grid-film:before {
    content: "\e96e";
}

.ucws-text-grid-financial:before {
    content: "\e96f";
}

.ucws-text-grid-green-energy:before {
    content: "\e970";
}

.ucws-text-grid-manufacturing:before {
    content: "\e971";
}

.ucws-text-grid-house:before {
    content: "\e972";
}

.ucws-text-grid-technology:before {
    content: "\e973";
}

.ucws-text-grid-transportation:before {
    content: "\e974";
}

.ucws-text-grid-oil:before {
    content: "\e975";
}

.ucws-text-grid-pencil:before {
    content: "\e976";
}

.ucws-text-grid-money:before {
    content: "\e977";
}

.ucws-text-grid-graduation:before {
    content: "\e978";
}

.ucws-text-grid-courses:before {
    content: "\e979";
}

.ucws-text-grid-calendar:before {
    content: "\e97a";
}

.ucws-text-grid-checklist:before {
    content: "\e97b";
}

.ucws-text-grid-awards1:before {
    content: "\e97c";
}

.ucws-text-grid-funding:before {
    content: "\e97d";
}

.ucws-text-grid-degrees:before {
    content: "\e97e";
}

.ucws-text-grid-specialization:before {
    content: "\e97f";
}

.ucws-text-grid-supervisor:before {
    content: "\e980";
}

.layout--onecol .layout__region {
    width: 100%;
}