/* Start General */
@font-face 
{
    font-family: "Gloriola-Light";
    src: url("../../fonts/Gloriola/GloriolaLight/font.woff"); 
}
@font-face 
{
    font-family: "Gloriola-Regular";
    src: url("../../fonts/Gloriola/GloriolaRegular/font.woff"); 
}
@font-face 
{
    font-family: "Gloriola-Medium";
    src: url("../../fonts/Gloriola/GloriolaMedium/font.woff"); 
}
@font-face 
{
    font-family: "Gloriola-SemiBold";
    src: url("../../fonts/Gloriola/GloriolaSemiBoldRegular/font.woff"); 
}
@font-face 
{
    font-family: "Gloriola-Bold";
    src: url("../../fonts/Gloriola/GloriolaBold/font.woff"); 
}
body
{
    font-family: "Gloriola-Regular", sans-serif;
    color: #24214B;
    padding-top: 153px;
}
body.transparent-menu
{
    padding-top: 46px;
}
body .container 
{
    max-width: 1200px;
    padding: 0;
}
a
{
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
}
button.btn,
a.btn
{
    font-size: 16px;
    font-family: "Gloriola-SemiBold";
    padding: 12px 25px;
    border-radius: 6px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-transform: capitalize;
}
.btn.btn-danger
{
    background: #F5766D;
    color: #050318;
    border: none;
}
.btn.btn-primary
{
    background: #0C9FF2;
    color: #050318;
    border: none;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger.active,
.btn.btn-danger:not(:disabled):not(.disabled).active,
.btn.btn-danger:not(:disabled):not(.disabled):active,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.active,
.btn.btn-primary:not(:disabled):not(.disabled).active, 
.btn.btn-primary:not(:disabled):not(.disabled):active
{
    background: #99E2F2;
    color: #050318;
}
.btn.btn-outline-primary
{
    color: #050318;
    border-color: #0C9FF2;
}
.btn.btn-outline-primary,
.btn.btn-outline-light
{
    padding: 10px 25px;
    border-width: 2px;
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary.active,
.btn.btn-outline-primary:not(:disabled):not(.disabled).active, 
.btn.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light.active,
.btn.btn-outline-light:not(:disabled):not(.disabled).active, 
.btn.btn-outline-light:not(:disabled):not(.disabled):active
{
    background: #99E2F2;
    color: #050318;
    border-color: #99E2F2 !important;
}
.btn.btn-link
{
    color: #045B9A;
    padding: 0;
    text-decoration: underline;
}
.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link.active,
.btn.btn-link:not(:disabled):not(.disabled).active, 
.btn.btn-link:not(:disabled):not(.disabled):active
{
    color: #045B9A
}
.btn.btn-icon
{
    position: relative;
    color: #045B9A;
    padding: 0;
    padding-right: 30px;
}
.btn.btn-icon i
{
    margin-left: 7px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn.btn-icon:hover,
.btn.btn-icon:focus,
.btn.btn-icon.active,
.btn.btn-icon:not(:disabled):not(.disabled).active, 
.btn.btn-icon:not(:disabled):not(.disabled):active
{
    color: #045B9A
}
.btn.btn-icon:hover i
{
    margin-left: 15px;
}
h1
{
    font-size: 60px;
    font-family: "Gloriola-SemiBold";
    margin-bottom: 20px;
    line-height: 72px;
}
h2
{
    font-size: 48px;
    font-family: "Gloriola-SemiBold";
    margin-bottom: 20px;
    line-height: 57px;
}
h3
{
    font-size: 36px;
    font-family: "Gloriola-SemiBold";
    margin-bottom: 20px;
    line-height: 46px;
}
h4
{
    font-size: 30px;
    font-family: "Gloriola-SemiBold";
    margin-bottom: 20px;
    line-height: 40px;
}
h5
{
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 34px;
}
h6
{
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 27px;
}
p
{
    font-size: 16px;
    line-height: 22px;
}
/* End General */

/* Start News Bar */
main
{
    background: #99E2F2;
    padding: 12px;
    text-align: center;
}
main p
{
    font-size: 14px;
    margin-bottom: 0;
}
main p a
{
    color: #24214B;
}
main p a span
{
    font-weight: bold;
}
/*
main p a.register-button
{
    color: #050318 !important;
    font-weight: bold;
    text-decoration: underline;
}
*/
/* End News Bar */

/* Start Menu */
.menu 
{
    background: #fff;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.19);
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.19);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.menu nav
{
    padding: 0;
    position: initial;
}
.menu nav .navbar-brand img
{
    width: 180px;
}
.menu nav .navbar-brand.white-logo
{
    display: none;
}
.menu nav .nav-item
{
    position: initial;
}
.menu nav .nav-item.request-demo-button
{
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin: 0 18px;
}
.menu nav .nav-item .nav-link
{
    font-size: 18px;
    font-family: "Gloriola-Medium";
    color: #373E4D;
    padding: 40px 15px;
    cursor: pointer;
}
.menu nav .nav-item .nav-link:after
{
    display: none;
}
.menu nav .nav-item.open a.nav-link,
.menu nav .navbar-collapse .form-inline i:hover
{
    color: #0C9FF2;
    font-family: "Gloriola-SemiBold";
}
.menu nav .nav-item .dropdown-menu,
.menu nav .mobile-search .dropdown-menu
{
    width: 100%;
    background: #FAFCFE;
    color: #24214B;
    padding: 60px;
    margin-top: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.19);
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.19);
}
.menu nav .nav-item .dropdown-menu .flex
{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 60px;
    border-right: 1px solid #C4C7D2;
}
.menu nav .nav-item .dropdown-menu h5
{
    font-family: "Gloriola-SemiBold";
}
.menu nav .nav-item .dropdown-menu .flex h6
{
    color: #4A4A68;
}
.menu nav .nav-item .dropdown-menu .flex a.btn
{
    text-align: left;
}
.menu nav .nav-item .dropdown-menu .menu-content
{
    padding-left: 30px;
}
.menu nav .nav-item .dropdown-menu .menu-content a
{
    text-decoration: none;
}
.menu nav .nav-item .dropdown-menu .menu-content p
{
    color: #4A4A68;
    margin-bottom: 40px;
}
.menu nav .nav-item .dropdown-menu .menu-content h6
{
    color: #24214B;
    font-family: "Gloriola-Medium";
    margin-bottom: 0;
}
.menu nav .nav-item .dropdown-menu .menu-content a.media
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #24214B;
    text-decoration: none;
    margin-bottom: 30px;
}
.menu nav .nav-item .dropdown-menu .menu-content a.media img
{
    width: 42px;
}
.menu nav .nav-item .dropdown-menu .menu-content a:hover h6
{
    color: #007BC0;
}
.menu nav .nav-item .dropdown-menu .menu-content a.media h6
{
    font-family: "Gloriola-Medium";
    margin-bottom: 0;
}
.menu nav .nav-item .dropdown-menu .menu-content a.media p
{
    margin-bottom: 0;
}
.menu nav .nav-item .dropdown-menu .menu-content a.media:last-of-type p
{
    margin-bottom: 0;
}
.menu nav .nav-item.student-success .dropdown-menu .flex
{
    padding-right: 90px;
}
.menu nav .nav-item.student-success .dropdown-menu img
{
    display: block;
    margin-left: auto;
    padding-left: 50px;
}
.menu nav .nav-item .dropdown-menu .input-group input
{
    background: transparent !important;
    color: #24214B;
    padding: 0 30px;
    min-height: 45px;
    font-size: 24px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.menu nav .nav-item .dropdown-menu .input-group input::-webkit-input-placeholder, .menu nav .mobile-search .dropdown-menu .input-group input::-webkit-input-placeholder
{
    color: #C4C7D2
}
.menu nav .nav-item .dropdown-menu .input-group input::-moz-placeholder, .menu nav .mobile-search .dropdown-menu .input-group input::-moz-placeholder
{
    color: #C4C7D2
}
.menu nav .nav-item .dropdown-menu .input-group input:-ms-input-placeholder, .menu nav .mobile-search .dropdown-menu .input-group input:-ms-input-placeholder
{
    color: #C4C7D2
}
.menu nav .nav-item .dropdown-menu .input-group input::-ms-input-placeholder, .menu nav .mobile-search .dropdown-menu .input-group input::-ms-input-placeholder
{
    color: #C4C7D2
}
.menu nav .nav-item .dropdown-menu .input-group input::placeholder,
.menu nav .mobile-search .dropdown-menu .input-group input::placeholder
{
    color: #C4C7D2
}
.menu nav .nav-item .dropdown-menu .input-group input:-ms-input-placeholder,
.menu nav .mobile-search .dropdown-menu .input-group input:-ms-input-placeholder
{
    color: #C4C7D2
}
.menu nav .nav-item .dropdown-menu .input-group i
{
    color: #24214B;
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.menu nav .nav-item .dropdown-menu .input-group .input-group-append .btn
{
    padding: 0;
    text-decoration: none;
}
.menu nav .nav-item .dropdown-menu .input-group .input-group-append .btn i,
.menu nav .mobile-search .dropdown-menu .input-group .input-group-append .btn i
{
    color: #C4C7D2
}
.menu nav .nav-item .dropdown-menu .input-group input:focus ~ .input-group-append i,
.menu nav .mobile-search .dropdown-menu .input-group input:focus ~ .input-group-append i
{
    color: #0C9FF2;
}
.menu.fixed,
.menu.fixed nav
{
    background: transparent;
    border-bottom: none;
    -webkit-box-shadow: none;
            box-shadow: none
}
.menu.fixed nav .navbar-brand
{
    display: none;
}
.menu.fixed nav .navbar-brand.white-logo
{
    display: block;
}
.menu.fixed nav .nav-item .nav-link,
.menu.fixed nav .navbar-collapse .form-inline i
{
    color: #fff;
}
.dark-menu .menu nav .navbar-brand 
{
    display: block;
}
.dark-menu .menu nav .navbar-brand.white-logo
{
    display: none;
}
.dark-menu .menu nav .nav-item .nav-link,
.dark-menu .menu nav .navbar-collapse .form-inline i
{
    color: #24214B;
}
:target:before 
{
    content: "";
    display: block;
    height: 165px;
    margin: -165px 0 0;
}
/* End Menu */

/* Start Homepage Banner */
.home-banner .video-banner
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    min-height: 768px;
    -o-object-fit: cover;
       object-fit: cover;
}
.home-banner .overlay
{
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    padding-top: 80px;
    max-height: 100vh;
    min-height: 768px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home-banner h6
{
    font-family: "Gloriola-SemiBold";
}
.home-banner h5
{
    margin-bottom: 40px;
}
/* End Homepage Banner */

/* Start Home Intro */
.home-intro
{
    padding-top: 100px;
    padding-bottom: 100px;
    background: #FAFCFE;
}
.home-intro h2,
.home-intro .item
{
    margin-bottom: 160px;
}
.home-intro .item:last-of-type
{
    margin-bottom: 60px;
}
.home-intro .item h5
{
    color: #4A4A68;
    margin-bottom: 15px;
}
.home-intro .item h3
{
    margin-bottom: 0;
}
/* End Home Intro */

/* Start Student Financial Success */
.student-financial-success
{
    padding-top: 150px;
    padding-bottom: 150px;
    background: -o-linear-gradient(205.86deg, rgba(249, 167, 161, 0) 58.6%, #F9A7A1 97.03%), #0C9FF2;
    background: -o-linear-gradient(244.14deg, rgba(249, 167, 161, 0) 58.6%, #F9A7A1 97.03%), #0C9FF2;
    background: linear-gradient(205.86deg, rgba(249, 167, 161, 0) 58.6%, #F9A7A1 97.03%), #0C9FF2;
}
.student-financial-success h2
{
    color: #ECEFF4;
    margin-bottom: 40px;
}
.student-financial-success a.btn
{
    background: #050318;
    color: #0C9FF2;
    padding: 9px 24px;
}
/* End Student Financial Success */

/* Start Integrated Solutions */ 
.integrated-solutions
{
    background: #050318;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}
.integrated-solutions h1
{
    margin-bottom: 140px;
}
.integrated-solutions .row
{
    margin-bottom: 160px;
}
.integrated-solutions .row:last-of-type
{
    margin-bottom: 0;
}
.integrated-solutions h5
{
    color: #C4C7D2;
    margin-bottom: 40px;
}
.integrated-solutions .media
{
    margin-bottom: 30px;
    text-decoration: none;
}
.integrated-solutions .media img
{
    width: 50px;
}
.integrated-solutions .media h6
{
    color: #fff;
    font-family: "Gloriola-Medium";
    margin-bottom: 4px;
}
.integrated-solutions .media p
{
    color: #C4C7D2;
    margin-bottom: 0;
}
.integrated-solutions .media .media:last-of-type p
{
    margin-bottom: 0;
}
.integrated-solutions .left-content a.btn
{
    border-color: #0C9FF2;
}
.integrated-solutions .right-content img
{
    display: block;
    margin-bottom: 25px;
}
.integrated-solutions .right-content h5
{
    color: #fff;
    font-family: "Gloriola-SemiBold";
    margin-bottom: 20px;
}
.integrated-solutions .right-content p a
{
    color: #fff;
    font-size: 12px;
    font-family: "Gloriola-Medium";
    text-decoration: underline;
    text-transform: uppercase;
}
/* End Integrated Solutions */ 

/* Start Achievements */
.achievements
{
    background: -o-linear-gradient(243.51deg, rgba(255, 255, 255, 0) 41.59%, #F9A7A1 100%), #ECEEF4;
    background: linear-gradient(206.49deg, rgba(255, 255, 255, 0) 41.59%, #F9A7A1 100%), #ECEEF4;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}
.achievements h2
{
    margin-bottom: 100px;
}
.achievements .flex h5
{
    color: #4A4A68;
    margin-bottom: 12px
}
.achievements .flex h3
{
    margin-bottom: 12px;
}
.achievements .flex h6
{
    color: #4A4A68;
}
.achievements .flex ul
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}
.achievements .flex ul li:first-of-type
{
    margin-right: 40px;
}
.achievements .testimonials
{
    padding-top: 100px;
}
.achievements .testimonials .item hr
{
    width: 70px;
    margin: 0 auto 30px 0;
    border-top: 4px solid #F76F66;
}
.achievements .testimonials .item h5
{
    font-family: "Gloriola-SemiBold";
    margin-bottom: 30px;
}
.achievements .testimonials .item h6
{
    font-family: "Gloriola-Medium";
    margin-bottom: 10px;
}
.achievements .companiesCarousel
{
    padding-top: 100px;
}
.achievements .companiesCarousel .owl-carousel .owl-stage-outer
{
    overflow: visible;
}
.achievements .companiesCarousel .owl-stage
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.achievements .companiesCarousel .item img
{
    display: block;
    width: auto;
    margin: auto;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
}
/* End Achievements */

/* Start Shift Lab */
.content-hub
{
    padding-top: 100px;
    padding-bottom: 100px;
    background: #fff;
}
.content-hub .title h2
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
}
.content-hub .title h5
{
    color: #4A4A68;
    margin-bottom: 55px;
}
.content-hub .card
{
    border: none;
}
.content-hub .card img
{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.content-hub .card .card-body
{
    padding: 0;
}
.content-hub .card .card-body p.tag
{
    color: #4A4A68;
    margin-bottom: 10px;
}
.content-hub .card .card-body h5.card-title
{
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content-hub .card .card-body h6.card-text
{
    color: #4A4A68;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
/* End Shift Lab */

/* Start Privacy Policy */
.privacy-policy
{
    padding-top: 60px;
    padding-bottom: 60px;
}
.privacy-policy .btn.btn-link
{
    font-family: "Gloriola-Regular";
    text-transform: lowercase;
}
.privacy-policy span
{
    font-family: "Gloriola-SemiBold";
}
.privacy-policy span.underline
{
    font-weight: 500;
    font-family: "Gloriola-Regular";
    text-decoration: underline;
}
.privacy-policy table thead tr th:first-of-type
{
    min-width: 300px;
}
.privacy-policy table tbody tr th:first-of-type
{
    font-family: "Gloriola-Regular";
    font-style: italic;
}
.privacy-policy table p:last-of-type
{
    margin-bottom: 0;
}
/* End Privacy Policy */

/* Start Search Results */
.search-results
{
    padding-top: 60px;
    padding-bottom: 60px;
}
.search-results .title 
{
    margin-bottom: 100px;
}
.search-results .title h1
{
    margin-bottom: 40px;
}
.search-results .title .input-group 
{
    margin-bottom: 60px;
    border-bottom: 1px solid #24214B;
}
.search-results .title .input-group input
{
    background: transparent !important;
    color: #24214B;
    font-size: 24px;
    font-family: "Gloriola-SemiBold";
    padding: 0 30px;
    min-height: 45px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.search-results .title .input-group input::-webkit-input-placeholder
{
    color: #C4C7D2
}
.search-results .title .input-group input::-moz-placeholder
{
    color: #C4C7D2
}
.search-results .title .input-group input:-ms-input-placeholder
{
    color: #C4C7D2
}
.search-results .title .input-group input::-ms-input-placeholder
{
    color: #C4C7D2
}
.search-results .title .input-group input::placeholder
{
    color: #C4C7D2
}
.search-results .title .input-group input:-ms-input-placeholder
{
    color: #C4C7D2
}
.search-results .title .input-group i
{
    color: #24214B;
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.search-results .title .input-group .input-group-append .btn
{
    padding: 0;
    text-decoration: none;
}
.search-results .title .input-group .input-group-append .btn i
{
    color: #C4C7D2
}
.search-results .title .input-group input:focus ~ .input-group-append i
{
    color: #0C9FF2;
}
.search-results .search-items a.btn
{
    text-decoration: none;
    text-align: left;
}
.search-results .search-items h5
{
    color: #4A4A68
}
.search-results .search-items a h5
{
    color: #045B9A;
    margin-bottom: 5px;
}
.search-results .search-items b
{
    font-family: "Gloriola-SemiBold";
}
/* End Search Results */

/* Start Nothing Found */
.nothing-found-banner
{
    background: -o-linear-gradient(59.73deg, #99E2F2 0%, #ECEEF4 81.57%);
    background: linear-gradient(30.27deg, #99E2F2 0%, #ECEEF4 81.57%);
    padding-top: 80px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nothing-found-banner h5
{
    margin-bottom: 40px;
}
.nothing-found-banner p
{
    margin-bottom: 0;
}
/* End Nothing Found */

/* Start Footer */
footer 
{
    background: #050318;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 80px;
}
footer img.logo
{
    display: block;
    margin-bottom: 40px;
}
footer h6
{
    font-family: "Gloriola-Medium";
    margin-bottom: 40px;
}
footer a
{
    display: block;
    color: #fff;
    text-decoration: none !important;
}
footer a:hover 
{
    color: #007BC0;
}
footer ul 
{
    margin-bottom: 40px;
}
footer ul:last-of-type
{
    margin-bottom: 0;
}
footer ul li 
{
    font-size: 18px;
    margin-bottom: 15px;
}
footer ul li:last-of-type
{
    margin-bottom: 0;
}
footer ul li p
{
    color: #8C8CA1;
}
footer form .form-group
{
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}
footer form .form-group input
{
    background: transparent !important;
    color: #fff !important;
    padding: 0;
    margin-top: 30px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important
}
footer form .form-group input::-webkit-input-placeholder 
{
    color: #8F8FA5
}
footer form .form-group input::-moz-placeholder 
{
    color: #8F8FA5
}
footer form .form-group input:-ms-input-placeholder 
{
    color: #8F8FA5
}
footer form .form-group input::-ms-input-placeholder 
{
    color: #8F8FA5
}
footer form .form-group input::placeholder 
{
    color: #8F8FA5
}
footer form .form-group input:-ms-input-placeholder 
{
    color: #8F8FA5
}
footer form button.submit
{
    color: #0C9FF2 !important;
}
/* End Footer */

/* Start Cookies Notice */
.cookies-notice 
{
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    background: rgba(0 ,0 ,0 , 0.7);
    z-index: 9999999999;
}
.cookies-notice p
{
    color: #eee;
    font-size: 14px;
    margin-bottom: 0;
}
.cookies-notice p a
{
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
.cookies-notice .accept-button
{
    text-align: right;
}
.cookies-notice .accept-button button
{
    padding: 8px 40px;
    font-weight: bold;
    border-radius: 0;
}
/* End Cookies Notice */