@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! 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 {
  -webkit-box-sizing: content-box;
          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: not-allowed;
}

/**
   * 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"] {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: content-box;
          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.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* 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;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before, .row::after {
  content: ' ';
  display: table;
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

/*.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }*/
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row,
.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 1025px) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}

a {
  color: #17477b;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover, a:focus {
  color: #1585cf;
}

a img {
  border: 0;
}

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    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;
  }
}

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fefefe;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: #1583cc;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: #2199e8;
  color: #fefefe;
}

.button.primary:hover, .button.primary:focus {
  background-color: #147cc0;
  color: #fefefe;
}

.button.secondary {
  background-color: #777;
  color: #fefefe;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}

.button.success {
  background-color: #3adb76;
  color: #fefefe;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button.warning {
  background-color: #ffae00;
  color: #fefefe;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

.button.alert {
  background-color: #ec5840;
  color: #fefefe;
}

.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #2199e8;
  color: #2199e8;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}

.button.hollow.primary {
  border: 1px solid #2199e8;
  color: #2199e8;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}

.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3c3c3c;
  color: #3c3c3c;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2199e8;
  color: #fefefe;
}

.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}

.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}

.form-error.is-visible {
  display: block;
}

.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
}

:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 0 0;
  border-bottom: 1px solid #e6e6e6;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}

.is-active > .accordion-title::before {
  content: '–';
}

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.is-accordion-submenu-parent > a {
  position: relative;
}

.is-accordion-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe;
}

.badge.secondary {
  background: #777;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #fefefe;
}

.badge.warning {
  background: #ffae00;
  color: #fefefe;
}

.badge.alert {
  background: #ec5840;
  color: #fefefe;
}

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}

.breadcrumbs::before, .breadcrumbs::after {
  content: ' ';
  display: table;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}

.breadcrumbs a {
  color: #2199e8;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}

.button-group::before, .button-group::after {
  content: ' ';
  display: table;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded {
  margin-right: -1px;
}

.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}

.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: -webkit-calc(50% - 1px);
  width: calc(50% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: -webkit-calc(33.33333% - 1px);
  width: calc(33.33333% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: -webkit-calc(25% - 1px);
  width: calc(25% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: -webkit-calc(20% - 1px);
  width: calc(20% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: -webkit-calc(16.66667% - 1px);
  width: calc(16.66667% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.primary .button {
  background-color: #2199e8;
  color: #fefefe;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #147cc0;
  color: #fefefe;
}

.button-group.secondary .button {
  background-color: #777;
  color: #fefefe;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #fefefe;
}

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #fefefe;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

.button-group.alert .button {
  background-color: #ec5840;
  color: #fefefe;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #da3116;
  color: #fefefe;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #def0fc;
}

.callout.secondary {
  background-color: #ebebeb;
}

.callout.success {
  background-color: #e1faea;
}

.callout.warning {
  background-color: #fff3d9;
}

.callout.alert {
  background-color: #fce6e2;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

.menu {
  margin: 0;
  list-style-type: none;
}

.menu > li {
  display: table-cell;
  vertical-align: middle;
}

[data-whatinput='mouse'] .menu > li {
  outline: 0;
}

.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}

.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}

.menu > li {
  display: table-cell;
}

.menu.vertical > li {
  display: block;
}

@media screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-vertical > li {
    display: block;
  }
}

.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}

.menu.simple a {
  padding: 0;
}

.menu.align-right::before, .menu.align-right::after {
  content: ' ';
  display: table;
}

.menu.align-right::after {
  clear: both;
}

.menu.align-right > li {
  float: right;
}

.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.menu.expanded > li:first-child:last-child {
  width: 100%;
}

.menu.icon-top > li > a {
  text-align: center;
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}

.menu.nested {
  margin-left: 1rem;
}

.menu .active > a {
  color: #fefefe;
  background: #2199e8;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

.menu-centered {
  text-align: center;
}

.menu-centered > .menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
          box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}

.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
          box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
          box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
          box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block !important;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.15s linear;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
  position: relative;
}

.is-drilldown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}

.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
  }
}

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
  margin-top: -3px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}

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

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe;
}

.label.secondary {
  background: #777;
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #fefefe;
}

.label.warning {
  background: #ffae00;
  color: #fefefe;
}

.label.alert {
  background: #ec5840;
  color: #fefefe;
}

.media-object {
  margin-bottom: 1rem;
  display: block;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.middle {
  vertical-align: middle;
}

.media-object-section.bottom {
  vertical-align: bottom;
}

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: -webkit-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: ' ';
  display: table;
}

.off-canvas-wrapper-inner::after {
  clear: both;
}

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}

.is-open-left {
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}

.is-open-right {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

.orbit-slide {
  width: 100%;
  max-height: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  background-color: #cacaca;
  border-radius: 50%;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
  content: ' ';
  display: table;
}

.pagination::after {
  clear: both;
}

.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  color: #0a0a0a;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2199e8;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  content: '\2026';
  padding: 0.1875rem 0.625rem;
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem;
}

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}

.progress.primary .progress-meter {
  background-color: #2199e8;
}

.progress.secondary .progress-meter {
  background-color: #777;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #ec5840;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  border-radius: 0;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #1583cc;
}

.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem;
}

.switch-input {
  opacity: 0;
  position: absolute;
}

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  background: #fefefe;
  content: '';
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 0;
}

input:checked ~ .switch-paddle {
  background: #2199e8;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

table thead,
table tbody,
table tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

table caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

table thead,
table tfoot {
  background: #f8f8f8;
  color: #0a0a0a;
}

table thead tr,
table tfoot tr {
  background: transparent;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

table tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

table tbody th,
table tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover tr:hover {
  background-color: #f9f9f9;
}

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
}

.tabs::before, .tabs::after {
  content: ' ';
  display: table;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #2199e8;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1893e4;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 0.75rem;
}

.tabs-title > a:hover {
  background: #fefefe;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
}

.tabs-content {
  background: #fefefe;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  border: solid 4px #fefefe;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}

.thumbnail:hover, .thumbnail:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
          box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
}

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem;
}

.title-bar::before, .title-bar::after {
  content: ' ';
  display: table;
}

.title-bar::after {
  clear: both;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
          box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
          box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help;
}

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: -webkit-calc(100% + 0.6495rem);
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0;
}

.tooltip::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #0a0a0a;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip.top::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #0a0a0a transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}

.tooltip.left::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #0a0a0a;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip.right::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #0a0a0a transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-bar {
  padding: 0.5rem;
}

.top-bar::before, .top-bar::after {
  content: ' ';
  display: table;
}

.top-bar::after {
  clear: both;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  float: left;
  margin-right: 1rem;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before, .contact-tile__header::before, .clearfix::after, .contact-tile__header::after {
  content: ' ';
  display: table;
}

.clearfix::after, .contact-tile__header::after {
  clear: both;
}

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

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

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/*!
 *  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 PATH
 * -------------------------- */
@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;
  font-dispay: swap;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.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: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

.fa-spin {
  -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);
  transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          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: #ffffff;
}

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

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  -webkit-filter: inherit;
          filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* general toolbar styles */
.leaflet-bar {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

.site-footer__nav ul {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

.site-footer__nav ul:before, .site-footer__nav ul:after {
  content: '';
  display: table;
}

.site-footer__nav ul:after {
  clear: both;
}

.visuallyhidden, .vh {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* FONTS */
@font-face {
  font-family: 'gotham-bold';
  src: url("../fonts/gotham-bold-webfont.woff2") format("woff2"), url("../fonts/gotham-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'gotham-black';
  src: url("../fonts/Gotham-Black.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'gotham-medium';
  src: url("../fonts/Gotham-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'roboto-light';
  src: url("../fonts/roboto-light-webfont.eot");
  src: url("../fonts/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-light-webfont.woff2") format("woff2"), url("../fonts/roboto-light-webfont.woff") format("woff"), url("../fonts/roboto-light-webfont.ttf") format("truetype"), url("../fonts/roboto-light-webfont.svg#robotolight") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'karla-regular';
  src: url("../fonts/karla-regular-webfont.woff2") format("woff2"), url("../fonts/karla-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'nexa-bold';
  src: url("../fonts/nexa_bold-webfont.eot");
  src: url("../fonts/nexa_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/nexa_bold-webfont.woff2") format("woff2"), url("../fonts/nexa_bold-webfont.woff") format("woff"), url("../fonts/nexa_bold-webfont.ttf") format("truetype"), url("../fonts/nexa_bold-webfont.svg#nexa_boldregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'tiza-negra';
  src: url("../fonts/tiza_negra-webfont.woff2") format("woff2"), url("../fonts/tiza_negra-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'gotham-light';
  src: url("../fonts/gotham-light-webfont.woff2") format("woff2"), url("../fonts/gotham-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'avenir-black';
  src: url("../fonts/avenir-black-webfont.woff2") format("woff2"), url("../fonts/avenir-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'karla-bold';
  src: url("../fonts/karla-bold-webfont.woff2") format("woff2"), url("../fonts/karla-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Generated by Fontie <http://fontie.pixelsvsbytes.com> */
/* montserrat-200 - latin */
/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/montserrat-v12-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Light"), local("Montserrat-Light"), url("../fonts/montserrat-v12-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v12-latin-300.woff2") format("woff2"), url("../fonts/montserrat-v12-latin-300.woff") format("woff"), url("../fonts/montserrat-v12-latin-300.ttf") format("truetype"), url("../fonts/montserrat-v12-latin-300.svg#Montserrat") format("svg");
  /* Legacy iOS */
  font-display: swap;
}

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat-v12-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/montserrat-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v12-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v12-latin-regular.woff") format("woff"), url("../fonts/montserrat-v12-latin-regular.ttf") format("truetype"), url("../fonts/montserrat-v12-latin-regular.svg#Montserrat") format("svg");
  /* Legacy iOS */
  font-display: swap;
}

/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v12-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/montserrat-v12-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v12-latin-500.woff2") format("woff2"), url("../fonts/montserrat-v12-latin-500.woff") format("woff"), url("../fonts/montserrat-v12-latin-500.ttf") format("truetype"), url("../fonts/montserrat-v12-latin-500.svg#Montserrat") format("svg");
  /* Legacy iOS */
  font-display: swap;
}

/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v12-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/montserrat-v12-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v12-latin-600.woff2") format("woff2"), url("../fonts/montserrat-v12-latin-600.woff") format("woff"), url("../fonts/montserrat-v12-latin-600.ttf") format("truetype"), url("../fonts/montserrat-v12-latin-600.svg#Montserrat") format("svg");
  /* Legacy iOS */
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v12-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/montserrat-v12-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v12-latin-700.woff2") format("woff2"), url("../fonts/montserrat-v12-latin-700.woff") format("woff"), url("../fonts/montserrat-v12-latin-700.ttf") format("truetype"), url("../fonts/montserrat-v12-latin-700.svg#Montserrat") format("svg");
  /* Legacy iOS */
  font-display: swap;
}

/* montserrat-800 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v12-latin-800.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("../fonts/montserrat-v12-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v12-latin-800.woff2") format("woff2"), url("../fonts/montserrat-v12-latin-800.woff") format("woff"), url("../fonts/montserrat-v12-latin-800.ttf") format("truetype"), url("../fonts/montserrat-v12-latin-800.svg#Montserrat") format("svg");
  /* Legacy iOS */
  font-display: swap;
}

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-back-arrow:before {
  content: "\e90f";
}

.icon-url:before {
  content: "\e910";
}

.icon-alert-1:before {
  content: "\e900";
}

.icon-alert-2:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-arrow-right:before {
  content: "\e903";
}

.icon-calendar:before {
  content: "\e904";
}

.icon-email-address:before {
  content: "\e905";
}

.icon-fax:before {
  content: "\e906";
}

.icon-hours:before {
  content: "\e907";
}

.icon-location:before {
  content: "\e908";
}

.icon-phone:before {
  content: "\e909";
}

.icon-search-press:before {
  content: "\e90a";
}

.icon-travel-icon-01:before {
  content: "\e90b";
}

.icon-travel-icon-02:before {
  content: "\e90c";
}

.icon-travel-icon-03:before {
  content: "\e90d";
}

.icon-travel-icon-04:before {
  content: "\e90e";
}

.icon-sg-crest:before {
  content: "\e948";
}

/* GLOBAL */
body {
  font-family: "Montserrat", sans-serif;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

iframe {
  max-width: 100%;
}

.row {
  max-width: 1275px;
  margin: 0 auto;
}

/* SCROLLBAR */
#scrollbar1 .scrollbar,
#scrollbar1 .track {
  background: none;
}

#scrollbar1 .viewport {
  height: 393px;
}

/* SITE MENU BUTTON */
.search-button {
  position: fixed;
  z-index: 501;
  margin: 0;
  right: 20px;
  text-align: right;
}

.site-menu-button {
  position: fixed;
  z-index: 350;
  margin: 0;
  left: 10px;
  display: none;
  text-align: left;
}

.search-button a,
.site-menu-button a {
  /*display: block;
    background: $darkblue; */
  color: #fff;
  padding: 15px;
  text-transform: uppercase;
  font-size: 16px;
}

.off-canvas-wrapper {
  background: #15477c;
}

.off-canvas {
  z-index: 400;
}

.off-canvas-menu > li > .submenu__link a {
  background: #15477c;
  border-bottom: 1px solid #ddd;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 15px !important;
  text-transform: uppercase;
}

/*.main-header .font-size i,
  .main-header .site-menu i {
    margin-top: 4px;
  }*/
/*.off-canvas-menu a:hover {
      background: #1585cf;
  }*/
.desktop-logo {
  display: block;
}

.mobile-logo {
  display: none;
}

.body-content {
  position: relative;
}

/* Custom CSS */
.content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}

.main-header {
  padding: 15px 0 0;
}

.small-menu {
  list-style: none;
  margin: 0 0 5px;
}

.small-menu li {
  display: inline-block;
  vertical-align: top;
}

.small-menu li:last-child {
  border-right: none;
}

.small-menu li a {
  color: #747474;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  border-right: 1px solid #747474;
  padding: 0 5px;
}

.small-menu li a:hover {
  text-decoration: underline;
}

.small-menu li:last-of-type a {
  border-right: 0;
  padding-right: 0;
}

.font-size {
  color: #747474;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  float: left;
  margin-right: 10px;
}

.font-size span {
  display: inline-block;
  margin-right: 10px;
}

.font-size a {
  border: 1px solid #747474;
  border-radius: 50%;
  color: #747474;
  display: inline-block;
  font-size: 16px;
  height: 25px;
  text-align: center;
  vertical-align: top;
  width: 25px;
  line-height: 1;
  padding: 4px;
}

.font-size a:hover {
  border: 1px solid #17477b;
  color: #17477b;
}

.header-side {
  text-align: right;
}

.search-form {
  float: right;
  position: relative;
}

.search-form form {
  float: left;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.search-form input {
  float: left;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  height: 30px;
  padding: 5px 10px;
  width: 240px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.search-form input.expanded {
  width: 400px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.search-form .invalid-error-msg {
  position: absolute;
  bottom: 0;
  font-size: 0.625rem;
}

.search-form button {
  background: #15477c;
  color: #fff;
  float: right;
  font-size: 14px;
  padding: 5px 10px;
  height: 30px;
}

.profile-summary {
  margin-bottom: 30px;
}

.profile-page .social-media {
  margin-left: 0;
}

.profile-page .social-media > li {
  padding: 0 2px;
}

.profile-page .social-media > li > a {
  border: 2px solid #333;
  color: #333;
}

.profile-page .social-media > li > a:hover {
  border: 2px solid #34669e;
  color: #34669e;
}

.profile-page .social-media > li:hover {
  background: none;
}

.google-map {
  height: 500px;
  width: 100%;
  background: #ddd;
}

.infowindow h3,
.infowindow .infowindow-title {
  font-size: 1.5em;
  font-weight: bold;
  margin: 5px 0;
  display: block;
}

.infowindow h3 i,
.infowindow .infowindow-title i {
  font-size: 0.8em;
  margin-left: 5px;
}

.infowindow .infowindow-text {
  margin-bottom: 0;
}

a.find-out-more {
  background: #15477c;
  color: #fff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 7px 10px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

a.find-out-more:hover {
  background: #34669e;
  color: #fff;
  text-decoration: none;
}

/* Footer */
/* Home Page */
.banner-frame {
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  float: right;
  max-width: 400px;
  /* min-height: 350px; */
  padding: 40px 30px 50px;
  position: relative;
  text-align: left;
}

.banner-frame-mobile {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 100%;
}

.banner-frame h1 {
  font-size: 18px;
  line-height: 1.1em;
  text-align: center;
  padding-bottom: 50px;
}

.banner-frame-mobile h1 {
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
  padding-bottom: 20px;
}

.banner-frame a {
  background: #15477c;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 15px 50px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-frame-mobile a {
  background: #15477c;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  padding: 10px 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-frame a:hover,
.banner-frame-mobile a:hover {
  background: #2c659f;
}

.slick-dots {
  bottom: 90px;
}

.overseas2 .slick-dots {
  bottom: 30px;
}

.slick-left {
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 100;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  /* background-color: rgba(255,255,255,0.5); */
  border: 2px solid #fff;
  display: inline-block;
  margin: 0 5px;
}

.slick-dots li.slick-active {
  background-color: #fff;
}

.slick-dots li button:before {
  opacity: 0 !important;
}

.slick-right {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 100;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home3 {
  padding: 50px 0 50px;
}

.newspanel {
  border: 1px solid #ebeaea;
  margin-bottom: 30px;
}

.newspanel .darken {
  display: block;
  background: #000;
  position: relative;
}

.newspanel .darken:after {
  content: "";
  display: block;
  padding-top: 57.6%;
}

.newspanel .darken img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.newspanel a.darken:hover img {
  opacity: 0.6;
}

.newsdetails {
  background: #fafafa;
  padding: 17px;
}

.newsdetails h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.newsdetails h4 a {
  color: #34669e;
}

.newsdetails h4 a:hover {
  text-decoration: underline;
  color: #34669e;
}

.newsdetails p {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.view-more {
  margin-top: 20px;
}

.view-more a {
  background: #15477c;
  color: #fff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 30px;
  padding: 20px 60px;
  text-decoration: none;
  text-transform: uppercase;
}

.view-more a:hover {
  background: #2c659f;
}

.home4 {
  background: #f3f3f3;
  padding: 50px 0 100px;
}

.home3 .newsdetails {
  background: #fafafa;
}

.home4 .newsdetails {
  background: #fff;
}

.innerpage2 {
  padding: 50px 0;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.innerpage2 p {
  color: #333;
}

.innerpage2 figure {
  margin: 0 0 30px;
  position: relative;
}

.innerpage2 figure img {
  width: 100%;
}

.innerpage2 figcaption {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  position: absolute;
  bottom: 15px;
  left: 25px;
}

.innerpage2 ul {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.innerpage2 ul li {
  margin-bottom: 15px;
}

.innerpage2 a {
  color: #34669e;
}

.innerpage2 a:hover {
  text-decoration: underline;
}

.right-tile {
  background: #fafafa;
  border: 1px solid #ebeaea;
  padding: 25px;
}

.right-tile h3 {
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}

.right-tile p {
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}

.right-tile p a {
  color: #2199e8;
}

.right-tile p i {
  display: inline-block;
  width: 25px;
}

.right-tile p a:hover {
  text-decoration: underline;
}

.right-tile ul li {
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.right-tile ul li a {
  color: #34669e;
}

.right-tile ul li a:hover {
  text-decoration: underline;
}

/* About */
.about1 {
  padding: 20px 0;
}

.about-tile,
.result-tile {
  background: #f5f5f5;
  border: 1px solid #ecebeb;
  margin: 0 0 20px;
}

.about-tile a,
.result-tile a {
  display: block;
  padding: 25px 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.about-tile a h4,
.result-tile a h4 {
  color: #17477b;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.about-tile a p,
.result-tile a p {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.blue-color {
  color: #17477b !important;
}

.blue-color span {
  color: #17477b !important;
}

.blue-color:hover {
  text-decoration: underline;
  cursor: pointer !important;
}

.about-tile a:hover .highlight,
.result-tile a:hover .highlight {
  text-decoration: underline;
}

.tags span {
  color: #17477b !important;
}

.tags span:hover {
  text-decoration: underline;
  cursor: pointer;
}

.about-tile a:hover {
  background: #87b2e3;
}

.about-tile a:hover h4 {
  color: #fff;
}

.result-tile a:hover h4,
.about-tile a:hover p {
  color: #fff;
}

.search-mfa .fa-plus,
.search-mfa .fa-minus {
  display: none;
}

.search-filter2 .fa-plus,
.search-filter2 .fa-minus {
  display: none;
}

.search-filter2 .embassy-dropdown {
  padding: 5px 10px;
  margin-bottom: 10px;
}

.search-mfa .embassy-dropdown {
  padding: 5px 10px;
  margin-bottom: 10px;
}

.search-mfa .embassies2 {
  padding: 0px 0px 20px;
}

.search-mfa .embassies2 input[type="text"] {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  height: 50px;
  vertical-align: top;
  width: 93%;
}

.search-mfa .embassies2 button {
  background: #15477c;
  border: 0;
  position: absolute;
  color: #fff;
  display: inline-block;
  height: 50px;
  vertical-align: top;
  width: 50px;
}

.search-mfa .result-tile a:hover {
  background: none;
}

.search-mfa .result-tile a:hover p {
  color: #747474;
  cursor: default;
}

/*.search-mfa .about-tile a:hover h4,*/
.howto1 {
  padding: 30px 0 100px;
}

.mobile-step {
  color: #17477b;
  font-size: 24px;
  display: none;
  font-family: "Montserrat";
  font-weight: bold;
  text-transform: uppercase;
}

.howto1 .left {
  overflow: hidden;
}

.howto1 .left-margin h2 {
  color: #222;
  font-size: 24px;
  font-family: "Montserrat";
  font-weight: bold;
  text-transform: uppercase;
}

.howto1 p {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.howto1 ul li {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
}

.howto1 .left {
  margin-bottom: 60px;
  position: relative;
}

.howto1 .left-margin {
  margin-left: 150px;
}

.howto1 h2:before {
  content: "";
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top left;
  display: block;
  width: 129px;
  z-index: 99;
  height: 100%;
}

.howto1 .step1:before {
  background-image: url("../img/step1.png");
}

.howto1 .step2:before {
  background-image: url("../img/step2.png");
}

.howto1 .step3:before {
  background-image: url("../img/step3.png");
}

.required-fields {
  color: #ed1e26;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  vertical-align: top;
  width: 50%;
}

.red-warning {
  border: 1px solid red;
}

.eregister1 {
  padding: 50px 0;
}

.eregister1 a {
  color: #2199e8;
  text-decoration: none;
}

.eregister1 a.sign-in {
  text-decoration: underline;
}

.eregister1 a:hover {
  color: #2199e8;
}

.eregister1 .right-tile p a:hover {
  text-decoration: underline;
}

.eregister1 .frame {
  background: #fafafa;
  border: 1px solid #ebeaea;
  margin-bottom: 30px;
  padding: 25px 30px;
}

.eregister textarea {
  height: 100px;
  resize: none;
  margin-bottom: 5px;
}

.eregister h4 {
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.eregister label {
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.eregister input {
  margin-bottom: 5px;
}

.eregister1 input[type="submit"] {
  background: #15477c;
  border: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 30px;
  padding: 15px 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.eregister1 input[type="submit"]:hover {
  background: #34669e;
}

.innerpage2 .timeline {
  padding-top: 0;
}

.timeline {
  padding: 50px 0;
  overflow: hidden;
}

.accordion {
  margin-bottom: 0px;
}

.timeline .accordion-revamp {
  margin-left: 35px;
  position: relative;
}

.cdetail1 .accordion {
  position: relative;
}

.timeline .accordion-revamp::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  background-color: #717171;
  left: -19px;
}

.timeline .accordion-revamp h3:before {
  content: "";
  position: absolute;
  left: -31px;
  left: -38px;
  width: 12px;
  height: 12px;
  z-index: 1;
  border-radius: 50%;
  background: #34669e;
  -webkit-box-shadow: 0 0 0 4px white, 0 0 0 6px #7d7d7d;
          box-shadow: 0 0 0 4px white, 0 0 0 6px #7d7d7d;
}

.timeline h4 {
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
}

.timeline p {
  color: #747474;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

/*.timeline .original h3 {
    background: none;
    border: none;
    color: #333333;
    cursor: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: bold;
    padding: 0;
  }*/
.profile-page {
  padding: 30px 0;
}

.nc-page {
  padding: 50px 0;
}

.nc-page h3 {
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
}

.nc-page ul {
  margin-bottom: 30px;
}

.nc-page ul li {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
}

.nc-sect {
  margin-bottom: 50px;
}

.embassies2 {
  padding: 30px 0;
}

.embassies2 .tab-header {
  width: 100%;
  z-index: 100;
}

.embassies2 .ui-tabs-nav {
  margin-bottom: 0;
  margin-left: 0;
}

.embassies2 .ui-tabs-nav li {
  background: #c0c0c0;
  display: inline-block;
}

.embassies2 .embassies-tab {
  background: #c0c0c0;
  display: inline-block;
}

.embassies2 .ui-tabs-nav li a,
.embassies2 .embassies-tab {
  color: #333333;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  outline: none;
  padding: 15px 40px;
  text-transform: uppercase;
}

.embassies2 .ui-tabs-nav .ui-tabs-active,
.embassies2 .embassies-tab.active {
  background: #17477b;
}

.embassies2 .ui-tabs-nav .ui-tabs-active a,
.embassies2 .embassies-tab.active {
  color: #fff;
  /*border: 1px solid #ebeaea;*/
  border-bottom: 0;
}

.embassies2 .tab-content {
  background: #fafafa;
  border: 1px solid #ebeaea;
  border-top: 0;
  padding: 40px 15px;
}

.embassies-container {
  background: #fafafa;
  border: 1px solid #ebeaea;
  border-top: 0;
  padding: 40px 15px;
}

.embassies2 input[type="search"] {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  height: 50px;
  vertical-align: top;
  width: 80%;
}

.embassies2 .search-input,
.embassies2 input[type="search"].search-input {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  display: inline-block;
}

.embassies2 .has-error .search-input {
  margin-bottom: 0;
}

.embassies2 .has-error .invalid-error-msg {
  margin-bottom: 20px;
}

.embassies2 .tt-input,
.embassies2 input[type="search"].tt-input {
  width: 100%;
}

.embassies2 .columns > .awesomplete {
  width: 80%;
}

.embassies2 input[type="search"] {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  height: 50px;
  vertical-align: top;
  width: 100%;
}

.embassies2 button {
  background: #15477c;
  border: 0;
  color: #fff;
  display: inline-block;
  height: 50px;
  vertical-align: top;
  width: 50px;
}

.list-map {
  background: #fff;
  border: 1px solid #ebeaea;
  color: #747474;
  display: inline-block;
  padding: 15px 20px;
}

.list-map.active {
  background: #17477b;
  color: #fff;
}

.map-view-content {
  display: none;
}

.jump-to {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 20px;
}

.jump-to a {
  color: #333;
  display: inline-block;
  padding: 0 10px;
  border: 1px solid transparent;
}

@media only screen and (max-width: 560px) {
  .jump-to a {
    padding: 20px;
  }
}

.jump-to a:hover, .jump-to a.active {
  color: #34669e;
  border-color: #34669e;
}

.jump-to span {
  padding: 0 10px;
}

.jump-to span.inactive {
  color: #cccaca;
}

.embassy-dropdown {
  background: #ebebeb;
  border-left: 5px solid #08386c;
  color: #333;
  display: block;
  padding: 15px 10px;
  margin-top: 15px;
}

.edetail {
  border-bottom: dashed 1px #747474;
  padding: 15px 0;
}

.edetail:last-child {
  border-bottom: 0;
}

.edetail h4 {
  color: #17477b;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

.edetail h6,
.edetail p,
.edetail ul li {
  color: #747474;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.edetail h6 {
  font-family: "Montserrat";
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 15px;
  text-decoration: underline;
}

.edetail a {
  color: #17477b;
}

.edetail a:hover {
  text-decoration: underline;
}

.edetail p + h5,
.edetail ul + h5,
.edetail ol + h5 {
  margin-top: 0;
}

.edetail h5 {
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-top: 16px;
}

.edetail h5:first-child {
  margin-top: 0;
}

.profile-page h1 {
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 1em;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}

.profile-page h2 {
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.profile-page p {
  color: #747474;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.profile-page .profile-summary p {
  border-top: 1px dotted #747474;
  border-bottom: 1px dotted #747474;
  color: #747474;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin: 15px 0;
  padding: 10px 15px;
}

.help1 {
  padding: 50px 0;
}

.help1 .frame {
  border: 1px solid #ebeaea;
  margin-bottom: 30px;
  min-height: 270px;
  padding: 30px 20px;
}

.help1 h4 {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.help1 p {
  color: #747474;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.help1 a {
  color: #17477b;
  text-decoration: underline;
}

.help1 a:hover {
  color: #2199e8;
}

.help1 form > .awesomplete {
  width: 80%;
}

.help1 input[type="search"] {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  height: 50px;
  vertical-align: top;
  width: 100%;
}

.help1 button {
  background: #15477c;
  border: 0;
  color: #fff;
  display: inline-block;
  height: 50px;
  vertical-align: top;
  width: 50px;
}

.help1 .telephone a {
  color: #34669e;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
}

.help2 {
  background: #f5f5f5;
  padding: 50px 0;
}

.help2 .large-up-5 .column {
  padding: 10px;
}

.help2 .inner-column {
  background: #fff;
  border: 1px solid #ebeaea;
  color: #34669e;
  display: block;
  min-height: 220px;
  padding: 35px 20px;
  text-align: center;
}

.help2 .inner-column:hover, .help2 .inner-column.active {
  background: #87b2e3;
  color: #fff;
}

.help2 .inner-column img {
  margin-bottom: 25px;
  min-height: 70px;
}

.help2 .inner-column h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.help3 {
  padding: 50px 0;
}

.help3 form > .awesomplete {
  width: 80%;
}

.help3 input[type="search"] {
  display: inline-block;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  height: 50px;
  vertical-align: top;
  width: 100%;
}

.help3 button {
  background: #15477c;
  border: 0;
  color: #fff;
  display: inline-block;
  height: 50px;
  vertical-align: top;
  width: 50px;
}

.help4 {
  background: #f5f5f5;
}

.panel-details h5 {
  color: #37618d;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.panel-details ul {
  margin-left: 0;
}

.panel-details p,
.panel-details ul li {
  color: #747474;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  list-style: none;
}

/*.org-chart .panelblock:after {
    background-image: url('../img/grey-bar.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    content: '';
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 1px;
    z-index: 99;
    height: 100px;
  }*/
/* Press Release */
.formsec {
  display: inline-block;
  margin-right: 10px;
  width: 230px;
  vertical-align: top;
}

.formsec select {
  width: 100%;
}

.press-release .desktop-view {
  display: block;
}

.press-release .mobile-view {
  display: none;
}

.press-release img.disappear-on-mobile,
.press-release h1 {
  display: inline-block;
  vertical-align: middle;
}

.subscribe p {
  color: #747474;
  font-size: 16px;
  margin-bottom: 20px;
}

/*.filter-bar select {*/
.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  margin: 5px 5px 0 10px;
}

.ui-datepicker-title {
  padding: 5px 10px;
}

.con-details {
  position: absolute;
  left: 0px;
  background-color: #fff;
  border: 3px solid #808080;
  display: none;
  padding: 25px 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 999;
}

.skeywords input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #333;
  color: #333;
  /* float: left; */
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 0;
  padding: 15px;
  width: 94%;
}

.skeywords button {
  background: none;
  border: none;
  color: #17477b;
  font-size: 32px;
  display: inline-block;
  height: 35px;
  font-size: 25px;
  /* float: left; */
  cursor: pointer;
  padding: 0 10px;
  width: 5%;
}

.skeywords button:hover {
  background: none;
}

.fcategory {
  column-count: 3;
  -webkit-column-count: 3;
}

.skeywords > .awesomplete {
  display: inline-block;
  width: 94%;
}

.fcategory .combos {
  padding: 15px;
  padding-bottom: 0;
}

.fcategory .combos input {
  background-color: transparent;
  border: 1px solid #000;
  display: inline-block;
  height: 40px;
  margin-right: 5px;
  padding: 25px;
  vertical-align: middle;
  width: 40px;
}

.fcategory .combos p {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  width: 75%;
}

.strip {
  background: #fafafa;
  border: #ecebeb 1px solid;
  margin-bottom: 30px;
}

.strip img,
.strip .sec2,
.strip .sec3 {
  float: left;
}

.strip .sec2 h3 {
  margin-bottom: 10px;
}

.strip .sec2 h3 a {
  color: #17477b;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}

.strip .sec2 h3 a:hover {
  color: #1585cf;
  text-decoration: underline;
}

.strip .sec2-details p {
  color: #747474;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 0;
}

.strip .sec2-details p a {
  color: #17477b;
}

.strip .sec2-details p a:hover {
  color: #1585cf;
  text-decoration: underline;
}

.strip .sec2 .soc-media {
  margin: 20px 0 0 0;
}

.strip .sec2 .soc-media li {
  display: inline-block;
  font-size: 16px;
  list-style: none;
  padding: 0 2px;
  vertical-align: top;
}

.strip .sec2 .soc-media li a {
  color: #747474;
}

.strip .sec2 .soc-media li a:hover {
  color: #34669e;
}

.strip img {
  max-height: 200px;
  width: 18%;
}

.strip .sec2 {
  padding: 20px;
  width: 30%;
}

.strip .sec3 {
  border-left: #ecebeb 1px dashed;
  color: #747474;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  height: 100%;
  min-height: 170px;
  padding: 20px;
  width: 52%;
}

.strip .sec4 {
  color: #747474;
  float: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 20px;
  width: 82%;
}

.strip .sec4 h3 {
  line-height: 0.4em;
  margin-bottom: 10px;
}

.strip .sec4 h3 a {
  color: #17477b;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}

.strip .sec3 h3 a:hover {
  color: #1585cf;
  text-decoration: underline;
}

.strip .sec4 p {
  margin-bottom: 10px;
}

.strip .sec4 a:hover {
  color: #1585cf;
  text-decoration: underline;
}

.strip .sec4-date {
  color: #747474;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 0;
}

.strip .sec4-category {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.strip .sec4-category a {
  color: #17477b;
}

.strip .sec4 .soc-media {
  margin: 5px 0 0 0;
}

.strip .sec4 .soc-media li {
  display: inline-block;
  font-size: 16px;
  list-style: none;
  padding: 0 2px;
  vertical-align: top;
}

.strip .sec4 .soc-media li a {
  color: #747474;
}

.strip .sec4 .soc-media li a:hover {
  color: #34669e;
}

/* Strip 2 */
.strip2 {
  background: #fafafa;
  border: #ecebeb 1px solid;
  margin-bottom: 30px;
}

.strip2 img,
.strip2 .sec2 {
  float: left;
}

.strip2 img {
  max-height: 240px;
  width: 22%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.strip2 .sec2 {
  max-height: 240px;
  padding: 20px;
  width: 78%;
}

.strip2 .sec2-expanded {
  width: 100%;
}

.strip2 .sec2 h3 {
  margin-bottom: 10px;
}

.strip2 .sec2 h3 a {
  color: #17477b;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
}

.strip2 .sec2 h3 a:hover {
  color: #1585cf;
  text-decoration: underline;
}

.strip2 .sec2 h3 a:visited {
  color: #551a8b;
}

.strip2 .sec2-details .date,
.strip2 .sec2-details .cat {
  color: #747474;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0;
}

.strip2 .sec2-details p {
  color: #747474;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}

.strip2 .sec2-details a {
  color: #17477b;
}

.strip2 .sec2-details a:hover {
  color: #1585cf;
  text-decoration: underline;
}

.strip2 .sec2 .soc-media {
  /*margin: 20px 0 0 0;*/
  margin: 5px 0 0 0;
}

.strip2 .sec2 .soc-media li {
  display: inline-block;
  font-size: 16px;
  list-style: none;
  padding: 0 2px;
  vertical-align: top;
}

.strip2 .sec2 .soc-media li a {
  color: #747474;
}

.strip2 .sec2 .soc-media li a i {
  margin-left: 10px;
  font-size: 18px;
}

.strip2 .sec2 .soc-media li a:hover {
  color: #34669e;
}

/* Overseas Mission */
.overseas1 {
  background: #123861;
  border-bottom: 5px solid #87b2e3;
  padding: 60px 0 0;
}

.overseas1 h1 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  margin-bottom: 20px;
}

.overseas1 ul {
  list-style: none;
  margin: 0 0 15px;
}

.overseas1 ul li {
  display: inline-block;
  line-height: 2.5em;
  padding-right: 25px;
  position: relative;
  vertical-align: top;
}

.overseas1 ul li.active a {
  border-bottom: 4px solid #87b2e3;
}

.overseas1 ul li a {
  color: #fff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.overseas1 ul li.active .triangle {
  display: block;
}

.overseas1 ul li a:hover {
  color: #ccc;
}

/*.overseas1 .triangle {
    display: none;
    color: #87b2e3;
    font-size: 20px;
    position: absolute;
    left: 40%;
    top: 20px;
  }*/
.overseas2 .overseas-slide {
  padding: 330px 0 60px;
}

.overseas2 h1,
.overseas2 h2 {
  color: #fff;
}

.overseas2.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.overseas3 {
  padding: 30px 0;
}

.services {
  margin-bottom: 30px;
}

.services .ui-tabs-nav {
  margin-bottom: 0;
  margin-left: 0;
}

.services .ui-tabs-nav li {
  background: #c0c0c0;
  display: inline-block;
  margin-right: 20px;
}

.services .ui-tabs-nav li a {
  color: #fff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  outline: none;
  padding: 20px 30px;
  text-transform: uppercase;
}

.services .ui-tabs-nav .ui-tabs-active {
  background: #fafafa;
}

.services .ui-tabs-nav .ui-tabs-active a {
  color: #333;
}

.services .tab-content {
  background: #fafafa;
  /*border: 1px solid #ebeaea;*/
  border-top: none;
  padding: 30px 15px;
}

.services figure {
  margin: 0 0 15px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

.services figure a {
  background: #fff;
  border: 1px solid #ecebeb;
  display: block;
  min-height: 180px;
  padding: 30px 20px 10px;
  width: 100%;
}

.services figure img {
  margin-bottom: 10px;
}

.services figure a:hover {
  background: #87b2e3;
  color: #fff;
}

.services figure h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.services figure:hover h5 {
  color: #fff;
}

.mobile-show {
  display: none;
}

/* Country Relations */
.space,
.howto1 .space,
.timeline .space,
.cdetail1 .space {
  margin-bottom: 50px;
  overflow: hidden;
}

.overseas-tile {
  background: #fafafa;
  border: 1px solid #ebeaea;
  margin-bottom: 30px;
  padding: 25px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.overseas-tile h3 {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: normal;
}

.overseas-tile h4 {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
}

.overseas-tile p {
  color: #747474;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}

.overseas-tile ul li {
  color: #747474;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.overseas-tile p a {
  color: #17477b;
}

.overseas-tile p i {
  display: inline-block;
  width: 25px;
}

.overseas-tile p a:hover {
  text-decoration: underline;
}

.overseas-tile ul {
  list-style: none;
  margin-left: 0;
}

.overseas-tile ul li {
  color: #747474;
}

.overseas-tile ul li a {
  color: #34669e;
  text-align: center;
}

.overseas-tile ul li a:hover {
  text-decoration: underline;
}

.overseas-tile ul.soc-media li {
  display: inline-block;
  padding-right: 10px;
  text-align: center;
  vertical-align: top;
}

.overseas-tile ul.soc-media li a {
  border-radius: 50%;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #34669e;
}

.overseas-tile ul.soc-media li a:hover {
  color: #1585cf;
  border-color: #1585cf;
}

.ui-datepicker-header {
  background: #fff;
}

.cdetail1 {
  padding: 30px 0;
}

.cdetail1 .accordion h3 {
  background: #ebebeb;
  border-left: 5px solid #08386c;
  color: #333333;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 15px 10px;
}

.cdetail1 h5 {
  color: green;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.cdetail1 p {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.acc-content,
.acc-content2 {
  /*height: auto !important;*/
  padding: 5px;
  padding-bottom: 10px;
}

.accordion {
  margin-bottom: 30px;
}

.accordion h3 {
  background: #ebebeb;
  border-left: 5px solid #08386c;
  color: #333333;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 15px 10px;
}

.overseas-tile ul li {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.country-form {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  max-width: 600px;
}

.country-form input {
  float: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 5px 10px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.country-form input[type="search"] {
  float: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 5px 10px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.country-form .awesomplete,
.country-form .search-input,
.country-form .twitter-typeahead {
  display: inline-block;
  width: 85%;
  vertical-align: top;
}

.help1 .country-form .awesomplete,
.help1 .country-form .search-input,
.help1 .country-form .twitter-typeahead {
  display: inline-block;
  width: 85%;
  vertical-align: top;
}

.country-form .twitter-typeahead .search-input,
.help1 .country-form .twitter-typeahead .search-input {
  width: 100%;
}

.country-form .twitter-typeahead + button,
.help1 .country-form .twitter-typeahead + button {
  margin-left: -5px;
}

.country-form button {
  background: #15477c;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 5px 10px;
  height: 40px;
  width: 40px;
  margin: 0 0 1rem;
  vertical-align: top;
}

.overseas-tile a.eregister {
  background: #15477c;
  color: #fff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}

.overseas-tile a.eregister:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
  color: white;
}

.overseas-tile a.eregister:visited {
  background: #34669e;
  color: #fff;
}

.search-filter {
  margin-bottom: 30px;
}

.search-mfa .search-filter input[type="checkbox"] {
  margin-left: 0;
  width: 40px;
  height: 40px;
}

.search-mfa .search-filter select {
  margin-left: 0;
  width: 100% !important;
  width: 40px;
  height: 40px;
}

.search-mfa .search-filter p {
  font-size: 16px;
  color: #747474;
  line-height: 2em;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}

.search-corp-checkbox input {
  margin-right: 5px;
}

.search-corp-checkbox p {
  display: inline-block;
  width: 80%;
}

.search-mfa .result-tile {
  margin: 0 0 20px;
}

.font-12 p {
  font-size: 12px !important;
  margin-bottom: 10px !important;
}

.pad-l-0 {
  padding-left: 0px;
}

.mar-t-10 {
  margin-top: 10px;
}

.mar-t-20 {
  margin-top: 20px;
}

.mar-b-20 {
  margin-bottom: 20px;
}

.mar-b-40 {
  margin-bottom: 40px;
}

/*pagination*/
.pagination {
  display: inline-block;
  margin-top: 20px;
}

.pagination a {
  color: #17477b;
  float: left;
  padding: 8px 16px;
  border: 0.5px solid #ecebeb;
  text-decoration: none;
}

.pagination a.active, .pagination a:hover {
  background: #34669e;
  color: #fff;
}

.innerpage-form {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.innerpage-form input[type="submit"] {
  background: #15477c;
  border: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 30px;
  padding: 15px 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.innerpage-form input[type="submit"]:hover {
  background: #34669e;
}

.innerpage-form textarea {
  height: 100px;
  resize: none;
}

.innerpage-form h4 {
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.innerpage-form label {
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.innerpage2 .frame {
  background: #fafafa;
  border: 1px solid #ebeaea;
  margin-bottom: 30px;
  padding: 25px 30px;
}

.register-for-this-event {
  margin-top: 50px;
}

.wayt h1 {
  line-height: 2em;
}

.error-form {
  margin-bottom: 50px;
}

.error-form a {
  /*color: #000;*/
  font-weight: bold;
  text-decoration: underline;
}

/* ------------------------------------------------------------------
      Autocomplete
  ------------------------------------------------------------------ */
.twitter-typeahead {
  display: inline-block;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}

.tt-menu {
  position: relative;
}

.tt-menu:before {
  content: "";
  position: absolute;
  top: -0.43em;
  left: 1em;
  width: 0;
  height: 0;
  padding: 0.4em;
  background: white;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tt-dataset {
  border: 1px solid #999;
  background: #fff;
  overflow: auto;
  color: #222;
  max-height: 300px;
  text-align: left;
}

.tt-suggestion {
  padding: 8px 10px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  position: relative;
  z-index: 2;
}

.tt-hint {
  color: #000;
}

.tt-suggestion:hover, .tt-suggestion:focus {
  background: #17477b;
  color: #fff;
}

.tt-cursor {
  background: #f8f8f8;
}

.tt-hint,
.tt-input,
.tt-menu {
  width: 100%;
}

.tt-input.is-error {
  color: red;
}

.tt-highlight {
  font-weight: normal;
  color: #51a1ea;
}

.tt-suggestion {
  padding-right: 34px;
}

.footer-nav {
  -webkit-column-count: 2;
          column-count: 2;
}

.error-field {
  color: red;
  display: inline-block;
  margin-bottom: 5px;
}

.gmap-div {
  position: relative;
  padding-right: 0;
}

.gmap-div .legend {
  position: absolute;
  right: 10px;
  bottom: 25px;
  background: #fff;
  padding: 10px;
}

.legend__title {
  font-weight: bold;
  font-size: 0.875em;
}

.legend__color {
  width: 12px;
  height: 12px;
  border: 1px solid #333;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.legend__color img {
  width: 50px;
  max-width: none;
  position: absolute;
  left: -17px;
  bottom: -18px;
}

.legend__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.75em;
}

.search-results-page {
  padding-bottom: 40px;
}

@media only screen and (min-width: 1920px) {
  .content {
    max-width: 1800px;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1920px) {
  .content {
    max-width: 1750px;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1566px) {
  .content {
    max-width: 1450px;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1366px) {
  .content {
    max-width: 1200px;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1140px) {
  .overseas1 .triangle {
    display: none !important;
  }
  /*	.site-menu-button {
        display: inline-block;
    }
    .site-menu-wrapper {
        display: none;
    }
    .main-header {
        background: $darkblue;
        padding: 5px 0;
        position: fixed;
        width: 100%;
        z-index: 300;
    }
    .skeywords input {
        width: 90%;
    }
    .desktop-logo {
      display: none;
    }
    .mobile-logo {
      display: inline-block;
        margin-left: 30px;
    }
    .header-side {
        display: none;
    }
    .mobile-search {
        color: #fff;
        display: inline-block;
        font-size: 28px;
        text-align: right;
        z-index: 400;
    }
    .site-menu-button,
    .search-button {
        padding-top: 20px;
    }
    .site-menu-button a,
    .search-button a {
        font-size: 28px;
    }*/
  .profile-page {
    padding: 120px 0 30px;
  }
  .overseas1 {
    padding: 120px 0 15px;
  }
  /*	.overseas1 ul {
        display: none;
    }*/
}

@media only screen and (max-width: 1024px) {
  .pad-l-0 {
    padding-left: inherit;
  }
  .wayt .pad-l-0 {
    padding-left: 0.9375rem;
  }
  .homeslide-img {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .home1.career {
    padding-top: 30px;
  }
  .overseas2 .overseas-slide {
    padding-top: 180px;
  }
  /* .homeslide h1,
    .homeslide h2,
    .homeslide a {
        display: block;
        margin: 0 auto;
        width: 80%;
    } */
  .formsec {
    margin-bottom: 10px;
  }
  /* .skeywords input {
        font-size: 24px;
        padding: 20px 15px;
    }
    .skeywords button {
        padding: 0 10px;
    } */
  .map-switch {
    float: none !important;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .list-view-content {
    float: none !important;
    margin-left: 0;
  }
  .events-and-updates .columns {
    padding: 0;
  }
  .newspanel {
    border: none;
  }
  .events-and-updates .columns:nth-of-type(2) .newspanel {
    padding-right: 0;
  }
  .newspanel .darken,
  .newspanel .newsdetails {
    border: 1px solid #ebeaea;
  }
  /* .banner-frame {
        max-width: 55%;
    }
    .banner-frame h1 {
        font-size: 20px;
    }
    .banner-frame a {
        font-size: 14px;
        padding: 15px 20px;
    } */
  .slick-dots,
  .slick-arrow {
    display: none !important;
  }
}

@media only screen and (max-width: 960px) {
  .eregister label {
    font-size: 14px;
  }
}

@media only screen and (max-width: 860px) {
  .strip2 img {
    max-height: none;
    width: 30%;
  }
  .strip2 .sec2 {
    max-height: none;
    width: 70%;
  }
  /*.services .ui-tabs-nav li,
    .services .ui-tabs-nav li,*/
  .embassies2 .ui-tabs-nav li {
    width: 100%;
  }
  .embassies2 .ui-tabs-nav li a {
    width: 100%;
  }
  .press-release img.disappear-on-mobile {
    width: 20%;
  }
  .press-release h1 {
    width: 80%;
    line-height: 1.3em;
  }
}

@media only screen and (max-width: 800px) {
  .formsec {
    min-width: auto;
    width: 100%;
  }
  .fcategory {
    column-count: 2;
    -webkit-column-count: 2;
  }
  .homeslide-img,
  .banner-frame {
    display: none;
  }
  /* .homeslide-img {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 500px;
    } */
  /* .homeslide .row,
    .homeslide .columns {
        padding-left: 0;
        padding-right: 0;
    } */
  .banner-frame-mobile {
    display: block;
    /* min-height: 170px; */
  }
  .slick-slide .homeslide-img-mobile {
    display: block;
  }
  /* .banner-frame {
        float: none;
        max-width: 100%;
        width: 100%;
        text-align: center;
        padding: 20px;
    } */
  /* .banner-frame a {
        position: static;
        transform: none;
    } */
  /* .banner-frame h1 {
        font-size: 14px;
        padding-bottom: 20px;
    } */
  .slick-dots {
    display: none !important;
  }
  /* .home2 {
        padding-top: 55px;
    } */
}

@media only screen and (max-width: 768px) {
  .pad-l-0 {
    padding-left: inherit;
  }
}

@media only screen and (max-width: 736px) {
  .services .ui-tabs-nav li a {
    font-size: 14px;
    padding: 15px 30px;
  }
  .footer-nav {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

/* @media only screen and (min-width: 640px) {
      .columns {
      height:auto !important;
    }
  } */
@media only screen and (max-width: 640px) {
  /* .homeslide {
        padding: 180px 0 100px;
    } */
  /* .homeslide h1,
    .homeslide h2 {
        width: 100%;
    } */
  h1,
  .overseas1 h1,
  .profile h1 {
    font-size: 24px;
  }
  h2,
  .profile h2 {
    font-size: 14px;
  }
  h3 {
    font-size: 24px;
  }
  .eregister1 .frame {
    background: none;
    border: none;
    padding: 0;
  }
  p,
  .shaded {
    font-size: 14px;
  }
  .nc-page ul li,
  .right-tile p,
  .profile p,
  .timeline p {
    font-size: 14px;
  }
  .help1 .telephone a {
    font-size: 1.5rem;
  }
  .lioncrest,
  .search-form {
    display: none;
  }
  /* .slick-right,
    .slick-left {
        display: none !important;
    } */
  .innerpage2 figcaption {
    color: #747474;
    font-size: 14px;
    margin: 10px auto 0;
    position: static;
    width: 90%;
  }
  .help3 input[type="text"] {
    font-size: 16px;
  }
  .help2 .inner-column {
    min-height: auto;
    padding: 25px 15px 25px 30px;
    text-align: left;
  }
  .services figure a {
    text-align: left;
    min-height: auto;
    padding: 25px 15px 25px 30px;
  }
  .services figure img,
  .help2 .inner-column img {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px;
    min-height: auto;
    vertical-align: middle;
  }
  .services figure span,
  .help2 .inner-column span {
    display: inline-block;
    width: 100px;
  }
  .services figure h5,
  .help2 .inner-column h5 {
    display: inline-block;
    vertical-align: middle;
  }
  .con-details {
    padding: 20px 15px;
  }
  .fcategory {
    column-count: 1;
    -webkit-column-count: 1;
  }
  .skeywords input {
    /* font-size: 16px;
      padding: 10px 15px; */
    width: 85%;
  }
  .strip2 img {
    max-width: 100%;
    width: 100%;
  }
  .strip2 .sec2 {
    width: 100%;
  }
  /*.jump-to a {
        display: inline-block;
    }*/
  .small-menu {
    display: none;
  }
  .howto1 .step1:before,
  .howto1 .step2:before,
  .howto1 .step3:before {
    background-image: none;
  }
  .howto1 .left-margin {
    margin-left: 0;
  }
  .mobile-step {
    display: block;
    margin: 20px 0;
  }
  .slick-prev:before,
  .slick-next:after {
    display: none;
  }
  .view-more a {
    font-size: 14px;
    padding: 10px 30px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: block;
  }
  .pagination a {
    font-size: 14px;
    padding: 5px 10px;
  }
  .newspanel {
    border: none;
    padding-right: 0;
  }
  .org-chart .desktop-view {
    display: none;
  }
  .org-chart .mobile-view {
    display: block;
  }
  .panel-details p,
  .panel-details ul li {
    color: #000;
  }
  .press-release .desktop-view {
    display: none;
  }
  .press-release .mobile-view {
    display: block;
  }
  .help1 .frame {
    border: none;
    padding: 30px 0;
  }
  .wayt .pad-l-0 {
    padding-left: 0.625rem;
  }
  /* .homeslide-img {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 300px;
    } */
  .banner-frame-mobile h1 {
    /* font-size: 16px; */
  }
  .banner-frame-mobile a {
    /* font-size: 14px; */
    padding: 10px;
  }
  .home1.career {
    padding-top: 0;
  }
}

@media only screen and (max-width: 568px) {
  /*.header-side,
    .site-logo {
        float: none !important;
        text-align: center;
    }*/
  .search-form input[type="search"] {
    width: 90%;
  }
}

@media only screen and (max-width: 480px) {
  .disappear-on-mobile {
    display: none;
  }
  .remove-margin-on-mobile {
    margin: 0px !important;
  }
  .services .ui-tabs-nav li a {
    padding: 10px 30px;
    font-size: 14px;
  }
  /*.home2 figure img,
    .help2 .inner-column img {
        text-align: center;
        margin: 0 auto 10px;
        display: block;
    }*/
  /*.home2 figure h5,
    .help2 .inner-column h5 {
        display: block;
        text-align: center;
    }*/
  .services figure h5,
  .help2 .inner-column h5 {
    width: 50%;
  }
  .services .ui-tabs-nav li {
    width: 100%;
  }
  .help1 input[type="text"] {
    font-size: 14px;
  }
  .banner-frame-mobile {
    /* display: block; */
    min-height: 180px;
  }
}

@media only screen and (max-width: 420px) {
  .overseas1 ul {
    display: none;
  }
  .show-on-mobile {
    display: block !important;
  }
  .overseas2 {
    margin-bottom: 0px !important;
  }
  .show-on-mobile .overseas1 {
    padding: 40px 0 15px;
  }
  .show-on-mobile .overseas1 ul {
    display: block;
  }
  .overseas1 ul li {
    display: block;
  }
  .embassies2 button {
    height: 40px;
    width: 40px;
  }
  .embassies2 input[type="text"] {
    height: 40px;
  }
}

@media only screen and (max-width: 360px) {
  .overseas-tile {
    padding: 25px 15px;
  }
  .overseas-tile p,
  .overseas-tile ul li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 320px) {
  .search-mfa .embassies2 button {
    right: 20px;
  }
}

.contact-content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-content .contact-container h2 {
  font-size: 36px;
  color: #222222;
  font-family: 'Montserrat';
  font-weight: bold;
}

.contact-content .contact-container .two {
  padding: 0 5px 0 5px;
}

.contact-content .contact-container .support {
  padding-top: 10px;
  padding-bottom: 40px;
}

.contact-content .contact-container .support .columns:first-child {
  padding-left: 21px;
}

.contact-content .contact-container .support .large-6 .phone-support, .contact-content .contact-container .support .large-6 .email-support {
  background: #e6e6e6;
  padding: 20px 20px 20px 20px;
}

.contact-content .contact-container .support .large-6 .last {
  padding-bottom: 100px;
}

.contact-content .contact-container .support .large-6 .phone-support h2, .contact-content .contact-container .support .large-6 .email-support h2 {
  font-size: 24px;
  color: #222222;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: capitalize;
}

.contact-content .contact-container .support .large-6 .phone-support p {
  font-size: 16px;
  color: #387500;
  font-family: 'Montserrat';
}

.contact-content .contact-container .support .large-6 .phone-support .sub-headlines h2, .contact-content .contact-container .support .large-6 .phone-support .sub-headlines p {
  font-size: 16px;
  color: #222222;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  margin-bottom: 0.3rem;
}

.contact-content .contact-container .support .large-6 .phone-support .sub-headlines h2:nth-of-type(2) {
  margin-top: 20px;
}

.contact-content .contact-container .support .large-6 .phone-support .sub-headlines h2:nth-of-type(3) {
  margin-top: 35px;
}

.contact-content .contact-container .support .large-6 .phone-support .sub-headlines p {
  font-family: 'Montserrat';
}

.contact-content .contact-container .support .large-6 .email-support input[type="submit"] {
  border: 0;
  background: #15477c;
  color: #fff;
  font-size: 24px;
  width: 100%;
  text-transform: uppercase;
  padding: 10px 15px 10px 15px;
}

.contact-content .contact-container .support .large-6 .email-support input[type="submit"]:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #87b2e3;
}

.contact-content .contact-container .support .large-6 .email-support p {
  padding-top: 20px;
}

.contact-content .contact-container .support .large-6 .phone-support .sub-headlines p a {
  text-transform: none;
  color: #006bb1;
}

.contact-content .contact-container .support .large-6 .phone-support .sub-headlines p a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  .contact-content {
    width: 100%;
  }
}

@media only screen and (max-width: 839px) {
  .contact-content .contact-container .support .large-6 .email-support input[type="submit"] {
    font-size: 21px;
  }
}

@media only screen and (max-width: 728px) {
  .contact-content .contact-container .support .large-6 .email-support input[type="submit"] {
    font-size: 16px;
  }
}

@media only screen and (max-width: 638px) {
  .contact-content .contact-container .support .columns:first-child {
    padding-left: 0.625rem;
  }
  .contact-content .contact-container .support .large-6 .phone-support {
    margin-bottom: 20px;
  }
}

/*START OF CAREERS*/
.overseas1 ul li .activate i {
  display: block;
  text-align: center;
  color: #87b2e3;
  margin-bottom: 3px;
  z-index: -999999;
}

.overseas1 ul {
  margin: 0 0 18px;
}

.image-gallery .slice {
  padding-bottom: 36px;
}

.image-gallery .slice .four-tile .columns {
  padding: 0 0.5rem 0.5rem 0;
}

.image-gallery .slice .four-tile .dark, .image-gallery .slice .four-tile .hover-img {
  background: #000;
  display: block;
  overflow: hidden;
}

.image-gallery .slice .four-tile .dark:hover img, .image-gallery .slice .four-tile .hover-img:hover img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.6;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.image-gallery .slice .four-tile .hover-img:hover:before {
  cursor: default;
  top: 60%;
  opacity: 1;
}

.image-gallery .slice .four-tile .hover-img {
  position: relative;
}

.image-gallery .slice .four-tile .hover-img:before {
  content: attr(data-text);
  position: absolute;
  color: #fff;
  top: 65%;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 1.3;
  padding: 15px;
  overflow: hidden;
  word-wrap: break-word;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.image-gallery .slice .center-img .columns {
  padding: 0;
}

.image-gallery .slice .center-img .columns .group img {
  width: 100%;
  height: 40.1vw;
}

.image-gallery .slice .right-image .columns {
  padding: 0 0 0.4rem 0.2rem;
}

.image-gallery .slice .right-image .columns .large-12 img {
  width: 100%;
  height: 19.8vw;
}

.career-contet {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 13px;
}

@media only screen and (max-width: 1200px) {
  .career-contet {
    padding: 0 20px;
  }
}

.career-contet #foreign-tab ul {
  margin-left: 0;
}

.career-contet #foreign-tab ul li {
  display: inline-block;
  list-style: none;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  padding: 15px;
  background: #c0c0c0;
  z-index: 999999;
}

.career-contet #foreign-tab ul li:nth-of-type(2), .career-contet #foreign-tab ul li:nth-of-type(3), .career-contet #foreign-tab ul li:nth-of-type(4) {
  margin-left: 10px;
}

.career-contet #foreign-tab ul li a {
  text-transform: uppercase;
  color: #fff;
}

.career-contet #foreign-tab ul li a:focus, .career-contet #foreign-tab ul li:focus {
  outline: none;
}

.career-contet #foreign-tab ul .ui-tabs-active {
  background: #fff;
}

.career-contet #foreign-tab ul .ui-tabs-active a {
  color: #333;
}

.career-contet #foreign-tab .tab-wrapper {
  padding: 35px 15px 35px 15px;
  border: 1px solid #e3e3e3;
  margin-top: -17px;
}

.career-contet #foreign-tab .tab-wrapper .foreign p {
  color: #747474;
}

.career-contet #foreign-tab .tab-wrapper .foreign a {
  float: right;
}

.career-contet #foreign-tab .tab-wrapper .foreign a:hover {
  text-decoration: underline;
}

.career-contet #foreign-tab .tab-wrapper .foreign p span {
  text-transform: uppercase;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.openings .open-button input[type="button"] {
  background: #15477c;
  color: #fff;
  border: 0;
  padding: 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin: 40px auto 20px;
  width: 30%;
  display: block;
}

.openings .open-button input[type="button"]:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #87b2e3;
}

.newsdetails h4 a:hover {
  text-decoration: none;
  cursor: text;
}

.team-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 13px;
}

.team-container h2 {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  padding-top: 25px;
}

.team-container .newspanel .newsdetails h4, .team-container .newspanel .newsdetails p {
  text-align: center;
}

.gallery-mobile {
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 15px;
}

/*INNER PAGE*/
.overview {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 13px 30px;
}

.overview.career-inner-overview {
  max-width: none;
}

.overview #inner-tab ul {
  margin-left: 0;
}

.overview #inner-tab ul li {
  display: inline-block;
  border-right: 1px solid #ebeaea;
  border-left: 1px solid #ebeaea;
  border-top: 1px solid #ebeaea;
  padding: 15px;
  background: #c0c0c0;
  z-index: 9999;
}

.overview #inner-tab ul li:nth-of-type(2), .overview #inner-tab ul li:nth-of-type(3) {
  margin-left: 12px;
}

.overview #inner-tab ul .ui-tabs-active {
  background: #fafafa;
}

.overview #inner-tab ul .ui-tabs-active a {
  color: #222;
}

.overview #inner-tab ul li a {
  font-size: 16px;
  color: #222;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.overview #inner-tab ul li a span {
  text-transform: capitalize;
  text-align: center;
}

.overview #inner-tab ul li a:focus, .overview #inner-tab ul li {
  outline: none;
}

.overview #inner-tab .overview-content {
  background: #fafafa;
  border: 1px solid #ebeaea;
  padding: 15px;
  margin-top: -17px;
}

.overview #inner-tab .overview-content .funtional h2 {
  text-transform: capitalize;
  font-size: 36px;
  color: #222222;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  padding-bottom: 15px;
  padding-top: 15px;
}

.overview #inner-tab .overview-content .funtional .overview-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.overview #inner-tab .overview-content .funtional .overview-text p, .overview #inner-tab .overview-content .funtional .overview-text i {
  color: #747474;
  font-size: 16px;
}

.overview #inner-tab .overview-content .funtional .overview-text i {
  font-size: 20px;
  padding-right: 10px;
}

.overview #terms-tab {
  margin-bottom: 20px;
}

.overview #terms-tab .terms-container ul {
  margin-left: 0;
}

.overview #terms-tab .terms-container ul li {
  border: 1px solid #15477c;
  background: #ffffff;
  padding: 20px;
  height: 130px;
  display: block;
  position: relative;
  z-index: 1;
}

.overview #terms-tab .terms-container ul li.active {
  border-top: 1px solid #15477c;
  border-left: 1px solid #15477c;
  border-bottom: 1px solid #15477c;
  border-right: 0;
}

.overview #terms-tab .terms-container ul li a {
  color: #15477c;
  font-size: 14px;
  text-align: center;
  display: block;
}

.overview #terms-tab .terms-container ul li a img {
  width: 55%;
  padding: 0 0 10px 0;
}

.overview #terms-tab .terms-container ul .ui-tabs-active {
  background: #88b2e4;
}

.overview #terms-tab .terms-container ul .ui-tabs-active a {
  color: #fff;
}

.overview #terms-tab .terms-container ul li:nth-of-type(2), .overview #terms-tab .terms-container ul li:nth-of-type(3) {
  margin-left: 0;
}

.overview #terms-tab .terms-content {
  background: #88b2e4;
  border: 1px solid #15477c;
  padding: 50px 15px 50px 15px;
  height: 390px;
  display: block;
  margin-left: -1px;
}

.overview #terms-tab .left-column {
  padding-right: 0;
}

.overview #terms-tab .right-column {
  padding-left: 0;
}

.terms-content .contet-wrapper .align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.terms-content .contet-wrapper .align p, .terms-content .contet-wrapper .align i {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}

.terms-content .contet-wrapper .align i {
  margin-left: 10px;
}

.overview #terms-tab .terms-container ul .line {
  border-right: 1px solid #15477c;
}

.training-content p {
  color: #747474;
  font-size: 16px;
}

.accordion-container .cdetail1 .accordion h3 i {
  color: #08386c;
  float: right;
  font-size: 20px;
}

.overseas-tile ul li i {
  padding-right: 10px;
  font-size: 16px;
}

/*LIGHT SLIDER*/
.gallery-mobile .img-container {
  padding-bottom: 30px;
}

.gallery-mobile .img-container ul {
  margin-left: 0;
}

.gallery-mobile .img-container ul li img {
  width: 100%;
}

.gallery-mobile .img-container ul li.active {
  border: 1px solid #15477c;
}

.image-gallery .slice .four-tile .columns img {
  width: 100%;
  /*max-height: 225px;*/
}

.lSSlideOuter {
  margin-bottom: 20px;
}

.second-level {
  width: 100%;
  margin: 0 auto;
  padding: 13px 13px 13px 13px;
  background: #15477c;
  margin-bottom: 28px;
}

.second-level ul {
  margin-left: 0;
}

.second-level ul li {
  list-style: none;
  margin-top: 5px;
  padding-bottom: 5px;
}

.second-level ul li a {
  color: #fff;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.second-level ul li.active a {
  border-bottom: 4px solid #87b2e3;
}

/*TERMS IN MOBILE VERSION*/
.terms-mobile #mobile-terms ul li a img {
  width: 14%;
  text-align: center;
}

.terms-mobile #mobile-terms ul li {
  display: inline !important;
  width: 100% !important;
  border: 1px solid #15477c;
  padding: 28px;
  background: #fafafa;
  z-index: 2;
}

.terms-mobile #mobile-terms ul .activeMobile {
  border-bottom: 0;
}

.terms-mobile #mobile-terms ul .ui-state-active {
  background: #88b2e4;
}

.terms-mobile #mobile-terms .terms-mobile-content {
  border: 1px solid #15477c;
  background: #88b2e4;
  padding: 15px;
  width: 98.3%;
  margin-top: -3px;
}

.terms-mobile #mobile-terms .terms-mobile-content .alignment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.terms-mobile #mobile-terms .terms-mobile-content .alignment p, .terms-mobile #mobile-terms .terms-mobile-content .alignment i {
  color: #fff;
}

.terms-mobile #mobile-terms .terms-mobile-content .alignment i {
  margin-left: 5px;
}

.second-level {
  display: none;
}

.terms-mobile {
  display: none;
}

.gallery-mobile {
  display: none;
}

@media only screen and (max-width: 1920px) {
  /* From 1366px */
  .image-gallery .slice .center-img .columns .group img {
    width: 1000%;
    height: 35.7vw;
  }
  .image-gallery .slice .right-image .columns .large-12 img {
    width: 100%;
    height: 17.6vw;
  }
  .image-gallery .slice .four-tile .columns img {
    width: 100%;
    /*max-height: 240px;*/
    height: 17.6vw;
  }
}

@media only screen and (max-width: 1280px) {
  .gallery-mobile {
    display: none;
  }
  .second-level {
    display: none;
  }
  .terms-mobile {
    display: none;
  }
  .second-level {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .team-container .box .newspanel .newsdetails {
    height: auto;
  }
  .gallery-mobile {
    display: none;
  }
  /*    .second-level {
            display: block;
        }*/
  .terms-mobile {
    display: none;
  }
}

@media only screen and (max-width: 1140px) {
  .team-container .box .newspanel .newsdetails {
    height: auto;
  }
  .gallery-mobile {
    display: none;
  }
  /*    .second-level {
            display: block;
        }*/
  .terms-mobile {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .career-contet, .team-container {
    width: 100%;
  }
  .second-level {
    display: block;
  }
  .team-container .box .newspanel .newsdetails {
    height: 20vw;
  }
  .overseas1 {
    padding: 120px 0 0;
  }
  .image-gallery .slice .four-tile .columns img {
    width: 100%;
    /*max-height: 240px;*/
    height: 19.9vw;
  }
  .image-gallery .slice .center-img .columns .group img {
    height: 40.5vw;
  }
  .image-gallery .slice .right-image .columns .large-12 img {
    height: 19.9vw;
  }
  .gallery-mobile {
    display: none;
  }
  .overview {
    width: 100%;
  }
  .overview #inner-tab ul li {
    display: block;
    width: 100%;
  }
  .overview #inner-tab ul li:nth-of-type(2), .overview #inner-tab ul li:nth-of-type(3) {
    margin-left: 0;
  }
  .overview #terms-tab .terms-content {
    padding: 50px 15px 42px 15px;
  }
  .second-level {
    display: none;
  }
  .terms-mobile {
    display: none;
  }
  .overseas-tile {
    position: relative !important;
  }
}

@media only screen and (max-width: 1023px) {
  .gallery-mobile {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .career-contet #foreign-tab ul li:nth-of-type(2), .career-contet #foreign-tab ul li:nth-of-type(3), .career-contet #foreign-tab ul li:nth-of-type(4) {
    margin-left: 0;
  }
  .career-contet #foreign-tab ul li {
    padding: 10px;
    font-size: 16px;
  }
  .gallery-mobile {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .gallery-mobile {
    display: none;
  }
}

@media only screen and (max-width: 980px) {
  .gallery-mobile {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .gallery-mobile {
    display: none;
  }
  .overview #terms-tab .terms-content {
    height: 510px;
  }
  .overview #terms-tab .terms-container ul li {
    height: 170px;
  }
}

@media only screen and (max-width: 922px) {
  .career-contet #foreign-tab ul li {
    padding: 10px 5px 10px 5px;
    font-size: 13px;
  }
  .gallery-mobile {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .gallery-mobile {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .team-container .box .newspanel .newsdetails {
    height: 25vw;
  }
  .gallery-mobile {
    display: none;
  }
  .overview .medium-8, .overview .medium-4 {
    width: 100%;
  }
  .overview .medium-4 .overseas-tile {
    margin-top: 30px;
  }
  .overview #terms-tab .terms-content {
    padding: 50px 15px 70px 15px;
  }
}

@media only screen and (max-width: 745px) {
  .overseas1 ul li .activate i {
    display: none;
  }
  .overseas1 ul {
    margin: 0 0 7px;
  }
  .gallery-mobile {
    display: none;
  }
}

@media only screen and (max-width: 739px) {
  .career-contet #foreign-tab ul li {
    padding: 10px 5px 10px 5px;
    font-size: 10px;
  }
  .gallery-mobile {
    display: none;
  }
}

@media only screen and (max-width: 694px) {
  .team-container .box .newspanel .newsdetails {
    height: 35vw;
  }
  .gallery-mobile {
    display: none;
  }
}

@media only screen and (max-width: 667px) {
  .gallery-mobile {
    display: none;
  }
}

@media only screen and (max-width: 641px) {
  .gallery-mobile {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .image-gallery {
    display: none;
  }
  .gallery-mobile {
    display: block;
  }
  .openings .open-button input[type="button"] {
    width: 100%;
  }
  .overview #terms-tab .terms-container ul {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 639px) {
  .team-container .box .newspanel .newsdetails {
    height: auto;
  }
  .career-contet #foreign-tab .tab-wrapper .foreign img {
    padding-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .openings .open-button input[type="button"] {
    width: 50%;
  }
  .overview #terms-tab .terms-container ul li a img {
    width: 25%;
  }
  .overview #terms-tab .right-column {
    padding-left: 0.625rem;
  }
  .overview #terms-tab .terms-container ul .ui-tabs-active {
    border-right: 1px solid #15477c !important;
  }
  .overview #terms-tab .terms-container ul li {
    width: 98%;
  }
  .lSPager {
    display: none !important;
  }
}

@media only screen and (max-width: 586px) {
  .career-contet #foreign-tab ul li {
    border: 1px solid #e3e3e3;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
}

@media only screen and (max-width: 425px) {
  .openings .open-button input[type="button"] {
    width: 100%;
  }
  .second-menu {
    display: none;
  }
  .second-level {
    display: block;
  }
  .inner-breadcrumbs {
    padding: 0 0 0 0;
  }
  .terms-desktop {
    display: none;
  }
  .terms-mobile {
    display: block;
  }
  .margin-bottom-30 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 422px) {
  .terms-mobile #mobile-terms ul li {
    padding: 27px;
  }
  .terms-mobile #mobile-terms .terms-mobile-content {
    width: 97%;
  }
}

@media only screen and (max-width: 420px) {
  .terms-mobile #mobile-terms .terms-mobile-content {
    width: 97.1%;
  }
}

@media only screen and (max-width: 420px) {
  .overview #inner-tab ul {
    margin-bottom: 0;
  }
  .terms-mobile #mobile-terms ul li {
    display: inline-block !important;
    height: 90px;
    padding: 20px;
    text-align: center;
    vertical-align: bottom;
    width: 30% !important;
  }
  .terms-mobile #mobile-terms ul li a img {
    width: 100%;
  }
  .terms-mobile #mobile-terms .terms-mobile-content {
    margin-top: 0px;
  }
  .terms-mobile #mobile-terms ul .activeMobile {
    border-bottom: 1px solid #15477c;
  }
}

@media only screen and (max-width: 375px) {
  .terms-mobile #mobile-terms ul li {
    padding: 23px 15px;
  }
  .terms-mobile #mobile-terms .terms-mobile-content {
    width: 97.3%;
  }
}

@media only screen and (max-width: 360px) {
  .terms-mobile #mobile-terms ul li {
    padding: 21px 15px;
  }
  .terms-mobile #mobile-terms .terms-mobile-content {
    width: 96%;
  }
}

@media only screen and (max-width: 320px) {
  .terms-mobile #mobile-terms ul li {
    padding: 18px;
  }
  .terms-mobile #mobile-terms .terms-mobile-content {
    width: 97.6%;
    margin-top: -6px;
  }
  .terms-mobile #mobile-terms .terms-mobile-content .alignment {
    display: block;
  }
}

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

/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+json */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}

/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function {
  color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

.search-form #awesomplete_list_1 {
  margin-top: 37px;
  z-index: +999;
}

.awesomplete [hidden] {
  display: none;
}

.awesomplete .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.awesomplete {
  display: inline-block;
  position: relative;
}

.awesomplete > input {
  display: block;
}

.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
}

.awesomplete > ul:empty {
  display: none;
}

.awesomplete > ul {
  border-radius: 0;
  margin: .2em 0 0;
  background: rgba(255, 255, 255, 0.9);
  background: -webkit-gradient(linear, left top, right bottom, from(white), to(rgba(255, 255, 255, 0.8)));
  background: -webkit-linear-gradient(top left, white, rgba(255, 255, 255, 0.8));
  background: linear-gradient(to bottom right, white, rgba(255, 255, 255, 0.8));
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
          box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  text-shadow: none;
}

@supports (transform: scale(0)) {
  .awesomplete > ul {
    -webkit-transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    -webkit-transform-origin: 1.43em -.43em;
            transform-origin: 1.43em -.43em;
  }
  .awesomplete > ul[hidden],
  .awesomplete > ul:empty {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    display: block;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}

/* Pointer */
.awesomplete > ul:before {
  content: "";
  position: absolute;
  top: -.43em;
  left: 1em;
  width: 0;
  height: 0;
  padding: .4em;
  background: white;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.awesomplete > ul > li {
  position: relative;
  padding: .2em .5em;
  cursor: pointer;
}

.awesomplete > ul > li:hover {
  background: #17477b;
  color: white;
}

.awesomplete > ul > li[aria-selected="true"] {
  background: #17477b;
  color: white;
}

.awesomplete mark {
  background: #eaff00;
}

.awesomplete li:hover mark {
  background: #b5d100;
}

.awesomplete li[aria-selected="true"] mark {
  background: #3d6b00;
  color: inherit;
}

/*# sourceMappingURL=awesomplete.css.map */
html {
  font-size: 16px;
}

body {
  position: relative;
}

.date {
  display: inline-block;
  font-size: 0.75rem;
  color: #505050;
  font-weight: 300;
}

.link__pdf,
.link__word,
.link__ppt,
.link__excel {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.link__pdf:after,
.link__word:after,
.link__ppt:after,
.link__excel:after {
  font: normal normal normal 14px/1 FontAwesome;
  color: #ec1c29;
  margin-left: 5px;
}

.link__pdf:after {
  content: "\f1c1";
}

.link__word:after {
  content: "\f1c2";
}

.link__ppt:after {
  content: "\f1c4";
}

.link__excel:after {
  content: "\f1c3";
}

.type-label {
  display: inline-block;
  color: #34669e;
  font-size: 0.75rem;
}

.invalid-error-msg {
  color: #f00 !important;
  font-size: 0.75rem;
  margin: 0;
  text-align: left;
  display: none;
}

.cdetail1, .overview, .innerpage2, .timeline, .organisation1, .organisation2, .profile-page, .overseas-mission {
  padding: 30px 0;
}

.cdetail1 h2, .overview h2, .innerpage2 h2, .timeline h2, .organisation1 h2, .organisation2 h2, .profile-page h2, .overseas-mission h2 {
  font-weight: 700;
  font-size: 1.25rem;
}

.cdetail1 h3, .overview h3, .innerpage2 h3, .timeline h3, .organisation1 h3, .organisation2 h3, .profile-page h3, .overseas-mission h3 {
  font-size: 1.875rem;
}

@media only screen and (max-width: 768px) {
  .cdetail1 h3, .overview h3, .innerpage2 h3, .timeline h3, .organisation1 h3, .organisation2 h3, .profile-page h3, .overseas-mission h3 {
    font-size: 1.5rem;
  }
}

.cdetail1 h5, .overview h5, .innerpage2 h5, .timeline h5, .organisation1 h5, .organisation2 h5, .profile-page h5, .overseas-mission h5 {
  font-size: 1rem;
}

.cdetail1 p, .cdetail1 figcaption, .overview p, .overview figcaption, .innerpage2 p, .innerpage2 figcaption, .timeline p, .timeline figcaption, .organisation1 p, .organisation1 figcaption, .organisation2 p, .organisation2 figcaption, .profile-page p, .profile-page figcaption, .overseas-mission p, .overseas-mission figcaption {
  font-size: 1rem;
}

.cdetail1 ul li, .cdetail1 ol li, .overview ul li, .overview ol li, .innerpage2 ul li, .innerpage2 ol li, .timeline ul li, .timeline ol li, .organisation1 ul li, .organisation1 ol li, .organisation2 ul li, .organisation2 ol li, .profile-page ul li, .profile-page ol li, .overseas-mission ul li, .overseas-mission ol li {
  font-size: 1rem;
}

.cdetail1 .space, .overview .space, .innerpage2 .space, .timeline .space, .organisation1 .space, .organisation2 .space, .profile-page .space, .overseas-mission .space {
  margin-bottom: 15px;
}

.cdetail1 .accordion, .overview .accordion, .innerpage2 .accordion, .timeline .accordion, .organisation1 .accordion, .organisation2 .accordion, .profile-page .accordion, .overseas-mission .accordion {
  margin-bottom: 20px;
}

.cdetail1 a, .overview a, .innerpage2 a, .timeline a, .organisation1 a, .organisation2 a, .profile-page a, .overseas-mission a {
  color: #17477b;
}

.cdetail1 a:visited, .overview a:visited, .innerpage2 a:visited, .timeline a:visited, .organisation1 a:visited, .organisation2 a:visited, .profile-page a:visited, .overseas-mission a:visited {
  color: #551A8B;
}

.cdetail1 .page-title__sub-nav a:visited, .overview .page-title__sub-nav a:visited, .innerpage2 .page-title__sub-nav a:visited, .timeline .page-title__sub-nav a:visited, .organisation1 .page-title__sub-nav a:visited, .organisation2 .page-title__sub-nav a:visited, .profile-page .page-title__sub-nav a:visited, .overseas-mission .page-title__sub-nav a:visited {
  color: #fff;
}

.cdetail1 .tree a:visited, .overview .tree a:visited, .innerpage2 .tree a:visited, .timeline .tree a:visited, .organisation1 .tree a:visited, .organisation2 .tree a:visited, .profile-page .tree a:visited, .overseas-mission .tree a:visited {
  color: #000;
}

.cdetail1 .overseas-aside .contact-tile a:visited, .overview .overseas-aside .contact-tile a:visited, .innerpage2 .overseas-aside .contact-tile a:visited, .timeline .overseas-aside .contact-tile a:visited, .organisation1 .overseas-aside .contact-tile a:visited, .organisation2 .overseas-aside .contact-tile a:visited, .profile-page .overseas-aside .contact-tile a:visited, .overseas-mission .overseas-aside .contact-tile a:visited {
  color: #fff;
}

.cdetail1 .overseas-aside a.btn-stroke:visited, .overview .overseas-aside a.btn-stroke:visited, .innerpage2 .overseas-aside a.btn-stroke:visited, .timeline .overseas-aside a.btn-stroke:visited, .organisation1 .overseas-aside a.btn-stroke:visited, .organisation2 .overseas-aside a.btn-stroke:visited, .profile-page .overseas-aside a.btn-stroke:visited, .overseas-mission .overseas-aside a.btn-stroke:visited {
  color: #34669e;
}

.cdetail1 .expand, .cdetail1 .collapse, .overview .expand, .overview .collapse, .innerpage2 .expand, .innerpage2 .collapse, .timeline .expand, .timeline .collapse, .organisation1 .expand, .organisation1 .collapse, .organisation2 .expand, .organisation2 .collapse, .profile-page .expand, .profile-page .collapse, .overseas-mission .expand, .overseas-mission .collapse {
  color: #0179c8;
  text-decoration: none;
}

.cdetail1 a, .overview a, .innerpage2 a, .timeline a, .overseas-mission a, .profile-page a {
  text-decoration: underline;
}

.cdetail1 a:hover, .overview a:hover, .innerpage2 a:hover, .timeline a:hover, .overseas-mission a:hover, .profile-page a:hover {
  color: #2199e8;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

h3 {
  font-weight: bold;
}

.sticky-label {
  position: fixed;
  top: 30%;
  right: 0px;
  z-index: 999;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.sticky-label a {
  display: inline-block;
  color: #b68787;
  background-color: #17477b;
  display: inline-block;
  padding: 2px 10px;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  border-radius: 5px 5px 0px 0px;
}

.sticky-label a:hover {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
}

.sticky-label a i {
  color: white;
  display: inline-block;
  font-size: 1em;
  vertical-align: middle;
}

.sticky-label a p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: white;
}

.home3 {
  padding: 30px 0;
}

.home3.article-listing {
  margin-bottom: 0;
}

.home4 {
  padding: 30px 0;
}

.home4.article-listing {
  margin-bottom: 0;
}

.organisation2, .organisation1 {
  padding-bottom: 0;
}

.press-release .search-results, .overseas-mission .search-results {
  margin-bottom: 20px;
}

.listing-header h3 {
  float: left;
}

@media only screen and (max-width: 768px) {
  .listing-header h3 {
    font-size: 1.5rem;
  }
}

.listing-header .link-more {
  float: right;
  margin-top: 20px;
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
  .listing-header .link-more {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .listing-header .link-more {
    display: none;
  }
}

.listing-footer .m-link-more {
  display: none;
}

@media only screen and (max-width: 640px) {
  .listing-footer .m-link-more {
    display: block;
    text-align: center;
  }
  .listing-footer .m-link-more .link-more {
    float: none;
    margin: 0;
    display: inline-block;
  }
}

.help1 {
  padding: 30px 0 10px;
}

.help1 .frame {
  min-height: auto;
  padding: 20px 20px 10px;
  margin-bottom: 20px;
}

.help1 .telephone i {
  margin-right: 10px;
}

.help2 {
  padding: 30px 0;
}

.search-results-page .embassies2 {
  padding: 20px 0 0;
}

.countries-container {
  padding: 20px 0;
}

.countries-container .section-title {
  font-size: 1.875rem;
  line-height: 2em;
}

.profile-page {
  padding-top: 0;
}

.profile-page .innerpage1 {
  margin-bottom: 20px;
}

.profile-page > .content {
  max-width: 1500px;
  padding: 0 20px;
}

@media only screen and (max-width: 640px) {
  .profile-page h1 {
    font-size: 1.625rem;
  }
}

.profile-page .social-media li {
  font-size: 1rem;
}

.profile-page .profile-summary img {
  max-width: 170px;
}

.profile-page .profile-summary p {
  font-size: 1rem;
}

.innerpage2 > .content, .timeline > .content, .overseas-mission .overseas > .content {
  max-width: 1024px;
  padding: 0 20px;
}

.career-inner-overview .overview-content img, .innerpage2 img {
  height: auto !important;
}

.career-inner-overview > .content {
  max-width: 1500px;
  padding: 0 20px;
}

.career-inner-overview .overseas-tile a.eregister {
  text-transform: uppercase;
}

.home-carousel {
  padding: 0 10px;
}

.body-content {
  min-height: 50vh;
  padding-top: 0 !important;
}

.cdetail1 h2 {
  font-size: 1.875rem !important;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cdetail1 h2 {
    font-size: 1.5rem !important;
  }
}

@media print {
  body, html {
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    -webkit-print-color-adjust: exact !important;
    /* Chrome, Safari */
    color-adjust: exact !important;
    /* Firefox */
  }
  body a, html a {
    color: #17477b !important;
  }
  body a[href]:after, html a[href]:after {
    content: none !important;
  }
  body a.eregister, html a.eregister {
    background-color: #17477b !important;
    color: #fff !important;
  }
  body a.eregister .fa:before, html a.eregister .fa:before {
    color: #fff !important;
  }
  body img, html img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center !important;
    display: block;
    position: relative !important;
  }
  .main-header {
    position: relative !important;
  }
  .main-header .wrapper {
    background-color: #17477b !important;
  }
  .main-header .wrapper .site-menu-wrapper,
  .main-header .wrapper .site-action-icons {
    display: none !important;
  }
  .main-header .wrapper .sg-gov-banner,
  .main-header .wrapper .top-alert {
    background-color: #fefefe !important;
  }
  .main-header .wrapper .sg-gov-banner .icon-sg-crest:before,
  .main-header .wrapper .sg-gov-banner .fa-exclamation-triangle,
  .main-header .wrapper .top-alert .icon-sg-crest:before,
  .main-header .wrapper .top-alert .fa-exclamation-triangle {
    color: #ec1c29 !important;
  }
  .main-header #offCanvas {
    display: none !important;
  }
  .body-content {
    padding-top: 0px !important;
  }
  .body-content .page-title {
    background-color: #f5f5f5 !important;
  }
  .body-content figcaption {
    color: #fff !important;
  }
  .body-content .form-submit,
  .body-content button[type='submit'] {
    background-color: #17477b !important;
    color: #fff !important;
  }
  .body-content .form-submit .fa:before,
  .body-content button[type='submit'] .fa:before {
    color: #fff !important;
  }
  .body-content .filter-bar {
    background-color: #f5f5f5 !important;
  }
  .body-content .filter-bar .formsec,
  .body-content .filter-bar .filter-bar__buttons {
    width: 100% !important;
    float: none !important;
  }
  .body-content .filter-bar input[type='text'], .body-content .filter-bar input[type='search'] {
    width: 100% !important;
    display: block;
    background-color: #f5f5f5 !important;
  }
  .body-content .ui-accordion-header {
    background-color: #ebebeb !important;
  }
  .body-content .article-listing .columns {
    float: none !important;
  }
  .body-content .article-listing .columns .newspanel .darken {
    display: block;
    height: 400px !important;
    max-height: 400px !important;
    overflow: hidden !important;
  }
  .body-content .article-listing .columns .newspanel .darken img {
    width: 100% !important;
    height: 100% !important;
  }
  .body-content .carousel-wrapper {
    display: block;
    width: 100% !important;
  }
  .body-content .carousel-wrapper .slick-slide .carousel-image {
    width: 100% !important;
    height: 100% !important;
    max-height: 300px !important;
    display: block;
    float: none;
  }
  .body-content .carousel-wrapper .slick-slide .carousel-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }
  .body-content .carousel-wrapper .slick-slide .carousel-content {
    float: none;
    width: 100% !important;
    background-color: #f2f1f0 !important;
  }
  .body-content .carousel-wrapper .slick-slide .carousel-content .carousel-caption {
    display: block;
    width: 100% !important;
    padding: 30px;
  }
  .body-content .carousel-wrapper .slick-slide .carousel-content .carousel-caption .btn-more {
    background-color: #17477b !important;
    color: #fff !important;
  }
  .body-content .carousel-wrapper .slick-slide .carousel-content .carousel-caption .btn-more .icon-arrow-right {
    color: #fff !important;
  }
  .body-content .carousel-wrapper .slick-slide .carousel-content .carousel-caption p {
    word-break: normal !important;
  }
  .body-content .home2 .tab-content {
    background-color: #17477b !important;
  }
  .body-content .home2 .tab-content .no-fresize {
    color: #fff !important;
  }
  .body-content .home2 .tab-content .travel-form {
    background: url(../img/globe.png) no-repeat right bottom #dde7ef !important;
  }
  .body-content .home2 .tab-content .travel-form input.search-input {
    background-color: #f5f5f5 !important;
  }
  .body-content .home2 .tab-content .travel-form button {
    background-color: #17477b !important;
  }
  .body-content .home2 .tab-content .travel-form button .search-icn:before {
    color: #fff !important;
  }
  .body-content .home3 .newsdetails {
    background-color: #fafafa !important;
  }
  .body-content .home4,
  .body-content .help2 {
    background-color: #f3f3f3 !important;
  }
  .body-content .home4 .newsdetails,
  .body-content .help2 .newsdetails {
    background-color: #fff !important;
  }
  .body-content .home4 .column,
  .body-content .help2 .column {
    width: 50% !important;
  }
  .body-content .home4 .column .no-fresize span,
  .body-content .help2 .column .no-fresize span {
    width: 30px;
    height: 30px;
  }
  .body-content .home4 .column .no-fresize span img,
  .body-content .help2 .column .no-fresize span img {
    display: block;
    height: 70px;
    width: auto !important;
    margin: 0 auto 25px !important;
  }
  .body-content .organisation2 .large-12 {
    display: block;
    width: 100%;
    float: none;
  }
  .body-content .organisation2 .large-12 .columns {
    display: block;
    width: 50%;
  }
  .body-content .organisation2 .large-12 .columns .minister img {
    float: none;
    width: auto;
    height: auto;
    display: inline-block;
  }
  .body-content .org-chart .panel.panelblock h5,
  .body-content .org-chart .panel .panel-header {
    background: #f5f5f5 !important;
  }
  .body-content .profile-page .columns.large-4 {
    width: 30%;
    float: left;
  }
  .body-content #alphabetical-search .disappear-on-mobile {
    display: none !important;
  }
  .body-content #alphabetical-search .countries-list .search-filter2 {
    width: 50%;
    padding: 0 10px;
  }
  .body-content #alphabetical-search .countries-list .search-filter2 .embassy-dropdown {
    background: #ebebeb !important;
  }
  .sticky-label {
    display: none;
  }
  .site-footer {
    background-color: #111 !important;
    color: #fff !important;
  }
  .site-footer .copyright,
  .site-footer .last-update {
    color: #fff !important;
  }
  .site-footer .btn-scroll-top {
    display: none !important;
  }
  .site-footer .site-footer__top .site-footer__title,
  .site-footer .site-footer__top .site-footer__description,
  .site-footer .site-footer__top .site-footer__nav,
  .site-footer .site-footer__top .site-footer__common {
    color: #fff !important;
  }
  .site-footer .site-footer__top .site-footer__title a,
  .site-footer .site-footer__top .site-footer__description a,
  .site-footer .site-footer__top .site-footer__nav a,
  .site-footer .site-footer__top .site-footer__common a {
    color: #fff !important;
  }
  .site-footer .site-footer__top .site-footer__title a .fa:before,
  .site-footer .site-footer__top .site-footer__description a .fa:before,
  .site-footer .site-footer__top .site-footer__nav a .fa:before,
  .site-footer .site-footer__top .site-footer__common a .fa:before {
    color: #fff !important;
  }
  .site-footer .site-footer__bottom {
    background-color: #000 !important;
  }
  .site-footer .site-footer__bottom a {
    color: #fff !important;
  }
}

.datepicker {
  position: relative;
}

.datepicker label {
  position: absolute;
  top: 10px;
  color: #767676;
  margin-left: 15px;
  -webkit-transition: top .2s ease;
  transition: top .2s ease;
}

.datepicker label i {
  color: #15477c;
  margin-right: 10px;
}

.datepicker.focused label {
  top: 5px;
  font-size: 0.625rem;
}

.datepicker.focused label i {
  display: none;
}

.datepicker input {
  width: 100%;
  padding: 19px 15px 5px 15px;
  background: #fff;
  border: 0;
  border-radius: 20px;
  font-size: 0.875rem;
}

.ui-datepicker {
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.ui-datepicker-header {
  text-align: center;
  background-color: #15477c;
}

.ui-datepicker-header .ui-state-disabled {
  color: #cccaca;
}

.ui-datepicker-header .ui-datepicker-next, .ui-datepicker-header .ui-datepicker-prev {
  color: white;
}

.ui-datepicker-header .ui-datepicker-title {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.ui-datepicker-header .ui-datepicker-title .ui-datepicker-month, .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  border-radius: 5px;
  background-color: white;
  margin: 0px 10px;
  color: #15477c;
  border: none;
}

.ui-datepicker-calendar {
  text-align: center;
  margin-bottom: 0px;
}

.ui-datepicker-calendar .ui-datepicker-current-day {
  background: #17477b;
}

.ui-datepicker-calendar .ui-datepicker-current-day a {
  color: #fff;
}

.ui-datepicker-calendar .ui-state-default {
  color: #15477c;
}

.ui-datepicker-calendar .ui-datepicker-today {
  background: #dcdcdc;
}

.ui-datepicker-calendar .ui-datepicker-today a {
  color: #17477b;
}

.ui-datepicker-calendar .ui-datepicker-unselectable span {
  color: #cccaca;
}

@media only screen and (min-width: 769px) {
  .sticky-aside.is-sticky {
    position: fixed;
  }
  .sticky-aside.is-bottom {
    position: absolute;
    bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .sticky-aside {
    top: auto !important;
    width: auto !important;
  }
}

.multichoices {
  position: relative;
}

.multichoices .multichoices-label {
  display: block;
  position: relative;
  background: #fff;
  padding: 10px 30px 10px 20px;
  font-size: 0.875rem;
  border-radius: 20px;
}

.multichoices .multichoices-label__number {
  margin-left: 5px;
  font-weight: 500;
}

.multichoices .multichoices-label i {
  position: absolute;
  right: 10px;
  font-size: 1.2em;
}

.multichoices .multichoices-list {
  position: absolute;
  list-style: none;
  padding: 10px;
  margin: 0;
  z-index: 99;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.multichoices .multichoices-list li {
  line-height: 1.2;
  margin-bottom: 10px;
}

.multichoices .multichoices-list li label {
  display: inline;
}

.multichoices.expanded .multichoices-label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.multichoices.expanded .multichoices-list {
  opacity: 1;
  visibility: visible;
}

.custom-select-wrapper {
  position: relative;
}

.custom-select-wrapper .custom-select {
  opacity: 0;
}

.custom-select-label {
  position: relative;
  padding: 10px 30px 10px 20px;
  font-size: 0.875rem;
  width: 100%;
  position: absolute;
  background: #fff;
  border-radius: 20px;
}

.custom-select-label i {
  position: absolute;
  right: 10px;
  font-size: 1.2em;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  background: #15477c;
  padding: 15px 25px;
  color: #fff;
}

.btn:hover {
  background: #0e2e50;
  color: #fff;
}

.btn-more {
  padding: 0 0 0 25px;
}

.btn-more i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  border-left: 1px solid #3d5a85;
  padding: 20px 15px;
  font-size: 0.76em;
  width: auto;
  height: auto;
}

.link-more {
  font-size: 0.9375rem;
  color: #34669e;
}

.link-more i {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  font-size: 0.7em;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.link-more:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.btn-stroke {
  display: inline-block;
  border: 1px solid #34669e;
  color: #34669e;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none !important;
}

.btn-stroke:hover {
  color: #fff !important;
  background: #34669e;
}

.btn-back {
  position: relative;
  padding-left: 40px;
}

.btn-back i {
  position: absolute;
  left: 15px;
  margin-top: 2px;
}

.link-expand i {
  margin-left: 10px;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  width: auto;
  height: auto;
}

.link-expand.expanded i {
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 5px solid #34669e;
  color: #305E91 !important;
  background: #f5f5f5;
  padding: 10px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
}

.btn-cta:hover {
  background: #dcdbdb;
  color: #305E91;
}

.btn-twitter {
  display: inline-block;
  background-color: #007bc7;
  border-radius: 5px;
  padding: 0px 10px;
}

.btn-twitter a {
  color: white;
  font-size: 0.7em;
  font-weight: bold;
  text-decoration: none;
}

.btn-twitter a:hover {
  color: white;
}

.btn-twitter a i {
  font-size: 1.4em;
  vertical-align: middle;
}

.newspanel .type-label {
  margin-left: 15px;
  border-left: 1px solid #dcdcdc;
  padding-left: 15px;
}

.newspanel .newsdetails h4 {
  font-size: 1rem;
}

.newspanel .newsdetails a {
  text-decoration: none;
}

.newspanel .newsdetails a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.newspanel .newsdetails p {
  font-size: 1rem;
}

@media only screen and (max-width: 640px) {
  .newspanel {
    margin-bottom: 20px;
  }
}

.text-with-icon {
  position: relative;
  padding-left: 25px;
}

.text-with-icon i {
  position: absolute;
  left: 0;
  margin-top: 5px;
}

.minister {
  background: #f5f5f5;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.minister a {
  display: block;
  height: 100%;
}

.minister a:hover {
  background: #87b2e3;
  cursor: pointer;
}

.minister a:hover h5, .minister a:hover p {
  color: #fff;
}

.minister img {
  float: left;
  width: 170px;
}

.minister .minister__detail {
  padding: 15px;
  overflow: hidden;
}

.minister .minister__detail h5 {
  color: #17477b;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.minister .minister__detail p {
  color: #4F4F4F;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.organisation2 .minister {
  margin-bottom: 15px;
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .minister a {
    text-align: center;
  }
  .minister img {
    margin: auto;
    float: none;
  }
  .minister .minister__detail {
    text-align: left;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .minister .minister__detail p {
    font-size: 0.75rem;
  }
}

@media only screen and (min-width: 641px) and (max-width: 767px) {
  .minister a {
    text-align: center;
  }
  .minister img {
    float: none;
  }
  .minister .minister__detail {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .organisation2 .minister p {
    color: #000;
  }
}

@media only screen and (max-width: 480px) {
  .minister a {
    text-align: center;
  }
  .minister img {
    float: none;
  }
  .minister .minister__detail {
    width: 100%;
  }
}

.overseas-tile {
  margin-bottom: 20px;
}

.overseas-tile h3 {
  font-size: 1.625rem;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .overseas-tile h3 {
    font-size: 1.375rem;
  }
}

.overseas-tile h4 {
  font-size: 1rem;
}

.overseas-tile p {
  font-size: 1rem;
}

.overseas-tile ul li {
  font-size: 1rem;
}

.overseas-tile .accordion h3 {
  font-size: 1rem;
}

.disclaimer h3 {
  font-size: 0.875rem;
}

.disclaimer p {
  font-size: 0.84375rem;
}

.dropdown-links {
  position: relative;
}

.dropdown-links.expanded .dropdown-links__label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.dropdown-links.expanded .dropdown-links__list {
  display: block;
  width: 100%;
}

.dropdown-links .dropdown-links__list {
  display: none;
}

.dropdown-links__label {
  display: inline-block;
  color: #fff;
  background: #4e79a8;
  border-radius: 20px;
  padding: 5px 35px 5px 20px;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.dropdown-links__label:hover {
  background: #15477c;
  cursor: pointer;
}

.dropdown-links__label i {
  position: absolute;
  margin-left: 5px;
  margin-top: 2px;
}

.dropdown-links__list {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}

.dropdown-links__list li a {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 5px 35px 5px 20px;
  background: #527dac;
}

.dropdown-links__list li a:hover {
  background: #15477c;
}

.dropdown-links__list li.active a {
  border-color: #15477c;
  background: #15477c;
}

.accordion h3 {
  font-size: 1rem;
}

.accordion .ui-accordion-header {
  position: relative;
}

.accordion .ui-accordion-header:after {
  content: "\f067";
  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;
  position: absolute;
  right: 15px;
}

.accordion .ui-accordion-header.ui-state-active:after {
  content: "\f068";
}

.site-menu-wrapper {
  background: #17477b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-menu {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-menu > li {
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}

.site-menu > li > a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  height: 100%;
}

.site-menu > li > a.active {
  background: #34669e;
}

.site-menu > li > a i {
  padding-left: 10px;
  padding-top: 3px;
}

.site-menu > li:hover > a, .site-menu > li.is-open > a, .site-menu > li > a:hover {
  background: #34669e;
}

.site-menu > li.btn-fb {
  padding: 0;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0px 20px 0px 30px;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
  height: 30px;
  margin-left: 10px;
}

.site-menu > li.btn-fb:hover {
  background-color: #34669e;
}

.site-menu > li.btn-fb:hover a {
  background-color: transparent;
}

.site-menu > li.btn-fb a {
  display: inline-block;
  padding: 0px;
}

.site-menu > li.btn-fb i {
  display: inline-block;
  color: #3b5998;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 7px 5px;
  background-color: #fff;
  font-size: 13px;
}

.submenu {
  position: relative;
}

.submenu.has-child > a {
  width: 80%;
}

.submenu .btn-arrow {
  width: 20%;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #133f6d;
  background: #133f6d;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  height: 45px;
}

.submenu .subcontent .btn-arrow {
  color: #333;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #ccc;
}

.submenu .btn-arrow i {
  position: relative;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transition: transform .3s ease;
}

.menu.vertical > .submenu.active > a {
  background: #15477c;
}

.menu.vertical .subcontent .submenu.active > a {
  background: #e3e3e3;
  color: #333;
}

.submenu.active > .btn-arrow i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.vertical.menu h6 {
  border-bottom: 1px solid #ccc;
  color: #333;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  margin-bottom: 0;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.subcontent {
  background: #e3e3e3;
  display: none;
  list-style: none;
  /*transition: all 0.5s ease;*/
  margin: 0;
}

.subcontent.level2 {
  background: #fafafa;
}

.subcontent > li > .submenu__link a {
  border-bottom: 1px solid #ccc;
  color: #333;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.subcontent > li > .submenu__link a.pagelink {
  color: red;
}

.social-media > li {
  display: inline-block;
  padding: 10px 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
}

.social-media > li > a {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 32px;
  width: 32px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 5px;
  line-height: 1;
}

.social-media > li:hover {
  background: #34669e;
}

.social-media > li > a:hover {
  border: 2px solid #fff;
  color: #fff;
}

.site-menu .soc-media-li {
  float: right;
}

.site-menu .soc-media-li .social-media {
  margin-left: 0;
}

.dropdown {
  position: relative;
}

.dropdown li {
  padding-bottom: 10px;
  line-height: 1.2;
}

.dropdown-content {
  background: #fff;
  border: 2px solid #4f81bd;
  display: block;
  visibility: hidden;
  opacity: 0;
  padding: 0 25px;
  position: absolute;
  left: -150px;
  top: 100%;
  z-index: 200;
  min-width: 270px;
  max-width: 100%;
  -webkit-transition: visibility .25s ease-in, opacity .25s ease-in;
  transition: visibility .25s ease-in, opacity .25s ease-in;
}

.dropdown-content.align-right {
  left: auto;
  right: -100px;
}

.dropdown-content a.find-out-more {
  color: #fff;
}

.dropdown-content a.find-out-more:hover {
  color: #fff;
}

.dropdown {
  z-index: 9999999;
}

.dropdown:hover .dropdown-content, .dropdown.is-open .dropdown-content {
  visibility: visible;
  opacity: 1;
}

.dropdown-content:after {
  content: '';
  display: block;
  clear: both;
}

.dropdown-content.two-columns {
  min-width: 500px;
}

.dropdown-content.three-columns {
  min-width: 730px;
}

.dropdown-content.four-columns {
  min-width: 960px;
}

.dropdown-content .columns {
  border-right: #eaeaea 1px solid;
  padding: 20px 15px;
  float: none;
  display: inline-block;
  width: 230px;
  vertical-align: top;
  min-height: 230px;
}

.dropdown-content .columns:last-of-type {
  border-right: none;
}

.dropdown-content h3 {
  display: block;
  font-size: 14px;
  height: 50px;
  text-transform: uppercase;
}

.dropdown-content p {
  color: #333;
  min-height: 200px;
  line-height: 1.3em;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.dropdown-content ul li a {
  font-family: 'Montserrat', sans-serif;
}

.dropdown-content a {
  color: #17477b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dropdown-content a:hover {
  color: #071525;
}

.dropdown-content ul {
  list-style: none;
  margin: 0 0 10px;
  font-size: 14px;
}

.search-button {
  display: none;
}

@media only screen and (max-width: 1140px) {
  .site-menu-button {
    display: inline-block;
  }
  .site-menu-button a {
    display: block;
  }
  .site-logo {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0 50px;
  }
  .site-menu-wrapper {
    display: none;
  }
  .main-header {
    background: #15477c;
    padding: 5px 0 0;
    position: fixed;
    width: 100%;
    z-index: 300;
  }
  .skeywords input {
    width: 90%;
  }
  .desktop-logo {
    display: none;
  }
  .mobile-logo {
    display: inline-block;
    padding: 10px;
  }
  .header-side {
    display: none;
  }
  .mobile-search {
    color: #fff;
    display: inline-block;
    font-size: 1.75rem;
    text-align: right;
    z-index: 400;
  }
  .site-menu-button, .search-button {
    padding-top: 20px;
  }
  .site-menu-button a, .search-button a {
    font-size: 28px;
  }
  .search-button {
    display: inline-block;
  }
}

@media only screen and (max-width: 480px) {
  .site-logo .mobile-logo img {
    height: auto;
  }
}

.carousel-wrapper {
  width: 100%;
  height: auto;
  margin: 30px 0;
  position: relative;
}

.carousel-wrapper .slide {
  background-color: #f2f1f0;
}

.carousel-wrapper .slide .carousel-image {
  padding: 0;
}

.carousel-wrapper .slide .carousel-image img {
  width: 100%;
  height: auto;
}

.carousel-wrapper .slide .carousel-content {
  background-color: #f2f1f0;
  padding: 0;
  padding-bottom: 40px;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .carousel-wrapper .slide .carousel-content {
    height: auto !important;
  }
}

.carousel-wrapper .slide .carousel-content .carousel-caption {
  padding: 30px;
}

.carousel-wrapper .slide .carousel-content .carousel-caption h2 {
  font-size: 1.875rem;
  font-weight: 500;
  color: #15477c;
}

@media only screen and (max-width: 1140px) {
  .carousel-wrapper .slide .carousel-content .carousel-caption h2 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 480px) {
  .carousel-wrapper .slide .carousel-content .carousel-caption h2 {
    font-size: 1.25rem;
  }
}

.carousel-wrapper .slide .carousel-content .carousel-caption .btn {
  margin-top: 15px;
}

.carousel-wrapper .slider-control {
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 0;
  width: 100%;
  text-align: right;
}

.carousel-wrapper .slider-control .arrow-left, .carousel-wrapper .slider-control .arrow-right {
  padding: 15px 20px;
  display: inline-block !important;
  background-color: #dcdcdc;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.carousel-wrapper .slider-control .arrow-left i, .carousel-wrapper .slider-control .arrow-right i {
  color: #959595;
}

.carousel-wrapper .slider-control .arrow-left:hover, .carousel-wrapper .slider-control .arrow-right:hover {
  background-color: #17477b;
}

.carousel-wrapper .slider-control .arrow-left:hover i, .carousel-wrapper .slider-control .arrow-right:hover i {
  color: white;
}

.carousel-wrapper .slick-dots {
  position: absolute;
  left: -webkit-calc(66.6666% + 30px);
  left: calc(66.6666% + 30px);
  bottom: 10px;
  display: inline-block !important;
  width: auto;
}

@media only screen and (max-width: 1024px) {
  .carousel-wrapper .slick-dots {
    left: 30px;
  }
}

.carousel-wrapper .slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #dcdcdc;
  border: none;
}

.carousel-wrapper .slick-dots li:hover {
  background-color: #17477b;
}

.carousel-wrapper .slick-dots li button {
  border: none;
}

.carousel-wrapper .slick-dots li.slick-active {
  background-color: #959595;
}

@media only screen and (max-width: 480px) {
  .carousel-wrapper .carousel-image {
    padding: 0;
    height: 100%;
    max-height: 200px;
  }
  .carousel-wrapper .carousel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

.top-alert {
  position: relative;
  background: #ebebeb;
  display: none;
  /* box-shadow: 0px 4px 2px -2px gray; */
}

.top-alert p {
  font-size: 0.875rem;
  margin-bottom: 0;
  padding: 5px 10px 5px 0;
}

.top-alert .fa-exclamation-triangle {
  color: red;
  margin-right: 10px;
}

.top-alert a:hover {
  text-decoration: underline;
}

.top-alert .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 10px;
  height: 100%;
  background: #dcdcdc;
}

@media only screen and (max-width: 480px) {
  .top-alert p {
    font-size: 0.75rem;
  }
}

.innerpage1 .tree {
  padding: 10px 0;
}

.innerpage1 .tree a {
  font-size: 1.0625rem;
  color: #000;
}

.innerpage1 .tree a.active {
  font-weight: 600;
}

.innerpage1 .tree a:hover {
  text-decoration: underline;
}

.innerpage1 .tree span {
  font-size: 1.0625rem;
  color: #000;
}

.innerpage1 h1 {
  color: #222;
  font-weight: bold;
  font-size: 2.5rem;
}

.innerpage1 h2 {
  color: #333;
  font-size: 1rem;
  line-height: 1.5em;
}

.page-title {
  background: #f5f5f5;
  padding: 20px 0 20px;
}

.page-title > .content > .columns {
  padding-right: 30px;
}

.page-title.bg-blue {
  background: #34669e;
}

.page-title.bg-blue h1 {
  color: #fff;
}

.page-title.bg-blue h2 {
  color: #fff;
}

.page-title__sub-nav {
  background: #34669e;
}

.page-title__sub-nav ul {
  list-style: none;
  margin: 0;
}

.page-title__sub-nav li a {
  color: #fff;
}

.page-title__sub-nav li a .fa-home {
  font-size: 1.5em;
  margin-left: 0;
}

@media only screen and (min-width: 641px) {
  .page-title h1 {
    padding-right: 100px;
  }
  .page-title .columns {
    position: relative;
  }
  .page-title .dropdown-links {
    position: absolute;
    right: 0;
    top: 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .page-title__sub-nav li {
    display: inline-block;
    margin-right: 5px;
  }
  .page-title__sub-nav li a {
    display: block;
    position: relative;
    padding: 20px 10px;
    font-size: 0.8125rem;
  }
  .page-title__sub-nav li a .fa-home {
    padding: 0 10px;
  }
  .page-title__sub-nav li a .fa-angle-right {
    display: none;
  }
  .page-title__sub-nav li a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#183157));
    background: -webkit-linear-gradient(transparent, #183157);
    background: linear-gradient(transparent, #183157);
  }
  .page-title__sub-nav li a:hover:after {
    opacity: 1;
  }
  .page-title__sub-nav li a:after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    bottom: -13px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    width: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #183157;
  }
  .page-title__sub-nav li.active a {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#183157));
    background: -webkit-linear-gradient(transparent, #183157);
    background: linear-gradient(transparent, #183157);
  }
  .page-title__sub-nav li.active a:after {
    opacity: 1;
  }
}

@media only screen and (min-width: 1140px) {
  .page-title__sub-nav li {
    margin-right: 10px;
  }
  .page-title__sub-nav li a {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1023px) {
  .innerpage1 .tree {
    display: none;
  }
  .page-title__sub-nav li {
    margin-bottom: 10px;
  }
  .page-title__sub-nav li a {
    font-size: 0.875rem;
  }
  .page-title__sub-nav li a i {
    margin-left: 10px;
  }
  .page-title__sub-nav li.active a {
    border-bottom: 2px solid #fff;
  }
}

@media only screen and (max-width: 640px) {
  .innerpage1 h1 {
    font-size: 1.5rem;
  }
  .innerpage1 h2 {
    font-size: 0.875rem;
  }
  .page-title .dropdown-links {
    font-size: 0.8125rem;
  }
}

.alert-section {
  background: #fafafa;
  margin-bottom: 30px;
  padding: 0 20px 5px;
}

.alert-section .alert-section__title {
  color: #1e1e1e;
}

.alert-section .link-expand {
  color: #34669e;
  text-decoration: none;
}

.alert-section .link-expand:hover {
  color: #15477c;
}

.alert-section__title {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#edeeee));
  background: -webkit-linear-gradient(#fff, #edeeee);
  background: linear-gradient(#fff, #edeeee);
  padding: 10px 20px;
  margin: 0 -20px 10px;
  font-size: 1.125rem;
}

.alert-section__title i {
  margin-right: 10px;
}

.alert-section__content {
  display: none;
}

.alert-section__content.expanded {
  display: block;
}

.contact-tile {
  background: #34669e;
}

.contact-tile__header {
  background: #15477c;
  color: #fff;
}

.contact-tile__header h3 {
  font-size: 1rem;
}

.contact-tile__title {
  display: inline-block;
  float: left;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  padding: 20px 0 20px 20px;
  margin: 0;
}

.contact-tile__social {
  list-style: none;
  padding: 20px 10px 20px 10px;
  margin: 0;
  display: inline-block;
  float: right;
  border-left: 1px solid #3d5a85;
}

.contact-tile__social li {
  display: inline-block;
  padding: 0 5px;
}

.contact-tile__social li:last-child {
  padding-right: 0;
}

.contact-tile__social li a {
  color: #fff;
}

.contact-tile__social li a i {
  margin-left: 10px;
  font-size: 18px;
}

.contact-tile__social li a:hover {
  color: #34669e;
}

.contact-tile__body {
  padding: 30px 20px 20px;
}

.contact-tile__body .text-with-icon {
  color: #fff;
}

.contact-tile__body .text-with-icon i {
  opacity: 0.6;
}

.contact-tile__body .text-with-icon a {
  color: #fff;
  font-weight: 600;
}

.contact-tile__body .text-with-icon a:hover {
  text-decoration: underline;
}

.contact-tile__body h4 {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
}

.contact-tile__body p {
  color: #fff;
  font-size: 1rem;
}

.contact-tile__body p a {
  color: #fff;
  font-weight: 500;
}

.contact-tile__body p a:hover {
  text-decoration: underline;
}

.contact-tile__body ul li {
  color: #fff;
}

.contact-tile__notice {
  border-top: 1px solid #4774a6;
  padding: 20px 0 0;
}

@media only screen and (max-width: 468px) {
  .contact-tile__title {
    padding-left: 10px;
  }
  .contact-tile__social li {
    padding: 0 3px;
  }
}

.announcements {
  margin-bottom: 30px;
}

.announcements h4 {
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
}

.announcements-list {
  margin: 0;
  list-style: none;
}

.announcements-list li {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.announcements-list li:last-child {
  border: 0;
}

.announcements-list .announcement-title a {
  font-size: 1rem;
  color: #34669e;
  text-decoration: none;
}

.announcements-list .announcement-title a:hover {
  text-decoration: underline;
}

.announcements-list .announcement-title span {
  font-size: 1rem;
  font-weight: 600;
}

.announcements-list p {
  font-size: 1rem;
  margin-bottom: 0;
}

.home2 {
  position: relative;
  /*z-index: 100 !important;*/
}

.home2 .tab-header {
  width: 100%;
  z-index: 100;
}

.home2 .ui-tabs-nav {
  margin-bottom: 0;
}

.home2 .ui-tabs-nav li {
  background: #e3e3e3;
  display: inline-block;
  margin-right: 20px;
}

.home2 .ui-tabs-nav li a {
  color: #333333;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  outline: none;
  padding: 15px 100px;
  text-transform: uppercase;
}

.home2 .ui-tabs-nav .ui-tabs-active {
  background: #17477b;
}

.home2 .ui-tabs-nav .ui-tabs-active a {
  color: #fff;
}

.home2 .tab-content {
  background: #17477b;
  padding: 30px 0 0;
}

.home2 .tab-content a {
  text-decoration: none;
}

.home2 .tab-content a:hover {
  color: white;
}

.home2 figure {
  margin: 10px 0;
}

.home2 figure a {
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
  padding: 10px;
  width: 100%;
}

.home2 figure a div {
  margin-left: 10px;
}

.home2 figure a:hover h5,
.home2 figure a:hover div {
  text-decoration: underline;
}

.home2 figure img {
  margin-bottom: 10px;
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.home2 figure p h5,
.home2 figure p div {
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  vertical-align: middle;
}

.home2 .travel-form {
  background: url("../img/globe.png") no-repeat right bottom #dde7ef;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 40px 25px 50px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .home2 .travel-form {
    background: #dde7ef;
  }
}

.home2 .travel-form h2 {
  font-size: 1.1875rem;
  font-weight: bold;
}

@media only screen and (min-width: 40em) {
  .home2 .travel-form h2 {
    font-size: 1.9375rem;
  }
}

@media only screen and (max-width: 640px) {
  .home2 .travel-form h2 {
    font-size: 24px;
  }
}

.home2 .travel-form p {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.home2 .travel-form p a {
  color: #17477b;
  text-decoration: underline;
}

.home2 .travel-form p a:hover {
  color: #2199e8;
}

.home2 .travel-form .invalid-error-msg {
  font-size: 0.75rem;
}

.home2 .travel-form .inner-form {
  max-width: 650px;
}

.home2 .travel-form .awesomplete {
  width: 80%;
}

.home2 .travel-form input[type="text"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  height: 40px;
  padding: 10px 15px;
  vertical-align: top;
  width: 100%;
  border-color: #828282;
}

.home2 .travel-form input[type="text"].search-input {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  display: inline-block;
}

.home2 .travel-form input[type="text"]::-webkit-input-placeholder {
  color: black;
}

.home2 .travel-form input[type="text"]:-ms-input-placeholder {
  color: black;
}

.home2 .travel-form input[type="text"]::placeholder {
  color: black;
}

.home2 .travel-form .twitter-typeahead input[type="text"].search-input {
  width: 100%;
  display: block;
}

.home2 .travel-form button {
  background: #15477c;
  color: #fff;
  display: inline-block;
  height: 40px;
  vertical-align: top;
  padding: 10px 15px;
}

.home2 .home2 .whitespace {
  background: #fff;
  padding: 25px 30px;
}

@media only screen and (max-width: 800px) {
  .home2 .home2 .tab-header {
    position: static;
  }
}

@media only screen and (max-width: 736px) {
  .home2 .home2 .tab-header {
    top: -52px;
  }
  .home2 .home2 .ui-tabs-nav li a {
    font-size: 14px;
    padding: 15px 30px;
  }
}

@media only screen and (max-width: 640px) {
  .home2 .home2 figure a {
    min-height: auto;
  }
}

@media only screen and (max-width: 480px) {
  .home2 .home2 .ui-tabs-nav li a {
    padding: 10px 30px;
    font-size: 14px;
  }
  .home2 .home2 .tab-header {
    top: -42px;
  }
  .home2 .home2 figure p {
    width: 50%;
  }
  .home2 .home2 .ui-tabs-nav {
    margin-left: 0;
    margin-right: 0;
  }
  .home2 .home2 .ui-tabs-nav li {
    margin-right: 0;
  }
}

@media only screen and (max-width: 360px) {
  .home2 .home2 .ui-tabs-nav {
    margin-left: 0;
  }
  .home2 .home2 .ui-tabs-nav li {
    margin-right: 0;
  }
}

.cdetail1 .tabbed-content {
  margin-bottom: 30px;
}

.tabbed-content h5 {
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .tabbed-content figure img {
    width: 45px;
  }
  .tabbed-content figure a {
    min-height: 100px;
  }
  .tabbed-content figure h5 {
    width: -webkit-calc(100% - 65px);
    width: calc(100% - 65px);
    font-size: 0.875rem;
  }
  .tabbed-content .ui-tabs-nav li a {
    padding: 15px 80px;
    font-size: 0.875rem;
    text-decoration: none;
  }
}

@media only screen and (max-width: 1366px) {
  .tabbed-content figure {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  .tabbed-content figure {
    width: 100%;
  }
}

.article-listing h3 {
  float: left;
}

.article-listing .link-more {
  float: right;
  margin-top: 20px;
}

.article-listing .m-link-more {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .article-listing {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
  .article-listing h3 {
    max-width: 400px;
  }
  .article-listing .link-more {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .article-listing h3 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 640px) {
  .article-listing .link-more {
    display: none;
  }
  .article-listing .m-link-more {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .article-listing .m-link-more .link-more {
    float: none;
    margin: 0;
    display: inline-block;
  }
}

.off-canvas .close-button {
  color: #fff;
}

.off-canvas .btn-fb .fa {
  margin-right: 10px;
}

.off-canvas .soc-media-li {
  background: #15477c;
}

.off-canvas-menu .submenu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.off-canvas-menu .submenu__link > * {
  display: block;
}

.off-canvas-menu .submenu__link > a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

.off-canvas-menu .submenu__link > .btn-arrow {
  position: static;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  height: auto;
}

.is-off-canvas-open .site-menu-button .fa-bars:before {
  content: "\f00d";
}

.search-mobile {
  position: relative;
  background: #f7f7f7;
}

.search-mobile .content {
  padding: 12px 20px;
}

.search-mobile form {
  position: relative;
  background-color: white;
  margin-right: 40px;
}

.right-tile h3 {
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .right-tile h3 {
    font-size: 1.25rem;
  }
}

.filter-bar {
  position: relative;
  background: #f5f5f5;
  padding: 0 0 20px;
  margin-bottom: 20px;
}

.filter-bar.overseas-filter {
  padding: 40px 0 20px;
  margin-bottom: 0;
}

.filter-bar input, .filter-bar select {
  margin: 0;
}

.filter-bar .formsec {
  float: left;
  padding: 0 10px;
  margin: 0 0 25px;
}

.filter-bar__search {
  position: relative;
  width: 20%;
}

.filter-bar__search input {
  width: 100%;
  padding: 10px 30px 10px 20px;
  border-radius: 20px;
  border: 0;
  font-size: 0.875rem;
}

.filter-bar__search button {
  position: absolute;
  right: 20px;
  top: 5px;
  font-size: 1.2em;
  padding: 5px;
  color: #34669e;
}

.filter-bar__search .invalid-error-msg {
  margin-left: 20px;
}

.filter-bar__country {
  width: 18%;
}

.filter-bar__country select {
  font-size: 0.875rem;
  width: 100%;
}

.filter-bar__combo {
  width: 20%;
}

.filter-bar__combo .multichoices {
  width: 100%;
}

.filter-bar__date-range {
  width: 25%;
}

.filter-bar__date-range .datepicker {
  float: left;
  width: 50%;
  padding: 0 5px;
}

.filter-bar__buttons {
  width: 16%;
  float: left;
}

.filter-bar__buttons button {
  display: inline-block;
}

.filter-bar__buttons .form-submit {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 10px;
  background: #17477b;
  padding: 15px 20px;
  margin-right: 10px;
  -webkit-transition: background .25s ease;
  transition: background .25s ease;
}

.filter-bar__buttons .form-submit:hover {
  background: #0f2e50;
}

.filter-bar__buttons .form-reset {
  color: #17477b;
  text-decoration: underline;
  font-size: 0.875rem;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
}

.filter-bar__buttons .form-reset:hover {
  color: #2779d1;
}

@media only screen and (max-width: 1140px) {
  .filter-bar.overseas-filter .filter-bar__combo {
    width: 100%;
  }
  .filter-bar__search {
    width: 100%;
  }
  .filter-bar__country {
    width: 50%;
  }
  .filter-bar__combo {
    width: 50%;
  }
  .filter-bar__date-range {
    width: 100%;
  }
  .filter-bar__date-range .datepicker {
    padding: 0;
  }
  .filter-bar__date-range .datepicker:first-child {
    padding-right: 10px;
  }
  .filter-bar__date-range .datepicker:last-child {
    padding-left: 10px;
  }
  .filter-bar__buttons {
    float: none;
    width: 100%;
    text-align: center;
  }
  .filter-bar__buttons .form-submit {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .filter-bar__country, .filter-bar__combo {
    width: 100%;
  }
  .filter-bar__date-range.formsec {
    margin-bottom: 0;
  }
  .filter-bar__date-range .datepicker {
    width: 100%;
    margin-bottom: 25px;
    padding: 0;
  }
  .filter-bar__date-range .datepicker:first-child, .filter-bar__date-range .datepicker:last-child {
    padding: 0;
  }
}

.strip2 img {
  float: right;
}

.strip2__soc-media-label {
  font-size: 0.8125rem;
  display: inline-block;
}

.strip2 .soc-media {
  display: inline-block;
}

.strip2 .sec2 {
  max-height: none;
}

.strip2 .sec2 .date {
  margin-right: 10px;
}

.strip2 .sec2 .type-label {
  margin-right: 10px;
  border-left: 1px solid #dcdcdc;
  padding-left: 10px;
}

.strip2 .sec2-details p {
  margin-bottom: 10px;
  color: #333333;
}

.strip3 {
  background: #fafafa;
  border: #ecebeb 1px solid;
  margin-bottom: 30px;
}

.strip3 img,
.strip3 .sec3 {
  float: left;
}

.strip3 img {
  max-height: 240px;
  width: 22%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.strip3 .sec3 {
  max-height: 240px;
  padding: 20px;
  width: 100%;
}

.strip3 .sec3-expanded {
  width: 100%;
}

.strip3 .sec3 h3 {
  margin-bottom: 10px;
}

.strip3 .sec3 h3 a {
  color: #17477b;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: normal;
}

.strip3 .sec3 h3 a:hover {
  color: #1585cf;
  text-decoration: underline;
}

.strip3 .sec3 h3 a:visited {
  color: #551a8b;
}

.strip3 .sec3-details .date,
.strip3 .sec3-details .cat {
  color: #747474;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0;
}

.strip3 .sec3-details .date {
  margin-right: 10px;
}

.strip3 .sec3-details .type-label {
  margin-right: 10px;
  border-left: 1px solid #dcdcdc;
  padding-left: 10px;
}

.strip3 .sec3-details p {
  color: #747474;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}

.strip3 .sec3-details a {
  color: #17477b;
}

.strip3 .sec3-details a:hover {
  color: #1585cf;
  text-decoration: underline;
}

.strip3 .sec3 .soc-media {
  /*margin: 20px 0 0 0;*/
  margin: 5px 0 0 0;
}

.strip3 .sec3 .soc-media li {
  display: inline-block;
  font-size: 16px;
  list-style: none;
  padding: 0 2px;
  vertical-align: top;
}

.strip3 .sec3 .soc-media li a {
  color: #747474;
}

.strip3 .sec3 .soc-media li a:hover {
  color: #34669e;
}

.strip-fullwidth {
  width: 100% !important;
}

.icon-alert-2 {
  font-size: 15px;
  padding-right: 10px;
}

.ta-tn-header {
  display: inline !important;
}

.search-filter button {
  font-size: 1rem;
  margin-top: 10px;
}

.search-filter button[type="submit"] {
  background: #17477b;
  color: #fff;
  padding: 15px 20px;
  margin-right: 10px;
}

.search-filter button[type="reset"] {
  text-decoration: underline;
  color: #17477b;
}

.search-filter .search-corp-checkbox {
  margin-bottom: 5px;
}

.search-filter .search-corp-checkbox input[type="checkbox"] {
  vertical-align: middle;
}

.search-filter label {
  font-size: 1rem;
}

.result-tile a h4 {
  text-transform: none;
  font-size: 1.125rem;
}

.result-tile a p {
  font-size: 1rem;
}

.result-tile a .last-update {
  margin-top: 10px;
}

.map-container {
  height: 100%;
}

.map-container #mapContact {
  background-color: gray;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.accordion-revamp {
  margin: 24px 0;
}

@media only screen and (max-width: 767px) {
  .accordion-revamp {
    margin: 20px 0;
  }
}

.accordion-revamp__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}

.accordion-revamp__header .btn-expand-all, .accordion-revamp__header .btn-collapse-all {
  background: none;
  border: none;
  margin: 0;
  padding: 0 8px;
  outline: none;
  color: #17477b;
}

.accordion-revamp__header > *:first-child {
  padding: 0 8px 0 0;
}

.accordion-revamp__header > *:last-child {
  padding: 0 0 0 8px;
}

.accordion-revamp__header > *:not(:last-child) {
  border-right: 1px solid #17477b;
}

.accordion-revamp__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fefefe;
}

.accordion-revamp__wrapper .accordion-revamp-item {
  padding: 0;
  margin: 0 0 10px;
}

.accordion-revamp__wrapper .accordion-revamp-item .accordion-revamp-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
  background: #ebebeb;
  border-left: 5px solid #08386c;
  padding: 15px 10px;
}

.accordion-revamp__wrapper .accordion-revamp-item .accordion-revamp-header .title {
  position: relative;
  color: #333333;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
}

.accordion-revamp__wrapper .accordion-revamp-item .accordion-revamp-header .icon-plus-minus {
  position: relative;
  width: 16px;
  height: 16px;
  background: transparent;
}

.accordion-revamp__wrapper .accordion-revamp-item .accordion-revamp-header .icon-plus-minus::before {
  content: '';
  position: absolute;
  background-color: black;
  border-radius: 1px;
  top: 50%;
  left: 2px;
  right: 2px;
  height: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accordion-revamp__wrapper .accordion-revamp-item .accordion-revamp-header .icon-plus-minus::after {
  content: '';
  position: absolute;
  background-color: black;
  border-radius: 1px;
  top: 2px;
  bottom: 2px;
  left: 50%;
  width: 3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.accordion-revamp__wrapper .accordion-revamp-item .accordion-revamp-content {
  max-height: 0;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}

.accordion-revamp__wrapper .accordion-revamp-item .accordion-revamp-content__wrapper {
  padding: 16px 4px;
}

.accordion-revamp__wrapper .accordion-revamp-item.expanded .accordion-revamp-header .icon-plus-minus::after {
  content: none;
}

.menu-tab__list {
  list-style: none;
  padding: 0 20px;
  margin: 0 25px;
}

@media only screen and (min-width: 1366px) {
  .menu-tab__list {
    padding: 0 30px;
  }
}

.menu-tab__list--item {
  margin: 0 20px 0 0;
  background: #e3e3e3;
  display: inline-block;
}

.menu-tab__list--button {
  color: #333;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: inherit;
  outline: none;
  background-color: none;
  border: none;
  padding: 15px 100px;
  text-transform: uppercase;
  cursor: pointer transition all 0.3s ease-in-out;
}

.menu-tab__list--button[aria-selected="true"] {
  background: #17477b;
  color: #fff;
}

.menu-tab__content {
  background: #17477b;
  padding: 30px 0 0;
}

@media only screen and (min-width: 1366px) {
  .menu-tab__content {
    padding: 30px 0 0;
  }
}

.menu-tab__content a {
  text-decoration: none;
}

.menu-tab__content a:hover {
  color: white;
}

.menu-tab__content--item {
  display: none;
  margin: 0 10px;
}

@media only screen and (min-width: 800px) {
  .menu-tab__content--item {
    margin: 0 20px;
  }
}

.menu-tab__content--item.active {
  display: block;
}

.menu-tab__content--item.active a {
  color: #fff;
}

.menu-tab__content--item figure {
  margin: 10px 0;
}

.menu-tab__content--item figure a {
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
  padding: 10px;
  width: 100%;
}

.menu-tab__content--item figure a div {
  margin-left: 10px;
}

.menu-tab__content--item figure a:hover h5,
.menu-tab__content--item figure a:hover div {
  text-decoration: underline;
}

.menu-tab__content--item figure img {
  margin-bottom: 10px;
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.menu-tab__content--item figure p h5,
.menu-tab__content--item figure p div {
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  vertical-align: middle;
}

.menu-tab__content--item .travel-form {
  background: url("../img/globe.png") no-repeat right bottom #dde7ef;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 40px 25px 50px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .menu-tab__content--item .travel-form {
    background: #dde7ef;
  }
}

.menu-tab__content--item .travel-form h2 {
  font-size: 1.1875rem;
  font-weight: bold;
}

@media only screen and (min-width: 40em) {
  .menu-tab__content--item .travel-form h2 {
    font-size: 1.9375rem;
  }
}

@media only screen and (max-width: 640px) {
  .menu-tab__content--item .travel-form h2 {
    font-size: 24px;
  }
}

.menu-tab__content--item .travel-form p {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.menu-tab__content--item .travel-form p a {
  color: #17477b;
  text-decoration: underline;
}

.menu-tab__content--item .travel-form p a:hover {
  color: #2199e8;
}

.menu-tab__content--item .travel-form .invalid-error-msg {
  font-size: 0.75rem;
}

.menu-tab__content--item .travel-form .inner-form {
  max-width: 650px;
}

.menu-tab__content--item .travel-form .awesomplete {
  width: 80%;
}

.menu-tab__content--item .travel-form input[type="text"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  height: 40px;
  padding: 10px 15px;
  vertical-align: top;
  width: 100%;
  border-color: #828282;
}

.menu-tab__content--item .travel-form input[type="text"].search-input {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  display: inline-block;
}

.menu-tab__content--item .travel-form input[type="text"]::-webkit-input-placeholder {
  color: black;
}

.menu-tab__content--item .travel-form input[type="text"]:-ms-input-placeholder {
  color: black;
}

.menu-tab__content--item .travel-form input[type="text"]::placeholder {
  color: black;
}

.menu-tab__content--item .travel-form .twitter-typeahead input[type="text"].search-input {
  width: 100%;
  display: block;
}

.menu-tab__content--item .travel-form button {
  background: #15477c;
  color: #fff;
  display: inline-block;
  height: 40px;
  vertical-align: top;
  padding: 10px 15px;
}

.searchshow {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  background: #f7f7f7;
  padding: 10px 0;
  border: 1px solid #ddd;
  text-align: center;
  z-index: 9999 !important;
}

@media only screen and (max-width: 480px) {
  .searchshow {
    top: 75px;
  }
}

.searchshow form {
  padding-right: 40px;
}

.searchshow input {
  /*background-color: transparent;*/
  border: none;
  /*border-bottom: 10px solid #333;*/
  margin-bottom: 0;
  color: #111;
  border: 1px solid #f3f3f3;
  font-family: 'Montserrat', sans-serif;
  float: left;
  padding: 10px 15px;
  font-size: 1rem;
  width: 100%;
  outline: none;
  z-index: 999999 !important;
}

.searchshow .close {
  position: absolute;
  right: 20px;
  top: 5px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.searchshow .invalid-error-msg {
  float: left;
}

.sg-gov-banner {
  background: #fefefe;
  padding: 3px 0;
  position: relative;
  z-index: 999;
}

.sg-gov-banner a {
  color: #767676;
  font-size: 0.8125rem;
  text-decoration: none;
}

.sg-gov-banner a:hover, .sg-gov-banner a:focus {
  color: #ec1c29;
}

.sg-gov-banner .icon {
  color: #ec1c29;
  font-size: 1.5em;
  margin-right: 10px;
  vertical-align: middle;
}

.main-header {
  padding-top: 0px;
  background-color: #15477c;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.main-header .wrapper {
  background-color: #15477c;
  z-index: 1;
  position: relative;
}

.main-header .nav-links-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header .nav-links-wrapper .site-logo {
  width: 250px;
}

.main-header .nav-links-wrapper .desktop-logo {
  padding: 20px 0px;
  display: block;
}

.main-header .nav-links-wrapper .desktop-logo img {
  width: 100%;
  height: auto;
}

.main-header .nav-links-wrapper .site-search-handle {
  display: block;
}

.main-header .nav-links-wrapper .site-search-handle button {
  background-color: transparent;
  cursor: pointer;
  padding: 10px 20px;
  color: white;
  font-size: 1.375rem;
}

.main-header .nav-links-wrapper .site-action-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-header .nav-links-wrapper .search-button {
  float: none;
  display: block;
  position: relative;
  color: white;
  font-size: 1.375rem;
  cursor: pointer;
  padding: 0px 10px;
  right: auto;
}

.main-header .nav-links-wrapper .site-menu-button {
  position: relative;
  padding: 0px 10px;
  left: auto;
}

.main-header .nav-links-wrapper .site-menu-button a[aria-expanded="true"] i::before {
  content: "\f00d";
}

.off-canvas-wrapper {
  overflow: auto;
  height: 100%;
}

#offCanvas {
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: fixed;
  top: 0;
  left: 0;
}

#offCanvas.position-left {
  left: 0;
  width: 100%;
  overflow: scroll;
}

#offCanvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#offCanvas.is-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#offCanvas[aria-hidden=true] {
  visibility: hidden;
}

#offCanvas[aria-hidden=false] {
  visibility: visible;
}

.is-open-left {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.is-open-left #offCanvas {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (min-width: 1139px) {
  #offCanvas {
    display: none !important;
  }
  .js-off-canvas-exit {
    display: none !important;
  }
}

@media only screen and (max-width: 1140px) {
  .main-header .nav-links-wrapper .site-logo {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .main-header .nav-links-wrapper .desktop-logo {
    display: none;
  }
  .main-header .nav-links-wrapper .mobile-logo {
    display: block;
    width: 100%;
  }
  .main-header .nav-links-wrapper .mobile-logo img {
    width: 220px;
  }
  .searchshow {
    position: absolute;
    display: none;
  }
  .mobile-search {
    display: none;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main-header {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .is-open-left .main-header {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
  }
}

.site-footer {
  position: relative;
  background-color: #111;
  padding-top: 20px;
  color: white;
}

.site-footer .btn-scroll-top {
  background-color: white;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  opacity: 1;
  position: absolute;
  right: 20px;
  text-decoration: none;
  top: -25px;
  width: 50px;
  z-index: 998;
}

.site-footer .btn-scroll-top .vh {
  display: none;
}

.site-footer .btn-scroll-top .fa {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #15477c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1em;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.site-footer .btn-scroll-top:hover, .site-footer .btn-scroll-top:focus {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
}

.site-footer .btn-scroll-top.sticky {
  position: fixed;
  bottom: 40px;
  top: auto;
}

.site-footer .btn-scroll-top.shown {
  opacity: 1;
  visibility: visible;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.site-footer ul li a {
  text-decoration: none;
}

.site-footer__title {
  color: white;
  font-size: 1.3em !important;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0.5rem;
  display: block;
}

.site-footer__description {
  max-width: 800px;
  padding-bottom: 20px;
}

.site-footer__nav ul li {
  margin-bottom: 10px;
}

.site-footer__nav ul li a {
  color: white;
  display: inline-block;
  font-weight: 500;
  position: relative;
  padding-right: 20px;
}

.site-footer__nav ul li a:before {
  content: "";
  background: #15477c;
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  top: 0;
  width: 100%;
  z-index: -1;
}

.site-footer__nav ul li a:hover, .site-footer__nav ul li a:focus {
  color: #fff;
}

.site-footer__nav ul li a:hover:before, .site-footer__nav ul li a:focus:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.site-footer .common-links a[target="_blank"]::after,
.site-footer .site-footer__panel a[target="_blank"]::after {
  content: "\f08e";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  margin-left: 5px;
}

.site-footer__common .common-links li {
  margin-bottom: 10px;
}

.site-footer__common .common-links li a {
  color: white;
  display: inline-block;
  font-weight: 400;
  position: relative;
}

.site-footer__common .common-links li a:before {
  content: "";
  background: #15477c;
  bottom: 0;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 100%;
}

.site-footer__common .common-links li a:hover, .site-footer__common .common-links li a:focus {
  color: #34669e;
}

.site-footer__common .common-links li a:hover:before, .site-footer__common .common-links li a:focus:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.site-footer__common .social-links li {
  display: inline-block;
  margin-right: 5px;
}

.site-footer__common .social-links li a {
  color: white;
  display: inline-block;
  font-size: 1.5em;
  position: relative;
  text-align: center;
  width: 40px;
}

.site-footer__common .social-links li a:before {
  content: "";
  background: transparent;
  border-radius: 50%;
  height: 40px;
  left: 0;
  margin-top: -5px;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: background-color 0.25s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: background-color 0.25s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.25s ease-in-out;
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.25s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  top: 0;
  width: 40px;
  z-index: -1;
}

.site-footer__common .social-links li a:hover, .site-footer__common .social-links li a:focus {
  color: white;
}

.site-footer__common .social-links li a:hover:before, .site-footer__common .social-links li a:focus:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.site-footer__common .social-links li a:hover.facebook, .site-footer__common .social-links li a:focus.facebook {
  color: #17309e;
}

.site-footer__common .social-links li a:hover.twitter, .site-footer__common .social-links li a:focus.twitter {
  color: #00b7ec;
}

.site-footer__common .social-links li a:hover.linkedin, .site-footer__common .social-links li a:focus.linkedin {
  color: #2a61ab;
}

.site-footer__common .social-links li a:hover.instagram, .site-footer__common .social-links li a:focus.instagram {
  color: #d62976;
}

.site-footer__common .social-links li a:hover.youtube, .site-footer__common .social-links li a:focus.youtube {
  color: #cc181e;
}

.site-footer__top {
  padding: 20px 0;
}

.site-footer__bottom {
  padding: 20px 0 20px 0px;
  background-color: #000;
  margin: 0px;
}

.site-footer__panel ul li {
  margin-bottom: 15px;
}

.site-footer__panel ul li a {
  color: white;
  display: inline-block;
  font-weight: 500;
  position: relative;
}

.site-footer__panel ul li a:before {
  content: "";
  background: #15477c;
  bottom: 0;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 100%;
}

.site-footer__panel ul li a:hover, .site-footer__panel ul li a:focus {
  color: #34669e;
}

.site-footer__panel ul li a:hover:before, .site-footer__panel ul li a:focus:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.site-footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: left;
  padding-top: 1em;
}

.site-footer__copyright small {
  color: white;
  font-size: calc-em(13px);
  font-weight: 200;
}

@media only screen and (min-width: 1024px) {
  .site-footer__title {
    font-size: calc-em(18px);
  }
  .site-footer__nav {
    width: 75%;
  }
  .site-footer__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-footer__nav ul li {
    width: 33%;
  }
  .site-footer__nav ul li a {
    color: white;
  }
  .site-footer__common {
    text-align: right;
  }
  .site-footer__common .common-links {
    display: inline-block;
    margin-right: 10px;
  }
  .site-footer__common .common-links li {
    display: inline-block;
    margin: 0 0 0 15px;
  }
  .site-footer__common .common-links li a {
    color: white;
    font-size: calc-em(15px);
    font-weight: 500;
  }
  .site-footer__common .social-links {
    display: inline-block;
    margin-left: 15px;
  }
  .site-footer__panel {
    float: left;
  }
  .site-footer__panel ul li {
    display: inline-block;
    margin-right: 15px;
  }
  .site-footer__panel ul li a {
    color: white;
    font-size: calc-em(14px);
  }
  .site-footer__copyright {
    float: right;
    text-align: right;
  }
  .site-footer__copyright small {
    color: white;
    font-size: calc-em(14px);
  }
}

.overseas-related {
  margin-bottom: 30px;
}

.overseas-related ul {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}

.overseas-related li {
  float: left;
  width: 33.3333333333%;
  padding: 0 15px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.overseas-related li a {
  font-size: 1rem;
}

@media only screen and (max-width: 768px) {
  .overseas-related li {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .overseas-related li {
    width: 100%;
  }
}

.inner-press-list .list-item .newspanel {
  margin-bottom: 0;
}

.inner-press-list .list-item:nth-child(2) .newspanel, .inner-press-list .list-item:nth-child(3) .newspanel {
  border: 0;
}

.inner-press-list .list-item:nth-child(2) .newsdetails, .inner-press-list .list-item:nth-child(3) .newsdetails {
  background: none;
  border: 0;
}

.inner-press-list .list-item:nth-child(2) .newsdetails {
  border-bottom: 1px solid #ebebeb;
}

@media only screen and (min-width: 1280px) {
  .inner-press-list {
    margin: 0;
    padding: 0;
  }
  .inner-press-list .list-item {
    float: left;
    width: 50%;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .inner-press-list {
    padding: 0;
  }
  .inner-press-list .list-item {
    float: left;
    width: 50%;
    padding: 0 15px;
  }
}

.overseas-aside {
  position: relative;
}

.overseas-aside .contact-tile {
  margin-bottom: 20px;
}

.overseas-aside .btn-back {
  display: block;
  font-size: 1rem;
}

.org-chart {
  padding: 0;
}

.org-chart .panel {
  border: 1px solid #f0efef;
  background: #fff;
  margin-bottom: 30px;
}

.org-chart .panel .panel-header {
  display: block;
  background: #f5f5f5;
  padding: 10px 20px;
}

.org-chart .panel img {
  float: left;
  margin-right: 10px;
  width: 100px;
}

.org-chart .panel .panel-list {
  background: #fff;
  padding: 20px;
}

.org-chart .panel .panel-list ul li {
  margin-bottom: 8px;
  line-height: 1.3;
}

.org-chart .panel .panel-details {
  background: #f5f5f5;
}

.org-chart .panel .panel-details h5 {
  text-transform: uppercase;
  font-size: 1rem;
  color: #1e1e1e;
  font-weight: 500;
  margin-bottom: 0;
}

.org-chart .panel .panel-details p {
  color: #3c3c3c;
}

.org-chart .panel.panelblock .panel-details {
  padding: 0;
}

.org-chart .panel.panelblock .panel-details img {
  display: block;
}

.org-chart .panel.panelblock .panel-header {
  padding: 0;
}

.org-chart .panel.panelblock img {
  width: 170px;
  float: left;
  margin-right: 20px;
  display: none;
}

.org-chart .panel.panelblock h5 {
  background: #f5f5f5;
  padding: 10px 20px;
}

.org-chart .panel.panelblock p {
  background: #fff;
  padding: 20px;
}

.org-chart .panel.panel-thumb img {
  vertical-align: middle;
  display: inline-block;
  float: none;
  border-radius: 50%;
}

.org-chart .panel.panel-thumb .panel-details {
  float: none;
  display: inline-block;
  max-width: -webkit-calc(100% - 120px);
  max-width: calc(100% - 120px);
  vertical-align: middle;
}

.org-chart .panel.panel-thumb .panel-details p {
  margin: 10px 0 0;
}

.org-chart .panel-list ul {
  list-style: none;
  margin: 0;
}

@media only screen and (max-width: 1140px) {
  .org-chart .panel.panelblock img {
    width: 150px;
  }
}

@media only screen and (max-width: 768px) {
  .org-chart .medium-6 {
    width: 100%;
  }
}

@media only screen and (max-width: 360px) {
  .org-chart .panel.panelblock img {
    float: none;
    margin: auto;
    display: block;
  }
  .org-chart .panel.panelblock .panel-details img {
    display: none;
  }
  .org-chart .panel.panel-thumb img {
    width: 70px;
  }
  .org-chart .panel.panel-thumb .panel-details {
    max-width: -webkit-calc(100% - 90px);
    max-width: calc(100% - 90px);
  }
}

body {
  position: relative;
}

/*# sourceMappingURL=style.css.map */
