
html {
}

body, body *{
    font-family:sans-serif;
}




body {
    padding: 0px;
    margin: 0px;
    background-color: #021124;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
}

.registernowbtn, .abstractnowbtn {
    color: white;
    background-color: #d00000;
    padding: 8px;
    padding-right: 8px;
    padding-left: 21px;
    padding-right: 21px;
    font-weight: bold;
}

    .registernowbtn:hover, .abstractnowbtn:hover {
        color: white;
        text-decoration: none;
    }

.btnlogout {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 10000;
    box-shadow: 0 0px 9px 3px #fff !important;
    border: 1px solid #4d4d4d !important;
    border-radius: 9px !important;
    font-size: 14px;
    padding: 4px !important;
}

div.parallax {
    width: 100%;
    height: 85vh;
    position: fixed;
    top: calc(20px + 1vw);
}

    div.parallax:after {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        top: 0vw;
        left: 0px;
        right: 0px;
        height: 80vh;
        z-index: -1;
        content: "";
/*        -webkit-animation: zoomin 6.5s ease-in-out;
        animation: zoomin 6.5s ease-in-out;
        animation-fill-mode: forwards;*/
    }

.fadeparallax {
    background-image: linear-gradient(180deg, rgb(22 40 62 / 37%) 0%, #09213ca3 61%, #000000 100%);
    position: relative;
    height: 96vh;
}




@keyframes fademein {
    0% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.anim-fademein {
    animation-name: fademein;
    animation-duration: 2s;
}





@-webkit-keyframes zoomin {
    0% {
        opacity:0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    13% {
        opacity:1;
    }
    33% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.12);
        transform: scale(1.12);
    }
}








.herotextzone1 *, .herotextzone2 * {
    animation-name: slideUp;
    animation-duration: 2s;
    animation-timing-function: ease-in;
}


@keyframes slideUp {
    0%, 20% {
        transform: translateY(10%);
        opacity: 0;
    }

    20%, 100% {
        transform: translateY(0);
        opacity: 1;
    }
}




.heroreg a {
    font-size: 18px;
    text-shadow: none;
}

.herotextdiv {
        width: 100%;
        float: left;
    }

.herotextzone1 {
    padding: 4.1vh 8% 5.5vh;
    margin: 0 auto;
    margin-top: calc(85px + 1vw);
}

.herotextzone2 {
    padding: 11vh 8% 11.5vh;
    margin: 0 auto;
    margin-top: calc(65px + 1vw);
}


.herotextzone1 h1, .herotextzone1 div {
    font-size: calc(1.6vh + 1.6vw);
    padding: 0px;
}
.herotextzone2 h1, .herotextzone2 div {
    font-size: calc(1.9vh + 1.9vw);
    padding: 0px;
}
.herotextzone1 h1, .herotextzone1 div, .herotextzone2 h1, .herotextzone2 div {
    text-shadow: -2px -2px 4px #00000087, 2px -2px 4px #00000087, -2px 2px 4px #00000087, 2px 2px 4px #00000087;
    color: #fffff4;
    line-height: calc(4vh + 2vw);
}

.herotextzone1 p, .herotextzone2 p {
    font-size: calc(1.2vh + 1.2vw);
    text-shadow: -2px -2px 4px #00000087, 2px -2px 4px #00000087, -2px 2px 4px #00000087, 2px 2px 4px #00000087;
    color: #fffff4;
    line-height: 3vw;
}






div.container {
    width: 100%;
    line-height: 1.7em;
    position: absolute;
    top: 0px;
}

div.zonewrapper {
    float: left;
    width: 100%;
    padding: 0px 5%;
    padding-bottom: 100px;
}


.headerwrapper {
    background-color: white;
}

.h1, h1, .headtitlezone {
    font-size: 1.6em;
    color: #134c79;
    font-weight: bold;
    padding-top: 8px;
    margin: 0px;
}

.headtitlezone {

    padding-bottom: 10px;
}

.h2, h2 {
    font-size: 1.4em;
    color: #134c79;
    margin-bottom: 2px;
    font-weight: bold;
}

.h3, h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
}


input[type="submit"], input[type="button"], .spanaroundbutton a, .spanaroundbutton150 a, .buttonthis, .whicharticlechoice label {
    background-color: #6891e7;
    background-image: linear-gradient(to bottom, #5D98CB 0px, #346793 40%, #2C587E 100%);
    border-radius: 31px;
    border-width: 1px;
    color: #FCFCF5;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    border: 0px;
    margin-bottom: 3px;
    margin-top: 1px;
    padding: 4px;
    padding-left: 12px;
    padding-right: 12px;
    box-shadow: 0px 0px 0px 1px #122C46;
    text-shadow: 0px 0px 3px black;
}



    input[type="submit"]:hover, input[type="button"]:hover, .spanaroundbutton a:hover, .spanaroundbutton150 a:hover, .buttonthis:hover, .whicharticlechoice label:hover, .adminbuttonhere {
        border-color: #002d59 #002d59 #000;
        color: #FFFFF2;
        box-shadow: 0px 1px 5px 1px #888888;
        background-image: linear-gradient(to bottom,#4DA0F0 0,#2E7CC1 100%) !important;
        text-decoration: none;
        box-shadow: 0px 0px 0px 1px #122C46;
    }





.loginformhere {
    z-index: 5000;
    position: fixed;
    top: 42%;
    margin-top: -100px;
    left: 50%;
    margin-left: -240px;
    width: 480px;
    background-color: white;
    border: 1px solid gray;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0px 0px 39px #000000;
}














section {
    background-color: white;
    border-radius: 20px;
    padding-left:10px;
    padding-right:10px;
}


.modulecontainers{
    line-height: 1.5em;
    background-color: white;
    float: left;
}
.modulecontainers {
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.letter {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    margin: 26px auto 0;
    max-width: 550px;
    min-height: 300px;
    padding: 24px;
    position: relative;
    width: 80%;
}

    .letter:before, .letter:after {
        content: "";
        height: 98%;
        position: absolute;
        width: 100%;
        z-index: -1;
    }

    .letter:before {
        background: #fafafa;
        box-shadow: 0 0 8px rgba(0,0,0,0.2);
        left: -5px;
        top: 4px;
        transform: rotate(-2.5deg);
    }

    .letter:after {
        background: #f6f6f6;
        box-shadow: 0 0 3px rgba(0,0,0,0.2);
        right: -3px;
        top: 1px;
        transform: rotate(1.4deg);
    }

.shopitemlink:hover {
    text-decoration:none;
}

.shopitemlink {
    font-size: 14px;
    line-height:1.4;
}

.shoppingitemlayout {
    padding: 6px;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    box-shadow: 0px 0px 6px -3px #034198;
}

.shoppingitemtitle .shopitemlink {
    font-size: 16px;
    padding-bottom: 2px;
}

.shopitemlink p{
    margin:0px !important;
}

.importantdates ul, .regprices, .regprices li{
    list-style:none;
    margin-bottom:15px;
    padding:0px;
}
.importantdates li {
    list-style: none;
    padding-top: 3px;
    padding-bottom:3px;
}












@media (max-width: 891px) {
    .titlezone{
        font-size:6px !important;
    }

    .headtitlezone, h1, h2 {
        font-size: 20px !important;
    }

    h3, h4 {
        font-size: 18px !important;
    }
        div .zonewrapper {
        padding: 0px;
    }


    #lowermenu {
        border-radius: 0px;
        width: 100%;
        margin-left:0px;
        border-left:0px;
        border-right:0px;
    }


    section {
        border-radius: 0px;
    }

    .firstsection, .secondsection {
        padding: 7px;
    }

    .modulecontainers {
        margin: 0px;
        width: 100%;
    }


        .multi-level .dropdown-submenu a {
        font-size: 1em !important;
    }

    div.parallax:after {
        height: 60vh;
    }
        div .parallax {
        width: 100%;
        height: 50vh;
    }

    .fadeparallax {
        height: 50vh;
    }

    div .container {
        width: 100%;
        margin-left: 0%;
    }

    .herotextzone1 h1, .herotextzone1 div, .herotextzone2 h1, .herotextzone2 div {
        width: 100%;
        padding: 0px 3%;
        margin-top: 10px;
        line-height: 7vw;
        font-size: 20px;
    }

    .herotextzone1, .herotextzone2 {
        padding: 2vh 2% 2vh 2%;
        margin-top: 45px;
    }
        .securepageicons{
        width:149px !important;
    }

    .shoppingitemwrapper {
        display: block !important;
        grid-template-columns: auto !important;
    }

    .shoppingitemlayout {
        width: 98% !important;
    }

    .shoppingimage {
        width: 44% !important;
        padding-right:10px;
        padding-top:10px;
        float: left;
    }


    .loginformhere {
        top: 0%;
        margin-top: 0px;
        left: 0px;
        margin-left: 0px;
        width: 100%;
        border: 0px;
        border-radius: 0px;
    }

}





















/* BEGIN CKEDITOR CHANGES*/

.cke_editable {
    background-color: white;
}

.cke_panel_list {
    background-color: white;
}


.standardfont {
    font-size: inherit !important;
    color: inherit !important;
    display: inline !important;
    font-weight: inherit !important;
}

.cke_editable .standardfont {
    border-bottom: 1px dashed red;
    border-top: 1px dashed red;
}

.cke_editable p, .modulecontainers p {
    margin-bottom: 12px;
}


.cke_editable ol li::marker, .cke_editable ul li::marker, .modulecontainers ol li::marker, .modulecontainers ul li::marker{
    color: #000000;
    font-size: 20px;
}

.cke_editable ol, .cke_editable ul, .modulecontainers ol, .modulecontainers ul{
    margin-left: 10px;
}

/* END CKEDITOR CHANGES*/




