:root {
    --ui-color: #3e567c;
    --lightgray: #f2f2f2;
    --darkgray: #a9a9aa;
    --headergray: #e4e4e4;
}
.noselect {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
p {
    margin: 0;
}
body {
    margin: 0;
    background-color: #ffffff;
}
header {
    position: fixed;
    width: 100%;
    height: 8vh;
    z-index: 999;
}
main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 8vh;
    width: 100%;
    height: 850px;
    align-items: center;
    overflow-x: hidden;
}
footer {
    position: absolute;
    width: calc(100% - 6em);
    padding: 20px 3em 0 3em;
    height: max-content;
    background-color: #cfcfcf;
    top: calc(850px + 8vh);
}
#footerlinkscont {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    height: max-content;
    padding-bottom: 30px;
    border-bottom: 1px solid black;
}
#footerexplorecont {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    font-family: Helvetica, sans-serif;
}
#footerexplorecont a, #footerlegal a {
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    line-height: 28px;
    font-weight: 300;
    color: #000000;
}
#footerexplorecont a:hover, #footerlegal a:hover {
    color: var(--darkgray);
}
#exploreheader {
    margin: 0;
    line-height: 45px;
    font-size: 20px;
    font-weight: 700;
}
#footerlegal {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    font-family: Helvetica, sans-serif;
}
#copyrightlabel {
    margin-right: 40px;
    margin-block-start: 1em;
    margin-block-end: 1em;
}
#privacypolicylink {
    margin-right: 20px;
    margin-block-start: 1em;
    margin-block-end: 1em;
}
@font-face {
    font-family: "Open Sans";
    src: url(../assets/fonts/Open\ Sans/OpenSans-Regular.ttf);
}
@font-face {
    font-family: "Agbalumo";
    src: url(../assets/fonts/Agbalumo/Agbalumo-Regular.ttf);
}
@font-face {
    font-family: "Roboto";
    src: url(../assets/fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family: "ITCAvantGardeGothicBold";
    src: url("../assets/fonts/ITC Avant Garde Gothic/ITC Avant Garde Gothic Bold.otf");
}
@font-face {
    font-family: "LeagueSpartanBold";
    src: url("../assets/fonts/League_Spartan/static/LeagueSpartan-Bold.ttf");
}
#topnav {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3em;
    width: calc(100% - 6em);
    height: 100%;
    background-color: var(--headergray);
    color: #000000;
    z-index: 999;
}
#signaturecont, #footersignaturecont {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
    text-decoration: none;
    width: 185px;
    transition: opacity 0.2s ease-in-out;
}
#footersignaturecont {
    width: 165px;
    height: fit-content;
    margin-right: 40px;
}
#signaturecont:hover {
    opacity: 0.6;
}
#signaturetext, #footersignaturetext {
    display: inline-block;
    font-family: "Agbalumo", Arial, serif;
    font-weight: 500;
    font-size: 27px;
    line-height: 40px;
    font-style: normal;
    margin: 0;
}
#footersignaturetext {
    font-size: 24px;
}
#logocont, #footerlogocont {
    display: inline-block;
    background-image: url(../assets/images/almamentor_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: calc(878 / 911 * 30px);
}
#footerlogocont {
    height: 20px;
    width: calc(878 / 911 * 20px);
}
#searchcont {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    width: 35%;
}
input[name="query"] {
    position: relative;
    outline: none;
    background: #ffffff;
    border-width: 0;
    border-style: solid;
    border-color: #000000;
    height: 32px;
    font-size: 16px;
    width: calc(100% - 92px);
    padding: 5px 30px 5px 15px;
    font-family: "Open Sans", Helvetica, sans-serif;
    border-radius: 5px 0 0 5px;
    font-weight: 600;
    z-index: 1000;
}
input[name="query"]::placeholder {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
#clearsearchbutton {
    position: absolute;
    right: 60.5px;
    top: 50%;
    transform: translateY(-50%);
    height: 13px;
    width: 13px;
    fill: #8e8e8e;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
#searchbutton {
    position: relative;
    background-color: var(--ui-color);
    width: 47px;
    height: 42px;
    border: 0;
    border-radius: 0 5px 5px 0;
    padding: 0;
    outline: none;
    cursor: pointer;
}
#searchicon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#searchsuggestionscont {
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 100%;
    left: 0;
    width: calc(100% - 47px);
    background-color: #ffffff;
    color: #000000;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
    box-shadow: 0 0 8px #8d8d8d;
    z-index: 1;
}
.searchsuggestion {
    cursor: pointer;
    width: calc(100% - 30px);
    font-size: 15px;
    padding: 10px 15px;
    font-family: "Open Sans", Helvetica, sans-serif;
    transition: background-color 0.2s ease-in-out;
    word-wrap: break-word;
}
.searchsuggestion:hover {
    background-color: var(--lightgray);
}
.searchoption {
    margin: 0;
}
.searchresultcount {
    font-size: 12px;
    margin: 0;
    color: #6d6d6d;
    font-weight: 600;
}
.navbutton {
    margin: 0;
    transition: color 0.3s ease-in-out;
}
.navbutton:hover {
    color: var(--darkgray) !important;
}
#notificationcont {
	position: fixed;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 10vh;
	z-index: 1000;
	top: -10vh;
	transition: top 0.2s ease-in-out;
	overflow: hidden;
}
#notificationtext {
	font-family: "ITCAvantGardeGothicBold", Helvetica, sans-serif;
	font-size: 25px;
	margin: 0;
	color: #ffffff;
}
#maincontentwrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 300%;
    height: 520px;
    margin-top: 20px;
    transform: translateX(calc(100% / 3));
    transition: transform 0.4s ease-in-out;
}
.divisionrule {
    position: relative;
    width: 80%;
    height: 1px;
    margin: 10px 0;
    background-color: #b4b4b4;
}
#perkstext {
    position: relative;
    font-family: Helvetica, sans-serif;
    font-weight: 600;
    font-size: 22pt;
    margin: 40px 0 15px 0;
    text-align: center;
    width: 100%;
}
#loginsignupmaincont {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: max-content;
    width: calc(100% / 3 - 20px);
    left: calc(100% / 6);
    transform: translateX(-50%);
    max-width: 600px;
    background-color: var(--lightgray);
    border: 1px solid black;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px 0;
    font-family: Helvetica, sans-serif;
    font-size: 12pt;
    overflow: hidden;
}
#loginsignupformscont {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: max-content;
    width: 100%;
    transition: transform 0.4s ease-in-out;
}
#loginformcont, #signupformcont {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: max-content;
    min-width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}
#signupusernameerror {
    height: 2em;
}
.mainlogocont {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 25px;
}
.almamentorlogo, .acventlogo {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
    background-image: url(../assets/images/almamentor_logo.png);
}
.acventlogo {
    height: 55px;
    width: 55px;
    background-image: url(../assets/images/acvent_full_logo.svg);
    background-size: 56px 56px;
    background-color: transparent;
    border: 1px solid black;
}
#signatureslash {
    height: 65px;
    width: 2px;
    background-color: #3f3f3f;
    border-radius: 2px;
    margin: 0 18px 0 2px;
}
.actiontext {
    font-family: Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.switcharrow {
    position: absolute;
    top: 50%;
    right: calc(100% + 10px);
    transform: translateY(-50%);
    height: 25px;
    width: 37.5px;
    fill: inherit;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-name: inherit;
}
#signupswitchcont .switcharrow {
    left: calc(100% + 10px);
}
#signupswitchcont .switcharrow path {
    transform-origin: center;
    transform: scaleX(-100%);
}
label {
    width: 300px;
}
#loginsignupmaincont input, #createpasswordcont input {
    font-size: 13pt;
    width: 300px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid var(--darkgray);
    outline: none;
    font-weight: 300;
    padding: 3px 5px;
}
#loginemail, #signupemailerror, #signupusernameerror {
    margin: 0 0 15px 0;
}
#loginpassword, #createpasswordcont input {
    width: 270px !important;
    padding: 3px 35px 3px 5px !important;
}
#forgotpasswordtext {
    cursor: pointer;
    color: var(--ui-color);
    text-decoration: none;
    text-align: center;
    margin: 0 0 20px 0;
    font-weight: 600;
    transition: transform 0.2s ease-in;
}
#signupswitchtext, #loginswitchtext {
    font-size: 13pt;
}
#signupswitchtext span, #loginswitchtext span {
    cursor: pointer;
    font-weight: 600;
    color: var(--ui-color);
    transition: opacity 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
#signupswitchtext span:hover, #loginswitchtext span:hover {
    opacity: 0.65;
    font-size: 13.3pt;
}
#signupformcont .divisionrule {
    margin: 20px 0;
}
#forgotpasswordtext:hover {
    transform: scale(103%);
}
.tostext {
    width: 260px;
    font-weight: 300;
    font-size: 9pt;
    text-align: center;
    margin: 0 0 20px 0;
}
.tostext strong {
    font-weight: bold;
}
#loginerror {
    margin: 5px 0 0 0;
    text-align: center;
}
.inputerrortext {
    margin: 0 0 20px 0;
    color: #ff0000;
    font-size: 15px;
    font-weight: 300;
    height: 1em;
    width: 300px;
    word-break: break-word;
    text-align: left;
}
#loginbutton, #signupbutton, #createbutton {
    cursor: pointer;
    width: 300px;
    border-radius: 5px;
    border: 0;
    background-color: var(--ui-color);
    color: #ffffff;
    font-size: 14pt;
    font-weight: 600;
    padding: 10px 0;
    transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
}
#createbutton {
    width: 260px;
    margin-bottom: 20px;
}
#createbutton:hover {
    transform: scale(103%);
}
.passwordcont {
    position: relative;
    margin-bottom: 10px;
}
#createpasswordcont .passwordcont {
    margin: 0;
}
.passwordcont svg {
    cursor: pointer;
    position: absolute;
    height: 16px;
    width: calc(435 / 341 * 16px);
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.passwordcont svg > path {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#loginbutton:hover, #signupbutton:hover, #createbutton:hover {
    transform: scale(103%);
}
#createpasswordwrapper, #twofawrapper {
    position: absolute;
    left: calc(500% / 6);
    width: calc(100% / 3 - 20px);
    max-width: 550px;
    height: max-content;
    border-radius: 5px;
    transform: translateX(-50%);
    background-color: var(--lightgray);
    border: 1px solid black;
}
#twofawrapper {
    left: calc(900% / 6);
}
#createpasswordcont, #twofacont {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Helvetica, sans-serif;
    width: calc(100% - 60px);
    height: max-content;
    margin-top: 20px;
    left: 30px;
}
#createpasswordtext {
    margin: 25px 0 15px 0;
    font-weight: 600;
    font-size: 18pt;
}
#createpasswordcont .tostext {
    width: 300px;
}
.backarrow {
    position: absolute;
    cursor: pointer;
    top: 25px;
    left: 20px;
    height: 18px;
    width: 27px;
    z-index: 1;
}
#skiptext {
    position: absolute;
    cursor: pointer;
    top: 18px;
    right: 20px;
    margin: 0;
    font-family: Helvetica, sans-serif;
    transform: scale(100%);
    z-index: 1;
    color: #000000;
    transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
}
#skiptext:hover {
    transform: scale(105%);
    color: var(--darkgray);
}
#twofatext {
    font-size: 18pt;
    font-weight: 600;
    margin: 1em 0 0 0;
}
#twofainputs {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
    width: 300px;
    justify-content: space-around;
    margin: 15px 0 30px 0;
    --code-color: #000000;
}
.codeblank {
    border-style: solid;
    border-color: var(--code-color);
    color: var(--code-color);
    border-width: 0 0 2px 0;
    margin: 0;
	height: 35px;
	width: 35px;
	line-height: 35px;
	font-size: 35px;
    text-align: center;
    font-family: "ITCAvantGardeGothicBold", Helvetica, sans-serif;
}
#verificationcodefield {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
}
#verificationcodefield::-webkit-outer-spin-button, #verificationcodefield::-webkit-inner-spin-button {
	display: none;
}
#resendcodetext {
    margin: 0;
}
#resendcode {
    cursor: pointer;
    font-weight: 600;
    margin: 10px 0 30px 0;
    transition: color 0.2s ease-in-out;
}
#resendcode:hover {
    color: var(--darkgray);
}
@media only screen and (max-width: 500px) {
    #topnav {
        padding: 0 10px;
        width: calc(100% - 20px);
    }
    footer {
        padding: 20px 10px 0 10px;
        width: calc(100% - 20px);
    }
    .questionrow {
        padding: 15px 10px;
        width: calc(100% - 20px);
    }
}
@media only screen and (max-width: 780px) {
    #signaturecont {
        width: max-content;
    }
    #signaturetext {
        display: none;
    }
    #logocont {
        height: 25px;
        width: calc(878 / 911 * 25px);
    }
    #loginlinkbutton {
        font-size: 15px;
    }
    #searchcont {
        width: 50%;
    }
    input[name="query"] {
        height: 28px;
        padding: 4px 20px 4px 10px;
        width: calc(100% - 71px);
        font-size: 14px;
    }
    #searchbutton {
        height: 36px;
        width: 41px;
    }
    #clearsearchbutton {
        right: 50px;
    }
    #searchsuggestionscont {
        width: calc(100% - 41px);
    }
}