
/* header */
.banner {
    width: 100%;
    height: 397px;
    overflow: hidden;	
}

#bannerWrapper {
    position: relative;
    height: 397px;
}

#banner {
    top: 0;
    width: 100% !important;
}

#bannerWrapper .quickSearchHome.container {
    position: relative;
    top: -286px;
    left: 0;
}

#homeQuickSendCv {
    position: relative;
    top: -294px;
    left: 0;
}

#clientServicerWrapper {
    position: relative;
    top: -514px;
    left: 0;
}

#homeQuickSendCv a,
#clientServicerWrapper a.clientServicesBtn {
    display: block;
    position: relative;
    width: 170px;
    color: #fff;
    background: #2470a1;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0px 6px 16px 0px rgba(90, 90, 90, 0.67);
    -moz-box-shadow: inset 0px 6px 16px 0px rgba(90, 90, 90, 0.67);
    box-shadow: inset 0px 6px 16px 0px rgba(90, 90, 90, 0.67);
}

#homeQuickSendCv a {
    height: 60px;
    padding: 24px 0 0 52px;
}

#clientServicerWrapper a.clientServicesBtn {
    position: absolute;
    top: 110px;
    right: 0;
    height: 50px;
    padding:15px 15px;
}

#clientServicerWrapper a.clientServicesBtn:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 16px;
    width: 22px;
    height: 23px;
    background-position: 0 0;
}

#clientServicerWrapper .container {
    position: relative; 
}

#clientServicerWrapper .contentWrapper {
    display: none;
    position: absolute;
    top: -11px;
    left: 0;
    width: 960px;
    height: 395px;
    padding: 30px;
    color: #fff;
    background: rgba(0, 0, 0, 0.86);
    /*z-index: 99999;*/
    box-sizing: border-box;
}

.contentWrapper .mainWrapper .lowerWrapper h2 {
    text-transform: inherit !important;
    margin-bottom: 0 !important;
}

.contentWrapper .mainWrapper .lowerWrapper {
    text-align: center;
}

#clientServicerWrapper .mainWrapper {
    float: left;
    width: 560px;
}

.container .contentWrapper .close {
    position: absolute;
    right: 31px;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
    z-index: 9999;
}


#clientServicerWrapper .mainWrapper .borders {
    margin-bottom: 16px;
    padding: 12px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#clientServicerWrapper .rightContentWrapper {
    float: right;
    width: 270px;
}

#homeQuickSendCv a:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 12px;
    width: 27px;
    height: 28px;
    background-position: -81px 1px;
}

#homeQuickSendCv a:hover,
#clientServicerWrapper a.clientServicesBtn:hover {
    background: #3D8FC3;
    text-decoration: none;
}

/* end header */



/* middle content */
#content #main {
    display: inline;
    float: none;
    width: 920px;
}

#content-left {
    width: 620px;
    float: left;
}

#content-right {
    width: 300px;
    float: left;
}

#content-left .secondSideNav {
    margin-top: 10px;
}

#content-left .homeMiddleNavigation-One,
#content-left .homeMiddleNavigation-Two {
    float: left;
    width: 275px;
    margin-bottom: 25px;
}

#content-left .homeMiddleNavigation-One li,
#content-left .homeMiddleNavigation-Two li {
    margin-bottom: 10px;
    list-style: none;
}

.homeMiddleNavigation-Two {
    margin-left: 46px;
}

#content-left .homeMiddleNavigation-One > dt span,
#content-left .homeMiddleNavigation-Two > dt span {
    display: inline;
    color: #2296a7;
    font-weight: 500;
}

#content-left .homeMiddleNavigation-One > dt,
#content-left .homeMiddleNavigation-Two > dt {
    border-bottom: 1px solid #a1a9be;
    font-weight: 300;
}


#content-left .homeMiddleNavigation-One ul,
#content-left .homeMiddleNavigation-Two ul {
    margin: 0;
}

#content-left .homeMiddleNavigation-One dt,
#content-left .homeMiddleNavigation-One a,
#content-left .homeMiddleNavigation-One .numjobs,
#content-left .homeMiddleNavigation-Two dt,
#content-left .homeMiddleNavigation-Two a,
#content-left .homeMiddleNavigation-Two .numjobs {
    font-size: 15px;
    color: #616468;
    font-weight: bold;
}

#content-left .homeMiddleNavigation-One li:hover .numjobs,
#content-left .homeMiddleNavigation-One a:hover,
#content-left .homeMiddleNavigation-Two li:hover .numjobs,
#content-left .homeMiddleNavigation-Two a:hover {
    color: #2296a7;
    text-decoration: none;
}

#content-left .homeMiddleNavigation-One li .numjobs:hover,
#content-left .homeMiddleNavigation-Two li .numjobs:hover {
    color: #616468;
    text-decoration: none;
}

#content-left .LatestPosts .pagination.posts {
    display: none;
} 

#content-left .LatestPosts {
    position: relative;
    float: none;
    clear: both;
    padding: 20px;
    width: 620px;
    height: 210px;
    border: 1px solid #626569;
    box-sizing: border-box;
}

#content-left .LatestPosts dl,
#content-left .LatestPosts dl dd {
    margin: 0;
}

#content-left .LatestPosts .blogResultImage {
    position: absolute;
    top: 21px;
    left: 21px;
    width: 277px;
    height: 165px;
    overflow: hidden;
}

#content-left .LatestPosts .blogResultImage img {
    width: 277px;
}

#content-left .LatestPosts dt,
#content-left .LatestPosts .blogContent {
    display: inline-block;
    position: relative;
    top: 0;
    left: 298px;
    width: 279px;
    overflow: hidden;
}

#content-left .LatestPosts dt {
    margin-bottom: 14px;
}

#content-left .LatestPosts dt a {
    font-family: 'Proxima Nova W01';
    font-size: 17px;
    color: #2296a7;
}

#content-left .LatestPosts iframe {
    display: none;
}

#content-left .LatestPosts .dateContainer .date {
    display: block;
    width: 43px;
    height: 43px;
    margin-top: 20px;
    padding: 9px 6px;
    font-size: 16px;
    color: #fff;
    background: #2296a7;
    text-align: center;
    text-transform: capitalize;
    line-height: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-sizing: border-box;
}

#content-left .LatestPosts #viewAllLink {
    display: none;
}

#content-right .latestJobs {
    margin: 0;
    text-align: center;
}

#content-right .latestJobs dt,
#content-left .homeMiddleNavigation-One > dt,
#content-left .homeMiddleNavigation-Two > dt {
    padding-bottom: 9px;
    font-family: 'Proxima Nova W01';
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
}

#content-right .latestJobs dt,
#content-right .latestJobs .TopJobsRows {
    margin-bottom: 18px;
    border-bottom: 1px solid #a1a9be;
}

#content-right .latestJobs dl {
    margin: 0 0 0 2em;
}

#content-right .latestJobs dt span {
    /*display: block;*/
    font-weight: 500;
      color: #2296a7;
}

#content-right .latestJobs .TopJobsRows {
    padding-bottom: 16px;
}

#content-right .latestJobs .TopJobsRows a {
    margin-bottom: 8px;
    color: #2296a7;
    font-weight: bold;
}

#sideNav .sideBanner {
    display: none;
}

/* end middle content */



/* lower content */

#home-page-lower-content {
    position: relative;
    width: 100%;
    height: 400px;
    margin: 30px auto 0;
    overflow: hidden;
} 

#home-page-lower-content .backgroundImgLower {
    display: block;
    width: 2000px;
    height: 400px;
    margin: 0 auto;
    background: url(http://d2tf39ox72nrmv.cloudfront.net/Graphics/CssVersion_2/Graphics/MBBanner2.jpg) no-repeat;
} 

#home-page-lower-content .container {
    position: relative;
    top: -400px;
} 

#home-page-lower-content .contentWrapper {

    width: 470px;
    height: 397px;
    padding: 35px 41px 35px 35px;
    color: #fff;
    background: rgba(0, 0, 0, 0.52);
    box-sizing: border-box;
} 

#clientServicerWrapper .contentWrapper h2  {
    position: relative;
    display: block;
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 200;
    line-height: 22px;
}

#home-page-lower-content .contentWrapper h2 span {
    text-transform: capitalize;
}

#home-page-lower-content .contentWrapper h2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 1px;
    background: #898989;
}

#home-page-lower-content .contentWrapper h2,
#clientServicerWrapper .contentWrapper h2 span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    position: relative;
} 

span#colourCyan {
  color: #2296a7;
}

#home-page-lower-content .contentWrapper h2{
    margin: 0 0 26px;
}

#home-page-lower-content .contentWrapper p,
#clientServicerWrapper .mainWrapper p {
    font-size: 17px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
} 

#home-page-lower-content .contentWrapper p .blue {
    color: #2296a7;
} 

#home-page-lower-content .contentWrapper .learnMore,
.contentWrapper .mainWrapper .lowerWrapper .learnMore,
.contentWrapper .rightContentWrapper .learnMore {
    display: block;
    position: relative;
    width: 200px;
    height: 55px;
    margin-top: 17px;
    padding: 16px 31px;
    color: #fff;
    background: #2296a7;
    font-size: 18px;
    box-sizing: border-box;
}

.contentWrapper .mainWrapper .lowerWrapper .learnMore {
    display: inline-block;
    width: 165px;
    height: 42px;
    padding: 11px 13px;
    box-sizing: border-box;
    text-align: center;
}

.contentWrapper .rightContentWrapper .learnMore {
    width: 270px;
    height: 70px;
    padding: 14px 97px 0px 26px;
}

.contentWrapper .mainWrapper .lowerWrapper .learnMore.middle {
    margin: 0 10px;
}


#home-page-lower-content .contentWrapper .learnMore:after,
.contentWrapper .rightContentWrapper .learnMore:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 21px;
    right: 34px;
    width: 19px;
    height: 10px;
    background-position: -117px -32px;
}

.contentWrapper .rightContentWrapper .learnMore:after {
    top: 31px;
}

#home-page-lower-content .contentWrapper .learnMore:hover,
.contentWrapper .mainWrapper .lowerWrapper .learnMore:hover,
.contentWrapper .rightContentWrapper .learnMore:hover {
    background: #7cc4cf;
    text-decoration: none;
}

/* end lower content */

@media screen and (min-width: 1700px) {
    #banner {
        width: 2000px !important;
    }
}