@charset "utf-8";
/* @font-face DOES NOT WORK WITH ABSOLUTE PATHS
@font-face {
    font-family: Hand of Sean;
    src: url(/resource/fonts/handsean-webfont.eot);
    src: url(/resource/fonts/handsean-webfont.eot?#iefix) format('embedded-opentype'),
         url(http://www.yourmembership.com/resource/fonts/handsean-webfont.woff) format('woff'),
         url(http://www.yourmembership.com/resource/fonts/handsean-webfont.ttf) format('truetype'),
         url(http://www.yourmembership.com/resource/fonts/handsean-webfont.svg#hand_of_seanregular) format('svg')!important;
    font-weight: normal;
    font-style: normal;

}
*/
/* Begin page styling */

body {
    background: url('/resource/graphics/ym-breakroom.jpg') 50% 0 fixed;
    background-size:cover;
}

    body#hrsub {
        background: transparent!important;
    }

#career-section { margin-top:100px; background-attachment:fixed; padding:30px 0; }
#career-wrapper {padding:30px 50px!important; height:auto!important;}

#career-wrap h2 {margin:0; text-align:center; font-size:48px; text-transform:uppercase; font-weight:normal; padding: 10px 0; width:90%; margin: 0 auto;}

#career-wrapper {background: #fff; display:block; border-radius: 0;  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.47); margin: 0 auto; width:80%; max-width:800px; min-width:500px; height:630px; position:relative; top:14%;}
.careers ul, .careers li {list-style:none; margin:0; padding:0;}
.careers ul {padding: 0 17px; height:auto; overflow-x:hidden; overflow-y:auto; width:95%; float:none!important;}
.careers li {padding: 25px 10px; display:block; border-bottom:1px dotted #ddd; -webkit-transition: all .25s ease-out 0.1s;
	    -moz-transition: all .25s ease-out 0.1s;
	    -o-transition: all .25s ease-out 0.1s;
	    -ms-transition: all .25s ease-out 0.1s;
	    transition: all .25s ease-out 0.1s;}
.careers li h5 {font-size:17px; margin:0; width:100%; float:left;}
.careers li p {font-size:15px; margin:0; line-height:1.5em; width:35%; float:right;}
.careers li.last {border-bottom:none;}

.careers a {
}

.careers li.header { font-weight:normal; text-transform:none; font-size:20px; padding: 15px 10px; cursor:default; }
.careers li.header:hover {  background: transparent!important; }

#career-wrapper .down {margin: 0 auto; position:relative; bottom:20px;}

#career-wrap .HRSOFT_Body {
    padding:30px 30px 50px;
    margin-bottom:150px;
}

#job-wrapper { padding-top:10px; }

#careers {
    margin-top:111px;
}

footer {
    padding-top:0;
}

.block li {font-size:14px; line-height:1.65em; padding: 5px 0; }
.WSTM_JobDescDiv li { padding: 10px 5px; }

/* About adjustments*/
#about-wrapper .content {width:35%; float:left; margin-left:5%; position:relative; top:150px;}
#about-wrapper h2 {padding:150px 0 50px 0; font-size:50px; text-transform:normal; font-weight:normal;}
#about-wrapper .content p {font-size:18px; line-height:1.5em;}
#about-wrapper .elements {width:40%; float:right; margin-right:100px; margin-top:50px;}

/* Main Menu adjustments */
#main-menu #join-team { border-bottom: medium none !important; border-radius: 0px; display: block; height: 34px; padding: 3px; position: absolute; right: 12px; width: 205px; }

/* Overwrite HRsoft's Styling */

#page-title h1{
    padding-top:5.5%;
}

.WSTM_BTN:hover {
    transition: all 0.5s ease-in-out 0s;
	}

.PageLink a {
    padding: 2px 5px;
}

form a {
    text-transform:uppercase;

}

.WSTM_JT_Pages > .PageLink {
    padding: 2px 5px;
}

.PageLink {
    margin-top:10px;
}

.JobTableRow {
    font-size:15px;
}

    .JobTableRow td {
        border-bottom:1px solid #eee;
    }

table.careers {
    margin-bottom:25px;
}

#careersubnav {
    text-align:left;
    margin-top:10px;
}

#careersubnav a {
    padding: 0 15px;
}

.SocialWidgetLabel {
    margin-right:10px;
}

.careers td, .careers th, td.TableRow1, td.TableRow2 {
    padding: 12px;
    text-align: left;
}

.WSTM_Body {
    display: table-row;
    width: 100%;
}

.page-title {
    margin-top:100px!important;
}

.page-title h1 {
    padding:10px 0;
    display:inline-block;
    border-radius:5px;
}

div.WSTM_Body textarea {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #DDDDDD;
    border-radius: 0px;
    padding: 5px;
}

.HRsoft_New {
    padding:3px 5px;
    font-size:10px;
    border-radius:0px;
    background: #FF9436;
}

div.FR2 { width: 49%;   display: inline-block;}


#mobile-menu {
    display:none!important;
}

#careersubnav ul {
    padding: 0;
}
input, select{
    border-radius: 5px;
    border: 1px solid;
    line-height: 26px;
    padding: 5px;
	min-height: 36px;
}
input[type=radio]{
	min-height: 0px;
}
select {
    height: 38px;
}
.centered #careersubnav li {
    list-style: none!important;
}
#careersubnav li {
    list-style:none!important;
}
#careersubnav li li {
    border-bottom: 1px solid #DFDFDF;
    padding: 10px 10px 10px 20px;
    list-style:none!important;
}
#careersubnav li.heading {
    list-style:none;
    text-transform:uppercase;
    font-weight:700;
    font-size: 18px;
    padding: 0;
    padding-bottom:10px;
}
#careersubnav.sub a {
    font-size: 1.1em;
    font-weight: bold;
    min-width: 200px;
    white-space: nowrap;
    padding:0;
}

#fixed-title {
    opacity:0;
    display:none;
    -webkit-transition: all .25s ease-out 0.1s;
	-moz-transition: all .25s ease-out 0.1s;
	-o-transition: all .25s ease-out 0.1s;
	-ms-transition: all .25s ease-out 0.1s;
	transition: all .25s ease-out 0.1s;
}
#fixed-title.scroll {
    position:fixed;
    display:block;
    width:100%;
    top:60px;
    height:50px;
    line-height:50px;
    margin-top:0;
    z-index:900;
    background:#5691ab;
    opacity:0.9;
    transform: none;
    -webkit-transition: all .25s ease-out .5s;
	-moz-transition: all .25s ease-out .5s;
	-o-transition: all .25s ease-out .5s;
	-ms-transition: all .25s ease-out .5s;
	transition: all .25s ease-out .5s;


}
    #fixed-title.scroll h1 {
        text-align:center;
        padding:0!important;
        font-size:20px!important;
        line-height:50px;
        width:100%;
        margin:0!important;
    }

.WSTM_BTN {
	padding: 0 40px 0px!important;
    cursor:pointer!important;
	font-size: 16px;
	font-weight:bold;
	display:inline-block;
	height:46px;
	text-transform:uppercase;
	border-radius:5px;
	text-decoration:none;
	width: auto;
	text-align: center;
}

span.CSB_JD_Label {
    width: 140px;
    font-weight:bold;
    display: inline-block;
}

p a{text-decoration:underline}

#WSTMLogin_Btn {
    margin-right:30px!important;
}


h3 {margin-top: 0px;}

.wstable a {font-weight:bold}

.SearchForm .FR4 {
    display: inline-block;
    width: 49%;
}

.SearchForm select {
    min-width: 80%;
    padding: 5px;
}

.SearchForm select#qualifier, .SearchForm #Keywords{
	min-width: 45%;
}

.SearchForm {
    padding: 10px 25px 25px 25px;
}

.container {
	width: calc(100% - 20px);
    margin: 0 10px;
}

.container .SocialWidget {
    
    zoom: 0.75;
    display : block;
    position: absolute;
    margin-left : 200px;
    
    
}

.container .SocialWidgetLabel {
float:none!important; 
display:block;
margin : 15px 0;
color:inherit;

}


