@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/**
 * Add the correct font style in Android 4.3-.
 */

/**
 * Add the correct background and color in IE 9-.
 */

/**
 * Add the correct font size in all browsers.
 */

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Hide the overflow in IE.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */

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

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

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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


main {
  display: block; }

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

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

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


strong {
  font-weight: inherit; }


strong {
  font-weight: bolder; }

img {
  border-style: none; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

textarea {
  overflow: auto; }

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

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

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

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

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


menu {
  display: block; }

template {
  display: none; }

[hidden] {
  display: none; }

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

html {
  box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #FFF; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }


ul {
  margin-top: 0;
  margin-bottom: 1rem; }


ul ul {
  margin-bottom: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0275d8;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

 .gform_fields {
  padding-left: 0;
  list-style: none; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 960px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1280px;
      max-width: 100%; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }

.row, .gform_fields {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .row, .gform_fields {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row, .gform_fields {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row, .gform_fields {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row, .gform_fields {
      margin-right: -15px;
      margin-left: -15px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

 .col-3, .col-12, .col-18, .col-24, .gform_fields .gfield:not([class*="col"]), .col, .col-sm-3, .col-sm-8, .col-sm-12, .col-sm-16, .col-md-3, .col-md-6, .col-md-8, .col-md-9, .col-md-12, .col-md-14, .col-md-16, .col-md-20, .col-md-22, .col-md-24, .col-md, .col-lg-6, .col-lg-8, .col-lg-12, .col-lg-15, .col-lg-16, .col-lg-18, .col-lg-20, .col-xl-6, .col-xl-18, .col-xl-20 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
     .col-3, .col-12, .col-18, .col-24, .gform_fields .gfield:not([class*="col"]), .col, .col-sm-3, .col-sm-8, .col-sm-12, .col-sm-16, .col-md-3, .col-md-6, .col-md-8, .col-md-9, .col-md-12, .col-md-14, .col-md-16, .col-md-20, .col-md-22, .col-md-24, .col-md, .col-lg-6, .col-lg-8, .col-lg-12, .col-lg-15, .col-lg-16, .col-lg-18, .col-lg-20, .col-xl-6, .col-xl-18, .col-xl-20 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
     .col-3, .col-12, .col-18, .col-24, .gform_fields .gfield:not([class*="col"]), .col, .col-sm-3, .col-sm-8, .col-sm-12, .col-sm-16, .col-md-3, .col-md-6, .col-md-8, .col-md-9, .col-md-12, .col-md-14, .col-md-16, .col-md-20, .col-md-22, .col-md-24, .col-md, .col-lg-6, .col-lg-8, .col-lg-12, .col-lg-15, .col-lg-16, .col-lg-18, .col-lg-20, .col-xl-6, .col-xl-18, .col-xl-20 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
     .col-3, .col-12, .col-18, .col-24, .gform_fields .gfield:not([class*="col"]), .col, .col-sm-3, .col-sm-8, .col-sm-12, .col-sm-16, .col-md-3, .col-md-6, .col-md-8, .col-md-9, .col-md-12, .col-md-14, .col-md-16, .col-md-20, .col-md-22, .col-md-24, .col-md, .col-lg-6, .col-lg-8, .col-lg-12, .col-lg-15, .col-lg-16, .col-lg-18, .col-lg-20, .col-xl-6, .col-xl-18, .col-xl-20 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
     .col-3, .col-12, .col-18, .col-24, .gform_fields .gfield:not([class*="col"]), .col, .col-sm-3, .col-sm-8, .col-sm-12, .col-sm-16, .col-md-3, .col-md-6, .col-md-8, .col-md-9, .col-md-12, .col-md-14, .col-md-16, .col-md-20, .col-md-22, .col-md-24, .col-md, .col-lg-6, .col-lg-8, .col-lg-12, .col-lg-15, .col-lg-16, .col-lg-18, .col-lg-20, .col-xl-6, .col-xl-18, .col-xl-20 {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-3 {
  flex: 0 0 12.5%;
  max-width: 12.5%; }

.col-12 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-18 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-24, .gform_fields .gfield:not([class*="col"]) {
  flex: 0 0 100%;
  max-width: 100%; }

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

@media (min-width: 576px) {
  .col-sm-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-sm-8 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-16 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .push-sm-1 {
    left: 4.16667%; }
  .offset-sm-0 {
    margin-left: 0%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-md-6 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-8 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-md-12 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-14 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-16 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-20 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-22 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-24 {
    flex: 0 0 100%;
    max-width: 100%; }
  .push-md-1 {
    left: 4.16667%; }
  .push-md-2 {
    left: 8.33333%; }
  .push-md-3 {
    left: 12.5%; }
  .offset-md-4 {
    margin-left: 16.66667%; } }

@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-8 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-12 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-lg-16 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-18 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-20 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .push-lg-1 {
    left: 4.16667%; }
  .push-lg-2 {
    left: 8.33333%; }
  .push-lg-3 {
    left: 12.5%; }
  .push-lg-4 {
    left: 16.66667%; }
  .push-lg-6 {
    left: 25%; }
  .offset-lg-4 {
    margin-left: 16.66667%; } }

@media (min-width: 1200px) {
  .col-xl-6 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-18 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-20 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .push-xl-2 {
    left: 8.33333%; }
  .push-xl-3 {
    left: 12.5%; } }

 input[type="text"], input[type="email"], input[type="date"], input[type="password"], select, *:not(.gfield) textarea, .gform_fields .gfield input , .gform_fields .gfield select, .gform_fields .gfield textarea {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #FFF;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
   input[type="text"]::-ms-expand, input[type="email"]::-ms-expand, input[type="date"]::-ms-expand, input[type="password"]::-ms-expand, select::-ms-expand, *:not(.gfield) textarea::-ms-expand, .gform_fields .gfield input ::-ms-expand, .gform_fields .gfield select::-ms-expand, .gform_fields .gfield textarea::-ms-expand {
    background-color: transparent;
    border: 0; }
   input:focus[type="text"], input:focus[type="email"], input:focus[type="date"], input:focus[type="password"], select:focus, *:not(.gfield) textarea:focus, .gform_fields .gfield input:focus , .gform_fields .gfield select:focus, .gform_fields .gfield textarea:focus {
    color: #464a4c;
    background-color: #FFF;
    border-color: #5cb3fd;
    outline: none; }
   input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="date"]::placeholder, input[type="password"]::placeholder, select::placeholder, *:not(.gfield) textarea::placeholder, .gform_fields .gfield input ::placeholder, .gform_fields .gfield select::placeholder, .gform_fields .gfield textarea::placeholder {
    color: #636c72;
    opacity: 1; }
   input:disabled[type="text"], input:disabled[type="email"], input:disabled[type="date"], input:disabled[type="password"], select:disabled, *:not(.gfield) textarea:disabled, .gform_fields .gfield input:disabled , .gform_fields .gfield select:disabled, .gform_fields .gfield textarea:disabled, input[readonly][type="text"], input[readonly][type="email"], input[readonly][type="date"], input[readonly][type="password"], select[readonly], *:not(.gfield) textarea[readonly], .gform_fields .gfield input[readonly] , .gform_fields .gfield select[readonly], .gform_fields .gfield textarea[readonly] {
    background-color: #eceeef;
    opacity: 1; }
   input:disabled[type="text"], input:disabled[type="email"], input:disabled[type="date"], input:disabled[type="password"], select:disabled, *:not(.gfield) textarea:disabled, .gform_fields .gfield input:disabled , .gform_fields .gfield select:disabled, .gform_fields .gfield textarea:disabled {
    cursor: not-allowed; }

 select:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

 select:focus::-ms-value, .gform_fields .gfield select:focus::-ms-value {
  color: #464a4c;
  background-color: #FFF; }

.form-group {
  margin-bottom: 1rem; }

 .gform_wrapper ul.gfield_radio li, .gform_wrapper ul.gfield_checkbox li {
  position: relative;
  display: block;
  margin-bottom: 0.5rem; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

.show > a {
  outline: 0; }

.nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }

.card-block {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem; }
  .breadcrumb::after {
    display: block;
    content: "";
    clear: both; }

.page-pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-item:first-child .page-numbers {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.page-item:last-child .page-numbers {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.page-numbers {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0275d8;
  background-color: #FFF;
  border: 1px solid #ddd; }
  .page-numbers.current {
    z-index: 2;
    color: #FFF;
    background-color: #0275d8;
    border-color: #0275d8; }
  .page-numbers:focus, .page-numbers:hover {
    color: #014c8c;
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd; }

.page-pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.page-pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem; }

.page-pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.page-pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }

.page-pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem; }

.page-pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.border-0 {
  border: 0 !important; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex, .footer .social-icons .social-icon__badge {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

.flex-column {
  flex-direction: column !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.align-items-center, .footer .social-icons .social-icon__badge {
  align-items: center !important; }

@media (min-width: 768px) {
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-center {
    justify-content: center !important; } }

@media (min-width: 992px) {
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; } }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.ml-auto {
  margin-left: auto !important; }

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em; }

.flag-icon:before {
  content: "\00a0"; }

.flag-icon.flag-icon-squared {
  width: 1em; }

.flag-icon-ad {
  background-image: url(../img/flags/4x3/ad.svg); }

.flag-icon-ad.flag-icon-squared {
  background-image: url(../img/flags/1x1/ad.svg); }

.flag-icon-ae {
  background-image: url(../img/flags/4x3/ae.svg); }

.flag-icon-ae.flag-icon-squared {
  background-image: url(../img/flags/1x1/ae.svg); }

.flag-icon-af {
  background-image: url(../img/flags/4x3/af.svg); }

.flag-icon-af.flag-icon-squared {
  background-image: url(../img/flags/1x1/af.svg); }

.flag-icon-ag {
  background-image: url(../img/flags/4x3/ag.svg); }

.flag-icon-ag.flag-icon-squared {
  background-image: url(../img/flags/1x1/ag.svg); }

.flag-icon-ai {
  background-image: url(../img/flags/4x3/ai.svg); }

.flag-icon-ai.flag-icon-squared {
  background-image: url(../img/flags/1x1/ai.svg); }

.flag-icon-al {
  background-image: url(../img/flags/4x3/al.svg); }

.flag-icon-al.flag-icon-squared {
  background-image: url(../img/flags/1x1/al.svg); }

.flag-icon-am {
  background-image: url(../img/flags/4x3/am.svg); }

.flag-icon-am.flag-icon-squared {
  background-image: url(../img/flags/1x1/am.svg); }

.flag-icon-ao {
  background-image: url(../img/flags/4x3/ao.svg); }

.flag-icon-ao.flag-icon-squared {
  background-image: url(../img/flags/1x1/ao.svg); }

.flag-icon-aq {
  background-image: url(../img/flags/4x3/aq.svg); }

.flag-icon-aq.flag-icon-squared {
  background-image: url(../img/flags/1x1/aq.svg); }

.flag-icon-ar {
  background-image: url(../img/flags/4x3/ar.svg); }

.flag-icon-ar.flag-icon-squared {
  background-image: url(../img/flags/1x1/ar.svg); }

.flag-icon-as {
  background-image: url(../img/flags/4x3/as.svg); }

.flag-icon-as.flag-icon-squared {
  background-image: url(../img/flags/1x1/as.svg); }

.flag-icon-at {
  background-image: url(../img/flags/4x3/at.svg); }

.flag-icon-at.flag-icon-squared {
  background-image: url(../img/flags/1x1/at.svg); }

.flag-icon-au {
  background-image: url(../img/flags/4x3/au.svg); }

.flag-icon-au.flag-icon-squared {
  background-image: url(../img/flags/1x1/au.svg); }

.flag-icon-aw {
  background-image: url(../img/flags/4x3/aw.svg); }

.flag-icon-aw.flag-icon-squared {
  background-image: url(../img/flags/1x1/aw.svg); }

.flag-icon-ax {
  background-image: url(../img/flags/4x3/ax.svg); }

.flag-icon-ax.flag-icon-squared {
  background-image: url(../img/flags/1x1/ax.svg); }

.flag-icon-az {
  background-image: url(../img/flags/4x3/az.svg); }

.flag-icon-az.flag-icon-squared {
  background-image: url(../img/flags/1x1/az.svg); }

.flag-icon-ba {
  background-image: url(../img/flags/4x3/ba.svg); }

.flag-icon-ba.flag-icon-squared {
  background-image: url(../img/flags/1x1/ba.svg); }

.flag-icon-bb {
  background-image: url(../img/flags/4x3/bb.svg); }

.flag-icon-bb.flag-icon-squared {
  background-image: url(../img/flags/1x1/bb.svg); }

.flag-icon-bd {
  background-image: url(../img/flags/4x3/bd.svg); }

.flag-icon-bd.flag-icon-squared {
  background-image: url(../img/flags/1x1/bd.svg); }

.flag-icon-be {
  background-image: url(../img/flags/4x3/be.svg); }

.flag-icon-be.flag-icon-squared {
  background-image: url(../img/flags/1x1/be.svg); }

.flag-icon-bf {
  background-image: url(../img/flags/4x3/bf.svg); }

.flag-icon-bf.flag-icon-squared {
  background-image: url(../img/flags/1x1/bf.svg); }

.flag-icon-bg {
  background-image: url(../img/flags/4x3/bg.svg); }

.flag-icon-bg.flag-icon-squared {
  background-image: url(../img/flags/1x1/bg.svg); }

.flag-icon-bh {
  background-image: url(../img/flags/4x3/bh.svg); }

.flag-icon-bh.flag-icon-squared {
  background-image: url(../img/flags/1x1/bh.svg); }

.flag-icon-bi {
  background-image: url(../img/flags/4x3/bi.svg); }

.flag-icon-bi.flag-icon-squared {
  background-image: url(../img/flags/1x1/bi.svg); }

.flag-icon-bj {
  background-image: url(../img/flags/4x3/bj.svg); }

.flag-icon-bj.flag-icon-squared {
  background-image: url(../img/flags/1x1/bj.svg); }

.flag-icon-bl {
  background-image: url(../img/flags/4x3/bl.svg); }

.flag-icon-bl.flag-icon-squared {
  background-image: url(../img/flags/1x1/bl.svg); }

.flag-icon-bm {
  background-image: url(../img/flags/4x3/bm.svg); }

.flag-icon-bm.flag-icon-squared {
  background-image: url(../img/flags/1x1/bm.svg); }

.flag-icon-bn {
  background-image: url(../img/flags/4x3/bn.svg); }

.flag-icon-bn.flag-icon-squared {
  background-image: url(../img/flags/1x1/bn.svg); }

.flag-icon-bo {
  background-image: url(../img/flags/4x3/bo.svg); }

.flag-icon-bo.flag-icon-squared {
  background-image: url(../img/flags/1x1/bo.svg); }

.flag-icon-bq {
  background-image: url(../img/flags/4x3/bq.svg); }

.flag-icon-bq.flag-icon-squared {
  background-image: url(../img/flags/1x1/bq.svg); }

.flag-icon-br {
  background-image: url(../img/flags/4x3/br.svg); }

.flag-icon-br.flag-icon-squared {
  background-image: url(../img/flags/1x1/br.svg); }

.flag-icon-bs {
  background-image: url(../img/flags/4x3/bs.svg); }

.flag-icon-bs.flag-icon-squared {
  background-image: url(../img/flags/1x1/bs.svg); }

.flag-icon-bt {
  background-image: url(../img/flags/4x3/bt.svg); }

.flag-icon-bt.flag-icon-squared {
  background-image: url(../img/flags/1x1/bt.svg); }

.flag-icon-bv {
  background-image: url(../img/flags/4x3/bv.svg); }

.flag-icon-bv.flag-icon-squared {
  background-image: url(../img/flags/1x1/bv.svg); }

.flag-icon-bw {
  background-image: url(../img/flags/4x3/bw.svg); }

.flag-icon-bw.flag-icon-squared {
  background-image: url(../img/flags/1x1/bw.svg); }

.flag-icon-by {
  background-image: url(../img/flags/4x3/by.svg); }

.flag-icon-by.flag-icon-squared {
  background-image: url(../img/flags/1x1/by.svg); }

.flag-icon-bz {
  background-image: url(../img/flags/4x3/bz.svg); }

.flag-icon-bz.flag-icon-squared {
  background-image: url(../img/flags/1x1/bz.svg); }

.flag-icon-ca {
  background-image: url(../img/flags/4x3/ca.svg); }

.flag-icon-ca.flag-icon-squared {
  background-image: url(../img/flags/1x1/ca.svg); }

.flag-icon-cc {
  background-image: url(../img/flags/4x3/cc.svg); }

.flag-icon-cc.flag-icon-squared {
  background-image: url(../img/flags/1x1/cc.svg); }

.flag-icon-cd {
  background-image: url(../img/flags/4x3/cd.svg); }

.flag-icon-cd.flag-icon-squared {
  background-image: url(../img/flags/1x1/cd.svg); }

.flag-icon-cf {
  background-image: url(../img/flags/4x3/cf.svg); }

.flag-icon-cf.flag-icon-squared {
  background-image: url(../img/flags/1x1/cf.svg); }

.flag-icon-cg {
  background-image: url(../img/flags/4x3/cg.svg); }

.flag-icon-cg.flag-icon-squared {
  background-image: url(../img/flags/1x1/cg.svg); }

.flag-icon-ch {
  background-image: url(../img/flags/4x3/ch.svg); }

.flag-icon-ch.flag-icon-squared {
  background-image: url(../img/flags/1x1/ch.svg); }

.flag-icon-ci {
  background-image: url(../img/flags/4x3/ci.svg); }

.flag-icon-ci.flag-icon-squared {
  background-image: url(../img/flags/1x1/ci.svg); }

.flag-icon-ck {
  background-image: url(../img/flags/4x3/ck.svg); }

.flag-icon-ck.flag-icon-squared {
  background-image: url(../img/flags/1x1/ck.svg); }

.flag-icon-cl {
  background-image: url(../img/flags/4x3/cl.svg); }

.flag-icon-cl.flag-icon-squared {
  background-image: url(../img/flags/1x1/cl.svg); }

.flag-icon-cm {
  background-image: url(../img/flags/4x3/cm.svg); }

.flag-icon-cm.flag-icon-squared {
  background-image: url(../img/flags/1x1/cm.svg); }

.flag-icon-cn {
  background-image: url(../img/flags/4x3/cn.svg); }

.flag-icon-cn.flag-icon-squared {
  background-image: url(../img/flags/1x1/cn.svg); }

.flag-icon-co {
  background-image: url(../img/flags/4x3/co.svg); }

.flag-icon-co.flag-icon-squared {
  background-image: url(../img/flags/1x1/co.svg); }

.flag-icon-cr {
  background-image: url(../img/flags/4x3/cr.svg); }

.flag-icon-cr.flag-icon-squared {
  background-image: url(../img/flags/1x1/cr.svg); }

.flag-icon-cu {
  background-image: url(../img/flags/4x3/cu.svg); }

.flag-icon-cu.flag-icon-squared {
  background-image: url(../img/flags/1x1/cu.svg); }

.flag-icon-cv {
  background-image: url(../img/flags/4x3/cv.svg); }

.flag-icon-cv.flag-icon-squared {
  background-image: url(../img/flags/1x1/cv.svg); }

.flag-icon-cw {
  background-image: url(../img/flags/4x3/cw.svg); }

.flag-icon-cw.flag-icon-squared {
  background-image: url(../img/flags/1x1/cw.svg); }

.flag-icon-cx {
  background-image: url(../img/flags/4x3/cx.svg); }

.flag-icon-cx.flag-icon-squared {
  background-image: url(../img/flags/1x1/cx.svg); }

.flag-icon-cy {
  background-image: url(../img/flags/4x3/cy.svg); }

.flag-icon-cy.flag-icon-squared {
  background-image: url(../img/flags/1x1/cy.svg); }

.flag-icon-cz {
  background-image: url(../img/flags/4x3/cz.svg); }

.flag-icon-cz.flag-icon-squared {
  background-image: url(../img/flags/1x1/cz.svg); }

.flag-icon-de {
  background-image: url(../img/flags/4x3/de.svg); }

.flag-icon-de.flag-icon-squared {
  background-image: url(../img/flags/1x1/de.svg); }

.flag-icon-dj {
  background-image: url(../img/flags/4x3/dj.svg); }

.flag-icon-dj.flag-icon-squared {
  background-image: url(../img/flags/1x1/dj.svg); }

.flag-icon-dk {
  background-image: url(../img/flags/4x3/dk.svg); }

.flag-icon-dk.flag-icon-squared {
  background-image: url(../img/flags/1x1/dk.svg); }

.flag-icon-dm {
  background-image: url(../img/flags/4x3/dm.svg); }

.flag-icon-dm.flag-icon-squared {
  background-image: url(../img/flags/1x1/dm.svg); }

.flag-icon-do {
  background-image: url(../img/flags/4x3/do.svg); }

.flag-icon-do.flag-icon-squared {
  background-image: url(../img/flags/1x1/do.svg); }

.flag-icon-dz {
  background-image: url(../img/flags/4x3/dz.svg); }

.flag-icon-dz.flag-icon-squared {
  background-image: url(../img/flags/1x1/dz.svg); }

.flag-icon-ec {
  background-image: url(../img/flags/4x3/ec.svg); }

.flag-icon-ec.flag-icon-squared {
  background-image: url(../img/flags/1x1/ec.svg); }

.flag-icon-ee {
  background-image: url(../img/flags/4x3/ee.svg); }

.flag-icon-ee.flag-icon-squared {
  background-image: url(../img/flags/1x1/ee.svg); }

.flag-icon-eg {
  background-image: url(../img/flags/4x3/eg.svg); }

.flag-icon-eg.flag-icon-squared {
  background-image: url(../img/flags/1x1/eg.svg); }

.flag-icon-eh {
  background-image: url(../img/flags/4x3/eh.svg); }

.flag-icon-eh.flag-icon-squared {
  background-image: url(../img/flags/1x1/eh.svg); }

.flag-icon-er {
  background-image: url(../img/flags/4x3/er.svg); }

.flag-icon-er.flag-icon-squared {
  background-image: url(../img/flags/1x1/er.svg); }

.flag-icon-es {
  background-image: url(../img/flags/4x3/es.svg); }

.flag-icon-es.flag-icon-squared {
  background-image: url(../img/flags/1x1/es.svg); }

.flag-icon-et {
  background-image: url(../img/flags/4x3/et.svg); }

.flag-icon-et.flag-icon-squared {
  background-image: url(../img/flags/1x1/et.svg); }

.flag-icon-fi {
  background-image: url(../img/flags/4x3/fi.svg); }

.flag-icon-fi.flag-icon-squared {
  background-image: url(../img/flags/1x1/fi.svg); }

.flag-icon-fj {
  background-image: url(../img/flags/4x3/fj.svg); }

.flag-icon-fj.flag-icon-squared {
  background-image: url(../img/flags/1x1/fj.svg); }

.flag-icon-fk {
  background-image: url(../img/flags/4x3/fk.svg); }

.flag-icon-fk.flag-icon-squared {
  background-image: url(../img/flags/1x1/fk.svg); }

.flag-icon-fm {
  background-image: url(../img/flags/4x3/fm.svg); }

.flag-icon-fm.flag-icon-squared {
  background-image: url(../img/flags/1x1/fm.svg); }

.flag-icon-fo {
  background-image: url(../img/flags/4x3/fo.svg); }

.flag-icon-fo.flag-icon-squared {
  background-image: url(../img/flags/1x1/fo.svg); }

.flag-icon-fr {
  background-image: url(../img/flags/4x3/fr.svg); }

.flag-icon-fr.flag-icon-squared {
  background-image: url(../img/flags/1x1/fr.svg); }

.flag-icon-ga {
  background-image: url(../img/flags/4x3/ga.svg); }

.flag-icon-ga.flag-icon-squared {
  background-image: url(../img/flags/1x1/ga.svg); }

.flag-icon-gb {
  background-image: url(../img/flags/4x3/gb.svg); }

.flag-icon-gb.flag-icon-squared {
  background-image: url(../img/flags/1x1/gb.svg); }

.flag-icon-gd {
  background-image: url(../img/flags/4x3/gd.svg); }

.flag-icon-gd.flag-icon-squared {
  background-image: url(../img/flags/1x1/gd.svg); }

.flag-icon-ge {
  background-image: url(../img/flags/4x3/ge.svg); }

.flag-icon-ge.flag-icon-squared {
  background-image: url(../img/flags/1x1/ge.svg); }

.flag-icon-gf {
  background-image: url(../img/flags/4x3/gf.svg); }

.flag-icon-gf.flag-icon-squared {
  background-image: url(../img/flags/1x1/gf.svg); }

.flag-icon-gg {
  background-image: url(../img/flags/4x3/gg.svg); }

.flag-icon-gg.flag-icon-squared {
  background-image: url(../img/flags/1x1/gg.svg); }

.flag-icon-gh {
  background-image: url(../img/flags/4x3/gh.svg); }

.flag-icon-gh.flag-icon-squared {
  background-image: url(../img/flags/1x1/gh.svg); }

.flag-icon-gi {
  background-image: url(../img/flags/4x3/gi.svg); }

.flag-icon-gi.flag-icon-squared {
  background-image: url(../img/flags/1x1/gi.svg); }

.flag-icon-gl {
  background-image: url(../img/flags/4x3/gl.svg); }

.flag-icon-gl.flag-icon-squared {
  background-image: url(../img/flags/1x1/gl.svg); }

.flag-icon-gm {
  background-image: url(../img/flags/4x3/gm.svg); }

.flag-icon-gm.flag-icon-squared {
  background-image: url(../img/flags/1x1/gm.svg); }

.flag-icon-gn {
  background-image: url(../img/flags/4x3/gn.svg); }

.flag-icon-gn.flag-icon-squared {
  background-image: url(../img/flags/1x1/gn.svg); }

.flag-icon-gp {
  background-image: url(../img/flags/4x3/gp.svg); }

.flag-icon-gp.flag-icon-squared {
  background-image: url(../img/flags/1x1/gp.svg); }

.flag-icon-gq {
  background-image: url(../img/flags/4x3/gq.svg); }

.flag-icon-gq.flag-icon-squared {
  background-image: url(../img/flags/1x1/gq.svg); }

.flag-icon-gr {
  background-image: url(../img/flags/4x3/gr.svg); }

.flag-icon-gr.flag-icon-squared {
  background-image: url(../img/flags/1x1/gr.svg); }

.flag-icon-gs {
  background-image: url(../img/flags/4x3/gs.svg); }

.flag-icon-gs.flag-icon-squared {
  background-image: url(../img/flags/1x1/gs.svg); }

.flag-icon-gt {
  background-image: url(../img/flags/4x3/gt.svg); }

.flag-icon-gt.flag-icon-squared {
  background-image: url(../img/flags/1x1/gt.svg); }

.flag-icon-gu {
  background-image: url(../img/flags/4x3/gu.svg); }

.flag-icon-gu.flag-icon-squared {
  background-image: url(../img/flags/1x1/gu.svg); }

.flag-icon-gw {
  background-image: url(../img/flags/4x3/gw.svg); }

.flag-icon-gw.flag-icon-squared {
  background-image: url(../img/flags/1x1/gw.svg); }

.flag-icon-gy {
  background-image: url(../img/flags/4x3/gy.svg); }

.flag-icon-gy.flag-icon-squared {
  background-image: url(../img/flags/1x1/gy.svg); }

.flag-icon-hk {
  background-image: url(../img/flags/4x3/hk.svg); }

.flag-icon-hk.flag-icon-squared {
  background-image: url(../img/flags/1x1/hk.svg); }

.flag-icon-hm {
  background-image: url(../img/flags/4x3/hm.svg); }

.flag-icon-hm.flag-icon-squared {
  background-image: url(../img/flags/1x1/hm.svg); }

.flag-icon-hn {
  background-image: url(../img/flags/4x3/hn.svg); }

.flag-icon-hn.flag-icon-squared {
  background-image: url(../img/flags/1x1/hn.svg); }

.flag-icon-hr {
  background-image: url(../img/flags/4x3/hr.svg); }

.flag-icon-hr.flag-icon-squared {
  background-image: url(../img/flags/1x1/hr.svg); }

.flag-icon-ht {
  background-image: url(../img/flags/4x3/ht.svg); }

.flag-icon-ht.flag-icon-squared {
  background-image: url(../img/flags/1x1/ht.svg); }

.flag-icon-hu {
  background-image: url(../img/flags/4x3/hu.svg); }

.flag-icon-hu.flag-icon-squared {
  background-image: url(../img/flags/1x1/hu.svg); }

.flag-icon-id {
  background-image: url(../img/flags/4x3/id.svg); }

.flag-icon-id.flag-icon-squared {
  background-image: url(../img/flags/1x1/id.svg); }

.flag-icon-ie {
  background-image: url(../img/flags/4x3/ie.svg); }

.flag-icon-ie.flag-icon-squared {
  background-image: url(../img/flags/1x1/ie.svg); }

.flag-icon-il {
  background-image: url(../img/flags/4x3/il.svg); }

.flag-icon-il.flag-icon-squared {
  background-image: url(../img/flags/1x1/il.svg); }

.flag-icon-im {
  background-image: url(../img/flags/4x3/im.svg); }

.flag-icon-im.flag-icon-squared {
  background-image: url(../img/flags/1x1/im.svg); }

.flag-icon-in {
  background-image: url(../img/flags/4x3/in.svg); }

.flag-icon-in.flag-icon-squared {
  background-image: url(../img/flags/1x1/in.svg); }

.flag-icon-io {
  background-image: url(../img/flags/4x3/io.svg); }

.flag-icon-io.flag-icon-squared {
  background-image: url(../img/flags/1x1/io.svg); }

.flag-icon-iq {
  background-image: url(../img/flags/4x3/iq.svg); }

.flag-icon-iq.flag-icon-squared {
  background-image: url(../img/flags/1x1/iq.svg); }

.flag-icon-ir {
  background-image: url(../img/flags/4x3/ir.svg); }

.flag-icon-ir.flag-icon-squared {
  background-image: url(../img/flags/1x1/ir.svg); }

.flag-icon-is {
  background-image: url(../img/flags/4x3/is.svg); }

.flag-icon-is.flag-icon-squared {
  background-image: url(../img/flags/1x1/is.svg); }

.flag-icon-it {
  background-image: url(../img/flags/4x3/it.svg); }

.flag-icon-it.flag-icon-squared {
  background-image: url(../img/flags/1x1/it.svg); }

.flag-icon-je {
  background-image: url(../img/flags/4x3/je.svg); }

.flag-icon-je.flag-icon-squared {
  background-image: url(../img/flags/1x1/je.svg); }

.flag-icon-jm {
  background-image: url(../img/flags/4x3/jm.svg); }

.flag-icon-jm.flag-icon-squared {
  background-image: url(../img/flags/1x1/jm.svg); }

.flag-icon-jo {
  background-image: url(../img/flags/4x3/jo.svg); }

.flag-icon-jo.flag-icon-squared {
  background-image: url(../img/flags/1x1/jo.svg); }

.flag-icon-jp {
  background-image: url(../img/flags/4x3/jp.svg); }

.flag-icon-jp.flag-icon-squared {
  background-image: url(../img/flags/1x1/jp.svg); }

.flag-icon-ke {
  background-image: url(../img/flags/4x3/ke.svg); }

.flag-icon-ke.flag-icon-squared {
  background-image: url(../img/flags/1x1/ke.svg); }

.flag-icon-kg {
  background-image: url(../img/flags/4x3/kg.svg); }

.flag-icon-kg.flag-icon-squared {
  background-image: url(../img/flags/1x1/kg.svg); }

.flag-icon-kh {
  background-image: url(../img/flags/4x3/kh.svg); }

.flag-icon-kh.flag-icon-squared {
  background-image: url(../img/flags/1x1/kh.svg); }

.flag-icon-ki {
  background-image: url(../img/flags/4x3/ki.svg); }

.flag-icon-ki.flag-icon-squared {
  background-image: url(../img/flags/1x1/ki.svg); }

.flag-icon-km {
  background-image: url(../img/flags/4x3/km.svg); }

.flag-icon-km.flag-icon-squared {
  background-image: url(../img/flags/1x1/km.svg); }

.flag-icon-kn {
  background-image: url(../img/flags/4x3/kn.svg); }

.flag-icon-kn.flag-icon-squared {
  background-image: url(../img/flags/1x1/kn.svg); }

.flag-icon-kp {
  background-image: url(../img/flags/4x3/kp.svg); }

.flag-icon-kp.flag-icon-squared {
  background-image: url(../img/flags/1x1/kp.svg); }

.flag-icon-kr {
  background-image: url(../img/flags/4x3/kr.svg); }

.flag-icon-kr.flag-icon-squared {
  background-image: url(../img/flags/1x1/kr.svg); }

.flag-icon-kw {
  background-image: url(../img/flags/4x3/kw.svg); }

.flag-icon-kw.flag-icon-squared {
  background-image: url(../img/flags/1x1/kw.svg); }

.flag-icon-ky {
  background-image: url(../img/flags/4x3/ky.svg); }

.flag-icon-ky.flag-icon-squared {
  background-image: url(../img/flags/1x1/ky.svg); }

.flag-icon-kz {
  background-image: url(../img/flags/4x3/kz.svg); }

.flag-icon-kz.flag-icon-squared {
  background-image: url(../img/flags/1x1/kz.svg); }

.flag-icon-la {
  background-image: url(../img/flags/4x3/la.svg); }

.flag-icon-la.flag-icon-squared {
  background-image: url(../img/flags/1x1/la.svg); }

.flag-icon-lb {
  background-image: url(../img/flags/4x3/lb.svg); }

.flag-icon-lb.flag-icon-squared {
  background-image: url(../img/flags/1x1/lb.svg); }

.flag-icon-lc {
  background-image: url(../img/flags/4x3/lc.svg); }

.flag-icon-lc.flag-icon-squared {
  background-image: url(../img/flags/1x1/lc.svg); }

.flag-icon-li {
  background-image: url(../img/flags/4x3/li.svg); }

.flag-icon-li.flag-icon-squared {
  background-image: url(../img/flags/1x1/li.svg); }

.flag-icon-lk {
  background-image: url(../img/flags/4x3/lk.svg); }

.flag-icon-lk.flag-icon-squared {
  background-image: url(../img/flags/1x1/lk.svg); }

.flag-icon-lr {
  background-image: url(../img/flags/4x3/lr.svg); }

.flag-icon-lr.flag-icon-squared {
  background-image: url(../img/flags/1x1/lr.svg); }

.flag-icon-ls {
  background-image: url(../img/flags/4x3/ls.svg); }

.flag-icon-ls.flag-icon-squared {
  background-image: url(../img/flags/1x1/ls.svg); }

.flag-icon-lt {
  background-image: url(../img/flags/4x3/lt.svg); }

.flag-icon-lt.flag-icon-squared {
  background-image: url(../img/flags/1x1/lt.svg); }

.flag-icon-lu {
  background-image: url(../img/flags/4x3/lu.svg); }

.flag-icon-lu.flag-icon-squared {
  background-image: url(../img/flags/1x1/lu.svg); }

.flag-icon-lv {
  background-image: url(../img/flags/4x3/lv.svg); }

.flag-icon-lv.flag-icon-squared {
  background-image: url(../img/flags/1x1/lv.svg); }

.flag-icon-ly {
  background-image: url(../img/flags/4x3/ly.svg); }

.flag-icon-ly.flag-icon-squared {
  background-image: url(../img/flags/1x1/ly.svg); }

.flag-icon-ma {
  background-image: url(../img/flags/4x3/ma.svg); }

.flag-icon-ma.flag-icon-squared {
  background-image: url(../img/flags/1x1/ma.svg); }

.flag-icon-mc {
  background-image: url(../img/flags/4x3/mc.svg); }

.flag-icon-mc.flag-icon-squared {
  background-image: url(../img/flags/1x1/mc.svg); }

.flag-icon-md {
  background-image: url(../img/flags/4x3/md.svg); }

.flag-icon-md.flag-icon-squared {
  background-image: url(../img/flags/1x1/md.svg); }

.flag-icon-me {
  background-image: url(../img/flags/4x3/me.svg); }

.flag-icon-me.flag-icon-squared {
  background-image: url(../img/flags/1x1/me.svg); }

.flag-icon-mf {
  background-image: url(../img/flags/4x3/mf.svg); }

.flag-icon-mf.flag-icon-squared {
  background-image: url(../img/flags/1x1/mf.svg); }

.flag-icon-mg {
  background-image: url(../img/flags/4x3/mg.svg); }

.flag-icon-mg.flag-icon-squared {
  background-image: url(../img/flags/1x1/mg.svg); }

.flag-icon-mh {
  background-image: url(../img/flags/4x3/mh.svg); }

.flag-icon-mh.flag-icon-squared {
  background-image: url(../img/flags/1x1/mh.svg); }

.flag-icon-mk {
  background-image: url(../img/flags/4x3/mk.svg); }

.flag-icon-mk.flag-icon-squared {
  background-image: url(../img/flags/1x1/mk.svg); }

.flag-icon-ml {
  background-image: url(../img/flags/4x3/ml.svg); }

.flag-icon-ml.flag-icon-squared {
  background-image: url(../img/flags/1x1/ml.svg); }

.flag-icon-mm {
  background-image: url(../img/flags/4x3/mm.svg); }

.flag-icon-mm.flag-icon-squared {
  background-image: url(../img/flags/1x1/mm.svg); }

.flag-icon-mn {
  background-image: url(../img/flags/4x3/mn.svg); }

.flag-icon-mn.flag-icon-squared {
  background-image: url(../img/flags/1x1/mn.svg); }

.flag-icon-mo {
  background-image: url(../img/flags/4x3/mo.svg); }

.flag-icon-mo.flag-icon-squared {
  background-image: url(../img/flags/1x1/mo.svg); }

.flag-icon-mp {
  background-image: url(../img/flags/4x3/mp.svg); }

.flag-icon-mp.flag-icon-squared {
  background-image: url(../img/flags/1x1/mp.svg); }

.flag-icon-mq {
  background-image: url(../img/flags/4x3/mq.svg); }

.flag-icon-mq.flag-icon-squared {
  background-image: url(../img/flags/1x1/mq.svg); }

.flag-icon-mr {
  background-image: url(../img/flags/4x3/mr.svg); }

.flag-icon-mr.flag-icon-squared {
  background-image: url(../img/flags/1x1/mr.svg); }

.flag-icon-ms {
  background-image: url(../img/flags/4x3/ms.svg); }

.flag-icon-ms.flag-icon-squared {
  background-image: url(../img/flags/1x1/ms.svg); }

.flag-icon-mt {
  background-image: url(../img/flags/4x3/mt.svg); }

.flag-icon-mt.flag-icon-squared {
  background-image: url(../img/flags/1x1/mt.svg); }

.flag-icon-mu {
  background-image: url(../img/flags/4x3/mu.svg); }

.flag-icon-mu.flag-icon-squared {
  background-image: url(../img/flags/1x1/mu.svg); }

.flag-icon-mv {
  background-image: url(../img/flags/4x3/mv.svg); }

.flag-icon-mv.flag-icon-squared {
  background-image: url(../img/flags/1x1/mv.svg); }

.flag-icon-mw {
  background-image: url(../img/flags/4x3/mw.svg); }

.flag-icon-mw.flag-icon-squared {
  background-image: url(../img/flags/1x1/mw.svg); }

.flag-icon-mx {
  background-image: url(../img/flags/4x3/mx.svg); }

.flag-icon-mx.flag-icon-squared {
  background-image: url(../img/flags/1x1/mx.svg); }

.flag-icon-my {
  background-image: url(../img/flags/4x3/my.svg); }

.flag-icon-my.flag-icon-squared {
  background-image: url(../img/flags/1x1/my.svg); }

.flag-icon-mz {
  background-image: url(../img/flags/4x3/mz.svg); }

.flag-icon-mz.flag-icon-squared {
  background-image: url(../img/flags/1x1/mz.svg); }

.flag-icon-na {
  background-image: url(../img/flags/4x3/na.svg); }

.flag-icon-na.flag-icon-squared {
  background-image: url(../img/flags/1x1/na.svg); }

.flag-icon-nc {
  background-image: url(../img/flags/4x3/nc.svg); }

.flag-icon-nc.flag-icon-squared {
  background-image: url(../img/flags/1x1/nc.svg); }

.flag-icon-ne {
  background-image: url(../img/flags/4x3/ne.svg); }

.flag-icon-ne.flag-icon-squared {
  background-image: url(../img/flags/1x1/ne.svg); }

.flag-icon-nf {
  background-image: url(../img/flags/4x3/nf.svg); }

.flag-icon-nf.flag-icon-squared {
  background-image: url(../img/flags/1x1/nf.svg); }

.flag-icon-ng {
  background-image: url(../img/flags/4x3/ng.svg); }

.flag-icon-ng.flag-icon-squared {
  background-image: url(../img/flags/1x1/ng.svg); }

.flag-icon-ni {
  background-image: url(../img/flags/4x3/ni.svg); }

.flag-icon-ni.flag-icon-squared {
  background-image: url(../img/flags/1x1/ni.svg); }

.flag-icon-nl {
  background-image: url(../img/flags/4x3/nl.svg); }

.flag-icon-nl.flag-icon-squared {
  background-image: url(../img/flags/1x1/nl.svg); }

.flag-icon-no {
  background-image: url(../img/flags/4x3/no.svg); }

.flag-icon-no.flag-icon-squared {
  background-image: url(../img/flags/1x1/no.svg); }

.flag-icon-np {
  background-image: url(../img/flags/4x3/np.svg); }

.flag-icon-np.flag-icon-squared {
  background-image: url(../img/flags/1x1/np.svg); }

.flag-icon-nr {
  background-image: url(../img/flags/4x3/nr.svg); }

.flag-icon-nr.flag-icon-squared {
  background-image: url(../img/flags/1x1/nr.svg); }

.flag-icon-nu {
  background-image: url(../img/flags/4x3/nu.svg); }

.flag-icon-nu.flag-icon-squared {
  background-image: url(../img/flags/1x1/nu.svg); }

.flag-icon-nz {
  background-image: url(../img/flags/4x3/nz.svg); }

.flag-icon-nz.flag-icon-squared {
  background-image: url(../img/flags/1x1/nz.svg); }

.flag-icon-om {
  background-image: url(../img/flags/4x3/om.svg); }

.flag-icon-om.flag-icon-squared {
  background-image: url(../img/flags/1x1/om.svg); }

.flag-icon-pa {
  background-image: url(../img/flags/4x3/pa.svg); }

.flag-icon-pa.flag-icon-squared {
  background-image: url(../img/flags/1x1/pa.svg); }

.flag-icon-pe {
  background-image: url(../img/flags/4x3/pe.svg); }

.flag-icon-pe.flag-icon-squared {
  background-image: url(../img/flags/1x1/pe.svg); }

.flag-icon-pf {
  background-image: url(../img/flags/4x3/pf.svg); }

.flag-icon-pf.flag-icon-squared {
  background-image: url(../img/flags/1x1/pf.svg); }

.flag-icon-pg {
  background-image: url(../img/flags/4x3/pg.svg); }

.flag-icon-pg.flag-icon-squared {
  background-image: url(../img/flags/1x1/pg.svg); }

.flag-icon-ph {
  background-image: url(../img/flags/4x3/ph.svg); }

.flag-icon-ph.flag-icon-squared {
  background-image: url(../img/flags/1x1/ph.svg); }

.flag-icon-pk {
  background-image: url(../img/flags/4x3/pk.svg); }

.flag-icon-pk.flag-icon-squared {
  background-image: url(../img/flags/1x1/pk.svg); }

.flag-icon-pl {
  background-image: url(../img/flags/4x3/pl.svg); }

.flag-icon-pl.flag-icon-squared {
  background-image: url(../img/flags/1x1/pl.svg); }

.flag-icon-pm {
  background-image: url(../img/flags/4x3/pm.svg); }

.flag-icon-pm.flag-icon-squared {
  background-image: url(../img/flags/1x1/pm.svg); }

.flag-icon-pn {
  background-image: url(../img/flags/4x3/pn.svg); }

.flag-icon-pn.flag-icon-squared {
  background-image: url(../img/flags/1x1/pn.svg); }

.flag-icon-pr {
  background-image: url(../img/flags/4x3/pr.svg); }

.flag-icon-pr.flag-icon-squared {
  background-image: url(../img/flags/1x1/pr.svg); }

.flag-icon-ps {
  background-image: url(../img/flags/4x3/ps.svg); }

.flag-icon-ps.flag-icon-squared {
  background-image: url(../img/flags/1x1/ps.svg); }

.flag-icon-pt {
  background-image: url(../img/flags/4x3/pt.svg); }

.flag-icon-pt.flag-icon-squared {
  background-image: url(../img/flags/1x1/pt.svg); }

.flag-icon-pw {
  background-image: url(../img/flags/4x3/pw.svg); }

.flag-icon-pw.flag-icon-squared {
  background-image: url(../img/flags/1x1/pw.svg); }

.flag-icon-py {
  background-image: url(../img/flags/4x3/py.svg); }

.flag-icon-py.flag-icon-squared {
  background-image: url(../img/flags/1x1/py.svg); }

.flag-icon-qa {
  background-image: url(../img/flags/4x3/qa.svg); }

.flag-icon-qa.flag-icon-squared {
  background-image: url(../img/flags/1x1/qa.svg); }

.flag-icon-re {
  background-image: url(../img/flags/4x3/re.svg); }

.flag-icon-re.flag-icon-squared {
  background-image: url(../img/flags/1x1/re.svg); }

.flag-icon-ro {
  background-image: url(../img/flags/4x3/ro.svg); }

.flag-icon-ro.flag-icon-squared {
  background-image: url(../img/flags/1x1/ro.svg); }

.flag-icon-rs {
  background-image: url(../img/flags/4x3/rs.svg); }

.flag-icon-rs.flag-icon-squared {
  background-image: url(../img/flags/1x1/rs.svg); }

.flag-icon-ru {
  background-image: url(../img/flags/4x3/ru.svg); }

.flag-icon-ru.flag-icon-squared {
  background-image: url(../img/flags/1x1/ru.svg); }

.flag-icon-rw {
  background-image: url(../img/flags/4x3/rw.svg); }

.flag-icon-rw.flag-icon-squared {
  background-image: url(../img/flags/1x1/rw.svg); }

.flag-icon-sa {
  background-image: url(../img/flags/4x3/sa.svg); }

.flag-icon-sa.flag-icon-squared {
  background-image: url(../img/flags/1x1/sa.svg); }

.flag-icon-sb {
  background-image: url(../img/flags/4x3/sb.svg); }

.flag-icon-sb.flag-icon-squared {
  background-image: url(../img/flags/1x1/sb.svg); }

.flag-icon-sc {
  background-image: url(../img/flags/4x3/sc.svg); }

.flag-icon-sc.flag-icon-squared {
  background-image: url(../img/flags/1x1/sc.svg); }

.flag-icon-sd {
  background-image: url(../img/flags/4x3/sd.svg); }

.flag-icon-sd.flag-icon-squared {
  background-image: url(../img/flags/1x1/sd.svg); }

.flag-icon-se {
  background-image: url(../img/flags/4x3/se.svg); }

.flag-icon-se.flag-icon-squared {
  background-image: url(../img/flags/1x1/se.svg); }

.flag-icon-sg {
  background-image: url(../img/flags/4x3/sg.svg); }

.flag-icon-sg.flag-icon-squared {
  background-image: url(../img/flags/1x1/sg.svg); }

.flag-icon-sh {
  background-image: url(../img/flags/4x3/sh.svg); }

.flag-icon-sh.flag-icon-squared {
  background-image: url(../img/flags/1x1/sh.svg); }

.flag-icon-si {
  background-image: url(../img/flags/4x3/si.svg); }

.flag-icon-si.flag-icon-squared {
  background-image: url(../img/flags/1x1/si.svg); }

.flag-icon-sj {
  background-image: url(../img/flags/4x3/sj.svg); }

.flag-icon-sj.flag-icon-squared {
  background-image: url(../img/flags/1x1/sj.svg); }

.flag-icon-sk {
  background-image: url(../img/flags/4x3/sk.svg); }

.flag-icon-sk.flag-icon-squared {
  background-image: url(../img/flags/1x1/sk.svg); }

.flag-icon-sl {
  background-image: url(../img/flags/4x3/sl.svg); }

.flag-icon-sl.flag-icon-squared {
  background-image: url(../img/flags/1x1/sl.svg); }

.flag-icon-sm {
  background-image: url(../img/flags/4x3/sm.svg); }

.flag-icon-sm.flag-icon-squared {
  background-image: url(../img/flags/1x1/sm.svg); }

.flag-icon-sn {
  background-image: url(../img/flags/4x3/sn.svg); }

.flag-icon-sn.flag-icon-squared {
  background-image: url(../img/flags/1x1/sn.svg); }

.flag-icon-so {
  background-image: url(../img/flags/4x3/so.svg); }

.flag-icon-so.flag-icon-squared {
  background-image: url(../img/flags/1x1/so.svg); }

.flag-icon-sr {
  background-image: url(../img/flags/4x3/sr.svg); }

.flag-icon-sr.flag-icon-squared {
  background-image: url(../img/flags/1x1/sr.svg); }

.flag-icon-ss {
  background-image: url(../img/flags/4x3/ss.svg); }

.flag-icon-ss.flag-icon-squared {
  background-image: url(../img/flags/1x1/ss.svg); }

.flag-icon-st {
  background-image: url(../img/flags/4x3/st.svg); }

.flag-icon-st.flag-icon-squared {
  background-image: url(../img/flags/1x1/st.svg); }

.flag-icon-sv {
  background-image: url(../img/flags/4x3/sv.svg); }

.flag-icon-sv.flag-icon-squared {
  background-image: url(../img/flags/1x1/sv.svg); }

.flag-icon-sx {
  background-image: url(../img/flags/4x3/sx.svg); }

.flag-icon-sx.flag-icon-squared {
  background-image: url(../img/flags/1x1/sx.svg); }

.flag-icon-sy {
  background-image: url(../img/flags/4x3/sy.svg); }

.flag-icon-sy.flag-icon-squared {
  background-image: url(../img/flags/1x1/sy.svg); }

.flag-icon-sz {
  background-image: url(../img/flags/4x3/sz.svg); }

.flag-icon-sz.flag-icon-squared {
  background-image: url(../img/flags/1x1/sz.svg); }

.flag-icon-tc {
  background-image: url(../img/flags/4x3/tc.svg); }

.flag-icon-tc.flag-icon-squared {
  background-image: url(../img/flags/1x1/tc.svg); }

.flag-icon-td {
  background-image: url(../img/flags/4x3/td.svg); }

.flag-icon-td.flag-icon-squared {
  background-image: url(../img/flags/1x1/td.svg); }

.flag-icon-tf {
  background-image: url(../img/flags/4x3/tf.svg); }

.flag-icon-tf.flag-icon-squared {
  background-image: url(../img/flags/1x1/tf.svg); }

.flag-icon-tg {
  background-image: url(../img/flags/4x3/tg.svg); }

.flag-icon-tg.flag-icon-squared {
  background-image: url(../img/flags/1x1/tg.svg); }

.flag-icon-th {
  background-image: url(../img/flags/4x3/th.svg); }

.flag-icon-th.flag-icon-squared {
  background-image: url(../img/flags/1x1/th.svg); }

.flag-icon-tj {
  background-image: url(../img/flags/4x3/tj.svg); }

.flag-icon-tj.flag-icon-squared {
  background-image: url(../img/flags/1x1/tj.svg); }

.flag-icon-tk {
  background-image: url(../img/flags/4x3/tk.svg); }

.flag-icon-tk.flag-icon-squared {
  background-image: url(../img/flags/1x1/tk.svg); }

.flag-icon-tl {
  background-image: url(../img/flags/4x3/tl.svg); }

.flag-icon-tl.flag-icon-squared {
  background-image: url(../img/flags/1x1/tl.svg); }

.flag-icon-tm {
  background-image: url(../img/flags/4x3/tm.svg); }

.flag-icon-tm.flag-icon-squared {
  background-image: url(../img/flags/1x1/tm.svg); }

.flag-icon-tn {
  background-image: url(../img/flags/4x3/tn.svg); }

.flag-icon-tn.flag-icon-squared {
  background-image: url(../img/flags/1x1/tn.svg); }

.flag-icon-to {
  background-image: url(../img/flags/4x3/to.svg); }

.flag-icon-to.flag-icon-squared {
  background-image: url(../img/flags/1x1/to.svg); }

.flag-icon-tr {
  background-image: url(../img/flags/4x3/tr.svg); }

.flag-icon-tr.flag-icon-squared {
  background-image: url(../img/flags/1x1/tr.svg); }

.flag-icon-tt {
  background-image: url(../img/flags/4x3/tt.svg); }

.flag-icon-tt.flag-icon-squared {
  background-image: url(../img/flags/1x1/tt.svg); }

.flag-icon-tv {
  background-image: url(../img/flags/4x3/tv.svg); }

.flag-icon-tv.flag-icon-squared {
  background-image: url(../img/flags/1x1/tv.svg); }

.flag-icon-tw {
  background-image: url(../img/flags/4x3/tw.svg); }

.flag-icon-tw.flag-icon-squared {
  background-image: url(../img/flags/1x1/tw.svg); }

.flag-icon-tz {
  background-image: url(../img/flags/4x3/tz.svg); }

.flag-icon-tz.flag-icon-squared {
  background-image: url(../img/flags/1x1/tz.svg); }

.flag-icon-ua {
  background-image: url(../img/flags/4x3/ua.svg); }

.flag-icon-ua.flag-icon-squared {
  background-image: url(../img/flags/1x1/ua.svg); }

.flag-icon-ug {
  background-image: url(../img/flags/4x3/ug.svg); }

.flag-icon-ug.flag-icon-squared {
  background-image: url(../img/flags/1x1/ug.svg); }

.flag-icon-um {
  background-image: url(../img/flags/4x3/um.svg); }

.flag-icon-um.flag-icon-squared {
  background-image: url(../img/flags/1x1/um.svg); }

.flag-icon-us {
  background-image: url(../img/flags/4x3/us.svg); }

.flag-icon-us.flag-icon-squared {
  background-image: url(../img/flags/1x1/us.svg); }

.flag-icon-uy {
  background-image: url(../img/flags/4x3/uy.svg); }

.flag-icon-uy.flag-icon-squared {
  background-image: url(../img/flags/1x1/uy.svg); }

.flag-icon-uz {
  background-image: url(../img/flags/4x3/uz.svg); }

.flag-icon-uz.flag-icon-squared {
  background-image: url(../img/flags/1x1/uz.svg); }

.flag-icon-va {
  background-image: url(../img/flags/4x3/va.svg); }

.flag-icon-va.flag-icon-squared {
  background-image: url(../img/flags/1x1/va.svg); }

.flag-icon-vc {
  background-image: url(../img/flags/4x3/vc.svg); }

.flag-icon-vc.flag-icon-squared {
  background-image: url(../img/flags/1x1/vc.svg); }

.flag-icon-ve {
  background-image: url(../img/flags/4x3/ve.svg); }

.flag-icon-ve.flag-icon-squared {
  background-image: url(../img/flags/1x1/ve.svg); }

.flag-icon-vg {
  background-image: url(../img/flags/4x3/vg.svg); }

.flag-icon-vg.flag-icon-squared {
  background-image: url(../img/flags/1x1/vg.svg); }

.flag-icon-vi {
  background-image: url(../img/flags/4x3/vi.svg); }

.flag-icon-vi.flag-icon-squared {
  background-image: url(../img/flags/1x1/vi.svg); }

.flag-icon-vn {
  background-image: url(../img/flags/4x3/vn.svg); }

.flag-icon-vn.flag-icon-squared {
  background-image: url(../img/flags/1x1/vn.svg); }

.flag-icon-vu {
  background-image: url(../img/flags/4x3/vu.svg); }

.flag-icon-vu.flag-icon-squared {
  background-image: url(../img/flags/1x1/vu.svg); }

.flag-icon-wf {
  background-image: url(../img/flags/4x3/wf.svg); }

.flag-icon-wf.flag-icon-squared {
  background-image: url(../img/flags/1x1/wf.svg); }

.flag-icon-ws {
  background-image: url(../img/flags/4x3/ws.svg); }

.flag-icon-ws.flag-icon-squared {
  background-image: url(../img/flags/1x1/ws.svg); }

.flag-icon-ye {
  background-image: url(../img/flags/4x3/ye.svg); }

.flag-icon-ye.flag-icon-squared {
  background-image: url(../img/flags/1x1/ye.svg); }

.flag-icon-yt {
  background-image: url(../img/flags/4x3/yt.svg); }

.flag-icon-yt.flag-icon-squared {
  background-image: url(../img/flags/1x1/yt.svg); }

.flag-icon-za {
  background-image: url(../img/flags/4x3/za.svg); }

.flag-icon-za.flag-icon-squared {
  background-image: url(../img/flags/1x1/za.svg); }

.flag-icon-zm {
  background-image: url(../img/flags/4x3/zm.svg); }

.flag-icon-zm.flag-icon-squared {
  background-image: url(../img/flags/1x1/zm.svg); }

.flag-icon-zw {
  background-image: url(../img/flags/4x3/zw.svg); }

.flag-icon-zw.flag-icon-squared {
  background-image: url(../img/flags/1x1/zw.svg); }

.flag-icon-es-ct {
  background-image: url(../img/flags/4x3/es-ct.svg); }

.flag-icon-es-ct.flag-icon-squared {
  background-image: url(../img/flags/1x1/es-ct.svg); }

.flag-icon-eu {
  background-image: url(../img/flags/4x3/eu.svg); }

.flag-icon-eu.flag-icon-squared {
  background-image: url(../img/flags/1x1/eu.svg); }

.flag-icon-gb-eng {
  background-image: url(../img/flags/4x3/gb-eng.svg); }

.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(../img/flags/1x1/gb-eng.svg); }

.flag-icon-gb-nir {
  background-image: url(../img/flags/4x3/gb-nir.svg); }

.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(../img/flags/1x1/gb-nir.svg); }

.flag-icon-gb-sct {
  background-image: url(../img/flags/4x3/gb-sct.svg); }

.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(../img/flags/1x1/gb-sct.svg); }

.flag-icon-gb-wls {
  background-image: url(../img/flags/4x3/gb-wls.svg); }

.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(../img/flags/1x1/gb-wls.svg); }

.flag-icon-un {
  background-image: url(../img/flags/4x3/un.svg); }

.flag-icon-un.flag-icon-squared {
  background-image: url(../img/flags/1x1/un.svg); }

/*!
 *  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; }

.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.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

/* Deprecated as of 4.4.0 */

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

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

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


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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

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

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

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

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

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

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

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

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

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("fonts/Material Icons"), local("fonts/MaterialIcons-Regular"), url("fonts/MaterialIcons-Regular.woff2") format("woff2"), url("fonts/MaterialIcons-Regular.woff") format("woff"), url("fonts/MaterialIcons-Regular.ttf") format("truetype"); }

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

[class^="ti-"], [class*=" ti-"] {
  font-family: 'themify';
  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; }

.ti-pencil:before {
  content: "\e61c"; }

/* Slider */

html {
  box-sizing: border-box; }

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


.container:after,
.container-fluid:after,
.row:after,
.gform_fields:after {
  clear: both; }

@media (max-width: 1380px) and (min-width: 990px) {
  .container {
    padding-left: 70px;
    padding-right: 70px; } }

section {
  display: block;
  padding: 2rem 0;
  position: relative; }
  @media (min-width: 576px) {
    section {
      padding: 4rem 0; } }

img.alignright, div.alignright {
  display: block;
  float: none;
  margin: 1rem auto; }
  @media (min-width: 576px) {
    img.alignright, div.alignright {
      float: right;
      margin: 1rem 0 1rem 1rem; } }

img.alignleft, div.alignleft {
  display: block;
  float: none;
  margin: 1rem auto; }
  @media (min-width: 576px) {
    img.alignleft, div.alignleft {
      float: left;
      margin: 1rem 1rem 1rem 0; } }

.wp-caption {
  display: block;
  float: none;
  margin: 1rem auto; }
  @media (min-width: 576px) {
    .wp-caption {
      float: none;
      margin: 0 1rem 1rem 1rem; } }

.wp-caption.alignleft {
  isplay: block;
  float: none;
  margin: 1rem auto; }
  @media (min-width: 576px) {
    .wp-caption.alignleft {
      float: left;
      margin: 1rem 1rem 1rem 0; } }

.wp-caption.alignright {
  isplay: block;
  float: none;
  margin: 1rem auto; }
  @media (min-width: 576px) {
    .wp-caption.alignright {
      float: right;
      margin: 1rem 0 1rem 1rem; } }

.wp-caption-text {
  color: gray;
  font-size: .9rem;
  padding-top: 0.5em;
  text-align: center; }
  .wp-caption-text:last-child {
    margin-bottom: 0; }

.myt-entry img {
  height: auto;
  max-width: 100%; }

img[data-src] {
  visibility: hidden !important; }
  img[data-src].loaded {
    visibility: visible !important; }

.video-container {
  height: 0;
  margin: 2em 0;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px; }

.chromeframe {
  background-color: #f2dede;
  color: #a94442;
  top: 0px;
  left: 0px;
  padding: 4px;
  position: fixed;
  text-align: center;
  z-index: 999999999999999999;
  width: 100%; }
  .chromeframe a {
    color: #a94442;
    font-weight: 700; }
    .chromeframe a:hover {
      color: #bd5957; }

.section-edit-link {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) !important;
  background-color: #ff6000;
  color: #FFF;
  display: inline-block;
  height: 28px;
  text-align: center;
  padding-top: 3px;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 28px;
  z-index: 100; }
  .section-edit-link:hover {
    background-color: #f9782a;
    color: #FFF; }
    .section-edit-link:hover .ti-pencil, .section-edit-link:hover * {
      color: #FFF; }
  .section-edit-link .ti-pencil {
    color: #FFF;
    font-size: 14px; }

html {
  font-size: 90%; }
  @media (min-width: 768px) {
    html {
      font-size: 100%; } }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #122635;
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.6; }

h1, h2, h3, h4, h5 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.5; }
  h1.heading-regular,
  h2.heading-regular,
  h3.heading-regular,
  h4.heading-regular,
  h5.heading-regular {
    font-weight: 400; }

h1,
h2,
h3 {
  margin-bottom: 0.4em; }

h1 {
  font-size: 2rem; }
  @media (min-width: 576px) {
    h1 {
      font-size: 2.5rem; } }

h2 {
  font-size: 1.5rem; }
  @media (min-width: 576px) {
    h2 {
      font-size: 1.7rem; } }
  h2.large {
    font-size: 2rem; }
    @media (min-width: 576px) {
      h2.large {
        font-size: 3rem;
        line-height: 1; } }

h3 {
  font-size: 1.3rem; }
  @media (min-width: 576px) {
    h3 {
      font-size: 1.4rem; } }

h4 {
  font-size: 1.2rem; }
  @media (min-width: 576px) {
    h4 {
      font-size: 1.3rem; } }

h5 {
  font-size: 1.25rem; }

a {
  text-decoration: none;
  color: #558ED5; }
  a:hover, a:focus {
    color: #6599d9;
    text-decoration: none; }

a img {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }
  a img:hover {
    opacity: .8; }

ul {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  ul.myt-sitemap {
    padding-left: 1.5rem; }
    @media (min-width: 576px) {
      ul.myt-sitemap {
        padding-left: 1.3rem; } }
    ul.myt-sitemap li {
      color: #999;
      list-style: square; }
      ul.myt-sitemap li a {
        display: inline-block;
        margin-bottom: .3rem; }

ul li {
  line-height: 1.5rem; }

ul ul {
  margin-top: 0;
  margin-bottom: 0; }

blockquote {
  font-size: 1.2em;
  color: #8f8f8f;
  line-height: 1.9rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 2rem; }

.preamble {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem; }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
/*!
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
.mm, .mm ul, .mm li, .mm a,
.mm span {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

:root {
  /** Height for menu items. */
  --mm-item-height: 50px;
  /** Indent for menu items. */
  --mm-item-indent: 20px;
  /** Line height for menu items. */
  --mm-line-height: 24px;
  /** Size for the arrows. */
  --mm-arrow-size: 10px;
  /** Thickness for the arrows. */
  --mm-arrow-weight: 2px; }

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

.mm {
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  color: #444;
  background: #f3f3f3;
  line-height: var(--mm-line-height);
  transform: translateX(0px); }

.mm {
  cursor: pointer; }
  .mm:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(var(--mm-item-height) / 2);
    left: var(--mm-item-indent);
    width: var(--mm-arrow-size);
    height: var(--mm-arrow-size);
    margin-top: 2px;
    border-top: var(--mm-arrow-weight) solid;
    border-left: var(--mm-arrow-weight) solid;
    transform: rotate(-45deg) translate(50%, -50%);
    opacity: 0.4; }
  .mm.mm--main {
    cursor: default; }
    .mm.mm--main:before {
      content: none;
      display: none; }
  .mm:after {
    content: attr(data-mm-title);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: var(--mm-item-height);
    padding-left: calc(var(--mm-item-indent) * 2);
    padding-right: var(--mm-item-indent);
    line-height: var(--mm-item-height);
    opacity: 0.4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .mm.mm--main:after {
    padding-left: var(--mm-item-indent); }

.mm ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: var(--mm-item-height);
  left: 100%;
  bottom: 0;
  width: 200%;
  padding-right: 100%;
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  transition: left 0.3s ease 0s;
  cursor: default; }
  .mm ul:after {
    content: '';
    display: block;
    height: var(--mm-item-height); }

.mm > ul {
  left: 0; }

.mm ul.mm--open {
  left: 0; }

.mm ul.mm--parent {
  left: -100%;
  overflow-y: hidden; }

.mm li {
  position: relative;
  background: inherit;
  cursor: pointer; }
  .mm li:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(var(--mm-item-height) / 2);
    right: calc(var(--mm-item-height) / 2);
    z-index: 0;
    width: var(--mm-arrow-size);
    height: var(--mm-arrow-size);
    border-top: var(--mm-arrow-weight) solid;
    border-right: var(--mm-arrow-weight) solid;
    transform: rotate(45deg) translate(0, -50%);
    opacity: 0.4; }
  .mm li:after {
    content: '';
    display: block;
    margin-left: var(--mm-item-indent);
    border-top: 1px solid;
    opacity: 0.15; }

.mm a,
.mm span {
  position: relative;
  z-index: 1;
  padding: calc((var(--mm-item-height) - var(--mm-line-height)) / 2) var(--mm-item-indent); }

.mm a {
  background: inherit;
  color: inherit;
  text-decoration: none; }
  .mm a:not(:last-child) {
    width: calc(100% - var(--mm-item-height)); }
    .mm a:not(:last-child):after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      border-right: 1px solid;
      opacity: 0.15; }

.mm span {
  background: transparent; }

.mm.mm--dark {
  background: #333;
  color: #ccc; }

:root {
  /** Width for the menu. */
  --mm-width: 80%;
  /** Min-width for the menu. */
  --mm-min-width: 200px;
  /** Max-width for the menu. */
  --mm-max-width: 440px; }

.mm-body--open {
  overflow-y: hidden;
  pointer-events: none; }

.mm {
  pointer-events: auto; }
  .mm.mm--offcanvas {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9995;
    width: var(--mm-width);
    min-width: var(--mm-min-width);
    max-width: var(--mm-max-width);
    transition: transform 0.3s ease; }
    .mm.mm--offcanvas:not(.mm--open) {
      transform: translateX(-100%); }
  .mm.mm--right {
    left: auto;
    right: 0; }
    .mm.mm--right:not(.mm--open) {
      transform: translateX(100%); }

.mm-blocker {
  pointer-events: auto;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  top: 100%;
  z-index: 9990;
  width: 100%;
  opacity: 0;
  transition-property: opacity, top;
  transition-timing-function: ease, linear;
  transition-duration: 0.45s, 0s;
  transition-delay: 0s, 0.45s; }
  .mm-blocker.mm--open {
    top: 0;
    z-index: 9999;
    width: calc(100% - var(--mm-width));
    min-width: calc(100% - var(--mm-max-width));
    max-width: calc(100% - var(--mm-min-width));
    opacity: 1;
    transition-delay: 0.3s, 0s; }

.mm.mm--right {
  left: auto;
  right: 0; }
  .mm.mm--right:not(.mm--open) {
    transform: translateX(100%); }

.mm-blocker.mm--right {
  right: auto;
  left: 0; }

.myt-entry__list {
  border-bottom: 1px solid #e7e7e7;
  padding: 2em 0;
  overflow: hidden; }
  .myt-entry__list .thumb--desktop {
    float: right;
    margin-left: 30px; }
    @media (max-width: 767px) {
      .myt-entry__list .thumb--desktop {
        display: none; } }
  .myt-entry__list .thumb--mobile {
    height: auto;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 768px) {
      .myt-entry__list .thumb--mobile {
        display: none; } }
    @media (min-width: 768px) {
      .myt-entry__list .thumb--mobile + div {
        padding-right: 30px; } }

.myt-entry__date {
  color: #a8a8a8; }
  @media (min-width: 576px) {
    .myt-entry__date {
      font-size: .9rem; } }

.myt-event .article-header h3 {
  margin-top: 0.7rem; }

.myt-event__date {
  background-color: #558ED5;
  color: #FFF;
  padding: 0.4rem 0.75rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

#wpadminbar {
  position: fixed !important; }

.header {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2) !important;
  background-color: #FFF;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030; }
  .admin-bar .header {
    top: 46px; }
    @media screen and (min-width: 783px) {
      .admin-bar .header {
        top: 32px; } }
  .header__inner {
    -webkit-transition: height 0.2s ease;
    -moz-transition: height 0.2s ease;
    -ms-transition: height 0.2s ease;
    -o-transition: height 0.2s ease;
    transition: height 0.2s ease;
    height: 50px; }
    @media (min-width: 768px) {
      .header__inner {
        height: 106px; } }
  @media (min-width: 768px) {
    .header--hide {
      padding: .2rem 0; } }
  @media (min-width: 768px) {
    .header--hide .header__inner {
      height: 65px; } }
  @media (min-width: 768px) {
    .header--hide .menu-top-menu-container {
      display: none; } }
  @media (min-width: 768px) {
    .header--hide .logo {
      max-height: 50px; } }
  @media (min-width: 768px) {
    .header--hide .main-menu {
      bottom: 18px; } }

.header-fill {
  -webkit-transition: margin-top 0.2s ease;
  -moz-transition: margin-top 0.2s ease;
  -ms-transition: margin-top 0.2s ease;
  -o-transition: margin-top 0.2s ease;
  transition: margin-top 0.2s ease;
  height: 50px; }
  @media (min-width: 768px) {
    .header-fill {
      height: 106px; } }
  @media (min-width: 768px) {
    .header-fill--search {
      margin-top: 100px; } }

.logo {
  -webkit-transition: max-height 0.2s ease;
  -moz-transition: max-height 0.2s ease;
  -ms-transition: max-height 0.2s ease;
  -o-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
  color: #000;
  display: none;
  font-size: 2rem;
  max-height: 30px; }
  @media (min-width: 768px) {
    .logo {
      display: inline-block;
      font-size: 2.4rem;
      max-height: 45px; } }
  @media (min-width: 1200px) {
    .logo {
      max-height: 65px; } }

.logo.mobile {
  display: inline-block; }
  @media (min-width: 768px) {
    .logo.mobile {
      display: none; } }

.top-menu, .main-menu {
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    .top-menu, .main-menu {
      position: absolute;
      right: 15px; } }
  .top-menu li, .main-menu li {
    float: left;
    list-style: none;
    margin-left: 5px;
    padding: 5px; }
    @media (min-width: 1200px) {
      .top-menu li, .main-menu li {
        margin-left: 10px; } }
    .top-menu li a, .main-menu li a {
      color: #000; }
      .top-menu li a:hover, .main-menu li a:hover {
        opacity: .6; }
    .top-menu li ul, .main-menu li ul {
      display: none; }
    .top-menu li.current-menu-item, .top-menu li.current-page-ancestor, .main-menu li.current-menu-item, .main-menu li.current-page-ancestor {
      opacity: .6; }
    .top-menu li.search-item a, .main-menu li.search-item a {
      color: #999; }

.menu-top-menu-container {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 1; }

.menu-main-menu-container {
  display: none; }
  @media (min-width: 768px) {
    .menu-main-menu-container {
      display: block; } }

.top-menu {
  top: 15px; }
  .top-menu li {
    font-size: .95rem; }
    @media (max-width: 767px) {
      .top-menu li {
        display: none; } }

.main-menu {
  bottom: 15px; }
  @media (min-width: 1200px) {
    .main-menu li {
      font-size: 1.1rem; } }
  .main-menu li a {
    font-weight: 600; }

.language-menu {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 0px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 8px; }
  @media (min-width: 768px) {
    .language-menu {
      left: 160px;
      top: 34px; } }
  @media (min-width: 1200px) {
    .language-menu {
      left: 250px; } }
  .language-menu li {
    float: left;
    list-style: none;
    margin-left: 10px;
    padding: 5px; }
    .language-menu li a {
      color: #000; }
      .language-menu li a:hover {
        opacity: .6; }
    .language-menu li ul {
      display: none; }
    .language-menu li.current-menu-item, .language-menu li.current-page-ancestor {
      opacity: .6; }
    .language-menu li.search-item a {
      color: #999; }
  .language-menu li.lang-item {
    padding: 0;
    position: relative; }
    .language-menu li.lang-item > a {
      padding-right: 30px; }
      .language-menu li.lang-item > a:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #999;
        float: right;
        margin-top: 10px;
        margin-left: 8px; }
    .language-menu li.lang-item a {
      display: block;
      padding: 5px; }
    .language-menu li.lang-item ul {
      padding: 0;
      position: absolute;
      text-align: left;
      margin-top: -1px;
      min-width: 100%;
      z-index: 1070; }
      .language-menu li.lang-item ul li {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        display: block;
        margin: 0;
        float: none;
        padding: 0; }
    .language-menu li.lang-item .lang-label {
      display: none; }
    .language-menu li.lang-item:hover {
      -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2) !important;
      -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2) !important;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2) !important;
      background-color: #FFF; }
      .language-menu li.lang-item:hover ul {
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) !important;
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) !important;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) !important;
        background-color: #FFF;
        display: block; }

@media (min-width: 768px) {
  .header--hide .language-menu {
    left: 200px;
    top: 15px; } }

.myt-page {
  background-color: #FFF;
  min-height: 600px; }

.timeline-holder {
  margin: 2rem 2em .5em 2em; }
  .timeline-holder--content {
    border-left: 1px dashed #558ED5;
    margin: 0;
    padding: 1rem 0; }
    .timeline-holder--content--item {
      display: none;
      list-style: none;
      margin-bottom: 1rem;
      padding: 0.3rem 3rem;
      position: relative; }
      .timeline-holder--content--item .time-holder {
        left: -2rem;
        position: absolute;
        top: 0; }
      .timeline-holder--content--item.visible-event {
        display: block; }

.time-holder {
  background-color: #558ED5;
  border-radius: 2px;
  color: #FFF;
  padding: 0 5px;
  text-align: center;
  width: 4rem; }

.show-all-events {
  color: #558ED5;
  cursor: pointer;
  font-weight: bold; }
  .show-all-events__contract {
    display: none; }
  .show-all-events.expanded .show-all-events__contract {
    display: inline; }
  .show-all-events.expanded .show-all-events__expand {
    display: none; }

@media (max-width: 767px) {
  aside {
    margin-top: 2rem; } }

aside .widget-container, aside .sidebar-inner {
  font-size: .95rem;
  margin-bottom: 3rem;
  overflow: hidden; }
  aside .widget-container img, aside .sidebar-inner img {
    max-width: 100%; }
  aside .widget-container h4, aside .sidebar-inner h4 {
    border-bottom: 1px dashed #d6d6d6;
    margin-bottom: 15px;
    padding-bottom: 10px; }
  aside .widget-container p:last-of-type, aside .sidebar-inner p:last-of-type {
    margin-bottom: 0; }
  aside .widget-container ul.specialist-single-listing, aside .sidebar-inner ul.specialist-single-listing {
    margin: 1rem 0;
    padding-left: 0; }
    aside .widget-container ul.specialist-single-listing.specialist-past-positions, aside .sidebar-inner ul.specialist-single-listing.specialist-past-positions {
      font-size: 0.9rem; }
      aside .widget-container ul.specialist-single-listing.specialist-past-positions span, aside .sidebar-inner ul.specialist-single-listing.specialist-past-positions span {
        font-weight: 400;
        line-height: 1.8; }
    aside .widget-container ul.specialist-single-listing li, aside .sidebar-inner ul.specialist-single-listing li {
      list-style: none; }
  aside .widget-container.widget_text ul:not([class]), aside .sidebar-inner.widget_text ul:not([class]) {
    margin: -15px 0 0 0;
    padding: 0; }
    aside .widget-container.widget_text ul:not([class]) li, aside .sidebar-inner.widget_text ul:not([class]) li {
      border-bottom: 1px dashed #d6d6d6;
      list-style: none;
      padding: 10px 0; }
  aside .widget-container .specialist-boxes--content--inner h4, aside .sidebar-inner .specialist-boxes--content--inner h4 {
    border-bottom: 0;
    margin-bottom: 0.2rem;
    padding-bottom: 0; }
  aside .widget-container .textwidget iframe, aside .sidebar-inner .textwidget iframe {
    max-width: 100%;
    max-height: 300px; }

@media (min-width: 768px) and (max-width: 1199px) {
  aside .widget-container .textwidget iframe, aside .sidebar-inner .textwidget iframe {
    max-height: 200px; } }

aside .sidebar-inner {
  margin-bottom: 3rem; }

aside .sidebar-menu h4 {
  border-bottom: 1px dashed #d6d6d6;
  display: block;
  margin-bottom: 0;
  padding-bottom: 10px; }

aside .sidebar-menu li {
  position: relative; }

aside .sidebar-menu a {
  color: #000;
  font-size: .95rem; }

aside .sidebar-menu > ul.specialist-single-listing {
  margin: 0;
  padding: 0; }
  aside .sidebar-menu > ul.specialist-single-listing > li a {
    border-bottom: 1px dashed #CCC;
    color: #558ED5;
    display: block;
    padding: 10px 0; }
    aside .sidebar-menu > ul.specialist-single-listing > li a:hover {
      color: #558ED5; }

aside .sidebar-specialist--content {
  float: left;
  margin: 0.75rem 0 0.5rem;
  width: 100%; }
  aside .sidebar-specialist--content--inner__img-holder {
    float: left;
    width: 30%; }
  aside .sidebar-specialist--content--inner__text-holder {
    float: left;
    font-size: 0.9rem;
    padding: 10px 0 5px 10px;
    width: 70%; }
    aside .sidebar-specialist--content--inner__text-holder h5 {
      font-size: 1rem;
      margin-bottom: 0; }
    aside .sidebar-specialist--content--inner__text-holder p {
      line-height: 1.5;
      margin-bottom: 0; }
    aside .sidebar-specialist--content--inner__text-holder .specialist-job-title {
      color: #999;
      font-size: 0.8rem;
      margin-bottom: 0.5rem; }

aside .widget_cta {
  background-size: cover;
  padding: 2rem;
  text-align: center; }
  @media (min-width: 1200px) {
    aside .widget_cta {
      padding: 3rem 2rem; } }
  aside .widget_cta h4 {
    border: none; }
  aside .widget_cta--negative {
    color: #FFF; }
    aside .widget_cta--negative h4 {
      color: #FFF; }
    aside .widget_cta--negative a {
      color: #FFF; }

.footer {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #1A364C; }
  @media (min-width: 768px) {
    .footer {
      font-size: .8rem;
      padding: 3rem; } }
  @media (min-width: 992px) {
    .footer {
      font-size: .9rem; } }
  @media (min-width: 1200px) {
    .footer {
      font-size: 1rem; } }
  .footer h4 {
    color: #FFF;
    font-size: 1.2rem; }
  .footer p {
    color: rgba(255, 255, 255, 0.6); }
  .footer a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #FFF; }
    .footer a:hover {
      color: #FFF; }
  .footer ul {
    padding-left: 0;
    margin: 0; }
    .footer ul li {
      list-style: none; }
      .footer ul li a {
        color: rgba(255, 255, 255, 0.6); }
  @media (max-width: 767px) {
    .footer .widget-container {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      text-align: center; } }
  @media (min-width: 768px) {
    .footer .widget-container {
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      padding-left: 2rem; } }
  .footer .widget-container:first-of-type {
    border: none; }
    @media (min-width: 768px) {
      .footer .widget-container:first-of-type {
        padding-left: 15px; } }
  .footer .widget-container:last-of-type {
    text-align: center; }
  @media (max-width: 991px) {
    .footer .widget-container {
      padding-bottom: 2rem;
      padding-top: 2rem; } }
  .footer .social-icons {
    overflow: hidden;
    width: 100%; }
    @media (min-width: 1200px) {
      .footer .social-icons {
        float: right;
        width: auto; } }
    .footer .social-icons .social-icon {
      margin-left: .3rem;
      margin-bottom: .5rem;
      display: inline-block; }
      .footer .social-icons .social-icon:first-of-type {
        margin-left: 0; }
      @media (max-width: 767px) {
        .footer .social-icons .social-icon {
          margin-bottom: 1rem; } }
      @media (min-width: 1200px) {
        .footer .social-icons .social-icon {
          float: left; } }
      .footer .social-icons .social-icon__badge {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background-color: #142939;
        height: 35px;
        width: 35px; }
        @media (min-width: 1200px) {
          .footer .social-icons .social-icon__badge {
            height: 38px;
            width: 38px; } }
        .footer .social-icons .social-icon__badge .fa {
          color: #FFF;
          margin: 0 auto; }
        .footer .social-icons .social-icon__badge:hover {
          background-color: #558ED5; }
  .footer .svensk-franchise {
    width: 70px; }
    @media (min-width: 1200px) {
      .footer .svensk-franchise {
        float: left; } }
  .footer .fa-circle {
    color: #152b3d; }

.mobile-to-top {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  align-items: center;
  background-color: #152b3d;
  color: white;
  display: flex;
  justify-content: center;
  padding: 20px; }
  .mobile-to-top:hover {
    background-color: #142939;
    cursor: pointer;
    padding-bottom: 25px;
    padding-top: 15px; }
  .mobile-to-top .fa {
    display: inline-block;
    font-size: 2rem; }

.breadcrumbs {
  color: #999;
  font-size: .9rem; }

.book-index, .book-chapter, .book-subnav {
  margin-top: 3rem; }
  .book-index h4, .book-chapter h4, .book-subnav h4 {
    display: none; }
  .book-index ul, .book-chapter ul, .book-subnav ul {
    margin: 0;
    padding: 0; }
  .book-index li, .book-chapter li, .book-subnav li {
    list-style: none;
    position: relative; }
  .book-index a, .book-chapter a, .book-subnav a {
    border-bottom: 1px dashed #d6d6d6;
    color: #000;
    display: block;
    padding: 15px 0; }
    .book-index a:hover, .book-chapter a:hover, .book-subnav a:hover {
      color: #558ED5; }

.book-index .expand-icon {
  color: #999;
  font-family: "FontAwesome";
  font-size: 1.1rem;
  right: 3px;
  position: absolute;
  top: 18px; }
  .book-index .expand-icon:hover {
    color: #558ED5; }
  .book-index .expand-icon:before {
    content: "\f067"; }
  .book-index .expand-icon.contract:before {
    content: "\f068"; }

.book-index > ul {
  border-top: 1px dashed #d6d6d6; }
  .book-index > ul > li {
    display: none; }
    .book-index > ul > li > a {
      display: none; }
    .book-index > ul > li > ul > li > a {
      display: none; }
    .book-index > ul > li > ul > li > ul > li:not(.page_item_has_children) > a:after {
      color: #999;
      content: "\f054";
      font-family: "FontAwesome";
      font-size: 1.1rem;
      right: 3px;
      position: absolute;
      top: 18px; }
    .book-index > ul > li > ul > li > ul > li > a {
      font-weight: 400; }
      .book-index > ul > li > ul > li > ul > li > a:hover:after {
        color: #558ED5; }
    .book-index > ul > li > ul > li > ul > li > ul {
      display: none; }
      .book-index > ul > li > ul > li > ul > li > ul > li > a {
        padding-left: 1.5rem; }
        .book-index > ul > li > ul > li > ul > li > ul > li > a:before {
          content: "- "; }
      .book-index > ul > li > ul > li > ul > li > ul > li > ul {
        display: none; }
        .book-index > ul > li > ul > li > ul > li > ul > li > ul > li .expand-icon {
          display: none; }
        .book-index > ul > li > ul > li > ul > li > ul > li > ul > li > a {
          padding-left: 2.5rem; }
          .book-index > ul > li > ul > li > ul > li > ul > li > ul > li > a:before {
            content: "- "; }
        .book-index > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
          display: none; }
      .book-index > ul > li > ul > li > ul > li > ul > li.current_page_item > ul, .book-index > ul > li > ul > li > ul > li > ul > li.current_page_ancestor > ul {
        display: block; }
    .book-index > ul > li > ul > li > ul > li.current_page_item > ul, .book-index > ul > li > ul > li > ul > li.current_page_ancestor > ul {
      display: block; }

.book-index .current_page_item.page_item_has_children, .book-index .current_page_ancestor.page_item_has_children {
  display: block; }

.book-index .current_page_item > a {
  color: #558ED5;
  font-weight: 400; }

.book-chapter a:after, .book-subnav a:after {
  color: #999;
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 1.1rem;
  right: 3px;
  position: absolute;
  top: 18px; }

.book-chapter a:hover, .book-subnav a:hover {
  color: #558ED5; }
  .book-chapter a:hover:after, .book-subnav a:hover:after {
    color: #558ED5; }

.book-chapter > ul, .book-subnav > ul {
  border-top: 1px dashed #d6d6d6; }
  .book-chapter > ul > li, .book-subnav > ul > li {
    display: none; }
    .book-chapter > ul > li > a, .book-subnav > ul > li > a {
      display: none; }
    .book-chapter > ul > li > ul > li > a, .book-subnav > ul > li > ul > li > a {
      display: none; }
    .book-chapter > ul > li > ul > li > ul, .book-subnav > ul > li > ul > li > ul {
      display: none; }
      .book-chapter > ul > li > ul > li > ul > li > a, .book-subnav > ul > li > ul > li > ul > li > a {
        display: none; }
      .book-chapter > ul > li > ul > li > ul > li > ul, .book-subnav > ul > li > ul > li > ul > li > ul {
        display: none; }
        .book-chapter > ul > li > ul > li > ul > li > ul li a, .book-subnav > ul > li > ul > li > ul > li > ul li a {
          font-weight: 400; }
      .book-chapter > ul > li > ul > li > ul > li.current_page_item > ul, .book-chapter > ul > li > ul > li > ul > li.current_page_ancestor > ul, .book-subnav > ul > li > ul > li > ul > li.current_page_item > ul, .book-subnav > ul > li > ul > li > ul > li.current_page_ancestor > ul {
        display: block; }
    .book-chapter > ul > li > ul > li.current_page_item > ul, .book-chapter > ul > li > ul > li.current_page_ancestor > ul, .book-subnav > ul > li > ul > li.current_page_item > ul, .book-subnav > ul > li > ul > li.current_page_ancestor > ul {
      display: block; }

.book-chapter .current_page_item.page_item_has_children, .book-chapter .current_page_ancestor.page_item_has_children, .book-subnav .current_page_item.page_item_has_children, .book-subnav .current_page_ancestor.page_item_has_children {
  display: block; }

.book-chapter .current_page_item > a, .book-subnav .current_page_item > a {
  color: #558ED5;
  font-weight: 400; }

.book-subnav {
  margin: 0 0 3rem 0 !important; }
  .book-subnav ul li a {
    font-weight: 100 !important;
    padding: 10px 0; }
    .book-subnav ul li a:after {
      display: none; }

.book-nav--heading .fa {
  color: #558ED5;
  font-size: 1rem; }

.book-nav--subnav {
  opacity: 0;
  position: absolute;
  top: 0;
  text-transform: none; }

.book-nav-wrap {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid #558ED5;
  color: #558ED5;
  cursor: pointer;
  float: right;
  font-size: .9rem;
  font-weight: 600;
  margin-left: 10px;
  padding: 8px;
  position: relative;
  text-transform: uppercase; }
  .book-nav-wrap:hover {
    background-color: #558ED5;
    color: #FFF; }

.book-nav--index {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  text-transform: none; }

.book-pagination {
  border-top: 1px dashed #d6d6d6;
  font-size: .9rem;
  margin-top: 2rem;
  padding: 1rem 0; }
  .book-pagination .fa-chevron-circle-left {
    margin-right: 6px; }
  .book-pagination .fa-chevron-circle-right {
    margin-left: 6px; }

.myt-btn, input[type="submit"], input[type="reset"], .gform_button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: none;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .02rem;
  line-height: 21px;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%; }
  @media (min-width: 576px) {
    .myt-btn, input[type="submit"], input[type="reset"], .gform_button {
      padding: 12px 23px;
      width: auto; } }
  .myt-btn:hover, input:hover[type="submit"], input:hover[type="reset"], .gform_button:hover, .myt-btn:focus, input:focus[type="submit"], input:focus[type="reset"], .gform_button:focus, .myt-btn:active, input:active[type="submit"], input:active[type="reset"], .gform_button:active {
    outline: none;
    text-decoration: none; }
  .myt-btn:active, input:active[type="submit"], input:active[type="reset"], .gform_button:active {
    text-decoration: none; }
  .myt-btn--primary, input[type="submit"], input[type="reset"], .gform_button {
    background-color: #558ED5;
    color: #FFF; }
    .myt-btn--primary:visited, input:visited[type="submit"], input:visited[type="reset"], .gform_button:visited {
      color: #FFF; }
    .myt-btn--primary:hover, input:hover[type="submit"], input:hover[type="reset"], .gform_button:hover, .myt-btn--primary:focus, input:focus[type="submit"], input:focus[type="reset"], .gform_button:focus {
      background-color: #4583d1;
      color: #FFF; }
    .myt-btn--primary:active, input:active[type="submit"], input:active[type="reset"], .gform_button:active {
      background-color: #6599d9;
      color: #FFF; }
  .myt-btn--secondary {
    background-color: #1A364C;
    color: #FFF; }
    .myt-btn--secondary:visited {
      color: #FFF; }
    .myt-btn--secondary:hover, .myt-btn--secondary:focus {
      background-color: #10202e;
      color: #FFF; }
    .myt-btn--secondary:active {
      background-color: black;
      color: #FFF; }
  .myt-btn--alternative {
    background-color: #4D8471;
    color: #FFF; }
    .myt-btn--alternative:visited {
      color: #FFF; }
    .myt-btn--alternative:hover, .myt-btn--alternative:focus {
      background-color: #3e6a5b;
      color: #FFF; }
    .myt-btn--alternative:active {
      background-color: #27443a;
      color: #FFF; }
  .myt-btn--hollow, .section-news-area .news-area .newsletter-box .myt-btn, .section-news-area .news-area .newsletter-box input[type="submit"], .section-news-area .news-area .newsletter-box input[type="reset"], .section-news-area .news-area .newsletter-box .gform_button {
    background-color: transparent;
    border: 1px solid #558ED5;
    color: #558ED5; }
    .myt-btn--hollow:visited, .section-news-area .news-area .newsletter-box .myt-btn:visited, .section-news-area .news-area .newsletter-box input:visited[type="submit"], .section-news-area .news-area .newsletter-box input:visited[type="reset"], .section-news-area .news-area .newsletter-box .gform_button:visited {
      color: #558ED5; }
    .myt-btn--hollow:hover, .section-news-area .news-area .newsletter-box .myt-btn:hover, .section-news-area .news-area .newsletter-box input:hover[type="submit"], .section-news-area .news-area .newsletter-box input:hover[type="reset"], .section-news-area .news-area .newsletter-box .gform_button:hover, .myt-btn--hollow:focus, .section-news-area .news-area .newsletter-box .myt-btn:focus, .section-news-area .news-area .newsletter-box input:focus[type="submit"], .section-news-area .news-area .newsletter-box input:focus[type="reset"], .section-news-area .news-area .newsletter-box .gform_button:focus {
      background-color: #558ED5;
      color: #FFF; }
    .myt-btn--hollow:active, .section-news-area .news-area .newsletter-box .myt-btn:active, .section-news-area .news-area .newsletter-box input:active[type="submit"], .section-news-area .news-area .newsletter-box input:active[type="reset"], .section-news-area .news-area .newsletter-box .gform_button:active {
      background-color: #6599d9;
      color: #FFF; }
  .myt-btn--hollow--white, .section-news-area .news-area .newsletter-box .myt-btn, .section-news-area .news-area .newsletter-box input[type="submit"], .section-news-area .news-area .newsletter-box input[type="reset"], .section-news-area .news-area .newsletter-box .gform_button {
    background-color: transparent;
    border: 1px solid #FFF;
    color: #FFF; }
    .myt-btn--hollow--white:visited, .section-news-area .news-area .newsletter-box .myt-btn:visited, .section-news-area .news-area .newsletter-box input:visited[type="submit"], .section-news-area .news-area .newsletter-box input:visited[type="reset"], .section-news-area .news-area .newsletter-box .gform_button:visited {
      color: #FFF; }
    .myt-btn--hollow--white:hover, .section-news-area .news-area .newsletter-box .myt-btn:hover, .section-news-area .news-area .newsletter-box input:hover[type="submit"], .section-news-area .news-area .newsletter-box input:hover[type="reset"], .section-news-area .news-area .newsletter-box .gform_button:hover, .myt-btn--hollow--white:focus, .section-news-area .news-area .newsletter-box .myt-btn:focus, .section-news-area .news-area .newsletter-box input:focus[type="submit"], .section-news-area .news-area .newsletter-box input:focus[type="reset"], .section-news-area .news-area .newsletter-box .gform_button:focus {
      background-color: #FFF;
      color: #558ED5; }
    .myt-btn--hollow--white:active, .section-news-area .news-area .newsletter-box .myt-btn:active, .section-news-area .news-area .newsletter-box input:active[type="submit"], .section-news-area .news-area .newsletter-box input:active[type="reset"], .section-news-area .news-area .newsletter-box .gform_button:active {
      background-color: white;
      color: #FFF; }
  .myt-btn--small {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-size: .8rem;
    padding: 8px 20px; }
  .myt-btn--block {
    width: 100%; }

@media (max-width: 767px) {
  .myt-btn + .myt-btn, input[type="submit"] + .myt-btn, input[type="reset"] + .myt-btn, .gform_button + .myt-btn, .myt-btn + input[type="submit"], input[type="submit"] + input[type="submit"], input[type="reset"] + input[type="submit"], .gform_button + input[type="submit"], .myt-btn + input[type="reset"], input[type="submit"] + input[type="reset"], input[type="reset"] + input[type="reset"], .gform_button + input[type="reset"], .myt-btn + .gform_button, input[type="submit"] + .gform_button, input[type="reset"] + .gform_button, .gform_button + .gform_button {
    margin-top: 1rem; } }

@media (min-width: 576px) {
  .myt-btn + .myt-btn, input[type="submit"] + .myt-btn, input[type="reset"] + .myt-btn, .gform_button + .myt-btn, .myt-btn + input[type="submit"], input[type="submit"] + input[type="submit"], input[type="reset"] + input[type="submit"], .gform_button + input[type="submit"], .myt-btn + input[type="reset"], input[type="submit"] + input[type="reset"], input[type="reset"] + input[type="reset"], .gform_button + input[type="reset"], .myt-btn + .gform_button, input[type="submit"] + .gform_button, input[type="reset"] + .gform_button, .gform_button + .gform_button {
    margin-left: 1rem; } }

.cc_container {
  font-family: "Open Sans", sans-serif;
  font-weight: 100; }
  .cc_container .cc_message {
    font-size: 1rem; }
    @media (max-width: 767px) {
      .cc_container .cc_message {
        text-align: center; } }
    .cc_container .cc_message .cc_more_info {
      font-weight: 300; }
  .cc_container .cc_btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: #558ED5;
    color: #FFF;
    font-size: 1rem;
    font-weight: 400;
    max-width: 220px; }
    @media (max-width: 767px) {
      .cc_container .cc_btn {
        float: none;
        margin: 0 0 1rem 0;
        max-width: none;
        width: 100%; } }
    .cc_container .cc_btn:hover {
      background-color: #6e9edb;
      color: #FFF; }

input[type="text"], input[type="email"], input[type="date"], input[type="password"], select {
  border-color: #F4F4F4;
  padding: 12px 23px; }

*:not(.gfield) textarea {
  border-color: #F4F4F4; }

select {
  font-size: 0.8rem;
  text-transform: uppercase; }
  select:not([size]):not([multiple]) {
    height: calc(3rem + 2px); }
  select.myt-select--hollow--white {
    background-color: transparent;
    border: 2px solid #FFF;
    color: #FFF; }
  select option {
    text-align: center; }

.gform_fields {
  margin-bottom: 0;
  margin-top: 0; }
  .gform_fields .gfield .gfield_radio li label {
    padding-left: 8px; }
  .gform_fields .gfield .gfield_checkbox li label {
    padding-left: 8px; }
  .gform_fields .gfield input , .gform_fields .gfield select, .gform_fields .gfield textarea {
    border-color: #dbdbdb;
    font-size: .9rem;
    font-style: italic;
    font-weight: 300;
    padding: .8rem; }
    .gform_fields .gfield input ::-webkit-input-placeholder, .gform_fields .gfield select::-webkit-input-placeholder, .gform_fields .gfield textarea::-webkit-input-placeholder {
      color: #999; }
    .gform_fields .gfield input :-moz-placeholder, .gform_fields .gfield select:-moz-placeholder, .gform_fields .gfield textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #999; }
    .gform_fields .gfield input ::-moz-placeholder, .gform_fields .gfield select::-moz-placeholder, .gform_fields .gfield textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #999; }
    .gform_fields .gfield input :-ms-input-placeholder, .gform_fields .gfield select:-ms-input-placeholder, .gform_fields .gfield textarea:-ms-input-placeholder {
      color: #999; }
  .gform_fields .gfield.gfield_error input , .gform_fields .gfield.gfield_error select, .gform_fields .gfield.gfield_error textarea {
    background-color: #f2dede;
    border-color: #a94442; }
    .gform_fields .gfield.gfield_error input ::-webkit-input-placeholder, .gform_fields .gfield.gfield_error select::-webkit-input-placeholder, .gform_fields .gfield.gfield_error textarea::-webkit-input-placeholder {
      color: #a94442; }
    .gform_fields .gfield.gfield_error input :-moz-placeholder, .gform_fields .gfield.gfield_error select:-moz-placeholder, .gform_fields .gfield.gfield_error textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #a94442; }
    .gform_fields .gfield.gfield_error input ::-moz-placeholder, .gform_fields .gfield.gfield_error select::-moz-placeholder, .gform_fields .gfield.gfield_error textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #a94442; }
    .gform_fields .gfield.gfield_error input :-ms-input-placeholder, .gform_fields .gfield.gfield_error select:-ms-input-placeholder, .gform_fields .gfield.gfield_error textarea:-ms-input-placeholder {
      color: #a94442; }
  .gform_fields .gfield textarea {
    height: auto; }
  .gform_fields .gfield ul {
    padding: 0; }

.gfield_label {
  font-size: .9rem;
  font-weight: 500; }

.gfield_description {
  font-style: italic; }

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

.validation_error {
  color: #a94442;
  font-size: .9rem;
  margin-bottom: 1rem; }

.validation_message {
  color: #a94442;
  font-size: .9rem; }

.gform_button {
  cursor: pointer; }

.gfield_required {
  color: #a94442; }

.gform_validation_container {
  display: none; }

.gfield_error .ginput_container {
  margin-bottom: 10px; }

.gfield_radio li, .gfield_checkbox li {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center !important;
  align-items: center !important; }
  .gfield_radio li input, .gfield_checkbox li input {
    width: 20px !important; }
  .gfield_radio li label, .gfield_checkbox li label {
    margin: 0 !important; }

.consent-checkbox .gfield_label {
  display: none !important; }

.consent-checkbox ul li {
  padding-left: 0 !important; }
  .consent-checkbox ul li input[type="checkbox"] {
    display: inline-block;
    width: auto; }
  .consent-checkbox ul li label {
    font-size: 14px; }

/**
 * Partial for magnific popup custom css code.
 * Contains dialog look and animations of popups
 */
.popup-wrap {
  background: #F4F4F4;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding: 1rem;
  overflow: hidden; }
  @media (min-width: 576px) {
    .popup-wrap {
      padding: 2rem; } }
  .popup-wrap .gform_title {
    font-weight: 500; }
  .popup-wrap .gform_button {
    width: 100%; }

.mfp-gallery img {
  width: 800px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: none !important; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-right: none !important; }

.mfp-content {
  padding: 0 .5rem; }

/* ====== Zoom effect ====== */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

/* ====== Newspaper effect ====== */
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg); }
  .mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s; }
  .mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg); }
  .mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0; }
  .mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0; }

/* ====== Move-horizontal effect ====== */
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px); }
  .mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s; }
  .mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0); }
  .mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0; }
  .mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0; }

/* ====== Move-from-top effect ====== */
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-from-top .mfp-content {
    vertical-align: top; }
  .mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px); }
  .mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s; }
  .mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0); }
  .mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0; }
  .mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0; }

/* ====== 3d unfold ====== */
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-3d-unfold .mfp-content {
    perspective: 2000px; }
  .mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg); }
  .mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s; }
  .mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg); }
  .mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0; }
  .mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0; }

/* ====== Zoom-out effect ====== */
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3); }
  .mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0; }
  .mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0; }

.mobile-btns {
  position: absolute;
  right: 15px; }
  @media (min-width: 768px) {
    .mobile-btns {
      display: none; } }

.phone-btn, .email-btn {
  color: #999;
  display: inline-block;
  height: 17px;
  margin-right: 8px; }
  .phone-btn:hover, .email-btn:hover {
    color: #999;
    opacity: .3; }
  .phone-btn .fa, .email-btn .fa {
    font-size: 1.5rem; }

.email-btn i {
  line-height: 0; }

.mobile-btn {
  display: inline-block;
  height: 17px; }
  .mobile-btn:hover {
    opacity: .3; }
  .mobile-btn span, .mobile-btn span:before, .mobile-btn span:after {
    background-color: #999;
    display: block;
    height: 2px;
    width: 24px; }
  .mobile-btn span {
    margin: 0 auto;
    position: relative;
    top: 8px;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
    .mobile-btn span:before, .mobile-btn span:after {
      content: '';
      position: absolute; }
    .mobile-btn span:before {
      margin-top: -7px;
      -webkit-transition-property: margin, -webkit-transform;
      transition-property: margin, transform;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-delay: 0.2s, 0s;
      transition-delay: 0.2s, 0s; }
    .mobile-btn span:after {
      margin-top: 7px;
      -webkit-transition-property: margin, -webkit-transform;
      transition-property: margin, transform;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-delay: 0.2s, 0s;
      transition-delay: 0.2s, 0s; }

.mm-opened .mobile-btn span {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }
  .mm-opened .mobile-btn span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s; }
  .mm-opened .mobile-btn span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s; }

#mmenu {
  background-color: #1A364C;
  display: none; }
  .admin-bar #mmenu {
    top: 46px; }
    @media screen and (min-width: 783px) {
      .admin-bar #mmenu {
        top: 32px; } }
  #mmenu.mm--open {
    display: block; }
  #mmenu > .mm-panel.mm-hasnavbar {
    padding-top: 50px; }
  #mmenu .mm-selected > a {
    background: #173144; }

.mm-navbar {
  height: 50px; }
  .mm-navbar .mm-title {
    padding: 15px 0; }

.mm-navbar .mm-btn {
  height: 50px; }

li.mobile-menu-search {
  padding: 10px 10px 10px 20px; }
  li.mobile-menu-search:before, li.mobile-menu-search:after {
    content: "";
    display: none; }
  li.mobile-menu-search form {
    background-color: #142939;
    padding: 10px 12px;
    position: relative;
    width: 100%; }
    li.mobile-menu-search form .searchfield {
      background-color: transparent;
      border: none;
      color: #FFF;
      padding: 0; }
    li.mobile-menu-search form .searchsubmit {
      cursor: pointer;
      opacity: 0;
      padding: 0;
      z-index: 1030; }
      li.mobile-menu-search form .searchsubmit .fa {
        color: #FFF; }
    li.mobile-menu-search form .ti-search {
      font-size: 1.2rem;
      position: absolute;
      right: 10px; }

.mm .flag-icon {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  margin-right: .5rem;
  width: 1.33333333em; }
  .mm .flag-icon.flag-icon-no {
    background-image: url(../img/flags/4x3/no.svg); }
  .mm .flag-icon.flag-icon-se {
    background-image: url(../img/flags/4x3/se.svg); }
  .mm .flag-icon.flag-icon-gb {
    background-image: url(../img/flags/4x3/gb.svg); }

.mm > ul.mobile-menu {
  padding-top: 50px;
  top: 0; }

.mm:before {
  z-index: 99; }

#mmenu[data-mm-title=""]:after {
  display: none; }

.mobile-menu .lang-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  top: 0;
  height: 50px;
  position: fixed;
  width: 100%; }
  .mobile-menu .lang-item > a {
    font-size: 14px;
    line-height: 1rem;
    padding-bottom: 5px;
    padding-top: 5px; }
  .mobile-menu .lang-item .mm-next {
    width: 100%; }
    .mobile-menu .lang-item .mm-next:before, .mobile-menu .lang-item .mm-next:after {
      display: none; }
    .mobile-menu .lang-item .mm-next + a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      padding: 0 10px 0 20px;
      margin: 0;
      text-align: left;
      width: 100%; }
      .mobile-menu .lang-item .mm-next + a [class^="ti-"], .mobile-menu .lang-item .mm-next + a [class*=" ti-"] {
        font-size: 1.2rem;
        margin-right: 4px; }

.page-pagination {
  margin-top: 2rem; }
  .page-pagination .page-item .page-numbers {
    color: #558ED5; }
    .page-pagination .page-item .page-numbers.current {
      background-color: #558ED5;
      border-color: #558ED5;
      color: #FFF; }

.search-area {
  background-color: #1A364C;
  display: none; }
  .search-area--active {
    display: block; }
  .search-area .searchform {
    height: 100px; }
    .search-area .searchform__inner {
      overflow: hidden;
      position: relative;
      width: 100%; }
      .search-area .searchform__inner input[type="text"] {
        border-radius: 0;
        background: none;
        color: #FFF;
        border: none;
        float: left;
        font-size: 1.2rem;
        font-weight: 300;
        margin-left: 15%;
        padding: 1rem 0;
        width: 80%; }
        @media (min-width: 576px) {
          .search-area .searchform__inner input[type="text"] {
            margin-left: 5%;
            width: 90%; } }
        .search-area .searchform__inner input[type="text"]::-webkit-input-placeholder {
          color: #FFF; }
        .search-area .searchform__inner input[type="text"]:-moz-placeholder {
          /* Firefox 18- */
          color: #FFF; }
        .search-area .searchform__inner input[type="text"]::-moz-placeholder {
          /* Firefox 19+ */
          color: #FFF; }
        .search-area .searchform__inner input[type="text"]:-ms-input-placeholder {
          color: #FFF; }
      .search-area .searchform__inner input[type="submit"] {
        border-radius: 0;
        background: none;
        border: none;
        cursor: pointer;
        font-size: 18px;
        height: 100%;
        width: 15%;
        position: absolute;
        text-indent: -999999px;
        z-index: 1; }
        @media (min-width: 576px) {
          .search-area .searchform__inner input[type="submit"] {
            width: 5%; } }
      .search-area .searchform__inner .fa-search, .search-area .searchform__inner .fa-times {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #FFF;
        font-size: 1.4rem; }
      .search-area .searchform__inner .fa-search {
        left: 10px; }
      .search-area .searchform__inner .fa-times {
        right: 0;
        cursor: pointer; }

.section--specialist-hero {
  background-image: url("../img/specialist-bg.jpg");
  background-position: center;
  background-size: cover;
  color: #FFF; }
  .section--specialist-hero--header {
    text-align: center; }
    @media (min-width: 768px) {
      .section--specialist-hero--header {
        text-align: left; } }
    .section--specialist-hero--header h1 {
      color: #FFF;
      margin-bottom: .5rem; }
      @media (min-width: 768px) {
        .section--specialist-hero--header h1 {
          margin-bottom: 1.5rem; } }
    .section--specialist-hero--header h3 {
      color: #FFF;
      margin-bottom: .5rem; }
      @media (min-width: 768px) {
        .section--specialist-hero--header h3 {
          margin-bottom: 1.5rem; } }
    .section--specialist-hero--header p {
      line-height: 2; }
    .section--specialist-hero--header a {
      color: #FFF; }
    .section--specialist-hero--header .fa {
      width: 25px; }
    .section--specialist-hero--header .linkedin-btn {
      background-color: #558ED5;
      border-radius: 50%;
      bottom: -20px;
      color: #FFF;
      display: block;
      height: 40px;
      left: 0;
      margin-left: auto;
      margin-right: auto;
      padding-top: 8px;
      position: absolute;
      right: 0;
      text-align: center;
      width: 40px; }

.section-specialist-listing {
  background-color: #F4F4F4; }
  .section-specialist-listing h2 {
    text-align: center; }

.page-template-specialist-overview .section-specialist-listing {
  background-color: #F4F4F4; }

/*.specialist-boxes--content {
	margin:15px 0;
	&--inner {
		background-color: $white;		
		height:100%;
		padding: 1.4rem 1.8rem;
		position: relative;
		text-align: center;
		width:100%;
		h4 {
			margin-bottom:0.2rem;
		}
		img {
			height: auto;
			margin-bottom: 1.4rem;
			max-width:100%;
		}
		.specialist-country-flag {
			left: 1rem;
			max-width: 30px;
			position: absolute; 
			top: 1rem;
		}
		.specialist-job-title {
			color: $midgray;
		}
		.specialist-mail {
			margin: 0.5rem 0;
		}
		.specialist-phone {
			margin-bottom: 1.2rem;
		}	
	}
}
.specialist-profile-img-holder {
	margin: auto;
	max-width:265px;
	position: relative;
	@include media-breakpoint-up(xl) {
		margin: 0;
	}
	.specialist-profile-img {
		border-radius: 50%;
		height: auto;
		max-width:100%;
	}
}*/
.specialist-boxes--content {
  margin: 15px 0; }
  .specialist-boxes--content--inner {
    background-color: #FFF;
    height: 100%;
    overflow: hidden;
    padding: 1.4rem 1rem;
    position: relative;
    width: 100%; }
    @media (min-width: 1200px) {
      .specialist-boxes--content--inner {
        padding: 1.4rem 1rem; } }
    .specialist-boxes--content--inner h5 {
      margin-bottom: 0.2rem;
      text-align: center; }
      .specialist-boxes--content--inner h5:hover {
        color: #558ED5; }
    .specialist-boxes--content--inner img {
      height: auto;
      margin-bottom: 1.4rem;
      max-width: 100%; }
    .specialist-boxes--content--inner .specialist-country-flag {
      left: 1rem;
      max-width: 25px;
      position: absolute;
      top: 1rem; }
    .specialist-boxes--content--inner .specialist-job-title {
      color: #999;
      font-size: .9rem;
      margin-bottom: .5rem;
      text-align: center; }
    .specialist-boxes--content--inner .specialist-info {
      border-bottom: 1px solid #F4F4F4;
      border-top: 1px solid #F4F4F4;
      margin: 1rem 0;
      padding: 1rem 0; }
      @media (min-width: 576px) {
        .specialist-boxes--content--inner .specialist-info {
          min-height: 210px; } }
      .specialist-boxes--content--inner .specialist-info p {
        font-size: .9rem;
        margin-bottom: .5rem; }
    .specialist-boxes--content--inner .specialist-mail {
      font-size: .82rem;
      margin-bottom: .5rem; }
    .specialist-boxes--content--inner .specialist-phone {
      font-size: .82rem;
      margin-bottom: 0; }
    .specialist-boxes--content--inner .fa {
      width: 16px; }

.specialist-profile-img-holder {
  margin: 0 auto;
  max-width: 200px;
  position: relative; }
  .specialist-profile-img-holder .specialist-profile-img {
    border-radius: 50%;
    height: auto;
    max-width: 100%; }

.section--specialist-hero .specialist-profile-img-holder {
  max-width: 145px; }
  @media (min-width: 768px) {
    .section--specialist-hero .specialist-profile-img-holder {
      max-width: 265px; } }

.select-holder {
  margin-top: 1rem; }

.select-wrap-sorting {
  border: 1px solid #FFF;
  border-radius: .25rem;
  color: #FFF;
  font-size: 0.85rem;
  position: relative;
  text-transform: uppercase; }
  .select-wrap-sorting--inner {
    bottom: 0;
    font-weight: 400;
    left: 0;
    padding: 0.85rem 1rem;
    position: absolute;
    right: 0;
    top: 0; }
    .select-wrap-sorting--inner .fa {
      float: right;
      font-size: 1rem;
      margin-top: 1px; }
  .select-wrap-sorting select {
    color: #000;
    opacity: 0;
    text-transform: uppercase; }
    .select-wrap-sorting select option {
      color: #000; }

.section-news-area {
  background-color: #F4F4F4;
  background-position: center;
  background-size: cover; }
  .section-news-area .news-area {
    margin: 2rem 0; }
    .section-news-area .news-area--box {
      background-color: #FFF;
      margin: 0.75rem 0;
      padding: 3rem; }
      @media (min-width: 768px) {
        .section-news-area .news-area--box {
          padding: 5rem 3rem; } }
      @media (max-width: 991px) {
        .section-news-area .news-area--box img {
          display: none; } }
      @media (min-width: 768px) {
        .section-news-area .news-area--box img {
          float: right;
          margin: 10px 0 2rem 2rem;
          max-width: 200px; } }
    .section-news-area .news-area--header {
      text-align: center; }
    .section-news-area .news-area .fa {
      color: #558ED5;
      margin-right: .3rem; }
    .section-news-area .news-area .newsletter-box {
      background-color: #558ED5;
      color: #FFF;
      text-align: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .section-news-area .news-area .newsletter-box #mc4wp-form-1 {
        margin-top: -0.5rem;
        width: 100%; }
      .section-news-area .news-area .newsletter-box h2, .section-news-area .news-area .newsletter-box h3 {
        color: #FFF;
        margin-bottom: 1rem; }
      .section-news-area .news-area .newsletter-box input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #558ED5;
        font-style: italic;
        text-align: center; }
      .section-news-area .news-area .newsletter-box input::-moz-placeholder {
        /* Firefox 19+ */
        color: #558ED5;
        font-style: italic;
        text-align: center; }
      .section-news-area .news-area .newsletter-box input:-ms-input-placeholder {
        /* IE 10+ */
        color: #558ED5;
        font-style: italic;
        text-align: center; }
      .section-news-area .news-area .newsletter-box input:-moz-placeholder {
        /* Firefox 18- */
        color: #558ED5;
        font-style: italic;
        text-align: center; }
      .section-news-area .news-area .newsletter-box .myt-btn, .section-news-area .news-area .newsletter-box input[type="submit"], .section-news-area .news-area .newsletter-box input[type="reset"], .section-news-area .news-area .newsletter-box .gform_button {
        margin-top: 1rem;
        width: 100%; }

.section-start-boxes {
  background-color: #FFF;
  padding-top: 0; }
  .section-start-boxes .start-boxes {
    text-align: center; }
    .section-start-boxes .start-boxes--single {
      margin-bottom: 1.5rem; }
      @media (min-width: 992px) {
        .section-start-boxes .start-boxes--single {
          margin-bottom: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; } }
      .section-start-boxes .start-boxes--single--number {
        background-color: #F4F4F4;
        border: 15px solid #FFF;
        border-radius: 50%;
        color: #558ED5;
        font-size: 1.25rem;
        font-weight: normal;
        height: 70px;
        margin: 0 auto;
        padding: 0.25rem;
        position: relative;
        width: 70px; }
        @media (min-width: 992px) {
          .section-start-boxes .start-boxes--single--number {
            margin: 0 auto 1em; } }
      .section-start-boxes .start-boxes--single--content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex: auto;
        -moz-box-flex: auto;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        /* IE-fix */ }
        .section-start-boxes .start-boxes--single--content p {
          max-width: 100%; }
      .section-start-boxes .start-boxes--single:before {
        background-image: linear-gradient(to right, #558ED5 33%, rgba(255, 255, 255, 0) 0%);
        background-position: bottom;
        background-size: 8px 1px;
        background-repeat: repeat-x;
        content: ' ';
        display: block;
        height: 1px;
        left: 2.5%;
        position: absolute;
        top: 34px;
        width: 95%; }
        @media (min-width: 576px) {
          .section-start-boxes .start-boxes--single:before {
            left: 50%;
            width: 100%; } }

@media (min-width: 576px) and (max-width: 991px) {
  .section-start-boxes .start-boxes--single:nth-child(2):before {
    display: none; } }
      @media (min-width: 576px) {
        .section-start-boxes .start-boxes--single:last-child:before {
          display: none; } }
  .section-start-boxes .myt-btn, .section-start-boxes input[type="submit"], .section-start-boxes input[type="reset"], .section-start-boxes .gform_button {
    width: auto; }

.content-slider {
  margin: 2rem 0; }

.slide img {
  margin: auto; }

.slick-dots {
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: -20px;
  left: 50%;
  padding: 0;
  position: absolute; }
  .slick-dots li {
    list-style: none;
    float: left;
    margin-left: 10px; }
    .slick-dots li:first-child {
      margin: 0; }
    .slick-dots li button {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.5);
      border: none;
      height: 13px;
      text-indent: -99999px;
      width: 10px; }
    .slick-dots li.slick-active button {
      background-color: #558ED5; }

.section-event-hero {
  background-size: cover;
  background-position: center;
  color: #FFF;
  padding: 4rem 0;
  text-align: center;
  -webkit-font-smoothing: auto; }
  .section-event-hero .container {
    z-index: 10; }
  .section-event-hero h1, .section-event-hero h2, .section-event-hero h3, .section-event-hero h4 {
    color: #FFF; }
  .section-event-hero h2 {
    font-size: 32px; }
    @media (min-width: 768px) {
      .section-event-hero h2 {
        font-size: 43px; } }
  .section-event-hero h3 {
    font-size: 22px; }
    @media (min-width: 768px) {
      .section-event-hero h3 {
        font-size: 28px;
        margin: 0; } }
  .section-event-hero .article-header .myt-btn, .section-event-hero .article-header input[type="submit"], .section-event-hero .article-header input[type="reset"], .section-event-hero .article-header .gform_button {
    font-size: 1.4rem;
    padding: 18px 30px;
    margin-top: 1rem; }
  .section-event-hero .article-header img {
    height: auto;
    max-width: 100%;
    margin-bottom: 1rem; }
  .section-event-hero .myt-btn--event--fixed {
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    width: 100%; }
    @media (max-width: 767px) {
      .section-event-hero .myt-btn--event--fixed {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px; } }
    @media (min-width: 768px) {
      .section-event-hero .myt-btn--event--fixed {
        top: 25px;
        right: 25px;
        bottom: auto;
        width: auto; } }
  .section-event-hero .event-info-cols {
    margin-top: 2rem; }
    .section-event-hero .event-info-cols h4 {
      font-weight: 700; }
      @media (min-width: 768px) {
        .section-event-hero .event-info-cols h4 {
          font-size: 24px; } }
  .section-event-hero .event-scroll {
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #FFF;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    bottom: 0;
    color: #558ED5;
    left: 50%;
    margin: 0;
    padding: 12px 18px;
    position: absolute;
    z-index: 10; }
    @media (max-width: 991px) {
      .section-event-hero .event-scroll {
        display: none; } }
  .section-event-hero .event-overlay {
    background-color: rgba(85, 142, 213, 0.9);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.section-event-medals {
  background-color: #FFF;
  padding: 2em 0; }
  .section-event-medals img {
    max-width: 200px;
    margin-bottom: 1rem;
    width: 100%;
    height: auto; }

.section--home-hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  padding: 3rem 0; }
  @media (min-width: 992px) {
    .section--home-hero {
      background-position: center top;
      background-size: 102% auto;
      padding: 102px 0 0 0; } }
  .section--home-hero__bg {
    background-color: #1a364c;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
  .section--home-hero__bg-top {
    height: 85%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a364c), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, #1a364c));
    background: -webkit-linear-gradient(top, #1a364c 0%, rgba(255, 255, 255, 0) 50%, #1a364c 100%);
    background: linear-gradient(to bottom, #1a364c 0%, rgba(255, 255, 255, 0) 50%, #1a364c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a364c', endColorstr='#1a364c', GradientType=0); }
    @media (min-width: 992px) {
      .section--home-hero__bg-top {
        height: 65%; } }
  .section--home-hero__bg-bottom {
    background-color: #1a364c;
    height: 15%;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0; }
    @media (min-width: 992px) {
      .section--home-hero__bg-bottom {
        height: 35%; } }
  .section--home-hero .container {
    z-index: 100; }
  .section--home-hero__inner {
    min-height: 400px; }
    @media (min-width: 768px) {
      .section--home-hero__inner {
        min-height: 566px; } }
  .section--home-hero__content {
    color: #FFF; }
  @media (max-width: 991px) {
    .section--home-hero .myt-btn--hollow--white, .section--home-hero .section-news-area .news-area .newsletter-box .myt-btn, .section-news-area .news-area .newsletter-box .section--home-hero .myt-btn, .section--home-hero .section-news-area .news-area .newsletter-box input[type="submit"], .section-news-area .news-area .newsletter-box .section--home-hero input[type="submit"], .section--home-hero .section-news-area .news-area .newsletter-box input[type="reset"], .section-news-area .news-area .newsletter-box .section--home-hero input[type="reset"], .section--home-hero .section-news-area .news-area .newsletter-box .gform_button, .section-news-area .news-area .newsletter-box .section--home-hero .gform_button {
      width: 80%;
      margin: 1% 0; } }
  @media (min-width: 768px) {
    .section--home-hero .myt-btn--hollow--white, .section--home-hero .section-news-area .news-area .newsletter-box .myt-btn, .section-news-area .news-area .newsletter-box .section--home-hero .myt-btn, .section--home-hero .section-news-area .news-area .newsletter-box input[type="submit"], .section-news-area .news-area .newsletter-box .section--home-hero input[type="submit"], .section--home-hero .section-news-area .news-area .newsletter-box input[type="reset"], .section-news-area .news-area .newsletter-box .section--home-hero input[type="reset"], .section--home-hero .section-news-area .news-area .newsletter-box .gform_button, .section-news-area .news-area .newsletter-box .section--home-hero .gform_button {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  .section--home-hero .select-wrap-sorting {
    display: inline-block;
    margin-left: 15px;
    width: 200px; }
    @media (max-width: 991px) {
      .section--home-hero .select-wrap-sorting {
        width: 80%;
        margin: 1% 0; } }
    .section--home-hero .select-wrap-sorting select {
      height: 36px;
      width: 100%; }
      @media (min-width: 768px) {
        .section--home-hero .select-wrap-sorting select {
          height: 38px; } }
      @media (min-width: 992px) {
        .section--home-hero .select-wrap-sorting select {
          height: 47px; } }
  .section--home-hero__flags {
    margin: 1rem 0 2rem 0; }
    .section--home-hero__flags a {
      color: #FFF;
      display: inline-block;
      margin: 0 .5rem; }
      .section--home-hero__flags a span {
        margin-right: 2px; }
  .section--home-hero__quote {
    margin-top: 2rem; }
    @media (min-width: 992px) {
      .section--home-hero__quote {
        margin-top: 4rem; } }
    @media (max-width: 767px) {
      .section--home-hero__quote img {
        margin-bottom: 2rem;
        max-width: 50% !important; } }
    .section--home-hero__quote blockquote {
      color: #FFF;
      font-size: 1rem;
      line-height: 1.5rem;
      font-style: italic;
      margin: 0 0 .5rem 0;
      padding: 0; }
      @media (min-width: 768px) {
        .section--home-hero__quote blockquote {
          font-size: .85rem; } }
    .section--home-hero__quote span {
      color: rgba(255, 255, 255, 0.7);
      font-size: .85rem;
      line-height: 1.5rem; }
  .section--home-hero h4 {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .section--home-hero h4 {
        font-size: 55px;
        line-height: 50px; } }
    @media (min-width: 992px) {
      .section--home-hero h4 {
        font-size: 65px;
        line-height: 64px; } }
  .section--home-hero h5 {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .section--home-hero h5 {
        font-size: 34px; } }
    @media (min-width: 992px) {
      .section--home-hero h5 {
        font-size: 42px; } }

.section--services {
  background-color: #F4F4F4; }

.service {
  margin-top: 1rem; }
  .service:first-child {
    margin-top: 0; }
  @media (min-width: 768px) {
    .service {
      margin-top: 2rem; }
      .service:nth-child(2) {
        margin-top: 0; } }
  @media (min-width: 992px) {
    .service:nth-child(3) {
      margin-top: 0; } }
  .service__inner {
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -ms-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    background-color: #FFF;
    padding: 2rem;
    position: relative;
    text-align: center; }
    .service__inner:hover {
      -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15) !important;
      -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15) !important;
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15) !important; }
    .service__inner p {
      color: #666; }
  .service__badge {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #F4F4F4;
    height: 120px;
    margin: 1rem auto;
    width: 120px; }
  .service__icon {
    margin: 0 auto;
    max-height: 60px;
    max-width: 60px; }

.section--text-slider {
  background-color: #eaeaea; }
  .section--text-slider blockquote {
    padding-left: 0; }
  .section--text-slider .slick-dots {
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: -20px;
    left: 50%;
    padding: 0;
    position: absolute; }
    @media (max-width: 767px) {
      .section--text-slider .slick-dots {
        display: none !important; } }
    .section--text-slider .slick-dots li {
      list-style: none;
      float: left;
      margin-left: 10px; }
      .section--text-slider .slick-dots li:first-child {
        margin: 0; }
      .section--text-slider .slick-dots li button {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        border: none;
        height: 13px;
        text-indent: -99999px;
        width: 13px; }
      .section--text-slider .slick-dots li.slick-active button {
        background-color: #558ED5; }

.section--slider .slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .section--slider .slide__inner {
    min-height: 400px; }
    .section--slider .slide__inner--high {
      min-height: 400px; }
      @media (min-width: 768px) {
        .section--slider .slide__inner--high {
          min-height: 600px; } }
  .section--slider .slide__content {
    color: #FFF;
    font-size: 1.1rem;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text; }
  .section--slider .slide h3 {
    color: #FFF; }
  .section--slider .slide h4 {
    color: #FFF;
    font-size: 2rem;
    margin-bottom: .8rem; }
    @media (min-width: 768px) {
      .section--slider .slide h4 {
        font-size: 3rem; } }
  .section--slider .slide--positive h1, .section--slider .slide--positive h2, .section--slider .slide--positive h3, .section--slider .slide--positive h4, .section--slider .slide--positive h5, .section--slider .slide--positive p {
    color: #000; }
  .section--slider .slide--positive .slide__content {
    color: #000; }

.section--slider .slick-dots {
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: -20px;
  left: 50%;
  padding: 0;
  position: absolute; }
  .section--slider .slick-dots li {
    list-style: none;
    float: left;
    margin-left: 10px; }
    .section--slider .slick-dots li:first-child {
      margin: 0; }
    .section--slider .slick-dots li button {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.5);
      border: none;
      height: 13px;
      text-indent: -99999px;
      width: 10px; }
    .section--slider .slick-dots li.slick-active button {
      background-color: #558ED5; }

.section-persons-listing {
  background-color: #F4F4F4; }
  .section-persons-listing h4 {
    margin-bottom: 2rem;
    text-align: center; }

.persons-boxes--content {
  margin: 15px 0; }
  .persons-boxes--content--inner {
    background-color: #FFF;
    height: 100%;
    min-height: 580px;
    padding: 1.4rem 1.8rem;
    position: relative;
    text-align: center;
    width: 100%; }
    .persons-boxes--content--inner h4 {
      margin-bottom: 0.2rem; }
    .persons-boxes--content--inner img {
      height: auto;
      max-width: 100%; }

.persons-badge-img-holder {
  max-width: 130px;
  max-height: 130px;
  position: absolute;
  right: -40px;
  top: -40px;
  z-index: 100; }

.persons-profile-img-holder {
  margin: 0 auto 1.4rem auto;
  max-width: 200px;
  position: relative; }
  .persons-profile-img-holder .persons-profile-img {
    border-radius: 50%;
    height: auto;
    max-width: 100%; }

.persons-profile-content img {
  margin-top: 20px;
  max-width: 150px; }

.single-courses-seminars .persons-profile-content img {
  max-width: 100%; }

.section--featured-items {
  background: white;
  padding-bottom: 0; }
  .section--featured-items .row, .section--featured-items .gform_fields {
    justify-content: center;
    display: flex; }
  .section--featured-items--single {
    width: 100%; }
    .section--featured-items--single--item {
      width: 100%; }
      .section--featured-items--single--item img {
        width: inherit;
        height: auto;
        display: block;
        border: 2px solid #7F7F7F;
        max-height: 400px; }
      .section--featured-items--single--item p {
        padding: 1rem; }
        .section--featured-items--single--item p a {
          text-decoration: underline; }

.section--hero {
  background-size: cover;
  background-position: center;
  color: #FFF;
  padding: 4rem 0;
  text-align: center; }
  .section--hero h1, .section--hero h2, .section--hero h3, .section--hero h4 {
    color: #FFF; }
  .section--hero h1, .section--hero h3 {
    font-size: 2rem; }
    @media (min-width: 768px) {
      .section--hero h1, .section--hero h3 {
        font-size: 2.8rem; } }
  .section--hero .breadcrumbs {
    color: rgba(255, 255, 255, 0.6); }
    .section--hero .breadcrumbs a {
      color: #FFF; }

@media (min-width: 768px) {
  .page-template-service .section--hero p {
    font-size: 1.5rem; } }

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

.section--features {
  background-image: url("../img/feature_bg.png");
  background-position: center;
  background-size: cover; }
  .section--features--single {
    margin: 0.75rem 0;
    text-align: center; }
    @media (min-width: 576px) {
      .section--features--single {
        margin-bottom: 0; } }
    .section--features--single--content h3 {
      font-size: 1.6rem; }
      @media (min-width: 992px) {
        .section--features--single--content h3 {
          font-size: 1.75rem; } }
    .section--features--single--content img {
      margin-bottom: 1rem;
      max-width: 100%; }

.section--text-image-two-blocks {
  background-position: center;
  background-color: #4d8471;
  background-size: cover;
  overflow: hidden;
  padding: 3rem 0; }
  .section--text-image-two-blocks--box--content {
    margin-bottom: 1.8rem; }
    .section--text-image-two-blocks--box--content p {
      line-height: 2; }
  .section--text-image-two-blocks--box--image {
    display: none;
    float: right;
    max-width: 175%;
    /*@include media-breakpoint-up(sm) {
				display: block;
				margin: 2em -7rem 0 0;
				max-width:175%;
			}*/ }
    @media (min-width: 768px) {
      .section--text-image-two-blocks--box--image {
        display: block;
        margin: 1rem -8rem 0 0;
        max-width: auto; } }
    @media (min-width: 1200px) {
      .section--text-image-two-blocks--box--image {
        margin: -2.5rem 0 -4.5rem; } }
  .section--text-image-two-blocks--box h4 {
    margin-bottom: 1.8rem; }
  .section--text-image-two-blocks--box .myt-btn, .section--text-image-two-blocks--box input[type="submit"], .section--text-image-two-blocks--box input[type="reset"], .section--text-image-two-blocks--box .gform_button {
    margin: 0.5rem 1rem 0.5rem 0; }

.sticky-form {
  display: none; }
  @media (min-width: 576px) {
    .sticky-form {
      -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1) !important;
      -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1) !important;
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1) !important;
      -webkit-transition: transform 0.3s ease-in-out;
      -moz-transition: transform 0.3s ease-in-out;
      -ms-transition: transform 0.3s ease-in-out;
      -o-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      -moz-transform: translate(100%, -50%);
      -o-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
      -webkit-transform: translate(100%, -50%);
      transform: translate(100%, -50%);
      position: fixed;
      top: 50%;
      right: 0;
      z-index: 1070; } }
  @media (min-width: 576px) {
    .sticky-form--loaded {
      display: block; } }
  @media (min-width: 576px) {
    .sticky-form--active {
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); } }
  .sticky-form__inner {
    background: #eaeaea;
    padding: 1rem; }
    @media (min-width: 576px) {
      .sticky-form__inner {
        padding: 2rem;
        position: relative;
        width: 500px; } }
  .sticky-form__tab {
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 0; }
    @media (max-width: 575px) {
      .sticky-form__tab {
        display: none; } }
    .sticky-form__tab div {
      -moz-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -webkit-transform: rotate(270deg);
      transform: rotate(270deg);
      background-color: #6599d9;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      color: #FFF;
      cursor: pointer;
      display: inline-block;
      font-size: .9rem;
      font-weight: 600;
      letter-spacing: .02rem;
      margin-right: 38px;
      padding: .8rem 1rem;
      text-transform: uppercase; }

.sticky-form-modal-tab {
  -moz-transform: translate(34%, -50%);
  -o-transform: translate(34%, -50%);
  -ms-transform: translate(34%, -50%);
  -webkit-transform: translate(34%, -50%);
  transform: translate(34%, -50%);
  display: none;
  position: fixed;
  top: 50%;
  right: 0; }
  @media (min-width: 576px) {
    .sticky-form-modal-tab {
      display: none; } }
  .sticky-form-modal-tab div {
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    background-color: #6599d9;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #FFF;
    display: inline-block;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .02rem;
    padding: .6rem 1rem;
    text-transform: uppercase; }

.sticky-form .gform_title {
  font-weight: 500; }

.sticky-form .gfield_label {
  display: none; }

.sticky-form .gfield.show-label .gfield_label {
  display: block; }

.sticky-form .gform_button {
  width: 100%; }

aside .widget_pages {
  margin: 0; }
  @media (max-width: 767px) {
    aside .widget_pages {
      display: none; } }
  aside .widget_pages h4 {
    display: none; }
  aside .widget_pages ul {
    margin: 0;
    padding: 0; }
  aside .widget_pages li {
    list-style: none;
    position: relative; }
  aside .widget_pages a {
    color: #000;
    font-size: .95rem; }
  aside .widget_pages > ul > li {
    display: none;
    margin-bottom: 2rem; }
    aside .widget_pages > ul > li a {
      border-bottom: 1px dashed #d6d6d6;
      display: block;
      padding: 10px 0; }
      aside .widget_pages > ul > li a:hover {
        color: #558ED5; }
    aside .widget_pages > ul > li > a {
      border-top: none;
      color: #000 !important;
      font-family: "Roboto", sans-serif;
      font-size: 1.3rem;
      font-weight: 400;
      padding-top: 0; }
      @media (min-width: 576px) {
        aside .widget_pages > ul > li > a {
          font-size: 1.3rem; } }
    aside .widget_pages > ul > li > ul > li > ul {
      display: none; }
      aside .widget_pages > ul > li > ul > li > ul > li > a {
        padding-left: 1.5rem; }
      aside .widget_pages > ul > li > ul > li > ul > li > ul {
        display: none; }
        aside .widget_pages > ul > li > ul > li > ul > li > ul > li > a {
          padding-left: 2.5rem; }
        aside .widget_pages > ul > li > ul > li > ul > li > ul > li > ul {
          display: none; }
          aside .widget_pages > ul > li > ul > li > ul > li > ul > li > ul > li > a {
            padding-left: 3.5rem; }
          aside .widget_pages > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
            display: none; }
            aside .widget_pages > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
              padding-left: 4.5rem; }
          aside .widget_pages > ul > li > ul > li > ul > li > ul > li > ul > li.current_page_item > ul, aside .widget_pages > ul > li > ul > li > ul > li > ul > li > ul > li.current_page_ancestor > ul {
            display: block; }
        aside .widget_pages > ul > li > ul > li > ul > li > ul > li.current_page_item > ul, aside .widget_pages > ul > li > ul > li > ul > li > ul > li.current_page_ancestor > ul {
          display: block; }
      aside .widget_pages > ul > li > ul > li > ul > li.current_page_item > ul, aside .widget_pages > ul > li > ul > li > ul > li.current_page_ancestor > ul {
        display: block; }
    aside .widget_pages > ul > li > ul > li.current_page_item > ul, aside .widget_pages > ul > li > ul > li.current_page_ancestor > ul {
      display: block; }
  aside .widget_pages .current_page_item.page_item_has_children, aside .widget_pages .current_page_ancestor.page_item_has_children {
    display: block; }
  aside .widget_pages .current_page_item > a {
    font-weight: 400; }
  aside .widget_pages .current_page_item .contract {
    color: #558ED5; }

.page-franchisepraktikan .widget_pages, .page-franchiseguiden .widget_pages {
  display: none; }

.page-template-service aside .widget_pages > ul > li > ul > li {
  display: none; }
  .page-template-service aside .widget_pages > ul > li > ul > li.current_page_ancestor, .page-template-service aside .widget_pages > ul > li > ul > li.current_page_parent {
    display: block; }
    .page-template-service aside .widget_pages > ul > li > ul > li.current_page_ancestor > ul > li, .page-template-service aside .widget_pages > ul > li > ul > li.current_page_parent > ul > li {
      display: block; }

.franchise-page {
  background-color: #FFF;
  padding-bottom: 2rem;
  text-align: center; }
