﻿@font-face {
    font-family: 'BEBAS';
    src: url('../fonts/BEBAS___.TTF') format('truetype');
}

@font-face {
    font-family: 'Acens';
    src: url('../fonts/Acens.ttf') format('truetype');
}

body
{
    margin:0;
    height:100%;
    width:100%;
    background-image: url('../images/join/ES_Join.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 
    background-attachment:fixed;
}

.es_join_tag_1_div 
{
    position:relative;
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content: center;
    width:100%;
    min-height:300px;
    background-color:rgba(0,0,0,.5);
}

.es_join_form_wrap_div {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    width: 100%;
    min-height: 500px;
    background-color: rgba(255, 255, 255, 0.5);
}

.es_join_form_body_div {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 500px;
    height: 530px;
    background-color: rgba(0, 0, 0, 0.95);
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 6px;
    color: #fff;
}

.es_join_signUp_error {
    position: relative;
    /*height: 400px;*/
    width: 100%;
    margin-top:5px;    
    background-color: *#000;
    font-size: .75em;
    color: #ff6a00;
    text-align:center;
    /*border: 1px solid #ff6a00;*/
}

.es_join_signUp_text_div {
    padding-top: 10px;
}

.es_join_signUp {
    margin-left: 30px;
    font-size: 2em;
    font-weight: bold;
}

.es_join_pleaseFill {
    margin-left: 30px;
    font-size: .8em;
}

hr {
    width: 500px;
    height: 1px;
    text-align: center;
    border-width: 0;
    border-color: #ff6a00;
    background-color: #ff6a00;
}

.es_join_form_body_div input[type="text"], input[type="password"], input[type="tel"]
{
    margin-top:15px;
    margin-left:30px;
    padding: 8px 8px 8px 8px;
    width:435px;
    background-color: rgba(51, 51, 51, 0.50);
    border: none;
    border-color: none;
    color:rgb(194, 194, 194)
}

.es_join_form_body_div input[type="submit"] 
{
    margin-top: 25px;
    margin-left: 30px;
    width: 200px;
    height: 40px;
    color: #ffffff;
    background-color: #ff6a00;
    border-style: none;
    font-size: 18px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.es_join_form_body_inform_div {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-flow: wrap;
    align-content: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 500px;
    height: 530px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 6px;
    color: #fff;
}

.es_join_form_body_inform_img_div {
    position: relative;
    display: flex;
    flex-grow: 1;
    height: 55%;
    width: 100%;
    background-image: url('../images/join/ES_Join_Info.png');
    background-position-y:20px;
    background-position-x:center;
    background-size: 380px;
    background-repeat: no-repeat;
}

.es_join_form_body_inform_title_div {
    position: relative;
    display: flex;
    width: 100%;
    padding-left: 30px;
    font-size: 2em;
    font-weight: bold;
    color: #ff6a00;
}

.es_join_form_body_inform_text_div {
    position: relative;
    flex-grow: 3;
    display: flex;
    width: 100%;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: .8em;
    font-weight: bold;
    color: #000;
}

.es_join_form_body_inform_sub_text_div {
    position: relative;
    flex-grow: 1;
    display: flex;
    width: 100%;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.2em;
    font-weight: bold;
    color:#dcdcdc;
}

.es_join_tag_2_div {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    background-color: rgba(241,91,36,.7);
}

.es_join_tag_1_div div
{
    margin:50px 10px 50px 10px;
    font-family: BEBAS;
    font-size:4vmax;
    text-shadow: 1px 2px 3px #3f3f3f;
    color:#ffffff;
    text-align:center;
    word-spacing:5px;
}

.es_join_tag_2_div div
{
    margin:10px 30px 10px 30px;
    font-family: sans-serif;    
    color:#ffffff;    
    text-align:center;
}

.es_join_tag_2_title_div
{
    font-size:2em;
    text-shadow: 1px 2px 3px #3f3f3f;
}

.es_join_tag_2_para_div
{
    font-size:1em;
}

#es_join_what_we_do_div
{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-around;
    align-items:center;
    min-height:250px;
    background-color:#fff;
}

.es_join_wwd_wrap_div
{
    flex-grow:1;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-around;
    margin: 20px 20px 20px 20px;
    max-width:250px;
}

.es_join_wwd_wrap_div img
{
    max-height:100px;   
}

.es_join_wwd_image_div
{
    clear:both;
}

.es_join_wwd_txt_div
{
    margin-top:10px;
    text-align:justify;
}

#es_join_who_we_are_div
{

    background-color:#fff;
}

#es_join_who_we_are_1_div 
{
    z-index:-1;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    height: 100%;
    width: 100%;
    background-image: url('../images/home/join/gmaps_losangeles.png');
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
}

#es_join_who_we_are_1_div div
{
    margin: 80px 30px 80px 0px;
    width:80%;
    font-family: BEBAS;
    font-size:4em;
    font-size:4vmin;
    text-shadow: 1px 2px 3px #ffffff;
    word-spacing:4px;
    color:rgb(89, 85, 85);
    text-align:center;
}

.es_join_tag_2_div {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 230px;
    background-color: rgba(241,91,36,.7);
}

.es_join_tag_2_div div {
    margin: 10px 30px 10px 30px;
    font-family: sans-serif;
    color: #ffffff;
    text-align: center;
}

.es_join_tag_2_title_div {
    font-size: 2em;
    text-shadow: 1px 2px 3px #3f3f3f;
}

button#review_button {
    width: 200px;
    height: 40px;
    color: #ffffff;
    background-color: #ff6a00;
    border-style: none;
    font-size: 18px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}