/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Marcellus+SC&subset=latin,latin-ext); */

*{
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

:focus{
    outline: none;
}
input[type=button],
input[type=submit],
input[type=reset],
button{
    -webkit-appearance: none;
    border-radius: 0;
}
.content-container{
    min-height: 640px;
}
#fixed-search-panel.content-container {
    min-height: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    font-size: 14px
}
.career-menu-wrapper{
    background-color: #336D95;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 6px 8px -4px #AAAAAA;
    -moz-box-shadow: 0px 6px 8px -4px #AAAAAA;
    box-shadow: 0px 6px 8px -4px #AAAAAA;
}
.career-user-setting-wrapper{
    width: 100%;
    text-align: left;
    position: relative;
}
.career-user-setting{
    width: 30px;
    height: 20px;
    margin-right: 10px;
    background-color: #FFFFFF;
    background-image: url("../images/setup_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-top: 5px solid #FFFFFF;
    border-bottom: 5px solid #FFFFFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    cursor:pointer; 
}

.career-user-setting:before {
    content: '';
    line-height: 0;
    font-size: 0;
    width: 5px;
    height: 5px;
}

.career-user-setting:after {
    content: '';
    line-height: 0;
    font-size: 0;
    width: 5px;
    height: 5px;
}


.career-user-setting.active{
    background-color: #AAAAAA;
    border-top: 5px solid #AAAAAA;
    border-bottom: 5px solid #AAAAAA;
    background-image: url("../images/setup_icon2.png");
}

.career-top-top-container{
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    width: 100%;
}

.career-user-setting-menu{
    width: 100%;
}
.career-user-setting-menu-item{
    display: inline-block;
}
.career-user-setting-action-menu{
    width: 88%;
}
.career-user-setting-logout{
    text-align: right;
    padding: 10px 15px;
}

.career-user-setting-logout a,
.career-user-setting-logout a:link,
.career-user-setting-logout a:visited,
.career-user-setting-logout a:active{
    color: #FFFFFF;
    background-color: #AAA;
    font-size: 14px; 
    text-decoration: none;
    cursor: pointer; 
}
.career-user-setting-logout:hover a{
    background-color: #555555;
}

.career-user-setting-logout:hover{
    background-color: #555555;
}



.career-user-item{
    display: inline-block;
    vertical-align: middle;
}
/*.career-user-setting:hover ul{
    display: block;
}*/

.career-menu-top-top-wrapper{
    background-color: #AAAAAA;
}

.career-user-setting-menu ul{
    padding:0px;
    background-color: #AAA;
    margin: 0;
    list-style: none;
    /*box-shadow: 0.5px 0.5px 0.5px 0.5px #AAA;*/
}
.career-top-top-container.career-user-item-wrapper{
    text-align: right;
}

.career-user-setting-menu ul li{
    display: inline-block;
    color: #FFFFFF;
    text-align: left;
    background-color: #AAA;
    padding: 10px 2%;
    font-size: 14px;
}

.career-user-setting-menu ul li:hover{
    background-color: #555555;
}

.career-user-setting-menu ul li a,
.career-user-setting-menu ul li a:visited,
.career-user-setting-menu ul li a:hover,
.career-user-setting-menu ul li a:active,
.career-user-setting-menu ul li a:link{
    color: #FFFFFF;
    background-color: #AAA;
    font-size: 14px; 
    text-decoration: none;
    cursor: pointer; 
}

.career-user-setting-menu ul li:hover a{
    background-color: #555555;
}

.career-menu{
    background-color: #336D95;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    white-space: nowrap;
    text-align: center;
}
.career-menu ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.career-menu-item{
    display: inline-block;
    padding: 10px 1.4%;
    vertical-align: top;
}
.career-main-wrapper{
    width: 100%;
    min-width: 240px;
    position: relative;
    overflow: hidden;
}

/*.career-menu-item.find_a_job.active,
.career-menu-item.meet_our_career_advisors.active,
.career-menu-item.recruitment_events.active,
.career-menu-item.career_workshops.active,
.career-menu-item.my_records.active,
.career-menu-item.resource.active,
.career-menu-item.for_employer.active*/

.career-menu-item.find_a_job.active,
.career-menu-item.events.active,
.career-menu-item.meet_advisors.active,
.career-menu-item.my_records.active,
.career-menu-item.resource.active,
.career-menu-item.for_employer.active{
    background-color: #A78138;
}


.career-menu-item.find_a_job.active a,
.career-menu-item.events.active a,
.career-menu-item.meet_advisors.active a,
.career-menu-item.my_records.active a,
.career-menu-item.resource.active a,
.career-menu-item.for_employer.active a


/*.career-menu-item.find_a_job.active a,
.career-menu-item.meet_our_career_advisors.active a,
.career-menu-item.recruitment_events.active a,
.career-menu-item.career_workshops.active a,
.career-menu-item.my_records.active a,
.career-menu-item.resource.active a,
.career-menu-item.for_employer.active a*/
{
    background-color: #A78138;
}

.career-menu-item:first-child{
    padding-left: 0px;
}
/*.career-menu-item:last-child{
    padding-right: 0px;
}*/

.career-user-welcome{
    color: #6E6E70;
    font-size: 14px;
    line-height: 18px;
    margin-right: 10px;
    text-decoration: none;
    font-family: 'Lora',    "Microsoft JhengHei", sans-serif;   
}

.career-menu-top-top{
    width: 1000px;
    margin: auto;
}
.career-menu-top{
    background-image: url('../images/ust_career_top.png');
    height: 120px;
    background-size: 1050px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: auto;
}
.career-menu-item a,
.career-menu-item a:hover,
.career-menu-item a:active,
.career-menu-item a:visited,
.career-menu-item a:link{
    background-color: rgba(0,0,0,0);
    color:#FFFFFF;
    font-size: 16px;
    line-height: normal; 
    text-decoration: none;
    font-family: 'Marcellus SC', serif;
}

.career-title{
    color: #356B97;
    font-size: 35px;
    line-height: 95%;
    padding-top: 20px;
    margin-bottom: 15px;
    font-family: 'Marcellus SC', serif;
}

.job-board .career-title {
    display: inline-block;
    float: left
}

.float-right {
    display: inline-block;
    float: right;
}

.career-top-container .float-right {
    text-align: right;
    padding: 2em 0
}

.career-top-container .float-right .button {
    margin: .5em 0
}

.career-top-container .float-right .button:first-of-type {
    margin-top: 0
}

.career-top-container .float-right .button:last-of-type {
    margin-bottom: 0
}

.career-content-wrapper .btn-default {
    cursor: pointer
}

.clear-fix {
    height: 0;
    clear: both
}

.career-subtitle{
    margin: 10px 0px;
    color: #9A6C14;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif, "Microsoft JhengHei", sans-serif !important;
}

.career-3rd-title{
    color: #5187B3;
    margin-top: 20px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif, "Microsoft JhengHei", sans-serif !important;
}

.career-top-container{
    width:1000px;
    margin: auto;
}

.career-content-container{
    width: 1000px;
    margin: auto;
}

.career-breadcrumb{
    float: right;
    margin-top: -25px;
    display: none;
}

.career-breadcrumb > a,
.career-breadcrumb > a:hover,
.career-breadcrumb > a:visited,
.career-breadcrumb > a:active,
.career-breadcrumb > a:link
{
    color: #6E6E70;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    font-family: 'Lora','Microsoft JhengHei', sans-serif;
}
.career-content,
.career-content > p,
.career-content > font,
.career-content > h3,
.career-content > h2,
.career-content > h1
{
    color: #58585A;
    font-size: 14px;
    line-height: 18px;
}

.career-grey-link-2{
    color: #6E6E70;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    font-family: "Lora","Microsoft JhengHei",sans-serif;
}


.career-menu-top-mobile{
    display: none;
    width: 100%;
    min-width: 240px;
    padding: 10px 0px;
}

.career-menu-top-mobile-item{
    display: inline-block;
}
.career-menu-divider-mobile{
    display: none;
    width: 100%;
    background-color: #EDEDED;
}

.toggle-menu {
    cursor: pointer;
    display: block;
    width: 28px;
    height: 30px;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

.toggle-menu span:after,
.toggle-menu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
.toggle-menu span:after{
  top: 9px;
}
.toggle-menu span {
  position: relative;
  display: block;
}

.toggle-menu span,
.toggle-menu span:after,
.toggle-menu span:before {
  width: 100%;
  height: 3px;
  background-color: #336D95;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 1px;
}

.footer-wrapper{
    background-color:#887D77;
    height: 70px;
    margin-top: 100px;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.6);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.6);
}

.footer-container{
    background-color:rgba(0,0,0,0);
    width:1000px;
    margin: auto;
    padding-top: 30px;
}



.career-footer-link-wrapper{
    padding: 0;
    margin: 0;
    list-style: none;
}

.career-footer-link{
    background-color: rgba(0,0,0,0);
    display: inline-block;
    color: #FFFFFF;
}

.career-footer-link:after{
    content: '|';
    margin-left: 5px;
    margin-right: 5px;
}

.career-footer-link:last-child:after{
    content: '';
}

.hkust-career-copyright{
    float: right;
    margin-top: -20px;
    margin-right: 10px;
    color: #FFF;
}
.footer-wrapper a,
.footer-wrapper a:link,
.footer-wrapper a:visited,
.footer-wrapper a:active,
.footer-wrapper a:hover{
    color:#FFFFFF;
    text-decoration: none;
}
.ust-logo{
    text-align: left;
    padding-top: 15px;
}

.career-action-menu{
    float:right;
}
.event-redirect-list{
    margin-top: -25px;
    float:right;
}
@media screen and (max-width: 1000px) {
    .footer-wrapper,
    .footer-container{
        width: 100%
    }
    .career-top-top-container,
    .content-container{
        width: 100%
    }
    .career-top-container,
    .career-content-container{
        width: 95%;
        margin:auto;
    }
    .career-3rd-title,
    .career-content{
        padding: 0px 2%;
    }

}


@media screen and (max-width: 960px) {
    .career-menu-top{
        display: none;
    }
    .career-menu-top-mobile,
    .career-menu-divider-mobile{
        display: block;
    }

    .career-menu{
        width: 100%;
    }

    .career-user-welcome{
        display: none;
    }

    .career-action-menu{
        float: none;
        text-align: center;
    }

    .career-title{
        width: 100%;
        text-align: center;
    }
    .career-subtitle{
        width: 100%;
        text-align: center;
    }

    .career-content-wrapper,
    .footer-wrapper,
    +.content-container{
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
/*        -moz-transition: all 0.3s ease-out; 
        -o-transition: all 0.3s ease-out;  
        -webkit-transition: all 0.3s ease-out;  
        -ms-transition: all 0.3s ease-out;  
        transition: all 0.3s ease-out;*/
    }

    .career-menu-item{
        padding: 10px 12px;
        text-align: center;
        vertical-align: top;
        display: none;
        opacity: 0; 
/*        -moz-transition: all 0.3s ease-out; 
        -o-transition: all 0.3s ease-out;  
        -webkit-transition: all 0.3s ease-out;  
        -ms-transition: all 0.3s ease-out;  
        transition: all 0.3s ease-out;*/
    }
    .career-menu-wrapper{
        width: 0px;
/*        -webkit-transition: width 0.5s;
        transition: width 0.5s;*/
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .career-menu-wrapper.active .career-menu-item{
        opacity: 1; 
    }
    .footer-container{
        width:100%;
    }

    .career-menu-wrapper.active{
        width: 240px;
    }

    .career-menu-wrapper.active .career-menu-item{
        display: block;
    }
    .career-menu-wrapper.active+.career-menu-divider-mobile{
        margin-left: 240px;  
/*        -moz-transition: all 0.3s ease-out; 
        -o-transition: all 0.3s ease-out;  
        -webkit-transition: all 0.3s ease-out;  
        -ms-transition: all 0.3s ease-out;  
        transition: all 0.3s ease-out; */
    }
    .career-menu-wrapper.active+.career-menu-divider-mobile+.career-content-wrapper,
    .career-menu-wrapper.active+.career-menu-divider-mobile+.content-container{
        margin-left: 240px;  
/*        -moz-transition: all 0.3s ease-out; 
        -o-transition: all 0.3s ease-out;  
        -webkit-transition: all 0.3s ease-out;  
        -ms-transition: all 0.3s ease-out;  
        transition: all 0.3s ease-out;*/
    }

    .career-menu-wrapper.active+.career-menu-divider-mobile+.career-content-wrapper+.footer-wrapper,
    .career-menu-wrapper.active+.career-menu-divider-mobile+.content-container+.footer-wrapper{
        margin-left: 240px;
/*        -moz-transition: all 0.3s ease-out; 
        -o-transition: all 0.3s ease-out;  
        -webkit-transition: all 0.3s ease-out;  
        -ms-transition: all 0.3s ease-out;  
        transition: all 0.3s ease-out;*/
    }

    .footer-container{
        text-align: center;
    }

    .footer-wrapper{
        height: auto;
        padding-bottom: 30px;
    }
    .hkust-career-copyright{
        text-align: center;
        float: none;
        margin-top:10px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .event-redirect-list{
        margin:0px;
        float:none;
        max-width: 70%;
    }
}


.form-element-wrapper2 .header,
.form-element-wrapper .header{
    width:25%;
    vertical-align:top;
    display:inline-block;
    background-color: rgba(0, 0, 0, 0);
    padding: 5px 0px 5px 0px;
    text-align: left;
    color: #3982B5;
    font-size: 14px;
}
.form-element-wrapper2 .value,
.form-element-wrapper .value{
    text-align: left;
    vertical-align:top;
    display:inline-block;
    padding: 5px 0px 5px 0px;
    width:70%;
    font-family: 'Open Sans', sans-serif, "Microsoft JhengHei", sans-serif;
    color: #6E6E70;
    font-size: 14px;
}

.form-element-wrapper2 *,
.form-element-wrapper *{
    box-sizing: border-box;
}


.mobile-only{
    display: none;
}

@media screen and (max-width:960px) {

    .mobile-only{
        /*display: block;*/
    }

    .career-menu-top-top-wrapper{
        display: none;
    }
    .career-menu-top-top-second-wrapper{
        display: none;
    }

}

@media screen and (max-width: 700px) {

    .form-element-wrapper .header,
    .form-element-wrapper .value{
        display: block;
        width: 100%;
    }
}

