/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"], input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: separate;
  border-spacing: 0; }

*, input[type="search"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: none; }

em {
  font-family: 'FFMetaWebBookItalic', 'Helvetica Neue', sans-serif;
  font-style: normal; }

strong, b {
  font-family: 'FFMetaWebBold', 'Helvetica Neue', sans-serif;
  font-weight: normal; }

html {
  color: #444;
  line-height: 1.6;
  font-size: 1em; }

body {
  background: #fff;
  font-family: 'FFMetaWebNormal', 'FFMetaWebBook', 'Helvetica Neue', sans-serif;
  font-size: 1em;
  line-height: 1.6; }
  body:before {
    content: '';
    display: block;
    height: 0.3em;
    z-index: 500;
    position: absolute;
    top: 0;
    width: 100%;
    background: #488bb6; }

h1, h2, h3, h4 {
  line-height: 1.3;
  font-weight: 300;
  font-family: 'simplon_bp_lightlight', sans-serif; }

h1 {
  font-size: 1.875em;
  margin: 0 0 0.7em; }

.page-header h1 {
  margin-bottom: 0.3em; }

h2 {
  font-size: 1.5em; }

.page-header h2 {
  margin-top: 0; }

h3 {
  font-size: 1.125em;
  font-family: 'simplon_bp_mediummedium', sans-serif; }

h4 {
  font-size: 1em;
  font-family: 'simplon_bp_mediummedium', sans-serif; }

h1 + p, h2 + p, h3 + p, h4 + p {
  margin-top: 0; }

p {
  margin: 1.6em 0; }

.warning {
  color: #ad3932; }

a {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  color: #488bb6; }

img {
  vertical-align: middle;
  max-width: 100%; }
  img.rounded {
    border-radius: 100%; }

ul {
  list-style: circle;
  margin: 1.2em auto 1.2em 1em;
  padding: 0; }
  ul.links {
    list-style: none;
    margin: 0 0 1.5em; }
    ul.links span {
      margin-right: 0.5em;
      color: #444; }
    ul.links a:hover, ul.links a:focus {
      text-decoration: none; }
  ul li {
    margin-bottom: 0; }

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.menu-overlay {
  position: fixed;
  background: #000;
  opacity: 0;
  display: none;
  z-index: 130;
  top: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  bottom: -50em;
  -webkit-transition: none;
  transition: none; }
  .menu-overlay.-header {
    z-index: 150;
    bottom: auto;
    height: 8.5em;
    position: absolute; }
    @media (min-width: 45em) {
      .menu-overlay.-header {
        height: 6.55em; } }
    @media (min-width: 57em) {
      .menu-overlay.-header {
        height: 7.45em; } }
    @media (min-width: 67em) {
      .menu-overlay.-header {
        height: 8.05em; } }
    @media (min-width: 45em) {
      .-sticky .menu-overlay.-header {
        height: 4.35em; } }
    @media (min-width: 57em) {
      .-sticky .menu-overlay.-header {
        height: 5.2em; } }
    @media (min-width: 67em) {
      .-sticky .menu-overlay.-header {
        height: 5.25em; } }
  .menu-overlay.-active {
    opacity: 0.6;
    display: block;
    pointer-events: auto; }

.upper {
  text-transform: uppercase; }

.level-inline {
  display: inline-block;
  margin-right: 0.5em; }

.wrap {
  margin: 0 auto;
  max-width: 78.5em;
  position: relative;
  padding: 0 1em; }
  @media (min-width: 34em) {
    .wrap {
      padding: 0 2em; } }
  @media (min-width: 57em) {
    .wrap {
      padding: 0 3em; } }
  .wrap.-small {
    max-width: 46em; }

.main-content {
  background: #fff;
  padding-bottom: 1em;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }
  @media (min-width: 45em) {
    .main-content {
      padding-bottom: 3em; } }
  @media (min-width: 57em) {
    .main-content {
      padding-bottom: 4em; } }
  .main-content img {
    /*max-height: 24em; */}
  .main-content p, .main-content .list-group-item, .main-content .btn {
    font-size: 0.94em; }
  .main-content li {
    font-size: 15px; }

.-no-pad {
  padding: 0; }

label {
  cursor: pointer;
  display: block;
  margin: 1em 0 1.5em;
  font-weight: 300; }
  label span {
    display: block;
    margin-bottom: 0.4em; }

input[type="text"], input[type="email"], .input, textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 0.8em 0.7em 0.7em;
  border-radius: 0;
  border: 1px solid #cccccc; }

textarea {
  resize: vertical;
  min-height: 10em; }

.btn-holder {
  text-align: center;
  margin: 1em auto; }
  @media (min-width: 57em) {
    .btn-holder {
      margin: 0 auto; } }

.btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: #488bb6;
  border-radius: 0 !important;
  color: #fff !important;
  margin: 0;
  padding: 0.95em 1.6em;
  border-radius: 0.25em;
  letter-spacing: 0.02em;
  font-size: 1em;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
  font-family: 'simplon_bp_regularregular', sans-serif;
  white-space: normal;
  border: 3px solid #fff; }
  .btn:hover, .btn:focus {
    text-decoration: none;
    background-color: #417ea4; }
  .btn:active {
    -webkit-transition: none;
    transition: none;
    background-color: #4483ab; }

.btn-group .btn {
  background: #f5f5f5;
  color: #444;
  text-align: left;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #f5f5f5;
  margin-bottom: 0;
  padding: 1em 1.6em;
  font-family: 'FFMetaWebNormal', 'FFMetaWebBook', 'Helvetica Neue', sans-serif; }
  .btn-group .btn:hover, .btn-group .btn:focus {
    background: #fff; }
  .btn-group .btn:active {
    box-shadow: none; }
  .btn-group .btn span {
    margin-right: 0.3em;
    color: #f07d00; }

.icon {
  background: no-repeat center top;
  background-size: 1.75em;
  padding-top: 2.2em;
  margin-top: 0; }
  @media (min-width: 45em) {
    .icon {
      padding-top: 2.4em; } }

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?r6m3dr');
  src: url('../fonts/icomoon.eot?r6m3dr#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?r6m3dr') format('truetype'), url('../fonts/icomoon.woff?r6m3dr') format('woff'), url('../fonts/icomoon.svg?r6m3dr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-file-ppt:before {
  content: "\e617"; }

.icon-arrow-down:before {
  content: "\e600"; }

.icon-arrow-left:before {
  content: "\e601"; }

.icon-arrow-right:before {
  content: "\e602"; }

.icon-arrow-top:before {
  content: "\e603"; }

.icon-close:before {
  content: "\e604"; }

.icon-db:before {
  content: "\e605"; }

.icon-email:before {
  content: "\e606"; }

.icon-etools:before {
  content: "\e607"; }

.icon-facebook:before {
  content: "\e608"; }

.icon-gallery:before {
  content: "\e609"; }

.icon-library:before {
  content: "\e60a"; }

.icon-linekdin:before {
  content: "\e60b"; }

.icon-link:before {
  content: "\e60c"; }

.icon-menu:before {
  content: "\e60d"; }

.icon-minus:before {
  content: "\e60e"; }

.icon-multimedia:before {
  content: "\e60f"; }

.icon-pdf:before {
  content: "\e610"; }

.icon-phone:before {
  content: "\e611"; }

.icon-plus:before {
  content: "\e612"; }

.icon-rss:before {
  content: "\e613"; }

.icon-search:before {
  content: "\e614"; }

.icon-twitter:before {
  content: "\e615"; }

.icon-vimeo:before {
  content: "\e616"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-youtube:before {
  content: "\ea9d"; }

.icon-file-empty:before {
  content: "\e618"; }

.icon-file-picture:before {
  content: "\e619"; }

.icon-file-music:before {
  content: "\e61a"; }

.icon-file-video:before {
  content: "\e61b"; }

.icon-file-pdf:before {
  content: "\e61c"; }

.icon-file-word:before {
  content: "\e61d"; }

.icon-file-excel:before {
  content: "\e61e"; }

.icon-youtube-with-circle:before {
  content: "\e901"; }

.icon-instagram-with-circle:before {
  content: "\e900"; }

.icon-email-with-circle:before {
  content: "\ea86"; }

.icon-circle-up:before {
  content: "\ea41"; }

.icon-circle-down:before {
  content: "\ea43"; }

.selectize-multiselect {
  margin-bottom: -1em; }

body .gallery .item img {
  display: block;
  max-height: none; }

.gallery {
  overflow: hidden;
  margin: 0 -15px !important;
}

.gallery .owl-item {
  display: inline-block;
  position: relative;
  overflow: hidden; }
  .gallery .owl-item .title {
    padding: 0.4em 0.5em;
    z-index: 100;
    background: rgba(255, 255, 255, 0.9); }
    @media (min-width: 45em) {
      .gallery .owl-item .title {
        position: absolute;
        top: 0;
        left: 0;
        right: 0; } }
  .gallery .owl-item .description {
    z-index: 100;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.5em; }
    @media (min-width: 45em) {
      .gallery .owl-item .description {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1em; } }
    .gallery .owl-item .description p:last-child {
      margin-bottom: 1em; }

.thumbnails .owl-item .item {
  padding: 3px; }
  .thumbnails .owl-item .item.active img {
    border: 3px solid #666; }

.gallery .owl-pagination {
  text-align: center;
  margin-top: 1em; }

.gallery .owl-page {
  display: inline-block;
  background: #c3cbc8;
  border-radius: 1em;
  width: 0.7em;
  height: 0.7em;
  margin: 0 0.3em; }
  .gallery .owl-page.active {
    background-color: #869791; }

#sync2 .item {
  cursor: pointer; }

.gallery .owl-nav {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media (max-width: 34em) {
    .gallery .owl-nav {
      display: none !important; } }
  .gallery .owl-nav > div {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    position: absolute;
    top: 50%;
    left: 2em;
    margin-top: -1.9em;
    background-image: url('../images/icons/nav-left.svg');
    background-position: center center;
    background-size: 40%;
    background-repeat: no-repeat;
    border-radius: 100%;
    width: 2.8em;
    height: 2.8em;
    text-indent: -9999px;
    background-color: rgba(0, 0, 0, 0.75); }
    .gallery .owl-nav > div:hover {
      background-color: rgba(0, 0, 0, 0.85); }
  .gallery .owl-nav .owl-next {
    position: absolute;
    right: 2em;
    left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.container {
  width: auto;
  max-width: 78.5em;
  padding-right: 1.2em;
  padding-left: 1.2em; }
  @media (min-width: 34em) {
    .container {
      padding-right: 2em;
      padding-left: 2em; } }
  @media (min-width: 57em) {
    .container {
      padding-left: 3em;
      padding-right: 3em; } }

[class^="col-"] *:first-child, [class*=" col-"] *:first-child {
  margin-top: 0; }

.page-header.-no-border {
  border-bottom: 0; }

.row {
  margin-bottom: 1.5em; }

.page-header {
  font-family: 'simplon_bp_regularregular', sans-serif; }
  .page-header .pull-right {
    margin-top: 0.15em; }

img.pull-left {
  margin: 0 1em 0.5em 0; }

.nav-tabs {
  margin: 1.5em 0 0; }

.nav-tabs > li.active > a {
  border: 0;
  background-color: transparent;
  border-bottom: 4px solid #488bb6; }
  .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 0;
    border-bottom: 4px solid #488bb6;
    background-color: transparent; }

.nav-tabs > li > a {
  border: 0;
  border-bottom: 4px solid transparent;
  padding: 1em 1.5em; }
  .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border: 0;
    background-color: transparent; }

@media (min-width: 768px) {
  .pull-right-sm {
    float: right; } }

.header-global {
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 140;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  margin-bottom: 1.5em; }
  @media (min-width: 45em) {
    .header-global {
      display: block;
      border-bottom: 0;
      padding: 3.2em 0;
      margin-bottom: 3em; } }
  .header-global .logo {
    width: 110px;
    height: 54px;
    display: block;
    margin: 0;
    background: url('../images/logo@2x-new.png') no-repeat center 4px;
    background-size: 110px;
    text-indent: -9999px;
    position: fixed;
    z-index: 1000;
    -webkit-transition: none;
    transition: none; }
    .menu-active .header-global .logo {
      z-index: 900; }
      @media (min-width: 45em) {
        .menu-active .header-global .logo {
          z-index: 0; } }
    @media (min-width: 45em) {
      .header-global .logo {
        float: left;
        z-index: 0;
        position: relative;
        width: 156px;
        height: 71px;
        margin-top: -0.3em;
        background-size: 150px; } }
    @media (min-width: 67em) {
      .header-global .logo {
        background-size: 220px;
        width: 220px;
        height: 98px;
        margin-top: -0.5em; } }
  .header-global .wrap > .menu-trigger {
    font-size: 1em;
    list-style: none;
    position: fixed;
    background: rgba(255, 255, 255, 0.85);
    width: auto;
    z-index: 999;
    top: 0;
    right: 0;
    padding: 0.8em 1em;
    text-align: right; }
    .menu-active .header-global .wrap > .menu-trigger {
      background: rgba(0, 0, 0, 0.01); }
    @media (min-width: 45em) {
      .header-global .wrap > .menu-trigger {
        background: #fff;
        position: relative;
        background: none;
        padding: 0;
        text-align: left; } }
    .header-global .wrap > .menu-trigger > a {
      color: #444;
      padding: 0.8em 0;
      margin: 0.3em 0 0 0.3em;
      display: inline-block; }
      @media (min-width: 45em) {
        .header-global .wrap > .menu-trigger > a {
          display: block;
          text-align: right;
          float: right;
          font-size: 1.125em;
          width: 100px;
          margin: 0.4em 0 0;
          position: relative;
          padding: 0.8em 0.4em 0.8em 0.4em; } }
      @media (min-width: 57em) {
        .header-global .wrap > .menu-trigger > a {
          margin: 0.8em 0 0.5em; } }
      .header-global .wrap > .menu-trigger > a:hover, .header-global .wrap > .menu-trigger > a:focus {
        text-decoration: none;
        color: #888; }
    .header-global .wrap > .menu-trigger [class^="icon-"], .header-global .wrap > .menu-trigger [class*=" icon-"] {
      margin-right: 0.3em; }
      @media (min-width: 45em) {
        .header-global .wrap > .menu-trigger [class^="icon-"], .header-global .wrap > .menu-trigger [class*=" icon-"] {
          margin-right: 0.35em; } }

.header-inner {
  padding: 0.9em 0;
  background: rgba(255, 255, 255, 1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 101; }
  @media (min-width: 45em) {
    .header-inner {
      position: fixed;
      width: 100%;
      z-index: 160;
      top: 0;
      padding: 1.2em 0;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } }
  @media (min-width: 45em) {

  }
  @media (min-width: 45em) {

  }
  @media (min-width: 67em) {

  }

ul.top-language-list{
  float: left;
  margin: 0;
}
.header-mobile-bg {
  display: none;
}
@media (max-width: 44.99em) {
  ul.top-language-list{
    position: fixed;
    top: 0;
    right: 105px;
    z-index: 1;
  }
  .header-mobile-bg {
    display: block !important;
    background: rgba(255, 255, 255, 0.85);
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    z-index: 0;
  }
  .menu-section-sticky {
    top: 80px !important;
  }
}
ul.top-language-list li{
  display: inline-block;
  margin: 1em 0 0.5em;
  padding: 0.8em 0.2em;
}
@media (min-width: 45em) {
  ul.top-language-list li {
    margin: .5em 0 .5em;
  }
}
@media (min-width: 57em) {
  ul.top-language-list li {
    margin: 1em 0 .5em;
  }
}

.nav-primary {
  background: #f5f5f5;
  width: 270px;
  position: absolute;
  top: -1.5em;
  right: -31.2em;
  min-height: 105vh;
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  padding: 1.2em 0 4.5em 0;
  float: right;
  overflow: auto;
  z-index: 2299;
  box-shadow: -10px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: left; }
  @media (min-width: 45em) {
    .nav-primary {
      width: 400px; } }
  @media (min-width: 84em) {
    .nav-primary {
      right: -1.2em;
      display: none; } }
  .menu-active .nav-primary {
    display: block;
    right: -1.2em; }
  .nav-primary.-active {
    display: block; }
  .nav-primary .menu-trigger {
    display: block;
    margin: 1em 0.4em 0;
    color: #444;
    padding: 0.8em 1.4em 0;
    text-decoration: none;
    background: none;
    font-size: 1.125em;
    text-align: right; }
    .nav-primary .menu-trigger:hover, .nav-primary .menu-trigger:focus {
      text-decoration: none; }
    @media (min-width: 45em) {
      .nav-primary .menu-trigger {
        margin: 1.1em 0.1em 0; } }
  .nav-primary .nav > ul {
    padding: 0;
    margin: 1em 0; }
  .nav-primary .nav > ul > ul {
    padding: 0 1em; }
  .nav-primary .nav li {
    list-style: none;
    margin: 0;
    position: relative;
    border-top: 1px solid #ececec;}
    .nav-primary .nav li:last-child a {
      border-bottom: 0; }
  .nav-primary .nav a {
    display: block;
    padding: 1em 2em; }
  .nav-primary .nav .submenutrigger {
    position: absolute;
    display: block;
    right: 5px;
    top: 0;
    cursor: pointer;
    padding: .7em 2em;
    font-size: 1.2em;}
.nav-primary .nav .submenutrigger::after {
  content: "-";}
  .nav-primary .nav .submenutrigger.collapsed::after {
    content: "+"; }
  .nav-primary .languages {
    border-top: 1px solid #f07d00;
    border-bottom: 1px solid #f07d00;
    text-align: center; }
    .nav-primary .languages a {
      display: inline-block;
      padding: 1em 0.5em;
      color: #444; }
      .-language-list .active {
        color: #23527c;
      }
      .nav-primary .languages .active {
        color: #f07d00; }
  .nav-primary .last-visited {
    padding: 1em 2em; }
    .nav-primary .last-visited ul {
      list-style: none;
      margin: 0; }

.footer-global {
  font-family: 'simplon_bp_regularregular', sans-serif;
  position: relative;
  z-index: 99;
  background: #fff;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }
  .footer-global .bottom {
    padding-top: 1em;
    padding-bottom: 1em; }
    @media (min-width: 34em) {
      .footer-global .bottom {
        font-size: 0.9em; } }
    @media (min-width: 57em) {
      .footer-global .bottom {
        font-size: 1em; } }
    .footer-global .bottom .block {
      margin: 0;
      padding: 0; }
      @media (min-width: 45em) {
        .footer-global .bottom .block {
          width: 33.3%;
          float: left; } }
      .footer-global .bottom .block.-copyright {
        margin: 1.2em 0;
        text-align: center; }
        @media (min-width: 45em) {
          .footer-global .bottom .block.-copyright {
            text-align: left;
            margin: 0.7em 0; } }
      .footer-global .bottom .block.-language-list {
        margin: 1.2em 0;
        text-align: center; }
        @media (min-width: 45em) {
          .footer-global .bottom .block.-language-list {
            float: right;
            margin: 0.7em 0; } }
        .footer-global .bottom .block.-language-list > li > a,
        .footer-global .bottom .block.-language-list ul li {
          padding: 0 0.2em 0 0; }
          .footer-global .bottom .block.-language-list > li > a:after,
          .footer-global .bottom .block.-language-list ul li:after {
            content: '|';
            display: inline-block;
            margin-left: 0.2em; }
        .footer-global .bottom .block.-language-list > li:last-child a:after {
          display: none; }
      .footer-global .bottom .block.-social-media {
        text-align: center;
        margin: 0.4em 0; }
        @media (min-width: 45em) {
          .footer-global .bottom .block.-social-media {
            float: right;
            text-align: right;
            margin: 0; } }
        .footer-global .bottom .block.-social-media a {
          font-size: 2em;
          padding: 0 0.1em; }
          .footer-global .bottom .block.-social-media a .text {
            display: none; }
          .footer-global .bottom .block.-social-media a:hover, .footer-global .bottom .block.-social-media a:focus {
            text-decoration: none; }
    .footer-global .bottom li {
      display: inline-block;
      margin: 0; }

.search-form {
  font-family: 'simplon_bp_regularregular', sans-serif;
  margin: 6em 0 0.5em;
  font-size: 0.7em;
  position: relative; }
  @media (min-width: 45em) {
    .search-form {
      font-size: 1em;
      float: left;
      width: 65%;
      margin: 0.6em 1em 0.2em 1.5em;
      width: 50%;
      width: -webkit-calc(100% - 385px);
      width: calc(100% - 385px); } }
  @media (min-width: 57em) {
    .search-form {
      width: 50%;
      width: -webkit-calc(100% - 485px);
      width: calc(100% - 485px);
      margin: 1em 1em 0 3em; } }
  .search-form .nav-wrap {
    border: 1px solid #979797;
    border-radius: 0.9em;
    white-space: nowrap; }
  .search-form .nav-fill {
    background: #fff;
    overflow: hidden;
    border-top-right-radius: 0.9em;
    border-bottom-right-radius: 0.9em; 
    border-top-left-radius: 0.9em;
    border-bottom-left-radius: 0.9em; }
  .search-form input {
    border: 0;
    border-radius: 0.9em;
    padding: 0.65em 3.5em 0.6em 1.1em;
    font-size: 1.125em;
    outline: none;
    width: 100%; }
  .search-form .nav-left {
    float: left;
    width: auto;
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0.5em 0 0.5em 1.2em;
    background: #f3f3f3;
    border-top-left-radius: 0.9em;
    border-bottom-left-radius: 0.9em;
    overflow: hidden;
    border-right: 1px solid #979797; }
    .search-form .nav-left:hover {
      background-color: #eee; }
  .search-form .nav-search-facade {
    position: relative;
    font-size: 1.125em;
    padding-right: 2em; }
    @media (min-width: 45em) {
      .search-form .nav-search-facade {
        padding-right: 2.4em; } }
    .search-form .nav-search-facade:before, .search-form .nav-search-facade:after {
      position: absolute;
      right: 0.8em;
      top: 0;
      content: '';
      width: 1em;
      height: 1em;
      margin-top: 0.3em;
      background: url('../images/icons/arrow-down.svg') no-repeat center right;
      background-size: 1em; }
  .search-form .nav-search-dropdown {
    visibility: visible;
    position: absolute;
    display: block;
    top: 34%;
    right: 0;
    width: 100%;
    font-family: arial, sans-serif;
    outline: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
    opacity: 0; }
  .search-form .icon-search {
    position: absolute;
    right: 0.8em;
    top: 0.4em;
    font-size: 1.5em;
    color: #a2a2a2; }

.quick-links {
  background: #488bb6;
  color: #fff;
  padding: 1.5em 0 2em;
  font-size: 0.9em; }
  @media (min-width: 34em) {
    .quick-links {
      font-size: 1.125em; } }
  .quick-links ul {
    list-style: none;
    margin: 0; }
    @media (min-width: 34em) {
      .quick-links ul {
        text-align: center; } }
  .quick-links li {
    display: block;
    float: left;
    width: 50%; }
    @media (min-width: 34em) {
      .quick-links li {
        width: auto;
        display: inline-block;
        float: none; } }
  .quick-links a, .quick-links .item {
    color: #fff;
    display: block;
    padding: 0.5em; }
    @media (min-width: 34em) {
      .quick-links a, .quick-links .item {
        padding: 0.6em 1em;
        margin: 0.4em 0; } }
    .quick-links a:hover, .quick-links a:focus, .quick-links .item:hover, .quick-links .item:focus {
      text-decoration: none;
      background: #417ea4; }
    .quick-links a:active, .quick-links .item:active {
      -webkit-transition: none;
      transition: none;
      background: #4483ab; }
  .quick-links [class^="icon-"], .quick-links [class*=" icon-"] {
    margin-right: 0.4em;
    font-size: 1.3em; }
  .quick-links .icon-email {
    font-size: 1.15em; }

.article-block {
  padding-bottom: 2em; }
  @media (min-width: 67em) {
    .article-block {
      padding-bottom: 0; } }
  .article-block .date {
    margin: 0.8em 0 0.6em;
    font-size: 0.875em;
    font-family: 'simplon_bp_regularregular', sans-serif;
    color: #888; }
  .article-block .title {
    margin: 0 0 0.5em; }
  .article-block .excerpt {
    margin: 0; }

.event-card {
  margin-bottom: 10%; }
  .event-list .event-card {
    margin-bottom: 1em; }
  .event-card.-compressed {
    margin-bottom: 1em; }
    .event-card.-compressed p {
      margin-bottom: 0; }
  .event-card .timestamp {
    float: left;
    width: 4.5em;
    margin-right: 0.5em;
    font-family: 'simplon_bp_regularregular', sans-serif;
    font-size: 0.9em; }
    @media (min-width: 34em) {
      .event-card .timestamp {
        font-size: 1em; } }
  .event-card .date {
    font-size: 1.625em;
    font-family: 'simplon_bp_mediummedium', sans-serif;
    margin: 0;
    /* color: #488bb6; */ }
  .event-card .time {
    display: block; }
  .event-card .separator {
    display: block;
    font-size: 2em;
    text-align: center;
    margin: -0.7em 0 -0.6em -0.3em; }
  .event-card .text {
    float: left;
    width: 200px;
    width: -webkit-calc(100% - 6em);
    width: calc(100% - 6em); }
  .event-card .title {
    font-size: 1em;
    margin: 0.4em 0 0.3em; }
    .event-card .title a {
      color: #444; }
  .event-card .meta {
    margin: 0;
    font-size: 0.875em;
    line-height: 1.3; }
  .event-card .tag {
    background-color: #488bb6;
    color: #fff;
    display: inline-block;
    padding: 0.3em 0.5em;
    margin: 0.4em 0; }

.hero-header {
  /*padding-bottom: 33%;*/
  margin-bottom: 2em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -1.5em; }
  @media (min-width: 34em) {
    .hero-header {
      margin-top: -1.5em; } }
  @media (min-width: 45em) {
    .hero-header {
      margin-top: -10em;
	}
  }
  @media (min-width: 57em) {
    .hero-header {
	}
  }
  @media (min-width: 67em) {
    .hero-header {
	}
  }
  @media (min-width: 118em) {
    .hero-header {
	}
  }

.map-container {
  padding-bottom: 80%;
  position: relative; }
  .map-container img {
    max-width: none;
    max-height: none; }

.map-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #eee; }

.image-box {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 66%;
  margin: 1em 0; }
  .image-box.-text-outside {
    padding: 0; }
    .image-box.-text-outside a {
      position: relative; }
      .image-box.-text-outside a:hover, .image-box.-text-outside a:focus {
        text-decoration: none; }
        .image-box.-text-outside a:hover span, .image-box.-text-outside a:focus span {
          background: none;
          text-decoration: none; }
    .image-box.-text-outside h4 {
      margin-bottom: 0; }
    .image-box.-text-outside span {
      position: relative;
      background: none;
      display: block;
      color: #444;
      padding: 0; }
  .image-box a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .image-box a:hover span, .image-box a:focus span {
      background-color: #417ea4; }
  .image-box span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.7em 1em;
    font-size: 0.9em;
    background: #488bb6;
    background: rgba(72, 139, 182, 0.85);
    color: #fff;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 1.3; }

.accordion-list ul {
  list-style: none;
  margin: 0.4em 0 0.6em; }
.accordion-list ul ul {
  margin-left: 1.7em; }
.accordion-list li {
  margin: 0; }
.accordion-list a {
  display: block;
  padding: 0.5em 0;
  vertical-align: top;
  outline: none; }
  .accordion-list a:before {
    content: '';
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    text-align: center;
    line-height: 1;
    background: url('../images/icons/arrow-right.svg') no-repeat center center;
    font-size: 1.2em;
    padding: 0;
    margin: -0.2em 0.4em 0;
    vertical-align: middle; }
  .accordion-list a.has-children:before {
    content: '';
    display: inline-block;
    background: url('../images/icons/plus.svg') no-repeat center center;
    background-size: 100%;
    border-radius: 0.2em; }
  .accordion-list a.is-open:before {
    background: url('../images/icons/minus.svg') no-repeat center center;
    background-size: 100%; }

.job-card {
  margin: 0 0 2.4em; }
  .job-card .date {
    font-size: 0.9em;
    margin: 0; }
  .job-card .title {
    margin: 0.1em 0 0.2em; }
  .job-card .meta {
    list-style: none;
    margin: 0.2em 0 1.2em;
    font-size: 0.9em; }
    .job-card .meta li {
      margin: 0; }
  .job-card .btn {
    width: auto;
    margin: 0.5em 0 0.5em 1em;
    border: 0;
    float: right; }

.color-box {
  margin: 0 0 1.5em 0;
  background: #f7f7f7;
  border-bottom: 3px solid #eee; }
  .color-box h3 {
    font-weight: normal;
    font-size: 1.2em;
    padding: 1em 18px 0.3em;
    margin: 0; }
  .color-box p:last-child {
    margin-bottom: 0; }
  .color-box aside {
    padding: 1.2em 18px 1.6em; }
  .color-box aside a[href^=tel] {
    color: inherit;
    text-decoration: none; }
  .color-box.blue {
    background: #ecf3f8;
    border-bottom-color: #2d79aa; }
/*    .color-box.blue h3 {
      color: #2d79aa; }*/
  .color-box.orange {
    background: #fdf2e6;
    border-bottom-color: #e8691e; }
/*    .color-box.orange h3 {
      color: #e8691e; }*/

.team-member {
  color: #444;
  text-align: left;
  font-size: 0.88em;
  display: block;
  line-height: 1.4;
  margin-bottom: 1em; }
  .team-member.active img {
    border: 5px solid #488bb6; }
  .team-member img {
    margin-bottom: 1em;
    border: 5px solid transparent; }
  .team-member strong {
    display: block;
    margin-bottom: 0.3em; }

.tweet-list {
  list-style: none;
  margin: 0; }
  .tweet-list li {
    background-color: #f8f8f8;
    padding: 1em 1em 1.4em;
    position: relative;
    margin: 0 0 1px; }
    @media (min-width: 34em) {
      .tweet-list li {
        padding: 2em; } }
  .tweet-list .brand {
    float: left;
    display: inline-block;
    background-color: #fff;
    padding: 0.7em 1.1em;
    margin: 0 1em 1em 0;
    color: #444; }
    .tweet-list .brand:hover, .tweet-list .brand:focus {
      text-decoration: none;
      color: #488bb6; }
    .tweet-list .brand span {
      font-size: 1.6em;
      color: #488bb6;
      margin-right: 0.3em;
      vertical-align: -4px; }
  .tweet-list .tweet {
    float: left; }
    @media (min-width: 34em) {
      .tweet-list .tweet {
        width: 65%; } }
  .tweet-list .timestamp {
    position: absolute;
    top: 0.7em;
    right: 0.9em;
    font-family: 'simplon_bp_regularregular', sans-serif; }

.clinic-box a {
  display: block;
  background-color: #fff;
  border: 8px solid #f4f4f4;
  padding: 2.5em 1em;
  text-align: center; }
  .clinic-box a:hover, .clinic-box a:focus {
    text-decoration: none; }
.clinic-box .symbol {
  background: url('../images/travel-clinic.png') no-repeat center center;
  width: 5em;
  height: 5em;
  margin: 0 auto;
  background-size: 100%; }
.clinic-box h3 {
  font-size: 1.4em;
  margin: 0.5em 0 0; }
.clinic-box p {
  font-family: 'simplon_bp_regularregular', sans-serif; }

.owl-carousel.start-slider {
  margin: 1em 0; }
  @media (min-width: 34em) {
    .owl-carousel.start-slider {
      margin: 0 0 1em !important; } }
  .owl-carousel.start-slider .owl-item {
    position: relative; }
    .owl-carousel.start-slider .owl-item iframe {
      margin-top: 0 !important; }
    .owl-carousel.start-slider .owl-item img {
      width: auto;
      z-index: 1; }
      @media (min-width: 45em) {
        .owl-carousel.start-slider .owl-item img {
          max-height: 470px; } }
      @media (min-width: 57em) {
        .owl-carousel.start-slider .owl-item img {
          float: left;
          /* margin: 1em 0; */
          max-height: 450px;
          width: 68%; } }
  .owl-carousel.start-slider .helper {
    float: right;
    width: 32%;
    height: 1em;
    display: block; }
  .owl-carousel.start-slider .text-box {
    background-color: #f07d00;
    color: #fff;
    padding: 1em 1em 1.8em; }
    @media (min-width: 45em) {
      .owl-carousel.start-slider .text-box {
        position: relative;
        padding: 1.3em; } }
    @media (min-width: 57em) {
      .owl-carousel.start-slider .text-box {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        max-width: 24em;
        z-index: 100;
        padding: 1.8em; } }
    .owl-carousel.start-slider .text-box .title {
      font-size: 1.25em; }
      @media (min-width: 45em) {
        .owl-carousel.start-slider .text-box .title {
          font-size: 1.5em;
          max-width: 50%; } }
      @media (min-width: 57em) {
        .owl-carousel.start-slider .text-box .title {
          font-size: 1.75em;
          max-width: 100%; } }
    .owl-carousel.start-slider .text-box .btn {
      background-color: #fff;
      color: #444 !important;
      width: auto;
      box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5); }
    .owl-carousel.start-slider .text-box a.linkhandler {
      display: inline-block;
      background-color: #fff;
      color: #444 !important;
      width: auto;
      box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
      text-decoration: none;
      text-align: center;
      margin: 0;
      padding: 0.95em 1.6em;
      border-radius: 0;
      letter-spacing: 0.02em;
      font-size: 0.94em;
      font-family: 'simplon_bp_regularregular', sans-serif;
      white-space: normal;
      font-weight: 400;
      line-height: 1.42857143;
      border: 3px solid #fff;}
      .owl-carousel.start-slider .text-box .btn:active {
        box-shadow: none; }
      @media (min-width: 45em) {
        .owl-carousel.start-slider .text-box .btn {
          position: absolute;
          top: -1em;
          right: 1em; } }
      @media (min-width: 57em) {
        .owl-carousel.start-slider .text-box .btn {
          position: static;
       /*   margin: 1em 0 1em -3em;*/
		}
	  }

@media (min-width: 57em) {
  .start-slider .owl-video-wrapper {
    max-width: 61%; } }
@media (min-width: 67em) {
  .start-slider .owl-video-wrapper {
    max-width: 64%; } }
@media (min-width: 75em) {
  .start-slider .owl-video-wrapper {
    max-width: 67%; } }

.owl-video-tn {
  padding-bottom: 56.25% !important;
  /* 16:9 */
  background-size: cover !important; }
  @media (min-width: 57em) {
    .owl-video-tn {
      margin: 1em 0 0; } }

.start-slider .owl-controls {
  position: absolute;
  bottom: 8%;
  top: auto;
  right: 37%;
}

.owl-dots {
}
.start-slider .owl-arrows {
  position: absolute;
  bottom: 0;
  font-size: 1.5em;
  color: #fff;
  height: 22px;
}
.start-slider .owl-prev {
  left: -15px;
}
.start-slider .owl-next {
  right: -15px;
}
  @media (max-width: 57em) {
    .start-slider .owl-controls {
      bottom: 2em;
      right: 50%;
      transform: translateX(50%);
       }
    .start-slider .owl-arrows {
      display: none !important;
    }}
@media (max-width: 45em) {
  .start-slider .owl-controls {
    top: 45vw;
    bottom: unset;
  } }
  .owl-dots .owl-dot {
    width: 0.7em;
    height: 0.7em;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    float: left;
    margin: 0 0.2em; }
    .owl-dots .owl-dot.active {
      background: #fff; }

.owl-carousel .owl-video-play-icon {
  background-image: url('../images/owl.video.play.png') !important; }

.tab-content .fb-page {
  margin: 1em 0; }

.quote-box .quote {
  margin-bottom: 2em; }
.quote-box p {
  margin: 0.9em 0; }
.quote-box img {
  margin-bottom: 1em; }

.social-list a {
  display: inline-block;
  padding: 0.5em 1.1em 0.5em 0; }
  .social-list a img {
    margin-right: 0.3em; }

.contact-card-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.contact-card {
  margin-bottom: 1em; }
  .contact-card img {
    float: left;
    max-width: 80px;
    margin-right: 1em; }
  .contact-card .desc {
    float: left;
    width: 70%; }
    @media (min-width: 45em) {
      .contact-card .desc {
        width: 70%; } }
    .contact-card .desc a {
      margin-left: 0.3em; }

.org-chooser {
  border: 1px solid #ddd;
  border-radius: 0.3em;
  padding: 0.35em 0.5em;
  font-size: 0.94em;
  margin-top: -1.7em; }
  .org-chooser input[type="checkbox"] {
    margin-right: 0.2em; }
  .org-chooser .header {
    padding: 0.25em 2em 0.25em 0.4em;
    position: relative; }
  .org-chooser label {
    display: inline; }
  .org-chooser .level .level {
    margin-left: 0.5em; }
  .org-chooser .trigger-next-level {
    width: 15%;
    display: inline-block;
    position: absolute;
    padding: 0.5em;
    top: 50%;
    right: 0;
    margin-top: -1em;
    outline: 0; }
    .org-chooser .trigger-next-level:hover, .org-chooser .trigger-next-level:focus {
      text-decoration: none; }
    .org-chooser .trigger-next-level span {
      text-align: right;
      display: block; }

.page-filter .search-box {
  position: relative; }
  .page-filter .search-box .search-button {
    position: absolute;
    top: 0.5em;
    right: 0.4em;
    border: 0;
    background: transparent; }
.page-filter .trigger-org a {
  display: block;
  border: 1px solid #ddd;
  padding: 0.3em 0.8em;
  color: #444;
  border-radius: 0.3em;
  font-size: 0.9em; }
  .page-filter .trigger-org a:hover, .page-filter .trigger-org a:focus {
    text-decoration: none;
    background: #fafafa; }
  .page-filter .trigger-org a:after {
    content: '';
    background: url('../images/icons/arrow-down.svg') no-repeat center center;
    float: right;
    display: inline-block;
    width: 1.5em;
    height: 1.5em; }

a.list-group-item, .list-group-item {
  border-radius: 0 !important;
  border: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ebebeb;
  padding: 1em;
  color: #488bb6;
}
  a.list-group-item:last-child, .list-group-item:last-child {
    border-bottom: 0;

  }
a.list-group-item:last-child.col-md-6, .list-group-item:last-child.col-md-6 {
	border-bottom: 1px solid #ebebeb;
}
  a.list-group-item:hover, a.list-group-item:focus, .list-group-item:hover, .list-group-item:focus {
    color: #488bb6; }
  a.list-group-item span.meta, .list-group-item span.meta {
    display: block;
    color: #444;
    font-size: 0.9em; }
  a.list-group-item p, .list-group-item p {
    color: #444;
    margin: 0.3em 0; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.wrap:before, .header-global:before, .search-form .nav-wrap:before, .event-card:before, .tweet-list li:before, .contact-card:before, .wrap:after, .header-global:after, .search-form .nav-wrap:after, .event-card:after, .tweet-list li:after, .contact-card:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.wrap:after, .header-global:after, .search-form .nav-wrap:after, .event-card:after, .tweet-list li:after, .contact-card:after {
  clear: both; }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /*
     * Don't show links for images, or javascript/internal links
     */
  @page {
    margin: 2.5cm; }

  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  .main-content a[href]:after {
    content: " (" attr(href) ")"; }
  .main-content abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .image-box {
    padding: 0; }
  .image-box a {
    position: static; }
  .footer-global, .search-form, .header-global, iframe {
    display: none; } }

a .link-icon {
	margin-right: 0.5em;
}
.event-card .text {
	width: calc(100% - 1em);
}

#return-to-top {
  position: fixed;
  bottom: 80px;
  right: 18px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.6);
  width: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 12px;
  top: 8px;
  font-size: 17px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.8);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

a.j-paginate.juicer-button {
  color: #fff !important;
  background-color: #488bb6;
  border-color: #488bb6;
}
a.j-paginate.juicer-button:hover {
  color: #fff !important;
  background-color: #417ea4;
  border-color: #417ea4;
}
.juicer-feed .j-display-filters li:first-of-type {
  margin: 0 20px 20px 0 !important;
}
.j-loading {
  border-color: #417ea4 !important;
}
.j-loading:before {
  background-color: #417ea4 !important;
}

