﻿/* login page */
#loginForm {
    /*border-right: dashed 1px #ccc;*/
   /* float: left;*/
    width: 50%;
}
.login-validation .field-validation-error {
    margin-top: -7px!important;
}
#applyForm {
    margin-bottom: -100%;
}
.applyForm li {
    padding-bottom: 11.5px;
}
#applyForm li {
    padding-bottom : 11px;
}
.scrollable-content {
    height: 100px; /* Set the desired height for the black box */
    overflow-y: auto; /* Enable vertical scrolling */
}

.applyForm {
    margin-bottom: -100%;
    max-height: 370px;
}
    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }




    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#loginSummary {
    float: left;
    width: 44%;
}

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    float: left;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

.contact-subtitle {
    font-size: 23px;
    margin: 10px 0 10px 0;
    margin-bottom: 26px;
    color: #1D1D1D;
    border-bottom: 1px solid #ccc;
}
.contact-subtitle-apply {
    font-size: 23px;
    margin: 10px 0 10px 0;
    margin-bottom: 26px;
    color: #1D1D1D;
    border-bottom: 1px solid #ccc;
}

.contact-border-blue {
    border-bottom: 1px solid #000;
}

.map-holder {
    border: 1px solid #ccc;
    padding-top: 0;
    width: 960px;
    margin: 0 auto;
}

#map {
    height: 320px;
}

.contact-holder {
    margin-top: 20px;
    margin-top:50px;
}

.contact-box {
    width: 58%;
    display: inline-block;
    float: left;
}

.contact-box-right {
    width: 30%;
    display: inline-block;
    float: right;
}
.contact-submitform {
    width:40%;
    margin-left:55%;
    height:434px;
    border-radius:2%;
    background-color: #C1E1C1;
    padding-left:10px;
    padding-bottom:156px;
    margin-top:5px;

}
.banner-map-final {
    width: 45%;
    height: 346px;
    margin: auto;
    float: left;
    margin-top: 272px;
    border-radius: 2%;
    margin-left: 4%;
}
.contact-inputs {
    width: 170%;
    color: #000;
    overflow-y: auto;
}

    .contact-inputs .contact-input-holder {
        width: 44%;
        display: inline-block;
    }

    .contact-inputs .contact-input-holder-right {
        width: 44%;
        display: inline-block;
        float: right;
    }

.contact-comment {
    width: 170%;
    color: #000;
    display: block;
    margin-top: 15px;
    resize: none;
}

.contact-captcha {
    width: 50%;
    color: #004D63;
    margin-top: 15px;
    display: inline-block;
}

.contact-form input[type="text"] {
    width: 95%;
}

.contact-form textarea {
    width: 98%;
}

.contact-form input[type="text"], .contact-form textarea {
    background-color: #fff;
    font-size: 15px;
    padding: 10px 5px;
    border: 1px solid #ccc !important;
    border-radius: 3px;
    box-shadow: 2px 2px 5px #ccc;
}

.contact-form input[type="submit"] {
    color: #000;
    padding: 12px 15px;
    border-radius: 3px;
    font-weight: 700;
}

.contact-info-subtitle {
    font-size: 17px;
    color: #000;
    font-weight: 500;
}

.contact-information-list ul {
    padding-left: 30px;
}

    .contact-information-list ul li {
        color: #000;
        list-style-type: none;
        list-style-image: url(../Images/class-grey.png);
        vertical-align: middle;
        margin-bottom: 17px;
    }

.login-overlay {
    width: auto;
    background-color: #0094ff;
    color: #ffffff;
    position: fixed;
    bottom: 3px;
    left: 3px;
    right: 3px;
    padding: 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
}

    .login-overlay a {
        color: #ffffff;
    }

/* -----------------NEW---------------*/
header {
    /*height:120px*/
    /*border-bottom: 5px solid #80B48C;*/
}

.logo {

}

    .logo img {
        display: block;
        margin-top: 0;
        position: relative;
        vertical-align: top;
        z-index: 101;
        cursor: pointer;
    }

    .logo > span {
        display: block;
        position: relative;
    }
    .logo > span.img_wrapper {
	    margin-right: 37px;
    }

.line-blue {
    width: 100%;
    height: 7px;
    background-color: #004d63;
    margin: 3px 0px;
}

.line-gray {
    width: 100%;
    height: 7px;
    background-color: #004D63;
    margin: 3px 0px;
}

/*.nav-right {
	float:right;	
	width:320px;
	text-align:right;
	margin-top:13px
}
nav {
}
    nav li {
	    float:left;
	    margin:0 10px;
	    list-style:url(../images/nav-sep.png);	
    }
    nav li:hover {
	    background-color:#004d63;
	    border-radius:4px;	
	    color:white
    }
    nav li a {	
	    padding:5px 10px;
	    font-size:15px;
	    font-weight:300;
	    text-decoration:none;
	    color:#004D63;
	    vertical-align: top;
	    line-height: 50px;
    }
    nav li:hover > a {
	    color:white;	
    }*/

.banner {
    width: 45%;
    height: 346px;
    background-image: url(../images/banner-new.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin: auto;
    float: left;
    margin-top: 63px;
    border-radius: 2%;
    margin-left: 4%;
}

.banner-aboutus {
    width: 45%;
    height: 346px;
    background-image: url(../images/about-us-final.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    margin: auto;
    float: left;
    margin-top: 63px;
    border-radius: 2%;
    margin-left: 4%;
    opacity : 85%;
}

.banner-contact {
    width: 100%;
    height: 320px;
}

.banner-about {
    width: 20%;
    height: 27px;
    background-position: center top;
    background-repeat: no-repeat;
}

.banner-help {
    width: 100%;
    height: 320px;
    background-image: url(../images/banner-help.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    border-bottom: 7px #004D63 solid;
}

.banner-public-info {
    width: 100%;
    height: 320px;
    background-image: url(../images/banner-public-info.png);
    background-position: center top;
    background-repeat: no-repeat;
    border-bottom: 7px #004D63 solid;
}

.banner-content {
    margin: auto;
    padding: 40px 0 0 0;
    margin-left: 70px;
    
}
/*.h3GeneralInfo {
    text-align: center;
    /*font-size: 23px;
    margin: 10px 0 10px 0;
    margin-bottom: 26px;
    color: #1D1D1D;
    border-bottom: 1px solid #000;
}*/

.banner-title {
    font-size: 35px;
    color: white;
    background-color: #7fc526;
    float: left;
    padding: 24px 45px;
    -webkit-box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
    -moz-box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
    box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
}

.banner-map {
    float: left;
    font-size: 15px;
    color: #000;
    padding: 13px 20px;
    position: absolute;
    margin-top: -23px;
    width: 564px;
    margin-left: -15px;
    -webkit-box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
    -moz-box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
    box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
}

@media screen and (max-width:850px) {
    .banner-desc {
        margin: auto;
        font-size: 15px;
        color: #000;
        background-color: #C1E1C1;
        padding: 13px 20px;
        position: absolute;
        margin-top: -23px;
        border-radius: 2%;
        width: 392px;
        display: block;
        margin-left: -31px;
        -webkit-box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
        -moz-box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
        box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
    }
    .banner {
        width: 45%;
        height: 346px;
        background-image: url(../images/banner-new.png);
        background-position: center top;
        background-repeat: no-repeat;
        margin: auto;
        float: left;
        margin-top: 100px;
        border-radius: 2%;
        margin-left: 4%;
    }
    .content-wrapper-body {
        width: 40%;
        margin-left: 55%;
        height: 470px;
        border-radius: 2%;
        background-color: #C1E1C1;
        padding-left: 10px;
        margin-top: -39px;
    }
    .contact-info {
        float: left;
        font-size: 15px;
        color: #000;
        background-color: #C1E1C1;
        padding: 1px 20px;
        margin-top: 1px;
        border-radius: 2%;
        display: inline-block;
        width: 102.5%;
        margin-left: -723px;
    }
    .banner-map-final {
        width: 45%;
        height: 346px;
        margin: auto;
        float: left;
        margin-top: 300px;
        border-radius: 2%;
        margin-left: 4%;
    }
    #applyParagraph.apply-class-public {
        margin-top: 300px !important;
    }
    .publicApplyBox {
        margin-top : -67%;
    }
    .registration-p {
        margin-top: 185%!important;
    }
}
@media screen and (min-width:851px) {


.checkbox input[type="radio"] {
    /* Hide the default radio button */
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

    .checkbox input[type="radio"] + label {
        /* Style the custom radio button */
        display: flex; /* Use flexbox to center the content vertically */
        align-items: center; /* Center the content vertically */
        position: relative;
        padding-left: 30px;
        margin-right: 10px;
        cursor: pointer;
    }

        .checkbox input[type="radio"] + label:before {
            /* Create the custom radio button shape */
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            width: 13px; /* Adjust the size as needed */
            height: 13px; /* Adjust the size as needed */
            border: 1px solid #0075ff;
            border-radius: 50%;
        }

    .checkbox input[type="radio"]:checked + label:after {
        /* Add a dot inside the checked custom radio button */
        content: "";
        position: absolute;
        top: 50%;
        left: 2%;
        transform: translate(-50%, -50%);
        width: 7px;
        height: 7px;
        background-color: #0075ff;
        border-radius: 50%;
    }

    .checkbox input[type="radio"]:checked + label:before,
    .checkbox input[type="radio"]:checked + label:after {
        /* Adjust the stacking order to ensure the dot is on top of the button */
        z-index: 1;
    }
    .banner-desc {
        margin: auto;
        font-size: 15px;
        color: #000;
        background-color: #C1E1C1;
        padding: 13px 20px;
        position: absolute;
        margin-top: -24px;
        border-radius: 2%;
        width: 344px;
        display: block;
        margin-left: -36px;
        -webkit-box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
        -moz-box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
        box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
    }
    .banner {
        width: 45%;
        height: 346px;
        background-image: url(../images/banner-new.png);
        background-position: center top;
        background-repeat: no-repeat;
        margin: auto;
        float: left;
        margin-top: 86px;
        border-radius: 2%;
        margin-left: 4%;
    }
    #applyFormAdvisor {
        margin-left: -100%;
        margin-top: -190%;
    }
    .contact-border-blue {
        border-bottom: 1px solid #000;
    }
    .contact-subtitle {
        font-size: 23px;
        margin: 10px 0 10px 0;
        margin-bottom: 26px;
        color: #1D1D1D;
        border-bottom: 1px solid #ccc;
    }
    .contact-info {
        float: left;
        font-size: 15px;
        color: #000;
        background-color: #C1E1C1;
        padding: 1px 20px;
        margin-top: 1px;
        border-radius: 2%;
        display: inline-block;
        width: 105%;
        margin-left: -1010px;
    }
    .applyParagraph {
        margin-top: -15% !important;
        margin-left: -100%;
    }
    #applyh1
    {
        margin-bottom: 10%!important;

    }
   
}

@media screen and (min-width:1023px) {


.checkbox input[type="radio"] {
    /* Hide the default radio button */
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

    .checkbox input[type="radio"] + label {
        /* Style the custom radio button */
        display: flex; /* Use flexbox to center the content vertically */
        align-items: center; /* Center the content vertically */
        position: relative;
        padding-left: 30px;
        margin-right: 10px;
        cursor: pointer;
    }

        .checkbox input[type="radio"] + label:before {
            /* Create the custom radio button shape */
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            width: 13px; /* Adjust the size as needed */
            height: 13px; /* Adjust the size as needed */
            border: 1px solid #0075ff;
            border-radius: 50%;
        }

    .checkbox input[type="radio"]:checked + label:after {
        /* Add a dot inside the checked custom radio button */
        content: "";
        position: absolute;
        top: 50%;
        left: 2%;
        transform: translate(-50%, -50%);
        width: 7px;
        height: 7px;
        background-color: #0075ff;
        border-radius: 50%;
    }

    .checkbox input[type="radio"]:checked + label:before,
    .checkbox input[type="radio"]:checked + label:after {
        /* Adjust the stacking order to ensure the dot is on top of the button */
        z-index: 1;
    }
    .banner {
        margin-top:9.5%;
        height:317px;
    }
    .display-label , .dualholder-box-right {
        margin-left:-4%;
        margin-top: -10%;
    }
    .display-label, .display-label-bold {
    }

        .display-label-bold label {
            font-weight: 700;
            font-size: 17px;
            color: #444444;
        }

    .display-label-semibold label {
        font-weight: 700;
        font-size: 14px;
        color: #444444;
    }
    display-field label{
        color: #004D63;
    }
    .banner-desc {
        margin: auto;
        font-size: 15px;
        color: #000;
        background-color: #C1E1C1;
        padding: 13px 20px;
        position: absolute;
        margin-top: -23px;
        border-radius: 2%;
        width: 41%;
        display: block;
        margin-left: -2.7%;
        -webkit-box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
        -moz-box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
        box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
    }

    .contact-info {
        float: left;
        font-size: 15px;
        color: #000;
        background-color: #C1E1C1;
        padding: 1px 20px;
        margin-top: 1px;
        border-radius: 2%;
        display: inline-block;
        width: 105%;
        margin-left: -1010px;
    }
    #loginForm {
        /*border-right: dashed 1px #ccc;*/
        /* float: left;*/
        width: 50%;
        margin-top: -40% !important;
    }
        #loginForm input {
            margin-top: 3%;
        }
    .caavalidation label {
        margin-top:20px;
    }
    .caavalidation .field-validation-error {
        margin-top: -5px;
    }
    .contact-info {
        float: left;
        font-size: 15px;
        color: #000;
        background-color: #C1E1C1;
        padding: 1px 20px;
        margin-top: 1px;
        border-radius: 2%;
        display: inline-block;
        width: 106%;
        margin-left: -190%;
    }
    .banner-map-final {
        margin-top:30%;
    }
    .applyBox {
        margin-top: 10%;
    }
    .publicApplyBox {
        margin-top: -60%;
    }
    #applyFormAdvisor {
        margin-top: -3%;
        margin-left : 30%;
    }
    #loginForm {
        /* float: left;*/
        width: 50%;
        margin-top: 10% !important;
    }
    #applyh1 {
        padding-bottom: 5px;
        margin-bottom: -5% !important;
    }

    #applyForm {
        margin-top: -10% !important;
    }
    #applyParagraph.apply-class-public {
        margin-top: 300px !important;
    }
.caavalidation input {
    /* float: left;*/
    width: 50%;
}
    .registration-p p{
        margin-top: 155%!important;
    }
}

@media screen and (min-width:1365px) {


.checkbox input[type="radio"] {
    /* Hide the default radio button */
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

    .checkbox input[type="radio"] + label {
        /* Style the custom radio button */
        display: flex; /* Use flexbox to center the content vertically */
        align-items: center; /* Center the content vertically */
        position: relative;
        padding-left: 30px;
        margin-right: 10px;
        cursor: pointer;
    }

        .checkbox input[type="radio"] + label:before {
            /* Create the custom radio button shape */
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            width: 13px; /* Adjust the size as needed */
            height: 13px; /* Adjust the size as needed */
            border: 1px solid #0075ff;
            border-radius: 50%;
        }

    .checkbox input[type="radio"]:checked + label:after {
        /* Add a dot inside the checked custom radio button */
        content: "";
        position: absolute;
        top: 50%;
        left: 2%;
        transform: translate(-50%, -50%);
        width: 7px;
        height: 7px;
        background-color: #0075ff;
        border-radius: 50%;
    }

    .checkbox input[type="radio"]:checked + label:before,
    .checkbox input[type="radio"]:checked + label:after {
        /* Adjust the stacking order to ensure the dot is on top of the button */
        z-index: 1;
    }
    .banner {
        margin-top: 5%;
        margin-left: 4.5%;
        height:350px;
     }
    .banner-desc {
        margin: auto;
        font-size: 15px;
        color: #000;
        background-color: #C1E1C1;
        padding: 13px 20px;
        position: absolute;
        margin-top: -23px;
        border-radius: 2%;
        width: 42%;
        display: block;
        margin-left: -1%;
        -webkit-box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
        -moz-box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
        box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
    }
    .display-label, .dualholder-box-right {
        margin-left: -4%;
        margin-top: -5%;
    }
    #loginForm {
       /* border-right: dashed 1px #ccc;*/
        /* float: left;*/
        width: 50%;
        margin-top: -37%;
    }   
    #applyForm {
        margin-top: -20% !important;
    }
    #applyForm1 {
        margin-top: -60% !important;
    }
    #applyFormPerson {
        margin-top : -30%;
    }
    #applyFormAdvisor{
        margin-top: -40%;
    }
    .applyParagraph {
        margin-top: revert-layer 20%;
    }
    .applyForm {
        margin: auto;
    }
    .caavalidation .field-validation-error {
        margin-top: -5px;
    }
    .caavalidation label {
        margin-top: 10px!important;
    }
    #applyh1 {
        
    }
    .contact-subtitle-person {
        margin-top: 62%!important;
        font-size: 23px;
        margin: 10px 0 10px 0;
        margin-bottom: 26px;
        color: #1D1D1D;
        border-bottom: 1px solid #ccc;
    }
    .contact-info {
        float: left;
        font-size: 15px;
        color: #000;
        background-color: #C1E1C1;
        padding: 1px 20px;
        margin-top: 1px;
        border-radius: 2%;
        display: inline-block;
        width: 106%;
        margin-left: -187.5%;
    }
    .banner-map-final {
        margin-top: 20%;
    }
    #applyParagraph.apply-class-public {
        margin-top: 300px !important;
    }
    .contact-subtitle-apply {
        margin-top: 63% !important;
    }
    .registration-p p {
        margin-top: 40% !important;
    }
    .publicApplyBox {
        margin-top: -110%;
    }

}
@media screen and (min-width:1439px) {
    .banner {
        margin-top: 5%;
        margin-left: 4.5%;
        height: 350px;
    }
    .applyBox {
        margin-top:  -60%!important;
    }
    .publicApplyBox {
        margin-top: -105%!important;
    }
    .banner-desc {
        margin: auto;
        font-size: 15px;
        color: #000;
        background-color: #C1E1C1;
        padding: 13px 20px;
        position: absolute;
        margin-top: -23px;
        border-radius: 2%;
        width: 42%;
        display: block;
        -webkit-box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
        -moz-box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
        box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
    }
    .banner-aboutus {
        margin-left:4.5%;
    }
    .caavalidation .field-validation-error {
        margin-top: -5px;
    }
    .caavalidation label {
        margin-top: 10px;
    }
    .display-label, .dualholder-box-right {
        margin-left: -4%;
        margin-top: -5%;
    }

    #loginForm {
        /*border-right: dashed 1px #ccc;*/
        /* float: left;*/
        width: 50%;
        margin-top: -37%;
    }
    #loginSummary {
        float: left;
        width: 44%;
        margin-top: -40%;
    }
    #applyForm {
        margin-top : -26% !important;
    }
    #applyFormAdvisor {
        margin-top: -4% !important;
        margin-left: auto;
    }
    #applyForm1 {
        margin-top: -4%!important;
    }   
    #applyFormPerson {
        margin-top: 10% !important;
    }
    #loginForm input {
        margin-top: 1%!important;
    }
    .applyForm {
        margin-top: -4% !important;
    }
    #resendEmailButton {
        padding-bottom: 45px;
    }
    .caapplicationlegal {
        margin-top:10%;
    }
    #applyh1 {
        margin-bottom: -8% !important;
    }
    .contact-info {
        float: left;
        font-size: 15px;
        color: #000;
        background-color: #C1E1C1;
        padding: 1px 20px;
        margin-top: 1px;
        border-radius: 2%;
        display: inline-block;
        width: 106%;
        margin-left: -187.5%;
    }
    .content-wrapper-body {
        margin-top:-3%;
    }
   
    .contact-subtitle-apply {
        font-size: 23px;
        margin: 10px 0 10px 0;
        margin-bottom: 26px;
        color: #1D1D1D;
        border-bottom: 1px solid #ccc;
        margin-top: 61% !important;
    }
    .contact-subtitle-person {
        font-size: 23px;
        margin: 10px 0 10px 0;
        margin-bottom: 26px;
        color: #1D1D1D;
        border-bottom: 1px solid #ccc;
        
        margin-top: 61% !important;
    }
    .banner-map-final {
        margin-top: 20%;
    }
    /*.applyParagraph.apply-class-public {
        margin-top: 270px !important;
    }*/
    .applyParagraph {
        margin-top: 10px !important;
        margin-left: auto !important;
    }
    .checkbox input[type="radio"] {
        /* Hide the default radio button */
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        .checkbox input[type="radio"] + label {
            /* Style the custom radio button */
            display: flex; /* Use flexbox to center the content vertically */
            align-items: center; /* Center the content vertically */
            position: relative;
            padding-left: 30px;
            margin-right: 10px;
            cursor: pointer;
        }

            .checkbox input[type="radio"] + label:before {
                /* Create the custom radio button shape */
                content: "";
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                width: 13px; /* Adjust the size as needed */
                height: 13px; /* Adjust the size as needed */
                border: 1px solid #0075ff;
                border-radius: 50%;
            }

        .checkbox input[type="radio"]:checked + label:after {
            /* Add a dot inside the checked custom radio button */
            content: "";
            position: absolute;
            top: 50%;
            left: 2.5%;
            transform: translate(-50%, -50%);
            width: 7px;
            height: 7px;
            background-color: #0075ff;
            border-radius: 50%;
        }

        .checkbox input[type="radio"]:checked + label:before,
        .checkbox input[type="radio"]:checked + label:after {
            /* Adjust the stacking order to ensure the dot is on top of the button */
            z-index: 1;
        }
    .registration-p p {
        margin-top: 40% !important;
    }
    .asp-confirmation {
        margin-top: 10%;
        margin-left: -100%;
    }
        .asp-confirmation label:nth-child(2n+1) {
            color: #004D63;
        }
    
}
@media screen and (min-width:1599px) {
    .banner-desc {
        margin: auto;
        font-size: 15px;
        color: #000;
        background-color: #C1E1C1;
        padding: 13px 20px;
        position: absolute;
        margin-top: -23px;
        border-radius: 2%;
        width: 33%;
        display: block;
        margin-left: 6%;
        -webkit-box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
        -moz-box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
        box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
    }

    .banner-aboutus {
        margin-left: 4.6%;
    }

    #loginForm {
        /* border-right: dashed 1px #ccc;*/
        /* float: left;*/
        width: 50%;
        margin-top: 8% !important;
    }

        #loginForm input {
            margin-top: 3%;
        }

    #loginSummary {
        float: left;
        width: 44%;
        margin-top: -30%;
    }

    #applyForm {
        margin-top: -22% !important;
    }

    #applyh1 {
        margin-bottom: -5% !important;
    }

    .contact-info {
        float: left;
        font-size: 15px;
        color: #000;
        background-color: #C1E1C1;
        padding: 1px 20px;
        margin-top: 1px;
        border-radius: 2%;
        width: 107%;
        margin-left: -186.5%;
    }

    .content-wrapper-body {
        width: 40%;
        margin-left: 55%;
        height: 470px;
        border-radius: 2%;
        background-color: #C1E1C1;
        padding-left: 10px;
        margin-top: -2%
    }

    .applyBox {
        margin-top: -60%;
    }

    .banner-map-final {
        margin-top: 15%;
    }

    .hdtext {
        max-width: 50%;
        margin-left: -5%;
    }

    #applyParagraph.apply-class-public {
        margin-top: 320px !important;
    }

    .checkbox input[type="radio"] {
        /* Hide the default radio button */
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        .checkbox input[type="radio"] + label {
            /* Style the custom radio button */
            display: flex; /* Use flexbox to center the content vertically */
            align-items: center; /* Center the content vertically */
            position: relative;
            padding-left: 30px;
            margin-right: 10px;
            cursor: pointer;
        }

            .checkbox input[type="radio"] + label:before {
                /* Create the custom radio button shape */
                content: "";
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                width: 13px; /* Adjust the size as needed */
                height: 13px; /* Adjust the size as needed */
                border: 1px solid #0075ff;
                border-radius: 50%;
            }

        .checkbox input[type="radio"]:checked + label:after {
            /* Add a dot inside the checked custom radio button */
            content: "";
            position: absolute;
            top: 50%;
            left: 2%;
            transform: translate(-50%, -50%);
            width: 7px;
            height: 7px;
            background-color: #0075ff;
            border-radius: 50%;
        }

        .checkbox input[type="radio"]:checked + label:before,
        .checkbox input[type="radio"]:checked + label:after {
            /* Adjust the stacking order to ensure the dot is on top of the button */
            z-index: 1;
        }

    .registration-p p {
        margin-top: 35% !important;
    }
}
@media screen and (min-width:1919px) {
    .banner-desc {
        margin: auto;
        font-size: 15px;
        color: #000;
        background-color: #C1E1C1;
        padding: 13px 20px;
        position: absolute;
        margin-top: -23px;
        border-radius: 2%;
        width: 33%;
        display: block;
        margin-left: 6%;
        -webkit-box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
        -moz-box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
        box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
    }
    .banner-aboutus {
        margin-left: 4.6%;
    }
    .publicApplyBox {
        margin-top: -95% !important;
    }
    #loginForm {
       /* border-right: dashed 1px #ccc;*/
        /* float: left;*/
        width: 50%;
        margin-top: 8% !important;
    }
        #loginForm input {
            margin-top: 3%;
        }
    #loginSummary {
        float: left;
        width: 44%;
        margin-top: -30%;
    }
   
    #applyForm1 {
        margin-top: -4% !important;
        margin-left: -80% !important;
    }
    #applyFormPerson {
        margin-top: 7%!important;
    }
    #applyFormAdvisor {
        margin-top: -3%!important;
    }
    #applyh1 {
        margin-bottom: -5% !important;
    }
    .contact-info {
        float: left;
        font-size: 15px;
        color: #000;
        background-color: #C1E1C1;
        padding: 1px 20px;
        margin-top: 1px;
        border-radius: 2%;
        width: 107%;
        margin-left: -186.5%;
    }
    .content-wrapper-body {
        width: 40%;
        margin-left: 55%;
        height: 470px;
        border-radius: 2%;
        background-color: #C1E1C1;
        padding-left: 10px;
        margin-top: -2%
    }
    .applyBox {
        margin-top: -60%;
    }
    .banner-map-final {
        margin-top: 15%;
    }
    .hdtext {
        max-width:50%;
        margin-left: -5%;
    }
    #applyParagraph.apply-class-public {
        margin-top: 370px !important;
    }
    .checkbox input[type="radio"] {
        /* Hide the default radio button */
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        .checkbox input[type="radio"] + label {
            /* Style the custom radio button */
            display: flex; /* Use flexbox to center the content vertically */
            align-items: center; /* Center the content vertically */
            position: relative;
            padding-left: 30px;
            margin-right: 10px;
            cursor: pointer;
        }

            .checkbox input[type="radio"] + label:before {
                /* Create the custom radio button shape */
                content: "";
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                width: 13px; /* Adjust the size as needed */
                height: 13px; /* Adjust the size as needed */
                border: 1px solid #0075ff;
                border-radius: 50%;
            }

        .checkbox input[type="radio"]:checked + label:after {
            /* Add a dot inside the checked custom radio button */
            content: "";
            position: absolute;
            top: 50%;
            left: 2%;
            transform: translate(-50%, -50%);
            width: 7px;
            height: 7px;
            background-color: #0075ff;
            border-radius: 50%;
        }

        .checkbox input[type="radio"]:checked + label:before,
        .checkbox input[type="radio"]:checked + label:after {
            /* Adjust the stacking order to ensure the dot is on top of the button */
            z-index: 1;
        }
    .registration-p p{
        margin-top:30%!important;
    }
    
}
@media screen and (min-width:2159px) {
    .banner-desc {
        margin: auto;
        font-size: 15px;
        color: #000;
        background-color: #C1E1C1;
        padding: 13px 20px;
        position: absolute;
        margin-top: -23px;
        border-radius: 2%;
        width: 29.3%;
        display: block;
        margin-left: 7.7%;
        -webkit-box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
        -moz-box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
        box-shadow: -1px 0px 24px 0px rgba(255,255,255,0.42);
    }
    #loginForm {
        /*border-right: dashed 1px #ccc;*/
        /* float: left;*/
        width: 50%;
        margin-top: -40% !important;
    }
    #loginSummary {
        float: left;
        width: 44%;
        margin-top: -25%;
    }
    .contact-info {
        float: left;
        font-size: 15px;
        color: #000;
        background-color: #C1E1C1;
        padding: 1px 20px;
        margin-top: 1px;
        border-radius: 2%;
        display: inline-block;
        width: 107%;
        margin-left: -186.5%;
    }
    .applyBox {
        margin-top: -60%;
    }
    #loginForm {
        /*border-right: dashed 1px #ccc;*/
        /* float: left;*/
        width: 50%;
        margin-top: 8% !important;
    }

    #applyForm {
        margin-top: 12%!important;
    }
    #applyForm1 {
        margin-top: -2% !important;
        margin-left: -80% !important;
    }
    #applyParagraph.apply-class-public {
        margin-top: 100% !important;
    }
    .checkbox input[type="radio"] {
        /* Hide the default radio button */
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        .checkbox input[type="radio"] + label {
            /* Style the custom radio button */
            display: flex; /* Use flexbox to center the content vertically */
            align-items: center; /* Center the content vertically */
            position: relative;
            padding-left: 30px;
            margin-right: 10px;
            cursor: pointer;
        }

            .checkbox input[type="radio"] + label:before {
                /* Create the custom radio button shape */
                content: "";
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                width: 13px; /* Adjust the size as needed */
                height: 13px; /* Adjust the size as needed */
                border: 1px solid #0075ff;
                border-radius: 50%;
            }

        .checkbox input[type="radio"]:checked + label:after {
            /* Add a dot inside the checked custom radio button */
            content: "";
            position: absolute;
            top: 50%;
            left: 2.5%;
            transform: translate(-50%, -50%);
            width: 7px;
            height: 7px;
            background-color: #0075ff;
            border-radius: 50%;
        }

        .checkbox input[type="radio"]:checked + label:before,
        .checkbox input[type="radio"]:checked + label:after {
            /* Adjust the stacking order to ensure the dot is on top of the button */
            z-index: 1;
        }
    
}
.banner-info {
    margin-top: 5px;
    float: left;
    font-size: 18px;
    font-style: italic;
    color: white;
    padding: 5px;
}

.banner-bg {
    width: 100%;
    height: 100px;
    background-image: url(../images/banner-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    border-bottom: 7px #004D63 solid;
}

.search-container, .search-filter, .content-container {
    margin: 0 auto;
    width: 100%;
}
/*.public-search-container {
    margin-right: 100%!important;
}*/
/*.public-container-actions {
    margin-top : -3em!important;
}*/
.searchContent {
    margin-top: 1em !important;
}
    .searchContent .editor-field {
        margin-bottom : 1em;
        margin-right : 10em;
        width : 90%!important;
    }
.searchContentAsp {
    margin-top: 1em !important;
}

    .searchContentAsp .editor-field {
        margin-bottom: 1em;
        margin-right: 10em;
        width: 90% !important;
    }
.searchFilter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
}
.search-container-actions, .content-container-actions {
    width: 100%;
    padding-left: 10px;
    padding-right: 5px;
    display: inline-block;
    clear: both;
}

.content-container-actions {
    height: 40px;
}

.curve-container {
    box-sizing: border-box;
    width: 100%;
    height: 450px;
    padding: 20px 15px 15px 15px;
    margin: 15px auto 30px auto;
    border: 1px solid #ddd;
    background: #fff;
    background: linear-gradient(#f6f6f6 0, #fff 50px);
    background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.curve-placeholder {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}
#applyh1 {
    margin-bottom: -8%;
}

.label-margin {
    margin-left: -50px;
}

.search-container-border {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 32px;
}

.dualholder {
    margin-top: -25px;
    width: 99%;
    clear: both;
}

.dualholder-box-left, .dualholder-box-right {
    float: left;
    width: 49%;
}

.dualholder-box-right {
   
   padding-top: 25px;
   padding-left:45px;
   text-align:justify ;
   
}

.dynholder-box-left {
    float: left;
    margin-left: 3px;
}

.dynholder-box-right {
    float: right;
}

.editor-label {
}

.editor-field, .editor-field-small, .editor-field-medium, .editor-field-large {
}

    .editor-field select, .editor-field-small select, .editor-field-medium select, .editor-field-large select {
        width: 95%;
        height: 28px;
        border: 1px solid #aaa;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 5px;
    }

    .editor-field input, .editor-field-small input, .editor-field-medium input, .editor-field-large input {
        width: 95%;
    }

.editor-field-small {
    width: 190px;
}

    .editor-field-small select {
        width: 175px;
    }

    .editor-field-small input {
        width: 175px;
    }

.editor-field-medium {
    width: 315px;
}

    .editor-field-medium select {
        width: 300px;
    }

    .editor-field-medium input {
        width: 300px;
    }

.editor-field-large {
    width: 700px;
}

    .editor-field-large select {
        width: 695px;
    }

    .editor-field-large input {
        width: 695px;
    }

/*-------------ACCORDION----------*/
.ulAcc {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -5px;
    margin-top: 20px;
}

    .ulAcc li > label + input {
        display: none;
    }

    .ulAcc li > label {
        display: block;
        text-transform: uppercase;
        color: #fff;
        padding: 10px;
        background: #004d63;
        border-top: 1px solid white;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .ulAcc li > label:hover {
            background: #0094ff;
            cursor: pointer;
        }

    .ulAcc li > div {
        overflow: hidden;
        height: 0;
        background: #eee;
        transition: height 0.3s ease-in-out;
        -o-transition: height 0.3s ease-in-out;
        -moz-transition: height 0.3s ease-in-out;
        -webkit-transition: height 0.3s ease-in-out;
    }

    .ulAcc li > label + input:checked + div {
        height: 200px;
    }

    .ulAcc li div p {
        padding: 10px;
    }


.search-container, .search-filter, .content-container {
    margin: 0 auto;
    width: 100%;
}

.search-container-actions, .content-container-actions {
    width: 100%;
    padding-left: 10px;
    padding-right: 5px;
    display: inline-block;
    clear: both;
}

.search-container-actions {
    height: 15px;
}

.content-container-actions {
    height: 40px;
}

.search-container-border {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 32px;
}

.search-container-actions label, .content-container-actions label {
    float: left;
    margin-bottom: 20px;
    vertical-align: middle;
    color: #004D63;
    font-weight: bold;
    font-size: 28px;
    cursor: pointer;
    margin-top: -20px;
    margin-left: 30px;
    background: #fcfcfc;
    display: inline-block;
    padding: 0 20px 0 20px;
    width: auto;
}

.search-container-actions input[type=button] {
    float: left;
}

.search-container-content, .content-container-content {
    margin-top: -57px;
    overflow-y: hidden;
    padding: 10px;
}

.search-container-block, .search-container-block-padded {
    display: inline-block;
    clear: both;
}

.search-container-block-padded {
    width: 100%;
}

.search-filter {
    padding: 20px;
}

.search-filter-actions {
    float: right;
}

.search-active-box {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #004d63;
}

.search-active-box-holder {
    width: 920px;
    display: inline-block;
    clear: both;
    margin: 10px 0 5px 0;
}

.search-results {
    width: 100%;
    margin-top: 20px;
    clear: both;
}

.search-actions {
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 5px;
    display: inline-block;
    clear: both;
}

.search-actions-margined {
    width: 100%;
    display: inline-block;
    clear: both;
    float: left;
}
    
.login {
    width: 105px;
    height: 30px;
    background-color: #80B48C;
    text-align: center;
    margin-top: 12px;
    cursor: pointer;
    outline: none;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    border: 3px solid #80B48C;
    display: inline-block;
    margin-right: 45px;
}

    .login:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .login:hover {
        background: #fff;
        border: 3px solid #80B48C;
        box-shadow: none;
    }
        .login:hover a {
            color: #80B48C;
        }

/*    .login:active {
        top: 6px;
    }*/

.white-box {
    background-color: transparent;
    position: relative;
    border: white solid 3px;
    width: 105px;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -47px;
}

.login-label {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: bolder;
    vertical-align: middle;
    height: 30px;
}

    .login-label a {
        color: white;
        text-decoration: none;
        display: inline-block;
        vertical-align: middle;
        padding-top: 3px;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }


