.MicroClear {
  zoom: 1;
}
.MicroClear:before,
.MicroClear:after {
  content: "";
  display: table;
}
.MicroClear:after {
  clear: both;
}
html,
body {
  border: 0;
  font-family: Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  *behavior: url('http://aspirepeople.co.uk/wp-content/themes/aspirepeople/assets/less/polyfills/boxsizing.htc');
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 1em 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
}
:focus {
  outline: 0;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('http://aspirepeople.co.uk/wp-content/themes/aspirepeople/assets/less/../fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('http://aspirepeople.co.uk/wp-content/themes/aspirepeople/assets/less/../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('http://aspirepeople.co.uk/wp-content/themes/aspirepeople/assets/less/../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('http://aspirepeople.co.uk/wp-content/themes/aspirepeople/assets/less/../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('http://aspirepeople.co.uk/wp-content/themes/aspirepeople/assets/less/../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571428571em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714286em;
  width: 2.14285714286em;
  top: 0.142857142857em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714285714em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.hidden {
  display: none;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
#content > section {
  position: relative;
  clear: both;
  overflow: hidden;
}
.inner-limit {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.cols {
  zoom: 1;
  margin-left: -10px;
  margin-right: -10px;
}
.cols:before,
.cols:after {
  content: "";
  display: table;
}
.cols:after {
  clear: both;
}
.cols.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.cols.half-gutter {
  margin-left: -5px;
  margin-right: -5px;
}
.cols.double-gutter {
  margin-left: -20px;
  margin-right: -20px;
}
.cols.triple-gutter {
  margin-left: -30px;
  margin-right: -30px;
}
.col {
  float: left;
  width: 100%;
  padding: 0 10px;
}
.col.one-half,
.col.three-sixths {
  width: 50%;
}
.col.one-third,
.col.two-sixths {
  width: 33.3333333%;
}
.col.one-fourth {
  width: 25%;
}
.col.one-fifth {
  width: 20%;
}
.col.one-sixth {
  width: 16.6666666%;
}
.col.one-seventh {
  width: 14.285714%;
}
.col.one-eighth {
  width: 12.5%;
}
.col.two-thirds {
  width: 66.666666%;
}
.col.three-fourths {
  width: 75%;
}
.col.two-fifths {
  width: 40%;
}
.col.three-fifths {
  width: 60%;
}
.col.four-fifths {
  width: 80%;
}
.col.four-sixths {
  width: 66.6666666%;
}
.col.five-sixths {
  width: 83.3333333%;
}
.col.two-sevenths {
  width: 28.571428%;
}
.col.three-sevenths {
  width: 42.857142%;
}
.col.four-sevenths {
  width: 57.142856%;
}
.col.five-sevenths {
  width: 71.42857%;
}
.col.six-sevenths {
  width: 85.714284%;
}
.col.two-eighths {
  width: 25%;
}
.col.three-eighths {
  width: 37.5%;
}
.col.four-eighths {
  width: 50%;
}
.col.five-eighths {
  width: 62.5%;
}
.col.six-eighths {
  width: 75%;
}
.col.seven-eighths {
  width: 87.5%;
}
.no-gutter .col,
.no-gutter.col {
  padding: 0 0;
}
.half-gutter .col,
.half-gutter.col {
  padding: 0 5px;
}
.double-gutter .col,
.double-gutter.col {
  padding: 0 20px;
}
.triple-gutter .col,
.triple-gutter.col {
  padding: 0 30px;
}
body {
  background: #FFF;
  font: normal 14px 'Open Sans', 'Arial', sans-serif;
  color: #333132;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
  font: normal 14px 'Open Sans', 'Arial', sans-serif;
  font-weight: normal;
}
em {
  font-weight: bolder;
  font-size: 20px;
  color: #656870;
  font-style: normal;
}
h1,
.heading-1 {
  font-size: 25px;
}
h2,
.heading-2 {
  font-size: 20px;
}
h3,
.heading-3 {
  font-size: 18px;
}
h4,
.heading-4 {
  font-size: 16px;
}
h6,
.heading-5 {
  font-size: 14px;
}
h6,
.heading-6 {
  font-size: 12px;
}
ul,
dl,
ol {
  padding-left: 18px;
  margin: 1em 0;
}
ul li,
dl li,
ol li {
  margin: 5px 0;
}
img {
  border: 0;
  width: 100%;
}
.button {
  display: inline-block;
  min-width: 100px;
  padding: 9px 12px;
  margin: 10px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #54075b;
  font: normal 14px 'Open Sans', 'Arial', sans-serif;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.button.big {
  font-size: 14px;
  padding: 18px 42px;
  min-width: 170px;
}
.button.grey {
  background: #656870;
}
.button.grey:hover {
  background: #414042;
}
.button.white {
  background: #FFF;
}
.button.white:hover {
  background: #414042;
}
.button.greyscale {
  background: #414042;
}
.button.greyscale:hover {
  background: ;
}
.button:hover {
  text-decoration: none;
  background: #414042;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.gm-style img {
  max-width: none;
}
label {
  display: block;
  font: normal 14px 'Open Sans', 'Arial', sans-serif;
  font-size: 14px;
  margin: 10px 0;
}
input,
.ninja-forms-form-wrap input,
textarea,
.ninja-forms-form-wrap textarea {
  display: block;
  width: 100%;
  padding: 13px 20px !important;
  border: none;
  border-radius: 2px;
  background: #DEDFE0;
  font: normal 14px 'Open Sans', 'Arial', sans-serif;
  font-size: 15px;
  color: #333132;
}
input.button,
.ninja-forms-form-wrap input.button,
textarea.button,
.ninja-forms-form-wrap textarea.button {
  width: auto;
}
input.button:hover,
.ninja-forms-form-wrap input.button:hover,
textarea.button:hover,
.ninja-forms-form-wrap textarea.button:hover {
  cursor: pointer;
}
button {
  display: inline-block;
  min-width: 100px;
  padding: 9px 12px;
  margin: 10px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #54075b;
  font: normal 14px 'Open Sans', 'Arial', sans-serif;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  border: none;
}
button.big {
  font-size: 14px;
  padding: 18px 42px;
  min-width: 170px;
}
button.grey {
  background: #656870;
}
button.grey:hover {
  background: #414042;
}
button.white {
  background: #FFF;
}
button.white:hover {
  background: #414042;
}
button.greyscale {
  background: #414042;
}
button.greyscale:hover {
  background: ;
}
button:hover {
  text-decoration: none;
  background: #414042;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
button:hover {
  cursor: pointer;
}
.rw-break {
  display: none;
  font-size: 0;
}
table {
  width: 100%;
  border-color: #000;
}
table td {
  padding: 5px 0;
}
table.border {
  border: 1px solid #656870;
}
table.border td {
  padding: 20px;
}
table.border th,
table.border td {
  display: table-cell;
  border: 1px solid #656870;
}
a:hover {
  text-decoration: none;
}
.scrolled .navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.scrolled .sub-nav {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #ffffff;
  background-color: rgba(255,255,255,0.8);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);
}
#header .logo {
  padding: 20px 10px;
}
#header .logo img {
  max-width: 200px;
}
#header .side-nav {
  padding: 46px 0 20px;
  float: right;
}
#header .side-nav .socials,
#header .side-nav .phone,
#header .side-nav .small_nav {
  display: inline-block;
}
#header .side-nav .socials {
  position: relative;
  margin: 10px 0;
  margin-left: 25px;
  font-size: 20px;
  color: #535459;
}
#header .side-nav .socials:after {
  content: '';
  position: absolute;
  left: 104%;
  border-right: 1px solid #DEDFE0;
  top: 0;
  bottom: 0;
}
#header .side-nav .socials span.socials-container a {
  background-image: url('http://aspirepeople.co.uk/wp-content/themes/aspirepeople/assets/less/../images/socials-square.svg');
  width: 28px;
  height: 28px;
  display: inline-block;
  background-size: 600% 700%;
  background-position: 0 -112px;
}
#header .side-nav .socials span.socials-container a:hover {
  text-decoration: none;
  background-position: 0% -300%;
}
#header .side-nav .socials span.socials-container a.twitter {
  background-position: -100% -400%;
}
#header .side-nav .socials span.socials-container a.twitter:hover {
  background-position: -100% -300%;
}
#header .side-nav .socials span.socials-container a.linkedin {
  background-position: -200% -400%;
}
#header .side-nav .socials span.socials-container a.linkedin:hover {
  background-position: -200% -300%;
}
#header .side-nav .socials span.socials-container a.google-plus,
#header .side-nav .socials span.socials-container a.google {
  background-position: -300% -400%;
}
#header .side-nav .socials span.socials-container a.google-plus:hover,
#header .side-nav .socials span.socials-container a.google:hover {
  background-position: -300% -300%;
}
#header .side-nav .socials span.socials-container a.rss {
  background-position: -400% -400%;
}
#header .side-nav .socials span.socials-container a.rss:hover {
  background-position: -400% -300%;
}
#header .side-nav .socials span.socials-container a.pinterest {
  background-position: -500% -400%;
}
#header .side-nav .socials span.socials-container a.pinterest:hover {
  background-position: -500% -300%;
}
#header .side-nav .socials a {
  margin-bottom: -10px;
}
#header .side-nav .small_nav {
  float: right;
}
#header .side-nav ul {
  margin-top: 10px;
  float: right;
  padding-left: 0;
}
#header .side-nav ul li {
  list-style: none;
  margin-right: 12px;
  display: inline-block;
}
#header .side-nav ul li.menu-item-object-custom {
  position: relative;
  margin-left: 20px;
}
#header .side-nav ul li.menu-item-object-custom:before {
  content: '';
  position: absolute;
  left: -18px;
  border-right: 1px solid #DEDFE0;
  top: -3px;
  bottom: -3px;
}
#header .side-nav ul li a {
  color: #54075b;
  font-weight: bolder;
}
#header .side-nav ul li a:hover {
  color: #535459;
}
#header .navigation .inner-limit {
  position: relative;
}
#header .navigation .current-menu-item,
#header .navigation .current-menu-ancestor {
  background: #54075b;
}
#header .navigation nav {
  background: #656870;
}
#header .navigation ul {
  padding-left: 0;
  margin: 0;
  position: relative;
  display: inline-block;
}
#header .navigation ul #menu-item-35 a {
  position: relative;
  padding: 24px 15px;
}
#header .navigation ul #menu-item-35 a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f015";
  position: absolute;
  top: 0;
  left: 0;
  bottom: -1px;
  right: 0;
  font-size: 25px;
  padding: 22px 23px;
  background: #5B5E65;
}
#header .navigation ul > li {
  list-style: none;
  display: inline-block;
  margin: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#header .navigation ul > li > a {
  padding: 25px 30px;
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#header .navigation ul > li > a:hover {
  text-decoration: none;
  background: #54075b;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#header .navigation ul > li > ul {
  position: absolute;
  top: 80%;
  left: 0;
  z-index: 300;
  margin-top: 14px;
  padding: 10px 0;
  width: 1200px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  display: none;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  background: #54075b;
}
#header .navigation ul > li > ul:before {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  top: 0;
  bottom: 0;
  background: #54075b;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#header .navigation ul > li > ul:after {
  right: 0;
  -webkit-transition: all 0 ease-out 0s;
  -moz-transition: all 0 ease-out 0s;
  -o-transition: all 0 ease-out 0s;
  transition: all 0 ease-out 0s;
}
#header .navigation ul > li > ul:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  background: #54075b;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#header .navigation ul > li > ul > li {
  display: inline-block;
  margin: 0;
  width: 24.7%;
}
#header .navigation ul > li > ul > li > a {
  font-size: 14px;
  color: #FFF;
  padding: 15px !important;
  display: block;
}
#header .navigation ul > li > ul > li > a:hover {
  text-decoration: none;
  color: #ab94c6;
}
#header .navigation ul > li:hover > ul,
#header .navigation ul > li > ul:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  display: block;
  visibility: visible;
}
#header .navigation ul > li:hover > ul:before,
#header .navigation ul > li:hover > ul:after,
#header .navigation ul > li > ul:hover:before,
#header .navigation ul > li > ul:hover:after {
  display: block;
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#header .navigation ul > li:hover > ul:before,
#header .navigation ul > li > ul:hover:before {
  left: -100%;
  -webkit-transition: all 0 ease-out 0s;
  -moz-transition: all 0 ease-out 0s;
  -o-transition: all 0 ease-out 0s;
  transition: all 0 ease-out 0s;
}
#header .navigation ul > li:hover > ul:after,
#header .navigation ul > li > ul:hover:after {
  right: -100%;
  -webkit-transition: all 0 ease-out 0s;
  -moz-transition: all 0 ease-out 0s;
  -o-transition: all 0 ease-out 0s;
  transition: all 0 ease-out 0s;
}
#header .navigation ul > li:hover {
  background: #54075b;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#header .navigation .search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding: 0 20px 0 0;
}
#header .navigation .search:hover {
  cursor: pointer;
}
#header .navigation .search:hover .search_field input {
  width: 400px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#header .navigation .search .search_field:hover {
  cursor: pointer;
}
#header .navigation .search .search_field:hover input[type="text"] {
  width: 400px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#header .navigation .search .search_field input[type="text"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  min-height: 72px;
  margin-right: 20px;
  border-radius: 0;
  background: #54075b;
  color: #FFF;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#header .navigation .search .search_field ::-webkit-input-placeholder {
  color: #FFF;
}
#header .navigation .search .search_field :-moz-placeholder {
  color: #FFF;
}
#header .navigation .search .search_field ::-moz-placeholder {
  color: #FFF;
}
#header .navigation .search .search_field :-ms-input-placeholder {
  color: #FFF;
}
#header .navigation .search .icon {
  position: relative;
  float: right;
  width: 75px;
  height: 72px;
  background: #54075b;
}
#header .navigation .search .icon input[type=submit] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,0);
  cursor: pointer;
}
#header .navigation .search .icon:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 20px;
  padding: 25px 28px;
  color: #FFF;
}
.page-id-232 .menu-item-631 {
  background-color: #656870 !important;
}
section.scrolling-list {
  padding: 0;
}
section.scrolling-list ul {
  overflow: hidden;
  list-style: none;
  margin: 0 10px;
  padding: 0 20px;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
  background: #54075b;
  max-height: 60px;
}
section.scrolling-list ul:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
section.scrolling-list ul li {
  position: relative;
  display: block;
  margin: 0 20px;
  height: 60px;
  padding-top: 20px;
}
section.scrolling-list ul li a {
  color: #FFF;
  position: relative;
  white-space: nowrap;
  padding: 0 35px 0 0;
  border-right: 1px solid #ab94c6;
}
section.scrolling-list ul li a:hover {
  text-decoration: underline;
}
section.scrolling-list .flickity-page-dots {
  display: none;
}
section.scrolling-list .flickity-prev-next-button {
  display: none;
}
section.slider {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px 0;
  color: #FFF;
}
section.slider h2 {
  margin-top: 30px;
  font-size: 30px;
}
section.slider p {
  margin-bottom: 25px;
  max-width: 600px;
}
section.slider img {
  height: 100%;
}
section.slider button.previous,
section.slider button.next {
  width: 65px;
  height: 65px;
  min-width: 0;
  margin: 0;
  border-radius: 0;
}
section.slider svg {
  fill: #FFF;
  width: 20px;
  height: 35px;
}
section.slider .gallery-cell {
  display: block;
  width: 100%;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
section.slider .gallery-cell:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
section.slider .gallery-cell.slide {
  max-height: 525px;
}
section.slider a.gallery-cell {
  cursor: pointer;
}
section.slider .flickity-page-dots {
  display: none;
}
section.slider .content {
  background: #ab94c6;
  padding: 0 40px;
}
section.slider .previous,
section.slider .next {
  position: absolute;
  right: 0;
  bottom: 5px;
  min-width: 65px;
}
section.slider .next {
  background: #71017B;
}
section.slider .next:hover {
  background: #414042;
}
section.slider .previous {
  right: 65px;
}
section.featured-blocks {
  padding: 20px 0;
}
section.featured-blocks figure img {
  height: 100%;
}
section.featured-blocks .feature {
  position: relative;
}
section.featured-blocks .feature:hover .image:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
section.featured-blocks .feature:hover .image:after {
  visibility: visible;
  top: 35%;
  left: 22%;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
section.featured-blocks .image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 48.3%;
  bottom: 0;
  left: 0;
  margin: 0 10px;
  background-color: #a4aeb9;
  background-color: rgba(164,174,185,0.6);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99a4aeb9, endColorstr=#99a4aeb9)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99a4aeb9, endColorstr=#99a4aeb9);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
section.featured-blocks .image:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  color: #FFF;
  visibility: hidden;
  border: 5px solid rgba(255,255,255,0.1);
  background: #656870;
  padding: 15px;
  border-radius: 50%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
section.featured-blocks .content {
  padding: 20px;
}
section.featured-blocks .content h2 {
  margin-top: 0;
}
section.featured-blocks .grey {
  background: #A4AEB9;
}
section.featured-blocks .grey h2 a {
  color: #54075b;
}
section.featured-blocks .grey p {
  color: #FFF;
}
section.featured-blocks .purple {
  background: #54075b;
}
section.featured-blocks .purple h2 a,
section.featured-blocks .purple p {
  color: #FFF;
}
section.feeds .tabs {
  padding-left: 0;
  margin: 0;
  background: #ab94c6;
}
section.feeds .tabs .tab.active {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #f1f4f7;
  background-color: rgba(241,244,247,0.6);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99f1f4f7, endColorstr=#99f1f4f7)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99f1f4f7, endColorstr=#99f1f4f7);
}
section.feeds .tabs .tab.active em {
  color: #535459;
}
section.feeds .tabs .tab {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  margin: 0 0 0 -3.7px;
  display: inline-block;
  width: 20%;
  height: 100%;
  text-align: center;
}
section.feeds .tabs .tab:first-child {
  margin: 0;
}
section.feeds .tabs .tab a {
  display: block;
  width: 100%;
  padding: 15px 0;
}
section.feeds .tabs .tab em {
  color: #FFF;
  font-size: 40px;
}
section.feeds .tabs .tab:hover {
  background-color: #DEDFE0;
}
section.feeds .tabs .tab:hover em {
  color: #535459;
}
section.feeds .tab-content .content:first-child {
  display: block;
}
section.feeds .tab-content .content {
  display: none;
  padding-bottom: 20px;
}
section.feeds .tab-content h2 {
  color: #535459;
  font-size: 25px;
  font-weight: bolder;
}
section.feeds .twitter {
  background: #54075b;
  padding: 12px 0;
}
section.feeds .twitter h2 {
  text-align: center;
  margin: 0;
  color: #FFF;
  text-transform: uppercase;
  margin-top: 10px;
}
section.feeds .twitter .tweet_list {
  list-style: none;
  padding: 0 30px 0 60px;
}
section.feeds .twitter li {
  position: relative;
  margin-bottom: 20px;
}
section.feeds .twitter li:last-child {
  margin-bottom: 0;
}
section.feeds .twitter li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f099";
  position: absolute;
  right: 100%;
  font-size: 35px;
  color: #FFF;
  margin-right: 10px;
}
section.feeds .twitter a {
  text-decoration: underline;
}
section.feeds .twitter span,
section.feeds .twitter a {
  color: #FFF;
}
section.feeds .recent-blogs {
  position: relative;
}
section.feeds .recent-blogs ul {
  padding-left: 0;
}
section.feeds .recent-blogs li {
  margin: 0;
}
section.feeds .recent-blogs h2 {
  padding: 1em 0 0.7em 0;
  margin: 0;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  font-weight: bolder;
  background: #ab94c6;
}
section.feeds .recent-blogs h3 {
  margin: 0 0 0 0;
  font-size: 12px;
  font-weight: bolder;
}
section.feeds .recent-blogs h3 a {
  color: #54075b;
}
section.feeds .recent-blogs h3 a:hover {
  text-decoration: underline;
}
section.feeds .recent-blogs p img {
  display: none;
}
section.feeds .recent-blogs p {
  font-size: 12px;
  color: #535459;
}
section.feeds .recent-blogs .button {
  margin-left: 10px;
}
section.sub-header {
  padding: 30px 0;
}
section.sub-header .home,
section.sub-header .parent,
section.sub-header .current-page {
  display: inline-block;
}
section.sub-header h2,
section.sub-header h1 {
  margin: 0;
  font-size: 30px;
}
section.sub-header .page-parent {
  background: #54075b;
  padding: 15px;
}
section.sub-header .page-parent h2 {
  color: #FFF;
  font-weight: 700;
  padding: 15px;
  text-transform: uppercase;
}
section.sub-header .current,
section.sub-header .crumbs {
  background: #ab94c6;
  display: inline-block;
  padding: 15px;
  color: #FFF;
}
section.sub-header h1 {
  float: left;
  display: inline-block;
  padding: 15px;
  padding-left: 18px;
  font-size: 24px;
}
section.sub-header .crumbs {
  float: right;
  padding: 25px;
}
section.sub-header .crumbs .home a {
  position: relative;
  margin-right: 20px;
}
section.sub-header .crumbs .home a:after {
  content: ' / ';
  position: absolute;
  top: 0;
  right: -15px;
}
section.sub-header .crumbs .current-page {
  position: relative;
  margin-left: 20px;
}
section.sub-header .crumbs .current-page:before {
  content: ' / ';
  position: absolute;
  top: 0;
  left: -15px;
}
section.sub-header .crumbs a {
  color: #FFF;
}
section.page-parts {
  background: #FFF;
}
section.page-parts .left-img {
  padding-right: 20px;
}
section.page-parts p em,
section.page-parts ul em {
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  font-color: #333132;
}
section.page-parts table td {
  padding: 5px 10px;
}
section.page-parts .cols {
  margin: 20px 0;
}
section.page-parts .cols.no-gutter {
  margin-top: 0;
}
section.page-parts .cols.no-gutter .cols.left {
  margin-top: 0;
}
section.page-parts .blog-content {
  margin-bottom: 0;
}
section.page-parts .blog-content .cols {
  margin-bottom: 0;
}
section.page-parts .content {
  padding-right: 20px;
  max-width: 850px;
}
section.page-parts .custom {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
}
section.page-parts .custom .col {
  padding: 0 10px;
}
section.page-parts h2 {
  color: #656870;
  font-size: 24px;
  margin-top: 0;
}
section.page-parts h1,
section.page-parts h3,
section.page-parts h4 {
  color: #656870;
}
section.page-parts a {
  color: #54075b;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section.page-parts .left img {
  padding: 0 20px 0 0;
}
section.page-parts .right img {
  padding: 0 0 0 20px;
}
section.page-parts .outer {
  position: relative;
}
section.page-parts .outer .link {
  display: block;
}
section.page-parts .tile {
  position: relative;
  min-height: 220px;
  padding: 30px 20px;
  margin-top: 20px;
  background-color: #54075b;
  text-align: center;
  color: #FFF;
}
section.page-parts .tile p {
  font-size: 16px;
}
section.page-parts .tile i {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
section.page-parts .tile i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -21px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f013";
  font-size: 50px;
  color: #FFF;
  z-index: 200;
}
section.page-parts .tile i.pencil:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f040";
}
section.page-parts .tile i.clock:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f017";
}
section.page-parts .tile i.arrow:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f148";
  margin-left: -14px;
}
section.page-parts .tile i.person:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f007";
  margin-left: -19.5px;
}
section.page-parts .tile i.download:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f01a";
}
section.page-parts .tile i.tick:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  margin-left: -25px;
}
section.page-parts .tile i.file:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f019";
  margin-left: -23px;
}
section.page-parts .tile i.info:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05a";
}
section.page-parts .tile .text {
  margin: 20px 0 0;
}
section.page-parts a:hover .tile {
  background-color: #ab94c6;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.page-id-20 section.page-parts .cols.no-gutter {
  margin-bottom: 0;
}
.page-id-20 section.page-parts .cols.no-gutter h2 {
  margin-bottom: 0;
}
section.sidebar {
  padding: 30px;
  background: #656870;
}
section.sidebar h2,
section.sidebar a {
  color: #FFF;
}
section.sidebar a:hover {
  color: #ab94c6;
}
section.sidebar h2 {
  font-size: 24px;
  margin: 0;
}
section.sidebar ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  padding-bottom: 30px;
}
section.sidebar li {
  padding-top: 5px;
  border-top: 1px solid rgba(255,255,255,0.2);
}
section.sidebar .button {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
}
section.sub-header.jobs {
  padding: 20px 0 0 0;
}
section.job-list {
  padding: 20px 0;
}
section.job-list .urgent:nth-child(-n+3) {
  margin-bottom: 20px;
}
section.job-list .urgent h3,
section.job-list .urgent h2 {
  margin: 0;
}
section.job-list .urgent h2 {
  font-weight: 800;
  font-size: 24px;
}
section.job-list .urgent .job {
  padding: 30px;
  background: #656870;
  color: #FFF;
}
section.job-list .urgent .more {
  height: 50px;
  background: #54075b;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
section.job-list .urgent .more a {
  display: block;
  height: 100%;
  color: #FFF;
  padding: 13.5px 30px;
  text-transform: uppercase;
}
section.job-list .urgent .more:hover {
  background-color: #ab94c6;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
section.job-sidebar .search,
section.job-sidebar .job-feed,
section.job-sidebar .buttons {
  padding: 30px;
  background: #656870;
  color: #FFF;
}
section.job-sidebar .search h2,
section.job-sidebar .job-feed h2,
section.job-sidebar .buttons h2 {
  margin: 0;
  font-style: 24px;
}
section.job-sidebar .job-feed {
  background: #54075b;
}
section.job-sidebar .job-feed .twitter-url {
  color: #FFF;
}
section.job-sidebar .job-feed ul.tweet_list {
  padding-left: 30px;
  list-style: none;
}
section.job-sidebar .job-feed ul.tweet_list li.tweet {
  position: relative;
  margin-bottom: 15px;
}
section.job-sidebar .job-feed ul.tweet_list li.tweet:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f099";
  position: absolute;
  right: 105.5%;
  font-size: 30px;
}
section.job-sidebar .search label {
  display: block;
  margin-top: 14px;
  color: #FFF;
}
section.job-sidebar .search input,
section.job-sidebar .search select {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 10px !important;
  margin-bottom: 7px;
  background-color: #FFF;
  font-family: "Arial";
}
section.job-sidebar .buttons .button {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 20px;
}
section.job-sidebar .buttons .button:first-child {
  margin-bottom: 20px;
}
section.jobs-accordion.faqs {
  margin-top: 0;
}
section.jobs-accordion.faqs h3 {
  padding-right: 30px;
}
section.jobs-accordion {
  margin-top: 40px;
}
section.jobs-accordion.results {
  margin-top: 0;
}
section.jobs-accordion .content {
  padding: 0 30px;
}
section.jobs-accordion .button {
  margin-bottom: 25px;
}
section.jobs-accordion .accordion {
  margin-bottom: 10px;
  position: relative;
}
section.jobs-accordion h3.ui-state-active {
  background: #54075b;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section.jobs-accordion h3.ui-state-active:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f068";
}
section.jobs-accordion h3 {
  margin: 0;
  padding: 10px;
  background: #A4AEB9;
  color: #FFF;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section.jobs-accordion h3:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  position: absolute;
  top: 15px;
  right: 15px;
}
section.jobs-accordion h3:hover {
  cursor: pointer;
}
section.case-studies {
  margin-bottom: 10px;
}
section.case-studies .case {
  background: #656870;
}
section.case-studies .case h3 {
  margin: 0;
  height: 100%;
}
section.case-studies .case h3 a {
  color: #FFF;
  display: block;
  height: 100%;
  padding: 20px;
}
section.case-studies .read-more {
  width: 100%;
  padding: 20px;
  display: block;
  margin-bottom: 15px;
  color: #FFF;
  background: #54075b;
  font-weight: bolder;
}
section.single-case h1,
section.single-case p {
  max-width: 750px;
}
section.single-case section.sidebar h2 {
  display: none;
}
section.team-members .member {
  background: #656870;
}
section.team-members .member .content {
  padding: 30px;
  color: #FFF;
}
section.team-members .member .content h2,
section.team-members .member .content h3,
section.team-members .member .content p {
  margin: 0;
}
section.team-members .member .content a {
  color: #54075b;
}
section.team-members .member .content h3 {
  margin-bottom: 15px;
}
section.team-members .member .content h3 {
  color: #FFF;
  font-weight: 700;
  font-size: 14px;
}
section.team-members .member a:hover {
  color: #ab94c6;
}
section.team-members .member-social {
  min-height: 54px;
  background: #54075b;
  padding: 10px 20px;
}
section.team-members .member-social a {
  background-image: url('http://aspirepeople.co.uk/wp-content/themes/aspirepeople/assets/less/../images/socials-square.svg');
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: 600% 700%;
  background-position: 0 -60px;
}
section.team-members .member-social a:hover {
  text-decoration: none;
  background-position: 0% -200%;
}
section.team-members .member-social a.twitter {
  background-position: -100% -200%;
}
section.team-members .member-social a.twitter:hover {
  background-position: -100% -200%;
}
section.team-members .member-social a.linkedin {
  background-position: -200% -200%;
}
section.team-members .member-social a.linkedin:hover {
  background-position: -200% -200%;
}
section.team-members .member-social a.google-plus,
section.team-members .member-social a.google {
  background-position: -300% -200%;
}
section.team-members .member-social a.google-plus:hover,
section.team-members .member-social a.google:hover {
  background-position: -300% -200%;
}
section.team-members .member-social a.rss {
  background-position: -400% -200%;
}
section.team-members .member-social a.rss:hover {
  background-position: -400% -200%;
}
section.team-members .member-social a.pinterest {
  background-position: -500% -200%;
}
section.team-members .member-social a.pinterest:hover {
  background-position: -500% -200%;
}
section.team-members .member-social:nth-child(-n+3) {
  margin-bottom: 20px;
}
section.team-members .member-social .email {
  width: 0;
  height: 0;
  position: relative;
}
section.team-members .member-social .email:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e0";
  position: absolute;
  top: -25px;
  left: 5px;
  font-size: 20px;
  color: #FFF;
}
section.single-job {
  padding: 20px 0;
  margin: 8px 0;
}
section.single-job .tabs {
  width: 100%;
}
section.single-job .tabs .active a {
  background: #ab94c6;
  color: #FFF;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section.single-job .tabs ul {
  padding: 0;
}
section.single-job .tabs li {
  display: inline-block;
  height: 75px;
  padding: 0 10px 0 0;
}
section.single-job .tabs li:hover a {
  color: #FFF;
  background: #656870;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section.single-job .tabs li a {
  color: #FFF;
  padding: 27px;
  display: block;
  background: #54075b;
  font-weight: bolder;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section.single-job .button:hover {
  background: #ab94c6;
}
section.single-job .indeed-button {
  display: inline-block;
  margin: -2px 20px 0;
  vertical-align: middle;
}
section.single-member .member-info {
  position: relative;
  padding-top: 20px;
  clear: both;
  border-top: 1px solid #cfcfcf;
}
section.single-member .member-info h2 {
  display: inline-block;
}
section.single-member .member-info h2:after {
  content: '|';
  color: #656870;
  padding-left: 20px;
}
section.single-member .member-info .member-social {
  position: absolute;
  display: inline-block;
  margin-left: 10px;
}
section.single-member .member-info .member-social a {
  background-image: url('http://aspirepeople.co.uk/wp-content/themes/aspirepeople/assets/less/../images/socials-square.svg');
  width: 35px;
  height: 35px;
  display: inline-block;
  background-size: 600% 700%;
  background-position: 0 -140px;
}
section.single-member .member-info .member-social a:hover {
  text-decoration: none;
  background-position: 0% -300%;
}
section.single-member .member-info .member-social a.twitter {
  background-position: -100% -400%;
}
section.single-member .member-info .member-social a.twitter:hover {
  background-position: -100% -300%;
}
section.single-member .member-info .member-social a.linkedin {
  background-position: -200% -400%;
}
section.single-member .member-info .member-social a.linkedin:hover {
  background-position: -200% -300%;
}
section.single-member .member-info .member-social a.google-plus,
section.single-member .member-info .member-social a.google {
  background-position: -300% -400%;
}
section.single-member .member-info .member-social a.google-plus:hover,
section.single-member .member-info .member-social a.google:hover {
  background-position: -300% -300%;
}
section.single-member .member-info .member-social a.rss {
  background-position: -400% -400%;
}
section.single-member .member-info .member-social a.rss:hover {
  background-position: -400% -300%;
}
section.single-member .member-info .member-social a.pinterest {
  background-position: -500% -400%;
}
section.single-member .member-info .member-social a.pinterest:hover {
  background-position: -500% -300%;
}
section.single-member .member-info .member-social a {
  transition: 0s;
}
section.single-member .member-info .member-social a.email {
  background: none;
  position: relative;
  color: #6D6E71;
}
section.single-member .member-info .member-social a.email:hover {
  color: #54075b;
}
section.single-member .member-info .member-social a.email:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e0";
  font-size: 24px;
  position: absolute;
  top: 5px;
  right: 5px;
}
section.contact em {
  color: #FFF;
}
section.contact .field-wrap,
section.contact #ninja_forms_required_items {
  margin-bottom: 10px;
}
section.contact .locations {
  float: left;
}
section.contact .form {
  float: right;
}
section.contact .contact-form {
  margin: 0 0 20px;
  padding: 10px 20px;
}
section.contact .contact-form .ninja-forms-req-symbol,
section.contact .contact-form .input-counter {
  display: none;
}
section.contact .contact-form .ninja-forms-required-items {
  display: none;
}
section.contact .contact-form input,
section.contact .contact-form textarea {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
section.contact .contact-form input:focus,
section.contact .contact-form textarea:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
section.contact .contact-form .button {
  float: left;
  margin-top: 0;
  background: #54075b;
  color: #FFF;
}
section.contact .location {
  background: #656870;
  margin: 30px 0;
}
section.contact .location .content {
  z-index: 100;
}
section.contact .location .right {
  position: relative;
  float: right;
}
section.contact .location .right:after {
  content: '';
  position: absolute;
  right: 99.9%;
  top: 35%;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 25px 0;
  border-color: transparent #656870 transparent transparent;
}
section.contact .location .left {
  position: relative;
  float: left;
}
section.contact .location .left:after {
  content: '';
  position: absolute;
  left: 99.9%;
  top: 35%;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 25px;
  border-color: transparent transparent transparent #656870;
}
section.contact .location .details {
  padding: 30px;
}
section.contact .location h2 {
  margin: 0;
  font-size: 27px;
}
section.contact .location em,
section.contact .location h2 {
  margin: 0;
  font: normal 14px 'Open Sans', 'Arial', sans-serif;
  font-size: 27px;
}
section.contact .location em {
  font-weight: bold;
}
section.contact .location h2,
section.contact .location p,
section.contact .location span {
  color: #FFF;
}
section.contact .location span,
section.contact .location strong {
  font-weight: bolder;
}
section.contact .location a {
  color: #FFF;
  font-weight: bold;
}
section.contact .location a:hover {
  text-decoration: underline;
}
section.contact .location .map-container {
  height: 100%;
  width: 100%;
}
section.featured-blocks.news {
  padding: 0;
}
section.news-blogs .blog {
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
section.news-blogs .school-news .blog {
  border-bottom: 0 solid;
  margin-bottom: 0;
  padding-bottom: 0;
}
section.news-blogs .blog-posts h3,
section.news-blogs .blog-posts p {
  font-size: 12px;
  margin: 0;
}
section.news-blogs .blog-posts h3 {
  margin-bottom: 20px;
}
section.news-blogs .blog-posts h3 a {
  color: #54075b;
  font-weight: 700;
}
section.news-blogs .blog-posts h3 a:hover {
  color: #535459;
}
section.news-blogs .blog-posts.left {
  padding-right: 30px;
}
section.news-blogs .blog-posts.right {
  padding-left: 30px;
}
.cols.blog:last-child {
  border-bottom: 0;
}
.school-news h2 {
  font-size: 24px;
  color: #656870;
  margin: 8px 0;
  padding-left: 10px;
}
.school-news h3 a {
  font-size: 14px;
}
.school-news h3 a:hover {
  text-decoration: underline;
}
.school-news .more a {
  font-size: 12px;
}
.school-news .blog {
  border: 0;
}
.school-news .date {
  margin-bottom: 20px;
  border-bottom: 5px solid #DEDFE0;
  padding-bottom: 5px;
}
.school-news .date .day,
.school-news .date .month {
  font-size: 24px;
  font-weight: 700;
  color: #656870;
}
.school-news .date .month {
  font-size: 14px;
}
.school-news .button {
  position: relative;
  float: right;
  text-align: left;
  padding: 18px 54px 18px 16px;
}
.school-news .button:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  position: absolute;
  top: 22px;
  right: 20px;
  font-size: 16px;
}
section.testimonials h2 {
  margin: 15px 0 8px 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #656870;
}
section.testimonials ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
section.testimonials ul .active {
  border-bottom: 5px solid #54075b;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section.testimonials ul .add a {
  background: #54075b;
}
section.testimonials ul .add a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
}
section.testimonials ul li {
  display: inline-block;
  margin-right: 1.5px;
  position: relative;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section.testimonials ul li a {
  display: block;
  padding: 15px 22px;
  font-size: 26px;
  color: #FFF;
  background: #656870;
}
section.testimonials .tabs-wrapper {
  padding: 20px;
  text-align: center;
}
section.testimonials .tabs-wrapper blockquote {
  font-weight: bolder;
}
section.testimonials .tabs-wrapper blockquote > :first-child:before,
section.testimonials .tabs-wrapper blockquote > :last-child:after {
  content: '"';
}
section.testimonials .tabs-wrapper h3 {
  font-size: 24px;
  margin: 8px 0;
  color: #656870;
}
section.testimonials .tabs-wrapper .author {
  color: #54075b;
  font-size: 20px;
  font-weight: bold;
}
section.blog {
  padding: 0 0 20px 0;
}
section.blog .blog {
  margin-bottom: 20px;
}
section.blog .blog .blog-title {
  background: #656870;
}
section.blog .blog .blog-title h3 {
  margin: 0;
  padding: 30px;
  font-size: 14px;
  color: #FFF;
}
section.blog .blog .blog-share {
  position: relative;
  background: #54075b;
}
section.blog .blog .blog-share h3 {
  margin: 0;
}
section.blog .blog .blog-share a {
  display: block;
  padding: 37px 20px;
  text-align: center;
  color: #FFF;
}
section.blog #sidebar ul {
  list-style: none;
  padding-left: 0;
}
section.blog #sidebar ul a:hover {
  color: #ab94c6;
}
section.blog #sidebar .blog-sample:after {
  display: block;
  content: '';
  height: 1px;
  border-bottom: 1px solid #FFF;
  margin-bottom: 12px;
}
section.blog #sidebar .sideblock {
  padding: 20px;
  background: #656870;
}
section.blog #sidebar .sideblock h3 {
  margin-top: 0;
}
section.blog #sidebar .sideblock h3,
section.blog #sidebar .sideblock li,
section.blog #sidebar .sideblock a {
  color: #FFF;
}
section.blog #sidebar .sideblock strong:after {
  content: '|';
  color: white;
  padding-right: 3px;
  padding-left: 4px;
}
section.blog #sidebar .title {
  display: inline;
  margin-top: 0;
  font-weight: bolder;
}
section.blog #sidebar .buttons .button {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
section.blog #sidebar .buttons .button:first-child {
  margin-bottom: 20px;
}
section.single {
  padding: 0;
}
section.single h1 {
  font-size: 28px;
  color: #656870;
  margin-bottom: 5px;
}
section.page-parts .blog-content .cols {
  margin-top: 0;
}
section.page-parts .blog-content .featured-image {
  margin-top: 16px;
}
#footer {
  padding: 40px 0;
  background: #ab94c6;
}
#footer h2,
#footer p {
  color: #FFF;
  margin: 0;
}
#footer p {
  margin-bottom: 1em;
}
#footer .socials .icons {
  margin-left: -10px;
}
#footer .socials a {
  background-image: url('http://aspirepeople.co.uk/wp-content/themes/aspirepeople/assets/less/../images/socials-square.svg');
  width: 35px;
  height: 35px;
  display: inline-block;
  background-size: 600% 700%;
  background-position: 0 -70px;
}
#footer .socials a:hover {
  text-decoration: none;
  background-position: 0% -300%;
}
#footer .socials a.twitter {
  background-position: -100% -200%;
}
#footer .socials a.twitter:hover {
  background-position: -100% -300%;
}
#footer .socials a.linkedin {
  background-position: -200% -200%;
}
#footer .socials a.linkedin:hover {
  background-position: -200% -300%;
}
#footer .socials a.google-plus,
#footer .socials a.google {
  background-position: -300% -200%;
}
#footer .socials a.google-plus:hover,
#footer .socials a.google:hover {
  background-position: -300% -300%;
}
#footer .socials a.rss {
  background-position: -400% -200%;
}
#footer .socials a.rss:hover {
  background-position: -400% -300%;
}
#footer .socials a.pinterest {
  background-position: -500% -200%;
}
#footer .socials a.pinterest:hover {
  background-position: -500% -300%;
}
#footer .footer-nav ul {
  text-align: right;
}
#footer .footer-nav ul li {
  display: inline-block;
  list-style: none;
  padding-right: 10px;
  margin: 1em 0;
}
#footer .footer-nav ul li a {
  font-size: 12px;
  color: #FFF;
}
#footer-copyright {
  background: #414042;
  text-align: center;
  color: #FFF;
  font-size: 10px;
}
#footer-copyright .cols .col:first-child {
  text-align: left;
}
#footer-copyright .cols .col:last-child {
  text-align: right;
}
#footer-copyright p,
#footer-copyright ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
#footer-copyright li {
  display: inline-block;
  margin: 0 5px;
}
#footer-copyright li:first-child {
  margin-left: 0;
}
#footer-copyright li:last-child {
  margin-right: 0;
}
#footer-copyright a {
  color: #FFF;
}
#footer-copyright a:hover {
  text-decoration: none;
  color: ;
}
.popup-content {
  padding: 20px 40px;
}
.popup-content #ninja_forms_field_22 {
  background: #54075b;
  color: #FFF;
}
.popup-content input {
  float: left;
}
.popup-content .list-checkbox-wrap ul li {
  padding-left: 0;
}
.popup-content .ninja-forms-required-items,
.popup-content .ninja-forms-req-symbol {
  display: none;
}
section.accreditations {
  margin: 30px 0;
}
section.accreditations img {
  max-width: 850px;
}
section.content input {
  float: left;
}
section.content .field-wrap.text-wrap {
  float: left;
  width: 49%;
  display: inline-block;
}
section.content .field-wrap.text-wrap:nth-child(odd) {
  float: right;
}
section.content .field-wrap.list-checkbox-wrap.label-above {
  display: block;
  width: 100%;
  clear: both;
}
section.content .list-checkbox-wrap ul {
  width: 100%;
  padding-top: 6px;
}
section.content .list-checkbox-wrap ul li {
  display: inline-block;
  width: 49%;
  float: left;
  padding-left: 0;
}
section.content .list-checkbox-wrap ul li:nth-child(even) {
  float: right;
  padding-left: 10px;
}
section.content .list-checkbox-wrap label {
  font-weight: bold;
}
#slider {
  overflow: hidden;
}
.bx-pager {
  position: absolute;
  top: 15px;
  right: 25px;
  text-align: center;
}
.bx-pager-item {
  display: inline-block;
}
.bx-pager-link {
  display: inline-block;
  margin: 5px 3px;
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #DEDFE0;
}
.bx-pager-link.active {
  background: #DEDFE0;
}
.upload-wrap label {
  height: 46px;
}
.upload-wrap ul {
  padding-left: 0;
}
.upload-wrap ul li a {
  font-size: 0;
}
.faux-file-input {
  display: block;
  position: relative;
  max-height: 46px;
  overflow: hidden;
  -webkit-appearance: none;
  -o-appearance: none;
}
.faux-file-input input[type=text] {
  width: 100%;
  height: 46px;
  margin-top: 0;
  padding-left: 170px !important;
}
.faux-file-input .lwd_submit,
.faux-file-input input[type=submit] {
  cursor: pointer;
  background-color: #54075b;
  color: #FFF;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 10px;
  max-width: 125px;
  width: 100%;
  -webkit-appearance: none;
  -o-appearance: none;
}
.faux-file-input input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-appearance: none;
  -o-appearance: none;
  cursor: pointer;
}
.faux-file-input:hover {
  cursor: pointer;
}
.faux-file-input:hover input[type=submit] {
  background-color: #656870;
}
.page-template-downloads section.sub-header .crumbs .home a {
  margin-right: 0;
}
.page-template-downloads section.sub-header .crumbs .home a:after {
  content: none;
}
.pagination {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0;
  clear: both;
}
.pagination span,
.pagination a {
  display: inline-block;
  float: left;
  width: 70px;
  height: 40px;
  padding: 10px;
  margin-right: 2px;
  color: #fff;
  background: #656870;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.pagination a:hover {
  text-decoration: none;
  color: #fff;
  background: #54075b;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.pagination .current {
  background: #54075b;
  color: #fff;
}
section.error-page {
  text-align: center;
  min-height: 600px;
  color: #FFF;
  background-size: cover;
  background-position: top center;
}
section.error-page .error-limit {
  max-width: 760px;
  margin: 0 auto;
}
section.error-page .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
}
section.error-page .overlay:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: 0;
}
section.error-page .overlay .error-limit {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}
section.error-page h2 {
  font-size: 60px;
  margin: 0 0 20px 0;
}
section.error-page .button {
  margin: 10px 5px;
}
section.thanks-page {
  text-align: center;
  min-height: 600px;
  color: #FFF;
  background-size: cover;
  background-position: top center;
}
section.thanks-page .thanks-limit {
  max-width: 760px;
  margin: 0 auto;
}
section.thanks-page .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
}
section.thanks-page .overlay:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: 0;
}
section.thanks-page .overlay .thanks-limit {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}
section.thanks-page h2 {
  font-size: 60px;
  margin: 0 0 20px 0;
}
section.thanks-page .button {
  margin: 10px 5px;
}
section.reference-form {
  margin-bottom: 60px;
}
section.reference-form .col.three-fourths {
  padding-right: 30px;
}
section.reference-form .nf-desc {
  margin: 25px 0 30px 0;
}
section.reference-form .ninja-forms-error-msg {
  color: red;
  font-size: 20px;
}
section.reference-form .ninja-forms-field-error {
  width: 65%;
  float: right;
  padding: 8px 20px;
  background-color: #54075B;
  color: #FFF;
}
section.reference-form .title-block {
  padding-top: 20px;
  margin: 40px 0;
  border-top: 1px solid #333;
}
section.reference-form .title-block h2,
section.reference-form .title-block h3 {
  margin: 0;
}
section.reference-form .field-wrap label {
  width: 35%;
  padding-right: 10px;
}
section.reference-form .field-wrap ul {
  padding-left: 10px;
}
section.reference-form .field-wrap ul li label {
  width: 10%;
}
section.reference-form .field-wrap textarea {
  max-height: 100px;
}
section.reference-form .field-wrap .text-field {
  width: 65%;
  float: right;
}
section.reference-form .field-wrap label,
section.reference-form .field-wrap .text-field {
  margin: 0 !important;
  float: left;
}
section.reference-form .field-wrap input.scores {
  display: none;
}
section.reference-form .field-wrap.rating-wrap ul {
  width: 60%;
  float: right;
}
section.reference-form .field-wrap.rating-wrap ul li {
  width: 16.6666667%;
  float: left;
  text-align: center;
}
section.reference-form .field-wrap.recaptcha-wrap {
  float: left;
  padding-left: 120px;
  width: 50%;
}
section.reference-form .field-wrap.submit-wrap {
  width: 50%;
  float: left;
  padding-left: 30px;
}
section.reference-form .field-wrap.submit-wrap input {
  margin-top: 32px;
  background: #54075b;
  color: #FFF;
}
section.reference-form #sidebar {
  padding: 10px 30px 30px;
  background: #656870;
  color: #FFF;
}
section.application-heading {
  padding: 60px 0;
  background: #54075b;
  color: #FFF;
}
section.application-heading h1 {
  font-size: 36px;
  margin: 0;
  font-weight: bold;
}
#ui-datepicker-div {
  border: 1px solid #54075b;
  padding: 11px;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
  padding: 11px !important;
  display: block;
}
section.application-form .ninja-forms-required-items,
section.application-form .ninja-forms-req-symbol,
section.application-form .ninja-forms-error-msg {
  display: none;
}
section.application-form #pagination {
  display: block;
  clear: both;
  height: 80px;
}
section.application-form #pagination .ninja-forms-mp-prev.show,
section.application-form #pagination .ninja-forms-mp-next.show {
  display: block !important;
}
section.application-form #pagination .ninja-forms-mp-prev.hide,
section.application-form #pagination .ninja-forms-mp-next.hide {
  display: none !important;
}
section.application-form .ninja-forms-error {
  position: relative;
}
section.application-form .ninja-forms-error:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 15px;
  color: #82001F;
}
section.application-form .ninja-forms-error input {
  border: 1px solid #82001F;
  border-radius: 0;
}
section.application-form .ninja-forms-error .ninja-forms-field-error {
  float: right;
  width: 80%;
  text-align: center;
  padding: 0;
  background-color: #82001F;
  max-width: none;
  color: #FFF;
}
section.application-form .ninja-forms-error .ninja-forms-field-error p {
  font-size: 12px;
  margin: 2px auto;
}
section.application-form h2 {
  font-size: 30px;
  font-weight: normal;
  color: #54075b;
}
section.application-form h2 span {
  font-weight: bold;
}
section.application-form p {
  font-size: 22px;
  max-width: 750px;
}
section.application-form p strong {
  font-weight: bold;
  color: #54075b;
}
section.application-form p span strong {
  font-weight: bold;
  color: #54075b;
}
section.application-form .ninja-forms-cont .progressbar {
  margin: 20px 0 0;
  border-radius: 0;
}
section.application-form .ninja-forms-cont .progressbar > span {
  border-radius: 0;
}
section.application-form .ninja-forms-mp-breadcrumbs {
  padding-left: 0;
  font-size: 0;
}
section.application-form .ninja-forms-mp-breadcrumbs li {
  width: 20%;
  margin: 0;
  font-size: 16px;
}
section.application-form .ninja-forms-mp-breadcrumbs li input {
  width: 100%;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section.application-form .ninja-forms-mp-breadcrumbs li:hover input {
  background: #54075b;
  cursor: pointer;
  color: #FFF;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section.application-form .ninja-forms-mp-breadcrumbs li input.ninja-forms-mp-breadcrumb-active {
  background: #54075b;
  cursor: pointer;
  color: #FFF;
}
section.application-form .ninja-forms-form-wrap label {
  display: inline-block;
  float: left;
  width: 20%;
}
section.application-form .ninja-forms-mp-nav-wrap {
  position: fixed;
  bottom: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background: #DEDFE0;
  z-index: 999;
}
section.application-form .ninja-forms-mp-nav-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  left: -100%;
  background: #DEDFE0;
  z-index: -1;
}
section.application-form .ninja-forms-mp-nav-wrap .ninja-forms-mp-nav {
  float: left;
  min-width: 100px;
  background-color: #54075b;
  margin-bottom: 0;
  margin-top: 0;
  color: #FFF;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section.application-form .ninja-forms-mp-nav-wrap .ninja-forms-mp-nav:hover {
  cursor: pointer;
  background-color: #ab94c6;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section.application-form .ninja-forms-mp-nav-wrap .ninja-forms-mp-nav.ninja-forms-mp-next {
  float: right;
}
section.application-form .col.one-fourth {
  position: relative;
  margin-bottom: 100px;
}
section.application-form .field-wrap.list-radio-wrap input[type="radio"] {
  display: inline-block;
  float: left;
  width: auto;
}
section.application-form .field-wrap.third-wrap label {
  width: 35%;
}
section.application-form .field-wrap.third-wrap .ninja-forms-field {
  width: 70%;
}
section.application-form .field-wrap.two-thirds-wrap label {
  width: 60%;
}
section.application-form .field-wrap.two-thirds-wrap .ninja-forms-field {
  width: 40%;
}
section.application-form .field-wrap.full-wrap label,
section.application-form .field-wrap.full-wrap .ninja-forms-field {
  width: 100%;
  margin-left: 0;
}
section.application-form .field-wrap.checkbox-wrap input[type="checkbox"] {
  float: left;
  margin-top: 10px;
  width: 20px;
  height: 20px;
}
section.application-form .field-wrap.one-fourth-wrap {
  position: absolute;
  top: 100%;
  left: 10px;
  right: 10px;
  margin-bottom: 0;
}
section.application-form .field-wrap.one-fourth-wrap.faux-file-input input[type=text] {
  padding-left: 135px !important;
}
section.application-form .field-wrap.one-fourth-wrap.faux-file-input input[type=submit] {
  background-color: #656870;
}
section.application-form .field-wrap.one-fourth-wrap:hover {
  background-color: #54075b;
}
section.application-form .field-wrap.one-fourth-wrap:hover.faux-file-input input[type=submit] {
  background-color: #54075b;
}
section.application-form .field-wrap.submit-wrap {
  margin-top: 30px;
}
section.application-form .field-wrap.submit-wrap .button {
  max-width: 180px;
}
section.application-form .field-wrap.submit-wrap .button:hover {
  color: #FFF;
}
section.application-form .field-wrap.hidden-wrap {
  display: none;
}
section.application-form .field-wrap.textarea-wrap textarea {
  max-width: 100%;
}
section.application-form .field-wrap.table_editor-wrap {
  width: 100%;
  padding-bottom: 30px;
  overflow: hidden;
}
section.application-form .field-wrap.table_editor-wrap * {
  width: 100%;
}
section.application-form .field-wrap.table_editor-wrap label {
  display: none;
}
section.application-form .field-wrap.table_editor-wrap .wtHolder {
  width: 100% !important;
}
section.application-form .field-wrap.table_editor-wrap .handsontable thead th .relative {
  padding: 20px 4px;
  background-color: #DEDFE0;
}
section.application-form .field-wrap.table_editor-wrap .handsontable tr td {
  padding: 20px;
}
section.application-form .field-wrap.table_editor-wrap .handsontable textarea.handsontableInput {
  max-width: 360px !important;
  width: 100% !important;
  min-width: 0 !important;
}
section.application-form .field-wrap.table_editor-wrap .handsontable textarea.handsontableInput:focus {
  box-shadow: 0 0 0 2px #54075B inset !important;
}
section.application-form .field-wrap.table_editor-wrap .wtBorder.current {
  background-color: #54075b !important;
}
section.application-form .ninja-forms-field {
  width: 80%;
}
section.application-form .ninja-forms-field.nf-desc {
  width: 100%;
}
section.application-form .ninja-forms-field.nf-desc h3 {
  margin: 0 0 20px 0;
  padding: 30px;
  background: #54075b;
  color: #FFF;
}
section.application-form .ninja-forms-field.nf-desc.disclaimer-list ul {
  font-size: 22px;
}
section.application-form .ninja-forms-field.nf-desc.disclaimer p {
  font-size: 16px;
}
section.application-form .ninja-forms-field.one-fourth {
  width: 25%;
  float: left;
}
section.application-form .ninja-forms-field.group {
  min-height: 435px;
  width: 100%;
  padding: 20px;
  background: #54075b;
  color: #FFF;
}
section.application-form .ninja-forms-field.group h3,
section.application-form .ninja-forms-field.group h4,
section.application-form .ninja-forms-field.group p {
  padding: 0;
  margin: 0;
}
section.application-form .ninja-forms-field.group h3 {
  font-size: 30px;
}
section.application-form .ninja-forms-field.group h4 {
  font-size: 20px;
}
section.application-form .ninja-forms-field.group ul li ul {
  margin: 0;
}
section.application-form .ninja-forms-field.group ul li ul li {
  position: relative;
  list-style: none;
}
section.application-form .ninja-forms-field.group ul li ul li:before {
  content: '+';
  position: absolute;
  left: -14px;
}
section.application-form .ninja-forms-field.instruction {
  text-align: center;
  margin-top: -20px;
}
section.application-form .ninja-forms-field.instruction h4 {
  margin: 0;
  padding: 30px 0;
}
section.application-form .ninja-forms-field.instruction.border {
  border: 3px solid;
  border-top: 0;
  margin-bottom: 20px;
}
section.application-form .ninja-forms-field.center h3 {
  text-align: center;
}
section.application-form .ninja-forms-field .table {
  margin: 40px 0 20px 0;
  border: 1px solid black;
  border-collapse: collapse;
}
section.application-form .ninja-forms-field .table tr,
section.application-form .ninja-forms-field .table td {
  border: 1px solid black;
}
section.application-form .ninja-forms-field .table tr:nth-child(even) {
  background-color: #b09dcb;
  background-color: rgba(176,157,203,0.4);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66b09dcb, endColorstr=#66b09dcb)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66b09dcb, endColorstr=#66b09dcb);
}
section.application-form .ninja-forms-field .table .row-title,
section.application-form .ninja-forms-field .table .row-info {
  padding-left: 20px;
  padding-right: 20px;
}
section.application-form .ninja-forms-field .table .row-title {
  width: 30%;
  text-align: center;
}
section.application-form .ninja-forms-field .table .row-title h4 {
  font-size: 30px;
}
section.application-form .ninja-forms-field .table .row-info {
  width: 70%;
  font-size: 16px;
}
section.application-form .ninja-forms-field.large-content {
  margin-bottom: 20px;
}
section.application-form .ninja-forms-field.large-content ol,
section.application-form .ninja-forms-field.large-content p {
  font-size: 16px;
  max-width: 850px;
}
section.application-form .ninja-forms-field.inline {
  display: inline;
}
section.application-form .ninja-forms-field.empty {
  border: 2px solid red;
}
section.application-form .ninja-forms-field.hourly-rate {
  max-width: 120px;
}
section.application-form .ninja-forms-field.temporary_worker {
  max-width: 500px;
}
section.search-banner,
section.dbs-banner {
  padding: 40px 0;
}
section.search-banner h2,
section.dbs-banner h2 {
  color: #FFF;
}
section.dbs-banner {
  text-align: center;
}
section.dbs-payment {
  padding: 90px 0;
  text-align: center;
}
section.dbs-payment .custom-limit {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 20px;
}
section.dbs-payment h2 {
  font-size: 25px;
}
section.dbs-payment p {
  margin-bottom: 50px;
}
section.dbs-payment .hidden-wrap {
  display: none;
}
section.dbs-payment input.button,
section.dbs-payment .ninja-forms-form-wrap input.button,
section.dbs-payment textarea.button,
section.dbs-payment .ninja-forms-form-wrap textarea.button {
  margin: 0 auto;
  background: #54075b;
  color: #FFF;
  font-size: 16px;
  padding: 15px;
  font-weight: bold;
}
section.dbs-payment input.button:hover,
section.dbs-payment .ninja-forms-form-wrap input.button:hover,
section.dbs-payment textarea.button:hover,
section.dbs-payment .ninja-forms-form-wrap textarea.button:hover {
  background: #414042;
}
@media screen and (max-width: 1250px) {
  #header .side-nav .socials:after {
    display: none;
  }
}
@media screen and (max-width: 1220px) {
  #header .navigation .search {
    display: none;
  }
  #header .side-nav {
    width: 60%;
  }
  #header .side-nav .phone:after {
    content: '|';
    padding-left: 12px;
  }
}
@media screen and (max-width: 1200px) {
  #header .one-fourth,
  #header .five-eighths {
    width: 50%;
  }
  #header .one-eighth {
    display: none;
  }
  #header .side-nav {
    text-align: right;
    padding: 0 10px;
    padding-top: 24px;
  }
}
@media screen and (max-width: 1150px) {
  #header .logo img {
    min-width: 0;
    width: auto;
    max-height: 200px;
  }
  #header .navigation nav {
    position: relative;
    cursor: pointer;
    right: 0;
  }
  #header .navigation nav:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: 45px;
    display: block;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c9";
    color: #FFF;
  }
  #header .navigation nav:after {
    display: block;
    text-align: center;
    padding: 20px 0 19px;
    content: 'MENU';
    font: normal 14px 'Open Sans', 'Arial', sans-serif;
    z-index: 200;
    color: #FFF;
    font-size: 22px;
  }
  #header .navigation nav .inner-limit {
    padding: 0 !important;
  }
  #header .navigation nav .menu {
    position: fixed;
    display: block;
    z-index: 100;
    top: 0;
    left: auto;
    right: -100%;
    bottom: 0;
    max-width: 400px;
    width: 100%;
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 130px;
    background-color: #54075b;
    background-color: rgba(84,7,91,0.99);
    zoom: 1;
    background-color: transparent \9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fc54075b, endColorstr=#fc54075b)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fc54075b, endColorstr=#fc54075b);
    text-align: center;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
  }
  #header .navigation nav .menu span.close {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 28px;
    color: #FFF;
    z-index: 9999;
  }
  #header .navigation nav .menu span.close:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
  }
  #header .navigation nav .menu .current-menu-item {
    background-color: rgba(0,0,0,0) !important;
  }
  #header .navigation nav .menu > li,
  #header .navigation nav .menu > li:first-child,
  #header .navigation nav .menu > li:last-child {
    margin: 0 !important;
    display: block;
    width: 100%;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    font-weight: bolder;
    text-align: left;
    text-transform: uppercase;
    padding: 0 90px 0 40px !important;
  }
  #header .navigation nav .menu > li > a,
  #header .navigation nav .menu > li:first-child > a,
  #header .navigation nav .menu > li:last-child > a {
    padding: 5px 0 !important;
    display: block;
    border-right: 0;
    color: #FFF;
    font-size: 20px;
  }
  #header .navigation nav .menu > li > a:before,
  #header .navigation nav .menu > li:first-child > a:before,
  #header .navigation nav .menu > li:last-child > a:before {
    content: none !important;
    background-color: rgba(0,0,0,0) !important;
  }
  #header .navigation nav .menu > li > a:first-child,
  #header .navigation nav .menu > li:first-child > a:first-child,
  #header .navigation nav .menu > li:last-child > a:first-child {
    border-left: 0 !important;
  }
  #header .navigation nav .menu > li > a:hover,
  #header .navigation nav .menu > li:first-child > a:hover,
  #header .navigation nav .menu > li:last-child > a:hover {
    background-color: rgba(0,0,0,0) !important;
  }
  #header .navigation nav .menu > li ul.sub-menu,
  #header .navigation nav .menu > li:first-child ul.sub-menu,
  #header .navigation nav .menu > li:last-child ul.sub-menu {
    text-align: left;
    list-style-type: none;
    display: none;
    width: auto;
  }
  #header .navigation nav .menu > li ul.sub-menu li,
  #header .navigation nav .menu > li:first-child ul.sub-menu li,
  #header .navigation nav .menu > li:last-child ul.sub-menu li {
    width: 100%;
    text-align: left;
  }
  #header .navigation nav .menu > li ul.sub-menu li a,
  #header .navigation nav .menu > li:first-child ul.sub-menu li a,
  #header .navigation nav .menu > li:last-child ul.sub-menu li a {
    padding: 10px 0 !important;
  }
  #header .navigation nav .menu > li:hover,
  #header .navigation nav .menu > li:first-child:hover,
  #header .navigation nav .menu > li:last-child:hover {
    background-color: rgba(0,0,0,0) !important;
  }
  #header .navigation nav .menu .menu-item-has-children {
    position: relative;
    z-index: 300;
  }
  #header .navigation nav .menu .menu-item-has-children:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 19px;
    font-size: 20px;
    color: #FFF;
    z-index: 999;
    height: 46px;
    width: 46px;
    text-align: center;
    background: #ab94c6;
  }
  #header .navigation nav .menu .menu-item-has-children:after {
    position: absolute;
    top: 12px;
    right: 10px;
    margin-left: 0;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    font-size: 20px;
    color: #FFF;
    z-index: 999;
    text-align: center;
  }
  #header .navigation nav .menu .menu-item-has-children > a {
    display: inline-block;
  }
  #header .navigation nav .menu .menu-item-has-children > a:hover:after {
    color: ;
  }
  #header .navigation nav .menu .menu-item-has-children:hover .sub-menu {
    display: block !important;
    position: relative;
    top: 0;
    margin: 0;
    text-align: center;
    background-color: rgba(0,0,0,0);
  }
  #header .navigation nav .menu .menu-item-has-children:hover .sub-menu:before {
    content: none;
    background-color: rgba(0,0,0,0) !important;
  }
  #header .navigation nav .menu .menu-item-has-children:hover .sub-menu:after {
    padding: 0;
    content: none;
    background-color: rgba(0,0,0,0);
  }
  #header .navigation nav.active + nav .menu,
  #header .navigation nav.active .menu {
    right: 0;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
  }
  #header .logo {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1120px) {
  section.contact .locations,
  section.contact .form {
    width: 100%;
    float: none;
  }
  section.contact .location:first-child {
    margin-top: 0;
  }
  section.contact .form .contact-form {
    margin: 0;
    padding: 0;
  }
  section.contact .form .field-wrap {
    width: 50%;
    float: left;
  }
  section.contact .form .field-wrap:nth-child(2n) {
    padding-right: 20px;
  }
  section.contact .form #ninja_forms_field_13_div_wrap {
    width: 100%;
    padding-right: 0;
  }
  section.contact .form #ninja_forms_field_13_div_wrap textarea {
    max-height: 100px !important;
    height: 100px !important;
  }
  section.contact .form .button {
    float: left;
  }
  section.slider button.next {
    left: 90px;
  }
  section.slider button.previous {
    left: 20px;
  }
  section.about section.sub-header .page-parent {
    text-align: center;
  }
  section.jobs-accordion.faqs .col.three-fourths,
  section.jobs-accordion.faqs .col.one-fourth {
    width: 100%;
  }
  section.jobs-accordion.faqs .col.three-fourths ul.tweet_list,
  section.jobs-accordion.faqs .col.one-fourth ul.tweet_list {
    padding-left: 0;
  }
  section.jobs-accordion.faqs .col.three-fourths ul.tweet_list li,
  section.jobs-accordion.faqs .col.one-fourth ul.tweet_list li {
    padding-left: 50px;
  }
  section.jobs-accordion.faqs .col.three-fourths ul.tweet_list li:before,
  section.jobs-accordion.faqs .col.one-fourth ul.tweet_list li:before {
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 1100px) {
  section.job-list .three-fourths {
    width: 100%;
  }
  section.job-list .one-fourth {
    width: 100%;
    margin-top: 32px;
  }
  section.job-list .one-fourth ul.tweet_list {
    padding-left: 0;
  }
  section.job-list .one-fourth ul.tweet_list li {
    padding-left: 50px;
  }
  section.job-list .one-fourth ul.tweet_list li:before {
    right: auto;
    left: 0;
  }
  section.feeds .col {
    width: 100%;
  }
  section.feeds .recent-blogs {
    padding-top: 30px;
  }
  section.feeds .recent-blogs .bx-pager {
    top: 42px;
  }
  section.feeds .recent-blogs .image {
    width: 30%;
    margin-bottom: 20px;
  }
  section.feeds .recent-blogs .col.blog-content {
    width: 70%;
    margin-bottom: 20px;
  }
  section.feeds .recent-blogs .col.blog-content h3,
  section.feeds .recent-blogs .col.blog-content p {
    width: 100%;
  }
  section.feeds .recent-blogs .col.blog-content h3 {
    margin-top: 30px;
  }
  section.feeds .recent-blogs h2 {
    padding-top: 20px;
  }
  section.feeds .recent-blogs h3,
  section.feeds .recent-blogs p {
    padding-right: 20px;
    width: 50%;
    float: left;
  }
  section.news-blogs .school-news .one-sixth {
    width: 33.33333%;
  }
  section.news-blogs .col.one-half.section {
    width: auto;
  }
  section.featured-blocks .feature {
    width: 100%;
    float: none;
  }
  section.featured-blocks .feature:first-child {
    margin-bottom: 15px;
  }
  section.featured-blocks .feature a:before {
    position: relative;
    margin: 0;
  }
  section.featured-blocks .feature a:after {
    display: none;
  }
  section.case-studies .col.one-third {
    width: 50%;
    padding-bottom: 16px;
  }
  .school-news {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  section.single-case .col.three-fourths {
    width: 60%;
  }
  section.single-case .col.one-fourth {
    width: 40%;
  }
  section.application-form .col.one-fourth {
    width: 50%;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 960px) {
  #header .one-fourth {
    width: 40%;
  }
  #header .five-eighths {
    width: 60%;
  }
  section.slider {
    max-height: 450px;
  }
  section.slider .col {
    width: 100%;
  }
  section.slider .content {
    position: absolute;
    min-height: 200px;
    background-color: #ab94c6;
    background-color: rgba(171,148,198,0.8);
    zoom: 1;
    background-color: transparent \9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccab94c6, endColorstr=#ccab94c6)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccab94c6, endColorstr=#ccab94c6);
  }
  section.slider .button {
    margin-top: 0;
  }
  section.slider button.previous {
    right: 90px;
    left: auto;
    bottom: 0;
    margin-bottom: 20px;
  }
  section.slider button.next {
    right: 20px;
    left: auto;
    bottom: 0;
    margin-bottom: 20px;
  }
  section.about .col.three-fourths,
  section.about .col.one-fourth,
  section.team-members .col.three-fourths,
  section.team-members .col.one-fourth,
  section.single-member .col.three-fourths,
  section.single-member .col.one-fourth {
    width: 100%;
    float: none;
  }
  section.about section.sidebar,
  section.team-members section.sidebar,
  section.single-member section.sidebar {
    margin-bottom: 20px;
  }
  section.blog .three-fourths {
    width: 100%;
    float: none;
  }
  section.blog #sidebar {
    margin-top: 16px;
    width: 100% !important;
  }
  section.blog .blog .three-fourths {
    width: 75%;
    float: left;
  }
  section.single-job .three-fourths {
    width: 100%;
  }
  section.news-blogs .blog-posts .more {
    margin-top: 20px;
  }
  section.page-parts .tile {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  section.job-list .urgent {
    width: 50%;
    margin-bottom: 20px;
  }
  section.jobs-accordion {
    margin-top: 0;
  }
  section.page-parts .col.three-fifths {
    width: 100%;
  }
  section.page-parts .col.three-fifths h2 {
    margin-top: 25px;
  }
  section.page-parts .left img {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  section.sub-header {
    text-align: center;
  }
  section.sub-header .col {
    width: 100%;
    float: none;
  }
  section.sub-header .current {
    text-align: center;
  }
  section.sub-header .current h1 {
    float: none;
  }
  section.sub-header .crumbs {
    float: none;
  }
  section.slider .previous,
  section.slider .next {
    bottom: 45px;
  }
  section.creditiations img {
    max-width: 100%;
  }
  section.single-case .col.three-fourths,
  section.single-case .col.one-fourth {
    width: 100%;
  }
  section.single-case .col.three-fourths {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 720px) {
  section.about .col {
    width: auto;
    float: none;
  }
  section.about .col.current {
    width: 100%;
  }
  section.team-members .col.one-third {
    width: 50%;
  }
  section.blog .three-fourths {
    width: 100%;
    float: none;
  }
  section.blog .blog {
    width: 100%;
    margin-bottom: 25px;
  }
  section.blog #sidebar {
    margin-top: 0;
    width: 50%;
  }
  section.blog .blog .three-fourths {
    width: 75%;
    float: left;
  }
  section.single-job .one-fourth {
    width: 100%;
  }
  section.page-parts .custom .col.outer {
    width: 50%;
    float: left;
  }
  #header .side-nav ul {
    margin-top: 1px;
  }
  #header .logo img {
    width: 100%;
  }
  #header .one-fourth {
    width: 30%;
  }
  #header .five-eighths {
    width: 70%;
  }
}
@media screen and (max-width: 680px) {
  section.contact .locations .location .col {
    width: 100%;
    float: none;
  }
  section.contact .locations .location .right:after,
  section.contact .locations .location .right:before,
  section.contact .locations .location .left:after,
  section.contact .locations .location .left:before {
    display: none;
  }
  section.contact .locations .location .map-container {
    height: 200px;
  }
  section.contact .locations .location .map-container:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #656870 transparent transparent transparent;
  }
  #footer .col {
    width: 100%;
    float: left;
    text-align: center;
  }
  #footer .footer-nav {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  section.single-job .tabs li {
    width: 100%;
  }
  section.single-job .content .col.one-half {
    width: 100%;
  }
  #header .side-nav ul {
    margin-top: 1px;
  }
  #header .side-nav .small_nav {
    float: none;
  }
  #header .side-nav .small_nav li {
    margin: 5px 6px !important;
  }
  #header .logo img {
    width: 100%;
  }
  #header .one-fourth,
  #header .five-eighths {
    padding-top: 20px;
    width: 100%;
    text-align: center;
  }
  #header .one-fourth {
    padding-bottom: 0;
  }
  section.slider {
    max-height: auto;
    height: auto;
  }
  section.slider .gallery-cell {
    min-height: 500px;
  }
  section.slider .gallery-cell .col {
    height: 100%;
  }
}
@media screen and (max-width: 620px) {
  section.news-blogs .school-news .one-sixth {
    width: auto;
    float: none;
  }
  section.news-blogs .school-news .button {
    float: none;
  }
  section.news-blogs .col.one-half {
    width: auto;
  }
  section.case-studies .col.one-third {
    width: auto;
  }
  section.application-form .ninja-forms-field .table .row-title,
  section.application-form .ninja-forms-field .table .row-info {
    width: 100%;
    display: block;
  }
  section.application-form .col.one-fourth {
    width: 100%;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 530px) {
  section.team-members .col.one-third {
    width: 100%;
    float: none;
  }
  section.blog .blog .col {
    width: 100%;
    float: none;
  }
  section.job-list .urgent {
    width: 100%;
    float: none;
  }
  section.featured-blocks .col {
    width: auto;
  }
  section.feeds .col {
    width: 100%;
  }
  section.feeds .recent-blogs .image {
    width: auto;
    float: auto;
  }
  section.feeds .recent-blogs h3,
  section.feeds .recent-blogs p {
    padding-right: 20px;
    width: auto;
    float: auto;
  }
  section.feeds .recent-blogs .col.blog-content {
    width: 100%;
  }
  section.feeds .recent-blogs .col.blog-content h3 {
    margin-top: 10px;
  }
  #header .navigation nav .menu {
    padding-top: 40px;
  }
  #header .navigation nav .menu > li > a,
  #header .navigation nav .menu > li:first-child > a,
  #header .navigation nav .menu > li:last-child > a {
    font-size: 26px;
  }
  section.contact .location em {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  section.about .content {
    padding: 0;
  }
  section.about section.page-parts {
    margin-bottom: 32px;
  }
  section.blog #sidebar {
    width: 100%;
  }
  section.slider p {
    display: none;
  }
  section.slider h2 {
    font-size: 20px;
    margin: 40px 0;
  }
  section.slider .gallery-cell {
    min-height: 320px;
    max-height: 320px;
  }
  section.slider .gallery-cell img {
    max-height: 320px;
  }
  section.slider .previous,
  section.slider .next {
    display: none;
  }
  section.page-parts .custom .col.outer {
    width: 100%;
  }
  section.sub-header .crumbs {
    padding-top: 0;
  }
  section.contact .form .button {
    margin-top: 10px;
  }
  section.contact .form .field-wrap {
    width: 100%;
    padding-right: 0px !important;
    padding-bottom: 5px !important;
    margin: 0 !important;
  }
  section.contact .form #ninja_forms_field_13_div_wrap {
    padding-top: 10px;
  }
  section.error-page .error-limit {
    max-width: 280px;
  }
}
@media screen and (max-width: 450px) {
  #header .side-nav ul li.menu-item-object-custom:before {
    display: none;
  }
  #header .side-nav,
  #header .logo {
    text-align: center;
    width: 100%;
  }
  #header .side-nav .socials {
    width: 100%;
    margin: 0 auto;
  }
  #header .side-nav .phone {
    display: block;
    width: 100%;
  }
  #header .side-nav .phone:after {
    content: none;
  }
  #header .side-nav .socials a {
    margin: 10px 8px 10px 0;
  }
  section.contact .form .contact-form {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  section.contact .location a.email {
    display: block;
    margin-top: 10px;
    font-size: 0;
  }
  section.contact .location a.email:hover {
    text-decoration: none;
  }
  section.contact .location a.email:hover:before,
  section.contact .location a.email:hover:after {
    color: #ab94c6;
    text-decoration: none;
  }
  section.contact .location a.email:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f003";
    padding-right: 5px;
    font-size: 14px;
    color: #FFF;
  }
  section.contact .location a.email:after {
    content: '| Email Us';
    font-size: 14px;
    color: #FFF;
  }
  section.application-form .ninja-forms-mp-breadcrumbs li {
    width: 50%;
  }
  section.application-form .ninja-forms-field.hourly-rate {
    max-width: 100px;
  }
  section.application-form .ninja-forms-form-wrap label,
  section.application-form .ninja-forms-form-wrap input {
    width: 100%;
  }
  section.application-form .label-left .ninja-forms-field {
    margin-left: 0;
  }
  section.application-form .field-wrap .label-left .ninja-forms-field {
    margin-left: 0;
  }
  section.application-form .field-wrap.third-wrap label,
  section.application-form .field-wrap.third-wrap input,
  section.application-form .field-wrap.third-wrap .ninja-forms-field,
  section.application-form .field-wrap.two-thirds-wrap label,
  section.application-form .field-wrap.two-thirds-wrap input,
  section.application-form .field-wrap.two-thirds-wrap .ninja-forms-field {
    width: 100%;
    margin-left: 0;
  }
}
.sub-nav {
  font-weight: bolder;
  font-size: 22px;
}
.sub-nav ul {
  padding: 38px 0;
  margin: 0;
  list-style-type: none;
}
.sub-nav ul li {
  display: inline-block;
  padding-right: 48px;
}
.sub-nav ul li a {
  color: #54075b;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.sub-nav ul li a:hover {
  color: #ab94c6;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section.featured-video {
  position: relative;
  min-height: 600px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 40px;
}
section.featured-video .video {
  min-height: 600px;
  width: 100%;
}
section.featured-video .content-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
}
section.featured-video .content-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: 0;
}
section.featured-video .content-container .content {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}
section.featured-video .content {
  position: relative;
  padding: 20px 0 58px 30px;
  max-width: 414px;
  color: #FFF;
}
section.featured-video .content h2 {
  margin-top: 0;
  font-size: 30px;
  font-weight: bold;
}
section.featured-video .content p {
  font-size: 18px;
}
section.featured-video .contact-container {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #54075b;
  color: #FFF;
}
section.featured-video .contact-container .button.purple {
  width: 100%;
  margin: 0;
  font-size: 16px;
  background-color: #ab94c6;
}
section.featured-video .contact-container .button.purple:hover {
  background-color: #535459;
}
section.featured-video .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section.featured-video .fancybox.media {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  margin-top: -17.5px;
  margin-left: -17.5px;
}
section.featured-video .fancybox.media:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -17.5px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f04b";
  color: #FFF;
  font-size: 45px;
  z-index: 4;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section.featured-video .fancybox.media:after {
  content: '';
  position: absolute;
  top: -30px;
  left: -35px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  border: 5px solid #FFF;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section.featured-video .fancybox.media:hover:before,
section.featured-video .fancybox.media:hover:after {
  color: #ab94c6;
  border-color: #ab94c6;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section.featured-video .fancybox.media:hover .button-text {
  color: #ab94c6;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section.featured-video .fancybox.media .button-text {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 140px;
  padding-top: 45px;
  margin-left: -70px;
  font-size: 16px;
  color: #FFF;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.vjs-tracksettings,
.vjs-control-bar {
  display: none !important;
}
#bigvid {
  position: relative;
}
#bigvid:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('http://aspirepeople.co.uk/wp-content/themes/aspirepeople/assets/less/../images/sliderbg.jpg');
  background-size: cover;
  -webkit-transition: opacity 0.5s ease-out 0s;
  -moz-transition: opacity 0.5s ease-out 0s;
  -o-transition: opacity 0.5s ease-out 0s;
  transition: opacity 0.5s ease-out 0s;
}
#bigvid.loaded:before {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out 0s;
  -moz-transition: opacity 0.5s ease-out 0s;
  -o-transition: opacity 0.5s ease-out 0s;
  transition: opacity 0.5s ease-out 0s;
}
section.introduction,
section.content-block {
  padding: 0 0 40px;
}
section.introduction h1,
section.introduction h2,
section.content-block h1,
section.content-block h2 {
  max-width: 1200px;
  margin: 0 0 36px;
  font-size: 36px;
  color: #54075b;
}
section.introduction .text-wrap,
section.content-block .text-wrap {
  max-width: 600px;
  font-size: 16px;
}
section.introduction .right,
section.content-block .right {
  width: 48%;
  float: right;
}
section.introduction .left,
section.content-block .left {
  width: 52%;
}
section.introduction .image,
section.content-block .image {
  position: relative;
  margin-top: 14px;
}
section.introduction .image .fancybox,
section.content-block .image .fancybox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section.introduction .image .fancybox:before,
section.content-block .image .fancybox:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  border: 5px solid #FFF;
  border-radius: 50%;
  margin-top: -37.5px;
  margin-left: -37.5px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section.introduction .image .fancybox:after,
section.content-block .image .fancybox:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -9px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f04b";
  color: #FFF;
  font-size: 28px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section.introduction .image .fancybox:hover:before,
section.content-block .image .fancybox:hover:before {
  border-color: #ab94c6;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section.introduction .image .fancybox:hover:after,
section.content-block .image .fancybox:hover:after {
  color: #ab94c6;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section.introduction .button.purple,
section.content-block .button.purple {
  max-width: 320px;
  margin-top: 36px;
  margin-right: 20px;
  font-size: 16px;
}
section.introduction .button.purple.additional,
section.content-block .button.purple.additional {
  margin-right: 0;
}
section.introduction p a,
section.content-block p a {
  color: #54075b;
}
section.introduction p a:hover,
section.content-block p a:hover {
  color: #ab94c6;
}
section.content-block {
  padding: 60px 0;
}
section.content-block.odd {
  background-color: #F1F4F7;
}
section.featured-places {
  padding: 60px 0;
}
section.featured-places h2 {
  margin: 0 0 30px;
  font-size: 36px;
}
section.featured-places h3 {
  margin: 20px 0;
  font-size: 20px;
  color: #54075b;
}
section.featured-places .place {
  padding-bottom: 40px;
}
section.featured-places figure {
  position: relative;
}
section.featured-places figure .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section.featured-places figure .overlay:hover {
  background-color: #54075b;
  background-color: rgba(84,7,91,0.7);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b254075b, endColorstr=#b254075b)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b254075b, endColorstr=#b254075b);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section.featured-places .link {
  display: block;
  padding-top: 20px;
  color: #54075b;
}
section.featured-places .link:hover {
  color: #ab94c6;
}
section.contact-band {
  background-color: #54075b;
  color: #FFF;
  font-size: 30px;
  text-align: center;
}
section.contact-band .custom-limit {
  max-width: 800px;
  width: 100%;
  padding: 20px 20px;
  margin: 0 auto;
}
section.contact-band a {
  color: #FFF;
}
section.contact-band a:hover {
  color: #ab94c6;
}
section.place-image {
  min-height: 450px;
}
section.place-image .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  text-align: center;
}
section.place-image .overlay:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: 0;
}
section.place-image .overlay .center {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}
section.place-image .overlay h1 {
  margin: 0;
  font-size: 40px;
  font-weight: bolder;
  color: #FFF;
}
section.place-image .overlay .button.white {
  display: block;
  max-width: 180px;
  padding: 16px 20px;
  margin: 30px auto 0;
  font-size: 16px;
  background-color: rgba(0,0,0,0);
  border: 1px solid #FFF;
  color: #FFF;
}
section.place-image .overlay .button.white:hover {
  background-color: #FFF;
  color: #333132;
}
section.place-single {
  padding: 60px 0;
}
section.place-single .text-wrap {
  max-width: 700px;
}
section.place-single h2 {
  margin: 0 0 30px;
  font-size: 30px;
  color: #54075b;
}
section.place-single .button.purple {
  margin: 40px 0 0;
}
section.place-single .ssba.ssba-wrap {
  margin-top: 30px;
}
section.place-single #sidebar h3 {
  margin: 0 0 36px;
  font-weight: bolder;
}
section.place-single #sidebar a {
  color: #54075b;
}
section.place-single #sidebar a:hover {
  color: #ab94c6;
}
@media screen and (max-width: 1100px) {
  .sub-nav ul li {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1050px) {
  section.featured-video .content-container {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .sub-nav {
    font-size: 18px;
  }
  section.introduction .left,
  section.content-block .left {
    width: 55%;
  }
  section.introduction .right,
  section.content-block .right {
    width: 45%;
  }
}
@media screen and (max-width: 900px) {
  section.featured-places .col.one-third {
    width: 50%;
  }
  .sub-nav ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  section.introduction,
  section.content-block {
    padding-bottom: 20px;
  }
  section.introduction .col.two-fifths,
  section.introduction .col.three-fifths,
  section.content-block .col.two-fifths,
  section.content-block .col.three-fifths {
    width: 100%;
  }
  section.introduction .col.two-fifths.right,
  section.introduction .col.three-fifths.right,
  section.content-block .col.two-fifths.right,
  section.content-block .col.three-fifths.right {
    float: left;
    height: auto !important;
  }
  section.introduction .col.two-fifths .text-wrap,
  section.introduction .col.three-fifths .text-wrap,
  section.content-block .col.two-fifths .text-wrap,
  section.content-block .col.three-fifths .text-wrap {
    padding-top: 20px;
  }
  section.content-block {
    padding-top: 20px;
  }
  section.content-block .image {
    margin-top: 0;
  }
  section.content-block h2 {
    margin: 36px 0 10px;
  }
  section.content-block .text-wrap {
    margin-bottom: 40px;
  }
  .sub-nav {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  section.featured-places .col.one-third {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  section.featured-video {
    margin-top: 0;
  }
  section.featured-video .fancyvideo {
    margin-top: -44px;
  }
  section.introduction .inner-limit,
  section.content-block .inner-limit {
    padding: 0;
  }
  section.introduction .inner-limit .text-wrap,
  section.introduction .inner-limit h1,
  section.introduction .inner-limit h2,
  section.content-block .inner-limit .text-wrap,
  section.content-block .inner-limit h1,
  section.content-block .inner-limit h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.introduction .inner-limit .button.purple,
  section.content-block .inner-limit .button.purple {
    display: block;
    max-width: 100%;
    margin-right: 0;
  }
  section.introduction .inner-limit h1,
  section.introduction .inner-limit h2,
  section.content-block .inner-limit h1,
  section.content-block .inner-limit h2 {
    font-size: 26px;
  }
  section.content-block {
    padding-top: 0;
  }
  section.featured-places {
    padding-top: 30px;
    padding-bottom: 0;
  }
  section.featured-places .inner-limit {
    padding: 0;
  }
  section.featured-places .text-wrap,
  section.featured-places h3,
  section.featured-places h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.featured-places .link {
    margin-left: 20px;
    margin-right: 20px;
  }
  section.contact-band {
    font-size: 20px;
  }
}
.page-template-new-job-form section.sub-header h2,
.page-template-new-job-form section.sub-header h3 {
  margin: 0;
}
.page-template-new-job-form section.sub-header h2 {
  float: left;
  display: inline-block;
  padding: 15px 15px 15px 18px;
  font-size: 24px;
}
.page-template-new-job-form section.sub-header h3 {
  padding: 15px;
  font-size: 30px;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
}
section.image-heading {
  position: relative;
  height: 320px;
}
section.image-heading .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 0;
  text-align: center;
  font-size: 0;
}
section.image-heading .overlay.light-overlay {
  background-color: #000000;
  background-color: rgba(0,0,0,0.4);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
}
section.image-heading .overlay.dark-overlay {
  background-color: #000000;
  background-color: rgba(0,0,0,0.7);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
}
section.image-heading .overlay h1 {
  font-weight: bold;
  font-size: 36px;
  color: #FFF;
  margin: 0;
}
section.image-heading .overlay:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: 0;
}
section.image-heading .overlay .inner-limit {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}
section.new-job-form {
  padding: 60px 0;
}
section.new-job-form .headings {
  float: left;
}
section.new-job-form .headings h2,
section.new-job-form .headings h3 {
  position: relative;
  padding: 12px 0;
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  clear: both;
  z-index: 200;
}
section.new-job-form .headings h2:before,
section.new-job-form .headings h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  bottom: 0;
  background-color: #ab94c6;
  z-index: -1;
}
section.new-job-form h3 {
  margin-top: 26px;
  color: #54075b;
}
section.new-job-form h4 {
  font-weight: bold;
}
section.new-job-form .ninja-forms-required-items {
  display: none !important;
}
section.new-job-form .nf-desc {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
section.new-job-form .ninja-forms-req-symbol {
  color: #54075b;
}
section.new-job-form .textarea-wrap textarea {
  height: 146px;
}
section.new-job-form .left-wrap,
section.new-job-form .right-wrap {
  float: left;
  display: inline-block;
  width: 50%;
}
section.new-job-form .left-wrap {
  padding-right: 10px;
}
section.new-job-form .right-wrap {
  float: right;
  padding-left: 10px;
}
section.new-job-form .records-left {
  padding-right: 20px;
  border-right: 1px solid #DEDFE0;
}
section.new-job-form .records-right {
  padding-left: 20px;
}
section.new-job-form .row-wrap {
  display: block;
  float: left;
  width: 100%;
  clear: both;
  border-bottom: 1px solid #DEDFE0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
section.new-job-form .left-third-wrap,
section.new-job-form .middle-third-wrap,
section.new-job-form .right-third-wrap {
  width: 33.333333%;
  float: left;
  position: relative;
}
section.new-job-form .left-third-wrap {
  padding-right: 10px;
  clear: left;
}
section.new-job-form .middle-third-wrap {
  padding: 0 10px;
}
section.new-job-form .right-third-wrap {
  padding-left: 10px;
}
section.new-job-form .field-wrap.table_editor-wrap {
  width: 100%;
  padding-bottom: 30px;
  overflow: hidden;
}
section.new-job-form .outer-block {
  margin: 0 -10px;
  float: left;
  display: block;
  zoom: 1;
}
section.new-job-form .outer-block:before,
section.new-job-form .outer-block:after {
  content: "";
  display: table;
}
section.new-job-form .outer-block:after {
  clear: both;
}
section.new-job-form .outer-block .njf-block {
  position: relative;
  float: left;
  width: 50%;
  padding: 0 10px 46px;
  margin-bottom: 20px;
  color: #FFF;
  z-index: 100;
}
section.new-job-form .outer-block .njf-block:before {
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 10px;
  background-color: #ab94c6;
  z-index: -1;
}
section.new-job-form .outer-block .njf-block .content-wrap {
  padding: 0 12px;
}
section.new-job-form .outer-block .njf-block .faux-file-input {
  position: absolute;
  bottom: -20px;
  left: 10px;
  right: 10px;
}
section.new-job-form .outer-block .njf-block h3 {
  display: block;
  background-color: #54075b;
  padding: 10px;
  margin: 0;
  color: #FFF;
}
section.new-job-form .outer-block .njf-block p,
section.new-job-form .outer-block .njf-block ul {
  max-width: 500px;
}
section.new-job-form .submit-wrap {
  float: left;
  max-width: 600px;
  padding-top: 30px;
}
section.new-job-form .submit-wrap input[type="submit"],
section.new-job-form .faux-file-input input[type="button"] {
  padding: 18px 20px 20px !important;
  margin-top: 60px;
  font-size: 25px;
  background: #54075b;
  color: #FFF;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section.new-job-form .submit-wrap input[type="submit"]:hover,
section.new-job-form .faux-file-input input[type="button"]:hover {
  background-color: #414042;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section.new-job-form .list-dropdown-wrap {
  position: relative;
}
section.new-job-form .list-dropdown-wrap:after {
  content: '';
  position: absolute;
  top: 54px;
  right: 24px;
  border-top: 6px solid #54075b;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  z-index: 0;
}
section.new-job-form .list-dropdown-wrap select {
  width: 100%;
  padding: 13px 20px;
  background-color: #DEDFE0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 2px;
  font: normal 14px 'Open Sans', 'Arial', sans-serif;
  font-size: 15px;
}
section.new-job-form .checkbox-wrap {
  clear: both;
}
section.new-job-form .checkbox-wrap input[type="checkbox"],
section.new-job-form .checkbox-wrap .ninja-forms-field-description {
  display: inline-block;
}
section.new-job-form .checkbox-wrap input[type="checkbox"] {
  margin: 0;
}
section.new-job-form .checkbox-wrap .ninja-forms-field-description {
  padding-left: 25px;
}
section.new-job-form .text-wrap.ninja-forms-error {
  position: relative;
  margin-bottom: 36px;
}
section.new-job-form .text-wrap.ninja-forms-error label {
  position: relative;
}
section.new-job-form .text-wrap.ninja-forms-error label:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  background-color: #82001F;
  margin-bottom: -50px;
  z-index: 3;
}
section.new-job-form .text-wrap.ninja-forms-error label:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  position: absolute;
  bottom: 0;
  right: 14px;
  margin-bottom: -38px;
  font-size: 20px;
  z-index: 4;
  color: #FFF;
}
section.new-job-form .ninja-forms-field-error {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #82001F;
  text-align: center;
}
section.new-job-form .ninja-forms-field-error p {
  position: relative;
  margin: 4px;
  font-size: 11px;
  color: #FFF;
}
section.new-job-form .left-wrap .ninja-forms-field-error {
  right: 10px;
}
section.new-job-form .right-wrap .ninja-forms-field-error {
  left: 10px;
}
section.new-job-form .njf-block.left-wrap .ninja-forms-field-error,
section.new-job-form .njf-block.right-wrap .ninja-forms-field-error {
  left: 0;
  right: 0;
}
section.new-job-form .textarea-wrap {
  position: relative;
  clear: both;
}
section.new-job-form .textarea-wrap.left-wrap {
  clear: left;
}
section.new-job-form .checkbox-wrap input[type="checkbox"] {
  position: relative;
  height: 15px;
  width: 20px;
  text-align: left;
  z-index: 200;
}
section.new-job-form .checkbox-wrap .ninja-forms-field-description {
  margin-top: -25px;
}
section.new-job-form .checkbox-wrap .ninja-forms-field-description > * {
  margin-top: 0;
}
section.new-job-form .checkbox-wrap label {
  margin-bottom: 20px;
}
section.new-job-form .faux-file-input.ninja-forms-error input {
  border: 1px solid #82001F;
}
section.new-job-form .faux-file-input.ninja-forms-error:after,
section.new-job-form .ninja-forms-response-msg.ninja-forms-error-msg:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  font-size: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 15px;
  color: #82001F;
}
section.new-job-form .ninja-forms-response-msg.ninja-forms-error-msg {
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: #82001F;
  color: #FFF;
}
section.new-job-form .ninja-forms-response-msg.ninja-forms-error-msg:after {
  color: #FFF;
}
section.new-job-form .handsontable thead th .relative {
  padding: 10px 4px;
}
section.new-job-form .handsontable td {
  padding: 10px 4px;
}
section.new-job-form .faux-file-input .lwd_submit,
section.new-job-form .faux-file-input input[type=submit] {
  display: none !important;
}
section.new-job-form .faux-file-input .lwd_submit,
section.new-job-form .faux-file-input input[type=button] {
  position: absolute;
  top: 0;
  max-width: 195px !important;
  margin-top: 0;
  font-size: 14px;
  padding: 13px 20px !important;
}
section.new-job-form .faux-file-input input[type=text] {
  padding-left: 195px !important;
}
.ninja-forms-success-msg {
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding-top: 24px;
  background-color: rgba(255,255,255,0.9);
  text-align: center;
}
.ninja-forms-success-msg h3 {
  font-size: 26px;
}
.ninja-forms-success-msg + #ninja_forms_form_32 {
  display: none;
}
section.slider .content.green {
  background-color: #00A79D;
}
section.slider .content.green .button.pink.big {
  background-color: #414042;
}
section.slider .content.green .button.pink.big:hover {
  background-color: #FFF;
  color: #414042;
}
.blog.single .button-container {
  padding-top: 30px;
}
.blog.single .button.big {
  color: #FFF;
}
@media screen and (max-width: 800px) {
  section.new-job-form .left-third-wrap,
  section.new-job-form .middle-third-wrap,
  section.new-job-form .right-third-wrap {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 660px) {
  section.new-job-form .outer-block .njf-block {
    width: 100%;
  }
  section.new-job-form .row-wrap {
    border: 0;
    padding: 0;
    margin: 0;
  }
  section.new-job-form .records-left,
  section.new-job-form .records-right {
    width: 100%;
    padding: 0 0 20px;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #DEDFE0;
  }
}
@media screen and (max-width: 500px) {
  section.new-job-form .left-wrap,
  section.new-job-form .right-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  section.new-job-form .left-wrap .ninja-forms-field-error,
  section.new-job-form .right-wrap .ninja-forms-field-error {
    left: 0 !important;
    right: 0 !important;
  }
}
.nominate-heading-image {
  min-height: 452px;
}
.nominate-heading-image .inner-limit {
  min-height: 452px;
  height: 100%;
  font-size: 0;
}
.nominate-heading-image .inner-limit:before {
  content: '';
  display: inline-block;
  min-height: 452px;
  height: 100%;
  vertical-align: middle;
}
.nominate-heading-image .content-wrap {
  display: inline-block;
  padding: 96px 0 40px;
  vertical-align: middle;
  color: #FFFFFF;
}
.nominate-heading-image .content-wrap.black {
  color: #333132;
}
.nominate-heading-image .heading {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 900;
  line-height: 40px;
}
.nominate-heading-image p {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
}
.nominate-form-block {
  padding: 50px 0 150px;
}
.nominate-form-block .form-heading {
  margin: 0 0 20px;
  color: #531D5A;
  font-size: 30px;
  font-weight: 900;
}
.nominate-form-block .form-subheading {
  margin: 0 0 38px;
  color: #531D5A;
  font-size: 16px;
}
.nominate-form-block .ninja-forms-field-error {
  color: white;
  padding: 10px;
  background: #531D5A;
}
.nominate-form-block .ninja-forms-required-items {
  display: none;
}
.nominate-form-block .nf-desc {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  color: #531D5A;
}
.nominate-form-block .left-side {
  padding: 26px 26px 20px;
  max-width: 520px;
  background-color: #EEEFF0;
}
.nominate-form-block .right-side {
  padding-top: 26px;
}
.nominate-form-block label {
  margin: 0;
  padding: 22px 0 16px;
}
.nominate-form-block .left-side input {
  background-color: white;
}
.nominate-form-block .right-side input,
.nominate-form-block textarea {
  background-color: #EEEFF0;
}
.nominate-form-block textarea {
  height: 214px;
}
.nominate-form-block input[type="submit"] {
  margin: 26px 0 0 auto;
  padding: 28px 65px !important;
  font-weight: 900;
  color: white;
  background-color: #531D5A;
}
.nominate-form-block input[type="text"] {
  max-height: 58px;
  padding: 20px !important;
  height: auto;
}
.share-page {
  margin-top: 0;
  padding-right: 36px;
}
.shares {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.shares .social {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  background-image: url('http://aspirepeople.co.uk/wp-content/themes/aspirepeople/assets/less/../images/socials-square.svg');
  background-size: 600% 700%;
}
.shares .social.social--twitter {
  background-position: 500% 300%;
}
.shares .social.social--facebook {
  background-position: 0 300%;
}
@media screen and (max-width: 800px) {
  .nominate-form-block .ninja-forms-form .one-half {
    width: 100%;
  }
  .nominate-form-block .text-align {
    text-align: right;
  }
  .nominate-form-block .left-side {
    max-width: none;
  }
}
@media screen and (max-width: 550px) {
  .nominate-form-block .left-side {
    padding-top: 20px;
  }
  .nominate-form-block .form-subheading {
    margin-bottom: 20px;
  }
  .nominate-form-block .one-half {
    width: 100%;
  }
  .nominate-form-block .text-align {
    text-align: left;
    margin-bottom: 20px;
  }
  .nominate-form-block input[type="text"] {
    padding: 10px !important;
  }
  .nominate-form-block .field-wrap {
    margin-bottom: 0;
  }
  .nominate-form-block .field-wrap label {
    padding-bottom: 8px;
  }
}
