﻿/*
    General
*/
body {
    font-family: 'NeoSansPro Medium';
    display: flex;
    flex-direction: column;
    max-width: 1024px;
    min-width: 280px;
    margin: 0 auto;
    background: url('../Content/bg.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.6);
}



@media screen and (min-width: 769px) {
    body {
        background: url('../Content/bg.png') no-repeat center center fixed !important;
    }

    .startpage-logo {
        display: block !important;
    }

    .startpage .form-group {
        position: inherit !important;
        margin-left: 0 !important;
        margin-top: 370px;
    }

    .startpage-logo {
        position: relative;
        top: 240px;
        display: none;
    }

    .header-logo {
        display: block !important;
    }
}

@media screen and (max-width: 769px) {

    .startpage-logo {
        display: grid !important;
        position: fixed;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -40%);
    }

    .header-logo {
        display: grid !important;
        justify-content: center;
    }

    .option.externalemployeeoption {
        /*position: absolute;
        bottom: 0;
        width: 100%;*/
        display: None !important;
    }

    .additional-info-form.chooseRadios {
        position: fixed;
        top: 7%;
        left: 50%;
        transform: translate(-50%, -10%);
    }

    .login-container {
        left: 50%;
        transform: translate(-50%, -10%);
    }

    .externalemployeebutton.form-group {
        left: 50%;
        transform: translate(-50%, -10%);
    }

    .bettertogetherlogo {
        margin-top: 10px;
        margin-left: 5px;
    }

    .schedule-table {
        width: 90%;
    }

    .startpage .registration-group {
        transform: translate(-50%, -10%);
    }

    @media screen and (max-height: 650px) {

        .additional-info-form.chooseRadios {
            display: none;
        }

        .bettertogetherlogo {
            display:none;
        }

        .logo {
            display:none;
        }
    }
}
h1, h2, h3, h4, h5, h6, label, small {
    color: #ffed00;
}

h1 {
    font-size: 28px;
    padding-bottom: 12px;
}

h2 {
    font-family: 'NeoSansPro Medium';
    font-size: 28px;
    color: #FFF;
}

p {
    font-family: 'NeoSansPro Regular';
    font-size: 18px;
    color: #FFF;
    margin-top: 20px;
}

label {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

small {
    font-size: 12px;
}

a {
    text-decoration: underline;
}

    a.btn.btn-primary {
        text-decoration: none;
    }

header {
    height: 82px;
    padding: 20px;
}

    .logo img {
        max-width: 181px;
    }

video {
    width: 100%;
}

select {
    font-family: Arial;
    font-weight: bold;
}

    select.form-control:not([size]):not([multiple]) {
        height: 43px;
    }

.form-control {
    color: #154194;
    border-radius: 0;
    height: 43px;
    border: solid 1px #b2b2b2;
}

.btn-primary {
    height: 43px;
    border-radius: 20px;
    background-color: #FFF;
    border-color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    font-family: 'NeoSansPro Medium';
    letter-spacing: 0.5px;
    margin-top: 20px;
    color: #154194;
}

    .btn-primary:disabled {
        background-color: #ededed;
        border-color: #154194;
        opacity: 0.5;
    }

    .btn-primary span {
        position: relative;
        top: -1px;
        padding: 0 30px;
    }

.custom-radio label {
    text-transform: initial;
    font-size: 18px;
    padding-top: 2px;
    padding-left: 15px;
    font-family: arial;
    width: 100%;
    color: #FFF;
}

textarea {
    width: 100%;
    min-height: 150px;
    font-size: 13px;
    color: #154194;
    font-family: 'NeoSansPro Regular';
}

    textarea::-webkit-input-placeholder {
        color: #154194;
        opacity: 0.7;
        font-weight: normal;
        font-family: 'NeoSansPro Regular';
    }

    textarea:-moz-placeholder { /* Firefox 18- */
        color: #154194;
        opacity: 0.7;
        font-weight: normal;
        font-family: 'NeoSansPro Regular';
    }

    textarea::-moz-placeholder { /* Firefox 19+ */
        color: #154194;
        opacity: 0.7;
        font-weight: normal;
        font-family: 'NeoSansPro Regular';
    }

    textarea:-ms-input-placeholder {
        color: #154194;
        opacity: 0.5;
        font-weight: normal;
        font-family: 'NeoSansPro Regular';
    }

.form-text {
    font-size: 14px;
    color: #FFF;
    margin: 0 0 10px 0;
}

.text-danger {
    color: #ffed00 !important;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    letter-spacing: 0.2px;
}

/*
    Pages
*/



.startpage .form-group {
    position: absolute;
    bottom: 80px;
    left: 50%;
}

.startpage a.btn.btn-primary {
    padding: 11px 30px 0 30px;
}

.intro, .event-start {
    padding: 33px 25px;
}

.log-in {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.log-in, .second-intro {
    padding: 15px 30px 33px 35px;
}

.second-intro {
    margin-top: 30px;
}

.log-in h2 {
    color: #ffed00;
}

.log-in label {
    color: #FFF;
    font-family: 'NeoSansPro Bold';
    font-size: 12px;
}

.log-in p {
    font-family: 'NeoSansPro Regular';
    font-size: 12px;
}

.confirm {
    font-size: 12px;
}

    .confirm a {
        color: #ffed00;
    }

    .confirm label {
        text-transform: none;
        padding-left: 5px;
        font-family: 'NeoSansPro Regular';
        font-weight: normal;
        color: #FFF;
    }

    .confirm .custom-control-label:before {
        height: 1.2rem;
        width: 1.2rem;
        border-radius: 0;
        top: 0px;
        background-color: #FFF;
    }

.custom-control-label::after {
    top: -1px;
    left: -26px;
    width: 1.5rem;
    height: 1.5rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ffed00;
}

.info {
    margin-bottom: 15px;
}

    .info p {
        margin: 0;
    }

.option {
    padding: 26px 0 15px 0;
}

    .option p {
        font-size: 14px;
        font-family: 'NeoSansPro Medium';
        text-align: center;
        font-weight: 500;
        color: #FFF;
    }

    .option a {
        color: #ffed00;
    }

.sign-up-form {
    padding: 0px 35px;
}

    .sign-up-form .text-danger {
        color: #dc3545 !important;
    }

.additional-info-form {
    padding: 33px 30px 33px 35px;
}

    .additional-info-form .text-danger {
        color: #dc3545 !important;
    }

#extra_textarea_label {
    margin: 0;
}

.additional-info-form .custom-control-label:before {
    width: 1.4rem;
    height: 1.4rem;
    background-color: #ffffff;
    border: solid 2px #154194;
}

.additional-info-form .custom-control-label:after {
    top: 0px;
    left: -28px;
    width: 1.8rem;
    height: 1.8rem;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #154194;
}

.log-out {
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

    .log-out img {
        height: 42px;
    }

    .log-out .btn-primary {
        margin-top: 0;
    }

        .log-out .btn-primary span {
            top: 5px;
        }

.event-start p {
    margin-bottom: 0;
}

.clock-wrapper {
    display: inline-block;
    margin-bottom: 30px;
}

    .clock-wrapper div {
        display: inline-block;
        position: relative;
        padding-right: 20px;
    }

.past-format {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffed00;
    letter-spacing: 0.5px;
    position: absolute;
    bottom: -5px;
    left: 2px;
}

.clock-wrapper .format {
    font-size: 52px;
    font-weight: 500;
    color: #FFF;
}

.error-info {
    background-image: linear-gradient(282deg, #f7f7f7, #f2f2f2);
    padding: 33px 30px 33px 35px;
}

    .error-info h1, .error-info p {
        color: #154194;
    }

    .error-info .error-code {
        font-family: 'NeoSansPro Regular';
        color: #d22c2e;
    }

    .error-info span {
        font-weight: bold;
    }

    .error-info .btn-primary {
        margin: 0;
    }

.chooseRadios .form-group, .externallogin .form-group, .employeelogin .form-group {
    position: static;
    bottom: 0;
    left: 0;
    margin-left: 0;
}

.chooseRadios {
    position: absolute;
    top: 40px;
}

    .chooseRadios label {
        padding-top: 6px !important;
    }

.login-container {
    position: absolute;
    bottom: 150px;
}

.externalemployeebutton {
    position: absolute !important;
    bottom: 60px !important;
    left: 50% !important;
}

    .externalemployeebutton.form-group {
        position: static;
        bottom: 0;
        left: 0;
        margin-left: 0;
    }

.externalemployeeoption {
    margin-top: -20px;
}

/*
	Media Queries for Desktop on login
*/

@media (min-width: 769px) {
    .chooseRadios, .login-container {
        position: static;
    }

        .chooseRadios .form-group {
            margin-top: 250px;
        }

    .externallogin .form-group, .employeelogin .form-group {
        margin-top: 0;
    }

    .externalemployeebutton.form-group {
        margin-top: 0;
    }

    .externalemployeeoption {
        margin-top: 0;
    }
}

/*
*	Schedule styles
*/
.firstNameIntro {
    color: #ffed00;
    margin-bottom: 0;
}

.schedule-title {
    font-family: 'NeoSansPro Regular' !important;
}

.schedule-table {
    background-color: rgba(255, 255, 255, 0.9);
    margin: 20px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}

    .schedule-table p {
        color: #154194;
        padding-right: 20px;
    }

    .schedule-table th {
        padding: 20px;
    }

    .schedule-table tr td {
        border-bottom: 1px solid #154194;
        padding: 20px 0;
    }

    .schedule-table tr:nth-child(2) td {
        padding-right: 20px;
    }

    .schedule-table tr:last-child td {
        border-bottom: none;
    }

    .schedule-table td strong {
        font-family: 'NeoSansPro Bold';
        letter-spacing: 0.6px;
        color: #154194;
        padding-right: 20px;
    }

    .schedule-table td p {
        font-size: 14px;
        padding-top: 2px;
        margin-bottom: 10px;
    }

.time {
    vertical-align: top;
    padding: 20px 20px 20px 20px !important;
    color: #009640;
    font-size: 14px;
    font-family: 'NeoSansPro Bold';
    text-align: center;
    letter-spacing: 0.6px;
}

/*
	Style for menu
*/

.custom-menu {
    background-color: rgba(0,0,0,0.5) !important;
}

    .custom-menu .nav-link {
        text-decoration: none;
        color: rgba(255,255,255,.8) !important;
        font-family: 'NeoSansPro Regular';
        padding-left: 15px;
    }

    .custom-menu .navbar-toggler {
        color: rgba(255,255,255,.8);
        border: none;
        outline: none !important;
    }

    .custom-menu .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,237,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

/*
	Style for content pages
*/

.content-page {
    margin: 20px;
}

    .content-page img {
        width: 100%;
        padding: 5px 0;
    }

    .content-page h1 {
        color: white;
        font-family: 'NeoSansPro Regular';
    }

    .content-page h2 {
        font-size: 18px;
        color: #154194;
    }

    .content-page h3 {
        font-size: 16px;
        color: #154194;
    }

    .content-page h4 {
        font-size: 15px;
        color: #154194;
    }

    .content-page p {
        font-size: 14px;
        color: #154194;
    }

    .content-page ul {
        color: #FFF;
    }

    .content-page #markdown {
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 5px;
        padding: 20px;
    }

/*
	Style for faq
*/

.faq {
    background-color: rgba(255, 255, 255, 0.9);
    margin: 20px;
    border-radius: 5px;
}

    .faq h3 {
        font-size: 16px;
        color: #154194;
        font-family: 'NeoSansPro Bold';
        letter-spacing: 0.6px;
    }

    .faq p {
        color: #154194;
        font-size: 14px;
        font-family: 'NeoSansPro Regular';
    }

.faq-page h2 {
    margin-top: 40px;
}

.part {
    border-bottom: 1px solid #154194;
    padding: 20px 20px;
}

.card {
    margin-bottom: 10px;
}

.logo {
    width:181px;
    height:42px;
}

.bettertogetherlogo {
    width: 149px;
    height: 42px;
    margin-left: 20px;
}

body {
    font-family: sans-serif;
}

.frame-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    width: 300%; /* enlarge beyond browser width */
    left: -100%; /* center */
}

.frame-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

.wrapper {
    overflow: hidden;
    max-width: 100%;
}