/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Webfont: Nista-Regular */
@font-face {
  font-family: 'Nista-Regular';
  src: url("/assets/fonts/Nista-Regular.eot");
  /* IE9 Compat Modes */
  src: url("/assets/fonts/Nista-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Nista-Regular.woff") format("woff"), url("/assets/fonts/Nista-Regular.ttf") format("truetype"), url("/assets/fonts/Nista-Regular.svg#Nista-Regular") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
/* Webfont: Nista-Bold */
@font-face {
  font-family: 'Nista-Bold';
  src: url("/assets/fonts/Nista-Bold.eot");
  /* IE9 Compat Modes */
  src: url("/assets/fonts/Nista-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Nista-Bold.woff") format("woff"), url("/assets/fonts/Nista-Bold.ttf") format("truetype"), url("/assets/fonts/Nista-Bold.svg#HeliosAntique-Black") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
/* Webfont: Nista-Black */
@font-face {
  font-family: 'Nista-Black';
  src: url("/assets/fonts/Nista-Black.eot");
  /* IE9 Compat Modes */
  src: url("/assets/fonts/Nista-Black.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Nista-Black.woff") format("woff"), url("/assets/fonts/Nista-Black.ttf") format("truetype"), url("/assets/fonts/Nista-Black.svg#HeliosAntique-Black") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
/* Colors */
/* Mixins */
/* Base, incorporating  HTML5 Boilerplate v4.3.0 */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Nista-Regular';
  font-weight: normal; }
h1, h2 {
  font-family: 'Nista-Black';
  font-weight: normal;
}
h3, h4, h5, h6, strong, b {
  font-family: 'Nista-Regular';
  font-weight: bold; }

::-moz-selection {
  background: #2fd2ce;
  text-shadow: none; }

::selection {
  background: #2fd2ce;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

*,
*:before,
*:after {
  box-sizing: border-box; }

body {
  background: #f1f1f9;
  min-width: 320px;
  background-size: contain !important;
  background-position: center top; }

a {
  color: #2b7674;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s; }

a:hover {
  color: #389b99; }

.random-image {
  background-size: cover;
  background-position: center; }

.l-site-wrapper {
  max-width: 1680px;
  padding: 0 100px;
  margin: 0 auto;
  overflow: hidden;
  background: white; }
  @media (max-width: 1150px) {
    .l-site-wrapper {
      padding: 0 40px; } }
  @media (max-width: 767px) {
    .l-site-wrapper {
      padding: 0 calc((100% - 470px) / 2);
      overflow: hidden; } }
  @media screen and (max-width: 500px) {
    .l-site-wrapper {
      padding: 0 15px; } }

.l-advanced-content section {
  clear: both;
  padding-bottom: 80px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px; }
  .l-advanced-content section:after {
    content: " ";
    display: table;
    clear: both; }
  @media (max-width: 1150px) {
    .l-advanced-content section {
      margin-left: -40px;
      margin-right: -40px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 767px) {
    .l-advanced-content section {
      margin-left: -150px;
      margin-right: -150px;
      padding-left: 150px;
      padding-right: 150px; } }
  @media (max-width: 1150px) {
    .l-advanced-content section {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .l-advanced-content section {
      padding-bottom: 40px; } }
.l-advanced-content section + section {
  padding-top: 80px; }
  @media (max-width: 1150px) {
    .l-advanced-content section + section {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .l-advanced-content section + section {
      padding-top: 40px; } }
.l-advanced-content section:nth-child(2n) {
  background: #f9f9ff; }
.l-advanced-content .l-sidebar {
  width: 400px;
  float: left;
  padding-left: 40px; }
  .l-advanced-content .l-sidebar > *:first-child {
    margin-top: 0; }
  .l-advanced-content .l-sidebar > *:last-child {
    margin-bottom: 0; }
  @media (max-width: 1150px) {
    .l-advanced-content .l-sidebar {
      width: 280px;
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .l-advanced-content .l-sidebar {
      width: auto;
      padding-left: 0;
      float: none;
      clear: both; } }
.l-advanced-content .l-sidebar + .l-sidebar {
  float: right; }
  @media (max-width: 1150px) {
    .l-advanced-content .l-sidebar + .l-sidebar {
      padding-top: 40px; } }
  @media (max-width: 767px) {
    .l-advanced-content .l-sidebar + .l-sidebar {
      padding-top: 40px; } }
.l-advanced-content .l-content {
  width: calc(100% - 400px);
  float: left; }
  @media (max-width: 1150px) {
    .l-advanced-content .l-content {
      width: calc(100% - 280px); } }
  @media (max-width: 767px) {
    .l-advanced-content .l-content {
      width: 100%;
      margin-bottom: 40px; } }
.l-advanced-content .l-content--three-cols {
  width: calc(100% - 800px); }
  @media (max-width: 1150px) {
    .l-advanced-content .l-content--three-cols {
      width: calc(100% - 280px); } }
  @media (max-width: 767px) {
    .l-advanced-content .l-content--three-cols {
      width: 100%; } }

.l-layout-content-page-with-sidebar {
  position: relative;
  clear: both;
  padding-top: 40px;
  padding-bottom: 160px; }
  .l-layout-content-page-with-sidebar:after {
    content: " ";
    display: table;
    clear: both; }
  @media (max-width: 1150px) {
    .l-layout-content-page-with-sidebar {
      padding-top: 20px; } }
  @media (max-width: 767px) {
    .l-layout-content-page-with-sidebar {
      padding-top: 0;
      padding-bottom: 40px; } }
  .l-layout-content-page-with-sidebar .l-sidebar {
    width: 400px;
    margin-right: 100px;
    float: left; }
    @media (max-width: 1150px) {
      .l-layout-content-page-with-sidebar .l-sidebar {
        width: 260px;
        padding-right: 20px;
        margin-right: 0; } }
    @media (max-width: 767px) {
      .l-layout-content-page-with-sidebar .l-sidebar {
        padding-left: 0;
        position: static !important;
        width: 100% !important;
        margin-bottom: 30px;
        padding-right: 0; } }
  .l-layout-content-page-with-sidebar .l-content {
    width: calc(100% - 500px);
    float: left;
    margin-top: -14px; }
    @media (max-width: 1150px) {
      .l-layout-content-page-with-sidebar .l-content {
        width: calc(100% - 260px); } }
    @media (max-width: 767px) {
      .l-layout-content-page-with-sidebar .l-content {
        width: 100%; } }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  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; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/* Base */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 34px;
  height: 29px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 34px;
    height: 3px;
    background-color: #2fd2ce;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -13px; }
  .hamburger-inner::after {
    bottom: -13px; }

/* Site header */
.m-site-header {
  position: relative;
  z-index: 2;
  padding-top: 135px;
  height: auto; }
  .m-site-header:after {
    content: " ";
    display: table;
    clear: both; }

.m-site-header--home,
.m-site-header--user-function-page {
  height: auto; }

/* Logo */
.m-logo {
  display: inline-block;
  background: rgba(19, 50, 77, 0.7);
  padding: 7px;
  position: absolute;
  top: 0;
  left: 0; }
  @media (max-width: 480px) {
    .m-logo {
      padding: 7px; } }

@media (max-width: 767px) {
  .m-logo img {
    width: 200px; } }
@media (max-width: 480px) {
  .m-logo img {
    width: 150px; } }

.m-logo span {
  display: none; }

/* Article */
.m-article, .m-article .guide-text, .m-site-search-results, .m-user-function-form .wrapper .guide-text, .m-user-function-form .guide-text, .m-user-function-form .text-content {
  font-size: 16px;
  line-height: 2;
  max-width: 800px;
  /* Typography */ }
  @media (max-width: 1150px) {
    .m-article, .m-article .guide-text, .m-site-search-results, .m-user-function-form .wrapper .guide-text, .m-user-function-form .guide-text, .m-user-function-form .text-content {
      font-size: 15px; } }
  @media (max-width: 767px) {
    .m-article, .m-article .guide-text, .m-site-search-results, .m-user-function-form .wrapper .guide-text, .m-user-function-form .guide-text, .m-user-function-form .text-content {
      font-size: 14px; } }
  .m-article *, .m-article .guide-text *, .m-site-search-results *, .m-user-function-form .wrapper .guide-text *, .m-user-function-form .guide-text *, .m-user-function-form .text-content * {
    margin: 0; }
  .m-article * + *, .m-article .guide-text * + *, .m-site-search-results * + *, .m-user-function-form .wrapper .guide-text * + *, .m-user-function-form .guide-text * + *, .m-user-function-form .text-content * + * {
    margin: 1.2em 0 0 0; }
  .m-article ul, .m-article .guide-text ul, .m-site-search-results ul, .m-user-function-form .wrapper .guide-text ul, .m-user-function-form .guide-text ul, .m-user-function-form .text-content ul,
  .m-article ol,
  .m-article .guide-text ol,
  .m-site-search-results ol,
  .m-user-function-form .wrapper .guide-text ol,
  .m-user-function-form .guide-text ol,
  .m-user-function-form .text-content ol,
  .m-article blockquote,
  .m-article .guide-text blockquote,
  .m-site-search-results blockquote,
  .m-user-function-form .wrapper .guide-text blockquote,
  .m-user-function-form .guide-text blockquote,
  .m-user-function-form .text-content blockquote {
    padding: 0; }
  .m-article h1, .m-article .guide-text h1, .m-site-search-results h1, .m-user-function-form .wrapper .guide-text h1, .m-user-function-form .guide-text h1, .m-user-function-form .text-content h1,
  .m-article h2,
  .m-article .guide-text h2,
  .m-site-search-results h2,
  .m-user-function-form .wrapper .guide-text h2,
  .m-user-function-form .guide-text h2,
  .m-user-function-form .text-content h2,
  .m-article h3,
  .m-article .guide-text h3,
  .m-site-search-results h3,
  .m-user-function-form .wrapper .guide-text h3,
  .m-user-function-form .guide-text h3,
  .m-user-function-form .text-content h3,
  .m-article h4,
  .m-article .guide-text h4,
  .m-site-search-results h4,
  .m-user-function-form .wrapper .guide-text h4,
  .m-user-function-form .guide-text h4,
  .m-user-function-form .text-content h4,
  .m-article h5,
  .m-article .guide-text h5,
  .m-site-search-results h5,
  .m-user-function-form .wrapper .guide-text h5,
  .m-user-function-form .guide-text h5,
  .m-user-function-form .text-content h5,
  .m-article h6,
  .m-article .guide-text h6,
  .m-site-search-results h6,
  .m-user-function-form .wrapper .guide-text h6,
  .m-user-function-form .guide-text h6,
  .m-user-function-form .text-content h6 {
    font-weight: 500; }
  .m-article h1, .m-article .guide-text h1, .m-site-search-results h1, .m-user-function-form .wrapper .guide-text h1, .m-user-function-form .guide-text h1, .m-user-function-form .text-content h1 {
    font-size: 2.5em;
    line-height: 1.6; }
  .m-article h2, .m-article .guide-text h2, .m-site-search-results h2, .m-user-function-form .wrapper .guide-text h2, .m-user-function-form .guide-text h2, .m-user-function-form .text-content h2 {
    font-size: 2em;
    font-family: 'Nista-Bold';
    font-weight: normal;
    font-family: 'Nista-Regular';
    font-weight: normal;
    line-height: 1.6; }
  .m-article h3, .m-article .guide-text h3, .m-site-search-results h3, .m-user-function-form .wrapper .guide-text h3, .m-user-function-form .guide-text h3, .m-user-function-form .text-content h3 {
    font-size: 1.5em;
    font-family: 'Nista-Regular';
    font-weight: normal;
    line-height: 1.6; }
  .m-article h4, .m-article .guide-text h4, .m-site-search-results h4, .m-user-function-form .wrapper .guide-text h4, .m-user-function-form .guide-text h4, .m-user-function-form .text-content h4 {
    font-size: 1em;
    color: #2b7674;
    line-height: 1.6; }
  .m-article h5, .m-article .guide-text h5, .m-site-search-results h5, .m-user-function-form .wrapper .guide-text h5, .m-user-function-form .guide-text h5, .m-user-function-form .text-content h5 {
    font-size: .9em;
    text-transform: uppercase;
    margin-top: 1.8em;
    line-height: 1.6; }
  .m-article h6, .m-article .guide-text h6, .m-site-search-results h6, .m-user-function-form .wrapper .guide-text h6, .m-user-function-form .guide-text h6, .m-user-function-form .text-content h6 {
    font-size: .8em;
    text-transform: uppercase;
    margin-top: 2em;
    font-family: 'Nista-Regular';
    font-weight: bold;
    line-height: 1.6; }
  .m-article ol, .m-article .guide-text ol, .m-site-search-results ol, .m-user-function-form .wrapper .guide-text ol, .m-user-function-form .guide-text ol, .m-user-function-form .text-content ol,
  .m-article ul,
  .m-article .guide-text ul,
  .m-site-search-results ul,
  .m-user-function-form .wrapper .guide-text ul,
  .m-user-function-form .guide-text ul,
  .m-user-function-form .text-content ul,
  .m-article blockquote,
  .m-article .guide-text blockquote,
  .m-site-search-results blockquote,
  .m-user-function-form .wrapper .guide-text blockquote,
  .m-user-function-form .guide-text blockquote,
  .m-user-function-form .text-content blockquote,
  .m-article pre,
  .m-article .guide-text pre,
  .m-site-search-results pre,
  .m-user-function-form .wrapper .guide-text pre,
  .m-user-function-form .guide-text pre,
  .m-user-function-form .text-content pre {
    margin-left: 1em; }
  .m-article ol, .m-article .guide-text ol, .m-site-search-results ol, .m-user-function-form .wrapper .guide-text ol, .m-user-function-form .guide-text ol, .m-user-function-form .text-content ol,
  .m-article ul,
  .m-article .guide-text ul,
  .m-site-search-results ul,
  .m-user-function-form .wrapper .guide-text ul,
  .m-user-function-form .guide-text ul,
  .m-user-function-form .text-content ul {
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 2em; }
  .m-article li, .m-article .guide-text li, .m-site-search-results li, .m-user-function-form .wrapper .guide-text li, .m-user-function-form .guide-text li, .m-user-function-form .text-content li {
    margin-top: 8px; }
  .m-article ol ol, .m-article .guide-text ol ol, .m-site-search-results ol ol, .m-user-function-form .wrapper .guide-text ol ol, .m-user-function-form .guide-text ol ol, .m-user-function-form .text-content ol ol,
  .m-article ul ul,
  .m-article .guide-text ul ul,
  .m-site-search-results ul ul,
  .m-user-function-form .wrapper .guide-text ul ul,
  .m-user-function-form .guide-text ul ul,
  .m-user-function-form .text-content ul ul,
  .m-article ol ul,
  .m-article .guide-text ol ul,
  .m-site-search-results ol ul,
  .m-user-function-form .wrapper .guide-text ol ul,
  .m-user-function-form .guide-text ol ul,
  .m-user-function-form .text-content ol ul,
  .m-article ul ol,
  .m-article .guide-text ul ol,
  .m-site-search-results ul ol,
  .m-user-function-form .wrapper .guide-text ul ol,
  .m-user-function-form .guide-text ul ol,
  .m-user-function-form .text-content ul ol {
    margin-left: 1.5em;
    list-style-type: circle; }
  .m-article ol, .m-article .guide-text ol, .m-site-search-results ol, .m-user-function-form .wrapper .guide-text ol, .m-user-function-form .guide-text ol, .m-user-function-form .text-content ol {
    list-style-type: decimal; }
  .m-article ol ol, .m-article .guide-text ol ol, .m-site-search-results ol ol, .m-user-function-form .wrapper .guide-text ol ol, .m-user-function-form .guide-text ol ol, .m-user-function-form .text-content ol ol {
    list-style-type: lower-latin; }
  .m-article a, .m-article .guide-text a, .m-site-search-results a, .m-user-function-form .wrapper .guide-text a, .m-user-function-form .guide-text a, .m-user-function-form .text-content a,
  .m-article a:visited,
  .m-site-search-results a:visited,
  .m-user-function-form .guide-text a:visited,
  .m-user-function-form .text-content a:visited {
    background: #DAFBFB;
    color: #13324d;
    padding: 2px 4px;
    transition: all .2s;
    text-decoration: underline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone; }
  .m-article a:hover, .m-site-search-results a:hover, .m-user-function-form .guide-text a:hover, .m-user-function-form .text-content a:hover {
    background: #13324d;
    color: white;
    text-decoration: none; }
  .m-article blockquote, .m-article .guide-text blockquote, .m-site-search-results blockquote, .m-user-function-form .wrapper .guide-text blockquote, .m-user-function-form .guide-text blockquote, .m-user-function-form .text-content blockquote {
    padding: 5px 25px 5px 0; }
  .m-article blockquote p, .m-article .guide-text blockquote p, .m-site-search-results blockquote p, .m-user-function-form .wrapper .guide-text blockquote p, .m-user-function-form .guide-text blockquote p, .m-user-function-form .text-content blockquote p {
    padding-left: 25px;
    border-left: 4px solid #f9f9ff;
    color: #2b7674;
    font-size: 1.4em; }
  .m-article table, .m-article .guide-text table, .m-site-search-results table, .m-user-function-form .wrapper .guide-text table, .m-user-function-form .guide-text table, .m-user-function-form .text-content table {
    font-size: 14px;
    line-height: 1.8; }
  .m-article table th, .m-article .guide-text table th, .m-site-search-results table th, .m-user-function-form .wrapper .guide-text table th, .m-user-function-form .guide-text table th, .m-user-function-form .text-content table th {
    font-weight: 500;
    border-bottom: 1px solid #bbb;
    text-align: left;
    font-family: 'Nista-Regular';
    font-weight: bold; }
  .m-article table th, .m-article .guide-text table th, .m-site-search-results table th, .m-user-function-form .wrapper .guide-text table th, .m-user-function-form .guide-text table th, .m-user-function-form .text-content table th,
  .m-article table td,
  .m-article .guide-text table td,
  .m-site-search-results table td,
  .m-user-function-form .wrapper .guide-text table td,
  .m-user-function-form .guide-text table td,
  .m-user-function-form .text-content table td {
    padding: 8px 12px 8px 0;
    vertical-align: top; }
  .m-article table td, .m-article .guide-text table td, .m-site-search-results table td, .m-user-function-form .wrapper .guide-text table td, .m-user-function-form .guide-text table td, .m-user-function-form .text-content table td {
    /*paul was here... border-bottom: 1px solid #eee;*/
    border-bottom: 1px solid #ddd; }
  .m-article .image-left, .m-site-search-results .image-left, .m-user-function-form .guide-text .image-left, .m-user-function-form .text-content .image-left,
  .m-article .image-right,
  .m-site-search-results .image-right,
  .m-user-function-form .guide-text .image-right,
  .m-user-function-form .text-content .image-right,
  .m-article .image-center,
  .m-site-search-results .image-center,
  .m-user-function-form .guide-text .image-center,
  .m-user-function-form .text-content .image-center {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px; }
  .m-article .image-left img, .m-site-search-results .image-left img, .m-user-function-form .guide-text .image-left img, .m-user-function-form .text-content .image-left img,
  .m-article .image-right img,
  .m-site-search-results .image-right img,
  .m-user-function-form .guide-text .image-right img,
  .m-user-function-form .text-content .image-right img,
  .m-article .image-center img,
  .m-site-search-results .image-center img,
  .m-user-function-form .guide-text .image-center img,
  .m-user-function-form .text-content .image-center img {
    max-width: 100%; }
  .m-article .image-left, .m-site-search-results .image-left, .m-user-function-form .guide-text .image-left, .m-user-function-form .text-content .image-left {
    width: calc(36% + 100px);
    margin-left: -60px;
    margin-right: 30px;
    float: left; }
    @media (max-width: 1150px) {
      .m-article .image-left, .m-site-search-results .image-left, .m-user-function-form .guide-text .image-left, .m-user-function-form .text-content .image-left {
        width: calc(28% + 100px);
        margin-left: -40px;
        margin-right: 15px; } }
    @media (max-width: 767px) {
      .m-article .image-left, .m-site-search-results .image-left, .m-user-function-form .guide-text .image-left, .m-user-function-form .text-content .image-left {
        width: calc(20% + 100px);
        margin-left: -15px; } }
  .m-article .image-right, .m-site-search-results .image-right, .m-user-function-form .guide-text .image-right, .m-user-function-form .text-content .image-right {
    width: calc(36% + 100px);
    margin-right: -60px;
    margin-left: 30px;
    float: right; }
    @media (max-width: 1150px) {
      .m-article .image-right, .m-site-search-results .image-right, .m-user-function-form .guide-text .image-right, .m-user-function-form .text-content .image-right {
        width: calc(22% + 100px);
        margin-right: 0px;
        margin-left: 15px; } }
    @media (max-width: 767px) {
      .m-article .image-right, .m-site-search-results .image-right, .m-user-function-form .guide-text .image-right, .m-user-function-form .text-content .image-right {
        width: calc(20% + 100px);
        margin-right: -15px; } }
  .m-article figcaption, .m-article .guide-text figcaption, .m-site-search-results figcaption, .m-user-function-form .wrapper .guide-text figcaption, .m-user-function-form .guide-text figcaption, .m-user-function-form .text-content figcaption {
    color: #2b7674;
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 14px;
    border-bottom: 1px solid #e3e3e3; }
    @media (max-width: 1150px) {
      .m-article figcaption, .m-article .guide-text figcaption, .m-site-search-results figcaption, .m-user-function-form .wrapper .guide-text figcaption, .m-user-function-form .guide-text figcaption, .m-user-function-form .text-content figcaption {
        padding-left: 16px; } }
    @media (max-width: 767px) {
      .m-article figcaption, .m-article .guide-text figcaption, .m-site-search-results figcaption, .m-user-function-form .wrapper .guide-text figcaption, .m-user-function-form .guide-text figcaption, .m-user-function-form .text-content figcaption {
        padding-left: 0; } }
  @media (max-width: 1150px) {
    .m-article .image-left figcaption, .m-site-search-results .image-left figcaption, .m-user-function-form .guide-text .image-left figcaption, .m-user-function-form .text-content .image-left figcaption {
      padding-left: 16px; } }
  @media (max-width: 767px) {
    .m-article .image-right figcaption, .m-site-search-results .image-right figcaption, .m-user-function-form .guide-text .image-right figcaption, .m-user-function-form .text-content .image-right figcaption {
      padding-right: 16px; } }
  .m-article form, .m-article .guide-text form, .m-site-search-results form, .m-user-function-form .wrapper .guide-text form, .m-user-function-form .guide-text form, .m-user-function-form .text-content form {
    border: 4px solid #f9f9ff;
    padding: 40px;
    margin: 4em 0;
    line-height: 1.8;
    max-width: 600px; }
    @media (max-width: 1150px) {
      .m-article form, .m-article .guide-text form, .m-site-search-results form, .m-user-function-form .wrapper .guide-text form, .m-user-function-form .guide-text form, .m-user-function-form .text-content form {
        padding: 30px; } }
    @media (max-width: 767px) {
      .m-article form, .m-article .guide-text form, .m-site-search-results form, .m-user-function-form .wrapper .guide-text form, .m-user-function-form .guide-text form, .m-user-function-form .text-content form {
        padding: 15px; } }
  .m-article input, .m-article .guide-text input, .m-site-search-results input, .m-user-function-form .wrapper .guide-text input, .m-user-function-form .guide-text input, .m-user-function-form .text-content input,
  .m-article textarea,
  .m-article .guide-text textarea,
  .m-site-search-results textarea,
  .m-user-function-form .wrapper .guide-text textarea,
  .m-user-function-form .guide-text textarea,
  .m-user-function-form .text-content textarea,
  .m-article select,
  .m-article .guide-text select,
  .m-site-search-results select,
  .m-user-function-form .wrapper .guide-text select,
  .m-user-function-form .guide-text select,
  .m-user-function-form .text-content select {
    background: #DAFBFB;
    border: 0;
    width: calc(100% - 212px);
    padding: 15px;
    font-family: 'Nista-Regular';
    font-weight: normal;
    height: 50px;
    margin-top: 0; }
    @media (max-width: 1150px) {
      .m-article input, .m-article .guide-text input, .m-site-search-results input, .m-user-function-form .wrapper .guide-text input, .m-user-function-form .guide-text input, .m-user-function-form .text-content input,
      .m-article textarea,
      .m-article .guide-text textarea,
      .m-site-search-results textarea,
      .m-user-function-form .wrapper .guide-text textarea,
      .m-user-function-form .guide-text textarea,
      .m-user-function-form .text-content textarea,
      .m-article select,
      .m-article .guide-text select,
      .m-site-search-results select,
      .m-user-function-form .wrapper .guide-text select,
      .m-user-function-form .guide-text select,
      .m-user-function-form .text-content select {
        width: calc(100% - 162px); } }
    @media (max-width: 767px) {
      .m-article input, .m-article .guide-text input, .m-site-search-results input, .m-user-function-form .wrapper .guide-text input, .m-user-function-form .guide-text input, .m-user-function-form .text-content input,
      .m-article textarea,
      .m-article .guide-text textarea,
      .m-site-search-results textarea,
      .m-user-function-form .wrapper .guide-text textarea,
      .m-user-function-form .guide-text textarea,
      .m-user-function-form .text-content textarea,
      .m-article select,
      .m-article .guide-text select,
      .m-site-search-results select,
      .m-user-function-form .wrapper .guide-text select,
      .m-user-function-form .guide-text select,
      .m-user-function-form .text-content select {
        width: 100%; } }
  .m-article textarea, .m-article .guide-text textarea, .m-site-search-results textarea, .m-user-function-form .wrapper .guide-text textarea, .m-user-function-form .guide-text textarea, .m-user-function-form .text-content textarea {
    min-height: 250px; }
  .m-article label, .m-article .guide-text label, .m-site-search-results label, .m-user-function-form .wrapper .guide-text label, .m-user-function-form .guide-text label, .m-user-function-form .text-content label {
    width: 212px;
    padding-right: 20px;
    float: left;
    font-family: 'Nista-Regular';
    font-weight: bold; }
    @media (max-width: 1150px) {
      .m-article label, .m-article .guide-text label, .m-site-search-results label, .m-user-function-form .wrapper .guide-text label, .m-user-function-form .guide-text label, .m-user-function-form .text-content label {
        width: 162px; } }
    @media (max-width: 767px) {
      .m-article label, .m-article .guide-text label, .m-site-search-results label, .m-user-function-form .wrapper .guide-text label, .m-user-function-form .guide-text label, .m-user-function-form .text-content label {
        float: none;
        padding-left: 0;
        width: auto;
        display: block; } }
  .m-article .form-group--wordy-label > label, .m-article .guide-text .form-group--wordy-label > label, .m-site-search-results .form-group--wordy-label > label, .m-user-function-form .guide-text .form-group--wordy-label > label, .m-user-function-form .text-content .form-group--wordy-label > label {
    width: 100%;
    padding-right: 0;
    float: none;
    margin-bottom: 20px;
    display: inline-block; }
  .m-article .form-group, .m-site-search-results .form-group, .m-user-function-form .guide-text .form-group, .m-user-function-form .text-content .form-group {
    clear: both; }
    .m-article .form-group:after, .m-site-search-results .form-group:after, .m-user-function-form .guide-text .form-group:after, .m-user-function-form .text-content .form-group:after {
      content: " ";
      display: table;
      clear: both; }
  .m-article .form-group > div, .m-article .guide-text .form-group > div, .m-site-search-results .form-group > div, .m-user-function-form .guide-text .form-group > div, .m-user-function-form .text-content .form-group > div {
    float: left;
    width: calc(100% - 212px);
    margin: 0;
    padding: 0 0 0 30px; }
  .m-article .form-group--wordy-label > div, .m-article .guide-text .form-group--wordy-label > div, .m-site-search-results .form-group--wordy-label > div, .m-user-function-form .guide-text .form-group--wordy-label > div, .m-user-function-form .text-content .form-group--wordy-label > div {
    float: none;
    width: 100%; }
  .m-article .form-group > div > div, .m-site-search-results .form-group > div > div, .m-user-function-form .guide-text .form-group > div > div, .m-user-function-form .text-content .form-group > div > div {
    margin: 0; }
  .m-article .form-group > div label, .m-site-search-results .form-group > div label, .m-user-function-form .guide-text .form-group > div label, .m-user-function-form .text-content .form-group > div label {
    width: auto;
    float: none;
    padding: 0; }
  .m-article .form-group > div input, .m-site-search-results .form-group > div input, .m-user-function-form .guide-text .form-group > div input, .m-user-function-form .text-content .form-group > div input {
    width: auto;
    float: left;
    height: auto;
    margin-left: -30px;
    margin-top: 8px; }
  .m-article .form-actions, .m-site-search-results .form-actions, .m-user-function-form .guide-text .form-actions, .m-user-function-form .text-content .form-actions {
    margin-left: 212px; }
    @media (max-width: 1150px) {
      .m-article .form-actions, .m-site-search-results .form-actions, .m-user-function-form .guide-text .form-actions, .m-user-function-form .text-content .form-actions {
        margin-left: 162px; } }
    @media (max-width: 767px) {
      .m-article .form-actions, .m-site-search-results .form-actions, .m-user-function-form .guide-text .form-actions, .m-user-function-form .text-content .form-actions {
        margin-left: 0;
        float: right; } }
  .m-article form button, .m-article .guide-text form button, .m-site-search-results form button, .m-user-function-form .wrapper .guide-text form button, .m-user-function-form .guide-text form button, .m-user-function-form .text-content form button,
  .m-article form input[type='submit'],
  .m-site-search-results form input[type='submit'],
  .m-user-function-form .guide-text form input[type='submit'],
  .m-user-function-form .text-content form input[type='submit'] {
    padding: 10px 16px;
    background: #2fd2ce;
    color: #13324d;
    display: inline-block;
    transition: all .2s;
    font-family: 'Nista-Regular';
    font-weight: bold;
    border: 0;
    border: 0; }
    .m-article form button:before, .m-article .guide-text form button:before, .m-site-search-results form button:before, .m-user-function-form .wrapper .guide-text form button:before, .m-user-function-form .guide-text form button:before, .m-user-function-form .text-content form button:before,
    .m-article form input[type='submit']:before,
    .m-site-search-results form input[type='submit']:before,
    .m-user-function-form .guide-text form input[type='submit']:before,
    .m-user-function-form .text-content form input[type='submit']:before {
      display: inline-block;
      float: right;
      content: "";
      width: 18px;
      height: 18px;
      background: url(/assets/img/icon-arrow-right-navy-thick.svg) center/contain no-repeat; }
    .m-article form button:before, .m-article .guide-text form button:before, .m-site-search-results form button:before, .m-user-function-form .wrapper .guide-text form button:before, .m-user-function-form .guide-text form button:before, .m-user-function-form .text-content form button:before,
    .m-article form input[type='submit']:before,
    .m-site-search-results form input[type='submit']:before,
    .m-user-function-form .guide-text form input[type='submit']:before,
    .m-user-function-form .text-content form input[type='submit']:before {
      margin: 4px 0 0 14px; }
    .m-article form button:hover, .m-site-search-results form button:hover, .m-user-function-form .guide-text form button:hover, .m-user-function-form .text-content form button:hover,
    .m-article form input[type='submit']:hover,
    .m-site-search-results form input[type='submit']:hover,
    .m-user-function-form .guide-text form input[type='submit']:hover,
    .m-user-function-form .text-content form input[type='submit']:hover {
      background: #13324d;
      color: white; }
      .m-article form button:hover:before, .m-site-search-results form button:hover:before, .m-user-function-form .guide-text form button:hover:before, .m-user-function-form .text-content form button:hover:before,
      .m-article form input[type='submit']:hover:before,
      .m-site-search-results form input[type='submit']:hover:before,
      .m-user-function-form .guide-text form input[type='submit']:hover:before,
      .m-user-function-form .text-content form input[type='submit']:hover:before {
        display: inline-block;
        float: right;
        content: "";
        width: 18px;
        height: 18px;
        background: url(/assets/img/icon-arrow-right-navy-thick.svg) center/contain no-repeat; }
      .m-article form button:hover:before, .m-site-search-results form button:hover:before, .m-user-function-form .guide-text form button:hover:before, .m-user-function-form .text-content form button:hover:before,
      .m-article form input[type='submit']:hover:before,
      .m-site-search-results form input[type='submit']:hover:before,
      .m-user-function-form .guide-text form input[type='submit']:hover:before,
      .m-user-function-form .text-content form input[type='submit']:hover:before {
        background: url(/assets/img/icon-arrow-right-white-thick.svg) center/contain no-repeat; }
  .m-article .guide-text, .m-site-search-results .guide-text, .m-user-function-form .guide-text .guide-text, .m-user-function-form .text-content .guide-text {
    background: #DAFBFB;
    margin-bottom: 40px;
    padding: 40px; }
    .m-article .guide-text > *:first-child, .m-article .guide-text .guide-text > *:first-child, .m-site-search-results .guide-text > *:first-child, .m-user-function-form .guide-text .guide-text > *:first-child, .m-user-function-form .text-content .guide-text > *:first-child {
      margin-top: 0; }
    .m-article .guide-text > *:last-child, .m-article .guide-text .guide-text > *:last-child, .m-site-search-results .guide-text > *:last-child, .m-user-function-form .guide-text .guide-text > *:last-child, .m-user-function-form .text-content .guide-text > *:last-child {
      margin-bottom: 0; }
    @media (max-width: 1150px) {
      .m-article .guide-text, .m-site-search-results .guide-text, .m-user-function-form .guide-text .guide-text, .m-user-function-form .text-content .guide-text {
        margin-bottom: 40px;
        padding: 30px;
        padding: 15px 20px;
        font-size: 14px;
        margin-top: 30px; } }
  .m-article .required:after, .m-site-search-results .required:after, .m-user-function-form .guide-text .required:after, .m-user-function-form .text-content .required:after {
    content: "*"; }
  .m-article form, .m-article .guide-text form, .m-site-search-results form, .m-user-function-form .wrapper .guide-text form, .m-user-function-form .guide-text form, .m-user-function-form .text-content form {
    max-width: none; }
  @media (max-width: 767px) {
    .m-article .table-wrap, .m-site-search-results .table-wrap, .m-user-function-form .guide-text .table-wrap, .m-user-function-form .text-content .table-wrap {
      max-width: 100%;
      overflow: scroll; } }
  @media (max-width: 767px) {
    .m-article .table-wrap table, .m-site-search-results .table-wrap table, .m-user-function-form .guide-text .table-wrap table, .m-user-function-form .text-content .table-wrap table {
      margin-top: 20px;
      font-size: 12px;
      min-width: 800px; } }
  @media (max-width: 767px) {
    .m-article .table-wrap:before, .m-site-search-results .table-wrap:before, .m-user-function-form .guide-text .table-wrap:before, .m-user-function-form .text-content .table-wrap:before {
      content: "Scroll left/right to view";
      position: absolute;
      font-size: 12px;
      text-transform: uppercase;
      font-family: 'Nista-Regular';
      font-weight: bold;
      color: #2b7674;
      right: 0; } }

@media (max-width: 1150px) {
  .l-layout-content-page-with-sidebar .l-content .m-article .image-left, .m-article .l-layout-content-page-with-sidebar .l-content .guide-text .image-left, .l-layout-content-page-with-sidebar .l-content .m-site-search-results .image-left, .l-layout-content-page-with-sidebar .l-content .m-user-function-form .guide-text .image-left, .m-user-function-form .l-layout-content-page-with-sidebar .l-content .guide-text .image-left, .l-layout-content-page-with-sidebar .l-content .m-user-function-form .text-content .image-left, .m-user-function-form .l-layout-content-page-with-sidebar .l-content .text-content .image-left {
    margin-left: 0; } }
@media (max-width: 767px) {
  .l-layout-content-page-with-sidebar .l-content .m-article .image-left, .m-article .l-layout-content-page-with-sidebar .l-content .guide-text .image-left, .l-layout-content-page-with-sidebar .l-content .m-site-search-results .image-left, .l-layout-content-page-with-sidebar .l-content .m-user-function-form .guide-text .image-left, .m-user-function-form .l-layout-content-page-with-sidebar .l-content .guide-text .image-left, .l-layout-content-page-with-sidebar .l-content .m-user-function-form .text-content .image-left, .m-user-function-form .l-layout-content-page-with-sidebar .l-content .text-content .image-left {
    margin-left: -15px; } }

@media (max-width: 1150px) {
  .l-layout-content-page-with-sidebar .l-content .m-article .image-left figcaption, .m-article .l-layout-content-page-with-sidebar .l-content .guide-text .image-left figcaption, .l-layout-content-page-with-sidebar .l-content .m-site-search-results .image-left figcaption, .l-layout-content-page-with-sidebar .l-content .m-user-function-form .guide-text .image-left figcaption, .m-user-function-form .l-layout-content-page-with-sidebar .l-content .guide-text .image-left figcaption, .l-layout-content-page-with-sidebar .l-content .m-user-function-form .text-content .image-left figcaption, .m-user-function-form .l-layout-content-page-with-sidebar .l-content .text-content .image-left figcaption {
    padding-left: 0; } }
@media (max-width: 767px) {
  .l-layout-content-page-with-sidebar .l-content .m-article .image-left figcaption, .m-article .l-layout-content-page-with-sidebar .l-content .guide-text .image-left figcaption, .l-layout-content-page-with-sidebar .l-content .m-site-search-results .image-left figcaption, .l-layout-content-page-with-sidebar .l-content .m-user-function-form .guide-text .image-left figcaption, .m-user-function-form .l-layout-content-page-with-sidebar .l-content .guide-text .image-left figcaption, .l-layout-content-page-with-sidebar .l-content .m-user-function-form .text-content .image-left figcaption, .m-user-function-form .l-layout-content-page-with-sidebar .l-content .text-content .image-left figcaption {
    padding-left: 15px; } }

/* Secondary navigation */
.m-secondary-navigation {
  top: 0;
  right: 0;
  position: absolute; }
  @media (max-width: 1150px) {
    .m-secondary-navigation {
      display: none; } }
  @media (max-width: 767px) {
    .m-secondary-navigation {
      display: none; } }

.m-secondary-navigation:before {
  content: "";
  position: absolute;
  top: -20px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  display: block;
  background: #0c3a4dcc;
  filter: blur(40px); }

.m-secondary-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  position: relative;
  padding: 12px 5px; }

.m-secondary-navigation li {
  display: inline-block;
  margin-left: 20px; }

.m-secondary-navigation li a {
  font-size: 14px;
  color: white;
  transition: all .2s;
  font-family: 'Nista-Regular';
  font-weight: bold; }

.m-secondary-navigation li a:hover {
  color: #2fd2ce; }

.m-secondary-navigation li.is-current a {
  text-decoration: underline;
  cursor: default; }

.m-secondary-navigation li.is-current a:hover {
  color: #2fd2ce; }

/* Navigation mobile */
.m-mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  padding: 13vh 5px 20px 20px;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  max-height: 100%;
  width: 100%;
  background: rgba(19, 50, 77, 0.9);
  font-size: 16px;
  display: none;
  z-index: 110;
  visibility: visible;
  opacity: 1; }

.m-mobile-navigation.is-visible {
  display: block; }

.m-mobile-navigation.is-hidden {
  display: none; }

html.has-mobile-menu-open {
  height: 100%; }

body.has-mobile-menu-open {
  overflow: hidden;
  height: 100%; }

body.has-mobile-menu-open .l-site-wrapper {
  height: 100%; }

.m-mobile-navigation a {
  position: relative;
  display: block;
  height: 50px;
  padding-top: 13px; }
  @media (max-width: 767px) {
    .m-mobile-navigation a {
      height: 40px;
      padding-top: 7px; } }

.m-mobile-navigation a:hover {
  color: #ffea00 !important; }

.m-mobile-navigation .site-navigation {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 470px;
  margin: 0 auto; }

.m-mobile-navigation .site-navigation ul {
  padding-left: 20px; }

.m-mobile-navigation .site-navigation li {
  display: block;
  margin: 0; }

.m-mobile-navigation .site-navigation > li {
  border-bottom: 1px solid rgba(47, 210, 206, 0.3); }

.m-mobile-navigation .site-navigation > li:last-child {
  border-bottom: 0; }

.m-mobile-navigation .site-navigation > li > a {
  color: #2fd2ce;
  text-transform: uppercase;
  font-family: 'Nista-Regular';
  font-weight: bold; }

.m-mobile-navigation .site-navigation > li > div > ul > li > a {
  font-family: 'Nista-Regular';
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  color: white; }

.m-mobile-navigation .site-navigation > li > div > ul > li > ul > li > a {
  font-size: 14px;
  color: white; }

.m-mobile-navigation .site-navigation > li > div > ul > li > ul > li > ul > li > a {
  color: #2fd2ce;
  font-size: 14px;
  height: 30px; }

.m-mobile-navigation .site-navigation .is-current a {
  color: white; }

.m-mobile-navigation .sub-menu-action {
  line-height: 0.95;
  background: rgba(47, 210, 206, 0.1);
  border-radius: 100px;
  width: 34px;
  height: 34px;
  padding: 0;
  text-align: center;
  font-weight: 200;
  font-family: 'Nista-Regular';
  font-weight: normal;
  float: right;
  font-size: 30px;
  margin-top: -5px; }
  @media (max-width: 767px) {
    .m-mobile-navigation .sub-menu-action {
      margin-top: -4px; } }

.m-mobile-navigation .sub-menu-action-close {
  display: none; }

.m-mobile-navigation .is-showing-children > a > .sub-menu-action-close {
  display: block; }

.m-mobile-navigation .is-showing-children > a > .sub-menu-action-open {
  display: none; }

.m-mobile-navigation .has-children > ul,
.m-mobile-navigation .has-children > div.area {
  display: none; }

.m-mobile-navigation .has-children.is-showing-children > ul,
.m-mobile-navigation .has-children.is-showing-children > div.area {
  display: block; }

.m-mobile-navigation .secondary-navigation {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.m-mobile-navigation .secondary-navigation ul {
  display: inline;
  padding: 0; }

.m-mobile-navigation .secondary-navigation li {
  display: inline-block;
  padding: 0 10px; }

.m-mobile-navigation .secondary-navigation a {
  color: white;
  font-size: 16px; }

/* Hamburger */
.m-hamburger {
  z-index: 500;
  top: 11px;
  right: 40px;
  position: absolute;
  display: none; }
  @media (max-width: 1150px) {
    .m-hamburger {
      display: block !important;
      right: 25px; } }
  @media (max-width: 767px) {
    .m-hamburger {
      top: 5px;
      right: calc((100% - 470px) / 2);
      margin-right: -11px;
      -webkit-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
      -o-transform: scale(0.7);
      transform: scale(0.7);
      transform-origin: top right; } }
  @media screen and (max-width: 500px) {
    .m-hamburger {
      margin-right: 4px;
      right: 0; } }

.m-hamburger .hamburger .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .m-hamburger .hamburger .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .m-hamburger .hamburger .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.m-hamburger .hamburger.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .m-hamburger .hamburger.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .m-hamburger .hamburger.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* Search popover */
.m-search-popover {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 0 0 0;
  margin: 0;
  overflow: auto;
  height: 100%;
  max-height: 100%;
  width: 100%;
  opacity: 0;
  text-align: center;
  display: table;
  visibility: hidden;
  z-index: -100;
  font-size: 30px; }
  @media (max-width: 767px) {
    .m-search-popover {
      font-size: 20px; } }

.m-search-popover.is-visible {
  display: table; }

.m-search-popover .inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative; }

.m-search-popover .inner-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 420px; }
  @media (max-width: 767px) {
    .m-search-popover .inner-inner {
      padding: 15px;
      padding-bottom: 100px; } }

.m-search-popover.is-hidden {
  display: none; }

.m-search-popover .back {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.m-search-popover form {
  display: inline-block;
  z-index: 10;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 530px;
  border: 10px solid white; }

.m-search-popover img {
  display: block;
  margin: 0 auto 50px;
  width: 400px;
  margin-bottom: -150px; }
  @media (max-width: 767px) {
    .m-search-popover img {
      height: auto;
      width: 360px;
      max-width: 100%; } }

.m-search-popover input[type='text'] {
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  padding: 30px;
  padding-right: 120px;
  border: 0;
  background: #DAFBFB; }
  @media (max-width: 767px) {
    .m-search-popover input[type='text'] {
      padding: 15px 105px 15px 15px; } }

.m-search-popover input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  background: #13324d;
  color: white;
  vertical-align: top;
  cursor: pointer;
  padding: 30px 40px;
  border: 0;
  font-size: inherit;
  font-family: 'Nista-Regular';
  font-weight: bold;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  @media (max-width: 767px) {
    .m-search-popover input[type="submit"] {
      padding: 15px;
      font-size: inherit; } }

.m-search-popover input[type="submit"]:hover {
  color: #333;
  background: #ffea00; }

.m-search-popover ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #13324d; }
.m-search-popover ::-moz-placeholder {
  /* Firefox 19+ */
  color: #13324d; }
.m-search-popover :-ms-input-placeholder {
  /* IE 10+ */
  color: #13324d; }
.m-search-popover :-moz-placeholder {
  /* Firefox 18- */
  color: #13324d; }

/* Subnavigation */
.m-subnavigation {
  border: 4px solid #2fd2ce;
  padding: 40px;
  position: relative; }
  @media (max-width: 1150px) {
    .m-subnavigation {
      padding: 20px; } }
  @media (max-width: 767px) {
    .m-subnavigation {
      padding: 15px; } }

.m-subnavigation h2 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Nista-Regular';
  font-weight: bold;
  color: #2b7674;
  margin-top: -5px;
  margin-bottom: 30px; }
  @media (max-width: 1150px) {
    .m-subnavigation h2 {
      margin-bottom: 15px; } }

@media (max-width: 767px) {
  .m-subnavigation h2 {
    margin-bottom: -5px; } }

@media (max-width: 767px) {
  .m-subnavigation.is-open h2 {
    margin-bottom: 15px; } }

.m-subnavigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px; }

.m-subnavigation li {
  margin-bottom: 12px; }

.m-subnavigation li:last-child {
  margin-bottom: 0; }

.m-subnavigation ul a {
  color: #2b7674;
  display: block;
  transition: all .2s; }
  @media (max-width: 1150px) {
    .m-subnavigation ul a {
      font-size: 14px; } }

.m-subnavigation ul a:hover {
  color: #13324d; }

.m-subnavigation > ul > li > a {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
  background: #DAFBFB;
  display: inline-block;
  padding: 3px 5px 0px 5px;
  line-height: 1.5;
  transition: all .2s;
  font-family: 'Nista-Regular';
  font-weight: bold; }
  @media (max-width: 1150px) {
    .m-subnavigation > ul > li > a {
      font-size: 14px; } }

.m-subnavigation > ul > li > a:hover h3 {
  background: #13324d;
  color: white; }

.m-subnavigation ul ul {
  margin-left: 20px;
  margin-top: 12px;
  margin-bottom: 21px; }

.m-subnavigation ul ul li {
  margin-bottom: 10px; }

/* paul was here - rule not needed
.m-subnavigation ul ul ul {
  margin-left: 40px;
}
*/
/* paul was here - added adjacent selector to prevent unwanted cascade */
.m-subnavigation .is-current > a {
  color: #13324d; }

/* paul was here - added adjacent selector to prevent unwanted cascade */
.m-subnavigation .is-current > a:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #13324d;
  float: left;
  margin-left: -18px;
  margin-top: 8px;
  border-radius: 100px; }

.m-subnavigation .toggle {
  display: none; }
  @media (max-width: 767px) {
    .m-subnavigation .toggle {
      display: block;
      font: normal normal normal 14px/1 FontAwesome;
      position: absolute;
      padding: 10px 15px;
      top: 3px;
      right: 0; } }

.m-subnavigation .toggle:after {
  content: "\f0d7"; }

.m-subnavigation.is-open .toggle:after {
  content: "\f0d8"; }

@media (max-width: 767px) {
  .m-subnavigation ul {
    height: 0;
    overflow: hidden; } }

@media (max-width: 767px) {
  .m-subnavigation.is-open ul {
    height: auto; } }

/* Site-section title */
.m-site-section-title {
  z-index: 1;
  height: 350px;
  position: relative;
  top: 0;
  left: 0;
  background: #000;
  overflow: hidden;
  margin-top: -184px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px; }
  @media (max-width: 1150px) {
    .m-site-section-title {
      margin-left: -40px;
      margin-right: -40px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 767px) {
    .m-site-section-title {
      margin-left: -150px;
      margin-right: -150px;
      padding-left: 150px;
      padding-right: 150px; } }
  @media (max-width: 1150px) {
    .m-site-section-title {
      height: 260px;
      margin-top: -135px; } }
  @media (max-width: 767px) {
    .m-site-section-title {
      height: 200px; } }
  @media (max-width: 480px) {
    .m-site-section-title {
      height: 177px; } }

.m-site-section-title .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  background-position: center;
  background-size: cover; }

.m-site-section-title .text-content {
  position: relative;
  margin-top: 240px;
  color: white; }
  @media (max-width: 1150px) {
    .m-site-section-title .text-content {
      margin-top: 160px; } }
  @media (max-width: 767px) {
    .m-site-section-title .text-content {
      margin-top: 140px; } }
  @media (max-width: 480px) {
    .m-site-section-title .text-content {
      margin-top: 117px; } }

.m-site-section-title .text-content h1 {
  color: white;
  font-size: 60px;
  line-height: 1.2;
  margin-top: 0;
  max-width: 1100px;
  position: relative;
  z-index: 100;
  float: left; }
  @media (max-width: 767px) {
    .m-site-section-title .text-content h1 {
      font-size: 30px; } }

.m-site-section-title a:before {
  margin: 5px 0 0 13px; }

.m-site-section-title + main {
  position: relative; }

/* Index list */
.m-index-list section {
  clear: both;
  padding-bottom: 80px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px; }
  .m-index-list section:after {
    content: " ";
    display: table;
    clear: both; }
  @media (max-width: 1150px) {
    .m-index-list section {
      margin-left: -40px;
      margin-right: -40px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 767px) {
    .m-index-list section {
      margin-left: -150px;
      margin-right: -150px;
      padding-left: 150px;
      padding-right: 150px; } }
  @media (max-width: 1150px) {
    .m-index-list section {
      padding-bottom: 20px; } }
  @media (max-width: 767px) {
    .m-index-list section {
      padding-bottom: 20px; } }

.m-index-list section + section {
  padding-top: 80px; }
  @media (max-width: 1150px) {
    .m-index-list section + section {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .m-index-list section + section {
      padding-top: 40px; } }

.m-index-list section:nth-child(2n) {
  background: #f9f9ff; }

.m-index-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: -60px;
  margin-bottom: -40px; }
  @media (max-width: 1150px) {
    .m-index-list ul {
      margin-left: -30px;
      margin-bottom: -30px; } }

.m-index-list li {
  padding-left: 60px;
  padding-bottom: 40px; }
  @media (max-width: 1150px) {
    .m-index-list li {
      padding-left: 30px; } }

.m-index-list li a {
  font-size: 14px;
  color: #2b7674;
  display: block;
  transition: all .2s;
  min-height: 160px;
  border-top: 4px solid #2fd2ce;
  padding-top: 20px;
  /* paul was here - added max width */
  max-width: 90%; }
  .m-index-list li a:hover {
    color: #13324d;
    transform: translate3d(6px, 0, 0); }
  .m-index-list li a h1, .m-index-list li a h2, .m-index-list li a h3 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
    background: #DAFBFB;
    display: inline-block;
    padding: 3px 5px 0px 5px;
    line-height: 1.5;
    transition: all .2s; }
  .m-index-list li a:hover h1, .m-index-list li a:hover h2, .m-index-list li a:hover h3 {
    background: #13324d;
    color: white; }
  .m-index-list li a .description {
    line-height: 1.6; }
    .m-index-list li a .description > *:first-child {
      margin-top: 0; }
    .m-index-list li a .description > *:last-child {
      margin-bottom: 0; }
  @media (max-width: 480px) {
    .m-index-list li a {
      min-height: 0; } }

.m-index-list li a:before {
  display: inline-block;
  float: right;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/assets/img/icon-arrow-right-navy-thick.svg) center/contain no-repeat; }

.m-index-list li a:before {
  background-image: url(/assets/img/icon-arrow-right-dark-minty-thick.svg); }

.m-index-list li a:hover:before {
  background-image: url(/assets/img/icon-arrow-right-navy-thick.svg); }

.m-index-list li a:hover {
  color: #000926;
  border-top: 4px solid #13324d;
  transform: translate3d(0, -6px, 0); }

.m-index-list .introduction {
  margin-bottom: 80px; }
  .m-index-list .introduction:after {
    content: " ";
    display: table;
    clear: both; }
  @media (max-width: 1150px) {
    .m-index-list .introduction {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .m-index-list .introduction {
      margin-bottom: 40px; } }

.m-index-list .introduction h1 {
  float: left;
  width: 50%;
  font-size: 50px;
  margin-top: 0px;
  padding-right: 40px;
  line-height: 1.4; }
  @media (max-width: 1150px) {
    .m-index-list .introduction h1 {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .m-index-list .introduction h1 {
      width: 100%;
      padding-right: 0; } }

.m-index-list .introduction .description {
  padding-right: 80px;
  float: left;
  width: 50%;
  padding-left: 33px; }
  .m-index-list .introduction .description > *:first-child {
    margin-top: 0; }
  .m-index-list .introduction .description > *:last-child {
    margin-bottom: 0; }
  @media (max-width: 1150px) {
    .m-index-list .introduction .description {
      padding-right: 0;
      font-size: 15px; } }
  @media (max-width: 767px) {
    .m-index-list .introduction .description {
      font-size: 14px;
      width: auto;
      padding-left: 0; } }

.m-index-list .introduction + ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  width: 25%; }
  @media (max-width: 1150px) {
    .m-index-list .introduction + ul li {
      width: 33.333333%; } }
  @media (max-width: 767px) {
    .m-index-list .introduction + ul li {
      width: 50%; } }
  @media (max-width: 480px) {
    .m-index-list .introduction + ul li {
      width: 100%; } }

/* Hero home */
.m-home-hero {
  min-height: 800px;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 1150px) {
    .m-home-hero {
      min-height: 730px; } }
  @media (max-width: 767px) {
    .m-home-hero {
      min-height: 560px; } }
  @media (max-width: 480px) {
    .m-home-hero {
      min-height: 490px; } }

.m-home-hero:after {
  content: "";
  width: 2px;
  height: 976px;
  display: block;
  position: absolute;
  left: 81%;
  top: 0;
  background: #2fd2ce;
  z-index: 1;
  opacity: 0.4; }
  @media (max-width: 480px) {
    .m-home-hero:after {
      left: 85%; } }

.m-home-hero:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 59.7%;
  background: #2fd2ce;
  z-index: 1;
  opacity: 0.4; }
  @media (max-width: 1150px) {
    .m-home-hero:before {
      top: 51%; } }
  @media (max-width: 767px) {
    .m-home-hero:before {
      top: 42.4%; } }

.m-home-hero .image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc((100vw - 1680px)/2);
  left: calc((100vw - 1680px)/2);
  background-size: cover;
  background-position: center;
  min-height: 890px; }
  @media (max-width: 1150px) {
    .m-home-hero .image {
      bottom: auto;
      height: 790px;
      min-height: 790px; } }
  @media (max-width: 767px) {
    .m-home-hero .image {
      height: 550px;
      min-height: 550px; } }
  @media (max-width: 480px) {
    .m-home-hero .image {
      height: 480px;
      min-height: 480px; } }

.m-home-hero .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.25; }

.m-home-hero .text-content {
  position: relative;
  /* paul was here - changed margins... margin: 164px 0 100px;*/
  margin: 100px 0 100px;
  color: white; }
  @media (max-width: 1150px) {
    .m-home-hero .text-content {
      margin: 84px 0 100px; } }
  @media (max-width: 767px) {
    .m-home-hero .text-content {
      margin: 24px 0 0; } }

.m-home-hero .text-content h1 {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Nista-Regular';
  font-weight: normal;
  letter-spacing: 3px; }

.m-home-hero .text-content h2 {
  color: white;
  /* paul was here... font-size: 90px;*/
  font-size: 65px;
  text-shadow: 10px 10px 17px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
  max-width: 1100px;
  position: relative;
  z-index: 1; }
  @media (max-width: 1150px) {
    .m-home-hero .text-content h2 {
      /* paul was here... font-size: 70px;*/
      font-size: 55px;
      max-width: 779px; } }
  @media (max-width: 767px) {
    .m-home-hero .text-content h2 {
      /* paul was hee... font-size: 50px;*/
      font-size: 35px;
      max-width: none; } }
  @media (max-width: 480px) {
    .m-home-hero .text-content h2 {
      font-size: 31px; } }

.m-home-hero .button {
  padding: 24px 100px 24px 23px;
  background: #2fd2ce;
  color: #13324d;
  font-family: 'Nista-Black';
  font-weight: normal;
  transition: all .2s;
  font-size: 22px;
  position: relative;
  z-index: 2; }
  @media (max-width: 1150px) {
    .m-home-hero .button {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .m-home-hero .button {
      padding: 13px;
      padding-right: 50px;
      font-size: 14px; } }

.m-home-hero .button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  background: #13324d url(/assets/img/icon-arrow-right-white-thick.svg) center no-repeat;
  width: 76px;
  height: 100%;
  color: white;
  font-size: 32px;
  position: absolute;
  right: 0;
  top: 0; }
  @media (max-width: 767px) {
    .m-home-hero .button:after {
      width: 36px;
      background-size: 50%;
      font-size: 14px; } }

.m-home-hero .button:hover {
  background: #13324d;
  color: white; }

.m-home-hero + main {
  margin-top: -160px;
  z-index: 100;
  position: relative; }

/* Home CTAs */
.m-home-ctas {
  margin: 0 -10px; }
  .m-home-ctas:after {
    content: " ";
    display: table;
    clear: both; }
  @media (max-width: 767px) {
    .m-home-ctas {
      margin: 0; } }

.m-home-ctas .cta {
  width: calc(33.333333% - 20px);
  float: left;
  font-size: 14px;
  margin: 0 10px;
  box-shadow: 0 0 75px 0px rgba(0, 0, 0, 0.08); }
  @media (max-width: 767px) {
    .m-home-ctas .cta {
      width: auto;
      float: none;
      margin: 0 0 20px 0; } }

.m-home-ctas .cta a {
  display: block;
  padding: 40px;
  min-height: 312px;
  transition: all .2s; }
  .m-home-ctas .cta a:before {
    display: inline-block;
    float: right;
    content: "";
    width: 18px;
    height: 18px;
    background: url(/assets/img/icon-arrow-right-navy-thick.svg) center/contain no-repeat; }
  @media (max-width: 1150px) {
    .m-home-ctas .cta a {
      padding: 18px 20px;
      min-height: 232px; } }
  @media (max-width: 767px) {
    .m-home-ctas .cta a {
      padding: 15px;
      min-height: 0; } }

.m-home-ctas .cta a:before {
  margin: 11px 0 0 0;
  font-size: 1.3em; }
  @media (max-width: 1150px) {
    .m-home-ctas .cta a:before {
      margin: 6px -5px 0 0; } }

.m-home-ctas .cta:nth-child(1) a {
  background: white;
  color: #13324d; }

.m-home-ctas .cta:nth-child(2) a {
  background: #DAFBFB;
  color: #13324d; }

.m-home-ctas .cta:nth-child(3) a {
  background: #2fd2ce;
  color: #13324d; }

.m-home-ctas .cta a:hover {
  background: #13324d;
  color: white; }

.m-home-ctas .cta a:hover:before {
  background: url(/assets/img/icon-arrow-right-white-thick.svg) center/contain no-repeat; }

.m-home-ctas .cta .text-content > *:first-child {
  margin-top: 0; }
.m-home-ctas .cta .text-content > *:last-child {
  margin-bottom: 0; }
@media (max-width: 1150px) {
  .m-home-ctas .cta .text-content {
    font-size: 14px;
    line-height: 1.6; } }

.m-home-ctas h1 {
  margin-bottom: 8px;
  font-size: 24px; }
  @media (max-width: 1150px) {
    .m-home-ctas h1 {
      font-size: 20px;
      line-height: 1.4; } }

/* Site footer */
.m-site-footer {
  clear: both;
  background: #13324d;
  color: white;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  font-size: 14px;
  position: relative;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px; }
  @media (max-width: 1150px) {
    .m-site-footer {
      margin-left: -40px;
      margin-right: -40px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 767px) {
    .m-site-footer {
      margin-left: -150px;
      margin-right: -150px;
      padding-left: 150px;
      padding-right: 150px; } }
  @media (max-width: 1150px) {
    .m-site-footer {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .m-site-footer {
      padding-top: 40px;
      padding-bottom: 40px; } }

.m-site-footer a {
  color: #2fd2ce;
  transition: all .2s; }

.m-site-footer a:hover {
  color: #ffea00; }

.m-site-footer .logo {
  float: right;
  opacity: 0.7;
  margin-top: -8px;
  height: 300px; }
  @media (max-width: 767px) {
    .m-site-footer .logo {
      width: 50px;
      height: auto; } }

.m-site-footer .logo span {
  display: none; }

.m-site-footer .logo img {
  width: 100px;
  max-width: 100%; }

.m-site-footer .contact {
  float: left;
  padding-right: 80px;
  font-size: 26px; }
  @media (max-width: 1150px) {
    .m-site-footer .contact {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .m-site-footer .contact {
      font-size: 14px;
      padding-right: 0;
      margin-bottom: 30px; } }

.m-site-footer .address {
  float: left;
  padding-right: 80px; }
  @media (max-width: 1150px) {
    .m-site-footer .address {
      clear: left;
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .m-site-footer .address {
      padding-right: 0;
      margin-bottom: 30px;
      margin-right: 30px; } }

.m-site-footer .address address {
  font-style: normal; }

.m-site-footer .footer-navigation {
  float: left; }
  @media (max-width: 767px) {
    .m-site-footer .footer-navigation {
      margin-bottom: 30px; } }

.m-site-footer .footer-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.m-site-footer .sub-footer {
  clear: both;
  padding-top: 40px;
  border-top: 2px solid rgba(255, 255, 255, 0.08); }

.m-site-footer .sub-footer .legal {
  float: right;
  opacity: 0.6; }
  @media (max-width: 1150px) {
    .m-site-footer .sub-footer .legal {
      float: left;
      clear: left;
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .m-site-footer .sub-footer .legal {
      margin-top: 5px;
      font-size: 12px; } }

.m-site-footer .partners ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left; }

.m-site-footer .partners ul li {
  display: inline-block;
  margin-right: 30px; }
  @media (max-width: 767px) {
    .m-site-footer .partners ul li {
      max-width: 50%;
      margin-right: -3px;
      padding-right: 10px;
      margin-bottom: 30px; } }

@media (max-width: 767px) {
  .m-site-footer .partners ul li:nth-child(even) {
    padding-right: 0;
    padding-left: 10px; } }

@media (max-width: 1150px) {
  .m-site-footer .partners ul li:last-child {
    margin-right: 0; } }

.m-site-footer .partners ul li a {
  display: inline-block;
  /* paul was here... opacity: 0.4;*/
  transition: all .2s; }

.m-site-footer .partners ul li a:hover {
  opacity: 1; }

.m-site-footer .partners img {
  /* paul was here
  max-width: 200px;
  width: 100%;*/
  height: 60px;
  width: auto; }
  @media (max-width: 1150px) {
    .m-site-footer .partners img {
      max-width: 206px; } }
  @media (max-width: 767px) {
    .m-site-footer .partners img {
      max-width: 100%; } }

/* Home about */
.m-home-about {
  margin: 170px 0;
  position: relative; }
  @media (max-width: 1150px) {
    .m-home-about {
      margin: 100px 0; } }
  @media (max-width: 767px) {
    .m-home-about {
      margin: 50px 0 30px; } }

.m-home-about a {
  padding: 10px 16px;
  background: #2fd2ce;
  color: #13324d;
  display: inline-block;
  transition: all .2s;
  font-family: 'Nista-Regular';
  font-weight: bold;
  border: 0; }
  .m-home-about a:before {
    display: inline-block;
    float: right;
    content: "";
    width: 18px;
    height: 18px;
    background: url(/assets/img/icon-arrow-right-navy-thick.svg) center/contain no-repeat; }
  .m-home-about a:before {
    margin: 4px 0 0 14px; }
  .m-home-about a:hover {
    background: #13324d;
    color: white; }
    .m-home-about a:hover:before {
      display: inline-block;
      float: right;
      content: "";
      width: 18px;
      height: 18px;
      background: url(/assets/img/icon-arrow-right-navy-thick.svg) center/contain no-repeat; }
    .m-home-about a:hover:before {
      background: url(/assets/img/icon-arrow-right-white-thick.svg) center/contain no-repeat; }

.m-home-about:after {
  width: 700px;
  height: 500px;
  background: url(/assets/img/gfx-crosses-thick.svg);
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  left: 30%;
  pointer-events: none; }

.m-home-about .text-content {
  max-width: 510px;
  padding: 80px 0; }
  @media (max-width: 1150px) {
    .m-home-about .text-content {
      max-width: 46vw;
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .m-home-about .text-content {
      max-width: none; } }

.m-home-about .text-content h1 {
  margin: 0;
  font-size: 38px;
  line-height: 1.6;
  margin-bottom: 40px; }
  @media (max-width: 1150px) {
    .m-home-about .text-content h1 {
      font-size: 32px; } }
  @media (max-width: 767px) {
    .m-home-about .text-content h1 {
      font-size: 26px;
      background: white;
      position: relative;
      padding: 14px 20px 0 0;
      width: 90%;
      clear: both; } }

.m-home-about .text-content p {
  margin: 0;
  margin-bottom: 40px; }

.m-home-about .image {
  position: absolute;
  right: -100px;
  top: 0;
  bottom: 0;
  width: 45vw;
  background-position: center;
  background-size: cover; }
  @media (max-width: 1150px) {
    .m-home-about .image {
      right: -40px; } }
  @media (max-width: 767px) {
    .m-home-about .image {
      width: 260px;
      height: 260px;
      position: static;
      float: right;
      margin-right: -15px;
      margin-bottom: -110px; } }

/* Home projects */
.m-home-projects {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f9f9ff;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px; }
  @media (max-width: 1150px) {
    .m-home-projects {
      margin-left: -40px;
      margin-right: -40px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 767px) {
    .m-home-projects {
      margin-left: -150px;
      margin-right: -150px;
      padding-left: 150px;
      padding-right: 150px; } }
  @media (max-width: 1150px) {
    .m-home-projects {
      padding-top: 60px;
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .m-home-projects {
      padding-top: 40px; } }

.m-home-projects > h1 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Nista-Bold';
  font-weight: normal; }
  @media (max-width: 767px) {
    .m-home-projects > h1 {
      font-size: 14px; } }

.m-home-projects ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0 auto;
  max-width: 1300px; }

.m-home-projects li {
  width: calc(50% - 83px);
  margin: 0 40px 0 40px;
  position: relative;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 1150px) {
    .m-home-projects li {
      width: calc(50% - 53px);
      margin: 0 25px 0 25px; } }
  @media (max-width: 767px) {
    .m-home-projects li {
      width: calc(100% - 27px);
      margin: 0 0 0 23px; } }

.m-home-projects li a {
  width: auto;
  margin-bottom: 80px;
  position: relative;
  display: block; }
  @media (max-width: 1150px) {
    .m-home-projects li a {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .m-home-projects li a {
      margin-bottom: 40px; } }
  .m-home-projects li a .image {
    width: 100%;
    padding-bottom: 100%;
    opacity: 1; }
  .m-home-projects li a .text-content {
    position: relative;
    background: rgba(19, 50, 77, 0.9);
    left: -30px;
    margin-top: -63px;
    padding: 40px;
    color: white;
    font-size: 14px;
    transition: all .2s; }
    @media (max-width: 1150px) {
      .m-home-projects li a .text-content {
        right: 20px;
        left: -20px;
        padding: 20px;
        font-size: 14px;
        line-height: 1.6; } }
    @media (max-width: 767px) {
      .m-home-projects li a .text-content {
        padding: 15px; } }
  .m-home-projects li a:hover .text-content {
    background: #2fd2ce;
    color: #13324d;
    transform: translate3d(10px, 0, 0); }
  .m-home-projects li a h1 {
    margin-top: 0;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 3px; }
    .m-home-projects li a h1:before {
      display: inline-block;
      float: right;
      content: "";
      width: 18px;
      height: 18px;
      background: url(/assets/img/icon-arrow-right-navy-thick.svg) center/contain no-repeat; }
    .m-home-projects li a h1:before {
      background: url(/assets/img/icon-arrow-right-white-thick.svg) center/contain no-repeat; }
    @media (max-width: 1150px) {
      .m-home-projects li a h1 {
        font-size: 20px; } }
  .m-home-projects li a:hover .text-content h1:before {
    display: inline-block;
    float: right;
    content: "";
    width: 18px;
    height: 18px;
    background: url(/assets/img/icon-arrow-right-navy-thick.svg) center/contain no-repeat; }
  .m-home-projects li a h1:before {
    margin-top: 6px;
    margin-left: 20px; }
  .m-home-projects li a .meta {
    color: #2fd2ce; }
  .m-home-projects li a:hover .meta {
    color: #13324d; }
  .m-home-projects li a .description > *:last-child {
    margin-bottom: 0; }

.m-home-projects .image {
  background-size: cover;
  background-position: center; }

/* Page header */
.m-page-header {
  /* paul was here... min-height: 540px;*/
  color: white;
  background: #000;
  padding: 40px;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: visible;
  position: relative; }
  .m-page-header:after {
    content: " ";
    display: table;
    clear: both; }
  @media (max-width: 1150px) {
    .m-page-header {
      /* paul was here... min-height: 490px;*/ } }
  @media (max-width: 767px) {
    .m-page-header {
      padding: 20px;
      min-height: 0; } }

.m-breadcrumb + .m-page-header {
  margin-top: 0; }

.m-page-header .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  background-position: center;
  background-size: cover; }

.m-page-header h1 {
  position: relative;
  border: 10px solid #2fd2ce;
  padding: 40px 60px;
  width: auto;
  color: #fff;
  margin-left: -70px;
  margin-top: 30px;
  font-size: 70px;
  margin-bottom: 16px;
  max-width: 63%;
  line-height: 1.2;
  float: none; }
  @media (max-width: 1150px) {
    .m-page-header h1 {
      max-width: 75%;
      font-size: 60px;
      padding: 22px 30px 22px 55px;
      margin-left: -65px; } }
  @media (max-width: 767px) {
    .m-page-header h1 {
      margin-left: -45px;
      padding: 20px 35px 20px 35px;
      font-size: 50px;
      margin-right: 10%;
      margin-top: 20px;
      margin-bottom: 0;
      max-width: none; } }
  @media (max-width: 480px) {
    .m-page-header h1 {
      font-size: 30px;
      margin-top: 0; } }

.m-page-header .description {
  float: left;
  position: relative;
  width: 50%;
  font-size: 24px;
  clear: both;
  line-height: 1.6; }
  @media (max-width: 1150px) {
    .m-page-header .description {
      width: 75%;
      font-size: 22px; } }
  @media (max-width: 767px) {
    .m-page-header .description {
      font-size: 20px;
      line-height: 1.6;
      width: auto; } }
  @media (max-width: 480px) {
    .m-page-header .description {
      font-size: 16px; } }

.m-page-header .description > *:last-child {
  margin-bottom: 0; }

.m-page-header:before {
  width: 700px;
  height: 500px;
  background: url(/assets/img/gfx-crosses-thick.svg);
  content: "";
  display: block;
  position: absolute;
  top: 41.9%;
  left: 53%;
  pointer-events: none;
  z-index: 1; }

/* Link list */
.m-link-list {
  border: 4px solid #2fd2ce;
  padding: 40px; }
  @media (max-width: 1150px) {
    .m-link-list {
      padding: 20px; } }
  @media (max-width: 767px) {
    .m-link-list {
      padding: 20px 15px 15px; } }

.m-link-list h2 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Nista-Regular';
  font-weight: bold;
  color: #2b7674;
  margin-top: -5px;
  margin-bottom: 30px; }
  @media (max-width: 1150px) {
    .m-link-list h2 {
      margin-bottom: 15px; } }

.m-link-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px; }

.m-link-list li {
  margin-bottom: 20px; }

.m-link-list li:last-child {
  margin-bottom: 0; }

.m-link-list ul a {
  font-size: 14px;
  color: #2b7674;
  display: block;
  transition: all .2s; }
  .m-link-list ul a:hover {
    color: #13324d;
    transform: translate3d(6px, 0, 0); }
  .m-link-list ul a h1, .m-link-list ul a h2, .m-link-list ul a h3 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
    background: #DAFBFB;
    display: inline-block;
    padding: 3px 5px 0px 5px;
    line-height: 1.5;
    transition: all .2s; }
  .m-link-list ul a:hover h1, .m-link-list ul a:hover h2, .m-link-list ul a:hover h3 {
    background: #13324d;
    color: white; }
  .m-link-list ul a .description {
    line-height: 1.6; }
    .m-link-list ul a .description > *:first-child {
      margin-top: 0; }
    .m-link-list ul a .description > *:last-child {
      margin-bottom: 0; }

/* Action list */
.m-action-list {
  margin-bottom: 50px; }

.m-action-list h2 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Nista-Regular';
  font-weight: bold;
  color: #2b7674;
  margin: -5px 0 20px 0; }

.m-action-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px; }

.m-action-list li {
  margin-bottom: 10px; }

.m-action-list li:last-child {
  margin-bottom: 0; }

.m-action-list ul a {
  font-size: 14px;
  background: #f9f9ff;
  padding: 20px;
  display: block;
  color: #13324d;
  transition: all .2s; }
  .m-action-list ul a:before {
    display: inline-block;
    float: right;
    content: "";
    width: 18px;
    height: 18px;
    background: url(/assets/img/icon-arrow-right-navy-thick.svg) center/contain no-repeat; }
  @media (max-width: 767px) {
    .m-action-list ul a {
      min-height: 0; } }
  .m-action-list ul a:hover {
    background: #2fd2ce;
    color: #13324d; }
  .m-action-list ul a:before {
    margin: 5px 2px 0 20px; }
  .m-action-list ul a h1, .m-action-list ul a h2, .m-action-list ul a h3 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.5; }
  .m-action-list ul a .description {
    line-height: 1.6; }
    .m-action-list ul a .description > *:first-child {
      margin-top: 0; }
    .m-action-list ul a .description > *:last-child {
      margin-bottom: 0; }

/* CTA list */
.m-cta-list {
  margin-bottom: 50px; }

.m-cta-list h2 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Nista-Regular';
  font-weight: bold;
  margin: -5px 0 20px 0; }

.m-cta-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px; }

.m-cta-list li {
  margin-bottom: 20px; }

.m-cta-list li:last-child {
  margin-bottom: 0; }

.m-cta-list ul li a {
  color: white;
  background: #13324d;
  min-height: 160px;
  padding: 20px;
  display: block;
  box-shadow: 0 0 53px 0px white;
  transition: all .2s; }
  .m-cta-list ul li a:before {
    display: inline-block;
    float: right;
    content: "";
    width: 18px;
    height: 18px;
    background: url(/assets/img/icon-arrow-right-navy-thick.svg) center/contain no-repeat; }
  @media (max-width: 767px) {
    .m-cta-list ul li a {
      min-height: 0; } }
  .m-cta-list ul li a:hover {
    background: #2fd2ce;
    color: #13324d; }
  .m-cta-list ul li a:before {
    margin: 2px 2px 0 20px;
    background: url(/assets/img/icon-arrow-right-white-thick.svg) center/contain no-repeat; }
  .m-cta-list ul li a:hover:before {
    color: #2b7674;
    background: #2fd2ce;
    background: url(/assets/img/icon-arrow-right-navy-thick.svg) center/contain no-repeat; }
  .m-cta-list ul li a h1, .m-cta-list ul li a h2, .m-cta-list ul li a h3 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.5; }
  .m-cta-list ul li a .description {
    line-height: 1.6; }
    .m-cta-list ul li a .description > *:first-child {
      margin-top: 0; }
    .m-cta-list ul li a .description > *:last-child {
      margin-bottom: 0; }

/* Section title */
.m-section-title h1 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 1.6; }
  @media (max-width: 1150px) {
    .m-section-title h1 {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .m-section-title h1 {
      margin-bottom: 10px;
      font-size: 30px; } }

/* Fixed bar */
.m-fixed-bar {
  position: fixed;
  right: calc((100vw - 1680px)/2);
  left: calc((100vw - 1680px)/2);
  top: 0;
  color: white;
  z-index: 120;
  transform: translate3d(0, -100%, 0);
  transition: all .2s; }
  @media screen and (max-width: 1680px) {
    .m-fixed-bar {
      right: 0;
      left: 0; } }
  @media (max-width: 1150px) {
    .m-fixed-bar {
      display: none !important; } }

.m-fixed-bar.is-shown {
  transform: translate3d(0, 0, 0);
  /*paul was here, adde z-index... */
  z-index: 10000; }

.m-fixed-bar .wrap {
  padding: 6px 100px;
  position: relative;
  background: #13324d; }

.m-fixed-bar .wrap + .wrap {
  padding: 17px 100px 19px;
  background: #183f61; }

.m-fixed-bar .title {
  font-family: 'Nista-Regular';
  font-weight: bold;
  color: white;
  font-size: 26px;
  margin-top: -3px; }

.m-fixed-bar .title a {
  color: white; }

.m-fixed-bar .back-to-top {
  position: absolute;
  right: 100px;
  top: 15px; }
  @media (max-width: 1150px) {
    .m-fixed-bar .back-to-top {
      display: none; } }

.m-fixed-bar .back-to-top button {
  border: 0;
  background: url("/assets/img/icon-back-to-top.svg");
  width: 30px;
  height: 30px; }

.m-fixed-bar .back-to-top span {
  display: none; }

/* Mega nav */
.m-mega-nav {
  position: relative;
  clear: both; }
  @media (max-width: 1150px) {
    .m-mega-nav {
      display: none; } }
  @media (max-width: 767px) {
    .m-mega-nav {
      display: none; } }

.m-mega-nav a {
  color: white;
  display: inline-block; }

.m-mega-nav > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  margin-right: -20px; }
  .m-mega-nav > ul:after {
    content: " ";
    display: table;
    clear: both; }

.m-mega-nav > ul > li {
  float: left; }

.m-mega-nav > ul a {
  letter-spacing: 1px;
  font-family: 'Nista-Black';
  font-weight: normal;
  background: rgba(19, 50, 77, 0.7);
  text-transform: uppercase;
  color: #2fd2ce;
  padding: 10px 12px 7px;
  display: inline-block;
  font-size: 18px;
  transition: all .2s; }

.m-mega-nav > ul li:first-child a {
  padding-left: 16px; }

.m-mega-nav > ul a:hover {
  color: white; }

.m-mega-nav > ul li.is-current a,
.m-mega-nav > ul li.is-current.is-hovered a {
  color: white; }

.m-mega-nav > ul li.is-hovered a {
  color: #2fd2ce;
  background: #13324d; }

.m-fixed-bar .m-mega-nav .site-navigation li:first-child a {
  padding-left: 0; }

.m-mega-nav .area {
  line-height: 1;
  background: #13324d;
  padding: 20px 30px;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  margin-top: -10000px;
  transition: margin-top 0s linear 0.4s, visibility 0s linear 0.4s, opacity 0.2s linear 0.2s;
  position: absolute;
  top: 49px;
  left: 0; }
  .m-mega-nav .area:after {
    content: " ";
    display: table;
    clear: both; }

.m-mega-nav .area:hover.is-shown,
.m-mega-nav .site-navigation:hover ~ .area.is-shown {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  transition-delay: 0s;
  z-index: 10; }

.m-mega-nav .area * {
  line-height: 1; }

.m-mega-nav .area ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.m-mega-nav .area > ul {
  display: table;
  table-layout: fixed;
  width: 100%; }

.m-mega-nav .area a {
  display: block;
  transition: all .2s;
  padding: 5px 0; }

.m-mega-nav .area a:hover {
  color: #ffea00; }

.m-mega-nav .area--display-standard > ul > li {
  display: table-cell;
  vertical-align: top;
  padding-right: 20px; }

.m-mega-nav .area--display-standard > ul > li > a {
  font-family: 'Nista-Regular';
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  min-height: 42px; }

.m-mega-nav .area--display-standard > ul > li > a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  float: left;
  font-size: 0.9em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-left: -10px;
  margin-top: 1px;
  content: "\f0da";
  opacity: 0.5; }

.m-mega-nav .area--display-standard > ul > li > ul > li a {
  font-size: 12px; }

.m-mega-nav .area--display-standard > ul > li > ul > li > ul {
  margin: 0;
  padding: 0;
  padding-left: 10px;
  margin-top: 5px;
  margin-bottom: 10px; }

.m-mega-nav .area--display-standard > ul > li > ul > li > ul > li a {
  color: #25a9a6; }

.m-mega-nav .area--display-standard > ul > li > ul > li > ul > li a:before {
  width: 5px;
  height: 2px;
  float: left;
  margin-left: -10px;
  margin-top: 4px;
  opacity: 0.3;
  content: "";
  background: #2fd2ce; }

/*.m-mega-nav .area ul.table-columns {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.m-mega-nav .area ul.table-columns > li {
  display: table-cell;
}

.m-mega-nav .area ul.css-columns {
  columns: 10px 3;
  column-gap: 3em;
}

.m-mega-nav .area ul.css-columns > li > ul > li {
  break-inside: avoid;
}*/
.m-mega-nav .area ul.css-rows li {
  float: none; }

.m-mega-nav .area ul.css-rows > li > ul {
  columns: 10px 3; }

.m-mega-nav .area ul.css-rows > li > ul > li {
  break-inside: avoid; }

.m-mega-nav .main-nav-search-link i {
  position: relative;
  top: -2px; }

.m-mega-nav .main-nav-search-link a {
  padding: 10px 13px 7px; }

/* Breadcrumb */
.m-breadcrumb {
  padding: 30px 0; }
  .m-breadcrumb:after {
    content: " ";
    display: table;
    clear: both; }

.m-fixed-bar .m-breadcrumb {
  padding: 0; }

.m-breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.m-breadcrumb li {
  float: left;
  font-size: 14px;
  font-family: 'Nista-Regular';
  font-weight: bold;
  margin-right: 18px; }
  @media (max-width: 767px) {
    .m-breadcrumb li {
      margin-right: 5px; } }

.m-breadcrumb li + li {
  margin-left: 19px; }
  @media (max-width: 767px) {
    .m-breadcrumb li + li {
      margin-left: 12px; } }

.m-breadcrumb li + li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  float: left;
  font-size: 0.9em;
  margin-left: -14px;
  opacity: 0.5;
  margin-top: 7px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f0da"; }
  @media (max-width: 767px) {
    .m-breadcrumb li + li:before {
      margin-left: -11px; } }

.m-breadcrumb li a {
  color: #2b7674;
  transition: all .2s; }

.m-fixed-bar .m-breadcrumb li a {
  color: #2fd2ce; }

.m-breadcrumb li a:hover {
  color: #2fd2ce; }

/* Index highlight */
.m-index-highlight {
  /* paul was here... min-height: 600px;*/
  color: white;
  background: #000;
  padding: 40px;
  margin-top: 80px;
  margin-bottom: 120px;
  overflow: visible;
  position: relative; }
  .m-index-highlight:after {
    content: " ";
    display: table;
    clear: both; }
  @media (max-width: 1150px) {
    .m-index-highlight {
      margin-top: 60px;
      margin-bottom: 60px;
      min-height: 0; } }
  @media (max-width: 767px) {
    .m-index-highlight {
      margin-top: 40px; } }

.m-index-highlight .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  background-size: cover;
  background-position: center; }

.m-index-highlight .text-content {
  position: relative;
  border: 10px solid #2fd2ce;
  padding: 40px;
  width: 70%;
  color: #2fd2ce;
  float: right;
  margin-right: -90px;
  max-width: 775px;
  transition: all .2s; }
  .m-index-highlight .text-content > *:first-child {
    margin-top: 0; }
  .m-index-highlight .text-content > *:last-child {
    margin-bottom: 0; }
  @media (max-width: 1150px) {
    .m-index-highlight .text-content {
      width: 100%;
      margin-right: -65px;
      padding: 28px 60px 28px 30px; } }
  @media (max-width: 767px) {
    .m-index-highlight .text-content {
      float: none;
      width: auto;
      padding: 10px 55px 20px 20px;
      font-size: 14px; } }

.m-index-highlight .text-content > * {
  display: block;
  transition: all .2s; }

.m-index-highlight a:hover .text-content > * {
  transform: translate3d(6px, 0, 0);
  color: white; }

.m-index-highlight a:hover .text-content {
  background: rgba(19, 50, 77, 0.7); }

.m-index-highlight .text-content .surtitle {
  font-family: 'Nista-Regular';
  font-weight: bold;
  text-transform: uppercase;
  color: #2fd2ce; }
  @media (max-width: 767px) {
    .m-index-highlight .text-content .surtitle {
      font-size: 14px; } }

.m-index-highlight .text-content h1 {
  font-size: 90px;
  margin-top: 10px;
  line-height: 1.2;
  color: white;
  margin-bottom: 20px;
  padding-right: 70px; }
  @media (max-width: 1150px) {
    .m-index-highlight .text-content h1 {
      font-size: 70px; } }
  @media (max-width: 767px) {
    .m-index-highlight .text-content h1 {
      margin-bottom: 10px;
      font-size: 50px; } }
  @media (max-width: 480px) {
    .m-index-highlight .text-content h1 {
      font-size: 30px; } }

.m-index-highlight .text-content h1.long {
  font-size: 70px; }
  @media (max-width: 1150px) {
    .m-index-highlight .text-content h1.long {
      font-size: 50px; } }
  @media (max-width: 767px) {
    .m-index-highlight .text-content h1.long {
      font-size: 30px; } }

.m-index-highlight .text-content .description {
  color: #2fd2ce;
  line-height: 1.6; }

.m-index-highlight .text-content:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  float: left;
  margin-left: -17px;
  margin-top: 9px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  background: #2fd2ce url(/assets/img/icon-arrow-right-navy.svg) center no-repeat;
  background: #2fd2ce url(/assets/img/icon-arrow-right-navy-thick.svg) center no-repeat;
  width: 85px;
  height: 85px;
  color: #13324d;
  font-size: 32px;
  position: absolute;
  right: 0;
  top: 78px; }
  @media (max-width: 767px) {
    .m-index-highlight .text-content:after {
      width: 55px;
      height: 55px;
      background-size: 50%;
      top: 47px; } }

.m-index-highlight .description > *:first-child {
  margin-top: 0; }
.m-index-highlight .description > *:last-child {
  margin-bottom: 0; }
@media (max-width: 767px) {
  .m-index-highlight .description {
    line-height: 1.5; } }

/* Projects list */
.m-projects-list > section > h1 {
  margin-top: 0; }

.m-projects-list section {
  clear: both;
  padding-bottom: 80px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px; }
  .m-projects-list section:after {
    content: " ";
    display: table;
    clear: both; }
  @media (max-width: 1150px) {
    .m-projects-list section {
      margin-left: -40px;
      margin-right: -40px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 767px) {
    .m-projects-list section {
      margin-left: -150px;
      margin-right: -150px;
      padding-left: 150px;
      padding-right: 150px; } }
  @media (max-width: 1150px) {
    .m-projects-list section {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .m-projects-list section {
      padding-bottom: 40px; } }

.m-projects-list section + section {
  padding-top: 80px; }
  @media (max-width: 1150px) {
    .m-projects-list section + section {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .m-projects-list section + section {
      padding-top: 40px; } }

.m-projects-list section:nth-child(2n) {
  background: #f9f9ff; }

.m-projects-list h1 {
  font-size: 50px; }
  @media (max-width: 1150px) {
    .m-projects-list h1 {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .m-projects-list h1 {
      font-size: 30px; } }

.m-projects-list section > ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.m-projects-list section > ul li {
  width: calc(33.333333% - 83px);
  margin: 0 40px 0 40px;
  display: inline-block;
  vertical-align: top;
  position: relative; }
  @media (max-width: 1150px) {
    .m-projects-list section > ul li {
      width: calc(50% - 53px);
      margin: 0 25px 0 25px; } }
  @media (max-width: 767px) {
    .m-projects-list section > ul li {
      width: calc(100% - 27px);
      margin: 0 0 0 23px; } }

.m-projects-list section > ul li a {
  width: auto;
  margin-bottom: 80px;
  position: relative;
  display: block; }
  @media (max-width: 1150px) {
    .m-projects-list section > ul li a {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .m-projects-list section > ul li a {
      margin-bottom: 40px; } }
  .m-projects-list section > ul li a .image {
    width: 100%;
    padding-bottom: 100%;
    opacity: 1; }
  .m-projects-list section > ul li a .text-content {
    position: relative;
    background: rgba(19, 50, 77, 0.9);
    left: -30px;
    margin-top: -63px;
    padding: 40px;
    color: white;
    font-size: 14px;
    transition: all .2s; }
    @media (max-width: 1150px) {
      .m-projects-list section > ul li a .text-content {
        right: 20px;
        left: -20px;
        padding: 20px;
        font-size: 14px;
        line-height: 1.6; } }
    @media (max-width: 767px) {
      .m-projects-list section > ul li a .text-content {
        padding: 15px; } }
  .m-projects-list section > ul li a:hover .text-content {
    background: #2fd2ce;
    color: #13324d;
    transform: translate3d(10px, 0, 0); }
  .m-projects-list section > ul li a h1 {
    margin-top: 0;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 3px; }
    .m-projects-list section > ul li a h1:before {
      display: inline-block;
      float: right;
      content: "";
      width: 18px;
      height: 18px;
      background: url(/assets/img/icon-arrow-right-navy-thick.svg) center/contain no-repeat; }
    .m-projects-list section > ul li a h1:before {
      background: url(/assets/img/icon-arrow-right-white-thick.svg) center/contain no-repeat; }
    @media (max-width: 1150px) {
      .m-projects-list section > ul li a h1 {
        font-size: 20px; } }
  .m-projects-list section > ul li a:hover .text-content h1:before {
    display: inline-block;
    float: right;
    content: "";
    width: 18px;
    height: 18px;
    background: url(/assets/img/icon-arrow-right-navy-thick.svg) center/contain no-repeat; }
  .m-projects-list section > ul li a h1:before {
    margin-top: 6px;
    margin-left: 20px; }
  .m-projects-list section > ul li a .meta {
    color: #2fd2ce; }
  .m-projects-list section > ul li a:hover .meta {
    color: #13324d; }
  .m-projects-list section > ul li a .description > *:last-child {
    margin-bottom: 0; }

.m-projects-list .image {
  background-size: cover;
  background-position: center; }

/* Index standalone element */
.m-index-standalone-element {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px; }
  .m-index-standalone-element:after {
    content: " ";
    display: table;
    clear: both; }
  @media (max-width: 1150px) {
    .m-index-standalone-element {
      margin-left: -40px;
      margin-right: -40px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 767px) {
    .m-index-standalone-element {
      margin-left: -150px;
      margin-right: -150px;
      padding-left: 150px;
      padding-right: 150px; } }
  @media (max-width: 1150px) {
    .m-index-standalone-element {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .m-index-standalone-element {
      padding-top: 40px;
      padding-bottom: 40px; } }

.m-index-standalone-element h1 {
  float: left;
  width: 50%;
  font-size: 50px;
  margin-top: 0px;
  padding-right: 40px;
  line-height: 1.4; }
  @media (max-width: 1150px) {
    .m-index-standalone-element h1 {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .m-index-standalone-element h1 {
      float: none;
      width: auto;
      padding-right: 0; } }

.m-index-standalone-element:nth-child(2n) {
  background: #f9f9ff; }

.m-index-standalone-element button {
  padding: 10px 16px;
  background: #2fd2ce;
  color: #13324d;
  display: inline-block;
  transition: all .2s;
  font-family: 'Nista-Regular';
  font-weight: bold;
  border: 0;
  margin-top: 20px; }
  .m-index-standalone-element button:before {
    display: inline-block;
    float: right;
    content: "";
    width: 18px;
    height: 18px;
    background: url(/assets/img/icon-arrow-right-navy-thick.svg) center/contain no-repeat; }
  .m-index-standalone-element button:before {
    margin: 4px 0 0 14px; }
  .m-index-standalone-element button:hover {
    background: #13324d;
    color: white; }
    .m-index-standalone-element button:hover:before {
      display: inline-block;
      float: right;
      content: "";
      width: 18px;
      height: 18px;
      background: url(/assets/img/icon-arrow-right-navy-thick.svg) center/contain no-repeat; }
    .m-index-standalone-element button:hover:before {
      background: url(/assets/img/icon-arrow-right-white-thick.svg) center/contain no-repeat; }

.m-index-standalone-element .text-content {
  float: left;
  width: 50%;
  font-size: 16px; }
  .m-index-standalone-element .text-content > *:first-child {
    margin-top: 0; }
  .m-index-standalone-element .text-content > *:last-child {
    margin-bottom: 0; }
  @media (max-width: 1150px) {
    .m-index-standalone-element .text-content {
      font-size: 15px; } }
  @media (max-width: 767px) {
    .m-index-standalone-element .text-content {
      font-size: 14px;
      float: none;
      width: auto; } }

/* Site search results */
.m-site-search-results {
  max-width: 900px;
  margin: 80px auto; }
  @media (max-width: 1150px) {
    .m-site-search-results {
      margin: 60px auto; } }
  @media (max-width: 767px) {
    .m-site-search-results {
      margin: 40px auto; } }

.m-site-search-results .mmhide_warningtext {
  font-size: 2.5em;
  font-family: 'Nista-Regular';
  font-weight: bold;
  width: auto;
  float: none;
  margin-bottom: 40px; }

.m-site-search-results .mmhide_warningtext::first-letter {
  text-transform: uppercase; }

.m-site-search-results > h1 {
  display: none; }

.m-site-search-results > h2 {
  font-size: 30px; }
  @media (max-width: 767px) {
    .m-site-search-results > h2 {
      font-size: 20px; } }

.m-site-search-results > p {
  float: right;
  width: 240px;
  line-height: 1.6;
  margin-top: 0; }
  @media (max-width: 1150px) {
    .m-site-search-results > p {
      float: none;
      width: auto; } }

.m-site-search-results > p.mmhide_small_text {
  width: auto;
  float: none;
  color: #2b7674;
  opacity: 0.7; }

.m-site-search-results > hr {
  display: none; }

.m-site-search-results > div[align="right"] {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #eee;
  border-top: 2px solid #eee; }
  @media (max-width: 767px) {
    .m-site-search-results > div[align="right"] {
      padding-top: 20px;
      padding-bottom: 20px; } }

.m-site-search-results > dl ~ div[align="right"] {
  margin-top: 60px; }
  @media (max-width: 767px) {
    .m-site-search-results > dl ~ div[align="right"] {
      margin-top: 40px; } }

.m-site-search-results > div[align="right"] a {
  text-decoration: none;
  background: #2fd2ce;
  color: #13324d;
  border-radius: 100px;
  padding: 3px 8px; }

.m-site-search-results > form {
  border: 4px solid #2fd2ce;
  width: 600px;
  overflow: hidden;
  padding: 50px 40px 100px 40px;
  position: relative; }
  @media (max-width: 1150px) {
    .m-site-search-results > form {
      width: 100%;
      max-width: none;
      margin-top: 20px;
      padding: 30px 30px 80px 30px; } }
  @media (max-width: 767px) {
    .m-site-search-results > form {
      margin-top: 10px;
      padding: 20px 20px 70px 20px; } }

.m-site-search-results > form br {
  display: none; }

.m-site-search-results > form label {
  display: block;
  margin: 0;
  font-family: 'Nista-Regular';
  font-weight: bold;
  width: auto;
  float: none;
  padding-right: 0; }
  .m-site-search-results > form label:after {
    content: " ";
    display: table;
    clear: both; }

.m-site-search-results > form input,
.m-site-search-results > form select {
  float: right;
  width: 300px;
  margin-top: -10px;
  padding: 15px 9px;
  background: #DAFBFB;
  border: 0;
  font-family: 'Nista-Regular';
  font-weight: normal;
  height: 50px; }
  @media (max-width: 767px) {
    .m-site-search-results > form input,
    .m-site-search-results > form select {
      float: none;
      width: 100%;
      margin-top: 8px; } }

.m-site-search-results > form label[for="reverse"] {
  width: 300px;
  float: right;
  clear: right;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .m-site-search-results > form label[for="reverse"] {
      float: left; } }

.m-site-search-results > form label[for="reverse"] input {
  width: auto;
  float: none;
  margin-right: 15px;
  height: auto; }

.m-site-search-results > form label[for="search"] {
  position: absolute;
  right: 40px;
  bottom: 40px; }
  @media (max-width: 1150px) {
    .m-site-search-results > form label[for="search"] {
      right: 30px;
      bottom: 30px; } }
  @media (max-width: 767px) {
    .m-site-search-results > form label[for="search"] {
      right: 20px;
      bottom: 20px; } }

.m-site-search-results > form label[for="search"] input {
  padding: 10px 16px;
  background: #2fd2ce;
  color: #13324d;
  display: inline-block;
  transition: all .2s;
  font-family: 'Nista-Regular';
  font-weight: bold;
  border: 0;
  border: 0;
  width: auto;
  float: none; }
  .m-site-search-results > form label[for="search"] input:before {
    display: inline-block;
    float: right;
    content: "";
    width: 18px;
    height: 18px;
    background: url(/assets/img/icon-arrow-right-navy-thick.svg) center/contain no-repeat; }
  .m-site-search-results > form label[for="search"] input:before {
    margin: 4px 0 0 14px; }
  .m-site-search-results > form label[for="search"] input:hover {
    background: #13324d;
    color: white; }
    .m-site-search-results > form label[for="search"] input:hover:before {
      display: inline-block;
      float: right;
      content: "";
      width: 18px;
      height: 18px;
      background: url(/assets/img/icon-arrow-right-navy-thick.svg) center/contain no-repeat; }
    .m-site-search-results > form label[for="search"] input:hover:before {
      background: url(/assets/img/icon-arrow-right-white-thick.svg) center/contain no-repeat; }

.m-site-search-results dl {
  padding-top: 40px;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .m-site-search-results dl {
      padding-top: 20px; } }

.m-site-search-results dl + dl {
  margin: 40px 0 0 0;
  border-top: 2px solid #eee; }
  @media (max-width: 767px) {
    .m-site-search-results dl + dl {
      margin: 20px 0 0 0; } }

.m-site-search-results dl span {
  padding: 0 3px;
  background: #DAFBFB !important;
  color: #2b7674 !important; }

@media (max-width: 1150px) {
  .m-site-search-results dd {
    font-size: 14px; } }
@media (max-width: 767px) {
  .m-site-search-results dd {
    font-size: 12px; } }

.m-site-search-results dt a {
  font-size: 30px;
  text-decoration: none;
  color: #2b7674;
  background: white;
  padding: 0;
  line-height: 1.6; }
  @media (max-width: 1150px) {
    .m-site-search-results dt a {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .m-site-search-results dt a {
      font-size: 20px; } }

.m-site-search-results dt small {
  white-space: pre;
  background: #2b7674;
  color: White;
  padding: 5px 10px;
  margin-left: 10px;
  border-radius: 39px; }

.m-site-search-results dd br {
  display: none; }

.m-site-search-results dd small {
  color: #2b7674;
  opacity: 0.7;
  display: block;
  margin-bottom: -17px; }

/* Hero home */
.m-user-function-form {
  min-height: 0;
  width: 100%;
  overflow: hidden; }

.m-user-function-form h1 {
  margin-top: 0; }

.m-user-function-form .image {
  position: fixed;
  top: 0;
  bottom: 0;
  right: calc((100vw - 1680px)/2);
  left: calc((100vw - 1680px)/2);
  filter: brightness(75%);
  background-size: cover;
  background-position: center; }

.m-user-function-form .wrapper {
  color: #13324d;
  position: relative;
  width: 600px;
  margin: 100px auto;
  background: white;
  padding: 40px; }
  .m-user-function-form .wrapper form {
    border: 4px solid #f9f9ff;
    padding: 40px;
    margin: 4em 0;
    line-height: 1.8;
    max-width: 600px; }
    @media (max-width: 1150px) {
      .m-user-function-form .wrapper form {
        padding: 30px; } }
    @media (max-width: 767px) {
      .m-user-function-form .wrapper form {
        padding: 15px; } }
  .m-user-function-form .wrapper input,
  .m-user-function-form .wrapper textarea,
  .m-user-function-form .wrapper select {
    background: #DAFBFB;
    border: 0;
    width: calc(100% - 212px);
    padding: 15px;
    font-family: 'Nista-Regular';
    font-weight: normal;
    height: 50px;
    margin-top: 0; }
    @media (max-width: 1150px) {
      .m-user-function-form .wrapper input,
      .m-user-function-form .wrapper textarea,
      .m-user-function-form .wrapper select {
        width: calc(100% - 162px); } }
    @media (max-width: 767px) {
      .m-user-function-form .wrapper input,
      .m-user-function-form .wrapper textarea,
      .m-user-function-form .wrapper select {
        width: 100%; } }
  .m-user-function-form .wrapper textarea {
    min-height: 250px; }
  .m-user-function-form .wrapper label {
    width: 212px;
    padding-right: 20px;
    float: left;
    font-family: 'Nista-Regular';
    font-weight: bold; }
    @media (max-width: 1150px) {
      .m-user-function-form .wrapper label {
        width: 162px; } }
    @media (max-width: 767px) {
      .m-user-function-form .wrapper label {
        float: none;
        padding-left: 0;
        width: auto;
        display: block; } }
  .m-user-function-form .wrapper .form-group--wordy-label > label {
    width: 100%;
    padding-right: 0;
    float: none;
    margin-bottom: 20px;
    display: inline-block; }
  .m-user-function-form .wrapper .form-group {
    clear: both; }
    .m-user-function-form .wrapper .form-group:after {
      content: " ";
      display: table;
      clear: both; }
  .m-user-function-form .wrapper .form-group > div {
    float: left;
    width: calc(100% - 212px);
    margin: 0;
    padding: 0 0 0 30px; }
  .m-user-function-form .wrapper .form-group--wordy-label > div {
    float: none;
    width: 100%; }
  .m-user-function-form .wrapper .form-group > div > div {
    margin: 0; }
  .m-user-function-form .wrapper .form-group > div label {
    width: auto;
    float: none;
    padding: 0; }
  .m-user-function-form .wrapper .form-group > div input {
    width: auto;
    float: left;
    height: auto;
    margin-left: -30px;
    margin-top: 8px; }
  .m-user-function-form .wrapper .form-actions {
    margin-left: 212px; }
    @media (max-width: 1150px) {
      .m-user-function-form .wrapper .form-actions {
        margin-left: 162px; } }
    @media (max-width: 767px) {
      .m-user-function-form .wrapper .form-actions {
        margin-left: 0;
        float: right; } }
  .m-user-function-form .wrapper form button,
  .m-user-function-form .wrapper form input[type='submit'] {
    padding: 10px 16px;
    background: #2fd2ce;
    color: #13324d;
    display: inline-block;
    transition: all .2s;
    font-family: 'Nista-Regular';
    font-weight: normal;
    border: 0;
    border: 0; }
    .m-user-function-form .wrapper form button:before,
    .m-user-function-form .wrapper form input[type='submit']:before {
      display: inline-block;
      float: right;
      content: "";
      width: 18px;
      height: 18px;
      background: url(/assets/img/icon-arrow-right-navy-thick.svg) center/contain no-repeat; }
    .m-user-function-form .wrapper form button:before,
    .m-user-function-form .wrapper form input[type='submit']:before {
      margin: 4px 0 0 14px; }
    .m-user-function-form .wrapper form button:hover,
    .m-user-function-form .wrapper form input[type='submit']:hover {
      background: #13324d;
      color: white; }
      .m-user-function-form .wrapper form button:hover:before,
      .m-user-function-form .wrapper form input[type='submit']:hover:before {
        display: inline-block;
        float: right;
        content: "";
        width: 18px;
        height: 18px;
        background: url(/assets/img/icon-arrow-right-navy-thick.svg) center/contain no-repeat; }
      .m-user-function-form .wrapper form button:hover:before,
      .m-user-function-form .wrapper form input[type='submit']:hover:before {
        background: url(/assets/img/icon-arrow-right-white-thick.svg) center/contain no-repeat; }
  .m-user-function-form .wrapper .guide-text {
    background: #DAFBFB;
    margin-bottom: 40px;
    padding: 40px; }
    .m-user-function-form .wrapper .guide-text > *:first-child {
      margin-top: 0; }
    .m-user-function-form .wrapper .guide-text > *:last-child {
      margin-bottom: 0; }
    @media (max-width: 1150px) {
      .m-user-function-form .wrapper .guide-text {
        margin-bottom: 40px;
        padding: 30px;
        padding: 15px 20px;
        font-size: 14px;
        margin-top: 30px; } }
  .m-user-function-form .wrapper .required:after {
    content: "*"; }
  .m-user-function-form .wrapper:after {
    content: " ";
    display: table;
    clear: both; }
  @media (max-width: 1150px) {
    .m-user-function-form .wrapper {
      padding: 30px; } }
  @media (max-width: 767px) {
    .m-user-function-form .wrapper {
      padding: 20px;
      margin: 40px auto;
      width: auto; } }

.m-user-function-form--with-guides .wrapper {
  width: 50%;
  margin: 100px 0; }
  @media (max-width: 1150px) {
    .m-user-function-form--with-guides .wrapper {
      width: 600px;
      margin: 100px auto; } }
  @media (max-width: 767px) {
    .m-user-function-form--with-guides .wrapper {
      margin: 40px auto;
      width: auto; } }

.m-user-function-form .wrapper form {
  max-width: 100%;
  padding: 0;
  border: 0;
  margin: 0; }

.m-user-function-form .wrapper .form-group + .form-group {
  margin: 1.2em 0 0 0; }

.m-user-function-form .wrapper .form-actions {
  margin-top: 1.2em; }

.m-user-function-form section {
  clear: both;
  margin-top: 40px; }
  .m-user-function-form section:after {
    content: " ";
    display: table;
    clear: both; }

.m-user-function-form--with-guides section {
  margin-top: 40px; }

.m-user-function-form .guide-text {
  background: #DAFBFB;
  float: right;
  clear: right;
  width: calc(100% + 80px);
  margin-right: calc(-100% - 100px);
  margin-bottom: 40px;
  margin-top: -40px;
  padding: 40px; }
  .m-user-function-form .guide-text > *:first-child {
    margin-top: 0; }
  .m-user-function-form .guide-text > *:last-child {
    margin-bottom: 0; }
  @media (max-width: 1150px) {
    .m-user-function-form .guide-text {
      margin-bottom: 40px;
      padding: 30px;
      font-size: 14px;
      float: none;
      clear: none;
      margin-right: 0;
      margin-top: 30px; } }
  @media (max-width: 1150px) {
    .m-user-function-form .guide-text {
      width: auto; } }

.m-user-function-form section + .text-content {
  margin-top: 40px; }

/* Application embed */
.m-application-embed {
  /* paul was here... 
	height: 600px;
  background: #eee;*/ }

/* a mixed bag of over-rides, workarounds, and other fixes kept seperate from the main Error styles */
/* generic buttons, tables and forms */
.showhelp {
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 0.6em; }

/*
.table1 thead,
.table1 tr,
.table1 td,
.table1 th,
#resultTableDiv thead,
#resultTableDiv tr,
#resultTableDiv td,
#resultTableDiv th,
#argosearch_Form thead,
#argosearch_Form tr,
#argosearch_Form td,
#argosearch_Form th,
form[name=summaryfrm] tr,
form[name=summaryfrm] th,
#resultsTableDiv thead,
#resultsTableDiv tr,
#resultsTableDiv td,
#resultsTableDiv th
#Table_6 thead,
#Table_6 tr,
#Table_6 td,
#Table_6 th,*/
.m-application-embed table:not(.ui-datepicker-calendar) thead,
.m-application-embed table:not(.ui-datepicker-calendar) tr,
.m-application-embed table:not(.ui-datepicker-calendar) td,
.m-application-embed table:not(.ui-datepicker-calendar) th {
  text-align: left !important;
  vertical-align: top !important;
  background: transparent !important;
  color: #222 !important;
  padding: 8px 12px 8px 0 !important;
  font-size: 14px !important;
  line-height: 1.8 !important; }

.table1 td,
#resultTableDiv td,
#argosearch_Form td,
#Table_1 td,
#resultsTableDiv td,
#Table_6 td,
.m-application-embed td {
  border-bottom: 1px solid #aaa; }

.table1 th,
#resultTableDiv th,
#Table_1 th,
#resultsTableDiv th,
#Table_6 th,
.m-application-embed th {
  border-bottom: 1px solid #aaa !important;
  font-family: 'Nista-Regular';
  font-weight: bold; }

#mapnum2 button,
#btnStatus,
#btnAddBasket2,
#clearall,
#toggleselctd,
#buttonsgroup button,
#tabs button,
#btnareaClear,
#btnAddBasket,
#btnViewBasket,
#argosearch_Form input[type=submit],
#argosearch_Form input[type=reset],
form[name=summaryfrm] input[type=submit],
form[name=summaryfrm] input[type=button],
.styledButton,
#testclk2dwnld,
#page,
#all,
#edmed_search input[type=submit],
#edmed_search input[type=reset],
.m-application-embed input[type=submit],
.m-application-embed input[type=reset],
#MPH_tabs input[type=button],
#CSID_tabs input[type=button],
#MP_MAT_tabs input[type=button],
#MATREF_tabs input[type=button],
#SAMP_PREP_tabs input[type=button],
#ANALYSIS_tabs input[type=button],
#MPH_STAT_tabs input[type=button],
#submit_newterm_button,
#submit_request_button,
#selectlist input[type=submit],
#selectlist input[type=button],
form[name="frm"] input[type=submit],
form[name="frm"] input[type=button],
form[action="../editlistservlet/"] input[type=submit] {
  padding: 10px 16px !important;
  background: #0effee;
  color: #000926;
  display: inline-block;
  transition: all .2s;
  font-family: 'Nista-Regular';
  font-weight: bold;
  border: 0;
  margin-right: 10px;
  width: auto !important;
  font-size: 14px !important; }

form[name=summaryfrm] input[type=text],
#edmed_search input[type=text],
.m-application-embed input[type=text],
.ui-autocomplete-input {
  background: #ccfffb;
  border: 0;
  padding: 15px;
  font-family: 'Nista-Regular';
  font-weight: normal;
  min-height: 50px;
  margin-top: 0;
  widows: auto;
  width: 100%; }

.m-application-embed th a {
  color: #222; }

.m-application-embed th img {
  float: right; }

.m-application-embed select:not(.ui-datepicker-month):not(.ui-datepicker-year) {
  width: 100%;
  background: #ccfffb;
  border: 0;
  /*width: calc(100% - 212px);*/
  padding: 15px;
  font-family: 'Nista-Regular';
  font-weight: normal;
  height: 50px;
  margin-top: 0;
  margin-bottom: 10px; }

.m-application-embed select[multiple=multiple],
.m-application-embed select[multiple] {
  min-height: 150px; }

.table-wrap form {
  padding: 0px;
  border: 0px; }

input[type="button"]:disabled {
  background: #dddddd; }

/* Vocab search styles */
.application {
  margin-bottom: 1em; }

.application, .application form, .application input, .application textarea {
  max-width: none !important; }

/*Added to override max width set by m-article on vocab apps*/
.application input, .application textarea {
  width: auto !important; }

/*fixes text areas and submit buttons being clipped and super skinny*/
.application table {
  width: 100%; }

#opensearchform,
#formSearchInVocabdiv {
  /*max-width: 66%!important;*/ }

#p7PM3_4 ul {
  margin: 0px; }

#p7PM3_4 li {
  list-style: none; }

#p7PM3_4 li a,
#formSearchInVocabdiv #ui-id-1,
#formSearchInVocabdiv #ui-id-2 {
  width: 71%;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  background: #999CA8;
  color: white; }

#p7PM3_4 li a.current_mark {
  background: #000926;
  color: white;
  text-decoration: none; }

#p7PM3_4 li a.current_mark:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  background: transparent url(/assets/img/icon-arrow-right-white-thick.svg) center no-repeat;
  width: 76px;
  height: 100%;
  color: white;
  font-size: 32px;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 20px; }

#p7PM3_4 li a:hover {
  background: #4C5267; }

#p7PM3_4 li a:hover:after {
  background: transparent url(/assets/img/icon-arrow-right-white-thick.svg) center no-repeat;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  width: 76px;
  height: 100%;
  color: white;
  font-size: 32px;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 20px; }

#opensearchform table input,
#opensearchform select,
#formSearchInVocabdiv table input,
#formSearchInVocabdiv select {
  width: auto;
  height: auto;
  margin-right: 10px; }

#opensearchform table,
#formSearchInVocabdiv table {
  width: 100%; }

#opensearchform table td,
#formSearchInVocabdiv table td {
  /*width: 100%;*/ }

#formSearchInVocabdiv ul {
  list-style: none;
  margin-left: 0; }

#formSearchInVocabdiv li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

#formSearchInVocabdiv li a {
  width: auto !important; }

#resultTableDiv a {
  background: #ccfffb;
  color: #000926;
  padding: 2px 4px;
  transition: all .2s;
  text-decoration: underline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; }

#resultTableDiv a:hover {
  background: #000926;
  color: white;
  text-decoration: none; }

#mapnum2 {
  font-family: 'Nista-Regular';
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px; }

#mapnum2 input,
#useST000006typlatlon {
  background: #ccfffb;
  border: 0;
  padding: 15px;
  font-family: 'Nista-Regular';
  font-weight: normal;
  height: 50px;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 10px; }

#tabs select {
  width: 100%; }

#resbyST000006typlatlon {
  display: block;
  margin-top: 10px; }

#pageinforesults3 {
  display: none !important; }

#pageinforesults {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-top: 20px;
  margin-bottom: 10px; }

#updating {
  position: fixed;
  top: 50%;
  left: 50%;
  background: white;
  border: 10px solid black;
  text-align: center;
  padding: 40px;
  border-radius: 10px;
  width: 300px;
  margin-left: -150px;
  z-index: 10000; }

#resultTableDiv {
  max-height: 500px;
  width: 100%;
  overflow: scroll;
  padding: 10px;
  border: 1px solid #ddd; }

#cvsform {
  padding: 0px;
  border: 0px;
  margin: 0; }

#cvsform span {
  display: inline-block;
  /*width:  30%;*/ }

#cvsform input[type=text],
#cvsform .ui-widget,
#searchstr {
  /*display:  block;
  width:  100%!important;*/
  display: inline-block;
  margin-bottom: 10px; }

#button_searchcv {
  width: auto; }

#collectionlist {
  width: 100%; }

#cvsform p:first-child {
  position: relative; }

#cvsform .ui-widget:not(#tabs) {
  /*
  position: relative;
  left: 15%;
  */ }

#ui-id-1 {
  background: #ccfffb;
  cursor: pointer; }

#cvsform #button_search {
  display: block !important;
  width: auto;
  margin-top: 10px; }

#cvsform input[type=checkbox] {
  width: auto;
  height: auto;
  margin-right: 10px; }

#cvsform #searchstrVocab {
  width: 40% !important; }

#resultsPerPage2 {
  width: auto; }

#cvlform {
  padding: 0px; }

#cvlform span:first-child {
  display: inline-block;
  width: 30%; }

#cvlform #searchstr {
  display: inline-block;
  width: 50% !important;
  margin-bottom: 10px; }

#cvlform #button_search {
  display: block;
  width: auto;
  margin-top: 10px; }

#opensearchform #searchstr {
  width: 40% !important; }

#opensearchform input[type=submit] {
  width: auto; }

.linkicon {
  background-image: url(../../images/icons/link_icon.jpg) !important;
  background-repeat: no-repeat !important;
  width: 20px;
  display: inline-block;
  height: 20px; }

.linkicon:hover {
  background-color: transparent !important; }

#advop {
  width: 66%; }

#advop th,
#advop td,
#advop2 th,
#advop2 td {
  border-bottom: 1px solid #ccc !important; }

#advop input {
  height: auto;
  width: auto;
  margin-right: 10px; }

#collections_notab {
  width: 60%; }

#collections_notab td,
#collections td {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  padding: 3px; }

/* crazy css to add in sortable triangles on search tables */
#tabofres th,
.table1 th {
  position: relative; }

/*#tabofres th span:first-child*/
.tsortasc {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #222 transparent;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 14px; }

/*#tabofres th span:last-child*/
.tsortdesc {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #000222 transparent transparent transparent;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0; }

/* GEBCO search - mainly */
#useST000006typlatlon {
  margin: 20px 10px 20px 0; }

#btnareaClear {
  padding: 14px 16px !important; }

#imgsizetext {
  margin-bottom: 20px;
  	/*background: rgb(255, 0, 0);
      color: white;
      padding: 10px 20px;*/ }

div.olControlMousePosition {
  background: #000926;
  right: 0px !important;
  color: white;
  min-width: 25%;
  text-align: center; }

#map-holder {
  background: #eee; }

#map-holder #map {
  width: 100% !important; }

/* Argo UK floats */
.mmhide_help_hide {
  display: none; }

#argosearch_Form table a {
  color: #222 !important; }

#argosearch_Form table {
  width: 60%; }

#argosearch_Form input[type=radio] {
  margin-left: 10px; }

#argosearch_Form table {
  border-bottom: 1px solid #bbb;
  font-family: 'Nista-Regular';
  font-weight: bold; }

#argosearch_Form td {
  border-bottom: none; }

form[name=summaryfrm] td {
  padding-right: 10px; }

form[name=summaryfrm] font[color="#3528D7"] {
  color: #222; }

form[name=summaryfrm] h2 a {
  color: #222; }

/* numerical data model */
.blockTitle1 {
  font-weight: bold;
  display: inline-block;
  min-width: 30%; }

.currentSelection {
  display: inline-block; }

.displaySpacer {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee; }

.buttonBarRight {
  margin-top: 10px; }

.helpMessageHidden {
  display: none; }

.leftSpacer {
  padding-bottom: 10px; }

.styledButton {
  margin-bottom: 10px; }

#Table_1a {
  width: 200%;
  margin-left: 10px; }

form[name=tcol] input {
  margin: 0 10px 0 20px; }

/* PDL */
#testclk2dwnld {
  margin-bottom: 10px; }

#Table_6 p {
  margin: 0; }

/* BODC holdings */
#edmed_search .formtitle a {
  color: #222;
  font-weight: bold; }

#edmed_search input[type=radio] {
  margin-right: 10px; }

/* metadata reports */
.m-article h1 > a[shape=rect], .m-article .guide-text h1 > a[shape=rect], .m-site-search-results h1 > a[shape=rect], .m-user-function-form .guide-text h1 > a[shape=rect], .m-user-function-form .text-content h1 > a[shape=rect] {
  text-decoration: none;
  background: white;
  padding: 0;
  color: #222; }

.m-article h1 > a[shape=rect]:hover, .m-article .guide-text h1 > a[shape=rect]:hover, .m-site-search-results h1 > a[shape=rect]:hover, .m-user-function-form .guide-text h1 > a[shape=rect]:hover, .m-user-function-form .text-content h1 > a[shape=rect]:hover {
  color: #222; }

/* basket */
#basket-wrapper table {
  margin: 0px; }

#basket-wrapper form {
  margin: 0px;
  padding: 0px;
  border: none; }

#basket-wrapper input {
  width: auto; }

#formindiv {
  margin: 0; }

/* request status */
form[action*="bodc.ac.uk/my_account/request_status/"] {
  padding: 0;
  border: 0; }

form[action*="bodc.ac.uk/my_account/request_status/"] input[type=button],
form[action*="bodc.ac.uk/my_account/request_status/"] input[type=submit] {
  display: inline-block;
  width: auto;
  margin-right: 10px; }

a[href="#aaa1"] + button,
a[href="#aaa2"] + button,
a[href="#aaa3"] + button,
a[href="#aaa4"] + button,
a[href="#aaa5"] + button,
a[href="#aaa6"] + button,
a[href="#aaa7"] + button,
a[href="#aaa8"] + button {
  padding: 10px 16px !important;
  background: #0effee;
  color: #000926;
  display: block;
  transition: all .2s;
  font-family: 'Nista-Regular';
  font-weight: bold;
  border: 0;
  margin-right: 10px; }

/* login */
.proceed {
  width: 100%; }

.proceed td {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
  vertical-align: middle; }

.proceed input[type=text],
.proceed input[type=password] {
  width: 70% !important;
  float: right; }

.proceed textarea {
  width: 100% !important; }

/* register */
#user-registration-wrapper #form1 table {
  width: 100%; }

#user-registration-wrapper .wrapper {
  width: 100%; }

#user-registration-wrapper #form1 input[type=text],
#user-registration-wrapper #form1 input[type=password],
#user-registration-wrapper #form1 select {
  width: 80%;
  margin-left: 10px;
  min-width: 250px; }

#user-registration-wrapper #form1 textarea {
  width: 80%; }

#user-registration-wrapper p[align=center] {
  text-align: left; }

#user-registration-wrapper #submit {
  width: auto; }

#user-registration-wrapper input[type=radio] {
  width: auto;
  height: auto; }

#confcode {
  margin: 0 0 20px 10px; }

form[action="/my_account/reset_password/resetpassword/"] input[type=text],
form[action="/my_account/reset_password/resetpassword/"] input[type=password] {
  width: 100% !important;
  min-width: 200px; }

/* Licencing */
#signed {
  width: auto;
  height: auto;
  margin-right: 10px;
  display: inline-block;
  margin-top: 20px; }

#submitlic,
#submitlic + input[type=button],
#myForm input[type=button] {
  margin-bottom: 10px; }

input[value="Sign licences"] {
  display: block !important;
  margin-top: 10px; }

/* vocab builder */
#fieldset_sentence {
  padding: 0 20px;
  width: 100% !important;
  border: 4px solid #0effee; }

#accordion {
  width: 100% !important; }

#MPH_tabs .ui-tabs-anchor,
#MPH_tabs .ui-tabs-anchor:hover,
#CSID_tabs .ui-tabs-anchor,
#CSID_tabs .ui-tabs-anchor:hover,
#MP_MAT_tabs .ui-tabs-anchor,
#MP_MAT_tabs .ui-tabs-anchor:hover,
#MATREF_tabs .ui-tabs-anchor,
#MATREF_tabs .ui-tabs-anchor:hover,
#SAMP_PREP_tabs .ui-tabs-anchor,
#SAMP_PREP_tabs .ui-tabs-anchor:hover,
#ANALYSIS_tabs .ui-tabs-anchor,
#ANALYSIS_tabs .ui-tabs-anchor:hover,
#MPH_STAT_tabs .ui-tabs-anchor,
#MPH_STAT_tabs .ui-tabs-anchor:hover {
  background: white; }

#form1 input {
  width: auto; }

/* vocab editor */
#table2 input,
form[name="frm"] table input,
form[action="../action_bulk_upload_mappings/"] input,
#table4 textarea,
#table4 input[type=text] {
  width: auto;
  height: auto; }

form[action="../../insert/B39/"] table input,
form[action="../../insert/B39/"] table textarea {
  width: 100%; }

#selectlist,
form[name="frm"],
form[action="../../insert/B39/"],
form[action="../action_bulk_upload_mappings/"],
form[action="../editlistservlet/"] {
  border: 0px !important;
  padding: 0px !important; }

#selectlist legend,
form[name="frm"] legend {
  font-weight: bold; }

form[action="../../insert/B39/"] table td:first-child {
  font-weight: bold; }

form[action="../action_bulk_upload_mappings/"] input[type=radio] {
  margin-right: 10px; }

form[action="../action_bulk_upload_mappings/"] input[type=radio]:nth-child(2) {
  margin-left: 20px; }

form[action="../action_bulk_upload_mappings/"] input[type=submit] {
  display: block;
  margin-top: 20px; }

/* autosub order forms */
#order input,
#order textarea,
#order select {
  width: auto; }

/* cruise inventory */
/* all data */
#all-data {
  margin-top: 80px; }

/* home page */
.m-home-about img {
  max-width: 80%;
  padding-bottom: 20px; }

/*general fix for map overlay on mobile nav*/
main {
  z-index: 0; }

/* emergency banner 

html::before{
    content: "We are currently experiencing performance problems with our data download tool, but are working to resolve them.";
    display: block;
    color: white!important;
    background: #800000;
    z-index: 100000;
    padding: 10px 100px;
    text-align: center;
    font-weight: bold;
}
*/
/* SFT styles */
#sfa_teams div:first-child {
  float: left;
  clear: both;
  width: 100%; }

#sfa_teams .leftFloat {
  float: left; }

#sfa_teams .rightFloat {
  float: right; }

#sfa_teams.appBox table thead tr + tr,
#sfa_datasets.appBox table thead tr + tr {
  display: none; }

.appBox td {
  text-align: left !important; }

#sfa_datasets {
  position: relative;
  padding-top: 50px; }

#sfa_datasets #btnDatasetCreate {
  position: absolute;
  top: 0px;
  left: 0px; }

#sfa_datasets #datasetDesc {
  display: none; }

#sfa_files #ptb_pagination {
  display: none; }

#uploadStatus table {
  width: 100%; }

#uploadStatus .rightText {
  text-align: left !important; }

#uploadFiles {
  margin-bottom: 20px; }

#btnUploadNew {
  /*display: none!important;*/ }

#thankYou .rightFloat {
  float: none; }

#viewMode input {
  width: auto;
  height: auto;
  margin-right: 20px; }

#dsStatusSpan {
  display: block; }

#datasetStatus {
  display: block;
  margin-bottom: 0px; }

#mtb_manage * {
  display: block; }

#sfa_datasets .rightFloat {
  float: none; }

.textfield50 {
  margin-bottom: 20px; }

#filedisplay input,
#selectAll {
  width: auto !important; }

#sfa_files .tsortdesc,
#sfa_files .tsortasc {
  display: none !important; }

/* institute a-to-z list */
#sort_url_asc,
#sort_url_desc,
#id_search {
  width: auto; }
