/* CSS Document 
-----------------------------------

Carefully crafted by Mike Wedge
- www.fifteenten.co.uk 

----------------------------------- */



html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:none;font-size:100%;font:inherit;outline:none;margin:0;padding:0}
ul,ol{list-style-type:none}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
table{border-collapse:collapse;border-spacing:0}
input[type=submit]::-moz-focus-inner,input[type=checkbox]::-moz-focus-inner{border:none;outline:none}
html{-webkit-font-smoothing:antialiased}
#accessibility_navigation,#website_information_print{display:none}
.hr.light{width:100%;border-top:1px solid #FFF;display:block;height:1px;border-bottom:1px solid #CCC;margin:20px 0}
.hr{width:100%;display:block;margin:20px 0;border-top:1px solid #313030}
hr {display:none;}
::selection,::-moz-selection{background:#f1d6c2}
img { border:none; max-width:100%;}
a {outline:0 !important;}
.clearfix {clear:both;}
.no_display {display:none !important;}
.desk {display:block !important;}
.make-bold {font-weight:bold;}
.right {float:right;}
.left {float:left;}
ul {list-style:none;}
.align_right {text-align:right;}
.smaller_text {font-size:10px;}
.make-light {font-weight:normal !important;}
.make-white {color:#fff !important;}
.make-red {color:red;}
.last {margin-right:0px !important;}
.hide {display:none !important;}
.show {display:block !important;}
.make-light {color:#ccc;}
.orange {
    color: #fff;
    text-transform: uppercase;
    background-color: #ec7535;
    border: 0px;
    font-weight: bold;
    text-align: left;
    display: block;
    padding: 10px 47px 10px 10px;
    float: left;
    clear: both;
}
.button {
    background-color: #af3042;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    border: 1px solid #fff;
    cursor: pointer;
    transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    padding: 15px 30px 15px 15px;
	letter-spacing:-0.5px;
    box-sizing: border-box;
	position:relative;
	display:block;
}
.button:hover {
  background-color: #265867;
  color:#fff;
}
.button:before, a.button:before {
    -moz-background-size: 10px auto;
    -ms-background-size: 10px auto;
    -o-background-size: 10px auto;
    -webkit-background-size: 10px auto;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    background: url("../images/icons/white-arrow.png") no-repeat 0 0 transparent;
    background-size: 10px auto;
    content: "";
    display: block;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    right: 15px;
    top: 50%;
    transition: 0.2s ease;
    width: 10px;
}
.button:hover:before,
a.button:hover:before {
	right: 10px;
	}


/* Font face
-----------------------------------*/




/* Class Resets
-----------------------------------*/

   

* {margin:0;padding:0;outline:0 !important;}

html, body {
  height:100%;
  background:none;
  width:100%;
  font-family: 'helvetica neue', helvetica, arial;
  min-height:100%;
}

body {
  line-height:18px;
  height:100%;
  font-size:12px;
  color:#333;
  }

hr {
  display:none;
  }

.hr {
  height: 5px;
  clear: both;
  background: none;
  margin-bottom: 16px;
  margin-top: 10px;
  }

.contact_table {
  width:100%;
  }
  
.contact_table td {
  vertical-align:top;
  }

hr {display:none;}

a,
.active a,
.make-orange {
  color:#af3042;
  text-decoration:none;
  }
  
a:hover {
  color:#265867;
  }


h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, serif;
  color: #333;
  letter-spacing: -1px;
}
h1 {
    font-size: 42px;
    line-height: 43px;
}
h2 {font-size:30px;line-height:36px;}
h3 {
    font-size: 23px;
    line-height: 36px;
}
h4 {font-size:16px;line-height:18px;}
h5 {font-size:16px;line-height:18px;}
h6 {font-size:14px;line-height:18px;}

h1, h2 {
  margin-top:30px;
  margin-bottom:20px;
}
h3, h4, h5, h6 {
  margin-top:25px;
  margin-bottom:20px;
}
p, ul, ol, table {
    margin: 10px 0 20px;
    line-height: 24px;
    font-size: 14px;
}
.text-area table {
    max-width: 100% !important;
    width: 100% !important;
}
.text-area td {
    border: 1px solid #ddd;
    padding: 2px;
}


/* 2. WRAPPERS 
-----------------------------------*/

#site-wrap {
    background: none;
    padding-right: 60px;
	transition:all linear 0.2s;
	-moz-transition:all linear 0.2s;
	-webkit-transition:all linear 0.2s;
}
.wrap {
    max-width: 1600px;
    padding: 0 40px;
    margin: 0 auto;
}
header .wrap {
	padding:0 20px;
	position:relative;
}
header {
	position:absolute;
	height:135px;
	width:100%;
	background:#fff;
	top:0px;
	z-index:888;
	border-bottom:1px solid #ccc;
}
.scrolly-fix header {
	position:fixed;
	top:-78px;
}
#logo {
    background-image: url(../images/logo.png);
    background-size: 100%;
    width: 227px;
    height: 86px;
    position: absolute;
    left: 40px;
    top: 25px;
	transition:all linear 0.3s;
	-moz-transition:all linear 0.3s;
	-webkit-transition:all linear 0.3s;
	z-index: 888;
}
.scrolly-fix #logo {
	top: 36px;
}
#logo a {
	background-image:url(../images/logo.png);
	background-size:100%;
	display:block;
	width:100%;
	height:100%;	
	text-indent:-9999em;
}

.top-right {
    margin-bottom: 14px;
    padding-top: 2px;
}
.top-right ul {
	display:block;
	padding:20px 20px 0 0;
}
.top-right ul li {
	display:block;
	float:left;
}
.top-right ul li a {
	color:#333;
	font-size:14px;
	font-weight:bold;
}
.top-right ul li.dashboard {
    margin: 0 14px;
}
.top-right ul li.logout {
    margin: 0 14px 0 0;
}
.top-right ul li.mail a {
    background-image: url(../images/icons/envelope.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 30px;
    display: block;
	padding-top:1px;
}
.top-right ul li.login a {
    background-image: url(../images/icons/login.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 6px 2px;
    padding-left: 30px;
    display: block;
    margin: 0 10px;
    padding-top: 1px;
}
.top-right ul li:last-of-type img {
	margin-right:0px;
}
.top-right img {
    max-width: 34px;
    border: 2px solid #eee;
    margin-right: 7px;
}
a.tel {
    font-weight: bold;
    color: #333;
    position: absolute;
    bottom: -112px;
    left: 300px;
    font-size: 27px;
    font-family: georgia;
    letter-spacing: -1px;
    background-image: url(../images/icons/phone.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 2px 0 12px 34px;
	transition:all linear 0.3s;
	-moz-transition:all linear 0.3s;
	-webkit-transition:all linear 0.3s;
	opacity:1;
}
.scrolly-fix a.tel {
	bottom:40px;
	opacity:0;
}

a.tel.stick {
    left: auto;
    right: 605px;
	opacity:0;
	display:block;
    bottom: 27px;
	/* transition:all linear 0.3s;
	-moz-transition:all linear 0.3s;
	-webkit-transition:all linear 0.3s; */
	z-index:111;
}
.scrolly-fix a.tel.stick {
    left: auto;
    right: 565px;
    bottom: -131px;
    opacity: 1;
    top: auto;
}
a.mail.stick {
    font-weight: bold;
    color: #333;
    position: absolute;
	display:block;
    right: 145px;
    bottom: 27px;
	opacity:0;
    font-size: 27px;
    font-family: georgia;
    letter-spacing: -1px;
    background-image: url(../images/icons/envelope.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 2px 0 12px 34px;
    transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
	z-index:111;
}
.scrolly-fix a.mail.stick {
    left: auto;
    right: 145px;
    bottom: -130px;
    opacity: 1;
}
.navicon {
    font-family: georgia, serif;
    font-weight: bold;
    position: absolute;
    right: 7px;
    bottom: 27px;
    background-color: #af3042;
    padding: 12px 20px;
    width: 73px;
    text-align: left;
    color: #fff;
	cursor:pointer;
	opacity:0;
    transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
	z-index:111;
}
.scrolly-fix .navicon.up {
    opacity: 1;
    bottom: -127px;
}
.navicon span {
	font-size:20px;
}
.navicon span:before {
    position: absolute;
    right: 16px;
    top: 11px;
}
.navicon:hover {
  background-color:#265867;
  color:#fff;
}
.top-right ul li.desk-hide {
	display:none;
	font-family:arial;
	font-weight:bold;
}
li.desk-hide a {
    background-image: url(../images/icons/phone.png);
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 3px 17px 10px 30px;
    line-height: 28px;
}
/*
.top-right ul li.flag {
    display: none;
}
*/

/* NAVIGATION
------------------------ */

.menu {
	display:block;
	width:100%;
	transition:all linear 0.3s;
	-moz-transition:all linear 0.3s;
	-webkit-transition:all linear 0.3s;
}
.scrolly-fix .menu  {
    margin-top: -40px;
}
nav {
	display:block;
	font-size:15px;
	letter-spacing:-0.5px;
	font-weight:600;
	font-family:georgia, serif;
	position:relative;
	z-index:222;
}
nav ul {
	padding-right:20px;
	float:right;
}
nav ul li {
	display:block;
	float:left;
	position:relative;
}
nav ul li:before {
    content: ' ';
    display: block;
    height: 30px;
    width: 1px;
    border-left: 1px solid #aaa;
    position: absolute;
    top: -5px;
}
nav ul li:first-child:before {
	display:none;
}
nav ul li a {
    color: #383c40;
	font-family:georgia, serif !important;
    padding: 16px 14px 27px;
}
nav ul li:last-of-type a {
	padding-right:0px;
}
nav ul ul {
    display: none;
    position: absolute;
    width: 250px;
	left:50%;
	top:36px;
	margin-left:-125px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
nav ul li:hover ul {
	display:block;
}
nav ul ul ul,
nav ul li:hover ul ul {
	display:none;
}
nav ul ul li {
	float:none;
	padding:0px;
	clear:both;
}
nav ul ul li:first-child a {
	border-top:0px;
}
nav ul ul li:before {
	display:none;
}
nav ul ul li a {
	padding:10px;
	display:block;
	border-top:1px solid #ddd;
}
nav ul ul li a:hover {
	color:#fff;
	background-color:#af3042;
}

.navicon.close {
	position:fixed;
    z-index: 99999;
    opacity: 0;
    top: 10px;
    bottom: auto;
	right:-100px;
	transition:all linear 0.3s;
	-moz-transition:all linear 0.3s;
	-webkit-transition:all linear 0.3s;
}
nav.open ~ .navicon.close {
	display:block;
	right:10px;
	opacity:1;
}

/* 3. MAIN BANNER 
-----------------------------------*/

.top-hero {
    height: 580px;
    background: none;
    padding-top: 136px;
	text-align:center;
	overflow:hidden;
}
.home-intro {
    padding-top: 100px;
	position:relative;
	z-index:444;
}
.top-hero-ban {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    background: #222;
    height: 750px;
	padding-top: 136px;
}
.top-hero-ban img {
	display:none;
}
#top-hero {
	background-image:none !important;
}
.top-hero #over_iframe {
    width: 1600px;
    height: auto;
    min-height: 800px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -800px;
    z-index: 2;
}
.top-hero h1 {
    color: #fff;
    font-family: georgia, serif;
    margin-bottom: 60px;
    line-height: 46px;
    max-width: 80%;
    margin: 0 auto 40px;
    text-shadow: 0px 0px 4px #555;
}
.top-hero video {
    min-width: 1399px;
    position: absolute;
    top: 58px;
    width: 100%;
    left: 0px;
}
#site-wrapper .top-hero-ban img {
    /* min-height: 625px; */
    /* min-width: 1829px; */
    max-width: 1829px;
    position: relative;
    margin-right: 0px;
    visibility: hidden;
    width: 180%;
    min-width: 989px;
    left: -71px;
}
.top-hero form {
    display: block;
    background-color: rgba(255,255,255,0.5);
    max-width: 400px;
    margin: 0 auto;
    padding: 10px;
	margin-bottom:20px;
}
.top-hero input {
    height: 70px;
    float: left;
    display: block;
    width: 75%;
    font-size: 22px;
	font-family:georgia;
    padding: 15px;
    box-sizing: border-box;
}
.top-hero input[type="submit"] {
    display: block;
    float: right;
	cursor:pointer;
    width: 22%;
    box-sizing: border-box;
    background-color: #af3042;
    border: 1px solid #fff;
	background-image:url(../images/search-icon.png);
	background-repeat: no-repeat;
	background-position:center center;
}
.top-hero input[type="submit"]:hover {
	background-color:#265867;
}
#banner-buttons {
    width: 400px;
    margin: 0 auto 50px;
    height: 50px;
    position: relative;
}
#banner-buttons a {
	width:48%;
}
#find-out-more {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
	font-size:14px;
	position:relative;
	cursor:pointer;
}
#find-out-more span:before {
	position:absolute;
	left:50%;
	width:20px;
	margin-left:-10px;
	bottom:-20px;
	-webkit-animation: mymove 1s infinite;
    animation: mymove 1s infinite;
}

/* Chrome, Safari, Opera */ 
@-webkit-keyframes mymove {
    0%   {bottom: -20px;}
    50% {bottom: -30px;}
    100% {bottom: -20px;}
}

/* Standard syntax */
@keyframes mymove {
    0%   {bottom: -20px;}
    50% {bottom: -30px;}
    100% {bottom: -20px;}
}


/* 4. HOME INTRO 
-----------------------------------*/


section {
    background: #fff;
    padding: 0px;
    clear: both;
    display: block;
}
#home-intro {
	padding:40px 0;
}
#home-intro .links {
    width: 25%;
    box-sizing: border-box;
    padding: 0 60px;
}
#home-intro .links.left {
	margin-right:2%;
}
#home-intro .introduction {
    display: block;
    width: 46%;
    float: left;
}
#home-intro .links a {
	margin-bottom:10px;
	font-size:15px;
}
#home-intro h3.small {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'helvetica neue', helvetica, arial;
    font-weight: bold;
}

/* 5. INFO DATA
-----------------------------------*/

.half-width {
	width:50%;
}
.centred {
	text-align:center;
}
#info-data {
    background-color: #eee;
    padding: 80px 0;
}
#info-data ul.sectors:first-child {
	margin-left: 0;
	}
#info-data ul.sectors > li {
	padding: 0;
	}
#info-data ul.sectors > li > a {
    color: #34383c;
    border-bottom: 2px solid #8c8c8c;
    display: block;
    padding: 8px 0;
}
#info-data ul.sectors > li:before {
	-moz-background-size: auto 16px;
	-webkit-background-size: auto 16px;
	background: url("../images/icons/right-arrow.png") no-repeat 0 0 transparent;
	background-size: auto 16px;
	height: 16px;
	left: auto;
	right: 5px;
	top: 12px;
	width: 29px;
	}
#info-data ul.sectors > li:hover:before {
	right: 2px;
	}
#info-data ul.sectors > li ul > li {
    border-bottom: 1px dotted #c7c7c7;
    padding: 2px 0;
    font-size: 12px;
}
#info-data ul.sectors > li ul > li:before {
	display: none;
	}
#info-data .wrap > * {
	padding:0 40px;
	box-sizing:border-box;
}
#info-data .right .sectors {
    width: 43%;
    padding-right: 7%;
	margin-top:0px;
	padding-top:0px;
}
#info-data h3 {
    margin-bottom: 50px;
	margin-top:0px;
}



/* JOBS AND NEWS
--------------------------- */

#news-jobs-list {
    border-top: 1px #fff;
    border-bottom: 1px solid #fff;
}
#news-jobs-list .slider {
    padding: 0;
    margin: 0;
    width: 80%;
    float: right;
}
#news-jobs-list .slider li {
	background: #ffffff;
	padding: 0;
	position:relative;
	}
#news-jobs-list .slider li.first-item,
#news-jobs-list #news-items.slider li.first-item:hover {
	background: #34383c;
	color: #ffffff;
	}
#news-jobs-list .slider li {
	border-left: 1px solid #b7b9b9;
	height:300px;
	}
#news-jobs-list .slider li:before {
	display: none;
	}
#news-jobs-list .slider li.first-item h3 {
	color: #ffffff;
	margin-bottom: 0;
	}
#news-jobs-list .slider li.first-item .inner {
	padding: 34px 30px 90px;
	}
#news-jobs-list li.first-item a.button {
	bottom: 30px;
	left: 30px;
	position: absolute;
	padding: 10px 60px 10px 20px;
	}
#news-jobs-list #job-items.slider li .inner {
	padding: 30px 30px 90px;
	}
#news-jobs-list #job-items.slider li .inner h4 {
    font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0px;
}
#news-jobs-list #job-items.slider li .inner h4 > a {
	font-weight: 700;
	}
#news-jobs-list #job-items.slider li .inner p {
	padding-bottom: 10px;
	}
#news-jobs-list #job-items.slider li .inner .buttons {
	bottom: 30px;
	height: 38px;
	position: absolute;
	right: 30px;
	}
#news-jobs-list #job-items.slider li .inner .buttons .button {
	height: 38px;
	padding: 0;
	text-align: center;
	width: 38px;
	}
#news-jobs-list #job-items.slider li .inner .buttons .button:before {
	-moz-background-size: 7px 12px;
	-ms-background-size: 7px 12px;
	-o-background-size: 7px 12px;
	-webkit-background-size: 7px 12px;
	background-image: url("../images/icons/white-arrow-sml.png");
	background-size: 7px 12px;
	height: 12px;
	left: 50%;
	margin-left: -3px;
	margin-top: -6px;
	width: 7px;
	}
#news-jobs-list #job-items.slider li .inner .buttons .button.favourite:before {
	-moz-background-size: 18px 18px;
	-ms-background-size: 18px 18px;
	-o-background-size: 18px 18px;
	-webkit-background-size: 18px 18px;
	background-image: url("../images/icons/favourite.png");
	background-size: 18px 18px;
	height: 18px;
	margin-left: -9px;
	margin-top: -9px;
	width: 18px;
	}
#news-jobs-list .home-news .first-item {
    height: 340px;
}

#news-jobs-list #job-items.slider li .inner .buttons {
    bottom: 30px;
    height: 38px;
    position: absolute;
    right: 30px;
}
#news-jobs-list #job-items.slider li .inner .button, 
#news-jobs-list #job-items.slider li .inner a.button {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #af3042;
    border: 2px solid #ffffff;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 20px;
    padding: 15px 40px 15px 20px;
    position: relative;
	left: auto;
    bottom: auto;
}
#news-jobs-list #job-items.slider li .inner .button.favourite, 
#news-jobs-list #job-items.slider li .inner a.button.favourite {
    background-color: #b5b7b8;
}
#news-jobs-list #job-items.slider li .inner .button:hover, 
#news-jobs-list #job-items.slider li .inner a.button:hover,
#news-jobs-list #job-items.slider li .inner .button.favourite:hover, 
#news-jobs-list #job-items.slider li .inner a.button.favourite:hover {
    background-color: #36393d;
}
#news-jobs-list #job-items.slider li .inner .buttons .button {
    height: 38px;
    padding: 0;
    text-align: center;
    width: 38px;
}
#news-jobs-list #news-items.slider li {
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    background-color: #34383c;
    transition: 0.2s ease;
    height: 340px;
}
#news-jobs-list #news-items.slider li .summary {
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    background-color: #34383c;
    color: #ffffff;
    font-weight: 700;
    line-height: 21px;
    padding: 20px 20px;
    transition: 0.2s ease;
    height: 114px;
    box-sizing: border-box;
}
#news-jobs-list #news-items.slider li .summary p {
    padding: 0;
    margin: 0;
}
#news-jobs-list #news-items.slider li:hover,
#news-jobs-list #news-items.slider li:hover .summary {
	background-color: #af3042;
	}
#news-jobs-list .slider img {
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	filter: url(../images/desaturate.svg#greyscale);
	transition: 0.2s ease;
	}
#news-jobs-list .slider li:hover img {
	-webkit-filter: grayscale(0);
	filter: none;
	filter: grayscale(0%);
	filter: url(../images/desaturate.svg#greyscale);
	}
	
#home-jobs {
	height:305px;
	position:relative;
}
#news-jobs-list .first-item {
    background: #34383c;
    color: #ffffff;
    width: 20%;
    display: block;
    height: 300px;
    float: left;
    position: relative;
}
#news-jobs-list .first-item h3 {
    color: #ffffff;
    margin-bottom: 0;
	margin-top:0px
}
#news-jobs-list a.button {
    bottom: 30px;
    left: 30px;
    position: absolute;
    padding: 10px 60px 10px 20px;
}
#news-jobs-list .first-item .inner {
    padding: 34px 30px 90px;
	box-sizing:border-box;
}
#news-jobs-list .slider img {
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    filter: url(../images/desaturate.svg#greyscale);
    transition: 0.2s ease;
	width: 100%;
}

/* SLICK SLIDER
------------------------- */

button {
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: none;
	display: block;
	font-size: 0;
	outline: none;
	text-indent: -99999px;
	text-transform: capitalize;
	}
.slick-dots {
	margin: 20px auto 0;
	text-align: center;
	}
.slick-dots > li {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: transparent;
	border: 2px solid #af3042;
	border-radius: 50%;
	display: inline-block;
	height: 12px;
	margin: 0 3px;
	padding: 0;
	width: 12px;
	}
.slick-dots > li:before {
	display: none;
	}
.slick-dots > li.slick-active {
	background: #af3042;
}
.slick-dots > li > button {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 100%;
	width: 100%;
	}
.slick-arrow {
	-moz-background-size: 23px auto;
	-ms-background-size: 23px auto;
	-o-background-size: 23px auto;
	-webkit-background-size: 23px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 23px auto;
	height: 33px;
	margin-top: -33px;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 23px;
	}
.slick-arrow.slick-prev {
	background-image: url("../images/icons/slick-left.png");
	left: 0;
	}
.slick-arrow.slick-next {
	background-image: url("../images/icons/slick-right.png");
	right: 0;
	}
	
	
/* CONTACT DIRECTLY
--------------------------- */
	
#contact-directly {
    padding: 80px 0;
}
	
#contact-directly {
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-color: #ffffff;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../images/speak-directly.jpg');
	}
#contact-directly .wrapper {
	padding: 80px 360px 80px 90px;
	}
#contact-directly h1 {
	margin-bottom: 40px;
	}
#contact-directly p {
	padding-bottom: 40px;
	}
#contact-directly .contact-details {
	padding: 0;
	}
#contact-directly .contact-details a {
	font-size: 27px;
	font-weight: 700;
	}	



/* FOOTER 
------------------------- */


footer#footer {
	background-color: #2c3136;
	color: #ffffff;
	position: relative;
	}
footer .wrapper {
	padding:0 30px;
}
footer#footer #back-to-top {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    display: block;
    border-radius: 1px;
    height: 50px;
    padding: 0;
    position: absolute;
    right: -1px;
    text-align: center;
    top: 0px;
    width: 50px;
    z-index: 1;
    border-top: 0px;
}
footer#footer #back-to-top:before {
	display: none;
	}
footer#footer #back-to-top > span.fa {
	line-height: 46px;
	}
footer#footer .wrapper {
	color: #ffffff;
	padding-bottom: 60px;
	padding-top: 60px;
	}
footer#footer .wrapper .col {
    padding: 0px 2.5%;
}
.four-column .col {
    width: 25%;
    box-sizing: border-box;
}
footer#footer .wrapper .col,
footer#footer .wrapper .col h4,
footer#footer .wrapper .col a {
	color: #ffffff;
	}
footer#footer .wrapper .col a {
	color:#ff9292;
}
footer#footer .wrapper .col h3 {
    color: #ffffff;
    font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 30px;
}
footer#footer .wrapper .col h3:after {
    background: #ffffff;
    content: "";
    display: block;
    height: 2px;
    margin: 30px auto;
    width: 100%;
}
footer#footer .wrapper .col h4 {
	font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
	font-weight: 700;
	margin-bottom: 5px;
	}
footer#footer .wrapper .col ul {
    border-bottom: 1px dotted #ffffff;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
footer#footer .wrapper .col ul > li:before {
	display: none;
	}
footer#footer .wrapper .col ul > li {
    line-height: 25px;
    padding: 0;
}
footer#footer .wrapper .col ul > li ul {
	border: none;
	margin-bottom: 0;
	padding: 0;
	}
footer#footer .wrapper .col ul > li ul > li {
	padding-left: 8px;
	}
footer#footer .wrapper .col ul > li ul > li:before {
	background-color: #ffffff;
	display: block;
	height: 4px;
	left: 0;
	width: 4px;
	}
footer#footer .wrapper .col ul.social-links {
    border-bottom-width: 1px;
    margin-bottom: 19px;
    height: 40px;
}
footer#footer .wrapper .col ul.social-links ~ h4 {
	margin-bottom: 20px;
	}
footer#footer .wrapper .col ul.social-links > li {
	float: left;
	margin-left: 15px;
	}
footer#footer .wrapper .col ul.social-links > li:first-child {
	margin-left: 0;
	}
footer#footer .wrapper .col ul.social-links > li > a {
    font-size: 30px;
		line-height: 20px;
	}
footer#footer .wrapper .col #tweets ul > li:first-child {
	margin-bottom: 20px;
	}
footer#footer .wrapper .col #tweets ul > li a {
	color: #ff9292;
	font-style: italic;
	}
footer#footer .wrapper .col ul.twitter-follow {
	border-bottom-width: 2px;
	}
footer#footer .wrapper .col ul.twitter-follow > li:before {
	-moz-background-size: auto 16px;
	-ms-background-size: auto 16px;
	-o-background-size: auto 16px;
	-webkit-background-size: auto 16px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: url("../images/icons/right-white-arrow.png") no-repeat 0 0 transparent;
	background-size: auto 16px;
	border-radius: 0;
	display: block;
	height: 16px;
	left: auto;
	margin-top: -8px;
	right: 0;
	top: 50%;
	width: 30px;
	}
footer#footer .wrapper .col ul.twitter-follow > li > a {
	display: block;
	}
footer p, 
footer ul {
    font-size: 13px;
}


/* SOCIAL SIDEBAR 
------------------------- */

#social-sidebar {
    background: #313538;
    background: -moz-linear-gradient(left, #313538 0%, #505357 100%);
    background: -webkit-linear-gradient(left, #313538 0%,#505357 100%);
    background: linear-gradient(to right, #313538 0%,#505357 100%);
    border-left: 1px solid #666;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313538', endColorstr='#505357',GradientType=1 );
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 61px;
    z-index: 2;
	transition:all linear 0.2s;
	-moz-transition:all linear 0.2s;
	-webkit-transition:all linear 0.2s;
}

#social-sidebar #sidebar-inner {
	padding-top: 140px;
	text-align: center;
	transition:all linear 0.3s;
	-moz-transition:all linear 0.3s;
	-webkit-transition:all linear 0.3s;
	}
.scrolly-fix #social-sidebar #sidebar-inner {
    padding-top: 65px;
}

#social-sidebar #sidebar-inner a {
	color: #ffffff;
	}
#social-sidebar #sidebar-inner ul {
	padding: 0;
	}
#social-sidebar #sidebar-inner ul > li {
    border-bottom: 1px solid rgba(255,255,255,0.4);
    display: block;
    margin: 0 auto 10px;
    position: relative;
    padding: 0 0 10px;
    width: 40px;
}
#social-sidebar #sidebar-inner ul > li:before {
	display: none;
	}
#social-sidebar #sidebar-inner ul > li > a span {
	font-size: 25px;
	line-height: 25px;
	}
#social-sidebar #sidebar-inner ul > li:last-of-type {
	border-bottom:0px;
}
#social-sidebar #sidebar-inner .rotated {
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	display: block;
	font-weight: 700;
	height: 89px;
	letter-spacing: -0.02em;
	font-size:17px;
	line-height: 93px;
	transform: rotate(90deg);
	text-transform: uppercase;
	transform-origin: 22% 45%;
	width: 195px;
	}
#social-sidebar #sidebar-inner #register:after, 
#social-sidebar #sidebar-inner #register:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	}
#social-sidebar #sidebar-inner #register:after {
	border-color: rgba(191, 69, 83, 0);
	border-right-color: #af3042;
	border-width: 10px;
	margin-top: -10px;
		transition:all linear 0.2s;
	-moz-transition:all linear 0.2s;
	-webkit-transition:all linear 0.2s;
}
#social-sidebar #sidebar-inner #register:before {
    border-color: rgba(255,255,255,0);
    border-right-color: #fff;
    border-width: 11px;
    margin-top: -11px;
}
#social-sidebar #sidebar-inner #register {
    background: #af3042;
    border: 1px solid rgba(255,255,255,0.5);
    height: 190px;
    left: -10px;
    position: relative;
    top: -15px;
	transition:all linear 0.2s;
	-moz-transition:all linear 0.2s;
	-webkit-transition:all linear 0.2s;
    width: 89px;
}
#social-sidebar #sidebar-inner #register:hover {
	background-color:#265867;
}
#social-sidebar #sidebar-inner #register:hover:after  {
	border-right-color: #265867;
}

/* TOOLTIPS 
------------------------- */

.tooltip {
    background: #313538;
    border: 1px solid #666;
    color: #ffffff;
    display: none;
    font-weight: 700;
    padding: 14px;
    position: absolute;
    right: 51px;
    top: -15px;
    width: 160px;
    z-index: 1;
}
.tooltip:after,
.tooltip:before {
	border: solid transparent;
	content: "";
	height: 0;
	left: 100%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	width: 0;
	}
.tooltip:after {
	border-color: rgba(49, 53, 56, 0);
	border-left-color: #313538;
	border-width: 4px;
	margin-top: -4px;
	}
.tooltip:before {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 4px;
	margin-top: -4px;
	}
.tooltip p {
	margin: 0;
	padding: 0;
	}

/* SEARCH TAKEOVER
------------------------- */
   	
#search {
    display: none;
    position: fixed;
    top: 0;
    z-index: 988;
    left: 50%;
}
#search form {
    width: 600px;
    background: rgba(255,255,255,0.8);
    padding: 10px;
    height: 100px;
    top: 200px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
}
#search input[type="text"] {
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-size: 29px;
    width: 75%;
	font-family:georgia, serif;
}
#search input[type="submit"] {
    display: block;
    float: right;
    cursor: pointer;
    width: 22%;
    box-sizing: border-box;
    background-color: #af3042;
    border: 1px solid #fff;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100px;
    background-size: 58px;
}
.top-hero input[type="submit"]:hover {
	background-color:#265867;
}



/* PAGE OVERLAY 
------------------------- */
   	
#page-overlay {
    background-color: rgba(33,33,33,0.9);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 950;
	cursor:pointer;
}	
	
#registration-form {
	position:fixed;
	display:none;
}



/* CONTENT PAGES
------------------------ */



/* VACANCIES
------------------------ */

#job-search input {
    width: 100%;
    padding: 40px;
    font-family: georgia;
    font-style: italic;
    font-size: 35px;
    box-sizing: border-box;
    margin-bottom: 30px;
    background-image: url(../images/mag-glass.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100px;
    border: 1px solid #ccc;
}
#job-search {
    margin-top: 25px;
}
.jobs-list aside input[type="checkbox"] {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #ffffff;
    border: none;
    border-radius: 0;
    float: left;
    height: 16px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 5px;
    width: 16px;
}
aside > h3:first-child {
    margin-top: 0px;
}
aside #tweets a {
	font-weight:bold;
}
.form-field {
    clear: both;
    position: relative;
}
aside .form-field ~ h3 {
    margin-top: 40px;
}
aside .form-field .button {
	margin-top:40px;
}
.jobs-list aside label {
    margin: 0;
    padding: 0;
}
.vacancies {
	padding-top: 0px;
	}
.vacancies ul > li {
    border-top: 1px solid #ccc;
    clear: both;
    overflow: hidden;
    padding: 17px 0 10px;
}
.vacancies ul > li:before {
	display: none;
	}
.vacancies ul > li p {
	float: left;
	font-size: 16px;
	padding: 0;
	}
.vacancies ul > li p > a {
	font-weight: 700;
	}
.vacancies ul > li span {
	display: block;
	}
.vacancies ul > li a.button {
	float: right;
	}
	
/* JOBS LIST
----------------------- */

/* Pagination */
.pagination {
	font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 19px;
	line-height: 24px;
	padding: 30px 0;
	text-align: center;
	}
.pagination a {
	display: inline-block;
	padding: 0 8px 0 12px;
	position: relative;
	}
.pagination a.active {
	color:#333;
}
.pagination a:before {
	background: #36393d;
	content: "";
	display: block;
	height: 10px;
	left: 0;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	width: 1px;
	}
.pagination a.prev,
.pagination a.next {
	font-size: 14px;
	text-transform: uppercase;
	}
.pagination a.prev:before {
	display: none;
	}
 
.jobs-list .content {
    width: 80%;
}
.jobs-list aside {
    width: 20%;
}
ul.job-list li {
    position: relative;
}
.content ul.job-list {
	margin: 0;
	padding: 0;
	}
.content ul.job-list > li {
    padding: 30px 97px 30px 30px;
}
.content ul.job-list > li:nth-child(2n) {
	background-color: #f3f3f3;
	}
.content ul.job-list > li:before {
	display: none;
	}
.content ul.job-list > li h3 {
	margin-bottom: 10px;
	}
.content ul.job-list > li p {
	font-weight: 400;
	padding: 0;
	}
.content ul.job-list > li .button {
	margin-top: -22px;
	padding: 20px;
	position: absolute;
	right: 30px;
	top: 50%;
	}

/* BLOG LIST
---------------------- */

main {
    padding-top: 20px;
    background: #fff;
}
.contentpage .top-hero,
.contentpage .top-hero-ban {
    height: 400px;	
}
.contentpage .top-hero {
    padding-top: 0px;
}
.contentpage #site-wrap {
	padding-top:136px;
}
.contentpage .top-hero-ban img {
    display: block;
    width: 100%;
}
.news-list {
    margin-top: 40px;
}
.content > h1 {
	margin-top:0px;
}
.news-list .col {
    height: 410px;
    overflow: hidden;
}
.news-list li p {
    font-weight: bold;
    line-height: 15px;
}
.news-list li p.date {
    font-weight: normal;
    text-transform: capitalize;
    font-size: 12px;
    margin: 0px;
}
figure.image {
	position:relative;
	overflow:hidden;
}
.contentpage .content {
    width: 70%;
}
.contentpage aside {
    width: 25%;
}
figure.image > a:before {	
	background: rgba(175,48,65,0.8);
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	position: absolute;
	top: -50%;
	opacity: 0;
	transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	}
figure.image > a:after {
    content: "";
    background: url("../images/icons/mag-glass.png") no-repeat 0 0 transparent;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    bottom: 40%;
    opacity: 0;
    margin-bottom: -15px;
    margin-left: -15px;
    height: 30px;
    width: 30px;
    transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
	}
figure.image > a:hover:before {
    top: 0px;
    opacity: 1;
	}
figure.image > a:hover:after {
    bottom: 50%;
    opacity: 1;
	}

.blog-list #top-hero ~ main,
.candidate-dashboard main {
   padding-top: 50px;
}

.candidate-dashboard .text-area h3 {
	margin-top:60px;
}


/* Filter */
.job-search-filter {
	margin-bottom: 30px;
	}
.job-search-filter .form-field ~ h3 {
	margin-top: 20px;
	}
.job-search-filter .form-field > input[type="text"] {
	border: 1px solid;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 20px 70px 20px 20px;
	}
.job-search-filter .form-field > span.fa-search {
	color: #bf4553;
	font-size: 21px;
	height: 100%;
	line-height: 56px;
	position: absolute;
	right: -4px;
	text-align: center;
	top: 4px;
	width: 60px;
	}
	.job-search-filter .form-field > span.fa-search input {
	background: none;
	border: none;
	display: block;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	}
aside .form-field > .button {
    margin-top: 30px;
    padding: 20px;
    width: 70%;
    background-color: #af3042;
    color: #fff;
}
aside .form-field > .button > input[type="submit"] {
	padding: 10px 20px;
	text-align: left;
	}
.news-list .col {
    width: 30%;
    float: left;
    margin-right: 3%;
    height: 480px;
}
.news-list .col img {
	width:100%;
}
.form-field.separator p {
	padding: 0 32px 8px;
	}
.form-field.select:after {
	-moz-background-size: 15px auto;
	-ms-background-size: 15px auto;
	-o-background-size: 15px auto;
	-webkit-background-size: 15px auto;
	background: url("../images/icons/arrow-down.png") no-repeat 0 0 transparent;
	background-size: 15px auto;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 20px;
	top: 15px;
	width: 15px;
	}
.form-field > select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: #ffffff;
	border: 1px solid #bbb;
	border-radius: 0;
	color: #464b4f;
	display: block;
	font-size: 16px;
	font-weight: 700;
	height: 40px;
	margin-top: 10px;
	padding: 0 20px;
	width: 100%;
	}
ASIDE.job-search-filter .form-field > input[type="text"] {
    border: 1px solid #ccc;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 20px 43px 20px 20px;
    box-sizing: border-box;
    width: 100%;
    font-weight: bold;
}



/* MEET THE TEAM 
-------------------------- */

.text-area {
	margin-bottom:60px;
}
.four-column .col {
    width: 25%;
	padding: 0 3%;
	box-sizing:border-box;
}
.four-column .col img {
	width:100%;
}
.text-area h1 {
	margin-bottom:40px;
}
.team-members {
	margin-top: 20px;
	}
.team-members > li:before {
	display: none;
	} 
.team-members > li .image {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	}
.team-members > li h3 {
    margin: 0;
    font-size: 20px;
	}
.team-members p {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 12px;
    height: 45px;
    overflow: hidden;
}
.team-members .col img {
    width: 100%;
    float: left;
}
li.member-mail {
    word-wrap: break-word;
}
	
/* Member Information */
.member-information .button {
	display: block;
	}
  
.text-area > * {
    margin-top: 0px;
}
.contact-info a {
	font-weight:bold;
}
.button.tertiary, a.button.tertiary {
    background-color: #0379b7;
    font-family: Georgia,Times,"Times New Roman",serif;
}
/* Contact Info */
.contact-info {
	padding: 30px 0 10px;
	}
.contact-info ul > li {
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 17px;
    line-height: 22px;
	position:relative;
    letter-spacing: -0.04em;
    margin-top: 25px;
    padding: 0 20px 0 50px;
}
.contact-info ul > li:first-child {
	margin: 0;
	}
.contact-info ul > li:before {
	-moz-background-size: 46px auto;
	-ms-background-size: 46px auto;
	-o-background-size: 46px auto;
	-webkit-background-size: 46px auto;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: url("../images/icons/envelope-solid.png") no-repeat 0 0 transparent;
	background-size: 46px auto;
	border-radius: 0;
	height: 31px;
	left: 0;
	margin-top: -15px;
	top: 50%;
	width: 46px;
	}
.contact-info ul > li + li:before {
	-moz-background-size: 46px auto;
	-ms-background-size: 46px auto;
	-o-background-size: 46px auto;
	-webkit-background-size: 46px auto;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: url("../images/icons/tel.png") no-repeat 0 0 transparent;
	background-size: 46px auto;
	border-radius: 0;
	height: 46px;
	left: 0;
	margin-top: -23px;
	top: 50%;
	width: 46px;
	}
.contact-info ul > li > a {
	color: #464b4f;
	position:relative;
	} 
	
.contact-info ul > li:before {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    background: #36393d;
    border-radius: 100%;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 10px;
    transition: 0.2s ease;
    width: 4px;
}
.contact-info ul li.member-mail:before {
    -moz-background-size: 46px auto;
    -ms-background-size: 46px auto;
    -o-background-size: 46px auto;
    -webkit-background-size: 46px auto;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: url("../images/icons/envelope-solid.png") no-repeat 0 0 transparent;
    background-size: 100%;
    border-radius: 0;
    height: 31px;
    left: 0;
    margin-top: -10px;
    top: 50%;
    width: 31px;
}
.contact-info ul li.member-phone:before {
    -ms-background-size: 46px auto;
    -o-background-size: 46px auto;
    -webkit-background-size: 46px auto;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: url("../images/icons/tel.png") no-repeat 0 0 transparent;
    background-size: 100%;
    border-radius: 0;
    height: 46px;
    left: 0;
    margin-top: -15px;
    top: 50%;
    width: 29px;
}
	
	

/* TEAM MEMBER 
-------------------------- */

.text-area ul > li:before {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    background: #af3042;
    border-radius: 100%;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 10px;
    transition: 0.2s ease;
    width: 4px;
}
.text-area ul li {
    position: relative;
    padding: 0px 2px 2px 13px;
}



/* DASHBOARD
-------------------------- */

/* FORM ELEMENTS  */


.form-field {
	clear: both;
	position: relative;
	}
.form-field > input {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: #ffffff;
	border: 1px solid #ddd;
	border-radius: 0;
	color: #383c40;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	height: 60px;
	margin-bottom: 20px;
	padding: 0 20px;
	width: 100%;
	}
.form_enquiry_form .form-field input, 
.form_enquiry_form .form-field textarea,
.form_vacancy_login_application_form .form-field textarea,
.form_vacancy_application_form .form-field textarea {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    width: 100%;
	box-sizing:border-box;
	}
.form-field > textarea {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: #ffffff;
	border: 1px solid #ccc;
	border-radius: 0;
	color: #383c40;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	height: 160px;
	margin-bottom: 20px;
	padding: 20px;
	width: 100%;
	}

.form-field > input[type="file"] {
	background: none;
	height: auto;
	min-height: 20px;
	padding: 2px 0px 0;
	}
.form-field > input[type="checkbox"] {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: #ffffff;
	border: none;
	border-radius: 0;
	float: left;
	height: 16px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 5px;
	width: 16px;
	}
.form-field.checkbox > label {
	margin: 0;
	padding: 0;
	}
.form-field.separator p {
	padding: 0 32px 8px;
	}
.form-field.select:after {
	-moz-background-size: 15px auto;
	-ms-background-size: 15px auto;
	-o-background-size: 15px auto;
	-webkit-background-size: 15px auto;
	background: url("../images/icons/arrow-down.png") no-repeat 0 0 transparent;
	background-size: 15px auto;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 20px;
	top: 26px;
	width: 15px;
	}
.form-field > select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: #ffffff;
	border: 1px solid #ccc;
	border-radius: 0;
	color: #464b4f;
	display: block;
	font-size: 16px;
	font-weight: 700;
	height: 60px;
	margin-top: 10px;
	padding: 0 0 0 20px;
	width: 100%;
	}
.form-field.file > input[type="file"] {
	border: none;
	}
.form-field > .button {
    display: block;
    padding: 25px 50px 25px 0px;
    max-width: 300px;
    text-align: left;
	}
.form-field > .button > input[type="submit"] {
	background: none;
	border: none;
	color: #ffffff;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 4;
	}
.apply-form .form-field input, .update-details-form .form-field input {
	border: 1px solid;
	font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	text-align: left;
	border-color: #ccc;
	box-sizing: border-box;
}
.apply-form .form-field span.button,
.update-details-form .form-field .button {
	display: inline-block;
	padding: 0;
	margin-top: 10px;
	}
.apply-form .form-field .button input,
.update-details-form .form-field .button input {
	padding: 15px 50px 15px 20px;
	position: relative;
	}
.update-details-form .form-field .button:before {
	display: none;
	}
.update-details-form .form-field .button input {
	padding: 15px 50px;
	}

/* APPLICATIONS */
   
.applications {
	padding: 40px 0 0;
	}
.update-job-alerts {
	padding: 0px 0 60px;
	}
   
/* TABLES */
 
.table {
	border-collapse: collapse;
	display: table;
	margin-bottom: 40px;
	table-layout: fixed;
	vertical-align: middle;
	width: 100%;
	}  
.table .table-heading {
	background: #ebebeb;
	display: table-header-group;
	font-weight: 700;
	}
.table .table-content {
	background: #ffffff;
	display: table-row-group;
	}
.table .table-heading > div,
.table .table-content > div {
	border: 1px solid #ccc;
	display: table-cell;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	} 
.table .table-content > div > img {
	width: 20px;
	} 
.content a.button {
    max-width: 200px;
}
.advert,
.share-page,
.latest-posts {
    border-top: 1px solid #bbb;
    margin-top: 30px;
    padding-top: 30px;
}
.advert p {
    margin: 0;
}
.advert .button {
    max-width:200px;
	margin-top:30px;
}

/* SHARE PAGE
----------------------- */
   
aside .share-page, aside .latest-posts {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 0px;	
}
.share-page .share-icons > a {
	background-color: #265867;
	color: #ffffff;
	display: block;
	float: left;
	height: 30px;
	margin-left: 5px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	}
.share-page .share-icons > a span {
	font-size: 18px;
	line-height: 30px;
	}
.share-page .share-icons > a:first-child {
	margin-left: 0;
	}
.latest-posts h3, .share-page h3 {
    padding-top: 0px;
    margin-top: 0px;
}	
.latest-posts p {
    margin-bottom: 5px;
}
.latest-posts li {
    border-top: 1px dotted #ccc;
    padding: 15px 0;
}
.latest-posts li:first-child {
	padding-top:0px;
	border-top:0px;
}
.latest-posts .news-list {
    margin-top: 0px;
    margin-bottom: 0px;
}
	

/* BLOG DETAIL
---------------------- */

blockquote {
    font-family: georgia, serif;
    font-style: italic;
    font-size: 17px;
    line-height: 31px;
    margin: 10px 30px 30px 0px;
    border-left: 40px solid #ccc;
    padding: 0 0 0 26px;
}

/* JOB DETAIL 
---------------------- */

span.job-info {
    font-weight: bold;
}
.apply-form > div {
}
.xpandr-title {
    cursor: pointer;
    color: #af3042;
    border: 1px solid #af3042;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.xpandr-title h3 {
    color: #af3042;
    font-family: 'helvetica neue', helvetica, arial;
    font-weight: bold;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
}
.xpandr-title:hover,
.xpandr-title.active {
    background-color: #af3042;
}
.xpandr-title:hover h3,
.xpandr-title.active h3 {
    color: #fff;
}
.xpandr-content {
    display: none;
	padding: 10px 40px;
}



/* BREADCRUMBS
   ========================================================================== */

#breadcrumbs {
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 16px;
    padding: 20px 0;
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}
#breadcrumbs a:first-child {
	color: #af3042;
	}
#breadcrumbs a:first-child span.fa {
	font-size: 20px;
	}
#breadcrumbs a {
	-moz-background-size: 8px auto;
	-ms-background-size: 8px auto;
	-o-background-size: 8px auto;
	-webkit-background-size: 8px auto;
	background: url("../images/icons/breadcrumb-arrow.png") no-repeat right center transparent;
	background-size: 8px auto;
	color: #36393d;
	font-weight: 700;
	padding: 0 20px 0 0;
	margin: 0 10px 0 0;
	}
	
/* GENERIC CONTENT PAGE
---------------------------- */

aside .useful-links h3 {
	margin-top:0px;
}

.vid-wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.vid-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* SECTOR
--------------------------- */

.link {
    position: relative;
    width: 30%;
    margin: 0 1.5%;
	float:left;
	margin-bottom:30px;
	overflow:hidden;
}

.link p {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    margin: 0;
    z-index: 888;
    font-family: georgia;
    font-weight: bold;
    font-size: 22px;
    width: 100%;
    background: rgba(0,0,0,0.1);
    padding: 15px 0 10px 10px;
}
.link a p:before {
    background: rgba(175, 49, 66, 1.0);
    left: -100%;
    top: 0px;
    content: '';
    display: block;
    position: absolute;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.link a:hover p:before {
	left:0;
}
.link a {
	display:block;
	width:100%;
	height:100%;
}
.link img {
    position: relative;
    top: 0px;
    left: 0px;
	float:left;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    filter: url(../images/desaturate.svg#greyscale);
    transition: 0.2s ease;
    height: auto;
    width: 100%;
}
.link a:hover img {
	-webkit-filter: grayscale(0);
	filter: none;
	filter: grayscale(0%);
	filter: url(../images/desaturate.svg#greyscale);
	}
	
#link-area {
    display: block;
    margin-bottom: 40px;
}

/* JOB DETAIL PAGE ADJUSTMENT */

.apply-form-two > div {
    width: 45%;
}

#adv-by {
    width: 20%;
    float: right;
    margin-left: 10%;
}
.job-detail.contentpage .content {
    width: 45%;
}
.job-detail.contentpage aside {
    width: 16%;
}
.job-detail.contentpage aside form > h2 {
    margin-top:0px;
}
.advert,
.share-page,
.latest-posts {
    border-top: 0px;
    margin-top: 0px;
    padding-top: 0px;
}
.apply-form > div.clearfix {
    margin-bottom: 0px;
}
.share-page .share-page {
    border-top: 0px;
    margin-top: 0px;
    padding-top: 0px;
}
aside .news-list p {
    margin-bottom: 9px;
}

/* MEDIA QUERIES
--------------------------
--------------------------
--------------------------
--------------------------
--------------------------
----------------------- */

@media all and (min-width: 1600px) {

#logo {
	left:20px;
}


}
@media all and (max-width: 1400px) {

.contentpage .content {
    width: 70%;
}
.contentpage aside {
    width: 25%;
}
.news-list .col {
    height: 400px;
}
}

@media all and (max-width: 1280px) {

	a.tel.big {
		display:none;
	}
	.top-right ul li.desk-hide {
		display:block;
	}
	header#header .wrapper > .right {
		width: 80%;	
		}
	#home-intro .introduction {
		width:35%;
	}
	#home-intro .links {
		width: 30%;
		padding: 0 40px;
	}
	#news-jobs-list .first-item a.button {
		padding: 10px 20px 10px 20px;
	}
	#news-jobs-list .first-item a.button:before {
		display:none;
	}
}
@media all and (max-width: 1080px) {
	
	/* Social Sidebar */
	#social-sidebar #sidebar-inner {
		padding-top: 10.5rem;
		}
	
 	#news-jobs-list	.first-item {
		display:none;
	}
	#news-jobs-list .slider {
		padding: 0;
		margin: 0;
		width: 100%;
		}
	}
@media all and (max-width: 1140px) {
	.scrolly-fix a.mail.stick {
		display: none;
	}
	.scrolly-fix a.tel.stick {
		right: 133px;
	}
}
@media all and (min-width: 1025px) {
	nav#navigation {
		display: block !important;
		height: auto !important;
		}
	}
@media all and (max-width: 1024px) {
	.top-hero-ban img {
		display:block;
	}
	.apply-form-two > div.left,
	.apply-form-two > div.right {
		width: 100%;
		float:none;
		clear:both;
		margin-bottom:30px;
	}
	.navicon.up {
		display:none;
	}
	#social-sidebar {
		right:-85px;
	}
	#site-wrap {
		padding-right:0px;
	}
	a.tel.big {
		display: block;
		right: 146px;
		left: auto;
		bottom: -122px;
		}
	#adv-by {
		width: 100%;
		float: none;
		margin-left: 0;
		padding-bottom: 40px;
		}
	.job-detail.contentpage .content {
		width: 65%;
		}
	.job-detail.contentpage aside {
		width: 25%;
		}
	a.tel {
		transition:none;
		-moz-transition:none;
		-webkit-transition:none;
		}
	.top-right ul {
		padding: 20px 0px 0 0;
	}
	.top-right ul li.desk-hide {
		display:none;
	}
	.top-right ul li.mail a, 
	.top-right ul li.login a {
		width:0px;
		text-indent:-99999em;
		overflow:hidden;
	}
	.top-right ul li.mail a {
		background-size:30px;
	}
	.top-right ul li.login a {
		background-size: 23px;
		padding: 17px;
		background-position: 4px 1px;
		margin-right:5px;
	}
	.desktop-view {
		display: none;
		}
	.mobile-view {
		display: block;
		}
	.navicon.mob {
		opacity: 1;
		bottom: -128px;
		right: 7px;
	}		
	.scrolly-fix .navicon.mob {
		/* bottom: -128px; */
		right: 7px;
	}

	/* Columns */
	.three-column .col,
	.four-column .col {
		width: 50%;
		}

	/* Header */
	header {
		z-index:555;
	}

	/* Navigation */

nav ul ul ul,
nav ul li:hover ul ul {
	display:block;
}
	nav {
		display: block;
		position: fixed;
		height: 100%;
		top: 0px;
		bottom: 0px;
		width: 100%;
		background: #fff;
		z-index: 999;
		left: -100%;
		overflow-y: auto;
		padding-top: 58px;
		transition: all linear 0.3s;
		-moz-transition: all linear 0.3s;
		-webkit-transition: all linear 0.3s;
	}
	nav.open {
		left:0;
	}
	nav ul {
		float: none;
		padding-left: 10px;
		padding-right:10px;
	}
	nav ul li {
		float:none;
		clear:both;
		border-top:1px solid #ddd;
	}
	nav ul li:before {
		display:none;
	}
	nav ul li a {
		width: 100%;
		display: block;
		padding: 14px 20px;
	    box-sizing: border-box;
	}	
	nav ul li a:hover {
		background-color:#af3042	;
		color:#fff;
	}
	nav ul ul {
		display:block;	
		position:relative;
		width:100%;
		border:0px;
		left:auto;
		padding-left:30px;
		margin-left:auto;
		top:auto;	
	    padding-top: 0px;
		padding-bottom: 0px;
	}
	nav ul ul li a {
		padding:10px;
		border:0px;
	}

	video {
    	display: none;
	}
	.home #top-hero {
		background-image: url(../images/banner/banner.jpg) !important;
	}
	/* Introduction */
	#home-intro .introduction {
		width:37%;
	}
	#home-intro .links {
		width: 29%;
		padding: 0 30px;
	}
	#info-data .wrap > *{
		float: none;
		width: 100%;
		}
	#info-data h2.centred {
		text-align:left;
	}
	#info-data .wrap > * {
		float: none;
		width: 100%;
		max-width: 600px;
		margin: 0px auto;
	}
	#info-data .wrap .left {
		margin-bottom:70px;
	}
	#introduction .wrapper .links {
		padding: 0 1%;
		width: 50%;
		}
	#news-jobs-list #news-items.slider li .summary {
		position: absolute;
		bottom: 0px;
		width:100%;
		height:100px;
	}
	#contact-directly h1 {
		margin-bottom: 40px;
		line-height: 48px;
	}
	#contact-directly {
		padding:40px;
	}
	.news-list .col {
		width: 45%;
		float: left;
		margin-right: 5%;
		height: 420px;
	}
	/* Content Area Wrapper */
	#content-area-wrapper .wrapper > .left.seven-column-width {
		width: 60%;
		}
	#content-area-wrapper .wrapper > .right.three-column-width {
		width: 40%;
		}
	.contentpage .content {
		width: 60%;
		}
		.contentpage aside {
			width: 35%;
		}
		.job-list a.button {
			display:block;
		}

	/* Quote Slider */
	.quote-slider {
		padding-left: 4rem;
		padding-right: 4rem;
		}
	
	/* Accreditations */
	.accreditations ul > li {
		width: 33.33%;
		}
	
	/* Job Search */
	aside .form-field > .button {
		width: 100%;
		}
		
	/* Footer */
	footer#footer .wrapper {
		padding-top: 4rem;
		}
	footer#footer .four-column .col {
		padding: 2rem 2%;
		width: 50%;
		}
	footer#footer .four-column .col > ul {
		padding-left: 0;
		}
	footer#footer .wrapper .col:nth-child(3n) {
		clear: left;
		}
	.link {
		position: relative;
		width: 40%;
		margin: 0 5% 30px;
	}
}
@media all and (max-width: 737px) {
	header {
		position:fixed;
		height: 58px;
	}
	.job-detail.contentpage aside {
		width: 100%;
	}
	.job-detail.contentpage .content {
		width: 100%;
	}
	.contentpage .content, .contentpage aside {
		width:100%;
		clear:both;
		float:none;
	}
	.link {
		position: relative;
		width: 46%;
		margin: 0 2% 30px;
	}
	#contact-directly {
		padding: 40px 0;
	}
	.scrolly-fix header {
		top: 0px;
	}
	.scrolly-fix a.tel.stick,
	.scrolly-fix a.mail.stick {
		display: none;
	}
	#home-intro .introduction {
		width: 100%;
		padding: 0 40px;
		box-sizing: border-box;
	}
	#home-intro .links {
		width: 100%;
		padding: 0 40px;
	}
	.contentpage #site-wrap {
		padding-top: 60px;
	}
	.contentpage .top-hero, .contentpage .top-hero-ban {
		height: 300px;
	}
	.contentpage .home-intro {
		padding-top: 60px;
	}
	.contentpage main {
		padding-top: 50px;
	}
	#home-intro {
 	   padding: 20px 0;
	}	
	#logo {
		width: 190px;
		height: 29px;
		left: 20px;
		top: 15px;
		background-position: 0 bottom;
	}
	.scrolly-fix #logo {
		top: 15px;
	}
	#logo a {
		background-position: 0 bottom;
	}
	a.tel.big {
		bottom: -52px;
		display: block;
		opacity: 1;
		font-size:20px;
		right: 146px;
	}
	.top-right {
		display:none;
	}
	.navicon.mob {
		opacity: 1;
		bottom: -50px;
	}

	.navicon.up {
		display:none;
	}
	.wrapper {
		padding: 0 4rem; 
		}
		
	.top-hero {
		height: 460px;
		padding-top: 76px;
	}
	.top-hero-ban {
		height: 480px;
		padding-top: 58px;
	}
	.home-intro {
		padding-top: 40px;	
	}
	body .top-hero h1 {
		font-size: 27px;
		line-height: 35px;
		margin-bottom: 30px;
	}
	.jobs-list aside,
	.jobs-list .content {
		float: none;
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	.content ul.job-list > li h3 {
		margin-bottom: 10px;
		margin-top: 11px;
		font-size: 19px;
		line-height: 26px;
	}
	/* Columns 
	.two-column,
	.three-column,
	.four-column,
	.five-column {
		margin: 0;
		}
	.two-column .col,
	.three-column .col,
	.four-column .col,
	.five-column .col {
		padding: 0;
		width: 100%;
		}
	#introduction .wrapper,
	#content-area-wrapper .wrapper {
		padding-bottom: 4rem;
		padding-top: 4rem;
		}
	#location-sectors ul.sectors,
	#introduction .wrapper .links,
	#content-area .content.seven-column-width.left {
		float: none;
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		}
	#introduction .wrapper .links:last-child {
		padding-top: 3rem;
		}
	#home-banner {
		height: 32rem;
		}
	#banner {
		max-height: 24rem;
		}
	.form-field > input,
	#banner-content .form-field > span.button {
		font-size: 1.6rem;
		height: 4.4rem;
		}
	#banner-content .buttons {
		margin-bottom: 3rem;
		}
	#social-sidebar {
		display: none;
		}

	#contact-directly .wrapper {
		padding: 4rem;
		}
	#contact-directly h1 {
		font-size: 2.8rem;
		margin-bottom: 2.5rem;
		}
	#contact-directly .contact-details a {
		font-size: 1.8rem;
		}
	
	#main,
	footer#footer {
		padding-right: 0;
		}
	*/
	
	#info-data .right .sectors {
		width: 100%;
		padding-right: 7%;
		margin-top: 0px;
		padding-top: 0px;
		margin-bottom: 20px;
	}
		
	/* Content Area Wrapper */
	
	.contentpage main {
		padding-top: 20px;
	}

	#content-area-wrapper .wrapper > .left,
	#content-area-wrapper .wrapper > .right,
	#content-area-wrapper .wrapper > .left.seven-column-width,
	#content-area-wrapper .wrapper > .right.three-column-width {
		padding: 0;
		width: 100%;
		}
	#content-area-wrapper .wrapper > .right,
	#content-area-wrapper .wrapper > .right.three-column-width {
		padding-top: 4rem;
		}
		
	/* News List */
	#news-jobs-list #news-items.slider li .summary {
		position: absolute;
		bottom: 12px;
		width: 100%;
		height: 114px;
	}
	.news-list .col {
		width: 30%;
		float: left;
		margin-right: 3%;
		height: 360px;
	}

	
	/* Candidates */
	.full-width .seven-column-width {
		width: 100%;
		}
	
	/* Footer */
	footer#footer .four-column .col:first-child {
		padding: 0;	
		}
	footer#footer .four-column .col {
		padding: 2rem 0 0;
		width: 100%;
		}
	footer#footer #back-to-top { 
		right: 0;
		}
	
	aside figure.image {
		max-width: 280px;
	}
	aside .button {
		max-width:280px;
	}

	.vacancies ul > li a.button {
		display: none;
	}

	}
@media all and (max-width: 578px) {
	.scrolly-fix .navicon.mob {
		bottom: -50px;
		right: 7px;
	}
.contentpage .top-hero, .contentpage .top-hero-ban {
    height: 200px;
}
.wrap {
		padding:0 20px;
	}
	a.tel.big {
		right: 58px;
		width: 0px;
		overflow: hidden;
		height: 20px;
		bottom: -48px;
	}
	.navicon {
		text-indent: -9999em;
		width: 6px;
	    padding-top: 15px;
		right: 10px;
   		padding-right: 23px;
	}
	.navicon span {
		text-indent:0;
	}
	body .top-hero h1 {
		line-height: 31px;
	}
	#find-out-more {
		display: none;
	}
	#banner-search {
		width: 80%;
		margin: 0 auto;
	}
	#banner-buttons {
		width:80%;
	}
	#banner-buttons a {
		width: 100%;
		margin-bottom: 13px;
	}
	.job-list a.button {
		display:none;
	}
	aside.job-search-filter {
		margin-bottom:40px;
	}
	.content ul.job-list > li {
		padding: 15px 50px 15px 30px;
	}
	#info-data .wrap > * {
	    padding: 0;
	}
	#contact-directly {
		padding: 20px 0;
	}
	#contact-directly h1 {
		margin-bottom: 40px;
		line-height: 29px;
		font-size: 27px;
	}
	#contact-directly p {
		padding-bottom: 10px;
	}
	#contact-directly .contact-details a {
		font-size: 18px;
		font-weight: 700;
	}
	#contact-directly .contact-details {
		padding-bottom:40px;
	}
		.two-column .col,
	.three-column .col,
	.four-column .col,
	.five-column .col {
		padding: 0;
		width: 100%;
		}
	.team-members li {
		max-width: 280px;
	}  
	.link {
		position: relative;
		width: 100%;
		margin: 0 0 30px;
	}


/*
	.img-parent img {
		float: none;
		margin: 0 auto 30px;
		max-width: 95%;
		}
	blockquote.quote p {
		font-size: 1.8rem;
		line-height: 2.8rem;
		}
	.vacancies ul > li p,
	.vacancies ul > li a.button {
		float: none;
		}
	.vacancies ul > li p {
		padding-bottom: 2rem;
		}
	.vacancies ul > li a.button {
		display: block;
		}
		*/
	.apply-form > div {
		width: 100%;
		margin-bottom: 40px;
	}
	.news-list .col {
		width: 100%;
		float: left;
		margin-right: 0;
		height: auto;
		padding-bottom: 40px;
		max-width: 280px;
	}	
	#job-search input {
		padding: 20px;
		font-size: 20px;
		margin-bottom: 30px;
		background-size: 40px;
		border: 1px solid #ccc;
	}
	aside {
		padding-top: 30px;
		margin-top: 30px;
		border-top: 1px solid #ccc;
		clear: both;
	}


	}