@font-face{
    font-family:"ArialBlack";
    font-style:normal;
    font-weight:normal;
    src:url('../fonts/ariblk.ttf');
}

@font-face{
    font-family:"HelveticaLight";
    font-style:normal;
    font-weight:normal;
    src:url('../fonts/helvetica_neue_lt.ttf');
}

@font-face{
    font-family:"HelveticaLight";
    font-style:italic;
    font-weight:normal;
    src:url('../fonts/helvetica_neue_lti.ttf');
}
@font-face
{
    src: url("../fonts/AvenirLTStd-Heavy.otf");
    font-family: heavy;
    
}
@font-face
{
    src: url("../fonts/AvenirLTStd-Light.otf");
    font-family: light;
    
}
body {
    background-color: #ececec;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-x: hidden;
    width: 100vw;
    min-height: 100%;
}
html{ height:100%; }
body { min-height:100%;  margin:0; }
body {
    font-family: HelveticaLight,sans-serif;
}

.container {
    background-color: white !important;
}
#second-nav{
    display: none;
}
#footer {
 background-color: #007042 !important;
 color: white !important; 
 font-size: 24px !important;
}
.intro-hover:hover {
    background-color: #007042 !important;
    color: #ffffff !important;
    cursor: pointer;
}
.english-language{
    font-family: HelveticaLight,sans-serif;
    float: right;
    font-size: 34px; color: #007042; 
    width: 218px; 
    margin-right: -10px;
    background-color: #cfe2db; 
    padding: 166px 50px 10px 10px;
}
.farancais-language{
    font-family: HelveticaLight,sans-serif;
    font-size: 34px; 
    color: #007042; 
    width: 218px; 
    margin-left: -10px;
    background-color: #cfe2db; 
    padding: 166px 50px 10px 10px;
}
.txt-dec-none:hover{
    text-decoration: none;
}
.startpage{
    padding-bottom: 100px;
}
.intro-logo{
    margin-top: 80px;
    margin-bottom: 20px;
}
.main-page-section{
    margin-top: 6px;
    margin-bottom: 6px;
    /*min-height : calc(100vh - 10rem);*/
    background-color: #ffffff;
    min-height: 80vh;
}
.loginpage,.forgotpasswordpage,.registrationonepage,.registrationtwopage,.registrationthreepage{
    display: none;
}
.registrationonepage,.registrationtwopage,.registrationthreepage{
   padding-bottom: 70px;
}
.registrationthreepage .heading-one{
    font-size: 26px;
    color: #007042;
    font-weight: 400;
    margin: -26px 0 -6px 0;
}
.registrationthreepage .heading-two{
    font-size: 22px;
    color: #007042;
    font-weight: 400;
    margin: 0px 0 34px 0;
    font-style: italic;
}
.login-page-re {
    padding: 40px;
    max-height: 331px;
    margin-top: 110px;
    background-color: #cfe2db;
}
.login-page-re label {
 margin: 0px !important;
 font-size: 20px;
 color: #007042;
 font-weight: 400;
}
.login-page-re input,.login-page-re input:focus{
    height: 42px;
    background-color: #ffffff!important;
    border-radius: 0;
    box-shadow: 0 0 0 0.2rem rgb(207 226 219);

}
.login-page-re input:focus,.reg-page-re input:focus,.reg-page-re select:focus{
    border-color: #a8b5b0;
}
.reg-page-re {
    padding: 40px;
    max-height: 388px;
    margin-top: 110px;
    background-color: #cfe2db;
}
.reg-page-re label {
 margin: 0px !important;
 font-size: 20px;
 color: #007042;
 font-weight: 400;
}
.reg-page-re input,.reg-page-re select,.reg-page-re select:focus,.reg-page-re input:focus{
    height: 46px;
    background-color: #ffffff!important;
    border-radius: 0;
    box-shadow: 0 0 0 0.2rem rgb(207 226 219);

}
.input_error_text{
        color: #ff0000;
    font-size: 90%;
}
.postalcode_last{
    float:right;
}
.forgotpasswordlink,.forgotpasswordlink:hover{
    text-decoration: underline;
    color: #007042;
}
.apj_btn{
    float: right;
    margin-top: 9px;
    background-color: #cfe2db;
    border-color: #cfe2db;
    color: #007042;
    width: 120px !important;
    font-weight: 300;
    padding: 20px 80px 5px 5px;
    font-size: 28px;
    cursor: pointer;
}
.apj_btn:hover{
   background-color: #007042;
   border-color: #007042;
   color: #ffffff;
}
.input_error,.input_error:focus{
    border: 1px solid #ff0000;
    box-shadow: 0 0 0 0.2rem rgb(207 226 219);
}
#forgotemailerror{
    color: #007042;
    font-size: 95%;
}
.postalcode_fields input{
    display: inline-flex;
}
.dircrossicon{
    padding-left: 8px;
    bottom: 12px;
    color: #007042;
    position: absolute;
}
.boldfooter{
     font-family: "heavy",sans-serif;
     color: #ffffff;
     font-size: 24px;
}
.word-breake-all{
    word-break: break-all;
}
@media screen and (min-width: 768px) {
    .bodyhightstarter{
        min-height: calc(100vh - 140px) !important;;
    }
    .bodyhight{
        min-height: calc(100vh - 35px) !important;;
    }
}
@media screen and (max-width: 991px) {
    .loginpage,.forgotpasswordpage{
       padding-bottom: 70px;
   }
   .dircrossicon {
    padding-left: 4px;
}
}
@media screen and (max-width: 768px) {
    .english-language{
    width: 200px; 
}
.farancais-language{ 
    width: 200px; 
}
    .dircrossicon {
        padding-left: 14px;
        bottom: -4px;
        position: absolute;
    }
    .postalcode_fields label{
        display: block;
    }
    .reg-page-re {
        min-height: 736px
    }
    .english-language {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .farancais-language {
        margin-top: 5px;
        margin-right: auto;
        margin-left: auto;
    }
    .reg-page-ht-1{
        min-height: 630px;
    }
    .reg-page-ht-2{
        min-height: 365px;
    }
}
@media screen and (min-width: 356px) and (max-width: 417px) {
    .dircrossicon {
        padding-left: 8px;
    }
}
@media screen and (min-width: 320px) and (max-width: 355px) {
    .dircrossicon {
        padding-left: 6px;
    }
}
