* {
    font-family: 'Myriad Pro Regular', Arial;
}

@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Myriad Pro Regular'), url(MYRIADPRO-REGULAR.woff) format("woff")
}

@font-face {
    font-family: 'Myriad Pro Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Myriad Pro Condensed'), url(MYRIADPRO-COND.woff) format("woff")
}

@font-face {
    font-family: 'Myriad Pro Condensed Italic';
    font-style: normal;
    font-weight: 400;
    src: local('Myriad Pro Condensed Italic'), url(MYRIADPRO-CONDIT.woff) format("woff")
}

@font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: 400;
    src: local('Myriad Pro Light'), url(MyriadPro-Light.woff) format("woff")
}

@font-face {
    font-family: 'Myriad Pro Semibold';
    font-style: normal;
    font-weight: 400;
    src: local('Myriad Pro Semibold'), url(MYRIADPRO-SEMIBOLD.woff) format("woff")
}

@font-face {
    font-family: 'Myriad Pro Semibold Italic';
    font-style: normal;
    font-weight: 400;
    src: local('Myriad Pro Semibold Italic'), url(MYRIADPRO-SEMIBOLDIT.woff) format("woff")
}

@font-face {
    font-family: 'Myriad Pro Bold Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Myriad Pro Bold Condensed'), url(MYRIADPRO-BOLDCOND.woff) format("woff")
}

@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: 400;
    src: local('Myriad Pro Bold'), url(MYRIADPRO-BOLD.woff) format("woff")
}

@font-face {
    font-family: 'Myriad Pro Bold Italic';
    font-style: normal;
    font-weight: 400;
    src: local('Myriad Pro Bold Italic'), url(MYRIADPRO-BOLDIT.woff) format("woff")
}

@font-face {
    font-family: 'Myriad Pro Bold Condensed Italic';
    font-style: normal;
    font-weight: 400;
    src: local('Myriad Pro Bold Condensed Italic'), url(MYRIADPRO-BOLDCONDIT.woff) format("woff")
}

a {
    color: #555;
    text-decoration: none;
}

#page {
    margin-top: -50px !important;
}

#page-mod-assign-grader #page {
    margin-top: -200px !important;
}

.box.py-3.errorbox.alert.alert-danger[data-rel="fatalerror"] {
    margin-top: 10%
}

#page-login-index #page {
    background: url('https://leed-dev.widedemos.info/assets/cepol-login-back.jpg') no-repeat;
    background-size: cover;
    width: 100%;
}

#nav-drawer {
    top: 109px !important;
}

[data-region=right-hand-drawer].drawer {
    top: 120px !important;
    height: 81%;
}

.workplacelogin {
    background: rgb(255, 255, 255, 0.7);
    padding: 20px;
}

#login-page-footer {
    color: #fff;
}

#login-page-footer a {
    color: #fff;
}

.bg-gray020 {
    background-color: rgb(0, 0, 0, 0.4) !important;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .grid {
        max-width: 100%;
    }
}

.card1 {
    position: relative;
    flex: 1 1 100%;
    margin: 31px 0;
    padding: 20px;
    background: #fff;
}

@media screen and (min-width: 768px) {
    .card1 {
        flex-basis: calc(27.33% - (62px + 40px));
        margin: 0 5px;
    }
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus {
    color: #000;
    background-color: #fdaf17;
}

.card1.card__three {
    background: #f8f8f8;
}

.grid h4 {
    font-weight: 700;
    margin-top: 10px;
    color: #FCAF17 !important;
    height: 30px !important;
    text-align: center;
}

.card__thumb {
    overflow: hidden;
}

.card__img {
    margin: -20px -20px 0;
}

.card2__img {
    margin: -20px -20px 0;
}

.card3__img {
    margin: -20px -20px 0;
}

.card__img img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
    box-sizing: border-box;
}

.card2__img img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
    box-sizing: border-box;
}

.card3__img img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
    box-sizing: border-box;
}

.card__desc {
    margin-top: 20px;
}

.card__two .card__img {
    padding: 10px 10px 0 10px;
}

.card__two {
    border: 1px solid #f1f1f1;
}

.card__one {
    transition: transform 0.5s;
    border: 1px solid #e1e1e1;
}

.card__one::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .15);
    content: '';
    opacity: 0;
    z-index: -1;
}

.card__one:hover, .card__one:focus {
    transform: scale3d(1.006, 1.006, 1);
}

.card__one:hover::after, .card__one:focus::after {
    opacity: 1;
}

.card__two::before, .card__two::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 0.38s ease-in-out, transform 0.35s ease-in-out;
    content: '';
    opacity: 0;
    pointer-events: none;
}

.card__two::before {
    transform: scale3d(0, 1, 1);
    transform-origin: left top;
    border-top: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
}

.card__two::after {
    transform: scale3d(1, 0, 1);
    transform-origin: right top;
    border-right: 1px solid #acacac;
    border-left: 1px solid #acacac;
}

.card__two:hover::before, .card__two:focus::before, .card__two:hover::after, .card__two:focus::after {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.card__three::before, .card__three::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform 0.3s ease-out 0s;
    background: rgba(255, 255, 255, .1);
    content: '';
    pointer-events: none;
}

.card__three::before {
    transform-origin: left top;
}

.card__three::after {
    transform-origin: right bottom;
}

.card__three:hover::before, .card__three:focus::before, .card__three:hover::after, .card__three:focus::after {
    transform: scale3d(1, 1, 1);
}

.elastislide-list {
    list-style-type: none;
    display: none;
}

.no-js .elastislide-list {
    display: block;
}

.elastislide-carousel ul li {
    min-width: 20px;
}

.elastislide-wrapper {
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    min-height: 60px;
}

.elastislide-wrapper.elastislide-loading {
    background-image: url(https://tympanus.net/Development/Elastislide/images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.elastislide-horizontal {
    padding: 10px 40px;
}

.elastislide-vertical {
    padding: 40px 10px;
}

.elastislide-carousel {
    overflow: hidden;
    position: relative;
}

.elastislide-carousel ul {
    position: relative;
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.elastislide-horizontal ul {
    white-space: nowrap;
}

.elastislide-carousel ul li {
    margin: 0;
    -webkit-backface-visibility: hidden;
}

.elastislide-horizontal ul li {
    height: 100%;
    display: inline-block;
}

.elastislide-vertical ul li {
    display: block;
}

.elastislide-carousel ul li a {
    display: inline-block;
    width: 100%;
}

.elastislide-carousel ul li a img {
    display: block;
    border: 2px solid white;
    max-width: 100%;
}

.elastislide-wrapper nav span {
    position: absolute;
    background: #ddd url(https://tympanus.net/Development/Elastislide/images/nav.png) no-repeat 4px 3px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    text-indent: -9000px;
    cursor: pointer;
    opacity: 0.8;
}

.elastislide-wrapper nav span:hover {
    opacity: 1.0
}

.elastislide-horizontal nav span {
    top: 50%;
    left: 10px;
    margin-top: -11px;
}

.elastislide-vertical nav span {
    top: 10px;
    left: 50%;
    margin-left: -11px;
    background-position: -17px 5px;
}

.elastislide-horizontal nav span.elastislide-next {
    right: 10px;
    left: auto;
    background-position: 4px -17px;
}

.elastislide-vertical nav span.elastislide-next {
    bottom: 10px;
    top: auto;
    background-position: -17px -18px;
}

.demo-3 .elastislide-horizontal {
    background-color: #000;
    padding: 30px 60px;
}

.no-touch .demo-3 .elastislide-horizontal {
    opacity: 0.8;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.no-touch .demo-3 .elastislide-horizontal:hover {
    opacity: 1;
}

.demo-3 .elastislide-wrapper nav span {
    background-color: #000;
}

.demo-3 .elastislide-carousel ul li a {
    padding: 0 10px;
}

.demo-3 .elastislide-carousel ul li a img {
    border-radius: 10px;
    border: none;
}

.demo-4 .elastislide-horizontal {
    background-color: transparent;
    border-radius: 20px 20px 0 0;
}

.demo-3 .elastislide-horizontal.elastislide-loading,
.demo-4 .elastislide-horizontal.elastislide-loading {
    background-image: url(https://tympanus.net/Development/Elastislide/images/loading_dark.gif);
}

#page-mod-lti-view iframe {
    height: 40rem !important;
}

@-webkit-keyframes L_circle_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes L_circle_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes L_stroke_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg)
    }
    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg)
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg)
    }
    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg)
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg)
    }
    100% {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@keyframes L_stroke_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg)
    }
    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg)
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg)
    }
    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg)
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg)
    }
    100% {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@-webkit-keyframes L_stroke_left_grow {
    0%, 100% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
}

@keyframes L_stroke_left_grow {
    0%, 100% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
}

@-webkit-keyframes L_stroke_right_grow {
    0%, 100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    50% {
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg)
    }
}

@keyframes L_stroke_right_grow {
    0%, 100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    50% {
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg)
    }
}

.loader-circle {
    top: 50%;
    left: 50%;
    z-index: 1;
    color: #444;
    margin-top: -1em;
    margin-left: -1em;
    position: absolute;
    -webkit-animation: L_circle_rotate 1.568s linear infinite both;
    animation: L_circle_rotate 1.568s linear infinite both
}

.loader-circle .loader-stroke-left:before, .loader-circle .loader-stroke-right:before, .loader-circle:before {
    content: '';
    display: block;
    border-style: solid;
    border-width: .21429em;
    border-color: currentColor
}

.loader-circle, .loader-circle .loader-stroke-left, .loader-circle .loader-stroke-left:before, .loader-circle .loader-stroke-right, .loader-circle .loader-stroke-right:before, .loader-circle:before {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    box-sizing: border-box
}

.loader-circle .loader-stroke-left:before, .loader-circle .loader-stroke-right {
    position: absolute;
    clip: rect(0 2em 2em 1em)
}

.loader-circle .loader-stroke-left, .loader-circle .loader-stroke-right:before {
    position: absolute;
    clip: rect(0 1em 2em 0)
}

.loader-circle:before {
    position: absolute;
    clip: rect(0 1.05em 1em .95em)
}

.loader-circle .loader-stroke-left, .loader-circle .loader-stroke-right, .loader-circle:before {
    -webkit-animation: L_stroke_rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: L_stroke_rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.loader-circle .loader-stroke-right:before {
    -webkit-animation: L_stroke_right_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: L_stroke_right_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.loader-circle .loader-stroke-left:before {
    -webkit-animation: L_stroke_left_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: L_stroke_left_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.mhn-slide .mhn-item {
    width: 100%;
    padding: 10px
}

.mhn-slide .mhn-item img {
    display: none
}

.mhn-slide .mhn-img {
    min-height: 200px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    color: white;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=) #eee no-repeat center/cover;
    position: relative
}

.mhn-slide .mhn-text {
    text-align: center;
    padding: 0 10px
}

.mhn-slide .mhn-text p {
}

.mhn-slide .owl-stage-outer {
    z-index: 1
}

.mhn-slide .owl-nav {
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.mhn-slide .owl-nav svg {
    color: currentColor
}

.mhn-slide .owl-nav .disabled {
    display: none
}

.mhn-slide .owl-prev,
.mhn-slide .owl-next {
    top: 110px;
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin-top: 10px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .3), 0 0 4px rgba(0, 0, 0, .2)
}

.mhn-slide .owl-prev {
    left: -10px
}

.mhn-slide .owl-next {
    right: -10px
}

.slider {
    height: 600px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider__nav {
    width: 12px;
    height: 12px;
    margin: 2rem 12px;
    border-radius: 50%;
    z-index: 10;
    outline: 6px solid #ccc;
    outline-offset: -6px;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slider__nav:checked {
    -webkit-animation: check 0.5s linear forwards;
    animation: check 0.5s linear forwards;
}

.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
}

.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
    -webkit-transform: translateX(-75%);
    transform: translateX(-75%);
}

.slider__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 400%;
    height: 100%;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.slider__contents {
    height: 100%;
    padding: 2rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider__image {
    font-size: 2.7rem;
}

.slider__caption {
    font-weight: 700;
    margin: 2rem 0 1rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.slider__txt {
    color: #999;
    margin-bottom: 3rem;
    max-width: 70%;
}

@-webkit-keyframes check {
    50% {
        outline-color: #333;
        box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
        outline-color: #333;
        box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
}

@keyframes check {
    50% {
        outline-color: #333;
        box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
        outline-color: #333;
        box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
}

.wslogo {
    background: url('https://leed-dev.widedemos.info/assets/ws-production-color.png') 0 0;
    width: 204px;
    height: 30px;
    margin: 0 auto;
}

.wslogo:hover {
    background: url('https://leed-dev.widedemos.info/assets/ws-production-color.png') 0 32px;
    width: 204px;
    height: 30px;
}

.container2 {
    width: 100%;
    margin: 19px auto;
    overflow: hidden;
    padding: 10px;
}

.flip {
    width: 46%;
    height: 320px;
    margin: 56px 20px;
    float: left;
    position: relative;
    perspective: 1000px;
}

@media screen and (max-width: 1024px) {
    .flip {
        width: 100%;
        height: 320px;
        margin: 56px 20px;
        float: left;
        position: relative;
        perspective: 1000px;
    }
}

.flip div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1s ease;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, .5);
}

.flip div.front {
    background: url(https://leed-dev.widedemos.info/assets/leta-front.jpg);
    background-position: center;
    z-index: 1;
}

.flip div.back {
    background: url(https://leed-dev.widedemos.info/assets/leta-back.jpg);
    background-position: center;
    z-index: 2;
}

.flip div.front1 {
    background: url(https://leed-dev.widedemos.info/assets/vtc-front.jpg);
    background-position: center;
    z-index: 1;
}

.flip div.back1 {
    background: url(https://leed-dev.widedemos.info/assets/vtc-back.jpg);
    background-position: center;
    z-index: 2;
}

.flip:hover div.front {
    z-index: 2;;
}

.flip:hover div.back {
    z-index: 1;;
}

.flip:hover div.front1 {
    z-index: 2;;
}

.flip:hover div.back1 {
    z-index: 1;;
}

.Y div.back {
    transform: rotateY(180deg);
}

.Y:hover div.front {
    transform: rotateY(180deg);
}

.Y:hover div.back {
    transform: rotateY(0deg);
}

.X div.back {
    transform: rotateX(180deg);
}

.X:hover div.front {
    transform: rotateX(180deg);
}

.X:hover div.back {
    transform: rotateX(0deg);
}

.Y div.back1 {
    transform: rotateY(180deg);
}

.Y:hover div.front1 {
    transform: rotateY(180deg);
}

.Y:hover div.back1 {
    transform: rotateY(0deg);
}

.X div.back1 {
    transform: rotateX(180deg);
}

.X:hover div.front1 {
    transform: rotateX(180deg);
}

.X:hover div.back1 {
    transform: rotateX(0deg);
}

a.topic-info-link {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.main-topic-info__plugin-image {
    align-self: flex-end;
    margin: 0px !important;
    border-radius: 4px;
    max-height: 70px;
    border: none !important;
    padding: unset !important;
}

.button-images {
    max-width: 950px;
    margin: 75px auto;
}

.button-container {
    position: relative;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
}

.button-container A:before {
    content: '';
    display: inline-block;
    height: 48%;
}

.button-container a {
    transition: all 1s ease-out;
    background: rgba(88, 88, 88, 0.7);
    border-radius: 50%;
    vertical-align: middle;
    padding: 5%;
    color: #FFFFFF !important;
    position: absolute;
    font-size: 1.125em;
    font-weight: 700;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

#page .button-container a {
    color: #fff !important;
    border-radius: 50%;
    width: 212px;
    display: grid;
}

#page .button-container a:hover {
    text-decoration: none;
}

.button-container A:hover {
    background: none;
    border: none;
    opacity: 0;
}

.button-container img {
    width: 100%;
    height: auto;
    display: block
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    position: relative;
    margin-right: 4%;
    float: left;
    min-height: 1px;
    height: auto !important;
}

.one_fourth {
    width: 22%;
    margin-bottom: 40px;
}

.three_fourth {
    width: 74%;
}

.one_fifth {
    width: 16.8%;
}

.two_fifth {
    width: 37.6%;
}

.three_fifth {
    width: 58.4%;
}

.four_fifth {
    width: 79.2%;
}

.one_sixth {
    width: 13.3333%;
}

.three_sixth {
    width: 47.9998%;
}

.five_sixth {
    width: 82.6665%;
}

.last {
    margin-right: 0 !important;
    clear: right;
}

.clearboth {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}

.spacer {
    height: 15px;
}

.one_half .one_half {
    margin-right: 8.3333%;
    width: 45.8333%;
}

.one_half .one_third {
    margin-right: 8.3333%;
    width: 27.7778%;
}

.one_half .two_third {
    margin-right: 8.3333%;
    width: 63.8889%;
}

.two_third .one_third {
    margin-right: 6.1224%;
    width: 29.2517%;
}

.two_third .two_third {
    margin-right: 6.1224%;
    width: 64.6258%;
}

.two_third .one_fourth {
    margin-right: 6.1224%;
    width: 20.4082%;
}

.one_half, .two_fourth {
    width: 48%;
}

.one_third, .two_sixth {
    width: 30.6666%;
}

.two_third, .four_sixth {
    width: 65.3332%;
}

#main {
    font-size: 20px !important;
}

.front .inner p {
    font-size: 20px;
    margin-bottom: 2rem;
    position: relative;
}

.front .inner p:after {
    content: '';
    width: 4rem;
    height: 2px;
    position: absolute;
    background: #C6D4DF;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -.75rem;
}

.front .inner span {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Montserrat';
    font-weight: 300;
}

.navbar-res {
    margin-top: 90px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
    line-height: 44px;
}

.navbar.fixed-top {
    min-height: 74px;
}

@media screen and (max-width: 64rem) {
    .col1 {
        width: calc(33.333333% - 2rem);
    }
}

@media screen and (max-width: 48rem) {
    .col1 {
        width: calc(50% - 2rem);
    }
}

@media screen and (max-width: 32rem) {
    .col1 {
        width: 100%;
        margin: 0 0 2rem 0;
    }
}

@media screen and (max-width: 1680px) {
    .flipboxes {
        width: 79%;
        margin: 0 auto
    }

    #topofscroll{
        margin-top:4rem;
    }
}

@media screen and (max-width: 1366px) {
    #page {
        margin-top: 0 !important;
    }

    .col1 {
        width: calc(32.333333% - 2rem);
    }

    .flipboxes {
        width: 89%;
        margin: 0 auto
    }
}

@media screen and (max-width: 1280px) {
    .col1 {
        width: calc(32.333333% - 2rem);
    }

    .flipboxes {
        width: 98%;
        margin: 0 auto
    }

}

@media screen and (max-width: 768px) {
    .col1 {
        width: calc(50% - 2rem);
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 12px;
    }
}

@media screen and (max-width: 640px) {
    .col1 {
        width: calc(100% - 2rem);
    }

    .search-input-wrapper.nav-link {
        width: 100px
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 9px;
    }

    .aabtn img {
        max-height: 50px !important;
    }

    .aabtn {
        margin: auto !important;
    }

    .search_form input {
        width: 84px;
    }

    .navbar-res {
        margin-top: 162px;
    }

    body#page-site-index {
        margin-top: 20%;
    }

}

.module-22 .no-overflow {
    overflow: hidden !important;
}

.navbar.fixed-top {
    border-top: 1em solid #FFCD04;
    box-sizing: content-box;
}

.row-fluid {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    margin: 0 auto;
}

.bg-brand {
    background-color: #fff !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
}

.wp-boxshadow-3 {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom_login p {
    display: inline-block;
    color: #fff !important;
}

.custom_login > a {
    color: #fff !important;
}

input:-internal-autofill-selected {
    border: none;
    padding: 5px;
}

.custom_login {
    text-align: center;
}

form#loginarea {
    margin-bottom: -13px;
}

input#gobutton {
    background-image: url(https://leed-dev.widedemos.info/assets/arrow-login.jpg);
    width: 30px;
    border: 0;
    line-height: 32px;
}

#page-wrapper {
    height: auto;
}

.search_form input {
    float: left;
    height: 37px;
    width: 200px;
    padding-left: 10px;
}

.search_input {
    margin-bottom: 12px;
}

input#search_button {
    background-image: url(https://leed-dev.widedemos.info/assets/search-but.png);
    width: 30px;
    border: 0;
    line-height: 32px;
    background-position: 0;
    background-repeat: no-repeat;
    background-color: #ffca00;
}

#page-site-index header#page-header {
    display: none !important;
}

@media screen and (max-width: 480px) {
    .search_form input {
        height: 20px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 640px) {
    .search_form input {
        width: 84px;
    }
}

.wslogo {
    background: url('https://leed-dev.widedemos.info/assets/ws-production.png') 0 0;
    width: 204px;
    height: 30px;
    margin: 0 auto;
}

.wslogo:hover {
    background: url('https://leed-dev.widedemos.info/assets/ws-production.png') 0 32px;
    width: 204px;
    height: 30px;
}

.col-md-4.standardfooterlinks {
    text-align: center;
}

.section .label .contentwithoutlink, .section .label .activityinstance {
    padding-right: 0;
}

.path-site li.activity > div, .path-course-view li.activity > div {
    position: relative;
    padding: 0;
}

i.icon.fa.wp-bell.fa-fw {
    color: #fff;
}

#page-site-index #region-main {
    border: 0;
    overflow-x: hidden;
}

#page-site-index #page {
    margin-top: -80px !important;
}

#page-site-index .border-bottom {
    border-bottom: none !important;
}

.workplace-drawer-wrapper {
    background: #acd7f3 !important;
}

.workplace-drawer-wrapper span {
    color: black;
}

.scroll_buttons {
    position: fixed;
    right: 0;
    display: grid;
    z-index: 10;
    top: 28rem;
    margin: 21px;
}

.scroll_buttons img {
    margin-bottom: 25px;
    cursor: pointer;
}

.message-app.drawer {
    top: 106px;
    height: 89%;
}

#page-site-index #block-region-content .block {
    box-shadow: none !important;
}

#logintab .btn-primary {
    background-color: #004579 !important;
}

#logintab .btn-default {
    background-color: #fcaf17 !important;
}

.search-input-form.expanded input {
    max-height: 30px;
    margin-top: 5px;
}


.col-md-4.standardfooterlinks .tool_dataprivacy {
    display: none;
}

.border-bottom.lazy-load-list.collapse.show {
}

.border-bottom.lazy-load-list.collapse.show .list-group a[data-user-id="404"] {
}

.list-group > a[data-user-id = "404"] {
    order: -9999;
}

.navbar-dark .navbar-nav .nav-link:hover {
}

#page-site-index aside#block-region-side-pre {
    margin-top: 20px;
}

#page-site-index nav.navbar.navbar-dark.bg-brand.navbar-expand.d-flex.wp-boxshadow-3.navbar-res {
    display: none !important;
}

#loginarea.button, input {
    overflow: visible;
}

.col-md-4.customfooter {
    text-align: center;
}

@media screen and (max-width: 480px) {
    .navbar.fixed-top {
        box-sizing: inherit !important;
    }

    #page-site-index aside#block-region-side-pre {
        margin-top: 45px !important;
    }

    .three-boxes {
        font-size: 10px !important;
    }

    .site-name img {
        width: 97px;
    }

    .cepol_login_help .dropdown-menu {
        width: 250px !important;
        font-size: 10px !important;
        left: 0px !important;
    }
}

@media screen and (max-width: 410px) {
    .site-name img {
        width: 65px;
    }
}

.tool_reportbuilder_report .tool_reportbuilder_report_sidebar_filters {
    min-width: 410px !important;
}

#page-footer {
    text-align: center;
    display: contents;
    width: 100%
}

#page-footer a {
    color: white;
}

body {
    margin-top: 10%;
}

body#page-site-index {
    margin-top: 5%;
}

.workplace-drawer-wrapper {
    margin-top: 10px;
}

body.pagelayout-mydashboard #region-main, body.pagelayout-mydashboard .page-content-inner > .contentwrapper {
    overflow: auto;
}

#page-login-index {
    margin-top: 0 !important;
}

.message-app [data-region="confirm-dialogue-container"] {
    z-index: 1;
}

input[type="radio"], input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin-right: 10px;
}

.cepol_login_help .dropdown-menu {
    position: absolute;
    border-radius: 5px;
    box-shadow: black 0px 0px 10px 0.5px;
    width: 500px;
    left: -200px;
}

.cepol_login_help .dropdown-menu > span {
    margin-left: 5px;
}

@media screen and (max-width: 420px) {
    .slider_plugin_div {
        margin-top: 115px;
    }
}


/* Portrait */
@media only screen
and (max-device-width: 767px)
and (orientation: portrait) {

    #journals .subthematic .card:only-child button {
        border-radius: 0px;
    }

    #journals .subthematic .card:first-child button {
        border-radius: 0px;
    }

    #journals .subthematic .card:last-child button {
        border-radius: 0px;
    }

    #journals .subthematic button {
        border-radius: 0px;
    }

    #page-footer .mx-4 {
        flex-direction: column !important;
    }

    .breadcrumb {

        padding: 3.2rem 0 !important;

    }

    #user-notifications {

        margin-top: 40px !important;
    }

    #gateway2 .tabGeneral {
        background: white;
        padding: 10px 6px;
        margin: 10px 6px 40px 0;
        height: 250px;
    }

    .tabGeneral {
        width: 90%;
        font-size: 14px;
    }

    .ejournal-divimg {
        height: unset !important;
        padding-bottom: 5px;
    }

    .navbar.fixed-top.navbar-light.bg-white.navbar-expand .primary-navigation {
        display: none;
    }


}

@media only screen and (min-device-width: 320px) and (max-device-width: 1080px) and (orientation: landscape) {
    .back a {
        display: block !important;
    }

    .inner1 {
        font-size: 20px !important;
        padding: 1rem !important;
    }

    .inner_a {
        padding: 8px !important;
    }

    .scroll_buttons {
        position: fixed;
        right: 0;
        display: grid;
        z-index: 10;
        top: 28rem;
        margin: 21px;
        top: 160px;
        right: -3px;
        bottom: -3px;

    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1080px) and (orientation: landscape) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .slider_plugin_div {
        margin-top: 150px;
    }

    .back a {
        display: block !important;
    }

    .inner1 {
        font-size: 20px !important;
        padding: 1rem !important;
    }

    .inner_a {
        padding: 8px !important;
    }

}

.policy_document_summary {
    display: none;
}

body#page-mod-scorm-player {
    margin-top: 0;
}


@media screen and (max-device-width: 1920px) and (min-device-width: 1550px) {
    .modal-lg, .modal-xl {
        max-width: 1600px;
        max-height: 900px;
    }
}


@media screen and (max-width: 1366px) and (min-device-width: 500px) {
    .modal-lg, .modal-xl {
        max-width: 1280px;
        max-height: 720px;
    }
}

fieldset#id_moodle_additional_names {
    display: none;
}

fieldset#id_moodle_interests {
    display: none;
}

fieldset#id_moodle_optional {
    display: none;
}

#page-blocks-search_course-view.notloggedin .teachers {
    display: none;
}

.navbar-nav .autocomplete input {
    color: #ffffff;
}

.navbar-nav .form-control:focus, .navbar-nav .autocomplete input:focus {
    color: #ffffff;
}

body.cmid-91828 #page-h5p-embed #page {
    margin-top: 0 !important;
}

.context-386748 #page {
    margin-top: 0 !important;
}

#page-footer .footer-content-popover {
    display: block !important;
}

.navbar.fixed-top.navbar-light.bg-white.navbar-expand a:not(a.dropdown-item):not(a.workplace-menu-item ):not (.all-notifications a) {
    color: white;
}

.navbar.fixed-top.navbar-light.bg-white.navbar-expand .primary-navigation {
    display: flex;
    align-items: center;
}

.footer-content-popover.container {
    max-width: 100%;
}


#page.drawers {
    height: 100%;
}

#page-site-index #block-region-side-pre {
    width: 100%
}

.drawer-toggler {
    margin-top: 35px;
}

.drawerheader {
    margin-top: 35px;
}

.search-input-wrapper.nav-link form.search-input-form.expanded input
form#loginarea .input-group input.form-control,
.navbar-nav .form-control:focus {
    color: #495057;
}


nav .dropdown-toggle::after {
    display: flex;
    align-items: center;
}

.navbar .langmenu span {
    color: white;
}

.navbar .langmenu .fa-language:before {
    color: white;
}

.navbar.fixed-top {
    padding-bottom: 0.5rem;
}

#masterslider {
    width: 100% !important;
    margin: 0 !important;;
}

.ms-view {
    width: 100% !important;;
    left: auto !important;;
}

.ms-inner-controls-cont {
    max-width: 100% !important;;
}

.aabtn.focus, .aabtn:focus, .btn-link.focus, .btn-link:focus, .nav-link.focus, .nav-link:focus,
.editor_atto_toolbar button.focus, .editor_atto_toolbar button:focus,
.editor_atto_toolbar .atto_toolbar_row.focus, .editor_atto_toolbar .atto_toolbar_row:focus,
[role="button"].focus, [role="button"]:focus, .list-group-item-action.focus, .list-group-item-action:focus,
input[type="checkbox"].focus, input[type="checkbox"]:focus, input[type="radio"].focus, input[type="radio"]:focus,
input[type="file"].focus, input[type="file"]:focus, input[type="image"].focus, input[type="image"]:focus,
.sr-only-focusable.focus, .sr-only-focusable:focus, a.dropdown-toggle.focus, a.dropdown-toggle:focus,
.modal-dialog[tabindex="0"].focus, .modal-dialog[tabindex="0"]:focus, .moodle-dialogue-base .closebutton.focus,
.moodle-dialogue-base .closebutton:focus, button.close.focus, button.close:focus, .form-autocomplete-selection.focus,
.form-autocomplete-selection:focus, [role="treeitem"]:not([aria-expanded="true"]).focus, [role="treeitem"]:not([aria-expanded="true"]):focus {
    box-shadow: none;
}

#page-blocks-thematic_areas-courseview .datatable_edit a:focus {
    background: none;
    border-top: 0;
    box-shadow: 0 0.2rem #343a40;
}

#page-site-index section.card {
    border: none;
}

#page-admin-tool-dataprivacy-summary .card.mb-3:nth-child(3) {
    display: none
}

#page-admin-tool-dataprivacy-summary .card.mb-3:nth-child(4) {
    display: none
}

#page-admin-tool-dataprivacy-summary .card.mb-3:nth-child(5) {
    display: none
}

#page-admin-tool-dataprivacy-summary .card.mb-3:nth-child(6) {
    display: none
}


.navbar .moremenu .nav-link:hover,
.navbar .moremenu .nav-link:focus,
.cepol_blue {
    background: rgb(0, 19, 56) !important;
    background: -moz-linear-gradient(90deg, rgba(0, 19, 56, 1) 0%, rgba(0, 10, 102, 1) 100%) !important;
    background: -webkit-linear-gradient(90deg, rgba(0, 19, 56, 1) 0%, rgba(0, 10, 102, 1) 100%) !important;
    background: linear-gradient(90deg, rgba(0, 19, 56, 1) 0%, rgba(0, 10, 102, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001338", endColorstr="#000a66", GradientType=1) !important;
}

.navbar .moremenu .nav-link:hover,
.navbar .moremenu .nav-link:focus {
    color: white;
    border-bottom: 0px;
}

.navbar .cepol_login_help span {
    color: black;
}

.cepol_login_help .text-info {
    color: #000A66 !important;
}

.cepol_yellow {
    background: #FFCD04;
    color: black;
    border-color:#FFCD04;
}
.cepol_yellow:hover{
    background: #FFCD04;
    color: black;
    border-color:#FFCD04;

}
