﻿body {
    padding-top: 0px !important;
}

.regHeader {
    background-color: black;
    text-align: center;
    height: 60px;
}

    .regHeader img {
        height: 50px;
        padding-top: 5px;
    }


.panel .stepOne__content,
.panel .stepTwo__content,
.panel .stepThree__content,
.panel.activePanel.stepOne .h1 a,
.panel.stepTwo,
.panel.stepThree {
    display: none;
}

.panel.activePanel.stepTwo,
.panel.activePanel.stepThree,
.panel.activePanel .stepOne__content,
.panel.activePanel .stepTwo__content,
.panel.activePanel .stepThree__content {
    display: block;
}

.stepOne a {
    /*color: black;
    text-decoration: none;
    padding-left: 5px;*/
}

.stepOne:not(.activePanel) .h1:hover {
    /*cursor: pointer;
    text-decoration: underline;*/
}

#registrationContinue,
#registrationSubmit {
    margin-top: 25px;
}

.dk-dropdown__container.step1 {
    width: 100% !important;
}

@media screen and (max-width: 768px) {
    .dk-dropdown__container.step1 {
        width: calc(100% - 20px) !important;
    }
}