/*************************************  all *************************************/

.greyArea {
    background-color: #FAF8F5;
    padding-top: 90px;
    padding-bottom: 60px;
}


.whiteBoard {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}





.twoButton {
    width: 100%;
    margin-bottom: 60px;
    height: 33px;
}


.twoButton a .oneButton {
    float: left;
    font-size: 14px;
    color: #727272;
    line-height: 33px;
    height: 33px;
    width: 50%;
    background-color: #fff;
    border-bottom: 1px solid #C4C4C4;
}


.twoButton a .oneButton.focus,
.twoButton a:hover .oneButton {
    color: #fff;
    background-color: #0093AE;
}






/*************************************  greySteps *************************************/

.greySteps {
    background: #FAF8F5;
    /*
    padding-left: 45px;
    padding-right: 45px;
*/
    padding-top: 25px;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
    font-size: 0;
    margin-bottom: 30px;
}

.greySteps .oneStep {
    display: inline-block;
    width: 33%;
}

.greySteps .oneStep .lineAndCircle {
    height: 16px;
    position: relative;
    margin-bottom: 12px;
}

.greySteps .oneStep .lineAndCircle .line {
    width: 50%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-right: -1px;
    height: 1px;
    background-color: #c2c2c2;
}

.greySteps .oneStep .lineAndCircle .line.hidden {
    background-color: transparent;
}

.greySteps .oneStep .lineAndCircle .lineRight {
    left: 50%;
}

.greySteps .oneStep .lineAndCircle .line.red {
    background-color: #FF6D6D;
}

.greySteps .oneStep .lineAndCircle .circle {
    z-index: 1;
    height: 16px;
    width: 16px;
    background-color: #D9D9D9;
    border: 1px solid #fff;
    border-radius: 999px;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.greySteps .oneStep.focus .lineAndCircle .circle {
    background-color: #FF6D6D;
}


.greySteps .oneStep p {
    color: #727272;
    margin-bottom: 0px;
    font-size: 14px;
}

.greySteps .oneStep.focus p {
    color: black;
}


/*************************************  all *************************************/

.radio-inline {
    display: inline-block;
    margin-right: 15px;
}

/*************************************  all *************************************/


.membershipBenefits{
    color: #727272;
}


.membershipBenefits .myTitle{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}


.membershipBenefits .oneBenefit{
    margin-bottom: 15px;
}

.membershipBenefits .oneBenefit .p18{
    color: #0093AE;
    font-weight: 300;
    margin-bottom: 5px;
}


.myLongTextArea{
    height: 260px;
    padding: 20px;
    margin-bottom: 15px;
    border:1px solid #c4c4c4;
    border-radius: 6px;
    overflow-y: scroll;
}




a .lightBlueBtn{
    text-decoration: underline;
    color:#5DC2D0;
    margin-top: 15px;
    margin-bottom: 15px;
}

a:hover .lightBlueBtn{
    opacity: 0.7;
}







a .myBtn.greyForAuthBtn{
    margin-right:0px;
    margin-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    display: inline-block;
}






































