@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  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; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.bx-next, .bx-prev, .news .bx-viewport, .toolbar {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.transition-fade {
  opacity: 0;
  transition: 2s; }

.transition-fade.is-visible {
  opacity: 1; }

.transition-slideup {
  opacity: 0;
  transition: 1s;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  transform: translateY(70px); }

.transition-slideup.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.transition-slideup-early {
  opacity: 0;
  transition: 1s;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  transform: translateY(70px); }

.transition-slideup-early.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.transition h1, .transition h2, .transition h3, .transition img, .transition p {
  opacity: 0;
  transition: 0.5s;
  position: relative;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px); }

.transition p {
  transition-delay: 0.3s; }

.transition .underline-left:after {
  width: 0px;
  transition: 0.3s;
  transition-delay: 0.3s;
  position: relative;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px); }

.transition .underline:after {
  width: 0;
  transition: 0.3s;
  transition-delay: 0.3s; }

.transition h4 {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.6s;
  position: relative;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px); }

.transition .image-frame, .transition .image__roundal {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0s; }

.transition .button-wrap {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.7s;
  position: relative;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px); }

.transition.is-visible h1, .transition.is-visible h2, .transition.is-visible h3, .transition.is-visible h4, .transition.is-visible .button-wrap, .transition.is-visible img, .transition.is-visible p {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.transition.is-visible .image-frame, .transition.is-visible .image__roundal {
  opacity: 1; }

.transition.is-visible .underline-left:after {
  width: 175px;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px); }

.transition.is-visible .underline:after {
  width: 50px; }

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  height: 50px;
  padding: 0 30px;
  color: #ecb100;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-family: "foco", Helvetica, Arial, sans-serif;
  line-height: 48px;
  letter-spacing: 0rem;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.5s; }
  @media screen and (min-width: 768px) {
    .button, button, input[type="submit"], input[type="reset"], input[type="button"] {
      font-size: 16px; } }
  @media screen and (min-width: 992px) {
    .button, button, input[type="submit"], input[type="reset"], input[type="button"] {
      font-size: 18px; } }
  @media screen and (min-width: 1200px) {
    .button, button, input[type="submit"], input[type="reset"], input[type="button"] {
      font-size: 20px; } }
  .button:hover, .button:focus, button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="button"]:hover, input[type="button"]:focus {
    color: #12255c;
    border-color: #12255c;
    outline: 0; }
  .button span, button span, input[type="submit"] span, input[type="reset"] span, input[type="button"] span {
    color: #12255c; }
  .button.button--colour-1 span, button.button--colour-1 span, input[type="submit"].button--colour-1 span, input[type="reset"].button--colour-1 span, input[type="button"].button--colour-1 span {
    color: #ecb100; }
  .button.button--colour-2 span, button.button--colour-2 span, input[type="submit"].button--colour-2 span, input[type="reset"].button--colour-2 span, input[type="button"].button--colour-2 span {
    color: #da7911; }
  .button.button--colour-3 span, button.button--colour-3 span, input[type="submit"].button--colour-3 span, input[type="reset"].button--colour-3 span, input[type="button"].button--colour-3 span {
    color: #c10151; }

.button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
  color: #FFF;
  background-color: #12255c;
  border-color: #12255c; }
  .button.button-primary:hover, .button.button-primary:focus, button.button-primary:hover, button.button-primary:focus, input[type="submit"].button-primary:hover, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:hover, input[type="reset"].button-primary:focus, input[type="button"].button-primary:hover, input[type="button"].button-primary:focus {
    color: #FFF;
    background-color: #c10151;
    border-color: #c10151; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
  height: 50px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  color: #4d4d4d;
  font-family: "foco", Helvetica, Arial, sans-serif; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border: 1px solid #33C3F0;
    outline: 0; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

label, legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"], input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

.container-fluid, .container {
  margin: 0px auto; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  width: 100%;
  margin: 0px 0px 20px 0;
  float: none; }

.container, .container-large, .container-small {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box; }

.container-small {
  max-width: 900px; }

@media (min-width: 768px) {
  .grid-offset {
    margin-left: -0.8333333333%;
    margin-right: -0.8333333333%; }
  .container, .container-large, .container-small {
    padding-right: 70px;
    padding-left: 70px; }
  .container {
    width: 750px; }
  .col-1 {
    width: 6.6666666667%; }
  .col-2 {
    width: 15%; }
  .col-3 {
    width: 23.3333333333%; }
  .col-4 {
    width: 31.6666666667%; }
  .col-5 {
    width: 40%; }
  .col-6 {
    width: 48.3333333333%; }
  .col-7 {
    width: 56.6666666667%; }
  .col-8 {
    width: 65%; }
  .col-9 {
    width: 73.3333333333%; }
  .col-10 {
    width: 81.6666666667%; }
  .col-11 {
    width: 90%; }
  .col-12 {
    width: 98.3333333333%; }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-bottom: 0;
    float: left;
    display: block; } }

@media (min-width: 992px) {
  .container {
    width: 860px; } }

@media (min-width: 1200px) {
  .container {
    width: 1040px; } }

@media (min-width: 1400px) {
  .container {
    width: 1200px; } }

.example-grid {
  background: #ccc;
  margin-bottom: 20px; }

.container:after, .row:after, .u-cf {
  content: "";
  display: table;
  clear: both; }

ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  padding-left: 2rem;
  margin-top: 0; }

ul ul, ul ol, ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 1.5rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

button, .button {
  margin-bottom: 1rem; }

input, textarea, select, fieldset {
  margin-bottom: 1.5rem; }

pre, blockquote, dl, figure, table, p, ul, ol, form {
  margin-bottom: 2.5rem; }

table {
  width: 100%;
  border-collapse: collapse; }

th, td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e2e2e2; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.4em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.4;
  font-weight: 400;
  font-family: "foco", Helvetica, Arial, sans-serif;
  color: #4d4d4d; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  font-family: "foco", Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-weight: 600;
  color: #12255c; }

h1 {
  font-size: 3rem;
  line-height: 1.2;
  font-style: italic; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 3rem;
      line-height: 1.1; } }
  @media screen and (min-width: 992px) {
    h1 {
      font-size: 4rem;
      line-height: 1.1; } }
  @media screen and (min-width: 1200px) {
    h1 {
      font-size: 4.5rem;
      line-height: 1.1; } }

h2 {
  font-size: 3rem;
  line-height: 1.2;
  font-style: italic; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 3rem;
      line-height: 1.1; } }
  @media screen and (min-width: 992px) {
    h2 {
      font-size: 3rem;
      line-height: 1.1; } }
  @media screen and (min-width: 1200px) {
    h2 {
      font-size: 4rem;
      line-height: 1.1; } }
  @media screen and (min-width: 1400px) {
    h2 {
      font-size: 4.5rem;
      line-height: 1.1; } }

h3 {
  font-size: 2.2rem;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 2.2rem;
      line-height: 1.1; } }
  @media screen and (min-width: 992px) {
    h3 {
      font-size: 2.5rem;
      line-height: 1.1; } }
  @media screen and (min-width: 1200px) {
    h3 {
      font-size: 3rem;
      line-height: 1.1; } }

h4 {
  font-size: 1.8rem;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    h4 {
      font-size: 1.8rem;
      line-height: 1.1; } }
  @media screen and (min-width: 992px) {
    h4 {
      font-size: 2rem;
      line-height: 1.1; } }
  @media screen and (min-width: 1200px) {
    h4 {
      font-size: 2.5rem;
      line-height: 1.1; } }

h5 {
  font-size: 1.8rem;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    h5 {
      font-size: 1.8rem;
      line-height: 1.1; } }
  @media screen and (min-width: 992px) {
    h5 {
      font-size: 2rem;
      line-height: 1.1; } }
  @media screen and (min-width: 1200px) {
    h5 {
      font-size: 2.5rem;
      line-height: 1.1; } }

h6 {
  font-size: 1.8rem;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    h6 {
      font-size: 1.8rem;
      line-height: 1.1; } }
  @media screen and (min-width: 992px) {
    h6 {
      font-size: 2rem;
      line-height: 1.1; } }
  @media screen and (min-width: 1200px) {
    h6 {
      font-size: 2.5rem;
      line-height: 1.1; } }

p, li {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 0; }
  @media screen and (min-width: 768px) {
    p, li {
      font-size: 1.5rem;
      line-height: 1.4; } }
  @media screen and (min-width: 992px) {
    p, li {
      font-size: 1.7rem;
      line-height: 1.4; } }
  @media screen and (min-width: 1200px) {
    p, li {
      font-size: 1.7rem;
      line-height: 1.4; } }

li {
  list-style: disc; }

strong {
  font-weight: bold; }

blockquote {
  font-size: 2.2rem; }

a {
  color: #c10151;
  text-decoration: none;
  transition: 0.5s; }

a:hover {
  color: #12255c; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.alignright, .floatright {
  float: right;
  margin: 0px 0px 20px 20px;
  clear: both; }

.alignleft, .floatleft {
  float: left;
  margin: 0px 20px 20px 0px; }

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

.group:after {
  clear: both; }

.group {
  *zoom: 1; }

.inline li {
  float: left;
  display: inline; }

.not-for-mobile {
  display: none !important; }

.respond {
  width: 100%;
  height: auto; }

.respond-down {
  max-width: 100%;
  height: auto; }

@media (min-width: 768px) {
  .mobile-only {
    display: none; }
  .not-for-mobile {
    display: block !important; } }

/* Alignment
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.centre {
  text-align: center; }

.right {
  text-align: right; }

body {
  background: url(../images/bg.jpg) repeat-x; }

.header {
  padding: 15px 0 0 0;
  margin-bottom: 15px;
  position: relative; }
  .header #logo {
    float: left;
    width: 240px;
    margin-top: 10px; }
    .header #logo img {
      width: 100%;
      height: auto;
      display: block; }
  .header .header-button {
    display: block;
    padding: 10px 20px;
    background: #fff;
    border-radius: 500px;
    margin-left: 10px;
    font-size: 1.8rem;
    color: #12255c; }
    .header .header-button:hover {
      color: #ecb100; }

@media (max-width: 991px) {
  .header .navigation {
    position: fixed;
    left: 0;
    width: 300px;
    height: 100%;
    background: rgba(18, 37, 92, 0.9);
    z-index: 9999;
    box-sizing: border-box;
    padding: 40px 20px 0px 20px;
    transition: 0.5s;
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px); }
    .header .navigation.is-active {
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px); }
  .header ul {
    margin: 0;
    padding: 0; }
  .header .sub-menu {
    margin-left: 30px; }
  .header li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.8rem; }
    .header li a {
      color: #fff;
      display: block;
      padding: 5px 0; }
  .header nav > ul > li > a {
    border-bottom: rgba(255, 255, 255, 0.1) 1px solid; }
  .header .header-button {
    display: inline-block;
    margin: 0 10px 20px 0; } }

@media (min-width: 992px) {
  .header .navigation {
    float: left;
    margin-left: 30px; }
  .header .top-nav ul {
    margin: 10px 0 25px 70px;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #12255c;
    float: left; }
  .header .top-nav li {
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
    list-style: none;
    font-size: 1.8rem; }
    .header .top-nav li ul {
      display: none; }
  .header .top-nav a {
    color: #12255c; }
    .header .top-nav a:hover {
      color: #ecb100; }
  .header .header-button {
    float: right; } }

@media (min-width: 992px) {
  .header #logo {
    width: 140px; }
  .header .top-nav ul {
    margin: 10px 0 25px 40px; }
  .header .top-nav li {
    margin: 0 10px 0 0;
    font-size: 1.4rem; }
  .header .header-button {
    padding: 10px 10px;
    font-size: 1.4rem;
    margin-left: 5px; } }

@media (min-width: 1200px) {
  .header #logo {
    width: 200px; }
  .header .top-nav ul {
    margin: 10px 0 25px 50px; }
  .header .top-nav li {
    margin: 0 20px 0 0;
    font-size: 1.6rem; }
  .header .header-button {
    padding: 10px 10px;
    font-size: 1.6rem; } }

@media (min-width: 1400px) {
  .header #logo {
    width: 240px; }
  .header .top-nav ul {
    margin: 10px 0 25px 70px; }
  .header .top-nav li {
    margin: 0 20px 0 0; }
  .header .header-button {
    padding: 10px 20px;
    font-size: 1.8rem; } }

.footer {
  background: #12255c;
  padding: 50px 0; }
  .footer h3 {
    font-size: 1.9rem;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 1.5rem; }
  .footer .footer__content {
    margin-top: 40px; }
    .footer .footer__content p {
      font-size: 1.2rem;
      line-height: 1.4;
      margin-bottom: 0; }
      @media screen and (min-width: 768px) {
        .footer .footer__content p {
          font-size: 1.2rem;
          line-height: 1.4; } }
      @media screen and (min-width: 992px) {
        .footer .footer__content p {
          font-size: 1.3rem;
          line-height: 1.4; } }
      @media screen and (min-width: 1200px) {
        .footer .footer__content p {
          font-size: 1.3rem;
          line-height: 1.4; } }
  .footer .footer__credit {
    font-size: 1.2rem; }
  .footer .footer__social a {
    font-size: 3rem; }

.newsletter {
  padding: 20px;
  background: #0f1e4b;
  display: none; }
  .newsletter form {
    margin: 20px 0 0 0;
    vertical-align: middle; }
  .newsletter h3 {
    margin-bottom: 0; }
  .newsletter p {
    font-size: 1.6rem;
    margin-bottom: 0; }
  .newsletter .newsletter__input {
    width: 80%;
    height: 30px;
    margin: 0;
    display: block;
    float: left; }
  .newsletter button {
    padding: 0px 5px;
    height: 30px;
    line-height: 30px;
    display: block;
    float: left;
    margin-left: 5px;
    border-radius: 0;
    background: #fff;
    color: #12255c; }
    .newsletter button i {
      margin: 0;
      line-height: 1; }

@media (min-width: 768px) {
  .footer .footer__col {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 2px solid #fff; }
    .footer .footer__col:last-of-type {
      border-right: none; }
  .footer .footer__credit {
    float: right; }
    .footer .footer__credit img {
      float: right;
      margin-left: 5px; }
  .newsletter .newsletter__input {
    width: 70%; } }

@media (min-width: 992px) {
  .footer .footer__col {
    margin-right: 30px;
    padding-right: 30px; }
  .newsletter {
    margin-left: -30px;
    margin-right: -30px; }
    .newsletter .newsletter__input {
      width: 80%; } }

.s-small {
  padding: 20px 0px; }

.s-medium {
  padding: 50px 0px; }

.s-large {
  padding: 100px 0px; }

.c-dark, .c-dark h1, .c-dark h2, .c-dark h3, .c-dark .h1, .c-dark .h2, .c-dark .h3, .c-dark p, .c-dark a, .c-dark time {
  color: #fff; }

.c-gradient {
  background: url(../images/bg.jpg) repeat-x; }

.c-medium {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e6e6+0,f2f2f2+100 */
  background: #e6e6e6;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #e6e6e6 0%, #f2f2f2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #e6e6e6 0%, #f2f2f2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #e6e6e6 0%, #f2f2f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#f2f2f2',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.c-overlay {
  background: #348de0;
  padding: 20px; }

@media (min-width: 768px) {
  .s-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box; }
  .c-overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#348de0+0,00bf96+100&0.84+0,0.84+100 */
    background: -moz-linear-gradient(45deg, rgba(52, 141, 224, 0.84) 0%, rgba(0, 191, 150, 0.84) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(52, 141, 224, 0.84) 0%, rgba(0, 191, 150, 0.84) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(52, 141, 224, 0.84) 0%, rgba(0, 191, 150, 0.84) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6348de0', endColorstr='#d600bf96',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    padding: 20px; } }

.nav {
  padding: 0;
  margin: 0; }
  .nav li {
    float: none;
    display: block;
    margin: 0;
    padding: 0; }

.menu-toggle a span, .menu-toggle a span:before, .menu-toggle a span:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #12255c;
  transition: 0.5s; }

.menu-toggle {
  position: absolute;
  right: 30px;
  top: 50px;
  width: 30px;
  height: 30px; }
  .menu-toggle a {
    display: block;
    width: 100%;
    height: 100%; }
    .menu-toggle a span {
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
      .menu-toggle a span:before {
        content: "";
        top: -8px; }
      .menu-toggle a span:after {
        content: "";
        top: 8px; }
  .menu-toggle.is-active a span {
    background: rgba(255, 255, 255, 0); }
    .menu-toggle.is-active a span:before {
      top: 0;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg); }
    .menu-toggle.is-active a span:after {
      top: 0;
      -webkit-transform: rotate(225deg);
      -moz-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      -o-transform: rotate(225deg);
      transform: rotate(225deg); }

@media (min-width: 992px) {
  .menu-toggle {
    display: none; }
  .nav > li {
    float: left;
    margin-right: 5px;
    font-size: 1.8rem;
    list-style: none; }
    .nav > li a {
      display: block;
      padding: 10px 10px;
      background: #12255c;
      color: #fff; }
      .nav > li a:hover {
        color: #ecb100; }
    .nav > li:hover > a {
      color: #ecb100; }
    .nav > li:first-child {
      margin-left: 50px; }
      .nav > li:first-child > a {
        position: relative;
        padding-left: 5px; }
        .nav > li:first-child > a:before {
          content: "";
          display: block;
          position: absolute;
          left: -52px;
          top: 0;
          width: 55px;
          height: 100%;
          background: url(../images/menu_bg.png) no-repeat;
          background-size: cover; }
    .nav > li:last-child {
      margin-right: 0; }
      .nav > li:last-child > a {
        border-top-right-radius: 500px;
        border-bottom-right-radius: 500px; } }

@media (min-width: 1200px) {
  .nav > li {
    font-size: 2.2rem; }
    .nav > li a {
      padding: 10px 12px; }
    .nav > li:first-child > a {
      padding-left: 20px; } }

@media (min-width: 1400px) {
  .nav > li a {
    padding: 10px 25px; } }

.nav ul {
  margin: 0 0 0 15px;
  padding: 0; }

.nav .drop-down .col-3 {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .nav li:hover .drop-down {
    max-height: 500px;
    opacity: 1; }
  .nav .drop-down {
    position: absolute;
    z-index: 3000;
    top: 100%;
    left: 0px;
    width: 100%;
    background: rgba(18, 37, 92, 0.95);
    box-sizing: border-box;
    text-align: left;
    max-height: 0px;
    overflow: hidden;
    transition: 0.5s;
    opacity: 0; }
    .nav .drop-down .container {
      padding: 30px 15px 10px 15%; }
    .nav .drop-down ul {
      -webkit-padding-start: 0;
      margin: 0;
      padding: 0; }
    .nav .drop-down a {
      display: block;
      background: none; }
      .nav .drop-down a:hover {
        color: #c10151; }
    .nav .drop-down .last ul {
      border-left: 1px solid #c10151;
      padding-left: 20px; } }

.bx-pager {
  width: 100%;
  position: absolute;
  left: 80px;
  bottom: 20px;
  z-index: 1005; }

.bx-pager-item {
  display: inline-block; }

.bx-pager-item a {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0px 3px;
  border-radius: 50%;
  background: #ecb100;
  border: 1px solid #ecb100;
  color: #ecb100;
  opacity: 0.4;
  font-size: 1px; }
  .bx-pager-item a:hover {
    color: #12255c; }

.bx-pager-item a.active {
  opacity: 1; }

.bx-next, .bx-prev {
  position: absolute;
  display: block;
  font-size: 6rem;
  top: 39%;
  color: #ecb100;
  z-index: 2000;
  width: 60px;
  height: 60px;
  line-height: 1;
  background: #fff;
  border-radius: 50%; }
  .bx-next i, .bx-prev i {
    display: block;
    position: absolute;
    left: -13px;
    top: -2px; }

.bx-next {
  right: 20px; }
  .bx-next i {
    left: -6px; }

.bx-prev {
  left: 20px; }

.carousel {
  margin-top: 30px;
  border-bottom: 1px solid #ecb100;
  position: relative; }
  .carousel h2 {
    font-size: 2.5rem; }
  .carousel .carousel__contents {
    margin: 0;
    padding: 0; }
    .carousel .carousel__contents li {
      margin: 0;
      padding: 0;
      list-style: none;
      visibility: hidden; }
      .carousel .carousel__contents li h2, .carousel .carousel__contents li .button {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        transition: 0.5s; }
      .carousel .carousel__contents li .button {
        transition-delay: 0.3s; }
      .carousel .carousel__contents li.is-active {
        opacity: 1;
        visibility: visible; }
        .carousel .carousel__contents li.is-active h2, .carousel .carousel__contents li.is-active .button {
          opacity: 1;
          -webkit-transform: translateY(0px);
          -moz-transform: translateY(0px);
          -ms-transform: translateY(0px);
          -o-transform: translateY(0px);
          transform: translateY(0px); }

@media (max-width: 1199px) {
  .bx-wrapper {
    position: relative; }
  .bx-pager {
    width: 100%;
    position: absolute;
    left: 0px;
    text-align: center;
    bottom: 20px;
    z-index: 1005; }
  .bx-next, .bx-prev {
    display: none; }
  .carousel .container {
    width: 100%;
    padding: 0; }
  .carousel .carousel__items {
    margin: 0;
    padding: 0; }
    .carousel .carousel__items li {
      margin: 0;
      padding: 0;
      list-style: none;
      position: relative; }
  .carousel .carousel__image img {
    display: block; }
  .carousel .carousel__overlay {
    padding: 20px;
    text-align: center;
    background: #ecb100; }
    .carousel .carousel__overlay .button {
      color: #fff; }
  .carousel .carousel__contents {
    background: #ecb100;
    min-height: 250px; }
    .carousel .carousel__contents li {
      display: none; }
      .carousel .carousel__contents li.is-active {
        display: block; } }

@media (min-width: 1200px) {
  .carousel .carousel__items {
    height: 100%; }
  .carousel:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1001;
    width: calc((100% - 900px) / 2);
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ecb100+0,ecb100+20&0+0,1+20 */
    background: -moz-linear-gradient(left, rgba(236, 177, 0, 0) 0%, #ecb100 20%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(236, 177, 0, 0) 0%, #ecb100 20%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(236, 177, 0, 0) 0%, #ecb100 20%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ecb100', endColorstr='#ecb100',GradientType=1 );
    /* IE6-9 */ }
  .carousel .container {
    position: relative;
    height: 100%; }
  .carousel .carousel__image {
    float: right;
    width: 90%;
    position: relative;
    z-index: 1001;
    overflow: hidden;
    height: 100%; }
    .carousel .carousel__image img {
      display: block;
      margin-left: 50px;
      object-fit: cover; }
    .carousel .carousel__image:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 30%;
      height: 100%;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ecb100+55,ecb100+100&1+55,0+100 */
      background: -moz-linear-gradient(left, #ecb100 55%, rgba(236, 177, 0, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #ecb100 55%, rgba(236, 177, 0, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #ecb100 55%, rgba(236, 177, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecb100', endColorstr='#00ecb100',GradientType=1 );
      /* IE6-9 */ }
  .carousel .carousel__contents:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 85%;
    height: 100%;
    background: url(../images/carousel-overlay.png) no-repeat;
    background-size: cover;
    z-index: 1001; }
  .carousel .carousel__content {
    position: absolute;
    left: 80px;
    top: 0;
    width: 30%;
    z-index: 1002; }
    .carousel .carousel__content h2 {
      color: #12255c;
      margin-top: 20px; }
  .bx-next {
    right: 0; }
  .bx-prev {
    left: 0; } }

@media (min-width: 1200px) {
  .carousel .carousel__overlay:after {
    width: 85%; } }

.page-header {
  padding: 20px;
  background: #fff; }
  .page-header h2 {
    font-size: 2.2rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 0; }
  .page-header.breadcrumbs {
    border-top: 1px solid #ecb100; }
    .page-header.breadcrumbs p {
      margin-bottom: 0;
      margin-left: 20px; }
    .page-header.breadcrumbs a {
      color: #4d4d4d; }

.page-image {
  border-top: 1px solid #ecb100; }
  .page-image img {
    display: block; }

.page-content {
  border-top: 1px solid #12255c;
  background: url(../images/page_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative; }
  .page-content .container {
    position: relative; }
  .page-content .page-content__title {
    color: #fff;
    padding: 8px 30px 15px 30px;
    position: relative;
    z-index: 2;
    display: inline-block;
    background: #12255c; }
    .page-content .page-content__title.with-sidebar {
      position: absolute;
      left: 15px;
      top: 0; }
    .page-content .page-content__title:after {
      content: "";
      display: block;
      position: absolute;
      left: 100%;
      top: 0;
      width: 80px;
      height: 100%;
      background: url(../images/page_title_bg.png) no-repeat;
      background-size: cover;
      background-position: top right; }
  .page-content .page-content__container {
    padding: 50px 20px 50px 20px; }
    .page-content .page-content__container.with-sidebar {
      padding-top: 90px; }
  .page-content .page-right-image {
    width: 30%;
    position: absolute;
    right: 0px;
    top: 30px; }
  .page-content:after {
    content: "";
    display: block;
    width: 100%;
    height: 49px;
    background: url(../images/home_bottom_bg.png) no-repeat top center;
    background-size: cover; }
  .page-content.with-map:after {
    position: absolute;
    left: 0;
    bottom: 0; }

@media (min-width: 992px) {
  .page-content .page-content__title {
    margin-bottom: 0; }
    .page-content .page-content__title.with-sidebar {
      left: 70px; }
  .page-content:after {
    height: 79px; } }

.news {
  border-top: 1px solid #c10151;
  padding-top: 30px;
  margin-bottom: 50px; }
  .news .news__carousel {
    margin: 0 10px;
    position: relative; }
    .news .news__carousel ul, .news .news__carousel li {
      margin: 0;
      padding: 0;
      list-style: none; }
  .news .bx-viewport {
    border-radius: 10px;
    overflow: hidden;
    background: #fff; }
  .news .bx-next, .news .bx-prev {
    color: #32416d; }

.news__item {
  width: 100%; }

.news__content {
  padding: 40px; }

.news__date {
  display: block;
  font-size: 3rem;
  line-height: 1.2;
  color: #4d4d4d;
  font-weight: 600;
  font-family: Helvetica, Arial, sans-serif;
  vertical-align: middle;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 768px) {
    .news__date {
      font-size: 3rem;
      line-height: 1.1; } }
  @media screen and (min-width: 992px) {
    .news__date {
      font-size: 3rem;
      line-height: 1.1; } }
  @media screen and (min-width: 1200px) {
    .news__date {
      font-size: 4rem;
      line-height: 1.1; } }
  @media screen and (min-width: 1400px) {
    .news__date {
      font-size: 4.5rem;
      line-height: 1.1; } }
  .news__date span {
    background: url(../images/news_date_icon.png) no-repeat;
    background-size: contain;
    display: inline-block;
    padding: 30px 22px 20px 18px;
    color: #c10151; }

.news-list {
  margin-top: 50px; }
  .news-list .news__item {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px; }
  .news-list .news__date {
    font-size: 1.8rem;
    line-height: 1.2; }
    @media screen and (min-width: 768px) {
      .news-list .news__date {
        font-size: 1.8rem;
        line-height: 1.1; } }
    @media screen and (min-width: 992px) {
      .news-list .news__date {
        font-size: 2rem;
        line-height: 1.1; } }
    @media screen and (min-width: 1200px) {
      .news-list .news__date {
        font-size: 2.5rem;
        line-height: 1.1; } }

.news-page {
  margin-top: 50px; }
  .news-page .news__main-image {
    margin-bottom: 30px; }

@media (min-width: 992px) {
  .news {
    background: url(../images/news_bg.png) no-repeat;
    background-size: contain; }
    .news h2 {
      color: #fff; }
    .news .bx-next {
      right: -80px; }
    .news .bx-prev {
      left: -80px; }
  .news__content {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding: 40px; }
  .news__image {
    float: right;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat; }
    .news__image img {
      display: none; } }

.progress {
  background: url(../images/home_bg.jpg) no-repeat center;
  background-size: cover; }
  .progress:after {
    content: "";
    display: block;
    width: 100%;
    height: 49px;
    background: url(../images/home_bottom_bg.png) no-repeat top center;
    background-size: cover; }
  .progress h2 {
    background: url(../images/home_top_bg.png) no-repeat top center;
    background-size: cover;
    text-align: center;
    padding: 0 0 20px 0;
    height: 49px;
    box-sizing: border-box; }
  .progress h3, .progress p {
    font-weight: 300;
    margin-bottom: 0; }
  .progress h3 {
    font-size: 4.5rem; }
    .progress h3.size-medium {
      font-size: 5.5rem; }
    .progress h3.size-large {
      font-size: 6.5rem; }
  .progress .progress__item {
    text-align: center;
    box-sizing: border-box;
    padding: 20px 10px; }
    .progress .progress__item img {
      max-width: 100%;
      height: auto; }
  .progress .progress__item--colour-1 h3 {
    color: #da7911; }
  .progress .progress__item--colour-2 h3 {
    color: #ecb100; }
  .progress .progress__item--colour-3 h3 {
    color: #c10151; }

@media (min-width: 992px) {
  .progress:after {
    height: 79px; }
  .progress h2 {
    height: 79px; }
  .progress .progress__item {
    float: left;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 45px; }
    .progress .progress__item img {
      max-width: 100%;
      height: auto; } }

@media (min-width: 1200px) {
  .progress .progress__item {
    float: left;
    width: 25%; } }

.support {
  margin-top: -30px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1; }
  .support h2 {
    color: #4d4d4d;
    margin-bottom: 4rem; }
  .support .button {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    width: 100%;
    font-weight: 300;
    font-size: 3rem;
    font-style: italic;
    color: #4d4d4d;
    border: none; }
    .support .button:hover, .support .button:focus {
      color: #12255c;
      border-color: #12255c;
      outline: 0; }

@media (min-width: 992px) {
  .support {
    margin-top: -40px; } }

.toolbar {
  position: fixed;
  left: 0;
  top: 20%;
  background: #c10151;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  overflow: hidden;
  z-index: 9998;
  transition: 0.8s;
  -webkit-transform: translateX(-500px);
  -moz-transform: translateX(-500px);
  -ms-transform: translateX(-500px);
  -o-transform: translateX(-500px);
  transform: translateX(-500px); }
  .toolbar.is-active {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  .toolbar ul {
    margin: 0;
    padding: 0; }
  .toolbar li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left; }
    .toolbar li a {
      padding: 20px 15px 20px 70px;
      display: block;
      color: #fff;
      width: 80px;
      position: relative;
      font-size: 2rem;
      line-height: 1; }
      .toolbar li a:hover {
        background: #12255c !important; }
    .toolbar li i {
      font-size: 4rem;
      left: 10px;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute; }
    .toolbar li:nth-child(1) a {
      background: #d24682; }
    .toolbar li:nth-child(2) a {
      background: #cc3173; }
    .toolbar li:nth-child(3) a {
      background: #c71a63; }
    .toolbar li.toolbar__toggle a {
      width: auto;
      padding-left: 15px; }
    .toolbar li.toolbar__toggle img {
      display: block;
      height: 40px;
      width: auto; }

@media (min-width: 768px) {
  .sidebar {
    margin: 0px 0px 0 -8px;
    padding: 80px 20px 100px 20px;
    background: url(../images/sidebar_bg.png) no-repeat;
    background-size: 100% 100%;
    min-height: 500px; }
    .sidebar ul, .sidebar li {
      margin: 0;
      padding: 0;
      list-style: none; }
    .sidebar li {
      font-family: "foco", Helvetica, Arial, sans-serif;
      font-style: italic;
      font-weight: bold;
      font-size: 1.4rem;
      color: #12255c;
      margin-bottom: 15px; }
      .sidebar li.is-active a {
        color: #12255c; }
    .sidebar a {
      color: #fff; }
      .sidebar a:hover {
        color: #12255c; } }

@media (min-width: 992px) {
  .sidebar li {
    font-size: 1.6rem; } }

@media (min-width: 1200px) {
  .sidebar {
    margin: 0px 0px 0 -8px; }
    .sidebar li {
      font-size: 2rem; } }

@media (min-width: 1400px) {
  .sidebar {
    margin: 0px 30px 0 -8px; } }

.documents {
  margin-top: 40px; }
  .documents .col-3 {
    margin-bottom: 20px; }

.document {
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
  display: block; }
  .document img {
    width: 80px;
    height: auto;
    display: block;
    margin: 0 auto 30px auto; }

.content-carousel {
  position: relative;
  margin-top: 50px; }

@media (min-width: 768px) {
  .content-titles {
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center; }
    .content-titles li {
      margin: 0;
      padding: 0;
      list-style: none;
      display: inline-block;
      font-family: "foco", Helvetica, Arial, sans-serif;
      font-style: italic;
      font-weight: bold;
      font-size: 2rem; }
      .content-titles li a {
        background: #e6e6e6;
        padding: 10px 20px;
        color: #4d4d4d; }
        .content-titles li a:hover {
          background: #ecb100; }
        .content-titles li a.active {
          background: #ecb100; }
      .content-titles li:first-child a {
        border-top-left-radius: 500px;
        border-bottom-left-radius: 500px; }
      .content-titles li:last-child a {
        border-top-right-radius: 500px;
        border-bottom-right-radius: 500px; }
  .content-carousel-wrap {
    columns: 2;
    padding: 10px 30px; } }

@media (max-width: 1199px) {
  .content-carousel {
    padding-bottom: 60px; }
    .content-carousel .bx-next, .content-carousel .bx-prev {
      display: block;
      top: auto;
      bottom: -30px;
      font-size: 3rem;
      color: #ecb100;
      z-index: 2000;
      width: 30px;
      height: 30px; }
    .content-carousel .bx-prev i {
      left: -6px; } }

.gallery-image {
  margin: 0 1% 20px 1%;
  box-sizing: border-box;
  padding: 5px;
  background: #fff;
  border: 1px solid #ccc; }
  .gallery-image a {
    display: block;
    color: #12255c; }

@media (min-width: 768px) {
  .gallery-image {
    float: left;
    width: 31%; }
    .gallery-image a {
      display: block;
      color: #12255c; } }
