@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/******************/
/* ZEBRA SETTINGS */
/******************/
/* GRIDS */
/* GUTTERS */
/**************************/
/* ROWS AND ROW MODIFIERS */
/**************************/
.row {
  margin: 0 auto;
  font-size: 0; }
  .row--contained {
    max-width: 1680px; }
  .row--flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    /* Auto width columns can make use of flex to help fill a gap or align content. */ }
    .row--flex .col--auto {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1;
          flex: 1; }
      .row--flex .col--auto-left {
        -ms-flex-pack: start;
            justify-content: flex-start; }
      .row--flex .col--auto-center {
        -ms-flex-pack: center;
            justify-content: center; }
      .row--flex .col--auto-right {
        -ms-flex-pack: end;
            justify-content: flex-end; }

/**********************/
/* COLUMN BASE STYLES */
/**********************/
[class*='col--1'] {
  position: relative;
  display: inline-block;
  vertical-align: top; }

[class*='col--2'] {
  position: relative;
  display: inline-block;
  vertical-align: top; }

[class*='col--3'] {
  position: relative;
  display: inline-block;
  vertical-align: top; }

[class*='col--4'] {
  position: relative;
  display: inline-block;
  vertical-align: top; }

[class*='col--5'] {
  position: relative;
  display: inline-block;
  vertical-align: top; }

[class*='col--6'] {
  position: relative;
  display: inline-block;
  vertical-align: top; }

[class*='col--7'] {
  position: relative;
  display: inline-block;
  vertical-align: top; }

[class*='col--8'] {
  position: relative;
  display: inline-block;
  vertical-align: top; }

[class*='col--9'] {
  position: relative;
  display: inline-block;
  vertical-align: top; }

/************/
/* COLUMNS */
/***********/
.col {
  /* COLUMN SIZES */
  /* COLUMN MODIFIERS */ }
  .col--1of1 {
    width: 100%; }
  .col--1of2 {
    width: 50%; }
  .col--2of2 {
    width: 100%; }
  .col--1of3 {
    width: 33.3333333333%; }
  .col--2of3 {
    width: 66.6666666667%; }
  .col--3of3 {
    width: 100%; }
  .col--1of4 {
    width: 25%; }
  .col--2of4 {
    width: 50%; }
  .col--3of4 {
    width: 75%; }
  .col--4of4 {
    width: 100%; }
  .col--1of8 {
    width: 12.5%; }
  .col--2of8 {
    width: 25%; }
  .col--3of8 {
    width: 37.5%; }
  .col--4of8 {
    width: 50%; }
  .col--5of8 {
    width: 62.5%; }
  .col--6of8 {
    width: 75%; }
  .col--7of8 {
    width: 87.5%; }
  .col--8of8 {
    width: 100%; }
  .col--1of12 {
    width: 8.3333333333%; }
  .col--2of12 {
    width: 16.6666666667%; }
  .col--3of12 {
    width: 25%; }
  .col--4of12 {
    width: 33.3333333333%; }
  .col--5of12 {
    width: 41.6666666667%; }
  .col--6of12 {
    width: 50%; }
  .col--7of12 {
    width: 58.3333333333%; }
  .col--8of12 {
    width: 66.6666666667%; }
  .col--9of12 {
    width: 75%; }
  .col--10of12 {
    width: 83.3333333333%; }
  .col--11of12 {
    width: 91.6666666667%; }
  .col--12of12 {
    width: 100%; }
  .col--auto {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto; }
    .col--auto-left {
      float: left; }
    .col--auto-right {
      float: right; }
  .col--flex-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .col--flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
  .col--align-top {
    vertical-align: top; }
  .col--align-middle {
    vertical-align: middle; }
  .col--align-bottom {
    vertical-align: bottom; }
  .col--extend-left, .col--extend-right, .col--extend-both {
    position: relative; }
  .col--extend-left:before, .col--extend-both:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 1680px;
    height: 100%;
    background-color: inherit; }
  .col--extend-right:after, .col--extend-both:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 1680px;
    height: 100%;
    background-color: inherit; }

/**********************/
/* ADDITIONAL CLASSES */
/**********************/
.site-wrapper {
  display: block;
  max-width: 1680px;
  margin: 0 auto; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

[class*="grid--"] > * {
  display: inline-block;
  vertical-align: top; }

.grid--1 > * {
  width: 100%;
  font-size: 18px; }

.grid--2 > * {
  width: 50%;
  font-size: 18px; }

.grid--3 > * {
  width: 33.3333333333%;
  font-size: 18px; }

.grid--4 > * {
  width: 25%;
  font-size: 18px; }

.gutters--6 {
  margin-left: -3px;
  margin-right: -3px; }
  .gutters--6 > * {
    padding: 3px;
    box-sizing: border-box; }

.gutters--x-6 {
  margin-left: -3px;
  margin-right: -3px; }
  .gutters--x-6 > * {
    padding-left: 3px;
    padding-right: 3px;
    box-sizing: border-box; }

.gutters--y-6 {
  margin-left: -3px;
  margin-right: -3px; }
  .gutters--y-6 > * {
    padding-top: 3px;
    padding-bottom: 3px;
    box-sizing: border-box; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    height: auto; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a {
  color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin-bottom: 75px; }

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.flip-clock-wrapper:after {
  clear: both; }

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  background: #333; }

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important; }

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden;
  outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #fff;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  font-size: 70px;
  line-height: 85px; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
  background: #242424; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
  background: #2b2b2b; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

/*.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }*/
.flip-clock-wrapper ul.play li.flip-clock-active {
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 6px;
  height: 100px; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: none;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: 100%;
  left: 0;
  color: #4D4D4D;
  text-shadow: none;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -1px; }

.flip-clock-dot.top {
  top: 30px; }

.flip-clock-dot.bottom {
  bottom: 30px; }

@keyframes asd {
  0% {
    z-index: 2; }
  20% {
    z-index: 4; }
  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  animation: turn 0.5s 0.5s linear both; }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }
  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  animation: turn2 0.5s linear both; }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }
  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  animation: hide 0.5s 0.2s linear both; }

@keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@media all and (max-width: 1280px) {
  .flip-clock-wrapper ul {
    width: 50px; }
  .flip-clock-wrapper ul {
    width: 34px;
    height: 77px; }
  .flip-clock-wrapper ul li a div div.inn {
    font-size: 52px;
    line-height: 77px; } }

@media all and (max-width: 599px) {
  .flip-clock-wrapper ul {
    width: 24px;
    height: 46px; }
  .flip-clock-wrapper ul li a div div.inn {
    font-size: 24px;
    line-height: 46px; }
  .flip-clock-divider {
    height: 60px; }
  .flip-clock-divider .flip-clock-label {
    font-size: 14px; } }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/**********    Grid
\**********/
.sidebar {
  padding: 0 0 30px 20px; }

.main-content {
  margin: 0 0 30px 0;
  background-color: #f2f2f2; }
  .main-content__container {
    max-width: 970px;
    padding: 85px 15px;
    margin: 0 auto; }

@media all and (max-width: 768px) {
  .main-content, .sidebar {
    width: 100%;
    padding: 0;
    margin-bottom: 30px; } }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/**********    Core
\**********/
*, *:after, *:before {
  box-sizing: border-box; }

html, body {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #232323; }

form {
  height: 100%; }

.wrapper {
  overflow: hidden;
  position: relative;
  max-width: 1680px;
  min-height: 100%;
  padding: 0 20px;
  margin: 0 auto;
  background-color: #fff; }

.row--spacer {
  margin-bottom: 50px; }

/*************    Helpers
\*************/
.clear {
  display: block;
  clear: both; }

.image--left {
  float: left;
  margin: 0 26px 26px 0; }

.image--right {
  float: right;
  margin: 0 0 26px 26px; }

/*********************    General styles
\*********************/
.page-title {
  position: relative;
  padding: 70px 45px;
  margin: 0 0 75px 0;
  background-color: #0159A3; }
  .page-title h1 {
    margin: 0; }
  .page-title .col-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 30px; }
  .page-title__text {
    padding: 75px 30px 85px 30px;
    background-color: #0159A3; }
    .page-title__text-container {
      max-width: 640px; }
  .page-title__image {
    background-color: #0159A3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .page-title__image img {
      max-width: 100%; }
  .page-title .callout--text-block {
    padding: 0; }
  @media all and (max-width: 1024px) {
    .page-title .col-container {
      padding: 0 15px; } }
  @media all and (max-width: 768px) {
    .page-title {
      margin-bottom: 40px; }
      .page-title__text {
        width: 100%;
        padding: 40px 20px; }
        .page-title__text-container {
          max-width: 100%; }
        .page-title__text h1 {
          margin-bottom: 5px;
          font-size: 36px;
          line-height: 36px; }
      .page-title__image {
        display: none; } }
  @media all and (max-width: 599px) {
    .page-title .col-container {
      padding: 0 10px; } }

.js-image-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg--blue {
  background-color: #0159A3; }

.bg--charcoal {
  background-color: #232323; }

.bg--green {
  background-color: #45dbb3; }

.bg--grey-100 {
  background-color: #f2f2f2; }

.bg--turquoise {
  background-color: #11b2cc; }

.bg--twitter {
  background-color: #23aae1; }

.bg--blue h1, .bg--blue .heading--1, .bg--blue h3, .bg--blue .heading--3 {
  color: #fff; }

.bg--blue h2, .bg--blue .heading--2 {
  color: #45dbb3; }

.bg--blue p {
  color: #fff; }

.bg--blue.link-list li a {
  color: #fff; }

.bg--charcoal h1, .bg--charcoal h2, .bg--charcoal h3, .bg--charcoal .heading--1, .bg--charcoal heading--2, .bg--charcoal .heading--3 {
  color: #45dbb3; }

.bg--charcoal p, .bg--charcoal li {
  color: #fff; }

.bg--green h1, .bg--green h2, .bg--green h3, .bg--green h4, .bg--green .heading--1, .bg--green .heading--2, .bg--green .heading--3, .bg--green .heading--4 {
  color: #0159A3; }

.bg--green p, .bg--green li {
  color: #232323; }

.bg--green a {
  color: #0159A3; }

.bg--turquoise h4, .bg--turquoise .heading--4, .bg--turquoise p, .bg--turquoise a {
  color: #fff; }

img {
  max-width: 100%; }

.block-pad {
  padding: 50px 40px; }
  .block-pad--small {
    padding: 30px; }
    @media all and (max-width: 1280px) {
      .block-pad--small {
        padding: 15px 15px; } }
  @media all and (max-width: 1500px) {
    .block-pad h2 {
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 20px; } }
  @media all and (max-width: 1280px) {
    .block-pad {
      padding: 30px 20px; } }

.js-no-scroll {
  position: relative; }
  .js-no-scroll .cover {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.cookie_notice {
  box-sizing: content-box; }
  .cookie_notice a {
    font-size: inherit; }

#ctl00_ctl00_pnlAdminBar {
  display: none; }

.slick-slide, .slick-slide * {
  outline: none !important; }

#expiredBanner {
  width: 100%;
  padding: 10px;
  text-align: center; }
  #expiredBanner span {
    color: white; }
  #expiredBanner .button {
    padding: 10px 15px;
    font-size: 16px; }

/*******************    MEDIA QUERIES
\*******************/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/****************    Typography
\****************/
p, a, label {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #494949; }

a {
  text-decoration: none;
  color: #2aba9e; }

ul {
  list-style-type: none; }

li {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px; }

h1, .heading--1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  margin-bottom: 35px;
  margin-top: 0;
  color: #232323;
  text-transform: uppercase; }

h2, .heading--2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  margin-bottom: 35px;
  margin-top: 0;
  color: #232323;
  text-transform: uppercase; }

h3, .heading--3 {
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 20px;
  margin-top: 0;
  color: #232323;
  text-transform: uppercase; }

h4, .heading--4 {
  font-size: 21px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 35px;
  margin-top: 0;
  color: #232323;
  text-transform: uppercase; }

h5, .heading--5 {
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 35px;
  margin-top: 0;
  color: #232323; }

h6, .heading--6 {
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 35px;
  margin-top: 0;
  color: #232323; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class*='heading--'] a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0; }

.page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6, .page-title p, .page-title a, .page-title li {
  color: #fff; }

@media all and (max-width: 1280px) {
  .page-title {
    padding: 50px 45px; }
    .page-title h1, .page-title .heading--1 {
      font-size: 48px; } }

@media all and (max-width: 768px) {
  .page-title {
    padding: 30px 15px; }
    .page-title h1, .page-title .heading--1, .page-title h2, .page-title .heading--2 {
      font-size: 30px; } }

@media all and (max-width: 599px) {
  .page-title {
    padding: 20px 15px; }
    .page-title h1, .page-title .heading--1, .page-title h2, .page-title .heading--2, .page-title h3, .page-title .heading--3 {
      font-size: 24px; } }

.main-content ul, .main-content ol {
  padding: 0;
  margin: 40px 0; }

.main-content ol li {
  padding-left: 17px;
  margin-left: 20px; }

.main-content ul {
  list-style-type: none; }
  .main-content ul li {
    position: relative;
    padding-left: 37px;
    color: #494949; }
    .main-content ul li:before {
      content: "";
      position: absolute;
      display: inline-block;
      top: 14px;
      left: 0;
      width: 4px;
      height: 2px;
      background-color: #494949; }

.main-content a:not(.button) {
  font-weight: 700;
  border-bottom: 1px solid transparent;
  transition: all 0.2s; }

.main-content img {
  display: block;
  max-width: 100%; }

@media all and (max-width: 1280px) {
  .main-content h1, .main-content .heading--1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 48px;
    margin-bottom: 35px; }
  .main-content h2, .main-content .heading--2 {
    font-size: 38px; } }

@media all and (max-width: 1024px) {
  .main-content h1, .main-content .heading--1 {
    font-size: 38px; }
  .main-content h2, .main-content .heading--2 {
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
    margin-bottom: 20px; }
  .main-content h3, .main-content .heading--3 {
    font-size: 24px; } }

@media all and (max-width: 768px) {
  .main-content h1, .main-content .heading--1 {
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
    margin-bottom: 20px; }
  .main-content h2, .main-content .heading--2 {
    font-size: 24px; }
  .main-content h3, .main-content .heading--3 {
    font-size: 21px; } }

.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading li, .wf-loading p, .wf-loading th, .wf-loading td, .wf-loading a, .wf-loading span {
  visibility: hidden; }

.wf-active h1, .wf-inactive h1, .wf-active h2, .wf-inactive h2, .wf-active h3, .wf-inactive h3, .wf-active h4, .wf-inactive h4, .wf-active h5, .wf-inactive h5, .wf-active h6, .wf-inactive h6, .wf-active li, .wf-inactive li, .wf-active p, .wf-inactive p, .wf-active th, .wf-inactive th, .wf-active td, .wf-inactive td, .wf-active a, .wf-inactive a, .wf-active span, .wf-inactive span {
  visibility: visible; }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/***************    Accordion
\***************/
.accordion {
  position: relative;
  margin-bottom: 5px; }
  .accordion:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background: #000;
    right: 39px;
    top: 23px;
    z-index: 1;
    transition: opacity .2s; }
  .accordion--open:before {
    opacity: 0; }
  .accordion__header {
    font-size: 21px;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 0;
    cursor: pointer;
    background: #45dbb3;
    margin-top: 0;
    padding: 0 25px;
    position: relative; }
    .accordion__header:before, .accordion__header:after {
      content: "";
      position: absolute; }
    .accordion__header:before {
      width: 30px;
      height: 30px;
      border: 1px solid #000;
      border-radius: 50%;
      top: 15px;
      right: 25px; }
    .accordion__header:after {
      width: 15px;
      height: 1px;
      background: #000;
      right: 32px;
      top: 30px; }
  .accordion__content {
    display: none;
    margin: 0 20px 25px;
    padding: 10px 30px;
    background: #0159A3; }
    .accordion__content p {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      margin-bottom: 0; }
      .accordion__content p:first-of-type {
        font-size: 16px; }
  @media only screen and (max-width: 768px) {
    .accordion__content {
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (max-width: 360px) {
    .accordion__header {
      padding: 0 15px; }
      .accordion__header:before {
        right: 15px; }
      .accordion__header:after {
        right: 22px; }
    .accordion__content {
      padding: 10px 15px; } }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/***************    Accordion
\***************/
.arrow-block-left {
  position: relative; }
  .arrow-block-left:before {
    content: "";
    position: absolute;
    display: block;
    top: 20%;
    left: 0;
    width: 33px;
    height: 65px;
    background-size: contain; }
  .arrow-block-left--red:before {
    background: url("/AppImages/icons/box-arrow-right--red.png") center no-repeat; }
  .arrow-block-left--purple:before {
    background: url("/AppImages/icons/box-arrow-right--purple.png") center no-repeat; }

.arrow-block-right {
  position: relative; }
  .arrow-block-right:before {
    content: "";
    position: absolute;
    display: block;
    top: 20%;
    right: 0;
    width: 33px;
    height: 65px;
    background-size: contain; }
  .arrow-block-right--red:before {
    background: url("/AppImages/icons/box-arrow-left--red.png") center no-repeat; }
  .arrow-block-right--purple:before {
    background: url("/AppImages/icons/box-arrow-left--purple.png") center no-repeat; }

.arrow-block-down {
  position: relative; }
  .arrow-block-down:before {
    content: "";
    position: absolute;
    display: block;
    top: 100%;
    left: 50%;
    width: 65px;
    height: 33px;
    background-size: contain;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    z-index: 1; }
  .arrow-block-down--grey:before {
    background: url("/AppImages/icons/box-arrow-down--grey.png") center no-repeat; }
  .arrow-block-down--blue:before {
    background: url("/AppImages/icons/box-arrow-down--blue.png") center no-repeat; }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/*************  Back to Top
\*************/
#back-to-top {
  position: fixed;
  bottom: -100px;
  right: 20px;
  width: 24px;
  height: 35px;
  margin: 0;
  background-image: url("/AppImages/icons/to-top.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999999999;
  transition: bottom 500ms, transform 200ms; }
  #back-to-top.show {
    bottom: 50px; }
  #back-to-top:hover {
    -ms-transform: scale(0.8);
        transform: scale(0.8); }
  @media all and (max-width: 1024px) {
    #back-to-top {
      right: 30px; }
      #back-to-top.show {
        bottom: 10px; } }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/*************    Buttons
\*************/
.button, .button_field, .save_button {
  display: inline-block;
  float: none;
  padding: 15px 25px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  background-color: #2aba9e;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s; }
  .button:hover, .button_field:hover, .save_button:hover {
    background-color: #21907b; }
  .button_action, .button_field_action, .save_button_action {
    background-color: #0159A3; }
    .button_action:hover, .button_field_action:hover, .save_button_action:hover {
      background-color: #0175d6; }
  .button--thin, .button_field--thin, .save_button--thin {
    padding: 8px 40px;
    font-size: 16px; }
  .button--wide, .button_field--wide, .save_button--wide {
    width: 100%; }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/***********    Forms
\***********/
select {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  margin-bottom: 1.4em;
  padding: 12px 14px 13px 14px;
  margin: 0;
  border: 0;
  border-radius: 0; }

textarea {
  font-family: "proxima-nova", Arial, sans-serif; }

input {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  margin-bottom: 1.4em;
  padding: 12px 14px;
  margin: 0;
  border: 0;
  border-radius: 0; }
  input[type="checkbox"], input[type="radio"] {
    display: none; }
    input[type="checkbox"] + label, input[type="radio"] + label {
      position: relative;
      padding-left: 29px; }
      input[type="checkbox"] + label:hover:before, input[type="radio"] + label:hover:before {
        border: 1px solid #0159A3; }
      input[type="checkbox"] + label:before, input[type="radio"] + label:before {
        content: " ";
        position: absolute;
        top: 4px;
        left: 0;
        width: 18px;
        height: 18px;
        background-color: #fff;
        border: 1px solid #b3b3b3;
        transition: all 0.2s; }
      input[type="checkbox"] + label:after, input[type="radio"] + label:after {
        content: url("/AppImages/icons/tick.svg");
        position: absolute;
        top: 5px;
        left: 1px;
        width: 17px;
        height: 17px;
        opacity: 0;
        -ms-transform: scale(0);
            transform: scale(0);
        transition: all 0.2s; }
    input[type="checkbox"]:checked + label:after, input[type="radio"]:checked + label:after {
      opacity: 1;
      -ms-transform: scale(1);
          transform: scale(1); }
  input[type="radio"] + label {
    margin-right: 30px; }
    input[type="radio"] + label:before {
      border-radius: 100%; }
    input[type="radio"] + label:after {
      left: 0; }
  input[type="file"] {
    display: none; }

.form_field .file--label {
  display: block;
  width: calc(80% - 30px);
  padding: 7px 10px;
  margin: 0 0 0 20%;
  margin-left: calc(20% + 30px);
  background-color: #fff;
  border: 1px solid #b3b3b3;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.2s; }
  .form_field .file--label:after {
    content: url("/AppImages/icons/upload.svg");
    position: absolute;
    top: 50%;
    left: 20px;
    width: 25px;
    height: 25px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .form_field .file--label:hover {
    border-color: #0159A3; }

.form_field .filename {
  display: block;
  width: calc(80% - 60px);
  padding: 0;
  margin: 10px 30px 0 20%;
  margin-left: calc(20% + 30px); }

@media all and (max-width: 599px) {
  .form_field .file--label {
    width: 100%;
    margin: 0; } }

.form_field, .alert_field {
  position: relative; }
  .form_field input[type="text"], .form_field input[type="password"], .form_field input[type="email"], .form_field select, .form_field textarea, .alert_field input[type="text"], .alert_field input[type="password"], .alert_field input[type="email"], .alert_field select, .alert_field textarea {
    display: inline-block;
    vertical-align: top;
    padding: 7px 10px;
    margin: 0 0 0 30px;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    color: #5d5d5d;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    transition: all 0.2s; }
    .form_field input[type="text"]:hover, .form_field input[type="text"]:focus, .form_field input[type="password"]:hover, .form_field input[type="password"]:focus, .form_field input[type="email"]:hover, .form_field input[type="email"]:focus, .form_field select:hover, .form_field select:focus, .form_field textarea:hover, .form_field textarea:focus, .alert_field input[type="text"]:hover, .alert_field input[type="text"]:focus, .alert_field input[type="password"]:hover, .alert_field input[type="password"]:focus, .alert_field input[type="email"]:hover, .alert_field input[type="email"]:focus, .alert_field select:hover, .alert_field select:focus, .alert_field textarea:hover, .alert_field textarea:focus {
      border: 1px solid #0159A3; }
    .form_field input[type="text"].list_control, .form_field input[type="password"].list_control, .form_field input[type="email"].list_control, .form_field select.list_control, .form_field textarea.list_control, .alert_field input[type="text"].list_control, .alert_field input[type="password"].list_control, .alert_field input[type="email"].list_control, .alert_field select.list_control, .alert_field textarea.list_control {
      padding: 7px 10px; }
  .form_field select, .alert_field select {
    background-color: #fff; }

label:hover + input {
  border: 1px solid #0159A3; }

.form_title_wrapper h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 67.2px;
  margin-bottom: 1.4em; }

.validation_error {
  position: absolute;
  font-size: 14px;
  width: 100%;
  top: calc(100% + 5px);
  left: 0;
  margin: 0; }

button:focus, input:focus, select:focus, textarea:focus {
  outline: 0; }

/******************    CMS Overides
\******************/
.contact_form {
  margin-bottom: 0; }

.form_captcha {
  margin-bottom: 20px; }
  .form_captcha span {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    margin: 0 !important; }
    .form_captcha span:first-of-type {
      width: 20%; }
    .form_captcha span:last-of-type {
      width: calc(25% - 30px); }
  .form_captcha img {
    max-width: 100%;
    height: auto; }
  .form_captcha input {
    width: 100%;
    padding: 7px 10px;
    margin: 0 0 0 30px;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    color: #5d5d5d;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    transition: all 0.2s; }
    .form_captcha input:hover, .form_captcha input:focus {
      border: 1px solid #0159A3; }
  @media all and (max-width: 1280px) {
    .form_captcha span:last-of-type {
      width: calc(42% - 30px); } }
  @media all and (max-width: 1024px) {
    .form_captcha span:last-of-type {
      width: calc(80% - 30px); } }
  @media all and (max-width: 599px) {
    .form_captcha span:first-of-type {
      width: 100%;
      margin-bottom: 8px !important; }
    .form_captcha span:last-of-type {
      width: 100%; }
    .form_captcha input {
      margin: 0; } }

.field_cont {
  position: relative;
  padding: 0; }
  .field_cont .g-recaptcha {
    width: calc(80% - 30px);
    margin: 0 0 18px 20%;
    margin-left: calc(20% + 30px); }
  @media all and (max-width: 599px) {
    .field_cont .g-recaptcha {
      width: 100%;
      margin: 0 0 25px 0; }
      .field_cont .g-recaptcha iframe {
        position: relative;
        left: 0;
        margin-left: -27px;
        -ms-transform: scale(0.82);
            transform: scale(0.82); } }

.form_field, .alert_field {
  padding: 0;
  margin-bottom: 25px;
  border: 0; }
  .form_field.checkbox--full label, .alert_field.checkbox--full label {
    width: 100%; }
  .form_field.field--full label, .form_field.field--full input[type="text"], .form_field.field--full input[type="password"], .form_field.field--full input[type="email"], .form_field.field--full select, .form_field.field--full textarea, .alert_field.field--full label, .alert_field.field--full input[type="text"], .alert_field.field--full input[type="password"], .alert_field.field--full input[type="email"], .alert_field.field--full select, .alert_field.field--full textarea {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .form_field.field--full label, .alert_field.field--full label {
    margin-bottom: 10px; }
  .form_field label, .alert_field label {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    float: none;
    padding: 0;
    margin: 0; }
  .form_field textarea, .alert_field textarea {
    resize: vertical;
    height: 114px; }
  .form_field input[type="text"], .form_field input[type="password"], .form_field input[type="email"], .form_field select, .form_field textarea, .alert_field input[type="text"], .alert_field input[type="password"], .alert_field input[type="email"], .alert_field select, .alert_field textarea {
    width: calc(80% - 30px); }
  .form_field.text_large input, .form_field.text_large select, .form_field.text_large textarea, .alert_field.text_large input, .alert_field.text_large select, .alert_field.text_large textarea {
    width: calc(80% - 30px); }
  .form_field.text_med input, .form_field.text_med select, .form_field.text_med textarea, .form_field.list_field input, .form_field.list_field select, .form_field.list_field textarea, .alert_field.text_med input, .alert_field.text_med select, .alert_field.text_med textarea, .alert_field.list_field input, .alert_field.list_field select, .alert_field.list_field textarea {
    width: calc(42% - 30px); }
  .form_field.Small input, .form_field.Small select, .form_field.Small textarea, .alert_field.Small input, .alert_field.Small select, .alert_field.Small textarea {
    width: calc(25% - 30px); }
  @media all and (max-width: 1280px) {
    .form_field.Small input, .form_field.Small select, .form_field.Small textarea, .alert_field.Small input, .alert_field.Small select, .alert_field.Small textarea {
      width: calc(42% - 30px); } }
  @media all and (max-width: 1024px) {
    .form_field.text_med input, .form_field.text_med select, .form_field.text_med textarea, .form_field.list_field input, .form_field.list_field select, .form_field.list_field textarea, .alert_field.text_med input, .alert_field.text_med select, .alert_field.text_med textarea, .alert_field.list_field input, .alert_field.list_field select, .alert_field.list_field textarea {
      width: calc(80% - 30px); }
    .form_field.Small input, .form_field.Small select, .form_field.Small textarea, .alert_field.Small input, .alert_field.Small select, .alert_field.Small textarea {
      width: calc(80% - 30px); } }
  @media all and (max-width: 768px) {
    .form_field, .alert_field {
      margin-bottom: 25px; } }
  @media all and (max-width: 599px) {
    .form_field label, .alert_field label {
      width: 100%;
      margin-bottom: 8px; }
    .form_field input[type="text"], .form_field input[type="password"], .form_field input[type="email"], .form_field select, .form_field textarea, .alert_field input[type="text"], .alert_field input[type="password"], .alert_field input[type="email"], .alert_field select, .alert_field textarea {
      width: 100%;
      margin: 0; }
    .form_field.text_large input, .form_field.text_large select, .form_field.text_large textarea, .form_field.text_med input, .form_field.text_med select, .form_field.text_med textarea, .form_field.list_field input, .form_field.list_field select, .form_field.list_field textarea, .form_field.Small input, .form_field.Small select, .form_field.Small textarea, .alert_field.text_large input, .alert_field.text_large select, .alert_field.text_large textarea, .alert_field.text_med input, .alert_field.text_med select, .alert_field.text_med textarea, .alert_field.list_field input, .alert_field.list_field select, .alert_field.list_field textarea, .alert_field.Small input, .alert_field.Small select, .alert_field.Small textarea {
      width: 100%;
      margin: 0; } }

.checkbox_list_items, .radio_list_items, .list_control {
  float: none; }

.checkbox_field {
  padding: 0;
  margin-bottom: 20px;
  border: 0; }
  .checkbox_field input {
    display: inline-block;
    vertical-align: text-bottom;
    float: none;
    margin-left: 10px; }
  .checkbox_field table {
    margin: 0; }
    .checkbox_field table td {
      padding: 0 0 20px 0;
      border: 0; }
    .checkbox_field table tr:last-of-type td {
      padding: 0; }

.list_field > label {
  vertical-align: middle; }

.list_field span input[type="checkbox"] + label, .list_field span input[type="radio"] + label {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px 0; }
  .list_field span input[type="checkbox"] + label:first-of-type, .list_field span input[type="radio"] + label:first-of-type {
    margin-top: 18px; }

.list_field .list_control {
  display: inline-block;
  vertical-align: middle;
  width: calc(80% - 60px);
  padding: 0;
  margin: 0 30px; }
  .list_field .list_control label {
    width: auto; }

@media all and (max-width: 599px) {
  .list_field .list_control {
    width: 100%;
    padding-left: 30px;
    margin: 0; }
    .list_field .list_control label {
      width: 100%; } }

.field_cont br {
  display: none; }

/************    Chosen
\************/
.ql_searchField .form_field {
  overflow: visible; }

.form_field .chosen-container {
  width: 100% !important;
  margin-bottom: 26px; }
  .form_field .chosen-container ul {
    background: #fff; }
    .form_field .chosen-container ul li.search-field input[type=text] {
      height: auto;
      color: #45dbb3 !important; }
  .form_field .chosen-container .chosen-choices {
    box-shadow: none; }
  .form_field .chosen-container .chosen-drop {
    box-shadow: none;
    border: 0; }
  .form_field .chosen-container-active .chosen-choices {
    border-bottom: 0; }
  .form_field .chosen-container-active .chosen-drop ul {
    border-top: 0; }
  .form_field .chosen-container-single .chosen-single {
    line-height: normal;
    border-radius: 0;
    height: auto;
    box-shadow: none !important;
    padding: 8px 35px 7px 20px;
    margin: 0;
    background: #D9D9D9;
    border: 0;
    color: #494949;
    position: relative; }
    .form_field .chosen-container-single .chosen-single:after {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;
      top: 11px;
      right: 20px;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      transition: transform 200ms;
      -ms-transform-origin: 8px 6px;
          transform-origin: 8px 6px; }
  .form_field .chosen-container .chosen-drop ul {
    margin: 0;
    padding: 0; }
    .form_field .chosen-container .chosen-drop ul li {
      padding: 9px 10px;
      font-size: 14px;
      font-weight: 400;
      color: #494949;
      transition: all 200ms; }
      .form_field .chosen-container .chosen-drop ul li.highlighted, .form_field .chosen-container .chosen-drop ul li.result-selected {
        background: #7fd6f7; }
  .form_field .chosen-container-active.chosen-with-drop .chosen-single {
    background: #D9D9D9;
    border: 0; }
    .form_field .chosen-container-active.chosen-with-drop .chosen-single:after {
      transform: rotate(-45deg) rotateX(180deg); }

.form_field .chosen-rtl .chosen-search input[type="text"],
.form_field .chosen-container-single .chosen-single abbr,
.form_field .chosen-container-single .chosen-single div b,
.form_field .chosen-container-single .chosen-search input[type="text"],
.form_field .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.form_field .chosen-container .chosen-results-scroll-down span,
.form_field .chosen-container .chosen-results-scroll-up span {
  background: none !important; }

.ui-datepicker td a {
  margin: 0; }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/************    Footer
\************/
.footer .col--2of8, .footer .col--1of8, .footer .col--3of8 {
  padding: 0 25px 80px; }

.footer .col--auto {
  padding: 0 25px; }
  .footer .col--auto p, .footer .col--auto a {
    font-size: 14px;
    color: #b3b3b3; }

.footer__address p {
  margin: 0;
  color: #b3b3b3; }

.footer__contact ul {
  padding: 0; }

.footer__contact li {
  color: #b3b3b3;
  line-height: 26px; }
  .footer__contact li a {
    border-bottom: 1px solid transparent;
    transition: all 0.2s; }
    .footer__contact li a:hover {
      border-bottom: 1px solid; }

.footer__social {
  margin-top: 55px; }

.footer .bg--charcoal {
  padding-top: 80px; }

@media all and (max-width: 1280px) {
  .footer__address, .footer__contact, .footer__nav {
    width: 33.33%; }
  .footer__blank {
    display: none; } }

@media all and (max-width: 900px) {
  .footer__address, .footer__contact {
    width: 50%; }
  .footer__nav {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 25px; } }

@media all and (max-width: 768px) {
  .footer .col--1of4.footer__address {
    padding-right: 10px;
    padding-left: 0; }
  .footer .col--1of4.footer__contact {
    padding-right: 0;
    padding-left: 10px; }
  .footer .col--1of4.footer__nav {
    padding: 0; } }

@media all and (max-width: 599px) {
  .footer div[class^="col"] {
    width: 100%;
    margin-bottom: 20px; }
    .footer div[class^="col"].footer__address, .footer div[class^="col"].footer__contact, .footer div[class^="col"].footer__nav {
      padding: 0; }
  .footer__social {
    margin-top: 20px; }
  .footer .col--auto {
    width: 100%;
    padding: 0; }
  .footer .bg--charcoal {
    padding-top: 40px; } }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/************    Header
\************/
.header .header-details {
  padding: 14px 25px 8px; }
  .header .header-details__name {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff; }
  .header .header-details__nav {
    padding: 0; }
  .header .header-details__link {
    display: inline-block; }
    .header .header-details__link a {
      display: inline-block;
      margin: 0 0 0 20px;
      color: #fff; }

.header .header-main {
  padding: 25px 40px;
  z-index: -2; }
  .header .header-main__nav {
    position: static; }
  .header .header-main__logo {
    text-align: center; }
    .header .header-main__logo a {
      padding: 10px; }
  .header .header-main__search {
    text-align: right; }
    .header .header-main__search input[type=text] {
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      margin: 0 11px 0 0;
      font-size: 18px;
      font-weight: 400;
      color: #666666;
      background-color: transparent;
      border: 0;
      text-transform: uppercase;
      text-align: right;
      border-bottom: 2px solid #2aba9e; }
      .header .header-main__search input[type=text]:focus {
        outline: none; }
    .header .header-main__search .button {
      display: inline-block;
      vertical-align: middle;
      background: url(/AppImages/icons/search.png) no-repeat center;
      padding: 0;
      width: 43px;
      height: 44px; }

@media only screen and (max-width: 1024px) {
  .header-details__name {
    display: none; }
  .header .col-container {
    padding: 20px 15px 30px 15px; }
  .header__logo {
    width: 190px; }
  .header .col--right {
    width: auto;
    padding-right: 73px; }
  .header__search input {
    width: 200px; } }

@media only screen and (max-width: 767px) {
  .header .header-details {
    position: relative;
    padding: 14px 0 8px;
    z-index: 99; }
    .header .header-details > .col--auto {
      float: none; }
    .header .header-details__link a {
      margin: 0 20px 0 0; }
  .header .header-main {
    padding: 25px 0; } }

@media all and (max-width: 599px) {
  .header .header-details {
    padding: 5px 0; }
    .header .header-details__link--about, .header .header-details__link--contact {
      display: none; } }

@media all and (max-width: 435px) {
  .header__logo {
    width: 125px; }
  .header .col--right {
    padding-top: 0; } }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/****************  Map No Scroll
\****************/
.-js-no-scroll {
  position: relative; }
  .-js-no-scroll .cover {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/*********    Nav
\*********/
.nav {
  min-height: 38px; }
  .nav__root {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 160px 0 30px;
    margin: 0;
    left: -500px;
    width: 420px;
    height: 100% !important;
    list-style: none;
    background: #0159A3;
    transition: all 0.4s;
    z-index: 10; }
    .nav__root:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: inherit;
      z-index: -1;
      box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.4); }
    .nav__root > li .nav__group {
      height: 3000px; }
  .nav__toggle {
    position: relative;
    width: 110px;
    height: 38px;
    cursor: pointer; }
    .nav__toggle:before, .nav__toggle:after {
      content: "";
      width: 40px;
      height: 5px;
      position: absolute;
      left: 0;
      background: #0159A3;
      transition: all 0.2s;
      -ms-transform-origin: 6px 4px;
          transform-origin: 6px 4px; }
    .nav__toggle:before {
      top: 0; }
    .nav__toggle:after {
      bottom: 0;
      -ms-transform-origin: 6px 4px;
          transform-origin: 6px 4px; }
    .nav__toggle-burger {
      position: absolute;
      top: 32px;
      left: 55px;
      width: 60px;
      height: auto;
      font-size: 0;
      color: #232323;
      text-align: center; }
      .nav__toggle-burger:before {
        content: "";
        position: absolute;
        top: -16px;
        left: -55px;
        height: 5px;
        width: 40px;
        background: #0159A3; }
      .nav__toggle-burger:after {
        content: "MENU";
        position: absolute;
        top: -23px;
        left: 0;
        font-size: 18px; }
      .nav__toggle-burger:first-letter {
        text-transform: uppercase; }
    .nav__toggle--close {
      position: absolute;
      top: 101px;
      left: -500px;
      height: 32px;
      z-index: 11;
      transition: all 400ms; }
      .nav__toggle--close:before, .nav__toggle--close:after {
        width: 40px;
        background-color: #fff; }
      .nav__toggle--close:before {
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        top: 6px; }
      .nav__toggle--close:after {
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        bottom: 1px;
        left: 2px; }
      .nav__toggle--close.open {
        left: 50px; }
  .nav__panel {
    display: none; }
  .nav__group {
    height: auto !important;
    position: absolute;
    top: 0;
    left: -500px;
    width: 420px;
    z-index: -2;
    background: #0159A3;
    transition: all 0.4s; }
    .nav__group:before {
      content: "";
      position: absolute;
      top: -500px;
      left: 0;
      right: 0;
      height: 4000px;
      background: inherit;
      box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.4);
      z-index: -1; }
    @media only screen and (min-width: 1025px) {
      .nav__item--has-children .nav__group:hover {
        left: -405px; } }
  .nav__folder {
    position: relative; }
    .nav__folder-header {
      display: none; }
  .nav__item {
    position: relative; }
    @media only screen and (min-width: 1025px) {
      .nav__item--has-children:hover .nav__group {
        left: 420px; } }
  .nav li a {
    display: block;
    padding: 10px 50px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
    transition: all 0.2s;
    z-index: 1; }
    .nav li a:hover {
      background-color: #2aba9e; }
      .nav li a:hover + .nav__item-expand:after {
        border-color: #fff; }
  .nav--open .nav__root {
    left: 0; }
  .nav--open .nav__group {
    right: 0; }
  .nav__item {
    transition: all 0.2s; }
    .nav__item-expand {
      width: 18px;
      height: 18px;
      position: absolute;
      top: 11px;
      right: 50px;
      transition: all 0.2s;
      pointer-events: none; }
      .nav__item-expand:after {
        content: "";
        position: absolute;
        top: 7px;
        left: 4px;
        width: 10px;
        height: 10px;
        border-right: 2px solid #2aba9e;
        border-bottom: 2px solid #2aba9e;
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        transition: transform 200ms;
        -ms-transform-origin: 0;
            transform-origin: 0;
        display: block;
        transition: all 0.2s; }
    .nav__item.open {
      background-color: #2aba9e; }
      .nav__item.open .nav__item-expand:after {
        border-color: #fff; }
      .nav__item.open .nav__group {
        left: 420px; }
  .nav__level--3 {
    position: relative; }
    .nav__level--3:after {
      content: "";
      position: absolute;
      top: 18px;
      right: 50px;
      width: 10px;
      height: 10px;
      border-right: 2px solid #2aba9e;
      border-bottom: 2px solid #2aba9e;
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
      transition: transform 200ms;
      -ms-transform-origin: 0;
          transform-origin: 0;
      display: block;
      transition: all 0.2s;
      pointer-events: none; }
    .nav__level--3:hover:after {
      border-color: #fff; }
    .nav__level--3:hover .nav__level--3-items {
      left: 420px;
      /*z-index: -2;*/ }
  .nav__level--3-items {
    position: absolute;
    width: 420px;
    top: 0;
    left: -500px;
    background-color: #0159A3;
    z-index: -1;
    transition: all 0.4s; }
    .nav__level--3-items:before {
      content: "";
      position: absolute;
      top: -1000px;
      left: 0;
      right: 0;
      height: 3000px;
      background: inherit;
      box-shadow: inset 10px 0px 35px -7px rgba(0, 0, 0, 0.4); }
  .nav__previous {
    position: absolute;
    display: none;
    width: 32px;
    height: 32px;
    top: -65px;
    right: 10px;
    z-index: 999; }
    .nav__previous:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 22px;
      height: 22px;
      border-left: 5px solid #2aba9e;
      border-bottom: 5px solid #2aba9e;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      transition: transform 200ms;
      -ms-transform-origin: 0;
          transform-origin: 0;
      display: block;
      transition: all 0.2s; }
  .nav__social {
    position: absolute;
    bottom: 30px;
    left: -400px;
    z-index: 10;
    transition: all 0.2s; }
    .nav__social.open {
      left: 50px; }
    .nav__social.social a {
      margin-right: 0;
      color: #0159A3;
      background-color: #fff; }
      .nav__social.social a:hover {
        background-color: #2aba9e; }
  @media all and (max-width: 1024px) {
    .nav__item-expand {
      pointer-events: all; }
    .nav__toggle-burger:after {
      display: none; } }
  @media only screen and (max-width: 1024px) {
    .nav__toggle--close.open {
      left: 20px; }
    .nav li a {
      padding: 10px 20px; }
    .nav__root {
      width: 100%;
      left: -110%;
      padding-top: 140px; }
      .nav__root:before {
        bottom: auto;
        height: 100%; }
    .nav__group {
      width: 100%;
      left: -110%;
      z-index: 99; }
    .nav__item.open .nav__group {
      display: block;
      left: 0; }
    .nav__level--3:after {
      display: none; }
    .nav__level--3-items {
      position: static;
      width: 100%;
      left: 0;
      padding: 0 0 0 20px; }
      .nav__level--3-items:before {
        display: none; }
    .nav__previous {
      display: block; } }

.sidebar > .second_level_nav {
  margin-bottom: 43px; }
  .sidebar > .second_level_nav > ul > li:not(.selected) {
    display: none; }

.sidebar .second_level_nav ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.sidebar .second_level_nav li {
  margin: 0; }
  .sidebar .second_level_nav li li.selected > a {
    font-weight: 700;
    padding-left: 10px; }

.sidebar .second_level_nav a {
  display: block;
  padding: 12px 0;
  margin: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
  color: #0159A3;
  border-bottom: 1px solid #b2b3b3;
  transition: all 0.2s; }
  .sidebar .second_level_nav a:hover {
    background-color: #f2f2f2; }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/***********    Quote
\***********/
blockquote {
  position: relative;
  width: 100%;
  margin: 40px 0;
  padding: 60px 45px 65px;
  background-color: #45dbb3; }
  blockquote:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 65px;
    left: 45px;
    width: 50px;
    height: 2px;
    background-color: #0159A3; }
  blockquote p {
    position: relative;
    display: block;
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #0159A3; }
    blockquote p:before {
      content: '\201C';
      display: block;
      margin: 0 0 -35px 0;
      font-size: 92px;
      line-height: 1;
      color: #0159A3;
      font-family: "proxima-nova", Arial, sans-serif;
      font-weight: 800;
      pointer-events: none; }
  blockquote cite {
    position: relative;
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #0159A3; }
  blockquote .quote-end {
    position: relative;
    display: inline-block; }
    blockquote .quote-end:after {
      content: '\201D';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      margin: -25px 5px 0 0;
      font-size: 62px;
      line-height: 1;
      color: #0159A3;
      pointer-events: none; }

.news-detail blockquote {
  float: left;
  max-width: 400px;
  padding: 0 0 10px;
  margin: 0 50px 50px 0;
  background-color: transparent; }
  .news-detail blockquote:after {
    bottom: 0;
    left: 0;
    background-color: #00aeef; }
  .news-detail blockquote p {
    color: #00aeef; }
    .news-detail blockquote p:before {
      color: #00aeef; }
  .news-detail blockquote cite {
    color: #00aeef; }
  @media all and (max-width: 1280px) {
    .news-detail blockquote {
      max-width: 100%;
      margin: 65px 0; } }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/***********    Table
\***********/
table {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
  border-spacing: 0; }
  table tr.row--no-border td {
    border-bottom: 0; }
  table th {
    text-align: left;
    padding: 7px 20px;
    color: #fff;
    font-weight: 500;
    background-color: #0159A3; }
  table td {
    text-align: left;
    border-bottom: 1px solid #0159A3;
    padding: 7px 20px;
    vertical-align: top; }
  @media only screen and (max-width: 768px) {
    table {
      width: 100%;
      display: block;
      overflow-x: scroll; }
      table td, table th {
        padding: 4px 10px; } }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("vendor/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("vendor/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("vendor/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("vendor/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("vendor/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("vendor/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/************    Social
\************/
.social a {
  display: inline-block;
  width: 32px;
  margin: 0 10px 0 0;
  text-align: center;
  color: #232323;
  border-radius: 50%;
  transition: all 0.2s; }
  .social a:hover {
    color: #fff; }

.social i {
  line-height: 32px;
  font-size: 18px; }

.social__link--facebook {
  background-color: #2b5293; }

.social__link--linkedin {
  background-color: #1076bc; }

.social__link--twitter {
  background-color: #23aae1; }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/***************    Share Bar
\***************/
.print-mail-share {
  position: absolute;
  top: 35px;
  right: 30px; }
  .print-mail-share i {
    font-size: 22px;
    margin-left: 12px;
    color: #7fd6f7;
    transition: all 0.2s; }
    .print-mail-share i.open {
      color: #45dbb3; }
    .print-mail-share i:hover {
      color: #45dbb3;
      cursor: pointer; }
  .print-mail-share .share-options {
    display: none;
    position: absolute;
    right: 0;
    text-align: right;
    white-space: nowrap; }
    .print-mail-share .share-options a {
      color: #7fd6f7;
      cursor: pointer;
      transition: all 0.2s; }
      .print-mail-share .share-options a:hover {
        color: #45dbb3; }
  .print-mail-share .ctl_share_link .share_link {
    display: inline-block;
    padding: 0;
    cursor: pointer;
    margin: 0 0 0 12px; }
    .print-mail-share .ctl_share_link .share_link:before {
      font-size: 16px;
      font-family: FontAwesome; }
    .print-mail-share .ctl_share_link .share_link span {
      display: none; }
    .print-mail-share .ctl_share_link .share_link img {
      display: inline-block;
      vertical-align: top; }
    .print-mail-share .ctl_share_link .share_link.share_plaintext_toggle {
      display: none; }
  .print-mail-share .facebook:before {
    content: "\f09a"; }
  .print-mail-share .twitter:before {
    content: "\f099"; }
  .print-mail-share .googleplus:before {
    content: "\f0d5"; }
  .print-mail-share .linkedin:before {
    content: "\f0e1"; }
  .print-mail-share .share_plaintext_input {
    display: none; }
  .print-mail-share .share_plaintext_input.show {
    display: block; }
  @media all and (max-width: 768px) {
    .print-mail-share {
      display: none; } }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/*****************    Module Core
\*****************/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/*************    Contact
\*************/
.template--contact-form .page-content {
  margin-bottom: 30px; }

.template--contact-form .main-content {
  margin: 0;
  padding: 85px 40px; }

.template--contact-form .sidebar {
  padding: 0; }
  .template--contact-form .sidebar #map {
    height: 400px; }
  .template--contact-form .sidebar__map {
    width: 100%; }
  .template--contact-form .sidebar__details {
    padding: 60px 40px; }
  .template--contact-form .sidebar p {
    margin: 0; }
  .template--contact-form .sidebar ul {
    padding: 0;
    margin: 25px 0; }
  .template--contact-form .sidebar a {
    transition: all 0.2s; }
    .template--contact-form .sidebar a:hover {
      border-bottom: 1px solid; }

.template--contact-form .form_button {
  text-align: right;
  text-transform: uppercase; }

.template--contact-form textarea {
  height: 260px; }

@media all and (max-width: 1024px) {
  .template--contact-form .main-content {
    padding: 85px 15px; }
  .template--contact-form .sidebar__details {
    padding: 60px 15px; } }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/*****************    Breadcrumbs
\*****************/
.breadcrumbs {
  position: absolute;
  top: 35px;
  right: 170px;
  color: #0159A3;
  font-weight: 400;
  font-size: 16px; }
  .breadcrumbs a {
    color: #7fd6f7; }
  .breadcrumbs > span {
    display: inline-block; }
  .breadcrumbs .breadcrumb_item {
    margin: 0; }
  .breadcrumbs .breadcrumb_divider {
    margin: 0; }
    .breadcrumbs .breadcrumb_divider:before {
      content: '/';
      display: inline-block;
      margin: 0 7px;
      color: #7fd6f7; }
    .breadcrumbs .breadcrumb_divider em {
      display: none; }
  @media all and (max-width: 1024px) {
    .breadcrumbs {
      display: none; } }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/**************    Ealerts
\**************/
.template--ealerts #ctl00_ctl00_CorePlaceHolder_DisplayPagePlaceHolder_ctl00_AlertsSignUp1_pnlConfirmationMessage h2, .template--ealerts #ctl00_ctl00_CorePlaceHolder_DisplayPagePlaceHolder_ctl00_AlertsSignUp1_pnlConfirmationMessage h3 {
  font-size: 21px;
  font-weight: 800;
  line-height: 21px;
  margin-bottom: 20px;
  margin-top: 0;
  color: #232323; }
  .template--ealerts #ctl00_ctl00_CorePlaceHolder_DisplayPagePlaceHolder_ctl00_AlertsSignUp1_pnlConfirmationMessage h2.emailalerts_confirmation, .template--ealerts #ctl00_ctl00_CorePlaceHolder_DisplayPagePlaceHolder_ctl00_AlertsSignUp1_pnlConfirmationMessage h3.emailalerts_confirmation {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #494949; }

.template--ealerts #ctl00_ctl00_CorePlaceHolder_DisplayPagePlaceHolder_ctl00_AlertsSignUp1_pnlConfirmationMessage ul ul + ul {
  padding: 0;
  margin: 0 0 0 0; }

.template--ealerts .emailalerts_wrapper input[type="checkbox"], .template--ealerts .emailalerts_wrapper input[type="radio"] {
  display: none; }

.template--ealerts .emailalerts_wrapper input[type="radio"] + label {
  margin-bottom: 0; }

.template--ealerts .emailalerts_wrapper h2 {
  font-size: 21px;
  font-weight: 800;
  line-height: 21px;
  margin-bottom: 20px;
  margin-top: 0;
  color: #232323; }

.template--ealerts .emailalerts_wrapper .msg_head {
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: default; }

.template--ealerts .emailalerts_wrapper .msg_body {
  display: none !important; }

.template--ealerts .emailalerts_wrapper #ctl00_ctl00_CorePlaceHolder_DisplayPagePlaceHolder_ctl00_AlertsSignUp1_ContentAlertSettings1_pnlUserDetails {
  margin-bottom: 20px;
  overflow: auto; }
  .template--ealerts .emailalerts_wrapper #ctl00_ctl00_CorePlaceHolder_DisplayPagePlaceHolder_ctl00_AlertsSignUp1_ContentAlertSettings1_pnlUserDetails .emailalerts_fieldset {
    width: 100%;
    padding: 0; }

.template--ealerts .emailalerts_wrapper #ctl00_ctl00_CorePlaceHolder_DisplayPagePlaceHolder_ctl00_AlertsSignUp1_ContentAlertSettings1_pnlSelected {
  width: 100%;
  padding: 0;
  display: none; }

.template--ealerts .emailalerts_wrapper .emailalerts_fieldset {
  width: 33.33%;
  float: left;
  padding: 0 30px 0 0; }

.template--ealerts .emailalerts_wrapper .checkbox_field label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 20px 0; }

.template--ealerts .emailalerts_wrapper .form_captcha {
  margin: 20px 0; }
  .template--ealerts .emailalerts_wrapper .form_captcha input[type="text"] {
    background-color: #f2f2f2;
    border: 1px solid #666666;
    transition: all 0.2s; }
    .template--ealerts .emailalerts_wrapper .form_captcha input[type="text"]:hover {
      border-color: #0159A3; }
  .template--ealerts .emailalerts_wrapper .form_captcha span {
    display: inline-block;
    vertical-align: middle;
    float: none !important;
    padding: 0;
    margin: 0 !important; }
  .template--ealerts .emailalerts_wrapper .form_captcha img {
    margin-right: 20px; }
  .template--ealerts .emailalerts_wrapper .form_captcha a {
    display: block;
    margin: 10px 0 0 0; }
  .template--ealerts .emailalerts_wrapper .form_captcha p {
    margin-bottom: 10px; }

@media all and (max-width: 599px) {
  .template--ealerts .emailalerts_wrapper .emailalerts_fieldset {
    width: 100%; } }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/**********   Events
\**********/
.template--events .create_event_button_wrapper {
  display: none; }

@media all and (max-width: 768px) {
  .template--events .sidebar, .template--events .main-content {
    width: 100% !important; } }

.events-banner {
  margin-bottom: 30px; }
  .events-banner p {
    margin: 0; }
  .events-banner__text {
    padding: 70px 45px; }
    .events-banner__text h2, .events-banner__text p {
      color: #fff; }
    .events-banner__text h3 {
      color: #45dbb3; }
  .events-banner__image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .events-banner .heading--2 {
    margin-bottom: 40px; }
  @media (max-width: 768px) {
    .events-banner__text {
      width: 100%;
      padding: 30px 15px; }
    .events-banner__image {
      width: 100%;
      height: 250px; } }
  @media (max-width: 400px) {
    .events-banner__text h2 {
      font-size: 30px;
      line-height: 36px; } }

.events-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .events-list__item {
    padding: 50px 0 55px;
    position: relative; }
    .events-list__item:after {
      content: '';
      width: 50px;
      height: 2px;
      border-bottom: 2px solid #b3b3b3;
      position: absolute;
      bottom: 25px;
      left: 35px; }
    .events-list__item:hover {
      background-color: #0159A3; }
      .events-list__item:hover a {
        color: #FFF; }
      .events-list__item:hover .heading--5 {
        color: #fff; }
    .events-list__item-content {
      padding: 0 35px;
      width: 100%; }
    .events-list__item-title {
      margin-bottom: 35px; }
      .events-list__item-title a {
        color: #232323; }
    .events-list__item-icon {
      margin-bottom: 20px;
      max-width: 100%; }
    .events-list__item-date {
      margin-bottom: 0; }
  @media (max-width: 1366px) {
    .events-list__item {
      width: 33.3%;
      padding: 0; }
      .events-list__item-content {
        max-width: 100%;
        padding: 35px; } }
  @media (max-width: 1024px) {
    .events-list__item {
      width: 50%;
      padding: 0; } }
  @media (max-width: 599px) {
    .events-list__item {
      width: 100%;
      padding: 0; } }

@media all and (max-width: 768px) {
  .events-callout-item {
    width: 100%; } }

.event-detail {
  padding: 75px 145px 0 145px; }
  .event-detail__text {
    margin-bottom: 60px; }
    .event-detail__text p {
      font-size: 21px;
      margin-bottom: 0; }
    .event-detail__text span {
      color: #45dbb3; }
  @media (max-width: 1024px) {
    .event-detail {
      padding: 85px 15px; } }
  @media (max-width: 435px) {
    .event-detail {
      padding: 35px 15px; }
      .event-detail__item-title {
        font-size: 30px;
        line-height: 36px; } }

.events-callout-item {
  padding: 40px 0 55px; }
  .events-callout-item__image-container {
    display: none; }
  .events-callout-item__text {
    padding: 0 20px; }
  .events-callout-item__icon {
    margin-bottom: 20px;
    max-width: 100%; }
  .events-callout-item__title {
    margin-bottom: 15px; }
    .events-callout-item__title a {
      color: #232323; }
  .events-callout-item__date {
    margin-bottom: 20px; }

/*.home-events-callout {
    .events-callout {
        &-item {
            &--0 {
                padding: 0;
                display: flex;
                width: 100%;
                background-color: $color-green;
                .events-callout-item {
                    &__image-container {
                        width: 66.6%;
                        display: inline-block;
                        vertical-align: top;
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: cover;
                        img {
                            display: none;
                        }
                    }
                    &__text {
                        width: 33.4%;
                        display: inline-block;
                        vertical-align: top;
                        padding: 40px 20px 55px;
                    }
                    &__icon {
                        display: none;
                    }
                    &__title {
                        a {
                            color: $color-blue;
                        }
                    }
                }
            }
        }
    }
}*/
.sidebar .events-callout {
  margin: 50px 0 0 0;
  background-color: #f2f2f2; }
  .sidebar .events-callout-item {
    width: 100%; }
    .sidebar .events-callout-item__summary {
      margin: 0; }
  .sidebar .events-callout__sidebar-title {
    display: block; }
    .sidebar .events-callout__sidebar-title h3 {
      margin: 0; }

.event--create .events-banner {
  display: none; }

.event--create .main-content {
  width: 75%; }
  .event--create .main-content p.rss_link {
    display: none; }
  .event--create .main-content .create_event_form {
    max-width: 970px;
    padding: 85px 15px;
    margin: 0 auto; }
    .event--create .main-content .create_event_form_radeditor {
      width: 400px;
      float: left;
      margin: 0 0 25px 0;
      clear: none; }
      .event--create .main-content .create_event_form_radeditor table {
        height: auto !important; }
    .event--create .main-content .create_event_form .buttons {
      border: none; }
    .event--create .main-content .create_event_form img {
      display: initial;
      margin: 15px 0 0 10px; }
    .event--create .main-content .create_event_form input, .event--create .main-content .create_event_form textarea {
      width: 400px;
      margin: 0 0 25px;
      font-family: "proxima-nova", Arial, sans-serif;
      border: 0 !important; }
    .event--create .main-content .create_event_form textarea {
      margin-bottom: 25px;
      border: 0; }
    .event--create .main-content .create_event_form .time_field input {
      width: 200px; }
    .event--create .main-content .create_event_form .calendar_field input {
      width: 200px; }
    .event--create .main-content .create_event_form_radeditor {
      width: 400px; }
    .event--create .main-content .create_event_form .mceEditor > table, .event--create .main-content .create_event_form tbody, .event--create .main-content .create_event_form .mceEditor > table > tbody > tr, .event--create .main-content .create_event_form .mceEditor > table > tbody > tr > td {
      display: block;
      width: 100%;
      overflow: hidden; }
  .event--create .main-content .save_button {
    background-image: none; }

.event--create .sidebar {
  width: 25%; }

@media all and (max-width: 599px) {
  .event--create .main-content .create_event_form label {
    display: block;
    margin: 0; }
  .event--create .main-content .create_event_form input, .event--create .main-content .create_event_form textarea {
    width: 100%; }
  .event--create .main-content .create_event_form .calendar_field input, .event--create .main-content .create_event_form .time_field input {
    width: 100%; }
  .event--create .main-content .create_event_form_radeditor {
    width: 100%; }
  .event--create .main-content .create_event_form img {
    display: inline-block;
    margin: 0; } }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/***************    Callouts
\***************/
.charcoal-bar {
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .charcoal-bar .col--5of8 {
    max-width: 840px;
    padding: 0 40px 0 0; }
  .charcoal-bar .col--3of8 {
    padding: 0 0 0 40px; }
  .charcoal-bar h2, .charcoal-bar .heading--2 {
    margin-bottom: 20px; }
  @media all and (max-width: 768px) {
    .charcoal-bar .col--5of8, .charcoal-bar .col--3of8 {
      width: 100%;
      padding: 0; } }

.link-list ul {
  padding: 0; }

.link-list li {
  line-height: 26px; }

.standard-list ul {
  padding: 0;
  list-style-type: none; }
  .standard-list ul li {
    position: relative;
    padding-left: 37px;
    color: #494949;
    line-height: 25px; }
    .standard-list ul li:before {
      content: "";
      position: absolute;
      display: inline-block;
      top: 14px;
      left: 0;
      width: 4px;
      height: 2px;
      background-color: #494949; }

.callout-form-block .form_title_wrapper {
  display: none; }

.callout-form-block .form_field {
  margin-bottom: 15px; }

.callout-form-block .button_field {
  width: 100%;
  color: #fff;
  background-color: #0159A3; }

.callout-form-block label {
  display: none; }

.callout-form-block input, .callout-form-block select {
  width: 100%;
  padding: 13px 25px;
  margin: 0; }

.callout-form-block a.callout-form-block__advanced {
  color: #fff; }

.callout--branches-map {
  position: relative; }
  .callout--branches-map img {
    position: absolute;
    bottom: 50px;
    right: 40px;
    max-width: calc(100% - 80px);
    pointer-events: none; }
  @media all and (max-width: 1280px) {
    .callout--branches-map > .col--1of2 {
      width: 100%; } }
  @media all and (max-width: 768px) {
    .callout--branches-map img {
      position: static;
      display: block;
      max-width: 100%;
      margin: 0 auto; } }

.callout--conference {
  margin: 50px 0 0 0;
  background-color: #0159A3; }
  .callout--conference .cb_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .callout--conference h2 {
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
    margin-bottom: 0;
    padding: 0 30px;
    color: #fff;
    -ms-flex-order: 2;
        order: 2; }
    @media all and (max-width: 1280px) {
      .callout--conference h2 {
        font-size: 21px;
        font-weight: 800;
        line-height: 26px;
        margin-bottom: 0;
        padding: 0 15px; } }
  .callout--conference a {
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
    margin-bottom: 0;
    text-transform: uppercase; }
    @media all and (max-width: 1280px) {
      .callout--conference a {
        font-size: 21px;
        font-weight: 800;
        line-height: 26px;
        margin-bottom: 0; } }
  .callout--conference .cb_html {
    -ms-flex-order: 3;
        order: 3;
    padding: 0 30px; }
    @media all and (max-width: 1280px) {
      .callout--conference .cb_html {
        padding: 0 15px; } }
  .callout--conference .cb_secondary_image {
    -ms-flex-order: 1;
        order: 1;
    margin: 0 0 30px 0; }
    .callout--conference .cb_secondary_image img {
      display: block;
      margin: 0 auto; }
    @media all and (max-width: 1280px) {
      .callout--conference .cb_secondary_image {
        margin: 0 0 15px 0; } }

.callout--prof-dev {
  margin: 50px 0 0 0; }
  .callout--prof-dev h2 {
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
    margin-bottom: 30px; }
  .callout--prof-dev h3 {
    color: #fff; }
  .callout--prof-dev ul {
    padding: 0; }
  .callout--prof-dev li {
    line-height: 26px; }
  @media all and (max-width: 1280px) {
    .callout--prof-dev h2, .callout--prof-dev h3 {
      font-size: 21px;
      font-weight: 800;
      line-height: 26px;
      margin-bottom: 25px; } }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/***************    Power Nav
\***************/
.powernav_title {
  display: none; }

.powernav_container {
  text-align: right; }
  .powernav_container ul {
    padding: 0; }
  .powernav_container li {
    margin: 0;
    line-height: 26px; }
  .powernav_container a {
    border-bottom: 1px solid transparent;
    transition: all 0.2s; }
    .powernav_container a:hover {
      border-bottom: 1px solid; }

@media all and (max-width: 900px) {
  .powernav_container {
    text-align: left; }
    .powernav_container li {
      display: inline-block;
      margin-right: 10px; } }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/**********    News
\**********/
.template--news .callout-form .form_title_wrapper {
  display: none; }

.template--news .callout-form .form_field {
  margin-bottom: 15px; }

.template--news .callout-form .button_field {
  width: 100%;
  color: #fff;
  background-color: #0159A3; }

.template--news .callout-form label {
  width: 100%;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 4px; }

.template--news .callout-form input, .template--news .callout-form select {
  width: 100%;
  padding: 13px 25px;
  margin: 0; }

@media all and (max-width: 1024px) {
  .template--news .row--news-list-head .news-callout--featured {
    width: 100%; }
  .template--news .row--news-list-head .callout-form {
    width: 100%; } }

@media all and (max-width: 768px) {
  .template--news .sidebar, .template--news .main-content {
    width: 100% !important; } }

.news-list {
  width: 100%;
  margin: 0 -5px; }
  .news-list__item {
    display: inline-block;
    margin: 0 5px 0 5px;
    width: calc(25% - 10px);
    vertical-align: top;
    background-color: #f2f2f2; }
    .news-list__item-container {
      margin: 0 0 35px 0; }
    .news-list__item-text {
      padding: 40px 0 0 40px; }
    .news-list__item-date {
      margin: 0 0 5px 0;
      font-size: 21px;
      color: #232323; }
    .news-list__item-title:hover {
      color: #45dbb3; }
    .news-list__item-image {
      max-width: 100%;
      height: 190px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    .news-list__item-content {
      margin: 0; }
    .news-list__item .button {
      float: right; }
  @media (max-width: 1024px) {
    .news-list__item {
      width: calc(50% - 10px);
      padding: 25px; }
      .news-list__item-container {
        max-width: 100%;
        margin-bottom: 25px; }
      .news-list__item-text {
        padding: 0; } }
  @media (max-width: 435px) {
    .news-list__item {
      width: calc(100% - 10px);
      padding: 25px; }
      .news-list__item-container {
        max-width: 100%;
        margin-bottom: 25px; } }

.news-detail {
  padding: 75px 145px 0 145px; }
  .news-detail__item-date {
    margin: 0 0 20px 0;
    font-size: 21px;
    color: #232323; }
  .news-detail__item-title {
    padding: 0 0 30px 0; }
  .news-detail__item-image {
    float: left;
    padding: 10px 30px 20px 0;
    max-width: 100%;
    margin: 0 !important; }
  @media (max-width: 1024px) {
    .news-detail {
      padding: 85px 15px; } }
  @media (max-width: 435px) {
    .news-detail {
      padding: 35px 15px; }
      .news-detail__item-title {
        font-size: 30px;
        line-height: 36px; } }

.news_back_button {
  display: none;
  float: none !important;
  margin: 0 0 40px 0; }
  .news_back_button a {
    display: block;
    padding: 8px 40px;
    margin: 0;
    font-size: 21px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    background-color: #45dbb3;
    transition: all 0.2s; }
    .news_back_button a:hover {
      background-color: #70e3c4; }

.news-callout-item__image {
  display: none; }
  .news-callout-item__image-container {
    height: 190px;
    margin: 0 0 35px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

.news-callout-item__text {
  padding: 0 20px; }

.news-callout-item__title {
  margin-bottom: 15px; }
  .news-callout-item__title a {
    color: #232323; }

.news-callout-item__date {
  margin-bottom: 50px; }

.news-callout--featured .news-callout-item {
  position: relative;
  width: 100%;
  padding: 75px 40px; }
  .news-callout--featured .news-callout-item:after {
    content: "Featured";
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px 30px;
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    background-color: #11b2cc; }
  .news-callout--featured .news-callout-item__image-container {
    display: none; }
  .news-callout--featured .news-callout-item__title {
    font-size: 48px;
    font-weight: 800;
    line-height: 48px;
    margin-bottom: 35px; }
    .news-callout--featured .news-callout-item__title a {
      color: #fff; }
  .news-callout--featured .news-callout-item__date {
    margin-bottom: 15px;
    color: #fff; }
  .news-callout--featured .news-callout-item__intro {
    display: block;
    color: #fff; }
  .news-callout--featured .news-callout-item__text {
    padding: 0; }

@media all and (max-width: 768px) {
  .news-callout--featured .news-callout-item {
    padding: 40px 20px; }
    .news-callout--featured .news-callout-item:after {
      padding: 5px 15px;
      font-size: 18px; }
    .news-callout--featured .news-callout-item__title {
      font-size: 30px;
      font-weight: 800;
      line-height: 36px;
      margin-bottom: 20px; } }

.sidebar .news-callout {
  margin: 50px 0 0 0;
  background-color: #f2f2f2; }
  .sidebar .news-callout-item {
    width: 100%; }
  .sidebar .news-callout__sidebar-title {
    display: block; }
    .sidebar .news-callout__sidebar-title h3 {
      margin: 0; }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/*************    Search
\*************/
.template--sitesearch .search_options {
  padding: 55px 50px 50px; }
  .template--sitesearch .search_options input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 7px 10px;
    margin: 0;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 20px;
    color: #5d5d5d;
    background-color: #fff;
    border: 1px solid #666666;
    transition: all 0.2s; }
    .template--sitesearch .search_options input[type="text"]:hover {
      border: 1px solid #0159A3; }

.template--sitesearch ul#tabs {
  display: none; }

.template--sitesearch .search_results #btn_search_order {
  display: inline-block;
  margin: 0 0 20px 0; }

.template--sitesearch .search_results_item {
  padding: 0;
  margin: 0 0 45px 0;
  border: 0; }
  .template--sitesearch .search_results_item_image {
    display: none; }
  .template--sitesearch .search_results_item_detail {
    display: block; }
  .template--sitesearch .search_results_item_summary {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #494949; }
  .template--sitesearch .search_results_item h2 {
    font-size: 21px;
    font-weight: 800;
    line-height: 26px;
    margin-bottom: 10px; }
    .template--sitesearch .search_results_item h2 a {
      font-weight: inherit;
      color: inherit; }

.template--sitesearch .search_result_date {
  font-size: 21px;
  font-weight: 400;
  color: #494949; }

@media all and (max-width: 1280px) {
  .template--sitesearch .search_options {
    padding: 30px 15px; } }

@media all and (max-width: 768px) {
  .template--sitesearch .page-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .template--sitesearch .main-content {
    -ms-flex-order: 2;
        order: 2; }
  .template--sitesearch .sidebar {
    -ms-flex-order: 1;
        order: 1; } }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/*************    FAQs
\*************/
.template--faqs .main-content {
  background-color: transparent; }

.faqs-banner {
  margin-bottom: 30px; }
  .faqs-banner p {
    margin: 0; }
  .faqs-banner__text {
    padding: 70px 45px; }
  .faqs-banner__image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .faqs-banner .heading--2 {
    margin-bottom: 40px; }
  @media (max-width: 768px) {
    .faqs-banner__text {
      width: 100%;
      padding: 30px 15px; }
    .faqs-banner__image {
      width: 100%;
      height: 250px; } }
  @media (max-width: 400px) {
    .faqs-banner__text .heading--2 {
      font-size: 30px;
      line-height: 36px; } }

.faq {
  margin-bottom: 10px; }
  .faq .question {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    background-color: #f2f2f2;
    text-transform: none;
    margin-bottom: 0;
    cursor: default;
    position: relative;
    transition: all 0.2s;
    padding: 25px 25px 20px 100px; }
    .faq .question:before {
      content: url(/AppImages/icons/arrow-down.png);
      position: absolute;
      width: 30px;
      height: 21px;
      display: block;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      left: 20px; }
    .faq .question.active {
      background-color: #45dbb3; }
      .faq .question.active:before {
        content: url(/AppImages/icons/arrow-up.png); }
    .faq .question:hover {
      background-color: #e5e5e5; }
  .faq .answer {
    background-color: #fff;
    margin: 0 auto;
    padding: 20px 100px 0 100px; }
  @media all and (max-width: 768px) {
    .faq .question {
      padding-left: 75px; } }

.faqs_content > p {
  display: none; }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/***************    Vacancies
\***************/
.vacancy-item {
  position: relative;
  transition: all 0.2s; }
  .vacancy-item:after {
    content: '';
    width: 50px;
    height: 2px;
    border-bottom: 2px solid #b3b3b3;
    position: absolute;
    bottom: 25px;
    left: 35px; }
  .vacancy-item:hover {
    background-color: #0159A3; }
    .vacancy-item:hover h4, .vacancy-item:hover p {
      color: #fff; }
  .vacancy-item a {
    display: block;
    padding: 50px 35px 55px; }
  .vacancy-item__title {
    transition: all 0.2s; }
  .vacancy-item__abstract {
    margin: 20px 0 0; }
  .vacancy-item p {
    transition: all 0.2s; }
  @media all and (max-width: 1024px) {
    .vacancy-item {
      width: 50%; } }
  @media all and (max-width: 435px) {
    .vacancy-item {
      width: 100%; } }

.vacancies-list-item__keyinfo {
  margin: 0; }
  .vacancies-list-item__keyinfo span {
    display: inline-block;
    min-width: 30%;
    color: #45dbb3; }

.row--vacancies .vacancy_header_wrapper, .row--vacancies .vacancy_footer_wrapper, .row--vacancies .module_detail_wrapper {
  display: none; }

.row--vacancies .buttons {
  margin: 45px 0 0; }
  .row--vacancies .buttons a {
    margin-right: 12px; }

.vacancy-detail__keyinfo {
  margin: 0;
  font-size: 21px; }
  .vacancy-detail__keyinfo span {
    display: inline-block;
    width: 125px;
    color: #45dbb3; }

.vacancy-detail__subtitle {
  margin: 50px 0 35px; }

@media all and (max-width: 500px) {
  .vacancy-detail__keyinfo {
    margin-bottom: 10px; }
    .vacancy-detail__keyinfo span {
      width: 100%; } }

.vacancy-callout--featured {
  padding: 75px 40px; }
  .vacancy-callout--featured .vacancies-callout:after {
    content: "Featured";
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px 30px;
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    background-color: #11b2cc; }
  .vacancy-callout--featured .heading--2 {
    color: #fff; }
    .vacancy-callout--featured .heading--2 a {
      color: #fff; }
  .vacancy-callout--featured .heading--4 {
    color: #45dbb3; }
  @media all and (max-width: 1280px) {
    .vacancy-callout--featured .vacancies-callout__left, .vacancy-callout--featured .vacancies-callout__right {
      width: 100%; }
    .vacancy-callout--featured .vacancies-callout__left {
      margin-bottom: 20px; } }
  @media all and (max-width: 768px) {
    .vacancy-callout--featured {
      padding: 40px 20px; }
      .vacancy-callout--featured .vacancies-callout:after {
        padding: 5px 15px;
        font-size: 18px; }
      .vacancy-callout--featured .heading--2 {
        font-size: 30px;
        font-weight: 800;
        line-height: 36px;
        margin-bottom: 20px; } }

@media all and (max-width: 1024px) {
  .template--vacancies .row--news-list-head .vacancy-callout--featured, .template--vacancies .row--news-list-head .callout-form {
    width: 100%; } }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/**********  Adverts
\**********/
.advert-slider {
  background-color: #f2f2f2; }
  .advert-slider .callout--advert span {
    display: block; }
    .advert-slider .callout--advert span:after {
      content: "";
      display: block;
      clear: both; }
  .advert-slider .callout--advert a {
    display: block;
    padding: 60px 15px;
    margin: 0; }
  .advert-slider .callout--advert img {
    max-width: 100%; }
  .advert-slider .callout--advert .cb_html > * {
    width: 75%;
    float: right; }
  .advert-slider .callout--advert .cb_html p:first-of-type {
    width: 25%;
    float: left;
    padding-right: 75px; }
  .advert-slider__controls {
    margin: 15px 0 50px;
    text-align: center; }
    .advert-slider__controls > div {
      display: inline-block !important;
      vertical-align: middle; }
    .advert-slider__controls .slick-arrow {
      margin: 0 8px;
      cursor: pointer; }
  .advert-slider__arrow {
    width: 9px;
    height: 14px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .advert-slider__arrow--prev {
      background-image: url(/AppImages/icons/advert-arrow--left.png); }
    .advert-slider__arrow--next {
      background-image: url(/AppImages/icons/advert-arrow--right.png); }
  .advert-slider__dots .slick-dots {
    padding: 0;
    margin: 0; }
    .advert-slider__dots .slick-dots li {
      display: inline-block; }
    .advert-slider__dots .slick-dots button {
      width: 12px;
      height: 12px;
      margin: 0 8px;
      background-color: #b3b3b3;
      border: 0;
      border-radius: 50%;
      font-size: 0;
      cursor: pointer; }
    .advert-slider__dots .slick-dots .slick-active button {
      background-color: #2aba9e; }
  @media all and (max-width: 1280px) {
    .advert-slider .callout--advert .cb_html p:first-of-type {
      padding-right: 50px; }
    .advert-slider .callout--advert .heading--2 {
      font-size: 30px;
      font-weight: 800;
      line-height: 36px;
      margin-bottom: 20px; } }
  @media all and (max-width: 768px) {
    .advert-slider .callout--advert .cb_html p, .advert-slider .callout--advert .cb_html h2 {
      width: 100% !important;
      float: none !important;
      padding: 0 !important; } }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/**************    Branches
\**************/
.template--branches .page-content > .row {
  margin-bottom: 50px; }

.template--branches .standard_content_header {
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 20px; }

.template--branches .branches-map__text {
  padding-right: 90px; }

.template--branches .branches-map__pin {
  position: absolute;
  display: block;
  width: 20px;
  height: 28px;
  background-image: url("/AppImages/icons/branches-map__pin.png");
  background-position: center;
  background-size: cover;
  cursor: pointer; }
  .template--branches .branches-map__pin.selected {
    background-image: url("/AppImages/icons/branches-map__pin--selected.png");
    z-index: 1; }
  .template--branches .branches-map__pin--east-anglia {
    top: 68%;
    left: 84%; }
  .template--branches .branches-map__pin--east-midlands {
    top: 63%;
    left: 72%; }
  .template--branches .branches-map__pin--hong-kong {
    top: 13%;
    left: 11%; }
  .template--branches .branches-map__pin--london-south-east {
    top: 76%;
    left: 77%; }
  .template--branches .branches-map__pin--north-east {
    top: 52%;
    left: 70%; }
  .template--branches .branches-map__pin--north-west {
    top: 57%;
    left: 61%; }
  .template--branches .branches-map__pin--northern-ireland {
    top: 47%;
    left: 32%; }
  .template--branches .branches-map__pin--scotland {
    top: 26%;
    left: 50%; }
  .template--branches .branches-map__pin--south-west {
    top: 87%;
    left: 53%; }
  .template--branches .branches-map__pin--southern {
    top: 82%;
    left: 69%; }
  .template--branches .branches-map__pin--wales {
    top: 75%;
    left: 55%; }
  .template--branches .branches-map__pin--west-midlands {
    top: 70%;
    left: 63%; }
  .template--branches .branches-map__pin--yorkshire {
    top: 57%;
    left: 67%; }

.template--branches .branches-detail--hidden {
  display: none; }

.template--branches .branches-detail__text {
  padding-right: 45px; }

.template--branches .branches-detail__contact {
  padding-left: 45px; }
  .template--branches .branches-detail__contact h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 25px; }
  .template--branches .branches-detail__contact p {
    margin-bottom: 5px; }

.template--branches .branches-detail__extras {
  background-color: #11b2cc; }
  .template--branches .branches-detail__extras * {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 0px;
    text-transform: uppercase; }

.template--branches .branch-list__item {
  cursor: pointer; }

@media all and (max-width: 1024px) {
  .template--branches .branches-map__text {
    padding-right: 45px; }
  .template--branches .branches-detail__contact {
    padding-left: 0; }
  .template--branches .branches-detail__extras * {
    font-size: 18px;
    line-height: 24px; } }

@media all and (max-width: 768px) {
  .template--branches .branches-controls > .col--3of4, .template--branches .branches-controls > .col--1of4 {
    width: 100%; }
  .template--branches .branches-detail > .col--3of4, .template--branches .branches-detail > .col--1of4 {
    width: 100%; } }

@media all and (max-width: 599px) {
  .template--branches .branches-map__text, .template--branches .branches-map__image {
    width: 100%; }
  .template--branches .branches-map__text {
    padding: 0; }
  .template--branches .branches-map__image {
    padding: 0; }
    .template--branches .branches-map__image img {
      width: 100%;
      max-width: initial; }
  .template--branches .branches-detail__text, .template--branches .branches-detail__contact {
    width: 100%;
    padding: 0; } }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/***********  Documents
\***********/
.template--documents .standard_content_header {
  display: none; }

.documents-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .documents-list__filters {
    padding: 65px 35px;
    margin-bottom: 50px; }
    .documents-list__filters label, .documents-list__filters .sf_name {
      display: none; }
    .documents-list__filters .chosem-container {
      background-color: #D9D9D9; }
    .documents-list__filters .chosen-single > span {
      font-size: 21px; }
    .documents-list__filters h2, .documents-list__filters .senior_quicklist_knockout {
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
    .documents-list__filters h2 {
      width: 466px; }
    .documents-list__filters .senior_quicklist_knockout {
      width: calc(100% - 466px); }
    .documents-list__filters .ql_searchField {
      margin: 0; }
      .documents-list__filters .ql_searchField select, .documents-list__filters .ql_searchField input {
        width: 100%;
        margin: 0; }
    .documents-list__filters .sf_category, .documents-list__filters .sf_searchall {
      width: calc(40% - 12px);
      margin-right: 12px; }
    .documents-list__filters .form_field {
      margin: 0; }
      .documents-list__filters .form_field .chosen-container {
        margin: 0; }
    .documents-list__filters .sf_category .form_field select {
      padding: 9px 10px 10px;
      font-size: 21px;
      border-color: #fff; }
    .documents-list__filters .sf_category .form_field .chosen-single {
      padding: 11px 10px 12px; }
      .documents-list__filters .sf_category .form_field .chosen-single:after {
        top: 18px; }
    .documents-list__filters .sf_searchall .form_field input {
      padding: 10px 10px 11px;
      border-color: #fff;
      font-size: 21px; }
    .documents-list__filters .search_button {
      display: inline-block;
      vertical-align: middle;
      float: none;
      width: 20%;
      padding: 15px 25px;
      margin: 0;
      font-size: 18px;
      font-weight: 700;
      line-height: 1;
      text-decoration: none;
      color: #fff;
      background-color: #0159A3;
      border: 0;
      border-radius: 0;
      cursor: pointer;
      transition: all 0.2s; }
      .documents-list__filters .search_button:hover {
        background-color: #013d70; }
  .documents-list__item {
    padding: 50px 0 55px;
    position: relative; }
    .documents-list__item:after {
      content: '';
      width: 50px;
      height: 2px;
      border-bottom: 2px solid #b3b3b3;
      position: absolute;
      bottom: 25px;
      left: 35px; }
    .documents-list__item-type {
      margin: 0 0 20px 0; }
      .documents-list__item-type img, .documents-list__item-type h6 {
        display: inline-block;
        vertical-align: middle; }
      .documents-list__item-type img {
        margin: 0 15px 0 0; }
      .documents-list__item-type h6 {
        margin: 0;
        color: #00aeef; }
    .documents-list__item-content {
      padding: 0 35px;
      width: 100%; }
    .documents-list__item-title {
      margin-bottom: 35px; }
      .documents-list__item-title a {
        color: #232323; }
    .documents-list__item-icon {
      max-width: 100%; }
    .documents-list__item-date {
      margin-bottom: 0; }
    .documents-list__item-link {
      margin: 0 15px 10px 0;
      font-weight: 400 !important;
      cursor: pointer;
      white-space: nowrap; }
      .documents-list__item-link + a {
        color: #0159A3; }
    .documents-list__item-detail {
      position: fixed;
      top: 50%;
      left: 50%;
      width: 98%;
      max-width: 960px;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      background-color: #fff;
      z-index: 9999; }
      .documents-list__item-detail div {
        margin-bottom: 20px; }
        .documents-list__item-detail div img, .documents-list__item-detail div h6 {
          display: inline-block;
          vertical-align: middle; }
        .documents-list__item-detail div img {
          margin: 0 15px 0 0; }
        .documents-list__item-detail div h6 {
          margin: 0;
          color: #00aeef; }
      .documents-list__item-detail a {
        margin: 0; }
    .documents-list__item-close {
      position: absolute;
      display: block;
      top: 35px;
      right: 35px;
      width: 40px;
      height: 40px;
      background-image: url("/AppImages/icons/documents-close.png");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      cursor: pointer; }
    .documents-list__item-overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.8);
      z-index: 998; }
  @media (max-width: 1366px) {
    .documents-list__item {
      width: 33.3%;
      padding: 0; }
      .documents-list__item-content {
        max-width: 100%;
        padding: 35px; } }
  @media all and (max-width: 1280px) {
    .documents-list__filters h2, .documents-list__filters .senior_quicklist_knockout {
      width: 100%; }
    .documents-list__filters h2 {
      margin-bottom: 35px; } }
  @media (max-width: 1024px) {
    .documents-list__item {
      width: 50%;
      padding: 0; } }
  @media all and (max-width: 768px) {
    .documents-list__filters .search_button {
      padding: 11px 25px; }
    .documents-list__filters .chosen-single > span {
      font-size: 18px; }
    .documents-list__filters .sf_category .form_field select {
      padding: 7px 10px;
      font-size: 18px; }
    .documents-list__filters .sf_category .form_field .chosen-single {
      padding: 11px 10px 12px; }
      .documents-list__filters .sf_category .form_field .chosen-single:after {
        top: 18px; }
    .documents-list__filters .sf_searchall .form_field input {
      padding: 8px 10px;
      font-size: 18px; } }
  @media (max-width: 599px) {
    .documents-list__item {
      width: 100%;
      padding: 0; }
    .documents-list__filters .search_button {
      width: 100%; }
    .documents-list__filters .sf_category, .documents-list__filters .sf_searchall {
      width: 100%;
      margin: 0 0 25px; } }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/**********    Home
\**********/
.template--home .home-banner {
  margin-bottom: 50px; }
  .template--home .home-banner__text {
    padding: 140px 40px 60px; }
    .template--home .home-banner__text p {
      font-size: 30px;
      font-weight: 500;
      line-height: 40px; }
    .template--home .home-banner__text a {
      display: inline-block;
      margin: 60px 0 0 0;
      color: #fff; }
  .template--home .home-banner__image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .template--home .home-banner__image p {
      display: none; }

.template--home .home-member-info__intro {
  padding: 0 40px 0 0; }
  .template--home .home-member-info__intro a {
    margin-right: 30px; }

.template--home .home-member-info__benefits {
  padding: 0 0 0 40px; }
  .template--home .home-member-info__benefits h4 {
    margin-bottom: 15px; }

.template--home .home-join-iheem {
  position: relative; }
  .template--home .home-join-iheem a {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 100%;
    margin: 0;
    text-align: center; }

.template--home .home-newsletter__text {
  padding: 0 40px 0 0; }

.template--home .home-newsletter__signup .form_title_wrapper {
  display: none; }

.template--home .home-newsletter__signup h2 {
  margin: 0 0 20px; }

.template--home .home-newsletter__signup .form-callout label {
  width: 100%;
  margin-bottom: 5px; }

.template--home .home-newsletter__signup .form-callout input {
  width: 100%;
  margin: 0; }

.template--home .home-newsletter__signup .form-callout .button_field {
  width: 100%;
  color: #fff;
  background-color: #0159A3; }

.template--home .home-twitter p, .template--home .home-twitter a {
  color: #fff; }

.template--home .home-twitter__tweet {
  color: #fff; }

.template--home .home-twitter__link {
  text-align: right; }
  .template--home .home-twitter__link > * {
    display: inline-block;
    vertical-align: middle; }
  .template--home .home-twitter__link p {
    padding: 0 0 0 15px;
    margin: 0;
    text-align: left; }

.template--home .home-directories .dynamic_callout_container {
  margin-bottom: 125px; }

.template--home .home-directories #divSearchBox p {
  margin-bottom: 15px; }

.template--home .home-directories #divSearchBox input {
  margin: 0;
  padding: 13px 25px;
  width: 100%; }

.template--home .home-iheem-extras img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

.template--home .page-content > .row {
  margin-bottom: 50px; }

@media all and (max-width: 1280px) {
  .template--home .home-banner__text {
    padding: 80px 20px 40px; }
    .template--home .home-banner__text a {
      margin-top: 30px; }
  .template--home .home-newsletter__text, .template--home .home-newsletter__signup {
    width: 100%;
    padding: 0; }
  .template--home .home-twitter > .col--1of2 {
    width: 100%; } }

@media all and (max-width: 1024px) {
  .template--home .home-banner__text {
    width: 66.6%; }
    .template--home .home-banner__text h1 {
      margin-bottom: 25px;
      font-size: 48px;
      line-height: 52px; }
    .template--home .home-banner__text p {
      font-size: 21px;
      line-height: 28px; }
  .template--home .home-banner__image {
    width: 33.4%; }
  .template--home .home-member-info {
    width: 100%; }
  .template--home .home-join-iheem {
    width: 100%;
    height: 150px;
    padding: 20px; }
    .template--home .home-join-iheem a {
      position: relative;
      top: 0;
      left: 0;
      height: 0;
      -ms-transform: none;
          transform: none; }
    .template--home .home-join-iheem img {
      max-height: 110px; }
  .template--home .home-news-links {
    width: 33.4%; }
  .template--home .home-news-callout {
    width: 66.6%; }
    .template--home .home-news-callout .news-callout-item {
      width: 50%; }
      .template--home .home-news-callout .news-callout-item--2 {
        display: none; }
  .template--home .home-events-links {
    width: 33.4%; }
  .template--home .home-events-callout {
    width: 66.6%; }
    .template--home .home-events-callout .events-callout-item {
      width: 50%; }
      .template--home .home-events-callout .events-callout-item--0 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%; }
        .template--home .home-events-callout .events-callout-item--0 .events-callout-item__image-container {
          height: 150px;
          width: 100%; }
        .template--home .home-events-callout .events-callout-item--0 .events-callout-item__text {
          width: 100%; }
      .template--home .home-events-callout .events-callout-item--3 {
        display: none; }
  .template--home .home-knowledge-portal, .template--home .home-directories, .template--home .home-iheem-extras {
    width: 33.3%; } }

@media all and (max-width: 768px) {
  .template--home .home-banner__text {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px; }
    .template--home .home-banner__text p {
      font-size: 18px;
      line-height: 24px; }
    .template--home .home-banner__text a {
      margin-top: 0; }
  .template--home .home-banner__image {
    display: none; }
  .template--home .home-member-info__benefits, .template--home .home-member-info__intro {
    width: 100%;
    padding: 0; }
  .template--home .home-news-links {
    width: 100%; }
  .template--home .home-news-callout {
    width: 100%; }
  .template--home .home-newsletter {
    width: 100%; }
  .template--home .home-twitter {
    width: 100%; }
  .template--home .home-events-links {
    width: 100%; }
  .template--home .home-events-callout {
    width: 100%; }
  .template--home .home-knowledge-portal, .template--home .home-directories, .template--home .home-iheem-extras {
    width: 100%; } }

@media all and (max-width: 599px) {
  .template--home .home-news-callout .news-callout-item {
    width: 100%; }
    .template--home .home-news-callout .news-callout-item--1 {
      display: none; }
  .template--home .home-events-callout .events-callout-item {
    width: 100%; }
    .template--home .home-events-callout .events-callout-item--2 {
      display: none; } }

.custom-event--image {
  background-position: center;
  background-size: cover; }

.custom-event--text {
  padding: 40px 20px 55px;
  background-color: #45dbb3; }
  .custom-event--text p:empty, .custom-event--text h4:empty {
    display: none; }
  .custom-event--text h4 {
    color: #0159A3; }

@media all and (max-width: 1024px) {
  .custom-event--image, .custom-event--text {
    width: 100%; }
  .custom-event--image {
    height: 225px; } }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/****************    Memberzone
\****************/
.template--memberzone .page-content > .row {
  margin-bottom: 50px; }

.template--memberzone .events-callout-item {
  width: 100%; }
  .template--memberzone .events-callout-item__summary {
    display: none; }

.template--memberzone .user-account {
  -ms-flex: auto;
      flex: auto; }
  .template--memberzone .user-account__link {
    position: relative;
    transition: all 0.2s; }
    .template--memberzone .user-account__link--details {
      background-color: #00aeef; }
      .template--memberzone .user-account__link--details:hover {
        background-color: #009bd6; }
    .template--memberzone .user-account__link--upgrade {
      background-color: #45dbb3; }
      .template--memberzone .user-account__link--upgrade:hover {
        background-color: #30d7aa; }
    .template--memberzone .user-account__link--invoices {
      background-color: #11b2cc; }
      .template--memberzone .user-account__link--invoices:hover {
        background-color: #0f9db4; }
    .template--memberzone .user-account__link--contact {
      background-color: #0159A3; }
      .template--memberzone .user-account__link--contact:hover {
        background-color: #014b8a; }
    .template--memberzone .user-account__link img, .template--memberzone .user-account__link a {
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
      transition: all 0.2s; }
    .template--memberzone .user-account__link img {
      position: absolute;
      top: 40px;
      left: 15px; }
    .template--memberzone .user-account__link a {
      display: block;
      padding: 100px 15px 25px;
      font-size: 21px;
      font-weight: 800;
      line-height: 26px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #fff; }
    .template--memberzone .user-account__link:hover * {
      -ms-transform: scale(1.1);
          transform: scale(1.1);
      text-shadow: -2px 4px 2px rgba(150, 150, 150, 0.34); }

.template--memberzone .professional-dev .link-list {
  padding-left: 40px; }

.template--memberzone .iheem-extras__image {
  padding-left: 40px; }

.template--memberzone .member-events-callouts > * {
  -ms-flex: 1;
      flex: 1; }

.template--memberzone #divSearchBox p {
  margin-bottom: 15px; }

.template--memberzone #divSearchBox input {
  margin: 0;
  padding: 13px 25px;
  width: 100%; }

@media all and (max-width: 1366px) {
  .template--memberzone .user-area > .col--1of4 {
    width: 50%; }
  .template--memberzone .user-area__image {
    display: none; } }

@media all and (max-width: 1280px) {
  .template--memberzone .knowledge-portal, .template--memberzone .directories-form {
    width: 100%; }
  .template--memberzone .iheem-extras .col--1of2 {
    width: 100%; }
  .template--memberzone .member-events-callouts .col--1of2 {
    width: 100%; } }

@media all and (max-width: 1024px) {
  .template--memberzone .professional-dev > * {
    width: 100%; }
  .template--memberzone .professional-dev .link-list {
    padding: 0; } }

@media all and (max-width: 768px) {
  .template--memberzone .user-area > .col--1of2, .template--memberzone .user-area > .col--1of4 {
    width: 100%; }
  .template--memberzone .professional-dev-map > .col--1of2 {
    width: 100%; }
  .template--memberzone .iheem-extras, .template--memberzone .member-events-callouts {
    width: 100%; }
  .template--memberzone .iheem-extras__image {
    padding: 0; } }

@media all and (max-width: 435px) {
  .template--memberzone .user-account__link {
    width: 100%; } }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/****************    Membership
\****************/
.template--membership .page-content > .row {
  margin-bottom: 50px; }

.template--membership .membership-benefits__text {
  padding-right: 45px; }

.template--membership .membership-benefits__list {
  padding-left: 45px; }

.template--membership .upgrade-membership {
  background-image: url("/AppImages/placeholders/upgrade-membership--bg.png");
  background-position: left;
  background-repeat: no-repeat; }
  .template--membership .upgrade-membership__title h2, .template--membership .upgrade-membership__title p, .template--membership .upgrade-membership__text h2, .template--membership .upgrade-membership__text p {
    margin: 0; }

.template--membership .membership-slider-subnav {
  padding: 0 0 0 50px; }
  .template--membership .membership-slider-subnav h3 {
    margin-bottom: 10px;
    display: inline-block; }
    .template--membership .membership-slider-subnav h3:last-of-type {
      margin-top: 10px; }
  .template--membership .membership-slider-subnav__link a {
    cursor: pointer;
    color: #fff;
    transition: all 0.2s; }
  .template--membership .membership-slider-subnav__link.slick-current a {
    color: #2aba9e; }

.template--membership .membership-slider-slides {
  padding: 20px 60px; }
  .template--membership .membership-slider-slides .slick-arrow {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 41px;
    font-size: 0;
    background-color: transparent;
    background-size: cover;
    background-position: center;
    border: 0; }
  .template--membership .membership-slider-slides .slick-prev {
    left: 0;
    background-image: url(/AppImages/icons/arrow-left--grey.png); }
    .template--membership .membership-slider-slides .slick-prev:hover {
      background-image: url(/AppImages/icons/arrow-left--blue.png); }
  .template--membership .membership-slider-slides .slick-next {
    right: 0;
    background-image: url(/AppImages/icons/arrow-right--grey.png); }
    .template--membership .membership-slider-slides .slick-next:hover {
      background-image: url(/AppImages/icons/arrow-right--blue.png); }
  .template--membership .membership-slider-slides .slick-slide a.join-button {
    display: block;
    margin: 25px 0; }
    .template--membership .membership-slider-slides .slick-slide a.join-button:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 27px;
      height: 27px;
      margin: 0 15px 5px 0;
      background-image: url(/AppImages/icons/join-plus.png);
      background-position: center;
      background-size: cover;
      transition: all 400ms; }
    .template--membership .membership-slider-slides .slick-slide a.join-button:hover:before {
      -ms-transform: rotate(360deg);
          transform: rotate(360deg); }

@media all and (max-width: 1024px) {
  .template--membership .membership-benefits {
    width: 100%; }
    .template--membership .membership-benefits + .js-image-bg {
      display: none; }
  .template--membership .membership-slider__text .col--1of2 {
    width: 100%; }
  .template--membership .membership-slider-subnav {
    padding: 0; } }

@media all and (max-width: 768px) {
  .template--membership .membership-benefits__text, .template--membership .membership-benefits__list {
    width: 100%;
    padding: 0; }
  .template--membership .membership-slider__text, .template--membership .membership-slider__slider {
    width: 100%; }
  .template--membership .membership-slider-subnav .slick-list {
    height: auto !important; }
  .template--membership .membership-slider-slides {
    padding: 0 25px; }
    .template--membership .membership-slider-slides .slick-arrow {
      width: 12px;
      height: 20px; }
  .template--membership .upgrade-membership {
    background-image: none; }
    .template--membership .upgrade-membership__title, .template--membership .upgrade-membership__text {
      width: 100%; }
    .template--membership .upgrade-membership__title {
      margin: 0 0 20px 0; } }

.template--membership-details .listing_fields_wrapper .lf_order, .template--membership-details .listing_fields_wrapper .lf_join_link, .template--membership-details .listing_fields_wrapper .lf_sub_category {
  display: none; }

.template--membership-details .listing_fields_wrapper label {
  width: 100%;
  font-size: 21px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 5px;
  margin-top: 0;
  color: #232323;
  text-transform: uppercase; }

.template--membership-details .listing_fields_wrapper span {
  display: block;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #494949; }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/***********    Login
\***********/
.login-col {
  padding: 140px 0 210px; }
  .login-col--left h2 {
    color: #fff; }
  .login-col--right h2 {
    color: #0159A3; }
  .login-col__container {
    max-width: 520px;
    padding: 0 40px;
    margin: 0 auto; }
  .login-col input {
    background-repeat: no-repeat;
    background-position: right 14px center; }
    .login-col input[type="text"], .login-col input[type="password"] {
      width: 100%;
      margin-bottom: 15px;
      background-color: #ffffff;
      border: 1px solid transparent;
      transition: all 0.2s; }
      .login-col input[type="text"]:hover, .login-col input[type="password"]:hover {
        border-color: #2aba9e; }
    .login-col input[type="submit"] {
      text-align: left;
      background-image: url("/AppImages/icons/login--button.png"); }
    .login-col input[type="text"] {
      background-image: url("/AppImages/icons/login--user.png"); }
    .login-col input[type="password"] {
      background-image: url("/AppImages/icons/login--password.png"); }
  .login-col table {
    margin: 0;
    border: 0; }
  .login-col td {
    padding: 0; }
  .login-col .remember-me {
    display: none; }
  .login-col .custom_login_details {
    margin-top: 15px; }

.login_failure {
  margin: 5px 0 0;
  color: #fff; }
  .login_failure strong {
    color: #fff; }

.login_reset {
  display: inline-block;
  margin: 10px 0 0 0;
  color: #2aba9e;
  text-decoration: none;
  transition: all 0.2s; }
  .login_reset:hover {
    border-bottom: 1px solid; }

@media all and (max-width: 768px) {
  .login-col {
    width: 100%;
    padding: 80px 0; }
    .login-col table {
      overflow: hidden; } }

@media all and (max-width: 599px) {
  .login-col__container {
    padding: 0 20px; } }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/*************    Sitemap
\*************/
.template--sitemap .main-content__container > ul > li {
  padding: 0; }
  .template--sitemap .main-content__container > ul > li > a {
    display: none; }
  .template--sitemap .main-content__container > ul > li > ul > li {
    padding: 0; }
    .template--sitemap .main-content__container > ul > li > ul > li li {
      margin: 14px 0; }

.template--sitemap .main-content__container ul {
  margin: 0; }

.template--sitemap .main-content__container li:before {
  display: none; }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/****************    Memberzone
\****************/
.template--conference .page-content > .row {
  margin-bottom: 50px; }

.template--conference .conference-banner__slides .slick-dots {
  padding: 0;
  margin: 0; }
  .template--conference .conference-banner__slides .slick-dots li {
    display: inline-block; }
  .template--conference .conference-banner__slides .slick-dots button {
    width: 12px;
    height: 12px;
    margin: 0 8px;
    background-color: #b3b3b3;
    border: 0;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer; }
  .template--conference .conference-banner__slides .slick-dots .slick-active button {
    background-color: #2aba9e; }

.template--conference .conference-intro h3 {
  font-size: 48px; }
  .template--conference .conference-intro h3 + h3 {
    margin-top: -10px;
    color: #45dbb3; }

.template--conference .conference-day-plan h3 {
  font-weight: 400; }
  .template--conference .conference-day-plan h3 strong {
    font-weight: bold;
    text-transform: uppercase; }

.template--conference .conference-day-plan p:nth-of-type(odd) {
  margin-bottom: 0;
  font-size: 24px;
  color: #45dbb3; }

.template--conference .conference-day-plan .col--1of2 {
  padding: 0 20px 0 0; }
  .template--conference .conference-day-plan .col--1of2 + .col--1of2 {
    padding: 0 0 0 20px; }

.template--conference .conference-venue h3 {
  font-weight: 400; }
  .template--conference .conference-venue h3 strong {
    font-weight: bold; }

.template--conference .conference-venue__map {
  height: 300px;
  margin-top: auto; }

.template--conference .conference-companies {
  text-align: center; }
  .template--conference .conference-companies .slick-dots {
    padding: 0;
    margin: 50px 0 0; }
    .template--conference .conference-companies .slick-dots li {
      display: inline-block; }
    .template--conference .conference-companies .slick-dots button {
      width: 12px;
      height: 12px;
      margin: 0 8px 16px;
      background-color: #b3b3b3;
      border: 0;
      border-radius: 50%;
      font-size: 0;
      cursor: pointer; }
    .template--conference .conference-companies .slick-dots .slick-active button {
      background-color: #2aba9e; }
  .template--conference .conference-companies .dynamic_callout_container {
    margin: 0 -45px;
    font-size: 0; }
  .template--conference .conference-companies a {
    display: block;
    margin: 0; }
  .template--conference .conference-companies p {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 40px;
    margin: 0; }
    .template--conference .conference-companies p img {
      max-width: 100%;
      width: 100%; }

.template--conference .conference-speakers-container {
  position: relative; }
  .template--conference .conference-speakers-container .listings-callout__detail {
    position: absolute;
    z-index: 1;
    top: 3px;
    width: 100%;
    height: calc(100% - 6px); }
    .template--conference .conference-speakers-container .listings-callout__detail-close {
      position: absolute;
      display: block;
      top: 50px;
      right: 40px;
      width: 23px;
      height: 23px;
      background-image: url(/AppImages/icons/close.jpg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      cursor: pointer; }
    .template--conference .conference-speakers-container .listings-callout__detail .col--1of4 {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }

.template--conference .conference-speakers .row--flex {
  height: 100%; }

.template--conference .conference-speakers .listings-callout__item {
  cursor: pointer; }
  .template--conference .conference-speakers .listings-callout__item:nth-of-type(n+5) .listings-callout__preview-img {
    -ms-flex-order: 2;
        order: 2; }
  .template--conference .conference-speakers .listings-callout__item:nth-of-type(n+5) .listings-callout__preview-text {
    -ms-flex-order: 1;
        order: 1;
    text-align: right; }
  .template--conference .conference-speakers .listings-callout__item:nth-of-type(n+5) .listings-callout__preview a {
    background-image: url(/AppImages/icons/conference-arrow--right.png); }

.template--conference .conference-speakers .listings-callout__extra {
  text-align: center; }
  .template--conference .conference-speakers .listings-callout__extra .row--flex {
    -ms-flex-align: center;
        align-items: center; }
  .template--conference .conference-speakers .listings-callout__extra p {
    padding: 30px;
    margin: 0 auto; }

.template--conference .conference-speakers .listings-callout__preview a {
  display: inline-block;
  width: 22px;
  height: 24px;
  margin: 0;
  background-image: url(/AppImages/icons/conference-arrow--left.png);
  cursor: pointer; }

@media all and (max-width: 1500px) {
  .template--conference .conference-intro h3 {
    font-size: 30px; } }

@media all and (max-width: 1280px) {
  .template--conference .conference-speakers .listings-callout__item {
    width: 33.33%; }
  .template--conference .conference-speakers .listings-callout__extra {
    width: 66.67%; } }

@media all and (max-width: 980px) {
  .template--conference .conference-speakers .listings-callout__item, .template--conference .conference-speakers .listings-callout__extra {
    width: 50%; }
  .template--conference .conference-speakers-container .listings-callout__detail {
    position: relative;
    height: initial;
    top: initial;
    margin-bottom: 3px; } }

@media all and (max-width: 1024px) {
  .template--conference .conference-banner__image {
    display: none; }
  .template--conference .conference-banner .col--1of2 {
    width: 100%; }
  .template--conference .conference-intro, .template--conference .conference-day-plan, .template--conference .conference-venue {
    width: 100%; }
  .template--conference .charcoal-bar .col--5of8, .template--conference .charcoal-bar .col--3of8 {
    width: 100%;
    padding: 0; }
  .template--conference a {
    display: inline-block; } }

@media all and (max-width: 599px) {
  .template--conference .conference-day-plan .col--1of2 {
    width: 100%;
    padding: 0 !important; }
  .template--conference .conference-speakers .listings-callout__item, .template--conference .conference-speakers .listings-callout__extra {
    width: 100%; }
  .template--conference .conference-speakers-container .listings-callout__detail .col--1of4 {
    display: none; }
  .template--conference .conference-speakers-container .listings-callout__detail .col--3of4 {
    width: 100%; } }

.template--speakers-details .listing_fields_wrapper label {
  width: 100%;
  font-size: 21px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 5px;
  margin-top: 0;
  color: #232323;
  text-transform: uppercase; }

.template--speakers-details .listing_fields_wrapper span {
  display: block;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #494949; }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/***************    Not found
\***************/
.template--notfound .content--standard p:first-of-type {
  font-size: 16px; }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/*********************  Forgotten Password
\*********************/
.password_reset_page {
  margin: 0 0 30px 0;
  background-color: #f2f2f2; }
  .password_reset_page .login_form {
    padding-right: 25%; }
  .password_reset_page .reset_password {
    max-width: 970px;
    padding: 85px 15px;
    margin: 0 auto;
    border: 0;
    background-color: #f2f2f2; }
    .password_reset_page .reset_password input {
      margin-bottom: 25px;
      border: 1px solid #b3b3b3;
      transition: all 0.2s; }
      .password_reset_page .reset_password input:hover {
        border: 1px solid #0159A3; }
  @media all and (max-width: 768px) {
    .password_reset_page .login_form {
      padding: 0; } }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/************  OMNET Pages
\************/
iframe.omnet {
  width: 100%;
  height: 1200px; }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/**********  Timeline
\**********/
.timeline-entry__image {
  float: left;
  max-width: 50% !important;
  margin: 0 15px 15px 0; }

.timeline-popup__image {
  margin: 0 auto 30px; }

@media all and (max-width: 599px) {
  .timeline-entry__image {
    max-width: 100% !important;
    width: 100%; } }

.timeline-sidebar__title {
  padding: 45px 15px;
  background-color: #45dbb3;
  text-align: center; }
  .timeline-sidebar__title p {
    margin: 0;
    color: #0159A3;
    font-size: 30px; }

.timeline-sidebar__nav {
  padding: 95px 15px;
  color: #45dbb3;
  background-color: #0159A3;
  text-align: center; }
  .timeline-sidebar__nav-wrap {
    position: relative; }

.timeline-sidebar__entry {
  border: 0; }
  .timeline-sidebar__entry a {
    position: relative;
    display: block;
    padding: 10px 0;
    margin: 0;
    font-size: 48px;
    line-height: 1;
    cursor: pointer; }
    .timeline-sidebar__entry a:before, .timeline-sidebar__entry a:after {
      position: absolute;
      content: "";
      display: block;
      top: 50%;
      width: 50px;
      height: 1px;
      background-color: #45dbb3;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
    .timeline-sidebar__entry a:before {
      left: 0; }
    .timeline-sidebar__entry a:after {
      right: 0; }
  .timeline-sidebar__entry.slick-current a {
    color: #fff; }
    .timeline-sidebar__entry.slick-current a:before, .timeline-sidebar__entry.slick-current a:after {
      height: 4px;
      background-color: #fff; }

.timeline-sidebar .slick-button {
  position: absolute;
  left: 50%;
  width: 30px;
  height: 21px;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  cursor: pointer;
  z-index: 1; }
  .timeline-sidebar .slick-button.prev {
    top: 45px;
    background-image: url("/AppImages/icons/arrow-up--white.png"); }
  .timeline-sidebar .slick-button.next {
    bottom: 45px;
    background-image: url("/AppImages/icons/arrow-down--white.png"); }

@media all and (max-width: 1280px) {
  .timeline-sidebar__entry a {
    font-size: 30px; } }

@media all and (max-width: 1024px) {
  .timeline-sidebar__entry a:before, .timeline-sidebar__entry a:after {
    width: 30px; }
  .timeline-sidebar__entry.slick-current:before, .timeline-sidebar__entry.slick-current:after {
    height: 2px; } }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/******  Staff
\******/
.staff-intro {
  margin: 0 0 45px; }
  .staff-intro__text {
    padding: 80px 40px 110px; }
    .staff-intro__text p {
      max-width: 500px; }
      .staff-intro__text p:last-of-type {
        margin-bottom: 0; }
  .staff-intro__image {
    background-position: center;
    background-size: cover; }
  @media all and (max-width: 768px) {
    .staff-intro__text {
      width: 100%; }
    .staff-intro__image {
      display: none; } }

@media all and (max-width: 768px) {
  .staff-main {
    width: 100%; } }

.staff-exec {
  margin-bottom: 40px; }
  @media all and (max-width: 1100px) {
    .staff-exec__text, .staff-exec__quote {
      width: 50%; } }
  @media all and (max-width: 599px) {
    .staff-exec__text, .staff-exec__quote {
      width: 100%; } }

.staff-item {
  position: relative;
  padding: 45px 25px;
  overflow: hidden; }
  .staff-item:hover .staff-item__overlay {
    top: 0; }
  .staff-item__image-cont {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden; }
  .staff-item__overlay {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #45dbb3;
    transition: all 0.4s;
    overflow: hidden; }
  .staff-item__quote {
    padding: 0px 45px 65px;
    margin: 0; }
    .staff-item__quote cite a {
      position: relative;
      display: block;
      margin-bottom: 0;
      font-size: 14px;
      font-weight: 400;
      font-style: normal;
      color: #0159A3; }
  .staff-item p {
    margin: 0 0 20px; }
    .staff-item p:last-of-type {
      margin: 0; }
  .staff-item h4 {
    margin: 0 0 20px; }
  .staff-item a {
    font-weight: 400; }
  .staff-item img {
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
  @media all and (max-width: 1100px) {
    .staff-item {
      width: 50%; } }
  @media all and (max-width: 599px) {
    .staff-item {
      width: 100%; } }

.listing_page_detail .listing_primary_image {
  margin-bottom: 25px; }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/**************    App Form
\**************/
.app-form .form_field.radio-list td {
  padding: 0;
  border: 0; }
  .app-form .form_field.radio-list td label {
    width: 100%;
    margin: 0 0 15px; }

.app-form .form_field.form-field--full label, .app-form .form_field.form-field--full .form_input {
  width: 100%; }

.app-form .form_field.form-field--full label {
  margin-bottom: 10px; }

.app-form .form_field.form-field--full .form_input {
  margin: 0; }

.app-form .form_field .form_input, .app-form .form_field table {
  display: inline-block;
  vertical-align: middle;
  width: calc(80% - 30px);
  margin: 0 0 0 30px; }
  .app-form .form_field .form_input select, .app-form .form_field .form_input textarea, .app-form .form_field .form_input input[type="text"], .app-form .form_field .form_input input[type="password"], .app-form .form_field table select, .app-form .form_field table textarea, .app-form .form_field table input[type="text"], .app-form .form_field table input[type="password"] {
    width: 100%;
    margin: 0; }

.app-form .form_field .form_input {
  position: relative; }
  .app-form .form_field .form_input.date-picker {
    padding-right: 40px; }
  .app-form .form_field .form_input img {
    position: absolute;
    top: 50%;
    right: 0;
    max-height: 28px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.app-form .form_field.upload-button .filename {
  width: 100%;
  margin: 0 0 10px; }

.app-form .form_field.upload-button label {
  width: 100%;
  margin: 0; }

.app-form .step-level {
  margin: 0;
  color: #45dbb3; }

.app-form .application-reference {
  width: 100%;
  color: #0159A3;
  text-align: right; }

.app-form .button_left {
  float: left; }

.app-form .button_right {
  float: right; }

.app-form .button_right, .app-form .button_left {
  display: inline-block;
  padding: 15px 25px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  background-color: #00aeef;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s; }
  .app-form .button_right:hover, .app-form .button_left:hover {
    background-color: #0089bc; }

.app-form .qual-table th {
  padding: 15px;
  background-color: #4D4D4D; }

.app-form .qual-table td {
  border: 1px solid #4D4D4D; }

.app-form .application_nav ul {
  padding: 0; }

.app-form .application_nav li {
  margin: 0 0 10px; }
  .app-form .application_nav li a {
    display: block;
    padding: 20px 35px;
    color: #fff;
    background-color: #0159A3;
    font-size: 21px;
    font-weight: 800;
    line-height: 26px;
    margin-bottom: 0;
    text-transform: uppercase; }
  .app-form .application_nav li.submit a {
    float: none;
    background-color: #262626;
    color: #45dbb3; }
    .app-form .application_nav li.submit a:hover {
      background-color: #333333; }

@media all and (max-width: 1280px) {
  .app-form .application_nav li a {
    padding: 15px;
    font-size: 16px; } }

@media all and (max-width: 599px) {
  .app-form .form_field .form_input, .app-form .form_field table {
    width: 100%;
    margin: 0; } }

.form_field.checkbox_field table input {
  display: none; }

.form_field.checkbox_field table label {
  display: inline-block;
  padding: 0 0 0 29px;
  margin: 0; }

/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/**********   Mixins
\**********/
/*************    Colours   
\*************/
/****************    Typography   
\****************/
/*************    Spacing
\*************/
/************    Widths
\************/
/****************    Responsive   
\****************/
/****************   Transitions   
\****************/
/********************   Vendor settings   
\********************/
/*******************    Neat settings
\*******************/
/*************    Awards
\*************/
@media all and (max-width: 768px) {
  .template--conference.template--awards .awards-image {
    width: 100%;
    height: 300px; } }

.template--conference.template--awards .conference-day-plan p a {
  color: #fff; }

.template--conference.template--awards .conference-day-plan h6 {
  margin: 0;
  font-size: 18px; }

.template--conference.template--awards .conference-speakers .listings-callout__item:nth-of-type(n+5) .listings-callout__preview a {
  background-image: url(/AppImages/icons/conference-arrow--right--blue.png); }

.template--conference.template--awards .conference-speakers .listings-callout__item .bg--turquoise {
  background-color: #262626; }

.template--conference.template--awards .conference-speakers .listings-callout__preview-img {
  background-color: #000; }

.template--conference.template--awards .conference-speakers .listings-callout__preview a {
  background-image: url(/AppImages/icons/conference-arrow--left--blue.png); }

.template--conference.template--awards .conference-speakers .listings-callout__extra .bg--charcoal {
  background-color: #11B2CC; }
  .template--conference.template--awards .conference-speakers .listings-callout__extra .bg--charcoal a {
    color: #262626; }

@media all and (max-width: 768px) {
  .template--conference.template--awards .past-awards-block {
    width: 100%; } }

.template--conference.template--awards .past-awards-block img {
  display: none; }

.template--conference.template--awards .past-awards-block ul {
  padding: 0; }

.template--conference.template--awards .past-awards-block li {
  width: 25%;
  vertical-align: middle;
  display: inline-block; }