
.dn{
    display: none;
}
.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
#my-summary-page.content-wrapper{
    margin-bottom: 50px;
}
.password_request_wrapper{
    display: block;
    margin: 0 auto;
    width: 50%;
}
.password_request{
    float: left;
    width: 100%;
    margin: 0 auto 30px;
}
.password_request input[type="password"]{
    width: 60%;
    margin-top: 5px;
}
.post-password-required{
    float: left;
    width: 100%;
}
#password_label{
    float: left;
    margin-right: 20px;  margin-top: 10px;
}
#request_mail_submit{
    display: block;
}
#aws_child_request_password_form > ul{
    width: 60%;
    list-style: none;
}

#aws_child_request_password_form > ul li{
    padding: 0 10px;
}
#aws_child_request_password_form > ul li label{
    float: left;
}
#aws_child_request_password_form > ul li label .required{
    padding-right:10px;
    color: red;
}
#aws_child_request_password_form > ul li .half{
    width: 50%;
}
#aws_child_request_password_form > ul li .half:first-child {
    padding-right: 10px;
}
#aws_child_request_password_form > ul li textarea{
    max-width: 100%; max-height: 500px;
}
.certification{
    margin-bottom: 50px;
}

#submit_msg{
    margin-top: 20px;
}


#submit_msg_password {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    float: left;
    width:100%;
}
#submit_msg_password.error{
    color: #B94A48;
    background-color: #F2DEDE;
    border-color: #EED3D7;
}
#submit_msg_password.success{
    color: #468847;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}
.crypting-button{
    float: right;
    width: 40px;  height: 40px;
    background-color: #00FF00;
    border: 0;  border-radius: 50%;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.6s ease-in-out;  -moz-transition: all 0.6s ease-in-out;  -o-transition: all 0.6s ease-in-out;  transition: all 0.6s ease-in-out;
}
.crypting-button:active{
    outline: none;
}
.crypting-button:hover{
    background-color: #007f00;
}
.crypting-button > svg{
    display: block;
    width: 30px;
}
.crypting-button > svg circle{
    fill: #00FF00;
}
.crypting-button > svg path{
    fill: #000;
}
.crypting-desc{
    float: right;
    color: #00FF00;
    padding: 8px 20px;
}
.timeline_unit.crypted-container{
    background-color: #000;
}
.timeline_unit.crypted-container .arrow{
    background-color: #000;
}
.timeline_unit.crypted-container .title_with_image,.timeline_unit.crypted-container div{
    color: #00FF00;
}
.timeline_unit.crypted-container .raw p{
    color: #00FF00;
}
.button {
    -webkit-appearance: none;
}
@media screen and (max-width: 500px){
    #aws_child_request_password_form > ul{
        width: 100%;
    }
    #aws_child_request_password_form > ul li .half{
        width: 100%;
    }
    #aws_child_request_password_form > ul li .half:first-child{
        padding: 0;
    }
    .password_request_wrapper{
        width: 80%;
    }
    #password_label{
        width: 100%;
    }
    .password_request input[type="password"]{
        width: 100%;
    }
}

.page-template-page-career-ordering-php .timeline .children{
    width: 495px;
}
.page-template-page-career-ordering-php .timeline .children.left{
    clear: left;
}
.page-template-page-career-ordering-php .timeline .children.right{
    clear: right;
}
@media screen and (max-width: 1200px) {
    .page-template-page-career-ordering-php .timeline .children{
        width: 41.5%;
    }
}
@media screen and (max-width: 897px) {
    .page-template-page-career-ordering-php .timeline .children{
        margin: 25px 5% !important;
        clear: both;
        width: 90%;
    }
}

.page-template-page-career-ordering-php .timeline .timeline_unit{
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.page-template-page-career-ordering-php .timeline .timeline_unit:hover{
    text-decoration: none;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.page-template-page-career-ordering-php .timeline .children.left{
    padding-left: 2px;
}
.page-template-page-career-ordering-php .timeline .children.right{
    padding-right: 2px;
}
.page-template-page-career-ordering-php .timeline .children .timeline_unit{
    width: 48%;
    margin-bottom: 20px;
    padding: 10px;
}
.page-template-page-career-ordering-php .timeline .children .timeline_unit h3{
    font-size: 16px;
    height: 23px;
    overflow: hidden;
}

.page-template-page-career-ordering-php .timeline .children .timeline_unit.fl-right{
    float: right;
}
.page-template-page-career-ordering-php .timeline .children .timeline_unit.fl-left{
    float: left;
}

.page-template-page-career-ordering-php .timeline .children.left .timeline_unit .icon {
    top: 0;
    right: -105px;
}

.page-template-page-career-ordering-php .timeline .children.right .timeline_unit .icon {
    top: 80px;
    left: -105px;
}

@media screen and (max-width: 1200px) {
    .page-template-page-career-ordering-php .timeline .children.left .timeline_unit .icon {
        right: -57.5%;
    }
    .page-template-page-career-ordering-php .timeline .children.right .timeline_unit .icon {
        left: -57.5%;
    }
}

@media screen and (max-width: 1000px) {
    .page-template-page-career-ordering-php .timeline .children.left .timeline_unit .icon {
        right: -60%;
    }
    .page-template-page-career-ordering-php .timeline .children.right .timeline_unit .icon {
        left: -60%;
    }
}

.page-template-page-career-ordering-php .timeline .children .timeline_unit .arrow{
    width: 15px;
    height: 15px;
}
.page-template-page-career-ordering-php .timeline .children .timeline_unit .arrow.right{
    right: -8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.page-template-page-career-ordering-php .timeline .children .timeline_unit .arrow.left{
    left: -8px;
    top: 25px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.page-template-page-career-ordering-php .timeline .children.right .timeline_unit .arrow.left{
    top: 100px;
}
.page-template-page-career-ordering-php .timeline .children .timeline_unit .arrow.up{
    top: -8px;
    left: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.page-template-page-career-ordering-php .timeline .children.right .timeline_unit .arrow.up{
    right: 30px;
    left: inherit;
}