/*****************************
Brand Colours
*****************************/
/******************
Colour Variables
*******************/
/***************************
Body and Text
***************************/
/***************************
Breakpoints
***************************/
/********************
MISC
********************/
@font-face {
  font-family: 'Gotham-Bold';
  src: url("../fonts/Gotham-Bold/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Medium';
  src: url("../fonts/Gotham-Medium/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Light';
  src: url("../fonts/Gotham-Light/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-ExtraLight';
  src: url("../fonts/Gotham-ExtraLight/Gotham-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-ExtraLight/Gotham-ExtraLight.woff") format("woff"), url("../fonts/Gotham-ExtraLight/Gotham-ExtraLight.ttf") format("truetype"), url("../fonts/Gotham-ExtraLight/Gotham-ExtraLight.svg#Gotham-ExtraLight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Book';
  src: url("../fonts/Gotham-Book/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal; }

.button {
  padding: 17px 24px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 3px;
  -webkit-appearance: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  color: white;
  background-color: #e1163c;
  background: linear-gradient(to right, #e1163c, #a11453); }
  .button:after {
    content: " ";
    display: inline-block;
    vertical-align: center;
    height: 15px;
    width: 14px;
    background: url("../img/arrow-white.png") no-repeat center center;
    background-size: contain;
    opacity: 1;
    transition: all .3s ease-in-out;
    margin-left: 8px; }
  .button:hover, .button:focus, .button:active, .button.active {
    color: #dbbac5;
    background-color: #b31130;
    text-decoration: none;
    background: linear-gradient(to right, #c11547, #a11453); }
    .button:hover:after, .button:focus:after, .button:active:after, .button.active:after {
      opacity: .7; }

.arrow-after {
  text-decoration: none; }
  .arrow-after:after {
    content: " ";
    display: inline-block;
    vertical-align: center;
    height: 15px;
    width: 14px;
    background: url("../img/arrow-red.png") no-repeat center center;
    background-size: contain;
    opacity: 1;
    transition: all .3s ease-in-out;
    margin-left: 8px; }

.arrow-before {
  text-decoration: none; }
  .arrow-before:before {
    content: " ";
    display: inline-block;
    vertical-align: center;
    height: 15px;
    width: 14px;
    background: url("../img/arrow-red.png") no-repeat center center;
    background-size: contain;
    opacity: 1;
    transition: all .3s ease-in-out;
    margin-right: 8px; }

.arrow-after--white {
  text-decoration: none; }
  .arrow-after--white:after {
    content: " ";
    display: inline-block;
    vertical-align: center;
    height: 15px;
    width: 14px;
    background: url("../img/arrow-white.png") no-repeat center center;
    background-size: contain;
    opacity: 1;
    transition: all .3s ease-in-out;
    margin-left: 8px; }

.arrow-before--white {
  text-decoration: none; }
  .arrow-before--white:before {
    content: " ";
    display: inline-block;
    vertical-align: center;
    height: 15px;
    width: 14px;
    background: url("../img/arrow-white.png") no-repeat center center;
    background-size: contain;
    opacity: 1;
    transition: all .3s ease-in-out;
    margin-right: 8px; }

.button--white {
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-size: 100%;
  background: #fff;
  color: #000 !important;
  border-radius: 4px;
  border: 0;
  text-decoration: none;
  padding: .5em 1em;
  transition: all .5s;
  margin-top: 20px; }

.button.white {
  background: #fff;
  color: #000;
  border: 0;
  padding: 10px; }

.button.white:after {
  display: none; }

/**
 * Line mixin. Used to create a burger icon
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

* {
  box-sizing: border-box; }

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

html {
  -webkit-tap-highlight-color: transparent; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #61126b;
  text-decoration: none; }
  a:hover, a:focus {
    color: #26072a;
    text-decoration: underline; }

figure {
  margin: 0; }

img {
  vertical-align: middle;
  max-width: 100%; }

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #222; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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; }

html {
  font-size: 100%;
  font-size: 16px; }

body {
  font-family: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #222;
  background-color: #fff; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
  font-weight: normal;
  color: #d11642;
  margin-top: 0;
  margin-bottom: 30px; }

h1, .h1 {
  font-size: 35px;
  font-family: "Gotham-ExtraLight"; }

h2, .h2 {
  font-size: 30px;
  font-family: "Gotham-ExtraLight"; }

h3, .h3 {
  font-size: 30px;
  font-family: "Gotham-Light"; }

h4, .h4 {
  font-size: 23px;
  font-family: "Gotham-Light";
  color: #222; }

h5, .h5 {
  font-family: "Gotham-Light";
  font-size: 22px;
  letter-spacing: -0.01em; }

h6, .h6 {
  font-family: "Gotham-Light";
  font-size: 18px;
  letter-spacing: 0.01em; }

p {
  margin: 0 0 12px;
  line-height: 1.7em; }

a {
  color: #61126b;
  font-family: "Gotham-Medium";
  text-decoration: underline; }

strong, b {
  font-family: "Gotham-Bold";
  font-weight: normal; }

small,
.small {
  font-size: 90%; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

blockquote {
  font-size: 20px;
  margin: 20px 0px;
  background: #222;
  color: black;
  font-weight: bold;
  position: relative;
  padding: 20px 3em; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }

cite {
  font-weight: normal;
  display: block;
  font-style: normal; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -8px;
  margin-right: -8px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left; }

.col-xs-1 {
  width: 4.16667%; }

.col-xs-2 {
  width: 8.33333%; }

.col-xs-3 {
  width: 12.5%; }

.col-xs-4 {
  width: 16.66667%; }

.col-xs-5 {
  width: 20.83333%; }

.col-xs-6 {
  width: 25%; }

.col-xs-7 {
  width: 29.16667%; }

.col-xs-8 {
  width: 33.33333%; }

.col-xs-9 {
  width: 37.5%; }

.col-xs-10 {
  width: 41.66667%; }

.col-xs-11 {
  width: 45.83333%; }

.col-xs-12 {
  width: 50%; }

.col-xs-13 {
  width: 54.16667%; }

.col-xs-14 {
  width: 58.33333%; }

.col-xs-15 {
  width: 62.5%; }

.col-xs-16 {
  width: 66.66667%; }

.col-xs-17 {
  width: 70.83333%; }

.col-xs-18 {
  width: 75%; }

.col-xs-19 {
  width: 79.16667%; }

.col-xs-20 {
  width: 83.33333%; }

.col-xs-21 {
  width: 87.5%; }

.col-xs-22 {
  width: 91.66667%; }

.col-xs-23 {
  width: 95.83333%; }

.col-xs-24 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 4.16667%; }

.col-xs-pull-2 {
  right: 8.33333%; }

.col-xs-pull-3 {
  right: 12.5%; }

.col-xs-pull-4 {
  right: 16.66667%; }

.col-xs-pull-5 {
  right: 20.83333%; }

.col-xs-pull-6 {
  right: 25%; }

.col-xs-pull-7 {
  right: 29.16667%; }

.col-xs-pull-8 {
  right: 33.33333%; }

.col-xs-pull-9 {
  right: 37.5%; }

.col-xs-pull-10 {
  right: 41.66667%; }

.col-xs-pull-11 {
  right: 45.83333%; }

.col-xs-pull-12 {
  right: 50%; }

.col-xs-pull-13 {
  right: 54.16667%; }

.col-xs-pull-14 {
  right: 58.33333%; }

.col-xs-pull-15 {
  right: 62.5%; }

.col-xs-pull-16 {
  right: 66.66667%; }

.col-xs-pull-17 {
  right: 70.83333%; }

.col-xs-pull-18 {
  right: 75%; }

.col-xs-pull-19 {
  right: 79.16667%; }

.col-xs-pull-20 {
  right: 83.33333%; }

.col-xs-pull-21 {
  right: 87.5%; }

.col-xs-pull-22 {
  right: 91.66667%; }

.col-xs-pull-23 {
  right: 95.83333%; }

.col-xs-pull-24 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 4.16667%; }

.col-xs-push-2 {
  left: 8.33333%; }

.col-xs-push-3 {
  left: 12.5%; }

.col-xs-push-4 {
  left: 16.66667%; }

.col-xs-push-5 {
  left: 20.83333%; }

.col-xs-push-6 {
  left: 25%; }

.col-xs-push-7 {
  left: 29.16667%; }

.col-xs-push-8 {
  left: 33.33333%; }

.col-xs-push-9 {
  left: 37.5%; }

.col-xs-push-10 {
  left: 41.66667%; }

.col-xs-push-11 {
  left: 45.83333%; }

.col-xs-push-12 {
  left: 50%; }

.col-xs-push-13 {
  left: 54.16667%; }

.col-xs-push-14 {
  left: 58.33333%; }

.col-xs-push-15 {
  left: 62.5%; }

.col-xs-push-16 {
  left: 66.66667%; }

.col-xs-push-17 {
  left: 70.83333%; }

.col-xs-push-18 {
  left: 75%; }

.col-xs-push-19 {
  left: 79.16667%; }

.col-xs-push-20 {
  left: 83.33333%; }

.col-xs-push-21 {
  left: 87.5%; }

.col-xs-push-22 {
  left: 91.66667%; }

.col-xs-push-23 {
  left: 95.83333%; }

.col-xs-push-24 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 4.16667%; }

.col-xs-offset-2 {
  margin-left: 8.33333%; }

.col-xs-offset-3 {
  margin-left: 12.5%; }

.col-xs-offset-4 {
  margin-left: 16.66667%; }

.col-xs-offset-5 {
  margin-left: 20.83333%; }

.col-xs-offset-6 {
  margin-left: 25%; }

.col-xs-offset-7 {
  margin-left: 29.16667%; }

.col-xs-offset-8 {
  margin-left: 33.33333%; }

.col-xs-offset-9 {
  margin-left: 37.5%; }

.col-xs-offset-10 {
  margin-left: 41.66667%; }

.col-xs-offset-11 {
  margin-left: 45.83333%; }

.col-xs-offset-12 {
  margin-left: 50%; }

.col-xs-offset-13 {
  margin-left: 54.16667%; }

.col-xs-offset-14 {
  margin-left: 58.33333%; }

.col-xs-offset-15 {
  margin-left: 62.5%; }

.col-xs-offset-16 {
  margin-left: 66.66667%; }

.col-xs-offset-17 {
  margin-left: 70.83333%; }

.col-xs-offset-18 {
  margin-left: 75%; }

.col-xs-offset-19 {
  margin-left: 79.16667%; }

.col-xs-offset-20 {
  margin-left: 83.33333%; }

.col-xs-offset-21 {
  margin-left: 87.5%; }

.col-xs-offset-22 {
  margin-left: 91.66667%; }

.col-xs-offset-23 {
  margin-left: 95.83333%; }

.col-xs-offset-24 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left; }
  .col-sm-1 {
    width: 4.16667%; }
  .col-sm-2 {
    width: 8.33333%; }
  .col-sm-3 {
    width: 12.5%; }
  .col-sm-4 {
    width: 16.66667%; }
  .col-sm-5 {
    width: 20.83333%; }
  .col-sm-6 {
    width: 25%; }
  .col-sm-7 {
    width: 29.16667%; }
  .col-sm-8 {
    width: 33.33333%; }
  .col-sm-9 {
    width: 37.5%; }
  .col-sm-10 {
    width: 41.66667%; }
  .col-sm-11 {
    width: 45.83333%; }
  .col-sm-12 {
    width: 50%; }
  .col-sm-13 {
    width: 54.16667%; }
  .col-sm-14 {
    width: 58.33333%; }
  .col-sm-15 {
    width: 62.5%; }
  .col-sm-16 {
    width: 66.66667%; }
  .col-sm-17 {
    width: 70.83333%; }
  .col-sm-18 {
    width: 75%; }
  .col-sm-19 {
    width: 79.16667%; }
  .col-sm-20 {
    width: 83.33333%; }
  .col-sm-21 {
    width: 87.5%; }
  .col-sm-22 {
    width: 91.66667%; }
  .col-sm-23 {
    width: 95.83333%; }
  .col-sm-24 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 4.16667%; }
  .col-sm-pull-2 {
    right: 8.33333%; }
  .col-sm-pull-3 {
    right: 12.5%; }
  .col-sm-pull-4 {
    right: 16.66667%; }
  .col-sm-pull-5 {
    right: 20.83333%; }
  .col-sm-pull-6 {
    right: 25%; }
  .col-sm-pull-7 {
    right: 29.16667%; }
  .col-sm-pull-8 {
    right: 33.33333%; }
  .col-sm-pull-9 {
    right: 37.5%; }
  .col-sm-pull-10 {
    right: 41.66667%; }
  .col-sm-pull-11 {
    right: 45.83333%; }
  .col-sm-pull-12 {
    right: 50%; }
  .col-sm-pull-13 {
    right: 54.16667%; }
  .col-sm-pull-14 {
    right: 58.33333%; }
  .col-sm-pull-15 {
    right: 62.5%; }
  .col-sm-pull-16 {
    right: 66.66667%; }
  .col-sm-pull-17 {
    right: 70.83333%; }
  .col-sm-pull-18 {
    right: 75%; }
  .col-sm-pull-19 {
    right: 79.16667%; }
  .col-sm-pull-20 {
    right: 83.33333%; }
  .col-sm-pull-21 {
    right: 87.5%; }
  .col-sm-pull-22 {
    right: 91.66667%; }
  .col-sm-pull-23 {
    right: 95.83333%; }
  .col-sm-pull-24 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 4.16667%; }
  .col-sm-push-2 {
    left: 8.33333%; }
  .col-sm-push-3 {
    left: 12.5%; }
  .col-sm-push-4 {
    left: 16.66667%; }
  .col-sm-push-5 {
    left: 20.83333%; }
  .col-sm-push-6 {
    left: 25%; }
  .col-sm-push-7 {
    left: 29.16667%; }
  .col-sm-push-8 {
    left: 33.33333%; }
  .col-sm-push-9 {
    left: 37.5%; }
  .col-sm-push-10 {
    left: 41.66667%; }
  .col-sm-push-11 {
    left: 45.83333%; }
  .col-sm-push-12 {
    left: 50%; }
  .col-sm-push-13 {
    left: 54.16667%; }
  .col-sm-push-14 {
    left: 58.33333%; }
  .col-sm-push-15 {
    left: 62.5%; }
  .col-sm-push-16 {
    left: 66.66667%; }
  .col-sm-push-17 {
    left: 70.83333%; }
  .col-sm-push-18 {
    left: 75%; }
  .col-sm-push-19 {
    left: 79.16667%; }
  .col-sm-push-20 {
    left: 83.33333%; }
  .col-sm-push-21 {
    left: 87.5%; }
  .col-sm-push-22 {
    left: 91.66667%; }
  .col-sm-push-23 {
    left: 95.83333%; }
  .col-sm-push-24 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 4.16667%; }
  .col-sm-offset-2 {
    margin-left: 8.33333%; }
  .col-sm-offset-3 {
    margin-left: 12.5%; }
  .col-sm-offset-4 {
    margin-left: 16.66667%; }
  .col-sm-offset-5 {
    margin-left: 20.83333%; }
  .col-sm-offset-6 {
    margin-left: 25%; }
  .col-sm-offset-7 {
    margin-left: 29.16667%; }
  .col-sm-offset-8 {
    margin-left: 33.33333%; }
  .col-sm-offset-9 {
    margin-left: 37.5%; }
  .col-sm-offset-10 {
    margin-left: 41.66667%; }
  .col-sm-offset-11 {
    margin-left: 45.83333%; }
  .col-sm-offset-12 {
    margin-left: 50%; }
  .col-sm-offset-13 {
    margin-left: 54.16667%; }
  .col-sm-offset-14 {
    margin-left: 58.33333%; }
  .col-sm-offset-15 {
    margin-left: 62.5%; }
  .col-sm-offset-16 {
    margin-left: 66.66667%; }
  .col-sm-offset-17 {
    margin-left: 70.83333%; }
  .col-sm-offset-18 {
    margin-left: 75%; }
  .col-sm-offset-19 {
    margin-left: 79.16667%; }
  .col-sm-offset-20 {
    margin-left: 83.33333%; }
  .col-sm-offset-21 {
    margin-left: 87.5%; }
  .col-sm-offset-22 {
    margin-left: 91.66667%; }
  .col-sm-offset-23 {
    margin-left: 95.83333%; }
  .col-sm-offset-24 {
    margin-left: 100%; } }

@media (min-width: 1025px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left; }
  .col-md-1 {
    width: 4.16667%; }
  .col-md-2 {
    width: 8.33333%; }
  .col-md-3 {
    width: 12.5%; }
  .col-md-4 {
    width: 16.66667%; }
  .col-md-5 {
    width: 20.83333%; }
  .col-md-6 {
    width: 25%; }
  .col-md-7 {
    width: 29.16667%; }
  .col-md-8 {
    width: 33.33333%; }
  .col-md-9 {
    width: 37.5%; }
  .col-md-10 {
    width: 41.66667%; }
  .col-md-11 {
    width: 45.83333%; }
  .col-md-12 {
    width: 50%; }
  .col-md-13 {
    width: 54.16667%; }
  .col-md-14 {
    width: 58.33333%; }
  .col-md-15 {
    width: 62.5%; }
  .col-md-16 {
    width: 66.66667%; }
  .col-md-17 {
    width: 70.83333%; }
  .col-md-18 {
    width: 75%; }
  .col-md-19 {
    width: 79.16667%; }
  .col-md-20 {
    width: 83.33333%; }
  .col-md-21 {
    width: 87.5%; }
  .col-md-22 {
    width: 91.66667%; }
  .col-md-23 {
    width: 95.83333%; }
  .col-md-24 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 4.16667%; }
  .col-md-pull-2 {
    right: 8.33333%; }
  .col-md-pull-3 {
    right: 12.5%; }
  .col-md-pull-4 {
    right: 16.66667%; }
  .col-md-pull-5 {
    right: 20.83333%; }
  .col-md-pull-6 {
    right: 25%; }
  .col-md-pull-7 {
    right: 29.16667%; }
  .col-md-pull-8 {
    right: 33.33333%; }
  .col-md-pull-9 {
    right: 37.5%; }
  .col-md-pull-10 {
    right: 41.66667%; }
  .col-md-pull-11 {
    right: 45.83333%; }
  .col-md-pull-12 {
    right: 50%; }
  .col-md-pull-13 {
    right: 54.16667%; }
  .col-md-pull-14 {
    right: 58.33333%; }
  .col-md-pull-15 {
    right: 62.5%; }
  .col-md-pull-16 {
    right: 66.66667%; }
  .col-md-pull-17 {
    right: 70.83333%; }
  .col-md-pull-18 {
    right: 75%; }
  .col-md-pull-19 {
    right: 79.16667%; }
  .col-md-pull-20 {
    right: 83.33333%; }
  .col-md-pull-21 {
    right: 87.5%; }
  .col-md-pull-22 {
    right: 91.66667%; }
  .col-md-pull-23 {
    right: 95.83333%; }
  .col-md-pull-24 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 4.16667%; }
  .col-md-push-2 {
    left: 8.33333%; }
  .col-md-push-3 {
    left: 12.5%; }
  .col-md-push-4 {
    left: 16.66667%; }
  .col-md-push-5 {
    left: 20.83333%; }
  .col-md-push-6 {
    left: 25%; }
  .col-md-push-7 {
    left: 29.16667%; }
  .col-md-push-8 {
    left: 33.33333%; }
  .col-md-push-9 {
    left: 37.5%; }
  .col-md-push-10 {
    left: 41.66667%; }
  .col-md-push-11 {
    left: 45.83333%; }
  .col-md-push-12 {
    left: 50%; }
  .col-md-push-13 {
    left: 54.16667%; }
  .col-md-push-14 {
    left: 58.33333%; }
  .col-md-push-15 {
    left: 62.5%; }
  .col-md-push-16 {
    left: 66.66667%; }
  .col-md-push-17 {
    left: 70.83333%; }
  .col-md-push-18 {
    left: 75%; }
  .col-md-push-19 {
    left: 79.16667%; }
  .col-md-push-20 {
    left: 83.33333%; }
  .col-md-push-21 {
    left: 87.5%; }
  .col-md-push-22 {
    left: 91.66667%; }
  .col-md-push-23 {
    left: 95.83333%; }
  .col-md-push-24 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 4.16667%; }
  .col-md-offset-2 {
    margin-left: 8.33333%; }
  .col-md-offset-3 {
    margin-left: 12.5%; }
  .col-md-offset-4 {
    margin-left: 16.66667%; }
  .col-md-offset-5 {
    margin-left: 20.83333%; }
  .col-md-offset-6 {
    margin-left: 25%; }
  .col-md-offset-7 {
    margin-left: 29.16667%; }
  .col-md-offset-8 {
    margin-left: 33.33333%; }
  .col-md-offset-9 {
    margin-left: 37.5%; }
  .col-md-offset-10 {
    margin-left: 41.66667%; }
  .col-md-offset-11 {
    margin-left: 45.83333%; }
  .col-md-offset-12 {
    margin-left: 50%; }
  .col-md-offset-13 {
    margin-left: 54.16667%; }
  .col-md-offset-14 {
    margin-left: 58.33333%; }
  .col-md-offset-15 {
    margin-left: 62.5%; }
  .col-md-offset-16 {
    margin-left: 66.66667%; }
  .col-md-offset-17 {
    margin-left: 70.83333%; }
  .col-md-offset-18 {
    margin-left: 75%; }
  .col-md-offset-19 {
    margin-left: 79.16667%; }
  .col-md-offset-20 {
    margin-left: 83.33333%; }
  .col-md-offset-21 {
    margin-left: 87.5%; }
  .col-md-offset-22 {
    margin-left: 91.66667%; }
  .col-md-offset-23 {
    margin-left: 95.83333%; }
  .col-md-offset-24 {
    margin-left: 100%; } }

@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left; }
  .col-lg-1 {
    width: 4.16667%; }
  .col-lg-2 {
    width: 8.33333%; }
  .col-lg-3 {
    width: 12.5%; }
  .col-lg-4 {
    width: 16.66667%; }
  .col-lg-5 {
    width: 20.83333%; }
  .col-lg-6 {
    width: 25%; }
  .col-lg-7 {
    width: 29.16667%; }
  .col-lg-8 {
    width: 33.33333%; }
  .col-lg-9 {
    width: 37.5%; }
  .col-lg-10 {
    width: 41.66667%; }
  .col-lg-11 {
    width: 45.83333%; }
  .col-lg-12 {
    width: 50%; }
  .col-lg-13 {
    width: 54.16667%; }
  .col-lg-14 {
    width: 58.33333%; }
  .col-lg-15 {
    width: 62.5%; }
  .col-lg-16 {
    width: 66.66667%; }
  .col-lg-17 {
    width: 70.83333%; }
  .col-lg-18 {
    width: 75%; }
  .col-lg-19 {
    width: 79.16667%; }
  .col-lg-20 {
    width: 83.33333%; }
  .col-lg-21 {
    width: 87.5%; }
  .col-lg-22 {
    width: 91.66667%; }
  .col-lg-23 {
    width: 95.83333%; }
  .col-lg-24 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 4.16667%; }
  .col-lg-pull-2 {
    right: 8.33333%; }
  .col-lg-pull-3 {
    right: 12.5%; }
  .col-lg-pull-4 {
    right: 16.66667%; }
  .col-lg-pull-5 {
    right: 20.83333%; }
  .col-lg-pull-6 {
    right: 25%; }
  .col-lg-pull-7 {
    right: 29.16667%; }
  .col-lg-pull-8 {
    right: 33.33333%; }
  .col-lg-pull-9 {
    right: 37.5%; }
  .col-lg-pull-10 {
    right: 41.66667%; }
  .col-lg-pull-11 {
    right: 45.83333%; }
  .col-lg-pull-12 {
    right: 50%; }
  .col-lg-pull-13 {
    right: 54.16667%; }
  .col-lg-pull-14 {
    right: 58.33333%; }
  .col-lg-pull-15 {
    right: 62.5%; }
  .col-lg-pull-16 {
    right: 66.66667%; }
  .col-lg-pull-17 {
    right: 70.83333%; }
  .col-lg-pull-18 {
    right: 75%; }
  .col-lg-pull-19 {
    right: 79.16667%; }
  .col-lg-pull-20 {
    right: 83.33333%; }
  .col-lg-pull-21 {
    right: 87.5%; }
  .col-lg-pull-22 {
    right: 91.66667%; }
  .col-lg-pull-23 {
    right: 95.83333%; }
  .col-lg-pull-24 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 4.16667%; }
  .col-lg-push-2 {
    left: 8.33333%; }
  .col-lg-push-3 {
    left: 12.5%; }
  .col-lg-push-4 {
    left: 16.66667%; }
  .col-lg-push-5 {
    left: 20.83333%; }
  .col-lg-push-6 {
    left: 25%; }
  .col-lg-push-7 {
    left: 29.16667%; }
  .col-lg-push-8 {
    left: 33.33333%; }
  .col-lg-push-9 {
    left: 37.5%; }
  .col-lg-push-10 {
    left: 41.66667%; }
  .col-lg-push-11 {
    left: 45.83333%; }
  .col-lg-push-12 {
    left: 50%; }
  .col-lg-push-13 {
    left: 54.16667%; }
  .col-lg-push-14 {
    left: 58.33333%; }
  .col-lg-push-15 {
    left: 62.5%; }
  .col-lg-push-16 {
    left: 66.66667%; }
  .col-lg-push-17 {
    left: 70.83333%; }
  .col-lg-push-18 {
    left: 75%; }
  .col-lg-push-19 {
    left: 79.16667%; }
  .col-lg-push-20 {
    left: 83.33333%; }
  .col-lg-push-21 {
    left: 87.5%; }
  .col-lg-push-22 {
    left: 91.66667%; }
  .col-lg-push-23 {
    left: 95.83333%; }
  .col-lg-push-24 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 4.16667%; }
  .col-lg-offset-2 {
    margin-left: 8.33333%; }
  .col-lg-offset-3 {
    margin-left: 12.5%; }
  .col-lg-offset-4 {
    margin-left: 16.66667%; }
  .col-lg-offset-5 {
    margin-left: 20.83333%; }
  .col-lg-offset-6 {
    margin-left: 25%; }
  .col-lg-offset-7 {
    margin-left: 29.16667%; }
  .col-lg-offset-8 {
    margin-left: 33.33333%; }
  .col-lg-offset-9 {
    margin-left: 37.5%; }
  .col-lg-offset-10 {
    margin-left: 41.66667%; }
  .col-lg-offset-11 {
    margin-left: 45.83333%; }
  .col-lg-offset-12 {
    margin-left: 50%; }
  .col-lg-offset-13 {
    margin-left: 54.16667%; }
  .col-lg-offset-14 {
    margin-left: 58.33333%; }
  .col-lg-offset-15 {
    margin-left: 62.5%; }
  .col-lg-offset-16 {
    margin-left: 66.66667%; }
  .col-lg-offset-17 {
    margin-left: 70.83333%; }
  .col-lg-offset-18 {
    margin-left: 75%; }
  .col-lg-offset-19 {
    margin-left: 79.16667%; }
  .col-lg-offset-20 {
    margin-left: 83.33333%; }
  .col-lg-offset-21 {
    margin-left: 87.5%; }
  .col-lg-offset-22 {
    margin-left: 91.66667%; }
  .col-lg-offset-23 {
    margin-left: 95.83333%; }
  .col-lg-offset-24 {
    margin-left: 100%; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.ui-widget {
  background: #d11642;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: 0 1px 3px black; }

.ui-datepicker {
  padding: 0; }

.ui-datepicker-header {
  border: none;
  border-bottom: 1px solid #d11642;
  background: transparent;
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
  padding-top: 7px; }

.ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.ui-datepicker .ui-datepicker-title {
  margin-top: 1.5em;
  margin-bottom: 1em;
  text-align: center; }
  .ui-datepicker .ui-datepicker-title select {
    width: 90px;
    float: left;
    margin-left: 40px; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  border: none;
  color: #efefef;
  padding: 0 7px; }

.ui-datepicker .ui-datepicker-next {
  float: right; }

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  margin-top: 0;
  top: 0;
  font-weight: normal; }

.ui-datepicker table {
  margin: 0;
  width: 100%;
  min-width: 300px; }

.ui-datepicker th {
  padding: 3em 0;
  color: #fde9ee;
  font-size: 8px;
  font-weight: normal;
  text-shadow: 0 0 2px white;
  text-transform: uppercase;
  border: none; }

.ui-datepicker td {
  border: none;
  padding: 0;
  text-align: center; }

td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: 1em 0;
  margin: 0;
  font-weight: normal;
  color: #efefef;
  font-size: 12px;
  display: block; }

td .ui-state-active,
td .ui-state-hover {
  background: black;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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; }
  .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; }

.breadcrumbs {
  margin: 25px 0;
  font-size: 14px;
  padding-left: 30px;
  border-bottom: 1px solid #d8d7d7;
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #4f145b; }
  .breadcrumbs > span {
    margin-left: 5px;
    padding: 8px 0;
    display: inline-block; }
  .breadcrumbs a, .breadcrumbs a:visited {
    color: #4f145b;
    text-decoration: none;
    font-family: "Gotham-Book"; }
  .breadcrumbs .breadcrumb_last {
    color: #d11642; }

.gallery-container {
  height: 400px; }

.gallery-slider {
  height: 280px;
  position: absolute; }

.gallery-slider .gallery-caption {
  padding: 20px;
  font-size: 12px;
  bottom: auto;
  top: 100%;
  min-height: 0px;
  width: 100%;
  position: absolute;
  left: 0px;
  color: #fff;
  background: fade(orange, 90%);
  text-align: left; }

.gallery-slider .img {
  background-size: cover; }

.gallery-slider .gallery-fullscreen {
  display: none; }

.gallery-slider ul {
  margin: 0px;
  position: absolute;
  height: 100%;
  padding: 0;
  list-style: none; }

.gallery-slider li.slide {
  width: 100%;
  height: 100%; }

.gallery-slider .flex-direction-nav {
  width: auto;
  top: auto;
  right: auto;
  background: transparent;
  width: 100%; }

.gallery-slider a.flex-prev {
  top: 50%;
  bottom: auto;
  right: auto;
  left: 0px;
  width: 30px;
  margin: 0px;
  height: 40px;
  border-bottom: 0px; }
  .gallery-slider a.flex-prev:before {
    font-family: 'fontawesome-webfont';
    content: "\f053";
    color: #fff;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    display: block;
    text-align: center; }

.gallery-slider a.flex-next {
  top: 50%;
  bottom: auto;
  right: 0px;
  left: auto;
  width: 30px;
  margin: 0px;
  height: 40px;
  border-bottom: 0px; }
  .gallery-slider a.flex-next:before {
    font-family: 'fontawesome-webfont';
    content: "\f054";
    color: #fff;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    display: block;
    text-align: center; }

.mobMenu {
  display: none; }

@media screen and (max-width: 767px) {
  .mobMenu {
    display: block;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 3px 10px 9px 6px;
    display: inline-block;
    margin-top: 16px;
    font-size: 14px;
    font-family: 'gotham-book';
    color: #61126b;
    background: 0;
    float: right;
    outline: 0;
    margin-right: 20px; }
    .mobMenu .Menu {
      background: transparent url("../img/Mobile_Icons_Sprite.png") no-repeat scroll 0 -214px;
      width: 15px;
      margin-left: 6px;
      height: 21px;
      display: inline-block; }
  #menu-primary-navigation {
    z-index: 9999;
    overflow-y: hidden;
    padding-left: 0;
    list-style: none;
    height: 0px; }
    #menu-primary-navigation.nav-open {
      padding: 20px;
      height: auto; }
    #menu-primary-navigation li {
      width: 100%;
      display: block;
      padding: 0;
      line-height: 36px;
      line-height: 36px; }
      #menu-primary-navigation li a {
        text-decoration: none;
        color: #61126b;
        font-family: gotham-book;
        line-height: 33px;
        font-size: 18px;
        display: block;
        position: relative;
        outline: 0;
        margin-right: 0; }
        #menu-primary-navigation li a:after {
          content: ' ';
          float: right;
          background: transparent url("../img/Mobile_Icons_Sprite.png") no-repeat scroll 0 -85px;
          padding-left: 22px;
          height: 23px; }
    #menu-primary-navigation > li > ul.dropdown-menu,
    #menu-primary-navigation > li > ul.children {
      padding-left: 0; }
      #menu-primary-navigation > li > ul.dropdown-menu > li > a,
      #menu-primary-navigation > li > ul.children > li > a {
        display: none; }
      #menu-primary-navigation > li > ul.dropdown-menu > li > ul,
      #menu-primary-navigation > li > ul.children > li > ul {
        padding-left: 20px; }
        #menu-primary-navigation > li > ul.dropdown-menu > li > ul ul,
        #menu-primary-navigation > li > ul.children > li > ul ul {
          padding-left: 20px; } }

.pagination {
  text-align: center;
  padding: 20px 0; }
  .pagination ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0; }
  .pagination li {
    display: inline-block;
    padding: 0 5px; }
  .pagination .page-numbers {
    font-weight: 100;
    color: #000;
    display: inline-block;
    text-decoration: none;
    padding: 5px 12px;
    background: #f8f9fa; }
    .pagination .page-numbers:hover {
      background: #dae0e5;
      text-decoration: none; }
  .pagination .page-numbers.current {
    background: #dae0e5;
    font-weight: 900;
    cursor: default; }
  .pagination a:hover, .pagination a:focus, .pagination a:active {
    text-decoration: none; }

.aligncenter {
  display: block;
  margin: 12px auto;
  max-width: 100%;
  height: auto; }

.alignleft,
.alignright {
  margin-bottom: 12px;
  max-width: 100%;
  height: auto; }

.alignnone {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.alignnone img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

figure.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
.accordion-header {
  display: block;
  width: 100%;
  background-color: white;
  text-align: left;
  padding: 24px 20px 24px;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid #d8d7d7;
  margin: 0px 0px 10px 0px;
  color: #61126b;
  font-size: 14px;
  line-height: 30px; }
  .accordion-header:focus {
    outline: none; }
  .accordion-header:after {
    position: absolute;
    display: inline-block;
    right: 20px;
    top: 6px;
    color: #d11642;
    transition: all 0.3s ease;
    font-size: 30px; }
  .accordion-header img {
    margin: 0 20px 0 0;
    width: 30px; }
  .accordion-header .arrow {
    width: 18px;
    height: 18px;
    padding: 1px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute; }
  .accordion-header svg {
    float: right;
    fill: #d11642;
    height: 12px;
    width: 12px; }

.js .accordion-content {
  display: none;
  background-color: #f5f5f5;
  padding: 15px 20px;
  margin-bottom: 10px; }
  .js .accordion-content .accordion-label {
    display: none !important; }
  .js .accordion-content.is-active {
    display: block; }

.footer__inner--subnav {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 30px; }
  .footer__inner--subnav .footer--subnav__col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px; }
  .footer__inner--subnav .subnav__title {
    color: #4f145b; }
    .footer__inner--subnav .subnav__title:after {
      content: " ";
      display: inline-block;
      vertical-align: center;
      height: 15px;
      width: 14px;
      background: url("../img/arrow-red.png") no-repeat center center;
      background-size: contain;
      opacity: 1;
      transition: all .3s ease-in-out;
      margin-left: 14px; }
  .footer__inner--subnav h5 {
    font-family: "Gotham-Medium"; }
  .footer__inner--subnav ul {
    padding: 0;
    padding-left: 0;
    list-style: none; }
    .footer__inner--subnav ul li {
      margin-bottom: 20px; }
      .footer__inner--subnav ul li a {
        font-size: 17px;
        color: #4f145b;
        text-decoration: none;
        font-family: "Gotham-Light"; }

textarea,
input[type="text"],
input[type="number"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
select,
input[type="color"] {
  padding: 13px 10px;
  width: 100%;
  height: 40px;
  font-size: 12px;
  border: 0;
  margin-bottom: 5px;
  border-radius: 4px;
  outline: 0; }

.facetwp-type-fselect .fs-wrap, .facetwp-type-fselect .fs-dropdown {
  width: 100% !important; }

.fs-label-wrap .fs-label {
  padding: 13px 10px !important; }

.facetwp-pager {
  padding: 40px;
  text-align: center; }
  .facetwp-pager .facetwp-pager-label {
    display: none; }
  .facetwp-pager .facetwp-page {
    display: inline-block;
    text-decoration: none;
    padding: 5px 12px;
    background: #f8f9fa; }
    .facetwp-pager .facetwp-page.active {
      background: #dae0e5; }

.woocommerce {
  /**
	 * Product loops
	 */
  /**
	 * Buttons
	 */
  /**
	 * Reviews
	 */
  /**
	 * Star ratings
	 */
  /**
	 * Tables
	 */
  /**
	 * Cart sidebar
	 */
  /**
	 * Forms
	 */
  /**
	 * Order page
	 */
  /**
	 * Layered nav widget
	 */
  /**
	 * Price filter widget
	 */ }
  .woocommerce #reviews #comments .add_review:before, .woocommerce #reviews #comments .add_review:after {
    content: " ";
    display: table; }
  .woocommerce #reviews #comments .add_review:after {
    clear: both; }
  .woocommerce #reviews #comments ol.commentlist:before, .woocommerce #reviews #comments ol.commentlist:after {
    content: " ";
    display: table; }
  .woocommerce #reviews #comments ol.commentlist:after {
    clear: both; }
  .woocommerce #reviews #comments ol.commentlist li .comment-text:before, .woocommerce #reviews #comments ol.commentlist li .comment-text:after {
    content: " ";
    display: table; }
  .woocommerce #reviews #comments ol.commentlist li .comment-text:after {
    clear: both; }
  .woocommerce .woocommerce-product-rating:before, .woocommerce .woocommerce-product-rating:after {
    content: " ";
    display: table; }
  .woocommerce .woocommerce-product-rating:after {
    clear: both; }
  .woocommerce #review_form #respond:before, .woocommerce #review_form #respond:after {
    content: " ";
    display: table; }
  .woocommerce #review_form #respond:after {
    clear: both; }
  .woocommerce p.stars a.star-2 {
    width: 3em; }
  .woocommerce p.stars a.star-3 {
    width: 4em; }
  .woocommerce p.stars a.star-4 {
    width: 5em; }
  .woocommerce p.stars a.star-5 {
    width: 6em;
    border: 0; }
  .woocommerce td.product-name dl.variation:before, .woocommerce td.product-name dl.variation:after {
    content: " ";
    display: table; }
  .woocommerce td.product-name dl.variation:after {
    clear: both; }
  .woocommerce ul.cart_list li:before, .woocommerce ul.cart_list li:after,
  .woocommerce ul.product_list_widget li:before,
  .woocommerce ul.product_list_widget li:after {
    content: " ";
    display: table; }
  .woocommerce ul.cart_list li:after,
  .woocommerce ul.product_list_widget li:after {
    clear: both; }
  .woocommerce ul.cart_list li dl:before, .woocommerce ul.cart_list li dl:after,
  .woocommerce ul.product_list_widget li dl:before,
  .woocommerce ul.product_list_widget li dl:after {
    content: " ";
    display: table; }
  .woocommerce ul.cart_list li dl:after,
  .woocommerce ul.product_list_widget li dl:after {
    clear: both; }
  .woocommerce.widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after,
  .woocommerce .widget_shopping_cart .buttons:before,
  .woocommerce .widget_shopping_cart .buttons:after {
    content: " ";
    display: table; }
  .woocommerce.widget_shopping_cart .buttons:after,
  .woocommerce .widget_shopping_cart .buttons:after {
    clear: both; }
  .woocommerce .order_details:before, .woocommerce .order_details:after {
    content: " ";
    display: table; }
  .woocommerce .order_details:after {
    clear: both; }
  .woocommerce .widget_layered_nav ul li:before, .woocommerce .widget_layered_nav ul li:after {
    content: " ";
    display: table; }
  .woocommerce .widget_layered_nav ul li:after {
    clear: both; }

.inner--countdown {
  text-align: center; }

.section.countdown .js-countdown {
  padding: 15px 0 30px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .section.countdown .js-countdown i {
    height: 150px;
    line-height: 150px;
    font-style: normal;
    padding: 0 3px;
    font-size: 30px;
    color: #ccc;
    font-weight: normal;
    display: inline-block;
    position: relative; }
  .section.countdown .js-countdown div {
    height: 150px;
    width: 75px;
    font-size: 20px;
    padding: 20px 10px;
    background: url("../img/window-purple.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    color: white;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .section.countdown .js-countdown div:first-child {
      margin-right: 14px;
      background: url("../img/window-open.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      display: none; }
    .section.countdown .js-countdown div:last-child {
      margin-left: 14px;
      background: url("../img/window-half-open.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      display: none; }
    .section.countdown .js-countdown div em {
      clear: both;
      display: block;
      font-size: 8px; }

.section.countdown.alternate .js-countdown div {
  background: url("../img/window-red.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }
  .section.countdown.alternate .js-countdown div:first-child {
    background: url("../img/window-open.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
  .section.countdown.alternate .js-countdown div:last-child {
    margin-left: 14px;
    background: url("../img/window-half-open.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }

.header .header__container {
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
  border-bottom: 1px solid #fbd1df; }

.header .header__row {
  margin-left: -8px;
  margin-right: -8px; }
  .header .header__row:before, .header .header__row:after {
    content: " ";
    display: table; }
  .header .header__row:after {
    clear: both; }

.header .header__logo {
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px; }
  .header .header__logo a.logo {
    padding: 15px 0px;
    display: block;
    margin-left: 30px; }
  .header .header__logo img {
    width: 208px;
    margin: 0 0 0; }

.header .header__nav {
  width: 100%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  clear: both; }

.inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }

.inner--small {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  max-width: 99999px;
  padding-left: 30px;
  padding-right: 30px; }

.main {
  width: 100%;
  max-width: 1296px;
  margin: 0 auto; }
  .main .page__wrap {
    width: 100%;
    max-width: 1296px;
    margin: 0 auto; }
  .main .page__row {
    margin-left: -8px;
    margin-right: -8px; }
    .main .page__row:before, .main .page__row:after {
      content: " ";
      display: table; }
    .main .page__row:after {
      clear: both; }
  .main .page__columns {
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px; }
  .main ul li {
    margin-bottom: 10px; }

iframe {
  max-width: 100%; }

img {
  margin-bottom: 30px; }

.emergency-notice {
  padding: 50px;
  margin-bottom: 50px; }
  .emergency-notice.--amber {
    background: #61126b;
    color: white; }
    .emergency-notice.--amber h1, .emergency-notice.--amber h2, .emergency-notice.--amber h3, .emergency-notice.--amber h4, .emergency-notice.--amber h5, .emergency-notice.--amber h6 {
      color: white !important; }
  .emergency-notice.--red {
    padding-bottom: 150px; }
    @media (min-width: 768px) {
      .emergency-notice.--red {
        padding-top: 150px; } }
  .emergency-notice h1 {
    font-size: 30px;
    line-height: 1em; }
    @media (min-width: 768px) {
      .emergency-notice h1 {
        font-size: 32px; } }
  .emergency-notice p:last-child {
    margin-bottom: 0; }

.footer .footer__inner {
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
  background: #f5f5f5;
  padding: 30px 30px; }

.footer .footer__row {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 20px; }
  .footer .footer__row:before, .footer .footer__row:after {
    content: " ";
    display: table; }
  .footer .footer__row:after {
    clear: both; }

.footer h5 {
  color: #222222;
  font-size: 16px;
  font-family: "Gotham-Book";
  margin-bottom: 20px; }

.footer .footer__copyright {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px; }

.footer .footer__nav {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 60px; }
  .footer .footer__nav ul {
    padding-left: 0; }
  .footer .footer__nav li {
    display: block;
    margin-bottom: 8px; }
  .footer .footer__nav a {
    color: #7e7e7e;
    text-decoration: none;
    font-family: "Gotham-Book";
    font-size: 12px; }
    .footer .footer__nav a .label {
      display: inline-block;
      background: #d11642;
      color: white;
      padding: 5px 5px 5px;
      border-radius: 3px;
      margin-left: 3px; }
      .footer .footer__nav a .label.purple {
        background: #61126b; }

.footer .footer__social-icons svg {
  height: 30px;
  width: 40px;
  fill: #939393; }

.footer .footer__social-icons a {
  text-decoration: none; }
  .footer .footer__social-icons a:hover {
    text-decoration: none; }

.footer .footer__copyright {
  font-size: 10px; }

.footer .footer__bottom__menu {
  text-align: center; }
  .footer .footer__bottom__menu ul {
    padding-left: 0;
    list-style: none; }
    .footer .footer__bottom__menu ul li {
      display: inline-block; }
      .footer .footer__bottom__menu ul li a {
        font-size: 10px;
        color: #666;
        text-decoration: underline;
        margin-left: 10px;
        margin-right: 10px; }

.js-sticky-jobs-banner.js-sticky-jobs-banner--sticky {
  position: fixed !important;
  top: 0;
  margin-top: 0 !important;
  width: 1296px;
  max-width: 100%;
  margin: auto; }

.post-type-archive-jobs .page__header {
  padding-left: 0;
  padding-right: 0; }

.facetwp-counts {
  display: inline; }

.job-search-sidebar {
  color: #fff;
  background-color: #d11642;
  padding: 20px 0;
  margin-bottom: 20px; }
  .job-search-sidebar h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px; }
  .job-search-sidebar h4 {
    color: #fff;
    margin: 20px 0 10px 0; }
  .job-search-sidebar .container {
    padding: 0px 20px; }
  .job-search-sidebar .facetwp-type-fselect {
    color: #222; }
  .job-search-sidebar label {
    margin: 4px 0px;
    display: block; }
  .job-search-sidebar .facetwp-facet {
    margin-bottom: 0; }

.jobs-index-loop {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .jobs-index-loop .row {
      margin: 0 0 0 0; } }
  .jobs-index-loop .col-md-18 {
    padding-left: 0px;
    padding-right: 0px; }
    .jobs-index-loop .col-md-18 .inner--small {
      padding-left: 0px;
      padding-right: 0px; }
  .jobs-index-loop .purple {
    color: #61126b; }

.sidebar-accordion .sidebar-accordion__item__header {
  background: rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  color: white;
  font-family: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.sidebar-accordion .sidebar-accordion__item__content {
  padding: 20px; }

.job-index-item {
  display: block;
  width: 100%;
  background-color: white;
  text-align: left;
  padding: 24px 20px 24px;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid #d8d7d7;
  margin: 0px 0px 10px 0px;
  color: #61126b;
  font-size: 14px;
  line-height: 30px; }
  .job-index-item .job-index-item__header {
    color: #61126b;
    font-size: 20px;
    font-weight: 600; }
  .job-index-item .job-index-item__details {
    margin-top: 10px;
    float: none; }
    .job-index-item .job-index-item__details span {
      padding-right: 10px; }
    .job-index-item .job-index-item__details .location, .job-index-item .job-index-item__details .salary, .job-index-item .job-index-item__details .closing-date {
      display: inline-block;
      color: #444;
      width: 180px; }
  .job-index-item .job-index-item__desc {
    margin-top: 20px;
    clear: both;
    margin-top: 40px;
    color: #444;
    font-size: 14px; }

.single-jobs .banner__inner {
  background-image: url(/wp-content/themes/careers-virgin-atlantic/assets/img/banner-1.jpg) !important;
  background-position: bottom center !important;
  background-size: cover !important; }

.single-jobs .banner.show-banner-box {
  margin-bottom: 30px; }

.single-jobs .job-content {
  margin: 0 0 12px;
  line-height: 1.7em; }
  .single-jobs .job-content h2 {
    padding-top: 20px; }

.footer-apply-button {
  padding-top: 20px; }

.page__header {
  padding: 30px 10px 50px; }
  .page__header h1, .page__header h2 {
    color: #d11642;
    line-height: 1em;
    margin: 0 0 20px; }

.page__builder__container {
  margin-bottom: 25px; }

.banner .banner__inner {
  background: no-repeat bottom center;
  background-size: cover;
  height: 400px;
  display: table;
  width: 100%; }

.banner .banner__content {
  display: table-cell;
  vertical-align: middle;
  height: 100%; }
  .banner .banner__content .banner__content__inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px; }

.banner .slide-title {
  font-family: "Gotham-ExtraLight";
  color: white;
  max-width: 390px;
  margin: 0 0 35px; }

.banner p.subtitle {
  color: white;
  line-height: 1.7em;
  margin: 0 0 12px;
  font-size: 16px;
  font-family: "Gotham-Book"; }

.banner .dark-colour-scheme h1 {
  color: #d11642; }

.banner .dark-colour-scheme p {
  color: #222222; }

.banner .banner__box {
  background: linear-gradient(to right, #e1163c, #ba154a);
  color: white;
  padding: 30px;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  border-radius: 3px; }
  .banner .banner__box h3 {
    font-size: 22px;
    color: white;
    margin: 0 0 20px; }
  .banner .banner__box a {
    color: white;
    font-size: 17px;
    text-decoration: none;
    font-family: "Gotham-Light"; }

.two_col_text_and_image img,
.three_col_text_and_image img {
  width: 100%; }

.call_to_action {
  clear: both;
  padding: 30px 30px;
  background: #f5f5f5; }
  .call_to_action:before, .call_to_action:after {
    content: " ";
    display: table; }
  .call_to_action:after {
    clear: both; }
  .call_to_action .call_to_action__left {
    min-width: 270px;
    display: inline-block; }
  .call_to_action .h3 {
    margin: 0px 0 20px 10px;
    display: inline-block;
    line-height: 30px; }
  .call_to_action img {
    margin: 0 0 0; }
  .call_to_action .call_to_action__right {
    text-align: right;
    float: right;
    display: inline-block; }

.video-container {
  position: relative; }

.video-overlay {
  position: absolute;
  z-index: 99999;
  background: no-repeat center center;
  background-size: cover;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .video-overlay .video-overlay__text {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    margin-left: -8px;
    margin-right: -8px; }
    .video-overlay .video-overlay__text:before, .video-overlay .video-overlay__text:after {
      content: " ";
      display: table; }
    .video-overlay .video-overlay__text:after {
      clear: both; }
    .video-overlay .video-overlay__text .play-icon {
      float: left;
      width: 25%;
      min-height: 1px;
      padding-left: 8px;
      padding-right: 8px; }
    .video-overlay .video-overlay__text .video-text {
      float: left;
      width: 75%;
      min-height: 1px;
      padding-left: 8px;
      padding-right: 8px;
      color: white; }
      .video-overlay .video-overlay__text .video-text h3 {
        color: white;
        font-size: 20px;
        margin-bottom: 10px; }
      .video-overlay .video-overlay__text .video-text p {
        font-size: 13px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 45px; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.acf-map {
  width: 100%;
  height: 445px;
  border: #ccc solid 1px;
  margin: 20px 0; }
  .acf-map img {
    max-width: inherit !important; }

.googlemap {
  margin-bottom: 80px; }

.google-map-address ul {
  padding-left: 15px; }

.page-slideshow:before, .page-slideshow:after {
  content: " ";
  display: table; }

.page-slideshow:after {
  clear: both; }

.newsletter {
  background: #d11642;
  padding-top: 0px !important; }
  .newsletter .gform_footer {
    text-align: center;
    clear: none;
    padding: 0;
    margin: 2px 0 0 0; }
    .newsletter .gform_footer .gform_button:hover {
      background: #fff;
      color: black; }

.quote-cols {
  padding-bottom: 40px !important; }
  .quote-cols .inner {
    border-bottom: 5px solid #d11642;
    padding: 20px 20px 20px 20px;
    font-size: 18px;
    background: #f4f4f4;
    min-height: 210px; }
    .quote-cols .inner blockquote p {
      text-align: left; }
  .quote-cols p {
    text-align: center; }
  .quote-cols .gform_wrapper li.gfield {
    width: 100%; }

.accordion__wrapper:before, .accordion__wrapper:after {
  content: " ";
  display: table; }

.accordion__wrapper:after {
  clear: both; }

.page-slideshow:before, .page-slideshow:after {
  content: " ";
  display: table; }

.page-slideshow:after {
  clear: both; }

.page-slideshow .page-slideshow__inner {
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px; }

.page-slideshow .page-slideshow__slick {
  border: 5px solid #d11642;
  border-radius: 6px; }

.page-slideshow .page-slideshow__item {
  background: no-repeat center center;
  background-size: cover;
  height: 480px;
  position: relative; }
  .page-slideshow .page-slideshow__item p {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px; }

.page-gallery .page-gallery__item {
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  padding: 10px; }

.page-gallery .page-gallery__image {
  min-height: 150px;
  background: no-repeat center center;
  background-size: cover;
  height: 150px; }

.click_through_mixed_grid_section h3 {
  font-size: 17px; }
  .click_through_mixed_grid_section h3 a {
    color: #d11642;
    text-decoration: none;
    font-family: "Gotham-Light"; }

.click_through_mixed_grid_section p {
  font-size: 13px; }

.click_through_mixed_grid_section .text-and-image-block .text-and-image__image {
  height: 300px;
  background: no-repeat center center;
  background-size: cover;
  height: 100%; }

.click_through_mixed_grid_section .text-and-image-block .text-and-image__text {
  padding: 30px; }

.click_through_mixed_grid_section .image-block {
  background: no-repeat center center;
  background-size: cover;
  height: 300px; }

.click_through_mixed_grid_section .text-block .text-block__inner {
  padding: 30px; }

.html-sitemap {
  padding-left: 0;
  list-style: none; }
  .html-sitemap li {
    margin: 10px 0; }
    .html-sitemap li a {
      text-decoration: none; }
    .html-sitemap li ul {
      padding-left: 40px; }
  .html-sitemap > li > ul a {
    font-family: "Gotham-Light"; }

@media (min-width: 768px) {
  #menu-primary-navigation {
    float: right;
    margin-right: 20px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    padding: 0;
    overflow: visible;
    margin: 0;
    display: table; }
    #menu-primary-navigation > li {
      padding-left: 0;
      list-style: none;
      display: table-cell;
      padding: 0 5px; }
      #menu-primary-navigation > li:last-child {
        border-left: 1px solid #61126b; }
        #menu-primary-navigation > li:last-child a {
          font-family: "Gotham-Medium"; }
      #menu-primary-navigation > li a {
        color: #61126b;
        padding: 30px 0;
        display: block;
        font-size: 11px;
        text-decoration: none;
        font-family: "Gotham-Light"; }
      #menu-primary-navigation > li > ul.dropdown-menu,
      #menu-primary-navigation > li > ul.children {
        border-top: 1px solid #fbd1df;
        width: 100%;
        max-width: 1296px;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        visibility: hidden;
        z-index: 8999;
        text-align: left;
        padding-left: 0;
        list-style: none;
        background: white;
        padding: 0px 40px 20px; }
        #menu-primary-navigation > li > ul.dropdown-menu > li,
        #menu-primary-navigation > li > ul.children > li {
          width: 100%;
          display: block; }
          #menu-primary-navigation > li > ul.dropdown-menu > li > a,
          #menu-primary-navigation > li > ul.children > li > a {
            color: #d11642;
            font-size: 25px;
            font-family: "Gotham-Light";
            display: block;
            padding-bottom: 0; }
            #menu-primary-navigation > li > ul.dropdown-menu > li > a:after,
            #menu-primary-navigation > li > ul.children > li > a:after {
              content: " ";
              display: inline-block;
              vertical-align: center;
              height: 15px;
              width: 14px;
              background: url("../img/arrow-red.png") no-repeat center center;
              background-size: contain;
              opacity: 1;
              transition: all .3s ease-in-out;
              transition: none;
              margin-left: 8px; }
          #menu-primary-navigation > li > ul.dropdown-menu > li > ul,
          #menu-primary-navigation > li > ul.children > li > ul {
            width: 100%;
            padding: 0;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
            padding-left: 0;
            list-style: none; }
            #menu-primary-navigation > li > ul.dropdown-menu > li > ul > li,
            #menu-primary-navigation > li > ul.children > li > ul > li {
              width: 220px; }
              #menu-primary-navigation > li > ul.dropdown-menu > li > ul > li a,
              #menu-primary-navigation > li > ul.children > li > ul > li a {
                padding-top: 10px;
                padding-bottom: 10px;
                color: #61126b;
                font-family: "Gotham-Book";
                font-size: 13px;
                font-weight: normal;
                text-decoration: none;
                display: block;
                text-decoration: none;
                line-height: 1.6; }
              #menu-primary-navigation > li > ul.dropdown-menu > li > ul > li > ul,
              #menu-primary-navigation > li > ul.children > li > ul > li > ul {
                padding-left: 0;
                list-style: none;
                padding: 0; }
              #menu-primary-navigation > li > ul.dropdown-menu > li > ul > li > a,
              #menu-primary-navigation > li > ul.children > li > ul > li > a {
                color: #222;
                font-family: "Gotham-Medium";
                font-size: 13px;
                line-height: 24px; }
      #menu-primary-navigation > li.active ul {
        top: auto;
        visibility: visible; }
  h1, .h1 {
    font-size: 70px;
    line-height: 80px; }
  h2, .h2 {
    font-size: 32px; }
  .gallery-container {
    height: 740px;
    margin-bottom: 35px;
    margin-left: -8px;
    margin-right: -8px;
    transition: 0.2s ease all; }
    .gallery-container:before, .gallery-container:after {
      content: " ";
      display: table; }
    .gallery-container:after {
      clear: both; }
    .gallery-container.js-thumbnails--active {
      margin-bottom: 170px; }
  .gallery-slider {
    position: absolute;
    width: 940px;
    background: #d11642;
    z-index: 99;
    height: 740px;
    margin: 0px 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
    .gallery-slider ul {
      margin: 0px;
      position: absolute;
      height: 100%; }
    .gallery-slider .img {
      background-size: contain;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
    .gallery-slider a.flex-prev {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0;
      position: absolute;
      top: 0px;
      right: 0px;
      width: 60px;
      left: auto;
      bottom: auto;
      margin: 0px;
      height: 79px;
      border-bottom: 1px solid #a31133;
      opacity: 1; }
      .gallery-slider a.flex-prev:before {
        color: #fff;
        font-size: 22px;
        height: 79px;
        line-height: 80px;
        width: 100%;
        display: block;
        text-align: center; }
    .gallery-slider .flex-direction-nav {
      width: 60px;
      position: absolute;
      top: 0px;
      right: 0px;
      height: 100%;
      background: #d11642;
      z-index: 999; }
    .gallery-slider a.flex-next {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0;
      position: absolute;
      top: 80px;
      right: 0px;
      width: 60px;
      left: auto;
      bottom: auto;
      margin: 0px;
      height: 79px;
      border-bottom: 1px solid #a31133;
      opacity: 1; }
      .gallery-slider a.flex-next:before {
        color: #fff;
        font-size: 22px;
        height: 79px;
        line-height: 80px;
        width: 100%;
        display: block;
        text-align: center; }
    .gallery-slider .gallery-caption {
      width: 100%;
      padding: 20px 60px 20px 20px;
      position: absolute;
      bottom: 0px;
      min-height: 80px;
      left: 0px;
      color: #fff;
      font-size: 14px;
      top: auto;
      background: fade(orange, 90%);
      text-align: left; }
    .gallery-slider .gallery-fullscreen {
      position: absolute;
      display: block;
      bottom: 0px;
      right: 0px;
      width: 60px;
      z-index: 9999;
      height: 80px;
      cursor: pointer;
      transition: 0.2s ease all;
      color: #fff;
      font-size: 22px;
      text-align: center; }
      .gallery-slider .gallery-fullscreen svg {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        transition: 0.2s ease all; }
      .gallery-slider .gallery-fullscreen:hover {
        background: #a31133; }
        .gallery-slider .gallery-fullscreen:hover svg {
          -ms-transform: scale(1.2);
              transform: scale(1.2);
          -webkit-transform: scale(1.2); }
    .gallery-slider .gallery-thumbs {
      position: absolute;
      bottom: 80px;
      height: 80px;
      right: 0px;
      width: 60px;
      z-index: 9999;
      overflow: hidden;
      text-align: center;
      color: #fff;
      font-size: 22px;
      cursor: pointer;
      transition: 0.2s ease all; }
      .gallery-slider .gallery-thumbs svg {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        transition: 0.2s ease all; }
      .gallery-slider .gallery-thumbs:hover, .gallery-slider .gallery-thumbs.active {
        background: #a31133; }
        .gallery-slider .gallery-thumbs:hover svg, .gallery-slider .gallery-thumbs.active svg {
          -ms-transform: scale(1.2);
              transform: scale(1.2);
          -webkit-transform: scale(1.2); }
    .gallery-slider a.flex-next:hover, .gallery-slider a.flex-prev:hover {
      background: #a31133; }
    .gallery-slider .gallery-thumbnails {
      display: block;
      width: 100%;
      right: 0px;
      left: 0px;
      bottom: -135px;
      height: 135px;
      background: #a31133;
      text-align: center;
      z-index: 9999;
      position: absolute;
      transition: 0.2s ease-in-out all;
      padding: 20px; }
      .gallery-slider .gallery-thumbnails #scroll-thumbs-left,
      .gallery-slider .gallery-thumbnails #scroll-thumbs-right {
        width: 60px;
        text-decoration: none;
        font-size: 28px;
        position: absolute;
        top: 0;
        bottom: 0; }
        .gallery-slider .gallery-thumbnails #scroll-thumbs-left:before,
        .gallery-slider .gallery-thumbnails #scroll-thumbs-right:before {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto;
          font-size: 28px;
          height: 35px;
          width: 28px;
          color: white;
          transition: 0.2s ease-in-out all; }
        .gallery-slider .gallery-thumbnails #scroll-thumbs-left:hover:before,
        .gallery-slider .gallery-thumbnails #scroll-thumbs-right:hover:before {
          -ms-transform: scale(1.2);
              transform: scale(1.2);
          -webkit-transform: scale(1.2); }
      .gallery-slider .gallery-thumbnails #scroll-thumbs-left {
        left: 0; }
        .gallery-slider .gallery-thumbnails #scroll-thumbs-left:before {
          font-family: 'fontawesome-webfont';
          content: "\f053";
          left: 5px; }
      .gallery-slider .gallery-thumbnails #scroll-thumbs-right {
        right: 0; }
        .gallery-slider .gallery-thumbnails #scroll-thumbs-right:before {
          font-family: 'fontawesome-webfont';
          content: "\f054";
          right: 5px; }
      .gallery-slider .gallery-thumbnails ::-webkit-scrollbar {
        display: none; }
      .gallery-slider .gallery-thumbnails ::-webkit-scrollbar-button {
        display: none; }
      .gallery-slider .gallery-thumbnails ::-webkit-scrollbar-track {
        display: none; }
      .gallery-slider .gallery-thumbnails ::-webkit-scrollbar-track-piece {
        display: none; }
      .gallery-slider .gallery-thumbnails ::-webkit-scrollbar-thumb {
        display: none; }
      .gallery-slider .gallery-thumbnails ::-webkit-scrollbar-corner {
        display: none; }
      .gallery-slider .gallery-thumbnails ::-webkit-resizer {
        display: none; }
      .gallery-slider .gallery-thumbnails .gallery-thumbnails__inner {
        width: 90%;
        margin: 0 auto;
        overflow-x: auto; }
        .gallery-slider .gallery-thumbnails .gallery-thumbnails__inner .gallery-thumbnails__inner__overflow {
          width: 10000000%; }
      .gallery-slider .gallery-thumbnails .thumb {
        margin-bottom: 20px;
        width: 140px;
        height: 92px;
        cursor: pointer;
        float: left;
        margin-left: 20px;
        margin-right: 20px; }
    .gallery-slider.full-screen--active .gallery-thumbnails {
      display: block;
      width: 200px;
      right: 60px;
      left: auto;
      bottom: 0px;
      background: #a31133;
      padding: 20px;
      text-align: center;
      height: 100%;
      overflow: scroll;
      z-index: 9999;
      position: absolute; }
      .gallery-slider.full-screen--active .gallery-thumbnails .gallery-thumbnails__inner .gallery-thumbnails__inner__overflow {
        width: auto; }
      .gallery-slider.full-screen--active .gallery-thumbnails .thumb {
        margin-bottom: 20px;
        width: 140px;
        height: 92px;
        cursor: pointer;
        float: none;
        margin-left: 0px;
        margin-right: 0px; }
      .gallery-slider.full-screen--active .gallery-thumbnails #scroll-thumbs-left,
      .gallery-slider.full-screen--active .gallery-thumbnails #scroll-thumbs-right {
        display: none; }
  .alignleft {
    float: left;
    margin-right: 20px; }
  .alignright {
    float: right;
    margin-left: 20px; }
  .footer__inner--subnav {
    padding-top: 80px;
    padding-bottom: 80px; }
    .footer__inner--subnav .footer--subnav__col {
      float: left;
      width: 25%;
      min-height: 1px;
      padding-left: 8px;
      padding-right: 8px; }
  .header .header__logo {
    float: left;
    width: 20.83333%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px; }
  .header .header__nav {
    float: left;
    width: 79.16667%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    clear: none; }
  .footer .footer__inner {
    padding: 40px 30px 20px; }
  .footer .footer__row {
    margin-bottom: 0; }
  .footer .footer__nav {
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px; }
  .footer .footer__social-icons {
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px; }
  .footer .footer__copyright {
    float: left;
    width: 33.33333%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px; }
  .footer .footer__bottom__menu {
    float: left;
    width: 33.33333%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px; }
  .page__builder__container {
    margin-bottom: 45px; }
  .banner .banner__inner {
    background: no-repeat bottom center;
    background-size: cover;
    height: 540px; }
  .banner.show-banner-box {
    margin-bottom: 105px; }
  .banner .slide-title {
    font-size: 60px; }
  .banner .subtitle {
    margin-bottom: 30px; }
  .banner .banner__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-top: -75px;
    padding: 20px 30px 1px;
    left: 0;
    right: 0;
    position: absolute; }
    .banner .banner__box .banner__box__title {
      width: 300px; }
    .banner .banner__box h3 {
      margin: 0 0 0; }
    .banner .banner__box .banner__box__slick {
      width: 100%;
      max-width: 640px;
      overflow: hidden; }
      .banner .banner__box .banner__box__slick .banner__box__slick__slide__inner {
        display: -ms-flexbox;
        display: flex; }
        .banner .banner__box .banner__box__slick .banner__box__slick__slide__inner .banner__box__job {
          width: 50%;
          padding-left: 10px;
          padding-right: 10px; }
    .banner .banner__box .banner__box__text-link {
      margin-left: auto; }
  .banner .banner__cta__holder {
    margin-top: -75px;
    padding: 0 30px;
    position: relative;
    z-index: 2; }
  .three_col_text_and_image .col-sm-8 + .col-sm-8 {
    border-left: 1px solid #eeefef; }
  .call_to_action {
    width: 100%;
    padding: 40px 30px; }
    .call_to_action .call_to_action__right {
      padding-top: 0px; }
  .video-overlay .video-overlay__text .video-text h3 {
    font-size: 30px;
    margin-bottom: 20px; }
  .video-overlay .video-overlay__text .video-text p {
    font-size: 16px; }
  .newsletter .gform_body {
    width: 90%;
    float: left; }
    .newsletter .gform_body input {
      border: 0; }
  .newsletter .gform_footer {
    width: 10%;
    float: left;
    text-align: left; }
  .page-gallery .page-gallery__item {
    float: left;
    width: 12.5%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px; }
  .click_through_mixed_grid_section .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: end;
        align-items: flex-end; }
  .click_through_mixed_grid_section .grid-block {
    width: 50%;
    height: 300px; }
  .click_through_mixed_grid_section .text-and-image-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }
    .click_through_mixed_grid_section .text-and-image-block .text-and-image__image {
      width: 50%; }
    .click_through_mixed_grid_section .text-and-image-block .text-and-image__text {
      width: 50%; }
    .click_through_mixed_grid_section .text-and-image-block.reverse-order {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .click_through_mixed_grid_section .text-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }
  .jobs-index-loop .col-md-18 {
    padding-left: 8px;
    padding-right: 8px; }
    .jobs-index-loop .col-md-18 .inner--small {
      padding-left: 8px;
      padding-right: 8px; }
  .jobs-index-loop .job-index-item__header {
    font-weight: 600;
    display: inline-block; }
  .jobs-index-loop .job-index-item__details {
    float: right;
    font-size: 14px;
    margin-top: 0px;
    display: -ms-flexbox;
    display: flex; }
    .jobs-index-loop .job-index-item__details .location span, .jobs-index-loop .job-index-item__details .salary span, .jobs-index-loop .job-index-item__details .closing-date span {
      color: #999;
      font-size: 12px;
      display: block;
      line-height: 1; }
    .jobs-index-loop .job-index-item__details .location.closing-date, .jobs-index-loop .job-index-item__details .salary.closing-date, .jobs-index-loop .job-index-item__details .closing-date.closing-date {
      width: 90px; }
  .job-index-item .job-index-item__desc p {
    margin: 0 0 12px;
    line-height: 1.7em; } }

@media (min-width: 1025px) {
  .page__builder .four_column .wysiwyg_editor {
    float: left;
    width: 12.5%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px; }
  #menu-primary-navigation > li {
    padding: 0px 10px; }
    #menu-primary-navigation > li a {
      font-size: 15px; }
  .click_through_mixed_grid_section h3 {
    font-size: 22px; }
  .click_through_mixed_grid_section p {
    font-size: 17px; }
  .inner--countdown {
    text-align: center; }
  .section.countdown .js-countdown div {
    font-size: 30px; }
    .section.countdown .js-countdown div em {
      font-size: 11px; }
    .section.countdown .js-countdown div:first-child, .section.countdown .js-countdown div:last-child {
      display: block; }
  .section.countdown.alternate .inner--small .inner--before {
    width: 65%;
    float: left;
    display: inline;
    padding: 0 30px 0 0;
    box-sizing: border-box; }
  .section.countdown.alternate .inner--small .inner--countdown {
    width: 35%;
    float: left;
    display: inline;
    padding: 0 0 0 30px;
    border-left: 1px solid #f5f5f5;
    box-sizing: border-box; }
  .section.countdown.alternate .inner--small .inner--after {
    clear: both; }
  .section.countdown.alternate .inner--small .js-countdown div:first-child, .section.countdown.alternate .inner--small .js-countdown div:last-child {
    display: none; } }

@media (min-width: 1280px) {
  .section.countdown.alternate .inner--small .inner--before {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%; }
  .section.countdown.alternate .inner--small .inner--countdown {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .col-sm-8 {
    width: 50%; }
  .col-sm-8:nth-of-type(2n+1) {
    clear: both; }
  .col-sm-6 {
    width: 50%; } }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; }
  header,
  .content-info {
    display: none; } }
