  #coin-slider,
.imageGallery {
    margin: 0 auto;
}
#careersPage,
.company-description p,
.sidebar {
    padding: 10px;
}
.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
#careersPage {
    width: 98%;
    margin: 0 auto 50px;
    background: #fff;
    border: 1px solid #e3e3e3;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#careersPage .sidebar h2,
#careersPage h1,
.contact dt {
    border: 1px solid #e3e3e3;
    line-height: 1.5;
    background: #5e7686;
    color: #fff;
    margin-bottom: 10px;
}
#careersPage p,
.jobs dl dd {
    text-align: justify;
}
.company-description p a {
    color: #f60;
}
.company-description p a:hover {
    text-decoration: underline;
}
#careersPage .sidebar h2,
#careersPage h1 {
    text-align: center;
    float: none;
    padding: 4px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
#careersPage .sidebar h2,
.contact dt {
    text-align: center;
    padding: 2px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
#careersPage h1 span {
    color: #ff0;
    font-weight: 400;
    font-size: 0.9em;
    padding-left: 10px;
}
.contentSection {
    border: 1px solid #e3e3e3;
    padding: 10px;
    width: 70%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.main-contentSection .contentSection {
    width: 100%;
}
.contentSection h2 {
    line-height: 1.5;
    display: inline-block;
    font-weight: 400;
    background: #5e7686;
    color: #fff;
    padding: 2px 10px;
    border: 1px solid #e3e3e3;
    -moz-border-radius: 4px 20px;
    -webkit-border-radius: 4px 20px;
    border-radius: 4px 20px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 1px #666;
}
.imageGallery {
    width: 650px;
    height: 300px;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.imageGallery img {
    border: 4px solid #e3e3e3;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contentSection span {
    color: #f60;
    font-weight: 700;
}
.sidebar {
    border: 1px solid #e3e3e3;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 28%;
    float: right;
    margin-bottom: 20px;
}
.findjob {
    display: none;
    background: #ececec;
    padding: 10px 10px 8px;
    margin: 20px 0;
    width: 90%;
}
.findjob .text {
    border: none;
    background: #fff;
    color: #828282;
    font-size: 12px;
    width: 75%;
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
    padding: 5px;
    float: left;
}
.findjob .button,
.next-page-link a.postResume,
.sidebar a.postResume {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: arial;
    text-decoration: none;
    text-shadow: 0 -1px 0 #5b6178;
    float: right;
    font-weight: 700;
}
.findjob .button {
    -moz-box-shadow: 0 1px 0 0 #f0f7fa;
    -webkit-box-shadow: 0 1px 0 0 #f0f7fa;
    box-shadow: 0 1px 0 0 #f0f7fa;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
    background: -moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
    background-color: #33bdef;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #057fd0;
    font-size: 15px;
    padding: 6px 24px;
    margin-top: 20px;
}
.findjob .button:hover,
.next-page-link a.hover,
.sidebar a.postResume:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
    background: -moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
    background: -webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
    background: -o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
    background: -ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
    background: linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
    background-color: #019ad2;
}
.findjob .button:active,
.next-page-link a.postResume:active,
.sidebar a.postResume:active {
    position: relative;
    top: 1px;
}
.alljobs {
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
}
.jobs dd,
.jobs dt {
    margin: 0;
}
.jobs dd {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 4px;
    font-size: 12px;
}
.jobs dl:last-child dd {
    border-bottom: none;
}
.job-links-main {
    width: 600px;
    margin: 40px auto;
    text-align: center;
}
.job-links-main a.postResume {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    -webkit-box-shadow: 0 1px 3px #666;
    -moz-box-shadow: 0 1px 3px #666;
    box-shadow: 0 1px 3px #666;
    color: #fff;
    font-size: 20px;
    margin: 0 25px;
    padding: 10px 20px;
    border: 1px solid #fcfcfc;
    text-decoration: none;
}
.job-links-main a.postResume:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}
.next-page-link a.postResume,
.sidebar a.postResume {
    -moz-box-shadow: 0 1px 0 0 #f0f7fa;
    -webkit-box-shadow: 0 1px 0 0 #f0f7fa;
    box-shadow: 0 1px 0 0 #f0f7fa;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
    background: -moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
    background-color: #33bdef;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #057fd0;
    font-size: 15px;
    padding: 6px;
    margin-top: 20px;
}
.company-about,
.jobPosts,
.jobseeker {
    padding: 10px;
    border: 1px solid #e3e3e3;
}
.company-about,
.jobseeker {
    width: 438px;
    float: left;
}
.jobseeker {
    float: right;
    margin-right: 0;
}
.jobPosts {
    margin: 10px 0;
}
.jobs dl dt,
.post dl dt a {
    font-weight: 700;
    font-size: 14px;
    color: #f60;
    margin-bottom: 4px;
}
