﻿h1.pageheader1 {
    font-family: 'Zilla Slab', serif;
    font-size: 30px;
}

h1.pageheader2 {
    font-family: 'Zilla Slab', serif;
    font-size: 30px;
}

.panel-heading {
    background-color: #413e6d;
}

.panel-heading>h3.panel-title {
    color: white;
    font-family: 'Zilla Slab', serif;
    font-size: 26px !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #424242;
}

.panel-body p {
    color:black;
    font-size:16px;
    font-weight: 400;
}

.form-group {
    margin-bottom: 12px !important;
}

h4.media-heading {
    font-family: 'proxima-nova', sans-serif;
    color: #a76eaf !important;
    font-size: 18px !important;
}

h4.media-heading>b {
    font-weight: 700 !important;
}


label {
    color:black;
    font-weight: 400 !important;
}

label.add-a-new-student {
    font-weight:700 !important;
    color:#a76eaf;
    text-transform: uppercase;
}

#feedeadline {
    color: #424242;
    font-family: 'proxima-nova',sans-serif;
    font-weight: 400 !important;
    font-size: 20px !important;
    margin-bottom:8px;
    margin-bottom:10px;
    margin-top:-10px;
    line-height:30px;
    text-align:center;
}

#feedeadline2 {
    color: #424242;
    font-family: 'proxima-nova',sans-serif;
    font-weight: 400 !important;
    font-size: 20px !important;
    margin-bottom:10px;
    margin-top:-10px;
    line-height:30px;
    text-align:center;
}

#feedeadline2 b {
    font-weight: 700 !important;
}



#feedeadline b {
    font-weight: 700 !important;
}

p#studenttoenroll {
    font-family: 'proxima-nova', sans-serif;
    margin-bottom:8px;
    font-size:20px;
    font-weight:700 !important;
    color:#a76eaf;    
}

.page-content {
    padding-top: 0px !important;
}

h3#billingheader, h3#billingheader2 {
    margin-bottom: 15px;
    text-align: center;
    font-family: 'Zilla Slab', sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #413e6d;
}


h3#billingheader {
   
    margin-top:24px;
    
}

h3#billingheader2 {
    
    margin-top:18px;
    
}

.radio-primary input[type=radio]:checked + label::before {
    border-color: #413e6d !important;
}

h1.pageheader1 {
    font-family: 'proxima-nova', sans-serif;
    font-size: 30px;
    font-weight: 700 !important;
    color: #413e6d;
}

h1.pageheader2 {
    font-family: 'Zilla Slab', serif;
    font-size: 30px;
    font-weight: 500 !important;
    font-style: italic;
    color: #413e6d;
}


@media screen and (min-width: 768px) {
    .ccinfo {
        padding-left: 0px;
    }

    #card_state {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (min-width: 1600px) {
    .padcreateaccount {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
    .padcreateaccount {
        padding-left: 120px;
        padding-right: 120px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .padcreateaccount {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.fullmsg {
    font-family: 'Zilla Slab', serif !important;
    font-size: 28px;
}

ul.additional-information {
    color: black;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    list-style-type: disc;
}

ul.additional-information li {
    margin-bottom: 11px;
}

ul.additional-information li.last-item {
    margin-bottom: 0px !important;
}

/*prevent mobile slide*/
@media screen and (max-width: 600px) {
    #p_UserCreditCardTokenId {
        width:95% !important;
    }
    #signup_mobileslide, #signupnew_mobileslide {
        margin-left: 0px;
        margin-right: 0px;
    }
    #divCourseInfo, #divMainSignup {
        padding-left:0px;
        padding-right:0px;
    }
}

