html, body {
    height:100%;
    padding:0;
    margin:0;
}

.splash {
    min-width: 500px;
    text-align: center;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
}


.splash .message {
   font-size: 5em;
   line-height: 1.5em;
   -webkit-text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
   text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
   text-transform: uppercase;
}

.tagline {
   color: #F79623;
   text-align: center;
   display: inline-block;
   font-size: 1.5em;
   padding-left: 5%;
}
@media(min-width: 480px){
   .tagline{
       font-size: 2em;
   }
}
@media(min-width: 768px){
   .tagline{
       font-size: 3em;
       padding-left: 5%;
   }
    .label-long {
    white-space:nowrap;
    }
}


.form-loading {
    position: relative;
    cursor: default;
    -moz-user-select: none;
    user-select: none
}

.form-loading:after,.form-loading:before {
    position: absolute;
    display: block;
    content: ''
}

.form-loading:before {
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,.8)
}

.form-loading:after {
    z-index: 1001;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    -webkit-animation: form-spin .6s linear;
    animation: form-spin .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-width: 2px;
    border-style: solid;
    border-color: #767676 rgba(0,0,0,.1) rgba(0,0,0,.1);
    border-radius: 999px
}
@-webkit-keyframes form-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes form-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
span.validationMessage{
    color: #e14430;
}
#domain-logo p {
    margin-bottom: 0px;
}

#domain-logo p {
    margin-bottom: 0px;
}

#domain-logo {
    width: 102%;
    padding: 10px 0 10px 10px;
    position: relative;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .05), 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05), 0 1px 0 rgba(0, 0, 0, .05);
    background: #fff;
    display: flex;
    justify-content: center;
    margin: -24px 0 24px -15px;
    /*margin-top: -24px;
    margin-bottom: 24px;
    max-height: 120px;*/
}

.logo-container {
}

.logo-company {
    font-family: 'Poppins';
    font-size: 7rem;
    line-height: 7rem;
    font-weight: 800;
    font-style: normal;
    color: #008AD0;
    text-transform: uppercase;
    white-space: nowrap;
}

.logo-phrase {
    font-family: 'Poppins';
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 200;
    font-style: normal;
    color: #999999;
    padding-left: 2px;
}

.logo-icon {
    width: 100%;
    height: auto;
    max-height: 90px;
}
.align-center {
    align-items: center;
}

#content-wrapper {
    /*max-width: 1200px;*/
    margin:auto;
}

#appointment-wrapper {
    max-width: 1200px;
    margin: auto;
}

#application {
    background-color: #f0f0f0;
    height: 100%;
}

.ui-wizard {
    /* border: 1px solid whitesmoke; */
    border-radius: 4px;
}

.wizard-steps {
    border-bottom: 4px solid #008AD0;
    /* border-top: 1px solid gray; */
    /* border-left: 1px solid gray; */
    background-color: white;
}

.wizard-steps li {
    padding-left: 73px;
}

.wizard-step-number {
    height: 40px;
    width: 40px;
    margin-left: -47px;
    margin-top: -20px;
    font-size: 1.35em;
    padding-top: 5px;
}

.wizard-step-caption {
    font-size: 1.3em;
}

.wizard-next-step-btn {
    font-size: 1.55em;
    padding: 14px;
    background:none;
    background-color: #008AD0;
    font-family:Poppins;
    text-transform:uppercase;
    border-radius:2px;
}

input[type="text"] {
    height: 34px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid transparent;
    border-top: none;
    border-bottom: 1px solid #DDD;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
    font-size:1.15em;
    padding:20px;
    padding-left:10px;
}

select {
    display: block;
    height: 41px !important;
    width: 100% !important;
    border-radius: 3px !important;
    border: 1px solid transparent !important;
    border-top: none !important;
    border-bottom: 1px solid #DDD !important;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF !important;
    font-size: 1.15em !important;
}

.welcome-text {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 2.5em;
    text-align: center;
}

.appt-type-text {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 1.25em;
    text-align: center;
    margin-top: 18px;
}

.note-info {
    font-family: 'Poppins';
    font-weight: 200;
    font-size: 1em;    
    margin-top: 18px;
}

.wizard-content label {
    color: dimgray;
    font-family: 'Open Sans';
    font-weight: 500;
}

.wizard-steps > li.active .wizard-step-number, .wizard-steps > li.completed .wizard-step-number {
    border-color: #ff8d00;
    color: #ff8d00;
    font-family: 'Poppins';
    font-weight: 800;
}

.wizard-steps > li.completed .wizard-step-number:after {
    content: '';
    font-family: FontAwesome;
    font-size: 21px;
    font-weight: 400;
    height: 31px;
    left: 6px;
    width: 26px;
    top: 5px;
}

#wizard-step3 {
    min-height:300px;
    padding-top: 35px;
}

.step3-header {
    font-family:Poppins;
    font-size: 1.85em;
    padding-bottom:20px;
    font-weight: 300;
}

.step3-thank-you {
    padding-top:30px;
    font-family: Poppins;
    font-size: 2.5em;
}

.step3-email-notification {
    font-size: 1.25em;
    }


@media(max-width:520px) {
    .splash {
        width: 25%;
    }

    .logo-company {
        font-size: 32pt;
    }
    .logo-container {
        width:100%;
    }
    .logo-company {
        white-space:normal;
        line-height:4.5rem;
    }
}

@media(max-width: 768px) {
    .splash {
        width: 25%;
    }
    .logo-company {
        font-size: 32pt;
    }

    .logo-company {
        white-space: normal;
        line-height: 4.5rem;
    }
}