body {
    background-color: #000;
    margin: 0;
    font-family: 'Open Sans', Roboto, Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.3em;
    /*background-image: url('../img/loginImage2.png');
    background-repeat: no-repeat;
    background-position: center 3%;*/
}

* {
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}


div.animationContainer {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 10;
}
div.animationContainer .element {
    opacity: 0;
    position: absolute;
    background-size: cover;
    background-position: center;
    width: inherit;
    height: inherit;
}
div.animationContainer .element.loginImage1 {
    background-image:url('/img/loginImage1.jpg');
}
div.animationContainer .element.loginImage2 {
    background-image:url('/img/loginImage2.jpg');
}
div.animationContainer .element.loginImage3 {
    background-image:url('/img/loginImage3.jpg');
}
div.animationContainer .element.loginImage4 {
    background-image:url('/img/loginImage4.jpg');
}
div.animationContainer .element.loginImage5 {
    background-image:url('/img/loginImage5.jpg');
}
div.animationContainer .element.loginImage6 {
    background-image:url('/img/loginImage6.jpg');
}









div.loadingProgressContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
div.loadingProgressContainer .logo {
    padding-bottom: 3rem;
}
div.loadingProgressContainer .logo img {
    width: 100%;
    max-width: 10rem;
    height: auto;
}
div.loadingProgressContainer .progressFrame {
    width: 100%;
    height: 1rem;
    max-width: 15rem;
    border: 1px solid #fff;
    padding: 0.2rem;
}
div.loadingProgressContainer .progressFrame .progressBar {
    width: 0;
    height: 100%;
    background-color: #fff;
}
div.loadingProgressContainer .progressText {
    width: 100%;
    max-width: 15rem;
    padding: 0.5rem;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #fff;
}














div.logoHeader {
    position: fixed;
    width: 100%;
    z-index: 30;
    transition: all 0.2s linear;
    opacity: 0;
    --base-width: 9rem;
    --base-height: 7rem;
}
div.logoHeader > .topBorder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0.5em;
    background-color: #fff;
}
div.logoHeader > .logoContainerAbsolute {
    position: absolute;
    left: 0;
    top: calc(0.5rem - 1px);
    width: 100%;
    height: 0.5em;
}
div.logoHeader > .logoContainerAbsolute > .logoContainer {
    margin: 0 auto;
    position: relative;
    width: var(--base-width);
    height: var(--base-height);
}
div.logoHeader > .logoContainerAbsolute > .logoContainer > .bezierContainer {
    position: absolute;
    top: 0;
    width: var(--base-width);
    height: var(--base-height);
}
div.logoHeader > .logoContainerAbsolute > .logoContainer > .bezierContainer > svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
div.logoHeader > .logoContainerAbsolute > .logoContainer > .bezierContainer.left {
    right: calc(var(--base-width) * 0.85);
}
div.logoHeader > .logoContainerAbsolute > .logoContainer > .bezierContainer.right {
    left: calc(var(--base-width) * 0.85);
}
div.logoHeader > .logoContainerAbsolute > .logoContainer > .rectContainer {
    position: absolute;
    width: calc(var(--base-width) * 0.7 + 2px);
    top: 0;
    left: calc(var(--base-width) * 0.15 - 1px);
    background-color: #fff;
    height: var(--base-height);
}
div.logoHeader > .logoContainerAbsolute > .logoContainer > .logo {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
div.logoHeader > .logoContainerAbsolute > .logoContainer > .logo > img {
    width: auto;
    height: 90%;
}
/*
<div class="logoHeader" id="logoHeader">
    <div class="topBorder"></div>
    <div class="logoContainer">
        <div class="bezierContainer left"></div>
        <div class="bezierContainer right"></div>
        <div class="logo">
            <img src="/img/logoLogin2.png">
        </div>
    </div>
</div>
 */


#animationOverlayContainer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 19vh 5vw 15vh 5vw;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/img/swiperHeaderBlurDark.png');*/
}
#animationOverlayContainer.leftTop {
    align-items: flex-start;
    justify-content: flex-start;
}
#animationOverlayContainer.leftBottom {
    align-items: flex-end;
    justify-content: flex-start;
}
#animationOverlayContainer.rightTop {
    align-items: flex-start;
    justify-content: flex-end;
}
#animationOverlayContainer.rightBottom {
    align-items: flex-end;
    justify-content: flex-end;
}
#animationOverlayContainer #animationOverlayContent {
    /*position: absolute;
    left: 50%;
    top: 50%;*/
    width: 100%;
    max-width: 50rem;
    max-width: 50%;
    padding: 1rem 2rem;
    /*background-color: rgba(0, 0, 0, 0.4);*/
//background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0.4) 80%, rgba(0,0,0,0) 100%);
    opacity: 0;
}
#animationOverlayContainer.width2 #animationOverlayContent {
    max-width: 60%;
}
#animationOverlayContainer.width3 #animationOverlayContent {
    max-width: 55%;
}
#animationOverlayContainer.width02 #animationOverlayContent {
    max-width: 45%;
}
#animationOverlayContainer #animationOverlayContent .logo {
    text-align: center;
    margin-bottom: 1rem;
}
#animationOverlayContainer #animationOverlayContent .logo img {
    width: 15rem;
    height: auto;
}
#animationOverlayContainer #animationOverlayContent .lead {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.06em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    line-height: 1.5em;
    color: #fff;
    text-align: center;
}
#animationOverlayContainer #animationOverlayContent .lead p span {
//background-color: rgba(0, 0, 0, 0.6);
//padding: 0.2em;
}
#animationOverlayContainer #animationOverlayContent .lead p.large2 {
    font-size: 25px;
    font-size: 2vw;
}
#animationOverlayContainer #animationOverlayContent .lead.large {
    font-size: 19px;
    font-size: 1.2vw;
    font-weight: 400;
}
#animationOverlayContainer #animationOverlayContent .lead.large .textBold {
    font-weight: 700;
}
#animationOverlayContainer #animationOverlayContent .lead p:first-of-type {
    margin-top: 0;
}
#animationOverlayContainer #animationOverlayContent .lead p:last-of-type {
    margin-bottom: 0;
}
#animationOverlayContainer.leftTop #animationOverlayContent,
#animationOverlayContainer.leftBottom #animationOverlayContent {
//background: linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 80%, rgba(0,0,0,0) 100%);
}
#animationOverlayContainer.rightTop #animationOverlayContent,
#animationOverlayContainer.rightBottom #animationOverlayContent {
//background: linear-gradient(270deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 80%, rgba(0,0,0,0) 100%);
}
#animationOverlayContainer.leftTop #animationOverlayContent .lead p,
#animationOverlayContainer.leftBottom #animationOverlayContent .lead p {
    text-align: left;
}
#animationOverlayContainer.rightTop #animationOverlayContent .lead p,
#animationOverlayContainer.rightBottom #animationOverlayContent .lead p {
    text-align: right;
}



.animationNavigateRight {
    display: none;
    position: fixed;
    right: 0;
    top: calc(50% - 1.5rem);
    padding: 1rem 0.5rem 1rem 1rem;
    cursor: pointer;
    z-index: 30;
    opacity: 0;
}
.animationNavigateRight svg {
    height: 3rem;
    width: auto;
    fill: #fff;
    transition: all 0.2s linear;
    opacity: 0.5;
}
.animationNavigateRight:hover svg {
    fill: #ff3a18;
    opacity: 1;
}
.animationNavigateLeft {
    display: none;
    position: fixed;
    left: 0;
    top: calc(50% - 1.5rem);
    padding: 1rem 1rem 1rem 0.5rem;
    cursor: pointer;
    z-index: 30;
    opacity: 0;
}
.animationNavigateLeft svg {
    height: 3rem;
    width: auto;
    fill: #fff;
    transition: all 0.2s linear;
    opacity: 0.5;
}
.animationNavigateLeft:hover svg {
    fill: #ff3a18;
    opacity: 1;
}









div.contentContainer {
    position: absolute;
    opacity: 0;
    width: calc(100% - 2rem);
    max-width: 1100px;
    padding: 1rem;
    padding-bottom: 0;
    z-index: 40;
}
div.contentContainer .content {
    width: 100%;
    padding: 2rem;
    padding-top: 0;
    background-color: #fff;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.7);
}
div.contentContainer .content .scrollUp {
    position: relative;
    width: 100%;
    height: 3.8vh;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    font-size: 2vh;
    padding-top: 0.6vh;
}
div.contentContainer .content .scrollUp svg {
    position: absolute;
    top: -3.6rem;
    left: calc(50% - 0.75rem);
    width: 1.5rem;
    height: auto;
    animation: scrollIconBounce 2s infinite;
    fill: #fff;
}
/*
@keyframes scrollIconBounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(10px);}
    60% {transform: translateY(5px);}
}
*/
div.contentContainer .section {
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: stretch;
}
div.contentContainer .section > div {
    flex-basis: 100%;
    flex-grow: 1;
}
div.contentContainer .section > div.photoContainer {
    padding: 1rem;
}
div.contentContainer .section > div.photoContainer .photo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 15rem;
    width: 85%;
}
div.contentContainer .section > div.photoContainer .photo.contentPhoto1 { background-image: url('/img/articlePhoto/101-8.jpg'); }
div.contentContainer .section > div.photoContainer .photo.contentPhoto2 { background-image: url('/img/articlePhoto/101-2.jpg'); }
div.contentContainer .section > div.photoContainer .photo.contentPhoto3 { background-image: url('/img/articlePhoto/101-3.jpg'); }
div.contentContainer .section > div.photoContainer .photo.contentPhoto4 { background-image: url('/img/articlePhoto/101-4.jpg'); }
div.contentContainer .section > div.photoContainer .photo.contentPhoto5 { background-image: url('/img/articlePhoto/101-5.jpg'); }
div.contentContainer .section > div.photoContainer .photo.contentPhoto6 { background-image: url('/img/articlePhoto/101-9.jpg'); }
div.contentContainer .section > div.photoContainer .photo.contentPhoto7 { background-image: url('/img/articlePhoto/101-7.jpg'); }
div.contentContainer .section > div:first-of-type.photoContainer .photo {
    float: right;
}
div.contentContainer .section > div:last-of-type.photoContainer  .photo {
    float: left;
}
div.contentContainer .section > div.textContainer {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
div.contentContainer .section > div:first-of-type.textContainer  {
    align-items: flex-end;
}
div.contentContainer .section > div:last-of-type.textContainer   {
    align-items: flex-start;
}
div.contentContainer .section > div.textContainer div {
    width: 85%;
}
div.contentContainer .section > div.textContainer p.header {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
}
div.contentContainer .section > div:first-of-type.textContainer p {
    text-align: right;
}
div.contentContainer .section > div:last-of-type.textContainer  p {
    text-align: left;
}
div.contentContainer .content > div.buttonContainer {
    padding: 2rem 0 3rem 0;
}
div.contentContainer .content > div.buttonContainer button {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
div.contentContainer .content > div.buttonContainer p {
    text-align: center;
    font-weight: 700;
    padding-top: 1em;
}
div.contentContainer .content > div.buttonContainer p a {
    color: #00a300;
    text-decoration: underline;
}
div.contentContainer .content > div.buttonContainer p a:hover {
    text-decoration: none;
}
div.contentContainer .content > .footerContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    border-top: 1px solid #aaa;
    padding-top: 1rem;
}
div.contentContainer .content > .footerContainer > div {
    flex-basis: 100%;
    flex-grow: 1;
    padding: 1rem;
    padding-bottom: 0;
}
div.contentContainer .content > .footerContainer > div.logo {
    text-align: right;
}
div.contentContainer .content > .footerContainer > div.address {
    text-align: left;
    font-size: 14px;
}
div.contentContainer .content > .footerContainer > div.address p {
    margin-top: 0;
}
div.contentContainer .content > .footerContainer a.privacyPolicy {
    text-align: right;
    font-size: 13px;
    color: inherit;
    text-decoration: none;
}
div.contentContainer .content > .footerContainer a.privacyPolicy:hover {
    text-decoration: underline;
}
div.contentContainer .content a.link {
    color: #214da3;
    text-decoration: underline;
}
div.contentContainer .content a.link.interface {
    color: #333;
}
div.contentContainer .content a.link:hover {
    text-decoration: none;
}

div.contentContainer .content a.link2 {
    color: #214da3;
    text-decoration: none;
}
div.contentContainer .content a.link2:hover {
    text-decoration: underline;
}
div.contentContainer .content .textBold {
    font-weight: 700;
}



div.showLoginContainer {
    display: none;
    position: fixed;
    right: 0.5rem;
    top: -1rem;
    padding: 0.7rem 0.7rem 0 0 ;
    z-index: 100;
    animation: slideShowLoginCntainer 2s;
    /*background-color: #fff;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;*/
}
@keyframes slideShowLoginCntainer {
    0% {top: -10rem;}
    20% {top: 1rem;}
    40% {top: -1rem;}
    100% {top: -1rem;}
}
div.showLoginContainer button {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    border: 0;
    background-color: #fff;
    padding-top: 1.2rem;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.7);

    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #214da3);
//background: linear-gradient(-45deg,  #214da3, #23a6d5, #ee7752, #e73c7e);
//background: linear-gradient(-45deg, #ffffff, #ee7752, #ffffff, #ffffff);
    background-size: 400% 400%;
    animation: showLoginContainerButtonHighlight 15s ease infinite;
}
@keyframes showLoginContainerButtonHighlight {
    /*0% { background: linear-gradient(0deg, rgba(33,77,163,1) 0%, rgba(33,123,231,1) 1%, rgba(33,77,163,1) 100%); }
    100% { background: linear-gradient(0deg, rgba(33,77,163,1) 0%, rgba(33,123,231,1) 99%, rgba(33,77,163,1) 100%); }*/
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}









div.showLoginContainer button svg {
    fill: #004c8e;
    fill: #333;
    fill: #fff;
    /*filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.8));*/
}
div.showLoginContainer button span {
    padding-bottom: 0.2em;
    padding-left: 0.7em;
    font-size: 20px;
    color: #004c8e;
    color: #333;
    color: #fff;
    /*text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);*/
}
div.showLoginContainer button:hover {
    background: unset;
    background-color: #004c8e;;
}
div.showLoginContainer button:hover svg {
    fill: #fff;
    /*filter: unset;*/
}
div.showLoginContainer button:hover span {
    color: #fff;
    /*text-shadow: unset;*/
}


div.loginContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /*background-color: rgba(255, 255, 255, 0.7);*/
    z-index: 35;
}
div.loginContainer > .content {
    width: 25rem;
    border-radius: 0.5rem;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
}
div.loginContainer > .content > div.row {
    width: 100%;
    float: left;
    padding: 0 2rem;
    background-color: #fff;
}
div.loginContainer > .content > div.row.header {
    position: relative;
    text-align: center;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    font-size: 20px;
    letter-spacing: 0.02em;
    font-weight: 600;
    background-color: #00a300;
    color: #fff;
    padding: 1em 0 1em 0;
}
/*
div.loginContainer > .content > div.row.header a.close {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    padding: 0.1em 0.4em 0.8em 0.8em;
    font-size: 26px;
    line-height: 1em;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    transition: all 0.2s linear;
}*/
div.loginContainer > .content > div.row.header a.close {
    position: absolute;
    display: block;
    right: -1.2rem;
    top: -0.6rem;
    padding: 0.1em 0.4em 0.8em 0.8em;
}
div.loginContainer > .content > div.row.header a.close svg {
    width: 1.6rem;
    height: auto;
    fill: #fff;
    transition: all 0.2s linear;
}
div.loginContainer > .content > div.row.header a.close:hover svg {
    fill: #ff611d;
}
div.loginContainer > .content > div.row.double {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
div.loginContainer > .content > div.row.double .column {
    float: left;
    width: 50%;
}
div.loginContainer > .content > div.row.double .column.left {
    padding-right: 0.5rem;
}
div.loginContainer > .content > div.row.double .column.right {
    padding-left: 0.5rem;
}
div.loginContainer > .content > div.row.header a.close:hover {
    color: #ff611d;
    opacity: 1;
}
div.loginContainer > .content > div.row.field.login {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}
div.loginContainer > .content > div.row.field.password {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
div.loginContainer > .content > div.row.field .description {
    padding-bottom: 0.25em;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
div.loginContainer > .content > div.row.field input {
    border: 1px solid #aaa;
    border-radius: 0.25rem;
    padding: 0.25em;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: #333;
    width: 100%;
}
div.loginContainer > .content > div.row.message {
    display: none;
    padding-top: 0.25rem;
    padding-bottom: 1rem;
    text-align: center;
    font-weight: 700;
    color:#a90000;
}
div.loginContainer > .content > div.row.button {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1.6rem;

    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
div.loginContainer > .content > div.row.info {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1.2rem;

    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
div.loginContainer > .content > div.row.info div.icon {
    margin-top: 0.5rem;
    position: relative;
    height: 2.5rem;
    cursor: pointer;
}
div.loginContainer > .content > div.row.info div.icon svg {
    position: absolute;
    top: 0;
    left: calc(50% - 0.75rem);
    width: 1.5rem;
    height: auto;
    opacity: 0.7;
    animation: scrollIconBounce 2s infinite;
    fill: #333;
}

@keyframes scrollIconBounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(10px);}
    60% {transform: translateY(5px);}
}


























button {
    cursor: pointer;
    margin-top: 1.5em;
    margin-bottom: 2em;
    padding: 1em 2em 1em 2em;
    border: 1px solid #fff;
    border-radius: 0.25rem;
    background: none;
    color: #fff;
    transition: all 0.2s linear;
    font-family: 'Open Sans', Roboto, Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 15px;
}
button.flexContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
}
button.small {
    padding: 0.4em 1.5em 0.5em 1.5em;
}
button.extraPadding {
    padding-left: 3rem;
    padding-right: 3rem;
}
button.filled {
    border: 1px solid #214da3;
    background-color: #214da3;
    color: #fff;
}
button.filledBlue {
    border: 1px solid #004c8e;
    background-color: #004c8e;
    color: #fff;
}
button.filledGreen {
    border: 1px solid #00a300;
    background-color: #00a300;
    color: #fff;
}
button.filledOrange {
    border: 1px solid #ff611d;
    background-color: #ff611d;
    color: #fff;
}
button.filledGrey {
    border: 1px solid #aaa;
    background-color: #aaa;
    color: #fff;
}
button.filledWhite {
    border: 1px solid #214da3;
    background-color: #fff;
    color: #214da3;
}
button.filledGreen svg,
button.filledOrange svg {
    fill: #fff;
    margin-right: 0.5em;
}
button.filledAnimation {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #214da3);
    background-size: 400% 400%;
    animation: buttonFilled 15s ease infinite;
    color: #fff;
}
@keyframes buttonFilled {
    /*0% { background: linear-gradient(0deg, rgba(33,77,163,1) 0%, rgba(33,123,231,1) 1%, rgba(33,77,163,1) 100%); }
    100% { background: linear-gradient(0deg, rgba(33,77,163,1) 0%, rgba(33,123,231,1) 99%, rgba(33,77,163,1) 100%); }*/
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

button.filledGradient1 {
    border: 1px solid #222;
    background: rgb(2,109,177);
    background: linear-gradient(0deg, rgba(2,109,177,1) 0%, rgba(7,138,184,1) 100%);
    color: #fff;
}
button.noMargin {
    margin-top: 0;
    margin-bottom: 0;
}
button.colorInvert {
    border: 1px solid #214da3;
    color: #214da3;
}
button:hover {
    background-color: #fff;
    color: #214da3;
}
button.colorInvert:hover {
    background-color: #214da3;
    color: #fff;
}
button.filledGradient1:hover {
    border: 1px solid #222;
    background: rgb(2,109,177);
    background: linear-gradient(0deg, rgba(2,109,177,1) 0%, rgba(7,138,184,1) 100%);
    color: #fff;
}
button.filledBlue:hover {
    background-color: #fff;
    color: #004c8e;
}
button.filledBlue:hover svg {
    fill: #004c8e;
}
button.filledGreen:hover {
    background-color: #fff;
    color: #008100;
}
button.filledGreen:hover svg {
    fill: #00a300;
}
button.filledOrange:hover {
    background-color: #fff;
    color: #ff611d;
}
button.filledOrange:hover svg {
    fill: #ff611d;
}
button svg {
    vertical-align: text-top;
}






label {
    cursor: pointer;
}
label:hover {
    color: #214da3;
}


.clearFix::after {
    content: "" !important;
    display: table !important;
    clear: both !important;
}




.cookiePolicyContainer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1000;
}
.cookiePolicyContainer div {
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
    padding: 1rem 1rem;
    color: #333;
    text-align: center;
}
.cookiePolicyContainer div button {
    margin-top: 1rem;
    margin-bottom: 0;
    padding: 0.8rem 2rem 1rem 2rem;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    transition: all 0.2s linear;
}
.cookiePolicyContainer div button:hover {
    background: none;
    color: #000;
}
.cookiePolicyContainer div a {
    color: #333;
}
.cookiePolicyContainer div a:hover {
    text-decoration: none;
}