/* First up, import the OTF files */

/* Swapping Bebas for Oswald
@font-face {
  font-family: "Babas-Neue";
  src: url("/includes/css/BabasNeue.eot") format("embedded-opentype");
  src: local("?"),
    url("/includes/css/BabasNeue.woff") format("woff"),
    url("/includes/css/BabasNeue.otf") format("opentype"),
    url("/includes/css/BabasNeue.svg#BebasNeue") format("svg");}
*/

/* Swapping helvetica-neue for lato
@font-face {
  font-family: "Helvetica-Neue";
  src: url("/includes/css/HelveticaNeue.eot") format("embedded-opentype");
  src: local("?"),
    url("/includes/css/HelveticaNeue.woff") format("woff"),
    url("/includes/css/HelveticaNeue.otf") format("opentype"),
    url("/includes/css/HelveticaNeue.svg#HelveticaNeue-Roman") format("svg");}
*/

/* Massive reset goes here for HTML 5 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
 header ul, header li, footer ul, footer li,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin : 0px;
    padding : 0px;
    border:0px;
    outline:0px;
    font-family: 'Lato', Helvetica, sans-serif;
    background:transparent;
}

html {
  font-size : 13px;
}

body {
  /*background-color : #DDDDDD; */
  font-size : 13px;
}

/* Recruiters Lounge (or general) Overlay hide-code */

.Recruiters_Lounge_Overlay {
    width:100%;
    height:100%;
    display:none;
    background-image:url('/images/black_trans.png');
    background-repeat: repeat;
    position:fixed;
    z-index:4000;
}
.Recruiters_Lounge_Overlay .Recruiters_Lounge_Overlay_Inner {
    width:630px;
    background-color:#fff;
    display:none;
    margin:40px auto;
    padding:20px;
    position:relative;
    overflow:hidden;
    color:#3e3e3e;
}

.ContentClear {
  clear : both;
}

/* Main site bits and templating stuff goes here */

.SiteHeaderWrapper {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  min-height: 250px;
  background-color: #fff;
  z-index: 3000;
}
#studentProfile .SiteHeaderWrapper {
  min-height: 210px;
}

.SiteHeaderWhiteBar {
  position: relative;
  width: 100%;
  top: 0px;
  height: 179px;
/*  margin-left: auto;
  margin-right: auto;*/
  /* border-top: solid 8px #4E92A0; */
  background: white;
}

.SiteHeaderWhiteBarInner {
  width:1000px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
}

.SiteHeaderWhiteBar2 {
  display: none;
  position : relative;
  width : 1000px;
  top : 0px;
  /*margin-left : auto;
  margin-right : auto;*/
  background:white;
}


.SiteBodyWrapper {
  position : relative;
  left : 0px;
  right : 0px;
  z-index:3001;
  /*margin-bottom: 40px;*/
}

.SiteBodyWhiteBar {
  position : relative;
  width: 100%;
  top : 0px;
  margin-left : auto;
  margin-right : auto;
  /*background:white;*/
}

.SiteFooterWrapper {
    position: relative;
    float: left;
    width: 99.9%;
  z-index:3003;
}

.SiteFooterWhiteBar, .SiteFooterWhitePadding, .SiteFooterBlueBar {
  position : relative;
  width : 100%;
  top : 0px;
  margin-left : auto;
  margin-right : auto;
  /*background:white;*/
  background-color: #3b9fba;
}

.SiteLogo {
  position: absolute;
  width: 376px;
  height: 109px;
  top: 70px;
  left: 45px;
  z-index: 200;
}

.SiteNumber {
    position: absolute;
    width: 270px;
    height: 104px;
    top: 90px;
    right: 0px;
    z-index: 200;
}

.SiteNumber img {
    position: absolute;
    bottom: 0;
}

.SiteLogoAssociation {
    height: 89px;
    left: 386px;
    position: absolute;
    top: 100px;
    width: 376px;
    z-index: 200;
}

.SiteTopRightBox {
  position : absolute;
  top : 0px;
  right : 0px;
  color : #339999;
  font-weight : bold;
}

.SiteTopRightCaption {
  float: right;
  padding : 5px;
  display : inline;
}

.SiteLoginBox {
  float : right;
  display : inline;
  text-align : center;
  color : white;
  width: 130px;
}

.LoginSignupText {
  background-color : #D0D4D5;
  padding : 5px;
  color : #4E92A0;
  text-transform : uppercase;
  float:left;
  width : 55px;
  font-size : 11px;
  line-height:18px;
}

.LoginSignupText a {
  color : #4E92A0;
  text-decoration : none;
}
.LoginSignupText a:hover {
  text-decoration : underline;
}

.LoginTitle {
  background-color : #4E92A0;
  padding : 5px;
  color : #fff;
  text-transform : uppercase;
  width : 55px;
  font-size : 11px;
  float:right;
  line-height:18px;
}

.LoginForm {
  border-radius : 5px;
  position : absolute;
  top : 28px;
  right : 10px;
  width : 205px;
  height : 87px;
  background-color : #4E92A0;
  padding : 5px 10px;
  overflow : hidden;
}

.LoginUnderText {
  position : absolute;
  bottom : 5px;
  left : 20px;
}

.LoginUnderText a {
  color : #fff;
  text-decoration : none;
}
.LoginUnderText a:hover {
  text-decoration : underline;
}

.LoginInnerInputBox {
  border-radius : 10px;
  margin : 5px;
  width : 170px;
  height : 14px;
  font-size : 12px;
  border : 0px;
  padding : 5px;
  padding-left : 10px;
}

.LoginBoxInnerSubmit {
  position : absolute;
  bottom : 5px;
  right : 20px;
  padding : 0px;
  margin : 0px;
  background : none;
  width : 56px;
  height : 19px;
  border : 0px;
  cursor:pointer;
}

.LoginButtonText {
  position : absolute;
  left : 0px;
  bottom : 3px;
  font-size : 12px;
  font-weight:bold;
  color : #333;
  width:59px;
  text-align : center;
}

.MyAccount {
  position : absolute;
  top : 35px;
}

.AccountText {
  position : absolute;
  left : 0px;
  bottom : 9px;
  font-size : 14px;
  font-weight:bold;
  color : #fff;
  width:200px;
  text-align : center;
}

.AccountNameText {
  padding-top : 4px;
  text-transform:uppercase;
  font-weight:normal;
}


.SiteSocialMedia {
  float : right;
  display : inline;
  padding-top : 2px;
  padding-right : 5px;
}

.fakebody {
  background-color:white;
}

.SiteContent {
  /*background-color : #fff;*/
  float : left;
  width : 100%;
  /*width : 830px;*/
}

.SiteContent1 {
    /*background-color: #f4f2f3;*/
    float: left;
    width: 100%;
}
.SiteContentInner {
  width: 1000px;
  margin: 0 auto;
}

.SiteProfile {
  background-color : white;
  float : left;
  width : 1000px;
}

.SiteBreadcrumbs {
  width: 100%;
  /*
  margin: 0 auto;
  padding: 20px 0;*/
  text-transform: uppercase;
  background-color: #fff;
}
.SiteBreadcrumbsInner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}

.SiteBreadcrumbs a{
  text-decoration: none;
  color: #666766;
}

.findSectionOuter {
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 40px 0;
    position: relative;
}
.findSectionOuter:nth-child(even) {
    background-color: #f4f2f3;
}
.outerTextTagline, .SubHomepageH1Outer {
    background-color: #f4f2f3;
    width: 100%;
    float: left;
    padding-top: 30px;
}

.SubHomepageH1Outer {
  margin-bottom:-30px;
}

.ContentBase, GoogleAd1Outer {
  display:none;
}

.TitleUnderLine {
    position : absolute;
    bottom : 0px;
    left : 0px;
    float : left;
    width : 50px;
    border-bottom : solid 3px black;

}


/* Site Menu */

.SiteHeaderNavBarFullWidth {
  position : absolute;
  top : 125px;
  left : 0px;
}

.MenuText, .MenuTextTall {
    font-family: 'Oswald', Helvetica, sans-serif;
    font-size : 14px;
    color : #666666;
    text-transform : uppercase;
    position : absolute;
    bottom : 5px;
    text-align : left;
    letter-spacing : 1px;
    line-height : 16px;
}

.menu {
  background-color: #3b9fba;
  height: 38px;
  width: 100%;
}

.menu ul {

  width: 100%;
  list-style-type: none;
  width: 1000px;
  margin: auto;

  /*float : left;*/
  /*display: inline;*/
 /* display: table;
  border-collapse: separate;
  border-spacing: 2px;
  width : 100%;
	list-style-type:none; */         /* we don't want to view the list as a list */
	/*line-height:1.5em; */          /* globally set the menu's item spacing. note */
	/*height:40px;*/
}

.menu ul a li {
  float:left;
  margin-right: 11px;
  width: 100px;
  text-align: center;
  cursor: pointer;
  list-style:none;
  position:relative;
}

.MenuTopOverlay {
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:18px;
  background-color:#3b9fba;
  opacity : 0.9;
}
.MenuBottomOverlay {
  position:absolute;
  top:41px;
  left:0px;
  right:0px;
  bottom:0px;
  background-color:#fff;
  opacity : 0.9;
}

.HomeHeaderBottom {
  width: 1000px;
  margin: auto;
}
.HomeHeaderBottom div {
  height: 3px;
  float: left;
  width: 125px;
}
.menu .HomeHeaderLi {
  float: right;
  text-transform: uppercase;
  color: #fff;
  width: 120px;
  padding-left: 11px !important;
  padding: 11px 0;
  margin-left: 0 !important;
  position: relative;
  text-align: left;
}
.menu .HomeHeaderLi img {
  position: absolute;
  top: 5px;
  margin-right: 5px;
  left: -20px;
}
.menu .HomeHeaderLi:last-child {
    width: 165px;
    margin-right: 10px;
}

.menu ul a {
 color: #000;
}
.menu ul a:first-child li{
  margin-left: 4px;
}
.menu ul a:last-child li {
  margin-right: 0;
  width: 108px;
}
.menu ul li .header_title {
  padding-top: 5px;
  text-align: left;
  text-transform: uppercase;
  background-color: #fff;
  font-size: 10px;
}

.menu ul li .colour_grad {
  border-top: 3px solid #ef8e21;
}
.menu ul li .colour_placements {
  border-top: 3px solid #dc3086;
}
.menu ul li .colour_sl {
  border-top: 3px solid #6c9e41;
}
.menu ul li .colour_jobs {
    border-top: 3px solid #d83739;
}
.menu ul li .colour_courses {
  border-top: 3px solid #a5525d;
}
.menu ul li .colour_advisors {
  border-top: 3px solid #5280b0;
}
.menu ul li .colour_parents {
    border-top: 3px solid #fdba18;
}
.menu ul li .colour_student_advice {
  border-top: 3px solid #8c56a3;
}

.menu>ul>li>a {
  position: absolute;
  top: 39px;
  margin-left: auto;
  margin-right: auto;
  width: 142.5px;
  height: 40px;
  text-align: center;
}

/* Menu underneath section */

.menu>ul>li>ul {
  position : absolute;
  top : 42px;
  left :  0px;
  width : 300px;
  overflow:hidden;
  height : 0px;
  padding : 10px;
}


/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.menu>ul>li>ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:1px;                               /* this is our box border width */
}

.menu>ul>li>a,
.menu>ul>li>a:visited {                    /* unselected top-level menu items */
	display:block;
	float:left;
	text-decoration:none;
	height:40px;
}

.menu>ul>li:hover>a,
.menu>ul>li>a:hover {                        /* selected top-level menu items */
	height:40px;
}
/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu ul:hover li ul,
.menu ul li:hover ul,
.menu ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	top:42px;              /* place us just up underneath the top-level images */
	left:0px;       /* left-align our drop-down to the previous button border */
	width:300px;
	color:black;                        /* this sets the unselected-text color */
	padding : 10px;
	overflow : hidden;
	border : solid 1px #ccc;
	border-top : 0px;
}

.Graduate {
  background-color : #EB7A12;
  left : 140px !important;
}
.Placements {
  background-color : #D11373;
  left : 285px !important;
}
.School_Leavers {
  background-color : #5B8F21;
  left : 426px !important;
}

.Part_Time {
  background-color : #CC202C;
  left : 570px !important;
}



/* Menu links */
.LeftMenuLinks {
  position : absolute;
  color : white;
  font : 12px arial;
  left : 30px;
  top : 15px;
}

.LeftMenuLinks a, .LeftMenuLinks a:hover, .LeftMenuLinks a:visited {
  text-decoration : none;
  color : white;
  clear : left;
 }

.MiddleMenuLinks {
  position : absolute;
  color : white;
  font : 12px arial;
  left : 300px;
  top : 15px;
}

.MiddleMenuLinks a {
  text-decoration : none;
  color : white;
  clear : left;
}

.RightMenuLinks {
  position : absolute;
  color : white;
  font : 12px arial;
  left : 700px;
  top : 15px;
}

.RightMenuLinks a {
  text-decoration : none;
  color : white;
  clear : left;
}

.MenuHome {
  left : 50px;
}
.MenuHomeBorder {
  border-bottom : solid 2px #003366;
}

.MenuGraduates {
  left : 25px;
}
.MenuGraduatesBorder {
  border-bottom : solid 2px #EB7A12;
}

.MenuPartTime {
  left : 25px;
}
.MenuPartTimeBorder {
  border-bottom : solid 2px #CC202C;
}

.MenuPlacements {
  left : 25px;
}
.MenuPlacementsBorder {
  border-bottom : solid 2px #D11373;
}

.MenuSchool {
  left : 15px;
}
.MenuSchoolBorder {
  border-bottom : solid 2px #5B8F21;
}

.MenuBlog {
  left : 25px;
}
.MenuBlogBorder {
  border-bottom : solid 2px #833F96;
}

.MenuRecruiters {
  left : 20px;
}
.MenuRecruitersBorder {
  border-bottom : solid 2px #999;
}

.MenuChevron {
  position : absolute;
  left:69px;
  bottom : 2px;
}



/* Vertical Menu bits go here */


/* EMAG Slider */

#emag_slider {
    height:242px;
    float:left;
    position:relative;
    overflow:hidden;
    width : 160px;
}
#emag_slider b{
    color:#fff;
    font-family: arial;
    margin:7px 0px 8px 0px;
    font-weight: bold;
    font-size:14px;
    text-align: center;
	display: block;
	color: #000;
}
#emag_slider .emag_container{
    height:184px;
    width:130px;
    float:left;
    overflow: hidden;
    position:relative;
    margin-left:15px;
    margin-top:2px;
}
#emag_slider .emag_container .mags {
    width:20000000px;
    position:relative;
    float:left;
	padding: 0px;
	height: 184px;
	margin: 0px;
	list-style-type:: none;
}
#emag_slider .emag_container .mags .mag{
    height:184px;
    width:130px;
    margin:0px 0px;
    float:left;
    position:relative;
	list-style-type:: none;
	overflow: hidden;
}

#emag_slider .emag_container .mags .mag a img{
  display: inline;
}

#emag_slider .button{
    width:20px;
    height:20px;
    display:block;
    background-image:url('/images/arrows.png');
}
#emag_slider .em_next {
    position:absolute;
    right:3px;
    bottom:2px;
	background-position: 20px 0px;
	margin-right: 8px;
}
#emag_slider .em_next:hover {
	background-position: 20px 20px;
}
#emag_slider .em_previous {
    position:absolute;
    left:3px;
    bottom:2px;
	background-position: 0px 0px;
	margin-left: 8px;
}
#emag_slider .em_previous:hover {
	background-position: 0px 20px;
}
#emag_slider .em_title{
    position:absolute;
    width:100px;
    left:25px;
    bottom:-13px;
}
#emag_slider .em_title a {
    color:#fff;
    font-weight:bold;
	text-transform: none;
	text-decoration: none;
	font-size: 12px;
}
#emag_slider .em_title a:hover {
    text-shadow: #000000 -2px 2px 2px;
}


.SideBar {
  display: none;
  float : right;
  width : 160px;
  background-color : white;
}

.mags {
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:1.5em;           /* globally set the menu's item spacing. note */
	padding:0px;
}

.VerticalMenuOuter, #emag_slider {
  text-align : center;
  clear:both;
}

.Now_Recruiting_Button {
  margin-top : 10px;
  margin-bottom : 10px;
  margin-left:auto;
  margin-right:auto;
}

.Now_Recruiting_Button a img {
  border : solid 1px #666;
}

/*Site Footer begins here*/

.SiteFooterTopChevron {
  width : 235px;
  border-right : solid 15px white;
  border-bottom : solid 10px #4E92A0;
  beight : 0px;
  float : display:inline;
}

.FooterBlueLinks {
  background-color: #3b9fba;
  list-style-type: none;          /* we don't want to view the list as a list */
  line-height: 1.5em;           /* globally set the menu's item spacing. note */
  padding: 10px 0px 0px 0px;
  color: #fff;
  /* float: left; */
  width: 974px;
  display: table;
  border-spacing: 15px;
  z-index: -1;
  margin: auto;
  text-align:left;
}
.FooterHeader {
  padding: 0 0 15px 26px;
  background-color: #3b9fba;
  border-bottom: 1px solid #fff;
  color: #fff;
  margin: auto;
  width: 974px;
  text-align:center;
}
.FooterHeader .space {
  height: 40px;
}
.FooterHeader p:first-child {
  font-weight: bold;
}
.FooterHeader p{
    position: relative;
    top: -19px;
}
.FooterTitle {
  border : 0px;
  padding-left : 10px;
  position:absolute;
  top:5px;
  line-height:22px;
  background-color:transparent;
  color : #fff;
}
.FooterCell {
  display: inline-block;
  margin-right: 17px;
}
.FooterCell a{
    text-transform: uppercase;
    border-right: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    padding-right: 10px;
}
.FooterImg {
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.FooterBlueLinks li ul {
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:1.5em;           /* globally set the menu's item spacing. note */
  padding : 0px;
}

.FooterBlueLink1 {
  margin : 20px 5px;
  width : 212px;
  display : table-cell;
  background-color : #3b9fba;
  color : white;
  padding : 10px;
  border-right: 1px solid #fff;
}
.FooterBlueLink1:last-child {
  border: none;
}

.FooterBlueLink1 a {
  color : white;
  text-decoration : none;
}
.FooterBlueLink1 a:hover {
  text-decoration : underline;
}

.FooterBlueLink1>a {
  font-weight:600;
}

.FooterBlueLink1>ul>li {
  /*border-bottom : dotted 1px #9BC2CA;*/
  text-transform: uppercase;
  width : 100%;
  font-size: 11px;
}

.SiteFooterLinksBottom {
  font-size : 11px;
  text-align : center;
  margin-top : 5px;
}

.SiteFooterLinksBottom>a {
  color : #333;
  text-decoration : none;
}

.SiteCopyright {
  margin-top : 10px;
  text-align : center;
  font-size : 10px;
  width: 100%;
  margin: 0 auto;
  background-color: #2d8cb0;
  color: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
}
.SiteCopyright span{
  text-transform: uppercase;
  font-size: 10px;
}

.SiteFooterLinksTop {
  font-size: 12px;
  margin: 5px 0;
}
.SiteFooterLinksTop>a {
  text-decoration : none;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
}
.SiteFooterLinksTop>a:hover {
  text-decoration : underline;
}

#homepageWrapper {
  width: 1000px;
  margin: auto;
  background-color:white;
  margin-bottom:40px;
}



#homepageWrapper h1{
  width: 285px;
  font-size: 38px;
  text-transform: uppercase;
  margin: auto;
}
#homepageWrapper h1 span{
    font-size: 38px;
}
.main_blue {
  color: #3b9fba;
  font-size: inherit;
}
.main_white {
  color: #ffffff;
  font-size: inherit;

}
.h1_underline {
  height: 3px;
  width: 66px;
  background-color: #3b9fba;
}

.homepageText {
  font-size: 25px;
  width: 775px;
  margin: auto;
  text-align: center;
  color: #969696;
  padding: 20px 0 40px;

}
#homepageSubs {
  width: 65%;
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
  float: left;
}
#homepageSubs.loggedIn {
  float: none;
  margin: 0 auto;
}
.homepageSubsRow {
  display: table-row;
  position:relative;
}

.SubOverlay {
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  background-color:#fff;
  opacity : 0.90;
}

.homepageSub {
  padding: 30px 10px 10px 10px;
  width: 25%;
  display: table-cell;
  height: 99px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.homepageSub p{
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
}
#homepageRegister {
  float: left;
  width: 31%;
  background-color: #ebebeb;
  margin-top: 10px;
  padding: 20px;
  height: 278px;
}
#homepageRegister h2 {
  border: none;
  text-transform: uppercase;
  color: #676362;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size:18px;
}

.BkGraduate {
  background-color: #ef8e21;
}

.BkInternships {
  background-color: #dc3086;
}

.BkSchoolLeavers {
  background-color: #6c9e41;
}

.BkStudent {
  background-color: #d83739;
}

.BkCourses {
  background-color: #a5525d;
}

.BkCareers {
  background-color: #5280b0;
}

.BkParents {
  background-color: #fdba18;
}

.BkStudentAdvice {
  background-color: #8c56a3;
}



#sideNav {
    position: absolute;
    right: 0;
    top: -45px;
    width: 40px;
    height: 93%;
    z-index: 30001;
}

.navItem {
    width: 30px;
    height: 30px;
    background-color: #676767;
    margin-bottom: 5px;
    position: relative;
    right: 0;
    padding: 5px;
    cursor: pointer;
}

.navItemInner {
  display: none;
    padding: 10px 15px 15px 15px;
    background-color: #676767;
    float: left;
    margin-left: 34px;
    position: absolute;
    top: 0;
    left: 6px;
}
.sideNavClose {
    position: absolute;
    top: 13px;
    right: 15px;
}
.navItemTitle {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
}
@-webkit-keyframes wiggle
{
    0% {-webkit-transform: rotateZ(5deg);}
    50% {-webkit-transform: rotateZ(-5deg);}
    100% {-webkit-transform: rotateZ(5deg);}
}
@-moz-keyframes wiggle
{
    0% {-moz-transform: rotateZ(5deg);}
    50% {-moz-transform: rotateZ(-5deg);}
    100% {-moz-transform: rotateZ(5deg);}
}
@-o-keyframes wiggle
{
    0% {-o-transform: rotateZ(5deg);}
    50% {-o-transform: rotateZ(-5deg);}
    100% {-o-transform: rotateZ(5deg);}
}
@keyframes wiggle
{
    0% {transform: rotateZ(5deg);}
    50% {transform: rotateZ(-5deg);}
    100% {transform: rotateZ(5deg);}
}

.wobble {
    -webkit-animation: wiggle 0.3s ease;
    -moz-animation: wiggle 0.3s ease;
    -o-animation: wiggle 0.3s ease;
    animation: wiggle 0.3s ease;
}

/* padding bit */

.pad10 {
  padding : 10px;
}

.pad5 {
  padding : 5px;
}

/* Content bits for articles and the like */

.ContentHeader {
height: 30px;
background-image: url('/images/hashing.jpg');
}

.ContentOuter {
  float : left;
  width : 660px;
  display: inline;
  overflow: hidden;
}
.ContentRightOuter {
  float : right;
  width : 320px;
  display: inline;
}

.MPUOuterBlue {
  position : relative;
  width : 320px;
  height : 270px;
  background-color : #003D7B;
  text-align : right;
  z-index : 1;
}

.MPUInner {
  background-color : white;
  position : absolute;
  top : 5px;
  right : 5px;
  padding : 5px;
  width:300px;
  height:250px;
  text-align : right;
  overflow:hidden;
}


.RelatedArticle {
  background-color : #DDF1F6;
  border-bottom : solid 1px white;
  padding : 10px;
  display : block;
  height : 48px;
  position : relative;
}

.RelatedArticleHolder {
  margin-top : 10px;
}

.RelatedTitleB {
  color : #333;
  text-decoration : none;
  font-weight : bold;
  font-size : 14px;
  position : absolute;
  top : 5px;
  left : 25px;
  width : 470px;
}

.RelatedTextB {
  color : #333;
  font-size : 13px;
  text-decoration : none;
  position : absolute;
  top : 25px;
  left : 25px;
  width : 470px;
}

.RelatedPointer {
  font-size : 30px;
  color : #999;
  position : absolute;
  top : 0px;
  left : 5px;
  line-height : 26px;
  text-decoration:none;
}

.RelatedJobsTitle {
  padding : 10px;
  padding-left : 15px;
  text-transform:uppercase;
  font-size : 16px;
}

.RelatedJob {
  position : relative;
  width : 300px;
  height : 180px;
  padding : 10px;
  border-bottom : solid 1px #3b9fba;
  float : left;
}

#password_reminder {
  color : #666;
}

.RelatedJobTitleB {
  color : #204B88;
  text-decoration : none;
  font-weight : bold;
  font-size : 16px;
  position : absolute;
  top : 20px;
  left : 10px;
  width : 290px;
  line-height:16px;
}

.RelatedJobTextB {
  color : #333;
  font-size : 12px;
  text-decoration : none;
  position : absolute;
  top : 83px;
  left : 10px;
  width : 290px;
}

.RelatedJobEmployer {
  font-size : 12px;
  color : #999;
  position : absolute;
  left : 10px;
  top : 115px;
  width : 290px;
  font-weight:bold;
}

.RelatedJobEmployer>a {
  text-decoration:none;
  color : #999;
}

.RelatedJobLocation {
  font-size : 12px;
  font-weight:bold;
  color : #333;
  position : absolute;
  left : 10px;
  top : 55px;
  width : 130px;
}

.RelatedJobSalary {
  font-size : 12px;
  font-weight:bold;
  color : #333;
  position : absolute;
  left : 150px;
  top : 55px;
  width : 160px;
  max-height:30px;
  overflow:hidden;
}

.RelatedJobApply {
    position : absolute;
    height : 23px;
    width : 116px;
    padding-left : 10px;
    padding-top : 5px;
    bottom : 20px;
    right : 20px;
    font-size : 12px;
}

.RelatedJobInfo {
    position : absolute;
    height : 23px;
    width : 116px;
    padding-left : 10px;
    padding-top : 5px;
    bottom : 20px;
    left : 10px;
    font-size : 12px;
}

.RelatedJobApply>a,.RelatedJobInfo>a {
  color : inherit;
  text-decoration:none;
}

/* Start of Job bit goes here */

.JobSideMenuOuter {
  float : right;
  width : 270px;
  margin-right : 20px;
  margin-left : 10px;
  display: block;
}
#advertiserBanner {
  position: relative;
  background-size: cover;
  width: 100%;
  padding-top: 20px;
  height: 122px;
  background-image: url('/images/design_update/backgrounds/advertiser.jpg')
}
.advertiserBorder {
    background-color: #3b9fba;
    height: 30px;
}

.advertiserHeaderTitle {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.advertiserHeaderTitle .headerTitle{
    font-size: 32px;
    display: inline-block;
    position: relative;
    text-align: left;
    max-width: 1000px;
}

.advertiserHeaderTitle .titleUnderline {
    border-bottom: 3px solid #3b9fba;
    left: 0px;
    position: absolute;
    top: 37px;
    width: 45px;
}

.AdvertiserWrapper {
  width:100%;
  background-color:white;
}

.AdvertiserOuter {
  width : 1000px;
  margin: 0 auto;
  /*overflow : hidden;*/
}
.AdvertiserLeft {
     width: 70%;
  float:left;
}
.RegistrationForm {
  float: left;
  width: 310px;
  height: 250px;
  position: relative;
}

.H2Teal {
  font-family: 'Lato', Helvetica, sans-serif;
  border-radius:10px;
  background-color:#3F9FB8;
  padding:7px;
  padding-left : 15px;
  color:white;
  font-size:18px;
  font-weight : bold;
  margin : 0px;
  margin-top : 10px;
  margin-bottom : 5px;
  border-bottom : 0px;
}

.H2Teal h1 {
  display : inline;
  font-size : inherit;
  margin : 0px;
  padding : 0px;
}

.searchH2 {
  font-family: 'Lato', Helvetica, sans-serif;
  color: #3F9FB8;
  font-size:18px;
  font-weight : bold;

}
.searchH2 h1 {
  display : inline;
  font-size : inherit;
  margin : 0px;
  padding : 0px;
  border-bottom : none !important;
}

.SearchResultsRegister {
  font-size:16px;
  margin-top:10px;
  margin-bottom:10px;
}

.SearchResultsRegister button {
  background-color: #2d8cb0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 16px;
    padding: 5px 15px;
    width: auto;
    border:0px;
    margin-left:10px;
}

.SearchRegisterEmail {
  padding:7px;
  width:300px;
  margin:10px 0px;
  border:solid 1px #ddd;
}

.SearchResultsRegister span {
  color : #3F9FB8;
  font-weight:bold;
}

.SearchResultsRegister a {
  text-decoration:none;
}

.SearchMenuTop {
  border-bottom : 0px;
  background-color: #DFDFDE;
  text-transform:uppercase;
  color : #555;
  position:relative;
  height:40px;
}

.AdvertiserMenuTop  {
  border-bottom : 0px;
  border-bottom: 1px solid #3b9fba;
  text-transform: uppercase;
  color : #555;
  position: relative;
  height:40px;
  /* display: none; /*Might be temporary - Alex put this back too*/
}

.SearchMenuTop {
  height : 30px;
}

.SearchMenuSelected {
  padding : 10px;
  padding-left : 15px;
  float : left;
  display: inline;
  letter-spacing:1px;
  font-weight : normal;
  padding : 10px;
  padding-top : 6px;
  height:17px;
  font-size : 15px;
}

.AdvertiserMenuSelected {
  background-color: #3b9fba;
  color: #fff;
  padding: 10px;
  float: left;
  height: 20px;
  font-size: 14px;
  font-family: 'lato', Helvetica, sans-serif;
}

.SearchMenuSelected {
}

.SearchMenuDeSelected {
  padding : 10px;
  padding-left : 15px;
  float : left;
  display: inline;
  height:20px;
  font-size : 14px;
  font-family: 'Oswald', Helvetica, sans-serif;
  letter-spacing:1px;
}

.AdvertiserMenuDeSelected {
  padding : 10px;
  float : left;
  display: inline;
  height: 20px;
  font-size : 14px;
  font-family: 'Lato', Helvetica, sans-serif;
}

.AdvertiserMenuDeSelected:hover {
  background-color : #fff;
  cursor:pointer;
}

.AdvertiserMenuSelected a {
  color : inherit;
  text-decoration:none;
}

.AdvertiserMenuDeSelected a {
  color : #555;
  text-decoration : none;
  font-size : 14px;
  font-family: 'Lato', Helvetica, sans-serif;
}

.SearchMenuDeSelected {
  padding : 10px;
  padding-top : 3px;
  height:17px;
  font-size : 17px;
}

.SearchMenuDeSelected:hover {
  background-color : #fff;
  cursor:pointer;
}







.AdvertiserMenuVacancyLink {
    position : relative;
    height : 23px;
    width : 180px;
    padding-left : 20px;
    padding-top : 5px;
    right : 10px;
    font-size : 13px;
    float : right;
    top : 5px;
}

.JobDescriptionAdvertiserMenu {
  position : relative;
}

.JobDescriptionLogo {
  float : left;
  padding-left : 10px;
}

.JobDescriptionContentLink {
  position : relative;
  float : left;
  width : 33%;
  font-size : 11px;
  margin-top : 2px;
  margin-bottom : 3px;
}

.JobDescriptionContentLink a {
  color : black;
}

.JobDescriptionAdvertiserMenuUnderLinks {
  margin-top:5px;
  margin-bottom:5px;
  padding:5px;
  border-top: dotted 1px #999;
  border-bottom: dotted 1px #333;
}

.AdvertiserMenuBottom {
  background-color : #D6EBF0;
  position : relative;
  height : 50px;
  padding-top : 10px;
  display: none;
}

.JobDescriptionMain>H1 {
    font-family: 'Oswald', Helvetica, sans-serif;
    font-size : 14px;
    color : #333;
    text-transform : uppercase;
    position : relative;
    top : 5px;
    text-align : left;
    letter-spacing : 1px;
    line-height : 16px;
}

.JobSummaryTitle, .JobH1Outer {
  font-size : 18px;
  font-weight : normal;
  color:#0A0A0A;
  padding : 10px;
  border-bottom: 1px solid #3b9fba;
}



.JobDescriptionMain img {
  max-width : 560px;
}
.JobTitle {
  font-weight : bold;
  display:inline;
  font-size : 18px;
  color : #3B9FBA;
}

.JobDescriptionSummary {
  background-color : #F2F2F2;
  position : relative;
  padding-top : 10px;
  padding-bottom : 10px;
  color : #204B88;
  margin-bottom : 10px;
}

.SummaryLeft {
  float : left;
  width : 100px;
  text-align : right;
  font-size : 12px;
}

.JobDescriptionSummaryItem {
  margin-top : 10px;
  margin-bottom : 10px;
  font-size : 12px;
}

.JobDescriptionSummaryItem>b{
  color : #333;
  padding-left : 10px;
  font-size : 12px;
}


/* Registration form bits start here */

#RegLoginForm {
  display: none;
}

.RegistrationFormWide1Header {
  border-bottom : solid 1px #666;
  font-family: 'Lato', Helvetica, sans-serif;
  padding:7px;
  padding-left : 15px;
  color:#204B88;
  font-size:18px;
  font-weight : bold;
  margin : 0px;
  margin-top : 10px;
  margin-bottom : 5px;
}

.RegLoginLeft {
  padding : 15px 0;
}

.RegistrationFormLabel {
  float : left;
  width : 160px;
  text-align : right;
  color : #204b88;
  font-size : 16px;
  font-family: 'Lato', Helvetica, sans-serif;
  display : inline;
  margin : 10px;
  padding-top : 3px;
  display: none;
}

.RegistrationFormField, .RegistrationFormFieldSmall {
  float : left;
  width : 310px;
  display : inline;
  margin : 8px 0;
}

.RegistrationFormField.username {
  float: left;
  width: 155px;
}
.RegistrationFormField.username input{
  float: left;
  width: 140px;
  padding-right: 0;
}
.RegistrationFormField.username.last input{
  float: right;
}

.RegistrationFormFieldSmall>.left {
  float : left;
}

.RegistrationFormFieldSmall>.right {
  float : right;
}

.RegistrationFormField>Input, .RegistrationFormField>Select {
  width : 293px;
  padding : 5px;
  border: none;
  color: rgb(169, 169, 169);
  font-size: 12px;
  /*border : solid 1px #3F9FB8;*/
  /*border-radius : 10px;*/
}

.RegistrationFormFieldSmall .left Select {
  width : 190px;
  padding: 5px 0;
  border: none;
  font-size: 12px;
  color: rgb(169, 169, 169);
  /*border : solid 1px #3F9FB8;*/
  /*border-radius : 10px;*/
}

.RegistrationFormFieldSmall .right Select {
  width : 100px;
  padding: 5px 0;
  border: none;
  font-size: 12px;
  color: rgb(169, 169, 169);
  /*border : solid 1px #3F9FB8;*/
  /*border-radius : 10px;*/
}

.RegInfoIcon {
  position: absolute;
  left: 0;
  bottom: 20px;
  cursor: pointer;
}

.RegUnderText {
  float : left;
  width : 150px;
  /*margin-left : 190px;*/
}

.RegUnderText a {
  font-size:10px;
  text-decoration:none;
  color:#676362;
}

#RegistrationForm .RegLoginRight {
  /*float : left;*/
  width : 135px;
  text-align : right;
  display : inline;
  position:relative;
}

#RegLoginForm .RegLoginRight {
  /* float: left; */
  /* width: 135px; */
  text-align: right;
  display: inline;
  position: absolute;
  right: 0;
  top: 100px;
}

.RegistrationFormFieldb {
  float : right;
  font-size : 12px;
  padding-right : 55px;
  color : #204b88;
}

.RegLoginText {
  position : absolute;
  bottom : 0px;
  right : 0px;
  width : 85px;
  text-align : center;
  padding-bottom : 8px;
  color : #06404C;
  font-weight : bold;
  cursor: pointer;
  pointer-events : none;
}

.LoginInnerSubmit {
  border :0px;
  margin : 0px;
  padding : 0px;
  background : none;
  position: relative;
  float:right;
  width:85px;
  height:28px;
  cursor:pointer;
  display: none;
}

.RegAlreadyMember, .RegNotMember{
  position: absolute;
  bottom: 0;
  right: 0;
}

.RegShowLogin, .RegShowMember{
  color: #2d8cb0;
  font-weight: bold;
  cursor: pointer;
}

.SubmitButton {
  background-color: #2d8cb0;
  color: #fff;
  font-size: 15px;
  width: auto;
  line-height: 16px;
  padding: 5px 15px;
  cursor: pointer;
  border-radius: 5px;
  text-transform: uppercase;
}

button img {
  display:block;
  position:absolute;
  top:0px;
  right:0px;
  cursor:pointer;
}

#homepageRegister .SubmitButton.login:after {
    content: 'Login';
}
#homepageRegister .SubmitButton.register:after {
    content: 'Register';
}

.RegistrationFormSubmit {
    position: absolute;
    right: 0;
    bottom: 20px;
}


.JobResultInner, .SponsorJobResultInner {
  background-color: #f2f2f2;
}

.JobResultHeader {
  font-size : 14px;
  font-weight : normal;
  color : #204B88;
  padding-bottom : 3px;
  display:inline;
}

.JobResultHeader>a {
  text-decoration : none;
  color : #204B88;
}

.RegularCompanyText {
  color : #070707;
  font-size : 14px;
  font-weight : bold;
  text-transform : uppercase;
  margin-bottom : 7px;
  display:inline;
  float:left;
}

.RegularCompanyText>a {
  color : #070707;
  text-decoration : none;
}


.SponsorJobResultLogo {
  margin: 2px 0px;
  padding:5px 2px;
  border:solid 1px #ccc;
  float:left;
  background-color : white;
}

.SponsorJobResultLogo img {
  display:block;
}

.JobResultText, .JobResultTextWide {
  float : left;
  width : 350px;
  font-size : 16px;
  color : #333;
  height:65px;
  position:relative;
  overflow : hidden;
  left : 0px;
  margin-top:7px;
}

.JobResultText:after, .JobResultTextWide:after {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(242, 242, 242, 0), rgba(242, 242, 242, 1) 50%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 22px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 40%;
}


.JobResultTextWide {
  width : 500px;
}
.Jo bResultText:hover, .Jo bResultTextWide:hover {
  overflow-y : visible;
  background-color:#fff;
  border : solid 1px #666;
  height : auto;
  position:relative;
  padding : 5px;
  top : -10px;
  border-radius : 10px 10px 10px 10px;
  opacity : 0.8;
  color: #000;
  left:-6px;
}

.JobResultLocation {
  float : left;
  font-weight:bold;
  color:#333;
  width : 420px;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
}

.JobResultLocationSmaller {
  float : left;
  font-weight:bold;
  color:#333;
  width : 175px;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
}


.JobResultDeadline {
  float : right;
}

.JobResultBoxHolder {
  float : right;
  text-align : right;
  width : 155px;
  height : 80px;
  position:relative;
}

.JobApplyLeftSide {
  float : left;
  width : 110px;
  margin-top : 10px;
  padding-right : 10px;
  text-align : right;
  font-weight : bold;
}

.JobApplyRightSideRadio {
  float : left;
  width : 20px;
  margin-top : 10px;
}

.JobApplyRightSide {
  float : right;
  width : 400px;
  margin-top : 10px;
}

.JobResultApply, .SponsorJobResultApply {
  position : absolute;
  width:500px;
  bottom:0px;
  right:10px;
}

.ResultFindOutMore {
  position : absolute;
  width : 80px;
  bottom : 5px;
  right : 95px;
}
.ResultApply {
  position : absolute;
  color:inherit;
  bottom : 8px;
  right : 20px;
}

.ResultApply:hover {
  text-decoration:underline;
}

.ResultApplyb {
  position : absolute;
  color:inherit;
  bottom : 5px;
  right : 0px;
}

.ResultApplyb:hover {
  text-decoration:underline;
}

.ResultBrochure {
  position : absolute;
  width : 80px;
  bottom : 5px;
  right : 280px;
}

.ResultFindOutMoreText, .ResultApplyText, .ResultBrochureText  {
  position : absolute;
  text-align : center;
  width : 116px;
  bottom : 11px;
  font-size : 12px;
  left : 0px;
  color : #333;
  font-weight: bold;
  text-decoration : none;
}

.ResultsPageListFull {
       border-top: 2px solid #3b9fba;
color : #00558B;
  clear : both;
  float : right;
  width : 680px;
  padding : 10px;
}

.ResultsNumberList {
  float : left;
  font-size : 11px;
  color : #666;
  width : 230px;
}

.ResultsPageList {
  text-align : center;
  float : right;
  text-align:right;
  width : 320px;
}

.ResultsPageList a {
    border: 1px solid #ccc;
    color: black;
    font-size: 11px;
    margin-left: 5px;
    padding: 2px 4px;
    text-decoration: none;
}

.ResultsPageList a.CurrentPage {
    background-color: #ccc;
    font-weight: bold;
}

.ResultsNextPage {
  float : right;
  width : 80px;
}

.ResultsNextPage a {
  color : #00558B;
  text-decoration : none;
    border: 1px solid #ccc;
    color: black;
    float: right;
    font-size: 11px;
    margin-left: 25px;
    padding: 2px 12px;
    text-decoration: none;
}

.Disabled {
  color : #ccc;
}

.GuideOuter {
  padding-bottom:40px;
  position:relative;
  background-color:#f7f7f7;
}

.Expander {
  display:inline;
  cursor:pointer;
}

.SearchFilter {
  display : none;
  max-height : 145px;
  padding :10px;
  font-size : 10px;
  margin-bottom : 10px;
  border : solid 1px #ccc;
  background-color : white;
}

.SearchFilterScroll {
  max-height : 145px;
  overflow-y : auto;
  font-size : 10px;
  overflow-x : hidden;
  white-space : nowrap;
}

.Expandedi {
  display : block;
}

.JobSearchButton {
  border : 0px;
  background : none;
  padding : 0px;
  margin : 0px;
  position : relative;
  left : 120px;
  width:85px;
  height : 28px;
  cursor:pointer;
}

.JobSearchButtonText {
  position : absolute;
  right : 5px;
  top : 5px;
  color : #06404C;
  width : 70px;
  font-weight : bold;
}

.SearchFiltersOuter a {
  color : inherit;
  text-decoration : none;
}

.SliderHolder {
  position : relative;
  width : 830px;
  height : 160px;
  padding-top : 10px;
  padding-bottom : 10px;
  overflow : hidden;
}

.jshowoff {
  position : relative;
  width : 830px;
  height : 180px;
  overflow : hidden;
}

.jcarousel_left {
  position : absolute;
  width : 360px;
  left : 0px;
  top : 10px;
}

.jcarousel_right {
  position : absolute;
  width : 440px;
  top : 10px;
  height : 140px;
  background-color : #e1e1e1;
  right:0px;
  padding : 10px;
}
.jcarousel_right_pad {
  height:140px;
  overflow : hidden;
}

.carousel_link {
  font-size : 18px;
  text-decoration : none;
  color : #9966CC;
}

.body_text {
  font-size : 12px;
  margin-top:2px;
}
.jshowoff-slidelinks {
position:absolute;
bottom:12px;
right:180px;
width : 80px;
text-indent : -10000em;
overflow : hidden;
height : 11px;
text-align : center;
}

.jshowoff-slidelinks a {
  float : left;
  width : 11px;
  height : 11px;
  margin-left : 2px;
  margin-right : 2px;
  background : url('/images/dot_deselected.png');
}

.jshowoff-slidelinks a.jshowoff-active {
  background : url('/images/dot_selected.png');
}

.SectorNavTitle {
  color : #666;
  margin-bottom:10px;
  background-color : #f5f5f5;
  padding: 4px 2px 4px 10px;
  font-size : 16px;
  background-color:white;
}

.SectorNavlinks {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    color: #0a0a0a;
    letter-spacing: 0.5px;
    line-height: 20px;
    margin-top: -10px;
    padding: 10px;
    background-color:white;
}

.SectorNavlinks a {
  text-decoration:none;
  color:#333;
  font-weight : bold;
}

.GuideInner {
  padding : 10px;
  position:relative;
}

.TopLink {
  float : right;
}

.TopLink a {
  color : #333;
  font-weight : bold;
  text-decoration:none;
}

/* A-z stuff starts here. Main A-Z that is */

article.AdvertiserOuter h1 {
    border-bottom: 1px solid #3b9fba;
    padding-bottom: 10px;
    font-size:15px;
}

#azHeader {
  position: relative;
  background-size: cover;
  width: 100%;
  padding-top: 20px;
  height: 122px;
  background-image: url('/images/design_update/backgrounds/azheader.jpg')
}
.azBorder {
  background-color: #3b9fba;
  height: 30px;
}

.AZ_Holder {
  margin-top: 10px;
  width: 100%;
  text-align: center;
  /*background-color : #F2F2F2;
  padding:10px;
  height:50px;*/
}

.AZ_List {
  /*background-color : #eee;*/
  /*margin-top : 10px;*/
}

.aztitle {
  font-weight:bold;
  font-size:17px;
  margin : 0px;
}

.AZ_Intro_Text {
  /*float: left;*/
  width: 100%;
  color: #666766;
  text-align: left;
}

.AZ_Letters_Outer {
  display: table;
  width: 100%;
  margin-top: 20px;
}

.AZ_Letters {
  display: table-row;
}

.AZ_Letters a {
  display: table-cell;
  text-decoration: none;
  color: #3b9fba;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.AZ_List_Letter_Header {
  color: #3b9fba;
  margin-top: 20px;
  /* clear: left; */
  /* float: left; */
  text-align: center;
  /* padding-left: 10px; */
   padding-bottom: 10px;
  border-bottom: solid 1px #3b9fba;
  /* padding-right: 10px; */
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  /* width: 20px; */
}
.AZ_List_Arrow {
  position: absolute;
  right: 20px;
  width: 15px;
  height: 15px;
  top: 0;
}
.AZ_List_Letter_Header.opened .AZ_List_Arrow{
  background-image: url('/images/design_update/a-z_opened.png');
}
.AZ_List_Letter_Header .AZ_List_Arrow{
  background-image: url('/images/design_update/a-z_closed.png');
}
.AZ_List_Letter_Header.empty {
  color: #666766;
  cursor: context-menu;
}
.AZ_List_Letter_Header.empty .AZ_List_Arrow {
  display: none;
}
.AZ_List_Letter_Content {
  display: none;
}

.AZ_List_Industry {
  color: #666766;
  margin-top: 10px;
  text-align: center;
/*  clear:left;
  float:left;*/
}

.AZ_List_Industry a {
  text-decoration : none;
  color : #333;
  padding-left:10px;
}

.AZ_List_Padding {
  padding : 5px;
}

.AZ_List_Column1, .AZ_List_Column2, .AZ_List_Column3 {
  /*float:left;
  width:50%;*/
}

.column1 {
  float : left;
  height : 50px;
  width : 110px;
}

.column2 {
  float : left;
  height : 50px;
  width : 330px;
}

.column3 {
  float : right;
  height : 50px;
  width : 100px;
  text-align : center;
  color : #999;
  text-style : italic;
}

.column1 a, .column3 a {
  text-decoration:none;
  color : #013D79;
  font-weight:bold;
}

.AZ_List_Header {
  padding : 5px;
  font-size : 16px;
  font-weight : bold;
  background-color:#eee
}
.az_search_by_letter {
  padding-bottom : 10px;
  border-bottom : solid 1px #ddd;
  margin-bottom : 10px;
}

.AZ_List_Container {
  margin-bottom : -0px;
}



.AZ_Letters_R {
  float : right;
  width : 540px;
}

.AZ_Letters_R a {
  float: left;
  margin : 3px;
  padding : 2px;
  padding-right:3px;
  text-decoration : none;
  color : black;
  font-size:13px;
  text-transform:uppercase;
  font-weight:bold;
}

.azreccolumn2 {
  width : 140px;
  text-align : right;
  float : right;
}

.azreccolumn2 img {
  border : solid 1px #333;
}

.azreccolumn1 {
  float : left;
  width : 400px;
}

.azreccolumn1 a {
  text-decoration : none;
  color : #013d79;
  font-weight : bold;
}

.azrecvacancies {
  color : #333;
}
.azrecvacancies a {
  text-decoration : none;
  color : #000;
  font-weight : bold;
}

.azrecsummarytext {
  margin-top : 5px;
}

.AZ_List_R {
  background-color : #fff;
  margin-top : 10px;
}
.az_search_by_letter_r {
  padding-bottom : 15px;
  border-bottom : solid 1px #ddd;
  margin-bottom : 15px;
}

.TopIndexIntroInner img, .ContentInner>.pad10>img {
  max-width : 160px !important;
  max-height : 200px !important;
  width : auto !important;
  height : auto !important;
}

.GuideOuter .ResultApply {
  text-decoration : none;
}

.GuideOuter .ResultApply .ResultApplyText {
  color : #333;
  top : 5px;
  text-decoration: none;
}

.GuideOuter .ResultApply:hover {
  text-decoration:underline;
}

.SendToAFriendDetailsRight {
    display: inline;
    float: left;
    margin-bottom: 5px;
    width: 165px;
}
.SendToAFriendDetailsLeft {
    display: inline;
    float: left;
    margin-bottom: 5px;
    width: 100px;
}

.SendToFriendLeftSide {
    display: inline;
    float: left;
    width: 280px;
}
.SendToFriendRightSide {
    display: inline;
    float: right;
    width: 270px;
    padding-top : 15px;
    position:relative;
}

.InstructionText {
  font-weight:bold;
  font-size:17px;
  padding-left:5px;
  cursor:pointer;
}


.display_error {
	margin: 0 10px 10px 10px;
	color:#000000;
	font-weight:bold;
	padding: 10px;
	border: 2px solid #770D1D;
	background-color: #FFEAEA;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: 2px 2px 10px #770D1D;
	-webkit-box-shadow: 2px 2px 10px #770D1D;
	box-shadow: 2px 2px 10px #770D1D;
	/* IE 8 */
	-ms-filter: "progid.DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCCCCC')";
	/* IE 5.5 - 7 */
	filter: "progid.DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCCCCC')";
}

.StyledBox {
  padding : 10px;
  background-color:#fcfce9;
  border : solid 1px #ddc;
  border-radius : 5px;
}

.Clear {
  clear : both;
}

.ContentFade {
  margin-top : 10px;
  margin-bottom : 10px;
}


.SiteHeaderGreyBarLeftBanner {
  float:left;
  padding-left:5px;
}

.SiteHeaderGreyBarRightBanner {
  float:right;
  padding-right:5px;
}

.ContactLeft {
  float : left;
  width : 500px;
}

.ContactRight {
  float:right;
  width : 300px;
}

.ContactTitle {
  font-size : 14px;
  font-weight : bold;
  color : #3D76A7;
  border-bottom : solid 1px #666;
  padding-bottom : 5px;
  margin-bottom : 5px;
  margin-top : 20px;
}

.ContactRight a {
  text-decoration : none;
  color : #333;
}

.ContactRight a:hover {
  text-decoration : underline;
}

.ContactLeft {
  margin-top : 20px;
  font-weight : bold;
  color : #333;
  padding : 5px;
}

.ContactCTA {
  font-size : 20px;
  color : #3D76A7;
  margin-top : 10px;
  margin-bottom : 10px;
}

.ContactFormOuter {
  border-top : solid 1px #999;
  border-bottom : solid 1px #999;
  padding-top : 10px;
  padding-bottom : 10px;
  padding-right : 40px;
  padding-left : 20px;
  position : relative;
}

.ContactFormLeft {
  float : left;
  width : 125px;
  padding-right : 10px;
  text-align : right;
  position : relative;
  margin-top:10px;
  font-size : 14px;
  font-weight : bold;
  color : #3D76A7;
}

.ContactFormRight {
  float : right;
  width : 300px;
  text-align : right;
  position : relative;
  margin-top : 10px;
}

.ContactFormRight button {
  position : relative;
  border : 0px;
  background-color : transparent;
  width : 126px;
  height : 28px;
}
.ContactFormRight button .ResultApplyText {
  bottom : 8px;
}

.ContactFormRight input {
  padding : 5px 10px;
  border-radius : 10px;
  width : 280px;
  border : solid 1px #3d76a7;
}

.ContactFormRight textarea {
  padding : 5px 10px;
  border-radius : 10px;
  width : 280px;
  height : 150px;
  border : solid 1px #3d76a7;
}

/* old data entry stuff here */
.leftColoumn {
    float: left;
    padding-top: 10px;
    text-align: left;
    width: 232px;
}

.box {
    background: url("/images/admin_home_sections.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 141px;
    position:relative;
}

.pad8 {
    padding: 5px;
}

.centreColoumn {
    float: left;
    margin-left: 10px;
    padding: 10px 3px 3px;
    text-align: left;
    width: 260px;
}


.adminGraph {
    border: thin solid #AAAAAA;
    height: 190px;
    margin-bottom: 10px;
    padding: 2px 6px 6px;
    width: 240px;
}
.rightColoumn {
    float: left;
    padding-top: 10px;
    text-align: left;
    width: 232px;
}

.box h2 {
  font-size : 16px;
}
.Pad {
    padding: 5px;
}

.FreshersSelectionBox, .FullSelectionBox {
    border: 1px solid #888888;
    float: left;
    font: 12px arial;
    margin: 30px;
    text-align: center;
    width: 305px;
}

.DataEntryBoxTitle {
    font: bold 14px arial;
}

.AdminH1Outer {
    height: 23px;
    left: 0;
    position: relative;
    text-align: left;
    top: 1px;
    width: 749px;
}

.AdminStatsLogoLeft {
    display: inline;
    float: left;
    width: 140px;
}

.AdminStatsSelectMiddle {
    display: inline;
    float: left;
    width: 450px;
    line-height:3px;
}

.AdminStatsSubmitRight {
    display: inline;
    float: left;
    width: 140px;
    line-height:3px;
}

.Pad form {
    border: 0 none;
    display: inline;
    margin: 0;
    padding: 0;
}

.Pad .ThinBr {
    line-height: 3px;
}


.RegFormRightSideInput2 {
    font: 11px arial;
    margin: 0;
    padding: 0;
    width: 400px;
}


.AdminStatsSubmitRight input {
    background-color: #003D78;
    border: 0 none;
    color: #FFFFFF;
    padding: 0;
}

.FreshersFormOuterBox {
    background-color: #429EB7;
    height: 315px;
    position: relative;
    width: 750px;
}

.FullFormOuterBox {
    background-color: #429EB7;
    height: 1100px;
    position: relative;
    width: 750px;
}

.FreshersFormFullEntryBox {
    background-color: #FFFFFF;
    border: 1px solid #003D78;
    font: bold 12px arial;
    margin: 5px 10px;
    width: 710px;
}

.Width50Percent {
    display: inline;
    float: left;
    width: 50%;
}

.Width10Percent {
    display: inline;
    float: left;
    width: 60px;
}

.FreshersFormHalfTextBox {
    width: 270px;
}

.FreshersFormFullTextBox {
    width: 620px;
}

.FreshersFormThirdTextBox {
    width: 150px;
}


.FreshersFormThirdTextBoxDOB1 {
    width: 30px;
}

.FreshersFormThirdTextBoxDOB2 {
    width: 30px;
}

.FreshersFormThirdTextBoxDOB3 {
    width: 60px;
}

.Width33Percent {
    display: inline;
    float: left;
    width: 230px;
}

.FreshersFormSubmitBox input {
    background-color: #FFFFFF;
    color: #003D78;
    font: bold 12px arial;
    width: 40px;
}

.FreshersFormSubmitBox {
    bottom: 5px;
    position: absolute;
    right: 5px;
}

.menudropDown {
display: none;top:40px;position:relative;padding:10px;line-height:1.3em;
border : solid 1px #333;border-top:0px;
width:180px;
color : white;
}

.menudropDown a {
  color : white;
  text-decoration : none;
}

.menudropDown a:hover {
  text-decoration : underline;
}

.Digital_Edition .SiteBodyWhiteBar {
  width: 74%;
}

/* new search results css bits here */

.SponsorJobResultOuter {
  background-color : #FFFFD5;
}

.JobResultOuter, .SponsorJobResultOuter {
  margin-top : 5px;
  margin-bottom : 5px;
  padding : 10px 0px;
  max-height : 175px;
  position:relative;
  border-bottom : solid 1px #eee;
}


.JobResultInner, .SponsorJobResultInner {
  background-color: #f2f2f2;
  padding: 20px 10px;
  position:relative;
  height: 135px;
}

.SearchResultsDividerLine {
    border-top: 1px solid #ccc;
}

.JobResultLeft a {
  text-decoration:none;
  text-transform:uppercase;
  font:12px arial;
  color:#666;
  line-height:18px;
  font-family: 'Lato', Helvetica, sans-serif;
}

.JobSalary {
  position:relative;
  height:90px;
}
.JobSalaryInner {
  position:relative;
  top:50%;
  transform:translateY(-50%);
  font-size:11px;
}

.JobResultLeft {
  float : left;
  width : 150px;
  display : inline;
}

.JobResultRight {
  float : right;
  width : 500px;
  display : inline;
  position : relative;
}

.RecruiterSocial {
  position:absolute;
  bottom:5px;
  left:0px;
  font-size: 10px;
}

.RecruiterSocial img {
  margin-left:10px;
  cursor:pointer;
}

.JobDescriptionSummarySocial img {
  cursor:pointer;
}

.institution_social img {
  cursor:pointer;
}

/*Side menu bit goes here*/
.SearchFiltersOuter {
  background-color : #F2F2F2;
  padding : 10px;
  color : #5C5C5C;
  font-weight : bold;
  line-height : 24px;
  position:relative;
}



.SearchFilterExpansionSection {
  border-top : solid 1px #fff;
  padding-top : 5px;
  padding-bottom : 5px;
}
.WhiteDivider {
  width:100%;
  border-top:solid 1px #fff;
  padding-bottom:5px;
  margin-top:5px;
}

.SideSearchKeywords {
  border : 0px;
  height : 20px;
  font-size : 18px;
  margin-bottom : 15px;
  padding : 3px 5px 5px 10px;
  width : 235px;
  margin-top : 5px;
}

.SearchIntroText {
  color:#ababab;
}

.SearchFiltersOuter .JobSearchButton {
  display:block !important;
  background-color:#3B9FBA;
  border-radius:5px;
  width:100%;
  left:0px;
  text-align:center;
  padding:5px 0px;
  color:white;
  height:32px;
  font-weight:bold;
  font-size: 16px;
}

.SearchBrowseOuter {
  background-color: #e6edf2;
    color: #5c5c5c;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    padding: 15px;
}

.SearchBrowseOuter img {
  float:left;margin-right:20px;
}

.SearchBrowseOuter a {
  text-decoration:none;
  color:inherit;
}
.JobDescriptionMain {
  padding-right:5px;
  float: left;
  width: 550px;
}

.JobContentBoxes {
  background-color: white;
    float: left;
    margin-top: 10px;
    min-height: 140px;
    position: relative;
    top: -140px;
    width: 190px;
}

.JobContentBoxesPad {
      padding-left: 5px;
    padding-right: 5px;
}

.JobContentBoxesLogo {
      background-color: white;
    float: left;
    height: 140px;
    text-align: center;
    width: 180px;
}

.JobContentBoxesLogo img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.ContentBox {
    float: left;
    height: 145px;
    margin-bottom: 20px;
    position: relative;
    width: 180px;
}

.ContentBox a {
    bottom: 10px;
    color: inherit;
    font-size: 16px;
    font-weight: bold;
    left: 10px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 10px;
}

.ContentBox a .innertext {
    bottom: 0;
    left: 0;
    max-width: 110px;
    position: absolute;
}

.ContentBox a img {
    position: absolute;
    right: 10px;
    top: 10px;
}


.AdvertiserOuter .JobSideMenuOuter {
    background-color: white;
    margin-right: 0;
    padding-top: 1px;
    position: relative;
    top: -1px;
    width: 250px;
    margin-left:0px;
    padding-left:5px;
}

.AdvertiserOuter .JobSideMenuOuter .SideSearchKeywords {
  width: 215px;
}

.JobDescriptionPad .Update {

}

.JobDescriptionPad .UpdateThumbnail {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 100px;
}

.JobDescriptionPad .UpdateThumbnail img {
    max-width: 100px;
}

.JobDescriptionPad .UpdateText {
    display: inline;
    float: right;
    max-width: 430px;
  margin-bottom:10px;
}

.JobDescriptionPad .UpdateText {
  width:430px;
}

.JobDescriptionPad .Update {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 10px 0px;
    color:#555
}




.JobDescriptionPad .UpdateName {
    clear: both;
    font-style: italic;
    padding-top: 10px;
    text-align: right;
  border-top : solid 1px #eee;
}

.JobDescriptionPad .UpdateDate {
  clear : both;
  font-style:italic;
  text-align:right;
  font-size:10px;
}

.JobDescriptionPad .UpdateTitle {
  float:right;
  width:430px;
  text-align:left;
  font-size : 18px;
  font-weight:bold;
  text-decoration:underline;
  margin-bottom:5px;
}

.JobDescriptionPad h1 {
     border-bottom: 1px solid #3b9fba;
    color: #555;
    padding-bottom: 20px;
    padding-top: 10px;
}

.JobDescriptionPad .searchH2 {
  padding-top : 10px;
  padding-bottom:10px;
}

.JobDescriptionPad .JobResultLeft {
  display:none;
}

.JobDescriptionPad .JobResultRight {
  width:520px;
}

.JobDescriptionPad .JobResultApply, .JobDescriptionPad .SponsorJobResultApply {
  width:520px;
}

.JobDescriptionPad .ResultsPageListFull {
  width:530px;
}

.JobDescriptionPad .ResultsPageList {
  width:220px;
}

.ResultsNextPage .Disabled {
    border: 1px solid #ccc;
    color: #ccc;
    float: right;
    font-size: 11px;
    margin-left: 25px;
    padding: 2px 12px;
    text-decoration: none;
}

.JobDReference, .JobDTypeOfWork, .JobDDuration, .JobDSalary, .JobDNumberVacancies, .JobDLocation, .JobDDeadline {
    float: left;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 22px;
    padding-left: 10px;
    position: relative;
    width: 265px;
    color:#0a0a0a;
}

.JobDReference span, .JobDTypeOfWork span, .JobDDuration span, .JobDSalary span, .JobDNumberVacancies span, .JobDLocation span, .JobDDeadline span {
    color: #555;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}

.JobDescriptionSummaryDivider {
  border-top:solid 1px #ccc;
  margin-top:10px;
  margin-bottom:10px;
}

.JobDescriptionSummarySocial {
  position:relative;
  font-size: 10px;
  color:#000;
  float:left;
  padding-left:10px;
  padding-top:3px;
}

.JobDescriptionSummarySocial img {
  margin-left:10px;
}

.ApplyNow {
    position : relative;
    float : right;
    height : 23px;
    width : 100px;
    padding-left : 10px;
    padding-top : 1px;
    font-size : 13px;
}

.ApplyNow>a {
  color : #fff;
  text-decoration:none;
  letter-spacing : 1px;
  font-weight : bold;
}

.EmailToFriend {
    position : relative;
    float : right;
    height : 23px;
    width : 160px;
    padding-top : 5px;
    font-size : 13px;
}

.EmailToFriend>a {
  color : #333;
  text-decoration:none;
}

.EmailToFriend>a:hover {
  text-decoration:underline;
}

/*Bottom menu overrides go here*/

.JobMenuBottom>Form>.ApplyNow {
  bottom : auto;
  top:10px;
}

.JobMenuBottom>.EmailToFriend {
  top : 10px;
  left : 15px;
}

.JobMenuBottom>.JobsFromThisRecruiter {
  left : 15px;
  top : auto;
  bottom : 10px;
  position : absolute;
}

.JobMenuBottom {
  background-color : #D6EBF0;
  position : relative;
  height : 75px;
  padding-top : 10px;
}


.JobDescriptionSummaryBase {
  border-top : solid 2px #3b9fba;
  padding-top:10px;
}

.BaseApplyNow {
 float:left;
}
.JobsFromThisRecruiter {
    position : relative;
    float : right;
    height : 23px;
    width : 150px;
    padding-top : 5px;
    right : 10px;
    font-size : 13px;
}

.JobsFromThisRecruiter>a {
  color : #333;
  text-decoration:none;
}

.GooglePlusOverlay {
  display : inline;
}

.GuideSwitch {
  font-style:italic;
  color:#555;
}

.GuideSwitch a {
  color : inherit;
}

.SectorLeft {
  width: 740px;
  float:left;
}

.SectorLeft h1 {
  border-bottom: 1px solid #3b9fba;
    border-top: 1px solid #3b9fba;
    color: #555;
    padding-bottom: 10px;
    padding-top: 10px;
}

.ContentOuter h1 {
      border-bottom: 1px solid #3b9fba;
    border-top: 1px solid #3b9fba;
    color: #555;
    padding-bottom: 10px;
    padding-top: 10px;
}

h2 {
    font-size : 20px;
      border-bottom: 1px solid #3b9fba;
    border-top: 1px solid #3b9fba;
    color: #555;
    padding-bottom: 10px;
    padding-top: 10px;
}

.errorhighlight {
  border : solid 1px red !important;
  background-color:#fffafa;
}

.RegLoginSmall .RegistrationFormField > Input.errorhighlight {
  padding-top : 3px !important;
  padding-bottom:3px !important;
}

.RegLoginSmall .RegistrationFormField > Select.errorhighlight {
  padding-top : 3px !important;
  padding-bottom:3px !important;
}

.errormessage {
    background-color: #fff2f2;
    border: 1px solid red;
    border-radius: 5px;
    color: red;
    display: none;
    font: bold 14px arial;
    min-height: 20px;
    left: 0;
    padding: 5px;
    position: absolute;
    right: 0;
    top: -45px;
}
.RegistrationFormField:hover .errormessage {
  display:block !important;
}

.RegistrationFormFieldSmall .left:hover .errormessage {
  display:block !important;
}
.RegistrationFormFieldSmall .right:hover .errormessage {
  display:block !important;
}

/* dirty css swap for if we need more space on a form*/

.RegLoginSmall {
  padding : 0px !important;
}

.RegLoginSmall .RegInfoIcon {
  bottom : 10px !important;
}

.RegLoginSmall .RegistrationFormSubmit {
  bottom : 10px !important;
}

.RegLoginSmall .RegAlreadyMember {
  bottom : -10px;
}

.RegLoginSmall .RegistrationFormField>Input, .RegLoginSmall .RegistrationFormField>Select  {
  padding : 3px 8px !important;
}

.RegLoginSmall .RegistrationFormFieldSmall .left Select {
  padding: 3px 0px !important;
}

.RegLoginSmall .RegistrationFormFieldSmall .right Select {
  padding: 3px 0px !important;
}

.RegLoginSmall .RegistrationFormField.username input {
  padding-right: 0px !important;
}

/*end of dirty css swap*/


.RegistrationFormField, .RegistrationFormFieldSmall {
    margin: 8px 0 0 0;
}

.RegistrationFormField>Input, .RegistrationFormField>Select {
    padding: 8px;
    border-radius: 4px;
    margin: 0;
    box-sizing:content-box;
    border:solid 1px white;
}

.RegistrationFormFieldSmall .left Select {
    padding: 8px 0;
    border-radius: 4px;
    box-sizing:content-box;
    border:solid 1px white;
}
.RegistrationFormFieldSmall .right Select {
	width: 111px;
	padding: 8px 0;
	border-radius: 4px;
    box-sizing:content-box;
    border:solid 1px white;
}

.Hidden {
  display: none;
}

.Overlay {
  position:fixed;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  background-color:#333;
  opacity:0.3;
  z-index:30000;
}

.OverlayInner {
  position:fixed;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:30002;
  color:black;
  pointer-events:none;
}

#RegistrationForm_overlay {
  position : relative;
  display:none;
}

.OverlayLoginBoxHolder {
  pointer-events:initial;
  background-color: #f2f2f2;
  margin: 40px auto auto;
  padding: 20px;
  width: 310px;
  height:280px;
  position:relative;
  overflow:hidden;
}

.OverlayLoginBoxHolder h2 {
  margin:0px;
  border : 0px;
  padding : 0px;
}

.OverlayLoginBoxHolder .RegtabLoginRight {
  position:absolute;
  bottom:10px;
  right:0px;
}

.OverlayLoginBoxHolder .RegLoginRight {
  position:absolute;
  bottom:20px;
  right:20px;
}

.OverlayLoginBoxHolder .RegLoginUnderLeft {
  position:absolute;
  bottom:20px;
  left:20px;
}

.OverlayLoginBoxHolder .RegLoginUnderLeft a {
  color:#2d8cb0;
  text-decoration:none;
  font-weight:bold;
}

.OverlayLoginBoxHolder .RegLoginUnderLeft a:hover {
  text-decoration:underline;
}

.RecruitersLoungeOuter {
  width:100%;
  background-color:white;
}

.RecruitersLoungeInner {
  width : 1000px;
  margin: 0 auto;
  /*overflow : hidden;*/
}

.followcontainer {
  cursor:pointer;
}

.JobContentBoxesFollow {
  background-color: white;
  float: left;
  height: 140px;
  text-align: center;
  width: 180px;
  text-align : center;
}