@charset "UTF-8";
/* Magnific Popup CSS */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700");
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.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;
  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;
  box-shadow: none;
  touch-action: manipulation;
}

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;
  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;
}

.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;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  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 {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  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%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #FFF;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  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-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.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-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    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;
  }
}

/*! 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.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

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

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

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

/* 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.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

/**
 * Show the overflow in IE.
 * 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).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

/**
 * 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.
 */
details,
menu {
  display: block;
}

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

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

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

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

html {
  box-sizing: border-box;
}

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

main > section {
  padding-bottom: 40px;
}

.container-highlight {
  background: #f0f4fa;
  padding: 25px 0 15px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  .container-highlight {
    padding: 50px 0 30px;
    margin-bottom: 30px;
  }
}

body {
  font: 300 14px "Source Sans Pro", sans-serif;
  color: #47494f;
}

a {
  text-decoration: none;
  color: #0472db;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 40px;
  font-weight: 600;
  color: #003364;
  text-transform: uppercase;
  margin: 22px 0 10px;
  line-height: 1.1;
}

h1 + p {
  margin-top: 25px;
}

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 72px;
  }
}

.archive h1 {
  margin-bottom: 25px;
}

h2 {
  font: normal 24px "Playfair Display", sans-serif;
  color: #47494f;
  border-bottom: 1px solid #cccacf;
  margin: 5px 0 20px;
}

@media only screen and (min-width: 576px) {
  h2 {
    font-size: 28px;
  }
}

h2 span, h2 em {
  display: inline-block;
  border-bottom: 2px solid #47494f;
  margin-bottom: -1px;
  padding: 0 0 6px;
  font-style: normal;
}

h2 a {
  color: inherit;
}

h2.light {
  border: 0;
}

h2.light span {
  border: 0;
  margin: 0;
  padding: 0;
}

h2 img {
  display: none;
}

@media only screen and (min-width: 992px) {
  h2 img {
    display: inline-block;
    margin: 0 20px 0 0;
    position: relative;
    bottom: -2px;
  }
}

h3 {
  font-size: 20px;
  font-weight: normal;
  color: #0a3d90;
}

h3 a {
  color: inherit;
}

h4 {
  font-size: 20px;
  font-weight: normal;
  color: #47494f;
}

h4 a {
  color: inherit;
}

.title-wrapper {
  overflow: hidden;
  position: relative;
}

.title-wrapper h2 {
  margin-top: 0;
  padding-top: 20px;
}

.title-wrapper a {
  background: url("img/arrow-blue-right.png") no-repeat right 5px;
  font-size: 18px;
  color: #0472db;
  padding: 0 28px 0 0;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .title-wrapper a {
    position: absolute;
    bottom: 31px;
    right: 0;
    margin: 0;
  }
}

.title-wrapper a:hover {
  color: #0a3d90;
}

.page-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #0a3d90;
  text-transform: uppercase;
  margin: 20px 0 -22px;
}

.page-subtitle + h1 {
  font-size: 40px;
  letter-spacing: 4px;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .page-subtitle + h1 {
    font-size: 52px;
    padding-left: 50px;
    letter-spacing: 8px;
  }
}

.page-subtitle + h1:before {
  content: '';
  display: block;
  position: absolute;
}

@media only screen and (min-width: 992px) {
  .page-subtitle + h1:before {
    width: 30px;
    height: 1px;
    background: #c4d5ec;
    left: 0;
    top: 35px;
  }
}

p {
  font-size: 16px;
  margin: 10px 0 15px;
}

@media only screen and (min-width: 992px) {
  p {
    font-size: 20px;
  }
}

.wrapper {
  overflow: hidden;
}

main {
  min-height: 300px;
}

@media only screen and (min-width: 992px) {
  .container {
    margin: 0 20px;
  }
  .container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media only screen and (min-width: 1460px) {
  .container {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.row::after {
  clear: both;
  content: "";
  display: block;
}

@media only screen and (min-width: 992px) {
  .row::after {
    clear: both;
    content: "";
    display: block;
  }
}

.col-full {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 992px) {
  .col-full {
    width: calc(100% - 60px);
    float: left;
    margin-left: 30px;
  }
}

.col-mid {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 992px) {
  .col-mid {
    width: calc(75% - 52.5px);
    float: left;
    margin-left: 30px;
  }
}

.header {
  background: #fff;
  z-index: 3;
  margin-bottom: 60px;
}

@media only screen and (min-width: 992px) {
  .header {
    margin-bottom: 0;
  }
}

.header-top {
  height: 62px;
  border-bottom: 1px solid #c4d5ec;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

@media only screen and (min-width: 992px) {
  .header-top {
    position: relative;
    height: 82px;
    border: 0;
  }
}

.top {
  float: right;
}

.top-links {
  background: #fff;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .top-links {
    position: static;
    float: left;
    overflow: visible;
  }
}

.top-links a {
  color: #0472db;
  display: block;
  padding: 10px;
  transition: all .2s;
}

.top-links a:hover {
  color: #0a3d90;
}

@media only screen and (min-width: 992px) {
  .top-links a {
    padding: 14px 20px;
    margin: 14px 0;
  }
}

.top-links li {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #c4d5ec;
  float: left;
  width: 50%;
}

@media only screen and (min-width: 992px) {
  .top-links li {
    display: inline-block;
    border: 0;
    font-size: 18px;
    float: none;
    width: auto;
  }
}

.top-links li.highlight {
  width: 100%;
  border: 0;
}

@media only screen and (min-width: 992px) {
  .top-links li.highlight {
    width: auto;
  }
}

.top-links li.highlight a {
  background: #0472db;
  color: #fff;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  position: relative;
}

.top-links li.highlight a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1685ef;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: .3s;
}

.top-links li.highlight a:hover:before, .top-links li.highlight a:focus:before, .top-links li.highlight a:active:before {
  transform: scaleX(1);
}

.top-links li.current_page_item {
  font-weight: bold;
}

.nav-mob-open {
  overflow: hidden;
}

.nav-mob-toggle {
  width: 59px;
  height: 61px;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 5;
  transition: all .3s;
  padding: 23px 17px;
  position: fixed;
}

.nav-mob-toggle span {
  display: block;
  height: 3px;
  background: #0472db;
  margin: 0 0 4px;
  transition: all .3s;
}

@media only screen and (min-width: 992px) {
  .nav-mob-toggle {
    display: none;
  }
}

.nav-mob-open .nav-mob-toggle {
  transform: translateX(4px);
}

.nav-mob-open .nav-mob-toggle span:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.nav-mob-open .nav-mob-toggle span:nth-child(2) {
  transform: scaleX(0);
  opacity: 0;
}

.nav-mob-open .nav-mob-toggle span:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.nav-mob {
  max-height: 0;
  overflow: hidden;
  background: #0472db;
  top: 62px;
  bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 4;
  transition: all .3s;
}

@media only screen and (min-width: 992px) {
  .nav-mob {
    display: none;
  }
}

.nav-mob-open .nav-mob {
  overflow: auto;
  max-height: 1000px;
}

.logo {
  position: absolute;
  top: 11px;
  left: 10px;
}

@media only screen and (min-width: 992px) {
  .logo {
    left: 20px;
  }
}

.logo a {
  color: #0a3d90;
}

.logo img {
  width: 102px;
  transition: all .3s;
}

@media only screen and (min-width: 992px) {
  .logo img {
    width: 143px;
  }
}

.header-search {
  overflow: hidden;
  background: #e6ebf4;
  border-bottom: 1px solid #c4d5ec;
  display: table;
  width: 100%;
  display: flex;
}

@media only screen and (min-width: 992px) {
  .header-search {
    background: transparent;
    width: auto;
    display: block;
    border: 0;
    overflow: visible;
    float: left;
    border-left: 1px solid #cccacf;
    margin: 0 0 0 20px;
  }
}

.awesomplete {
  display: inline-block;
  flex-grow: 1;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .awesomplete {
    float: left;
    display: block;
  }
}

.awesomplete ul {
  position: absolute;
  top: 66px;
  left: 20px;
  right: 0;
  background: #e6ebf4;
  border: 1px solid #c4d5ec;
  border-top: 0;
  z-index: 5;
}

.awesomplete li {
  padding: 8px 20px;
  font-size: 18px;
  cursor: pointer;
}

.awesomplete li:hover {
  background: #f1f4f9;
}

.awesomplete mark {
  color: #3b3d42;
  background: #d4ddec;
  font-weight: 600;
}

.header-search-input {
  overflow: hidden;
  padding: 18px 10px 13px;
  transition: all .3s .3s;
  font: 300 18px 'Source Sans Pro', sans-serif;
  border: 1px solid transparent;
  background: #e6ebf4;
}

.header-search-input ::-webkit-input-placeholder {
  font-style: italic;
}

.header-search-input :-moz-placeholder {
  font-style: italic;
}

.header-search-input ::-moz-placeholder {
  font-style: italic;
}

.header-search-input :-ms-input-placeholder {
  font-style: italic;
}

@media only screen and (min-width: 992px) {
  .header-search-input {
    background: #fff;
    float: left;
    display: block;
    margin: 14px 0 0;
    width: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 14px;
  }
  .header-search-input.active {
    width: 300px;
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #0472db;
  }
}

.header-search-submit {
  background: url("img/icon-search-blue.svg") no-repeat center;
  background-size: 26px;
  border: 0;
  height: 61px;
  width: 61px;
  text-indent: -9999px;
  cursor: pointer;
  display: inline-block;
}

@media only screen and (min-width: 992px) {
  .header-search-submit {
    float: left;
    display: block;
    height: 82px;
    width: 80px;
    background-size: 40px;
    border: 0;
    position: static;
  }
}

.nav {
  background: #0a3d90;
}

.nav .container {
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .nav .container {
    margin: 0 auto;
  }
}

.nav .container .nav-row > ul {
  overflow: hidden;
}

.nav .container .nav-row > ul > li {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@media only screen and (min-width: 992px) {
  .nav .container .nav-row > ul > li {
    font-size: 14px;
    float: left;
    font-weight: 600;
    border: 0;
  }
  .nav .container .nav-row > ul > li:nth-child(1) {
    width: 18%;
  }
  .nav .container .nav-row > ul > li:nth-child(2) {
    width: 21%;
  }
  .nav .container .nav-row > ul > li:nth-child(3) {
    width: 23%;
  }
  .nav .container .nav-row > ul > li:nth-child(4) {
    width: 20%;
  }
  .nav .container .nav-row > ul > li:nth-child(5) {
    width: 18%;
  }
}

@media only screen and (min-width: 1200px) {
  .nav .container .nav-row > ul > li {
    font-size: 20px;
  }
}

.nav .container .nav-row > ul > li > a {
  display: block;
  padding: 10px;
  white-space: nowrap;
  cursor: default;
}

@media only screen and (min-width: 992px) {
  .nav .container .nav-row > ul > li > a {
    display: inline-block;
    padding: 16px 52px;
    position: relative;
  }
}

.nav .container .nav-row > ul > li > a:after {
  min-height: 500px;
  top: 0;
  left: 0;
  right: 0;
  background: #124b9f;
  z-index: -1;
  opacity: 0;
  transition: all .3s;
}

.nav .container .nav-row > ul > li.current-menu-parent > a {
  display: inline-block;
}

.nav .container .nav-row > ul > li.current-menu-parent > a > a {
  color: #3e9df8;
}

.nav .container .nav-row > ul > li:hover > a {
  z-index: 1;
  position: relative;
}

.nav .container .nav-row > ul > li:hover > a:after {
  content: '';
  display: block;
  position: absolute;
  opacity: 0;
}

.nav .container .nav-row > ul > li > ul {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) {
  .nav .container .nav-row > ul > li > ul {
    display: block;
  }
}

.nav .container .nav-row > ul > li > ul > li {
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
}

@media only screen and (min-width: 992px) {
  .nav .container .nav-row > ul > li > ul > li {
    font-size: 14px;
    font-weight: normal;
  }
}

@media only screen and (min-width: 1200px) {
  .nav .container .nav-row > ul > li > ul > li {
    font-size: 18px;
  }
}

.nav .container .nav-row > ul > li > ul > li a {
  display: block;
  padding: 5px 10px;
}

@media only screen and (min-width: 992px) {
  .nav .container .nav-row > ul > li > ul > li a {
    margin: 0 44px 6px;
    padding: 5px 6px 4px;
    border: 1px solid transparent;
    transition: all .2s;
  }
  .nav .container .nav-row > ul > li > ul > li a:hover {
    border-color: #3f9df8;
  }
}

.nav .container .nav-row > ul > li > ul > li.current-menu-item a {
  color: #3e9df8;
}

.nav a {
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .nav-header {
    position: static;
  }
}

.nav-header .container .nav-row > ul > li {
  max-height: 40px;
  overflow: hidden;
  transition: all .3s;
}

@media only screen and (min-width: 992px) {
  .nav-header .container .nav-row > ul > li:hover {
    position: relative;
  }
  .nav-header .container .nav-row > ul > li:hover:before {
    content: '';
    display: block;
    position: absolute;
    background: #124b9f;
    top: 0;
    left: 0;
    right: 0;
    height: 600px;
    z-index: 0;
  }
}

.nav-header .container .nav-row > ul > li.current-menu-parent > a {
  position: relative;
}

.nav-header .container .nav-row > ul > li.current-menu-parent > a:before {
  content: '';
  display: block;
  position: absolute;
}

@media only screen and (min-width: 992px) {
  .nav-header .container .nav-row > ul > li.current-menu-parent > a:before {
    left: 46px;
    right: 46px;
    top: 0;
    height: 4px;
    background: #3e9df8;
  }
}

@media only screen and (min-width: 992px) {
  .nav-header .container .nav-row > ul > li {
    height: auto;
    overflow: visible;
    max-height: none;
  }
}

.nav-header .container .nav-row > ul > li > ul {
  overflow: hidden;
  max-height: 0;
  transition: all .3s .3s;
  padding-top: 0px;
}

.nav-header .container .nav-row > ul > li > ul > li.ctd {
  position: relative;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .nav-header .container .nav-row > ul > li > ul > li.ctd {
    position: relative;
    margin-bottom: 10px;
  }
}

.nav-header .container .nav-row > ul > li > ul > li.ctd:before {
  content: '';
  display: block;
  position: absolute;
}

@media only screen and (min-width: 992px) {
  .nav-header .container .nav-row > ul > li > ul > li.ctd:before {
    top: 4px;
    left: 11px;
    width: 23px;
    height: 26px;
    background: url("img/icon-clinical-trials.svg");
    background-size: contain;
  }
}

.nav-header .container .nav-row > ul > li > ul > li.ctd:after {
  content: '';
  display: block;
  position: absolute;
}

@media only screen and (min-width: 992px) {
  .nav-header .container .nav-row > ul > li > ul > li.ctd:after {
    top: -6px;
    bottom: -7px;
    background: #1156af;
    left: 0;
    right: 0;
    z-index: -1;
  }
}

@media only screen and (min-width: 992px) {
  .nav-header:hover .container .nav-row > ul > li > ul {
    max-height: 600px;
    padding-top: 6px;
  }
}

.nav-header .container .nav-row > ul > li.open {
  background: #124b9f;
  max-height: 600px;
}

.nav-header .container .nav-row > ul > li.open > ul {
  max-height: 600px;
  padding: 0 0 10px;
}

.nav-footer {
  background: #0d3d6c;
  border-top: 2px solid #e64097;
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
}

@media only screen and (min-width: 992px) {
  .nav-footer {
    display: block;
  }
}

.nav-footer .container .nav-row > ul > li > ul > li {
  font-weight: 300;
  margin-top: -6px;
}

.nav-footer .container .nav-row > ul > li > ul > li a {
  padding-bottom: 5px;
}

footer {
  background: #003364;
  color: #fff;
  padding: 30px 20px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

footer p {
  margin: 0;
}

footer a {
  color: #fff;
}

@media only screen and (min-width: 1460px) {
  .footer-actions {
    float: left;
  }
}

@media only screen and (min-width: 1560px) {
  .footer-actions {
    position: absolute;
    top: 32px;
    left: 20px;
  }
}

.footer-links {
  text-align: center;
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  .footer-links {
    float: left;
    padding-top: 12px;
  }
}

@media only screen and (min-width: 992px) {
  .footer-links {
    padding-top: 30px;
    float: none;
    clear: both;
  }
}

@media only screen and (min-width: 1200px) {
  .footer-links {
    padding-top: 12px;
  }
}

.footer-links li {
  display: inline-block;
  font-size: 16px;
  color: #c4d5ec;
  margin: 0 0 0 12px;
  border-left: 1px solid #c4d5ec;
  padding: 0 0 0 12px;
}

.footer-links li:first-child {
  border: 0;
  margin: 0;
  padding: 0;
}

.footer-links li a {
  color: #fff;
  transition: all .3s;
}

.footer-links li a:hover {
  color: #0472db;
}

.social-icons {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .social-icons {
    float: right;
  }
}

@media only screen and (min-width: 1200px) {
  .social-icons {
    float: none;
    position: absolute;
    top: 32px;
    right: 20px;
  }
}

.social-icons .label {
  display: none;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

@media only screen and (min-width: 576px) {
  .social-icons .label {
    display: inline-block;
  }
}

.social-icons ul {
  display: inline-block;
  vertical-align: middle;
}

.social-icons li {
  display: inline-block;
  margin: 0 0 0 5px;
}

.social-icons-item {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 42px;
  height: 42px;
  border: 1px solid #fff;
  text-indent: -9999px;
  transition: all .3s;
}

.social-icons-item:hover {
  background-color: #0472db;
}

.scroll-top {
  display: none;
  bottom: 90px;
  right: 20px;
  width: 79px;
  height: 79px;
  background: url("img/scroll-top.png");
  cursor: pointer;
  opacity: 0;
  transition: all .3s;
}

@media only screen and (min-width: 992px) {
  .scroll-top {
    position: fixed;
  }
  .single-research_field .scroll-top {
    display: block;
  }
}

.site-nav-collapse .scroll-top {
  opacity: 1;
}

.pub-item {
  margin: 0 0 35px;
}

.pub-item .pub-cat {
  font-size: 14px;
  text-transform: uppercase;
}

.pub-item p {
  font-size: 20px;
  margin: 8px 0 0;
}

.pub-item h4 {
  font-size: 16px;
  font-weight: 600;
  color: #0a3d90;
  margin: 8px 0 0;
}

@media only screen and (min-width: 576px) {
  .pub-item h4 {
    font-size: 20px;
  }
}

.pub-item h4 + .pub-cat {
  margin-top: 15px;
}

.pub-item a {
  color: #47494f;
  display: block;
}

.pub-item a:hover h4 {
  color: #0472db;
}

.pub-cat {
  border: 1px solid #cccacf;
  font-size: 14px;
  color: #cccacf;
  display: inline-block;
  padding: 5px 9px;
}

.search-field-main {
  width: 50% !important;
  display: inline-block !important;
}

.search-first {
  margin: 0 0 20px;
}

.api-block .custom-select:before {
  top: 1px;
}

.api-block .custom-select:after {
  top: 23px;
}

.api-list {
  margin: 20px 0;
}

.api-list li {
  font-size: 20px;
  padding: 0 0 0 18px;
  margin: 0 0 12px 0;
  position: relative;
}

.api-list li:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 9px;
  left: 0;
  background: #c4d5ec;
}

.api-list a {
  color: #0472db;
}

.api-details {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 992px) {
  .api-details {
    width: calc(100% - 60px);
    float: left;
    margin-left: 30px;
  }
}

.api-details p {
  font-size: 20px;
}

.api-details .btn, .api-details .wpcf7-submit {
  display: inline-block;
}

.api-legend {
  font-size: 16px;
  color: #47494f;
}

.api-legend span {
  padding: 8px 10px 8px 0;
  display: inline-block;
  background: none !important;
  transition: all .3s;
}

.api-legend span span:before {
  content: '●';
  margin: 0 5px 0 0;
}

.api-details-close > *:first-child {
  background: #ffe6e8;
}

.api-details-close > *:before {
  color: #ff3d0f;
}

.api-details-close:hover > * {
  background: #ffe6e8;
}

.api-details-open > *:first-child {
  background: #f1fae5;
}

.api-details-open > *:before {
  color: #95e139;
}

.api-details-open:hover > * {
  background: #f1fae5;
}

.api-details-tobe > *:first-child {
  background: #f3fbfe;
}

.api-details-tobe > *:before {
  color: #02b2e1;
}

.api-details-tobe:hover > * {
  background: #f3fbfe;
}

.api-content {
  padding-top: 22px;
  min-height: 600px;
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 992px) {
  .api-content {
    width: calc(100% - 60px);
    float: left;
    margin-left: 30px;
  }
}

.api-filters-row {
  margin: 15px 0;
  color: #0a3d90;
}

.api-filter {
  display: inline-block;
  font-size: 16px;
  background: #f0f4fa;
  padding: 5px 25px 5px 10px;
  margin: 0 0 0 10px;
  cursor: pointer;
  position: relative;
  position: relative;
}

.api-filter:after {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 2px;
  background: #0a3d90;
  top: 15px;
  right: 5px;
  transform: rotate(45deg);
}

.api-filter:before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 2px;
  background: #0a3d90;
  top: 15px;
  right: 5px;
  transform: rotate(-45deg);
}

.form .api-autocomplete {
  height: 165px;
  position: relative;
  z-index: 1;
}

.form .api-autocomplete input[type="text"] {
  font-size: 16px;
  font-weight: normal;
  padding-top: 7px;
  padding-bottom: 7px;
  background: #f0f4fa;
  width: 278px;
  display: inline-block;
}

.api-row::after {
  clear: both;
  content: "";
  display: block;
}

@media only screen and (min-width: 992px) {
  .api-row {
    margin: 10px -15px 0;
  }
}

@media only screen and (min-width: 992px) {
  .api-col {
    float: left;
    width: calc(33% - 30px);
    margin: 0 15px;
  }
}

@media only screen and (min-width: 992px) {
  .api-col-narrow {
    float: left;
    width: calc(20% - 10px);
    margin: 0 5px;
  }
}

.api-search-col {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 992px) {
  .api-search-col {
    width: calc(33.33333% - 40px);
    float: left;
    margin-left: 30px;
  }
}

.form .api-search-col .search-field {
  width: 70%;
  display: inline-block;
  font-size: 18px;
}

.form .api-search-col .search-field ::-webkit-input-placeholder {
  color: red;
}

.form .api-search-col .search-field :-moz-placeholder {
  color: red;
}

.form .api-search-col .search-field ::-moz-placeholder {
  color: red;
}

.form .api-search-col .search-field :-ms-input-placeholder {
  color: red;
}

.form .api-search-col .search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0a3d90;
}

.form .api-search-col .search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #0a3d90;
}

.form .api-search-col .search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #0a3d90;
}

.form .api-search-col .search-field:-moz-placeholder {
  /* Firefox 18- */
  color: #0a3d90;
  opacity: 1;
}

.form .api-search-col .search-field::-moz-placeholder {
  opacity: 1;
}

.api-sidebar-item {
  margin-bottom: 21px;
}

.api-browse-col {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 992px) {
  .api-browse-col {
    width: calc(66.66667% - 50px);
    float: left;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .api-date-col {
    float: left;
    width: calc(33% - 30px);
    margin: 0 15px;
  }
}

.api-date-col input[type=text] {
  font-size: 18px !important;
}

.api-date-col input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0a3d90;
}

.api-date-col input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #0a3d90;
}

.api-date-col input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #0a3d90;
}

.api-date-col input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #0a3d90;
  opacity: 1;
}

.api-date-col input[type=text]::-moz-placeholder {
  opacity: 1;
}

@media only screen and (min-width: 992px) {
  .api-date-submit-col {
    float: left;
    width: calc(33% - 30px);
    margin: 0 15px;
  }
}

.api-details-list {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #f3f3f3;
}

.api-details-item a {
  color: #47494f;
  width: 100%;
}

.api-details-item .api-number {
  width: 80px;
  padding: 8px 10px;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  color: #47494f;
}

.api-details-item .api-number:before {
  content: '●';
  margin: 0 5px 0 0;
}

.api-details-item .api-number a {
  color: inherit;
}

.api-details-item .api-label {
  padding: 8px 10px 8px 20px;
  font-size: 16px;
  text-align: left;
}

.api-details-item td {
  padding: 8px 10px;
  font-size: 16px;
  vertical-align: top;
  text-align: center;
  border-bottom: 1px solid #f3f3f3;
  transition: all .3s;
}

.api-details-item .api-type {
  width: 120px;
  text-align: left;
  display: none;
}

@media only screen and (min-width: 992px) {
  .api-details-item .api-type {
    display: table-cell;
  }
}

.api-details-item .api-journal {
  width: 180px;
  text-align: left;
  display: none;
}

@media only screen and (min-width: 992px) {
  .api-details-item .api-journal {
    display: table-cell;
  }
}

.api-details-item .api-title {
  text-align: left;
}

.api-details-item .api-title a {
  color: #0472db;
  font-weight: 600;
}

.api-details-item .api-title a:hover {
  text-decoration: underline;
}

.api-details-item .api-year {
  width: 80px;
  text-align: left;
  display: none;
}

@media only screen and (min-width: 992px) {
  .api-details-item .api-year {
    display: table-cell;
  }
}

.api-details-item .api-studies {
  width: 80px;
  display: none;
}

@media only screen and (min-width: 992px) {
  .api-details-item .api-studies {
    display: table-cell;
  }
}

.api-details-item .api-groups {
  width: 140px;
  text-align: left;
  display: none;
}

@media only screen and (min-width: 992px) {
  .api-details-item .api-groups {
    display: table-cell;
  }
}

.api-details-item .header {
  border-right-width: 0;
  font-size: 16px;
  background: #0472db;
  color: #fff;
  text-transform: uppercase;
}

.api-details-item span.header:last-child {
  border-right-width: 1px;
}

.api-table-details {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #f3f3f3;
}

.api-table-details td {
  padding: 8px 10px 8px 20px;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #f3f3f3;
  vertical-align: top;
}

.api-table-details th {
  padding: 8px 10px 8px 20px;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #f3f3f3;
  vertical-align: top;
}

.loading-spinner {
  clear: both;
  position: relative;
  min-height: 20px;
}

.loading-spinner:after {
  content: '';
  position: absolute;
  background: #fff url("img/ajax-loader.gif") center no-repeat;
  top: 0;
  left: 0;
  right: 0;
  transition: all .3s;
  opacity: 1;
  z-index: 1;
  bottom: 0;
}

.loading-spinner.api-wrapper:after {
  background-position: center top;
}

.btn-search-mini {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url("img/icon-search-blue.svg");
  background-size: 25px;
  width: 25px;
  height: 25px;
  display: inline-block;
  border: 0;
  text-indent: -9999px;
  z-index: 1;
  cursor: pointer;
}

.twitter-typeahead {
  width: 100%;
}

.tt-menu {
  background: #fff;
  width: 100%;
  max-height: 450px;
  overflow-y: scroll;
  display: block !important;
  position: static !important;
  height: 120px;
  margin: 10px 0 0;
}

.tt-suggestion {
  padding: 2px 10px 2px 0;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tt-suggestion:hover {
  background: #e6ebf4;
}

.post-nav {
  font-size: 16px;
  display: table;
  width: 100%;
  margin: 0 0;
}

@media only screen and (min-width: 992px) {
  .post-nav {
    border: 1px solid #0472db;
  }
}

.post-nav-prev,
.post-nav-next {
  font-size: 16px;
  width: 40%;
  vertical-align: middle;
  line-height: 1.2;
  display: none;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .post-nav-prev,
  .post-nav-next {
    display: table-cell;
  }
}

.post-nav-prev:before,
.post-nav-next:before {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("img/post-nav-arrow.png");
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
}

.post-nav-prev a,
.post-nav-next a {
  display: block;
  color: #0a3d90;
  padding: 15px 40px;
}

.post-nav-next:before {
  transform: translateY(-50%) rotate(180deg);
  left: auto;
  right: -12px;
}

.post-nav-back {
  width: 20%;
  display: table-cell;
  font-size: 18px;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  background: #f0f4fa;
  position: relative;
}

.post-nav-back:before {
  content: '';
  display: block;
  position: absolute;
  height: 17px;
  background: url("img/arrow-back-blue.png") no-repeat center;
  top: 11px;
  left: 0;
  right: 0;
}

.post-nav-back a {
  display: block;
  padding: 35px 40px 15px;
  color: #0472db;
}

.article-details {
  margin-top: 40px;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .article-details {
    width: calc(66.66667% - 50px);
    float: left;
    margin-left: 30px;
  }
}

.article-details h1 {
  font-size: 28px;
  text-transform: none;
}

.article-details h1 a {
  color: #0a3d90;
}

.article-sidebar {
  background: #f5f4f5;
  padding: 20px;
}

@media only screen and (min-width: 992px) {
  .article-sidebar {
    width: calc(25% - 37.5px);
    float: left;
    margin-left: 30px;
    left: calc(8.33333% - 32.5px + 30px);
    position: relative;
  }
}

.article-sidebar-item {
  margin: 0 0 20px;
}

.article-sidebar-item h4 {
  font-size: 20px;
  font-weight: 600;
}

.article-sidebar-item h4 a {
  color: #0a3d90;
}

.article-details-inner {
  padding: 0 40px 40px;
}

.article-details-inner a:hover {
  text-decoration: underline;
}

.share-icons {
  float: right;
}

.share-icons > * {
  display: inline-block;
  vertical-align: middle;
}

.share-icons .label {
  color: #6e727b;
  font-size: 16px;
}

.share-icons-item {
  list-style-type: none;
  display: inline-block;
  margin: 0 0 0 8px;
}

.share-icons-item a {
  display: block;
  width: 25px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center bottom;
  text-indent: -9999px;
}

.share-icons-item a.share-icons-item-linkedin {
  background-image: url("img/icon-article-linkedin.png");
}

.share-icons-item a.share-icons-item-facebook {
  background-image: url("img/icon-article-facebook.png");
}

.share-icons-item a.share-icons-item-twitter {
  background-image: url("img/icon-article-twitter.png");
}

.article-header {
  display: table;
  width: 100%;
  position: relative;
}

.article-image {
  display: table-cell;
  padding: 0 30px 0 0;
  width: 250px;
  vertical-align: top;
}

.article-image img {
  display: block;
  width: 100%;
}

.article-header-sub {
  display: table-cell;
  vertical-align: top;
}

.article-meta::after {
  clear: both;
  content: "";
  display: block;
}

.article-meta > *:first-child {
  float: left;
}

.article-meta > *:last-child {
  position: absolute;
  top: 0;
  right: 0;
}

.article-header-image {
  display: block;
  margin-bottom: 30px;
}

.article-header-image .article-image {
  display: block;
  width: auto;
  padding: 30px 0;
}

.article-header-image .article-header-sub {
  display: block;
  width: auto;
}

.article-header-small {
  display: flex;
}

.article-header-small img {
  width: 245px;
  height: 280px;
}

.article-header-small .article-image {
  display: inline-block;
  padding: 0 30px 0 0;
}

.article-header-small .article-header-sub {
  display: inline-block;
}

.article-category {
  border: 1px solid #cccacf;
  font-size: 14px;
  color: #cccacf;
  display: inline-block;
  padding: 5px 9px;
}

.article-category a {
  color: inherit;
}

.breadcrumb {
  text-transform: uppercase;
  padding: 11px 0 13px;
  margin: 0;
  border-bottom: 1px solid #e5e4e7;
  color: #0a3d90;
}

.breadcrumb .container::after {
  clear: both;
  content: "";
  display: block;
}

.breadcrumb .breadcrumb-home {
  margin: 0 10px 0 0;
  float: left;
  width: 30px;
  height: 17px;
  position: relative;
  position: relative;
}

.breadcrumb .breadcrumb-home:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 17px;
  background: #0a3d90 url("img/icon-home.svg") no-repeat;
  background-size: contain;
}

.breadcrumb .breadcrumb-home:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 25px;
  width: 6px;
  height: 9px;
  background: url("img/arrow-breadcrumb.png");
}

.breadcrumb .breadcrumb-home:hover:before {
  background-color: #0472db;
}

.breadcrumb .breadcrumb-sep {
  margin: 0 5px;
  display: inline-block;
}

.breadcrumb a {
  color: #0a3d90;
}

.breadcrumb a:hover {
  color: #0472db;
}

.btn, .wpcf7-submit {
  padding: 0 30px;
  font-size: 20px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-transform: uppercase;
  border: 0;
  white-space: nowrap;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  display: inline-block;
}

.btn-primary, .btn-large, .btn-small, .btn-arrow, .wpcf7-submit {
  background: #0472db;
  color: #fff;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  position: relative;
  line-height: 62px;
}

.btn-primary:before, .btn-large:before, .btn-small:before, .btn-arrow:before, .wpcf7-submit:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1685ef;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: .3s;
}

.btn-primary:hover:before, .btn-large:hover:before, .btn-small:hover:before, .btn-arrow:hover:before, .wpcf7-submit:hover:before, .btn-primary:focus:before, .btn-large:focus:before, .btn-small:focus:before, .btn-arrow:focus:before, .wpcf7-submit:focus:before, .btn-primary:active:before, .btn-large:active:before, .btn-small:active:before, .btn-arrow:active:before, .wpcf7-submit:active:before {
  transform: scaleX(1);
}

.btn-large {
  font-size: 18px;
  font-weight: normal;
  padding: 15px;
}

@media only screen and (min-width: 768px) {
  .btn-large {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media only screen and (min-width: 992px) {
  .btn-large {
    font-size: 24px;
    line-height: 42px;
  }
}

.btn-small {
  font-size: 16px;
  padding: 10px;
  line-height: 20px;
}

@media only screen and (min-width: 768px) {
  .btn-small {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 30px;
  }
}

.btn-arrow {
  background-image: url("img/arrow-right-white.png");
  background-repeat: no-repeat;
  background-position: right 17px top 19px;
  padding-right: 35px;
}

.btn-arrow:before {
  display: none;
}

.btn-arrow:hover {
  background-color: #1685ef;
}

.btn-arrow.btn-large {
  line-height: 38px;
  background-position: right 14px top 26px;
}

@media only screen and (min-width: 992px) {
  .btn-arrow.btn-large {
    background-position: right 30px top 26px;
  }
}

@media only screen and (min-width: 768px) {
  .btn-arrow {
    background-position: right 30px top 23px;
    padding-right: 55px;
    line-height: 63px;
  }
}

.btn-footer {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  text-align: left;
  padding: 10px;
  line-height: 20px;
}

@media only screen and (min-width: 992px) {
  .btn-footer {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
    margin-right: 10px;
    display: inline-block;
  }
}

@media only screen and (min-width: 992px) {
  .btn-email {
    padding-left: 52px;
    position: relative;
  }
  .btn-email:after {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 18px;
    width: 18px;
    height: 14px;
    background-image: url("img/icon-mail-white.svg");
    background-size: contain;
  }
}

.btn-inline {
  height: 50px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.btn-search {
  background: url("img/icon-search-blue.svg") no-repeat center;
  background-size: 26px;
  border: 0;
  height: 61px;
  width: 61px;
  text-indent: -9999px;
  cursor: pointer;
  display: inline-block;
}

@media only screen and (min-width: 992px) {
  .btn-search {
    height: 82px;
    width: 80px;
    background-size: 40px;
    border: 0;
  }
}

.btn-field-search {
  background: url("img/icon-search-blue.svg") no-repeat center;
  background-size: 40px;
  border: 0;
  text-indent: -9999px;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  width: 40px;
  vertical-align: middle;
}

.events-nav::after {
  clear: both;
  content: "";
  display: block;
}

@media only screen and (min-width: 992px) {
  .events-nav-date {
    float: left;
  }
}

.events-nav-date li {
  font-size: 20px;
  font-weight: normal;
  display: inline-block;
  border-left: 2px solid #e3ebf6;
  padding: 10px 10px 10px 20px;
  margin: 0 0 0 10px;
}

.events-nav-date li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

.events-nav-date li.active {
  font-weight: bold;
}

.events-nav-date li a {
  color: #0472db;
}

.events-nav-left {
  margin-top: 20px;
}

@media only screen and (min-width: 992px) {
  .events-nav-left {
    float: left;
    margin: 0;
  }
}

.events-nav-left .label {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.events-nav-right {
  margin-top: 20px;
}

@media only screen and (min-width: 992px) {
  .events-nav-right {
    float: right;
    margin: 0;
  }
}

.events-nav-right .label {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.events-nav-filter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.events-nav-filter ul {
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #7693c2;
  font-size: 20px;
  padding: 12px 15px;
  display: block;
  overflow: hidden;
  max-height: 50px;
  transition: all .3s;
  min-width: 300px;
  max-width: 400px;
  z-index: 3;
  background: #f0f4fa;
}

.events-nav-filter ul:before {
  content: '';
  display: block;
  position: absolute;
  width: 17px;
  height: 9px;
  background: url("img/arrow-bottom-blue.png");
  right: 10px;
  top: 20px;
  transition: all .3s;
}

.events-nav-filter ul:hover {
  max-height: 200px;
}

.events-nav-filter ul:hover:before {
  transform: rotate(180deg);
}

.events-nav-filter .custom-select select {
  max-width: 300px;
}

@media only screen and (min-width: 992px) {
  .events-nav-filter .custom-select select {
    max-width: 350px;
  }
}

.events-nav-filter li {
  margin: 0 0 5px;
}

.events-nav-filter a {
  color: #0a3d90;
  display: block;
  padding: 0 25px 0 0;
}

.coming-events-item {
  background: #f7f7f8;
  margin: 0 0 20px;
}

.coming-events-item h4 {
  font-size: 20px;
  font-weight: normal;
  color: #0a3d90;
  margin: 0 0 10px;
}

.home .coming-events-item h4 {
  margin-bottom: 0;
}

.coming-events-item img {
  display: block;
  width: 100%;
}

.coming-events-item > a {
  transition: all .3s;
  display: block;
}

.coming-events-item > a:hover {
  background: #efeff1;
}

.coming-events-item > a:hover h4 {
  color: #0472db;
}

.coming-events-item-inner {
  overflow: hidden;
}

.coming-events-item-meta {
  padding: 15px 15px 20px;
}

@media only screen and (min-width: 992px) {
  .coming-events-thumb {
    float: left;
  }
}

.home-events .coming-events-thumb {
  margin-bottom: 0;
}

.coming-events-thumb img {
  width: 100%;
}

.coming-events-header {
  padding: 15px 20px;
  cursor: pointer;
}

.coming-events-header h4 {
  position: relative;
}

.event-expand {
  background: url("img/icon-expand.png");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  cursor: pointer;
  transition: all .3s;
  right: -60px;
}

@media only screen and (min-width: 992px) {
  .event-expand {
    right: 20px;
  }
}

.active .event-expand {
  transform: rotate(180deg);
}

.coming-events-content {
  border-top: 1px solid #fff;
  padding: 0 15px;
  overflow: hidden;
  transition: all .3s;
}

.home .coming-events-content {
  padding-top: 15px;
  padding-bottom: 0px;
}

.tribe-events-list .coming-events-content {
  max-height: 0;
}

.active .coming-events-content {
  max-height: 500px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.post-date {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0 0 0 45px;
  color: #47494f;
  position: relative;
}

.post-date:before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  border-bottom: 1px solid #0472db;
  top: 9px;
  left: 0;
}

.event-venue {
  display: inline-block;
  color: #47494f;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 0 8px 0;
  margin: 0 0 0 10px;
}

.event-venue:before {
  content: '/  ';
  position: static;
}

.events-list-col {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 992px) {
  .events-list-col {
    width: calc(75% - 52.5px);
    float: left;
    margin-left: 30px;
  }
}

.events-sidebar {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 992px) {
  .events-sidebar {
    width: calc(25% - 37.5px);
    float: left;
    margin-left: 30px;
  }
}

.tribe-events-list-separator-month {
  text-align: left;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  padding: 50px 0 15px;
  display: block;
}

.tribe-events-list-separator-month:after {
  display: none;
}

.tribe-events-list-separator-month span {
  padding: 0;
}

.event-category {
  margin: 0 0 10px;
  padding: 8px 11px;
  display: inline-block;
  color: #9e9696;
  border: 1px solid #cccacf;
}

.tribe-events-content {
  color: #6e727b;
}

.tribe-events-content p {
  font-size: 18px;
  line-height: 1.4;
}

.tribe-events-notices {
  border: 0;
  background: none;
  padding: 20px 0;
  font-size: 20px;
  color: #0a3d90;
  text-align: center;
}

.contact-content {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 576px) {
  .contact-content {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .contact-content {
    width: calc(66.66667% - 50px);
    float: left;
    margin-left: 30px;
  }
}

.contact-sidebar {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 576px) {
  .contact-sidebar {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .contact-sidebar {
    width: calc(33.33333% - 40px);
    float: left;
    margin-left: 30px;
  }
}

.contact-sidebar h3 {
  font-size: 24px;
  padding: 0 0 0 50px;
  margin: 35px 0 25px;
  color: #47494f;
  position: relative;
}

.contact-sidebar h3:before {
  content: '';
  display: block;
  position: absolute;
  background: #c4d5ec;
  width: 30px;
  height: 1px;
  top: 15px;
  left: 0;
}

.contact-sidebar-content h4 {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 5px;
}

.contact-sidebar-content p {
  font-weight: 300;
  font-size: 16px;
  margin: 0;
}

@media only screen and (min-width: 576px) {
  .contact-sidebar-content p {
    font-size: 20px;
  }
}

.contact-sidebar-address-item {
  line-height: 1.5;
  margin: 25px 0 40px;
  padding: 0 0 0 50px;
}

.contact-sidebar-item {
  padding: 0 0 0 50px;
  margin: 0 0 30px;
  position: relative;
}

.contact-sidebar-icon {
  position: absolute;
  top: 2px;
  left: 0;
}

.contact-sidebar-link {
  margin: 5px 0 0;
  font-weight: normal;
  font-size: 18px;
}

.contact-sidebar-link a {
  color: #0a3d90;
}

#contact-map {
  margin: 40px 0 0;
}

.wpcf7-submit {
  display: block;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}

@media only screen and (min-width: 576px) {
  .wpcf7-submit {
    width: auto;
    display: inline-block;
  }
}

#contact-map {
  height: 445px;
  width: 100%;
}

.hotel-list {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 576px) {
  .hotel-list {
    width: calc(33.33333% - 40px);
    float: left;
    margin-left: 30px;
  }
}

.hotel-list h3 {
  font-size: 24px;
  font-weight: 600;
  color: #47494f;
}

.hotel-item {
  padding: 0 0 0 45px;
  margin: 0 0 10px;
  position: relative;
}

.hotel-item:before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  top: 13px;
  left: 0;
  background: #4798e5;
}

.hotel-item h4 {
  color: #0a3d90;
  font-size: 600;
  font-size: 20px;
  margin: 0;
}

.hotel-item a {
  color: inherit;
}

.ce-col2 {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 576px) {
  .ce-col2 {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px;
  }
}

.ce-col3 {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 576px) {
  .ce-col3 {
    width: calc(33.33333% - 40px);
    float: left;
    margin-left: 30px;
  }
}

.ce img {
  width: 100%;
}

.basic-page {
  margin: 20px 0 0;
}

.content-section {
  margin: 15px 0 25px;
}

.content-section-highlight {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.content-section-highlight:before {
  content: '';
  display: block;
  position: absolute;
  position: absolute;
  background: #f3f7fb;
  width: 9999px;
  top: 0;
  bottom: 0;
  left: -50%;
  z-index: -1;
}

.dropdown {
  position: relative;
}

.dropdown .dropdown-label {
  border: 1px solid #c4d5ec;
  padding: 12px 15px 11px 15px;
  margin: 0 0 10px;
  font: 300 16px "Source Sans Pro", sans-serif;
  color: #6e727b;
  display: block;
  background: #e6ebf4;
  font-size: 18px;
  cursor: pointer;
  color: #0a3d90;
  transition: background .3s, border-color .3s;
  position: relative;
  z-index: 1;
  font-weight: normal;
  border: 1px solid #c4d5ec;
  position: relative;
}

.dropdown .dropdown-label:before {
  content: '';
  display: block;
  position: absolute;
  width: 17px;
  height: 9px;
  top: 20px;
  right: 20px;
  background: url("img/arrow-bottom-blue.png");
  z-index: 1;
  color: #0a3d90;
  transition: all .3s;
}

.dropdown .dropdown-label + * {
  display: none;
}

.dropdown .dropdown-content {
  border: 1px solid #0472db;
  padding: 0 10px;
  width: 300px;
  max-height: 0;
  transition: all .3s;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  background: #fff;
}

.dropdown .dropdown-content .btn, .dropdown .dropdown-content .wpcf7-submit {
  width: 100%;
  text-align: center;
  text-transform: none;
  margin: 10px 0 0;
}

.dropdown .dropdown-content input[type=checkbox] {
  visibility: visible;
  display: inline;
  margin-right: 5px;
}

.dropdown.active {
  z-index: 2;
}

.dropdown.active .dropdown-label {
  background: #fff;
  border-color: #0472db;
  border-bottom: 0;
  padding-bottom: 22px;
  margin-bottom: 0;
}

.dropdown.active .dropdown-label + * {
  display: block;
}

.dropdown.active .dropdown-label:before {
  transform: rotate(180deg);
}

.dropdown.active .dropdown-content {
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: 500px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.view-more {
  text-align: center;
  margin: 30px 0 0;
}

.view-more a {
  display: inline-block;
  font-size: 22px;
  color: #0472db;
  text-transform: uppercase;
  cursor: pointer;
  background: url("img/icon-plus-circle-blue.svg") no-repeat right;
  background-size: 26px;
  padding: 0 40px 0 0;
}

.view-more a:hover {
  color: #0a3d90;
}

.view-more.active a {
  background-image: url("img/icon-minus-circle-blue.svg");
}

.view-more .view-more-less {
  display: none;
}

.view-more.active .view-more-more {
  display: none;
}

.view-more.active .view-more-less {
  display: block;
}

.view-more-content {
  display: none;
}

.flipboxes {
  overflow: hidden;
}

.flipbox-item {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
  position: relative;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
  cursor: pointer;
}

@media only screen and (min-width: 992px) {
  .flipbox-item {
    width: calc(25% - 37.5px);
    float: left;
    margin-left: 30px;
  }
}

.flipbox-item img {
  width: 100%;
}

.flipbox-panel {
  height: 200px;
}

.flipbox-panel .front,
.flipbox-panel .back {
  text-align: center;
}

.flipbox-panel .front {
  height: inherit;
  position: absolute;
  top: 0;
  z-index: 1;
  text-align: center;
  width: 100%;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transition: all .4s ease-in-out;
}

.flipbox-panel .back {
  height: inherit;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transition: all .4s ease-in-out;
}

.flipbox-panel.flip .front {
  z-index: 1;
  transform: rotateY(180deg);
}

.flipbox-panel.flip .back {
  z-index: 2;
  transform: rotateX(0deg) rotateY(0deg);
}

.flipbox-recto {
  background-color: #f0f4fa;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
}

.flipbox-recto p {
  margin: 0;
}

.flipbox-verso {
  background-color: #f0f4fa;
  width: 100%;
  height: 200px;
  margin: 0 auto;
}

.flipbox-verso h3 {
  margin-top: 8px;
  text-transform: uppercase;
}

.wpcf7-form > .row, .form > .row {
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
  width: auto;
}

.wpcf7-form h3, .form h3 {
  font-size: 24px;
  border-bottom: 1px solid #e5eaef;
  padding: 0 0 8px;
}

.wpcf7-form h3.light, .form h3.light {
  font: normal 24px "Playfair Display", sans-serif;
  color: #47494f;
  border: 0;
  margin: 20px 0 0;
  padding: 0;
}

.wpcf7-form h4, .form h4 {
  font-size: 20px;
  font-weight: normal;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=password],
.wpcf7-form input[type=date],
.wpcf7-form input[type=tel],
.wpcf7-form textarea, .form input[type=text],
.form input[type=email],
.form input[type=password],
.form input[type=date],
.form input[type=tel],
.form textarea {
  border: 1px solid #c4d5ec;
  padding: 11px 15px 11px 15px;
  font: 300 16px "Source Sans Pro", sans-serif;
  color: #6e727b;
  display: block;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=email],
  .wpcf7-form input[type=password],
  .wpcf7-form input[type=date],
  .wpcf7-form input[type=tel],
  .wpcf7-form textarea, .form input[type=text],
  .form input[type=email],
  .form input[type=password],
  .form input[type=date],
  .form input[type=tel],
  .form textarea {
    font-size: 20px;
  }
}

.wpcf7-form label, .form label {
  font-size: 16px;
  font-weight: normal;
  color: #47494f;
  display: block;
  margin: 0 0 5px;
}

@media only screen and (min-width: 576px) {
  .wpcf7-form label, .form label {
    font-size: 20px;
  }
}

.wpcf7-form .label, .form .label {
  display: block;
  margin: 0 0 5px;
}

.wpcf7-form .wpcf7-form-control-wrap, .form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}

.wpcf7-form .wpcf7-list-item, .form .wpcf7-list-item {
  margin-left: 0 0 0 20px;
}

.wpcf7-form .wpcf7-list-item.first, .form .wpcf7-list-item.first {
  margin-left: 0;
}

.wpcf7-form .wpcf7-multifile-wrap input, .form .wpcf7-multifile-wrap input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.wpcf7-form .wpcf7-multifile-wrap + span, .form .wpcf7-multifile-wrap + span {
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  color: #0472db;
  display: inline-block;
  padding: 0 0 0 35px;
  position: relative;
}

.wpcf7-form .wpcf7-multifile-wrap + span:before, .form .wpcf7-multifile-wrap + span:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 26px;
  height: 26px;
  background: url("img/icon-plus-circle-blue.png") no-repeat;
}

.wpcf7-form input[type=checkbox], .form input[type=checkbox] {
  visibility: hidden;
  display: block;
}

.wpcf7-form input[type=checkbox] ~ span, .form input[type=checkbox] ~ span {
  padding: 0 0 0 45px;
  user-select: none;
  cursor: pointer;
  position: relative;
  position: relative;
}

.wpcf7-form input[type=checkbox] ~ span:before, .form input[type=checkbox] ~ span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #c4d5ec;
  background: #fff;
}

.wpcf7-form input[type=checkbox] ~ span:after, .form input[type=checkbox] ~ span:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 23px;
  height: 19px;
  background: url("img/check-blue.svg") no-repeat;
  opacity: 0;
  transition: all .3s;
}

.wpcf7-form input[type=checkbox]:checked ~ span, .form input[type=checkbox]:checked ~ span {
  position: relative;
}

.wpcf7-form input[type=checkbox]:checked ~ span:after, .form input[type=checkbox]:checked ~ span:after {
  content: '';
  display: block;
  position: absolute;
  opacity: 1;
}

.wpcf7-form input[type=radio], .form input[type=radio] {
  visibility: hidden;
  display: block;
}

.wpcf7-form input[type=radio] ~ span, .form input[type=radio] ~ span {
  padding: 0 0 0 45px;
  user-select: none;
  cursor: pointer;
  position: relative;
  position: relative;
}

.wpcf7-form input[type=radio] ~ span:before, .form input[type=radio] ~ span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #c4d5ec;
  background: #fff;
  border-radius: 50%;
}

.wpcf7-form input[type=radio] ~ span:after, .form input[type=radio] ~ span:after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 10px;
  height: 10px;
  background: #0472db;
  opacity: 0;
  transition: all .3s;
  border-radius: 50%;
}

.wpcf7-form input[type=radio]:checked ~ span, .form input[type=radio]:checked ~ span {
  position: relative;
}

.wpcf7-form input[type=radio]:checked ~ span:after, .form input[type=radio]:checked ~ span:after {
  content: '';
  display: block;
  position: absolute;
  opacity: 1;
}

@media only screen and (min-width: 992px) {
  .wpcf7-form .row, .form .row {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
  }
}

@media only screen and (min-width: 1200px) {
  .wpcf7-form .col3, .form .col3 {
    width: calc(33.33333% - 40px);
    float: left;
    margin-left: 30px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

@media only screen and (min-width: 1200px) {
  .wpcf7-form .col2, .form .col2 {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

@media only screen and (min-width: 1200px) {
  .wpcf7-form .col12, .form .col12 {
    width: calc(100% - 60px);
    float: left;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .wpcf7-form .col1, .form .col1 {
    width: calc(25% - 37.5px);
    float: left;
    margin-left: 30px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

.wpcf7-form .custom-select, .form .custom-select {
  width: 100%;
}

.wpcf7-form .custom-select:before, .form .custom-select:before {
  top: 6px;
  height: 48px;
}

.wpcf7-form .custom-select:after, .form .custom-select:after {
  top: 28px;
}

.wpcf7-form .custom-select select, .form .custom-select select {
  width: 100%;
  padding-top: 8px;
  height: 50px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.wpcf7-form .custom-select select::-ms-expand, .form .custom-select select::-ms-expand {
  display: none;
}

.wpcf7-form br, .form br {
  display: none;
}

.wpcf7-form .actions, .form .actions {
  overflow: hidden;
  margin: 25px 0 0;
}

@media only screen and (min-width: 992px) {
  .wpcf7-form .actions .left, .form .actions .left {
    width: 50%;
    float: left;
  }
}

@media only screen and (min-width: 992px) {
  .wpcf7-form .actions .right, .form .actions .right {
    width: 50%;
    float: right;
    text-align: right;
  }
}

input::-webkit-inner-spin-button, input::-webkit-calendar-picker-indicator {
  display: none;
}

input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important;
}

.home-highlights-item {
  margin: 0 0 40px;
}

.home-highlights-item h3 {
  font-size: 20px;
  margin: 10px 0 13px;
}

@media only screen and (min-width: 992px) {
  .home-highlights-item h3 {
    font-size: 24px;
  }
}

.home-highlights-item h3 a {
  transition: all .3s;
}

.home-highlights-item p {
  margin: 0;
  font-size: 16px;
}

@media only screen and (min-width: 992px) {
  .home-highlights-item p {
    font-size: 20px;
  }
}

.home-highlights-item .home-highlights-img {
  position: relative;
}

.home-highlights-item .home-highlights-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .3s;
}

.home-highlights-item a {
  display: block;
  color: #47494f;
}

.home-highlights-item a:hover h3 {
  color: #0472db;
}

.home-highlights-item a:hover .home-highlights-img {
  position: relative;
  position: relative;
}

.home-highlights-item a:hover .home-highlights-img:before {
  content: '';
  display: block;
  position: absolute;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.2);
}

.link {
  text-transform: uppercase;
  color: #0472db;
  background: url("img/arrow-blue-right.png") no-repeat right 5px;
  font-size: 18px;
  padding: 0 15px 0 0;
}

.link-back {
  color: #0472db;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0 0 0 15px;
  margin: 20px 0 0;
  display: block;
  position: relative;
}

.link-back:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 7px;
  height: 16px;
  background: url("img/arrow-left-blue.svg");
}

.link-globe {
  padding-left: 32px;
  position: relative;
}

.link-globe:before {
  content: '';
  display: block;
  position: absolute;
  background: url("img/icon-globe-blue.png");
  width: 21px;
  height: 21px;
  top: 0;
  left: 0;
}

.cta-link {
  margin: 20px 0;
  font-size: 20px;
  color: #0472db;
  border: 1px solid #73afea;
  background: #f0f4fa;
  padding: 25px;
  position: relative;
  display: block;
  position: relative;
}

.cta-link:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  background: #0472db;
}

.link-external {
  position: relative;
}

.link-external:before {
  content: '';
  display: block;
  position: absolute;
  background: url("img/icon-link-external.svg");
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}

.wysiwyg .link-external {
  padding-left: 25px;
}

.wysiwyg .link-external:before {
  top: 3px;
}

.basic-page ul {
  margin: 20px 0;
}

.basic-page li {
  font-size: 20px;
  padding: 0 0 0 57px;
  margin: 0 0 15px;
  position: relative;
}

.basic-page li:before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #c4d5ec;
  top: 14px;
  left: 0;
}

.map-container {
  position: relative;
  margin: 30px 0;
}

.map-container img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .map-container img {
    width: auto;
  }
}

@media only screen and (min-width: 992px) {
  .map-legend {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.map-legend li {
  font-size: 14px;
  font-weight: normal;
  padding: 15px 0 15px 45px;
  position: relative;
}

.map-legend li:before {
  content: '';
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 7px;
  left: 0;
  background: #e1eaf5;
}

.map-legend li:last-child:before {
  background: #e5e5e5;
}

.tabs-map {
  margin: 50px 0 0;
}

.media-list-item {
  width: calc(25% - 12.5px);
  float: left;
  margin-left: 10px;
  position: relative;
}

.media-list-item-img {
  width: 170px;
  height: 200px;
  float: left;
  margin: 0 15px 0 0;
}

.media-list-item-img .img {
  display: block;
  width: 100%;
}

.media-list-item-content {
  float: left;
}

.media-list-function {
  font-size: 14px;
  font-weight: normal;
  color: #47494f;
  text-transform: uppercase;
}

.media-list-download {
  position: absolute;
  left: 185px;
  bottom: 0;
  text-transform: uppercase;
  font-size: 18px;
  color: #0a3d90;
  font-weight: normal;
  background: url("img/icon-download-blue.svg") no-repeat right top;
  padding: 0 40px 0 0;
}

.home-news-item {
  border-bottom: 1px solid #e5e4e7;
  padding: 0 0 20px;
  margin: 0 0 20px;
  overflow: hidden;
  display: block;
}

.home-news-item a h3 {
  transition: all .2s;
}

.home-news-item a:hover h3 {
  color: #0472db;
}

@media only screen and (min-width: 992px) {
  .news-thumb {
    float: left;
    margin: 0 15px 0 0;
  }
  .home .news-thumb {
    margin: 0 0 15px 0;
  }
}

.news-thumb img {
  width: 100%;
}

.news-thumb-home-news {
  margin-right: 15px;
}

.home .news-thumb-home-news {
  margin: 0 15px 15px 0;
}

.news-cat {
  margin: 10px 0 10px;
  padding: 4px 11px;
  display: inline-block;
  color: #9e9696;
  border: 1px solid #cccacf;
  line-height: 30px;
}

@media only screen and (min-width: 992px) {
  .news-cat {
    margin-bottom: -5px;
  }
}

.numbers {
  position: relative;
}

.numbers .container::after {
  clear: both;
  content: "";
  display: block;
}

.numbers .container > div {
  display: block;
  justify-content: space-between;
  position: relative;
  top: -45px;
}

@media only screen and (min-width: 992px) {
  .numbers .container > div {
    display: flex;
    width: calc(100% - 60px);
    float: left;
    margin-left: 30px;
  }
}

.numbers-item {
  width: calc(50% - 15px);
  float: left;
  margin-left: 10px;
  font-weight: 300;
  line-height: 1.2;
  color: #47494f;
  text-align: center;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
}

@media only screen and (min-width: 576px) {
  .numbers-item {
    width: calc(33.33333% - 40px);
    float: left;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .numbers-item {
    flex-grow: 1;
    flex-basis: 0;
    margin: 0 5px;
    font-size: 22px;
    padding-top: 40px;
    min-height: 177px;
  }
}

@media only screen and (min-width: 992px) {
  .numbers-item:first-child {
    margin-left: 0;
  }
}

.numbers-item:last-child {
  margin-right: 0;
}

.numbers-item strong {
  display: block;
}

.numbers-item a {
  color: inherit;
  display: block;
}

@media only screen and (min-width: 992px) {
  .numbers-item a {
    padding: 40px 15px 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .2s;
  }
}

@media only screen and (min-width: 992px) {
  .numbers-item a:hover {
    background: #f0f4fa;
    color: #0472db;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
}

.numbers-item-icon {
  margin-bottom: 8px;
  display: none;
}

@media only screen and (min-width: 992px) {
  .numbers-item-icon {
    display: block;
  }
}

.sep {
  display: none;
  background: #e5e4e7;
  height: 73px;
  width: 1px;
}

.sep:last-child {
  display: none;
}

.overlay main > section {
  padding: 20px;
}

.mc_custom_border_hdr {
  font: normal 28px "Playfair Display", sans-serif;
  color: #47494f;
  border-bottom: 1px solid #cccacf;
  padding: 20px 0 5px;
}

.mc_merge_var {
  overflow: hidden;
  margin: 0 0 15px;
}

.mc_var_label {
  float: left;
  width: 40%;
  font-size: 18px;
}

.mc_input {
  float: left;
  width: 60%;
  border: 1px solid #c4d5ec;
  padding: 11px 15px 11px 15px;
  font: 300 20px "Source Sans Pro", sans-serif;
  color: #6e727b;
  display: block;
}

.mc_signup_submit {
  text-align: right;
}

.mc_signup_submit input {
  display: inline-block;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 15px 30px;
  font-size: 18px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-transform: uppercase;
  border: 0;
  background: #0472db;
  color: #fff;
  background-image: url("img/arrow-right-white.png");
  background-repeat: no-repeat;
  background-position: right 30px top 18px;
  padding-right: 55px;
}

#mc_message {
  margin: 0 0 20px;
  font-size: 18px;
  color: #0472db;
}

.mfp-iframe-holder .mfp-content {
  max-width: 770px;
}

.wp-pagenavi {
  text-align: center;
  margin: 40px 0 10px;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: 0;
  font-size: 20px;
  font-weight: normal;
  color: #0472db;
  vertical-align: middle;
  display: inline-block;
  margin: 0 7px;
}

@media only screen and (min-width: 576px) {
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 0 15px;
    font-size: 24px;
  }
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi .next,
.wp-pagenavi .prev,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  position: relative;
  color: transparent;
  position: relative;
}

.wp-pagenavi .next:before,
.wp-pagenavi .prev:before,
.wp-pagenavi .nextpostslink:before,
.wp-pagenavi .previouspostslink:before {
  content: '';
  display: block;
  position: absolute;
  background: url("img/icon-pagination.png");
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  top: 1px;
  left: 0;
}

@media only screen and (min-width: 576px) {
  .wp-pagenavi .next:before,
  .wp-pagenavi .prev:before,
  .wp-pagenavi .nextpostslink:before,
  .wp-pagenavi .previouspostslink:before {
    top: 6px;
  }
}

.wp-pagenavi .previouspostslink {
  margin-right: 18px;
  margin-left: 0;
}

.wp-pagenavi .previouspostslink:before {
  transform: none;
}

.wp-pagenavi .current {
  color: #0a3d90;
}

.wp-pagenavi .first, .wp-pagenavi .last {
  display: none;
}

.pagination {
  text-align: center;
  margin: 40px 0 10px;
}

.pagination .inner {
  display: inline-block;
}

.pagination .page-numbers {
  border: 0;
  font-size: 20px;
  font-weight: normal;
  color: #0472db;
  vertical-align: middle;
  display: inline-block;
  margin: 0 5px;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .pagination .page-numbers {
    font-size: 24px;
    margin: 0 13px;
  }
}

.pagination .prev, .pagination .next {
  color: transparent;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  margin: 0 18px;
  top: 1px;
  position: relative;
}

.pagination .prev:before, .pagination .next:before {
  content: '';
  display: block;
  position: absolute;
  background: url("img/icon-pagination.png");
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}

.pagination .next:before {
  transform: rotate(180deg);
}

.pagination .disabled {
  opacity: .3;
}

.pagination .current {
  color: #0a3d90;
  font-size: 20px;
  font-weight: 600;
  top: -1px;
}

@media only screen and (min-width: 992px) {
  .pagination .current {
    font-size: 28px;
  }
}

.people-group {
  margin: 0 0 50px;
}

@media only screen and (min-width: 992px) {
  .people-directors {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
  }
  .people-directors::after {
    clear: both;
    content: "";
    display: block;
  }
}

.people-item-txt {
  background: #f0f4fa;
  padding: 50px 20px 25px;
}

.container-highlight .people-item-txt {
  background: #fff;
}

.people-item-txt > * {
  padding-left: 45px;
}

.people-item-txt h3 {
  font-size: 20px;
  font-weight: 600;
  color: #47494f;
  margin: 15px 0 5px;
  position: relative;
}

.people-item-txt h3:before {
  content: '';
  display: block;
  position: absolute;
  background: #c4d5ec;
  width: 30px;
  height: 1px;
  top: 13px;
  left: 0;
}

.people-item {
  position: relative;
}

@media only screen and (min-width: 576px) {
  .people-item {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .people-item {
    width: calc(33.33333% - 40px);
    float: left;
    margin-left: 30px;
    padding-top: 225px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

.people-item-mini {
  padding-top: 0;
  margin-top: 0;
  overflow: hidden;
  transition: all .3s;
}

.people-item-mini .people-item-txt {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}

.people-item-mini .people-location {
  font-weight: 300;
  font-style: italic;
}

.people-item-mini .people-institute {
  margin: 0;
}

.people-item-image {
  margin: 15px 0;
}

.people-function {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  min-height: 18px;
}

.people-item-image img {
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .people-item-image img {
    margin: 0;
  }
}

@media only screen and (min-width: 992px) {
  .people-item-image {
    position: absolute;
    top: 0;
    left: 20px;
    width: 225px;
    height: 250px;
  }
}

.people-senior::after {
  clear: both;
  content: "";
  display: block;
}

.people-senior-item {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  display: table;
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 992px) {
  .people-senior-item {
    width: calc(33.33333% - 40px);
    float: left;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .people-senior-item {
    width: calc(25% - 37.5px);
    float: left;
    margin-left: 30px;
    margin-bottom: 50px;
    margin-top: 0;
    padding-bottom: 0;
  }
}

.people-senior-image {
  width: 170px;
  display: table-cell;
  vertical-align: top;
}

.people-senior-image img {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.people-senior-txt {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 15px;
}

.people-senior-txt h3 {
  color: #47494f;
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .people-senior-txt h3 {
    margin: 15px 0 0;
  }
}

.people-senior-txt .people-function {
  letter-spacing: 0;
}

.people-senior-download {
  position: absolute;
  left: 185px;
  bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #0472db;
  font-weight: normal;
  background: url("img/icon-download-blue.svg") no-repeat right top;
  background-size: 26px;
  padding: 4px 35px 4px 0;
}

.people-senior-download .download-other {
  position: absolute;
  top: 40px;
  right: -36px;
  background: #368ee2;
  transition: all .3s;
  opacity: 0;
}

.people-senior-download .download-other:before {
  position: absolute;
  content: '';
  top: -11px;
  left: 50%;
  margin: 0 0 0 -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #368ee2 transparent;
}

.people-senior-download .download-other a {
  display: block;
  padding: 7px 12px;
  color: #fff;
  text-transform: none;
}

.people-senior-download .download-other a:nth-child(2) {
  background: #0472db;
}

.people-senior-download .download-other a:hover {
  text-decoration: underline;
}

.people-senior-download:hover .download-other {
  opacity: 1;
}

.people-location {
  font-style: italic;
}

.biography-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.biography-content {
  padding: 20px;
}

.press-release-item {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 992px) {
  .press-release-item {
    width: calc(25% - 37.5px);
    float: left;
    margin-left: 30px;
  }
}

.press-release-item .date {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #47494f;
}

.press-release-item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #47494f;
}

.press-release-item .link {
  text-transform: uppercase;
  font-size: 18px;
  color: #0a3d90;
  font-weight: normal;
}

.rf-nav {
  position: fixed;
  width: calc(100% + 20px);
  left: -10px;
  z-index: 2;
  border: 1px solid #0a3d90;
}

@media only screen and (min-width: 992px) {
  .rf-nav {
    position: static;
    width: auto;
    background: #e6ebf4;
    border: 0;
  }
}

@media only screen and (min-width: 992px) {
  .rf-nav .container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.rf-nav .custom-select {
  display: none;
}

.rf-nav .custom-select select {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .rf-nav .custom-select {
    display: none;
  }
}

.rf-nav-outer {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 992px) {
  .rf-nav-outer {
    width: calc(100% - 60px);
    float: left;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .rf-nav-inner {
    display: flex;
  }
}

.rf-nav-label {
  position: relative;
  position: relative;
  cursor: pointer;
  background: #e6ebf4;
  font-size: 20px;
  color: #0a3d90;
  font-weight: normal;
  padding: 10px;
}

.rf-nav-label:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: 17px;
  height: 9px;
  background: url("img/arrow-bottom-blue.png");
  right: 18px;
  top: 17px;
  transition: all .3s;
}

.active .rf-nav-label:after {
  transform: rotate(180deg);
}

@media only screen and (min-width: 992px) {
  .rf-nav-label:after {
    display: none;
  }
}

.rf-nav-label:before {
  content: '';
  display: block;
  position: absolute;
}

@media only screen and (min-width: 992px) {
  .rf-nav-label:before {
    top: 0;
    right: 0;
    bottom: 0;
    width: 9999px;
    background: #2f5aa1;
    z-index: -1;
  }
}

@media only screen and (min-width: 992px) {
  .rf-nav-label {
    cursor: default;
    background: transparent;
    z-index: 1;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    padding-right: 20px;
    padding-left: 0;
    position: relative;
    display: flex;
    align-items: center;
  }
}

.rf-nav-menu {
  position: fixed;
  transition: all .6s;
  background: #e6ebf4;
  max-height: 0;
  overflow: auto;
  position: fixed;
  top: 108px;
  left: 0;
  right: 0;
}

.rf-nav-large .rf-nav-menu {
  bottom: 0;
}

.active .rf-nav-menu {
  max-height: 400px;
  border-bottom: 1px solid #0a3d90;
}

@media only screen and (min-width: 992px) {
  .rf-nav-menu {
    overflow: visible;
    height: auto;
    border: 0;
    background: transparent;
    padding: 15px 20px 5px;
    position: static;
    max-height: none;
    flex: 1;
  }
}

.rf-nav-menu li {
  font-size: 20px;
  font-weight: normal;
}

@media only screen and (min-width: 992px) {
  .rf-nav-menu li {
    margin: 0 70px 10px 0;
    font-weight: normal;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
  }
}

.rf-nav-menu a {
  color: #0a3d90;
  padding: 5px 10px;
  display: block;
}

@media only screen and (min-width: 992px) {
  .rf-nav-menu a {
    color: #6e727b;
    padding: 0;
  }
}

.rf-nav-menu .active,
.rf-nav-menu .current-menu-item {
  font-weight: normal;
}

.rf-nav-menu .active a,
.rf-nav-menu .current-menu-item a {
  color: #0a3d90;
}

.rf-header {
  padding: 20px 0 0;
  background: #fff;
}

@media only screen and (min-width: 992px) {
  .rf-header {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .site-nav-collapse .rf-header {
    padding: 9px 0 8px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
    transition: all .3s;
  }
}

@media only screen and (min-width: 992px) {
  .rf-header .rf-container {
    margin: 0 20px;
  }
  .rf-header .rf-container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media only screen and (min-width: 1460px) {
  .rf-header .rf-container {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.rf-header .col-full {
  position: relative;
  overflow: hidden;
}

.rf-section-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0a3d90;
}

.site-nav-collapse .rf-section-title {
  transition: all .3s;
}

.rf-title {
  max-width: 300px;
  z-index: 1;
  position: relative;
}

.rf-title span {
  background: #fff;
  padding: 0 15px 0 0;
  line-height: 40px;
}

@media only screen and (min-width: 1200px) {
  .rf-title span {
    line-height: 55px;
  }
}

.site-nav-collapse .rf-title span {
  line-height: 40px;
}

@media only screen and (min-width: 992px) {
  .rf-title {
    margin: 0 0 0 10px;
    padding: 0 20px;
    position: relative;
  }
  .rf-title:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 20px;
    background: #c4d5ec;
    height: 1px;
    width: 9999px;
    left: -50%;
  }
  .site-nav-collapse .rf-title:before {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .rf-title {
    margin: 0 0 0 30px;
    max-width: 445px;
  }
}

.rf-title h1 {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 3px;
  margin: 0;
  transition: font-size .3s;
  position: relative;
}

.rf-title h1:before {
  content: '';
  display: block;
  position: absolute;
  width: 21px;
  height: 15px;
  background: #fff;
  bottom: 14px;
  left: -20px;
}

@media only screen and (min-width: 1200px) {
  .rf-title h1 {
    font-size: 44px;
  }
}

@media only screen and (min-width: 1460px) {
  .rf-title h1 {
    font-size: 52px;
  }
}

@media only screen and (min-width: 992px) {
  .site-nav-collapse .rf-title h1 {
    font-size: 36px;
  }
}

.rf-pagenav {
  display: none;
}

@media only screen and (min-width: 992px) {
  .rf-pagenav {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    text-align: right;
    padding: 0 0 5px;
    z-index: 1;
  }
}

@media only screen and (min-width: 992px) {
  .site-nav-collapse .rf-pagenav {
    transition: all .3s;
    bottom: -6px;
    border-bottom-color: transparent;
  }
}

.rf-pagenav li {
  font-size: 16px;
}

@media only screen and (min-width: 992px) {
  .rf-pagenav li {
    display: inline-block;
    margin: 0;
    position: relative;
    text-align: center;
  }
}

@media only screen and (min-width: 1200px) {
  .rf-pagenav li {
    margin: 0 0 0 15px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 1460px) {
  .rf-pagenav li {
    margin: 0 0 0 36px;
  }
}

.rf-pagenav a {
  color: #0472db;
}

@media only screen and (min-width: 992px) {
  .rf-pagenav a {
    display: inline-block;
    text-align: center;
    padding: 0 8px;
  }
}

@media only screen and (min-width: 992px) {
  .rf-pagenav a:after {
    display: block;
    content: attr(title);
    font-weight: 600;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
  }
}

.rf-pagenav .active {
  font-weight: 600;
}

.rf-list {
  border-bottom: 1px solid #0472db;
}

@media only screen and (min-width: 576px) {
  .rf-list {
    border-bottom: 0;
  }
}

.rf-item {
  border-top: 1px solid #0472db;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  transition: all .3s;
  margin: 0 -10px;
}

@media only screen and (min-width: 576px) {
  .rf-item {
    margin-left: 0;
    margin-right: 0;
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px;
    margin-bottom: 30px;
    border: 1px solid #0472db;
  }
}

@media only screen and (min-width: 992px) {
  .rf-item {
    width: calc(25% - 37.5px);
    float: left;
    margin-left: 30px;
  }
}

.rf-item a {
  display: table;
  width: 100%;
  margin: 0 auto;
  color: #0472db;
}

.rf-item span {
  display: table-cell;
  height: 75px;
  vertical-align: middle;
}

@media only screen and (min-width: 576px) {
  .rf-item span {
    height: 150px;
  }
}

.rf-item:hover {
  background: #0472db;
}

.rf-item:hover a {
  color: #fff;
}

.rf-project {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 992px) {
  .rf-project {
    width: calc(25% - 37.5px);
    float: left;
    margin-left: 30px;
    float: none;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
  }
}

.rf-project h3 {
  margin: 10px 0;
}

.rf-project p {
  padding: 0 0 0 45px;
  position: relative;
}

.rf-project p:before {
  content: '';
  display: block;
  position: absolute;
  background: #2585e0;
  width: 30px;
  height: 1px;
  left: 0;
  top: 12px;
}

.rf-project a p {
  color: #47494f;
}

.rf-project a:hover h3 {
  color: #0472db;
}

.rf-project-img {
  position: relative;
  cursor: pointer;
  height: 145px;
  overflow: hidden;
  background: #f7f7f8;
}

.rf-project-img img {
  mix-blend-mode: multiply;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: grayscale(100%);
  opacity: .5;
  transition: all .3s;
  width: 70%;
}

.rf-project-img:hover {
  background: #f0f4fa;
}

.rf-project-img:hover img {
  opacity: 1;
  filter: sepia(1) hue-rotate(173deg);
}

.rf-txt {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 992px) {
  .rf-txt {
    width: calc(66.66667% - 50px);
    float: left;
    margin-left: 30px;
    margin-left: calc(33.33333% - 40px + 60px);
  }
}

@media only screen and (min-width: 992px) {
  .rf-news-wrapper {
    margin: 0 -30px;
  }
}

.rf-news-item {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 992px) {
  .rf-news-item {
    width: calc(33.33333% - 40px);
    float: left;
    margin-left: 30px;
  }
}

.rf-news-item a:hover h3 {
  color: #0472db;
}

.rf-col-main {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 992px) {
  .rf-col-main {
    width: calc(66.66667% - 50px);
    float: left;
    margin-left: 30px;
  }
}

.rf-col-side {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 992px) {
  .rf-col-side {
    width: calc(33.33333% - 40px);
    float: left;
    margin-left: 30px;
  }
}

.rf-event .coming-events-content {
  padding-top: 10px;
}

.search-header-wrapper {
  background: #f0f4fa;
  margin-top: 60px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  .search-header-wrapper {
    margin-top: 0;
    padding: 27px 0;
  }
}

.search-wrapper {
  padding-top: 30px;
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 576px) {
  .search-wrapper {
    width: calc(66.66667% - 50px);
    float: left;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 576px) {
  .search-header {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px;
  }
}

.search-header-form {
  display: flex;
}

.search-header-form .awesomplete {
  float: none;
  display: inline-block;
  flex-grow: 1;
}

.search-header-form .awesomplete ul {
  left: 0;
  border-top: 1px solid #c4d5ec;
  top: 64px;
}

.search-header-form-input {
  overflow: hidden;
  padding: 14px 20px;
  transition: all .3s;
  font: normal 28px "Source Sans Pro", sans-serif, sans-serif;
  border: 0;
  font-size: 28px;
  color: #47494f;
  display: block;
  width: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background: #f0f4fa;
  padding-right: 75px;
}

@media only screen and (min-width: 576px) {
  .search-header-form-input {
    background: #fff;
  }
}

.search-header-form-input::-ms-clear {
  display: none;
}

.search-header-form-submit {
  background: url("img/icon-search-blue.svg") no-repeat center;
  text-indent: -9999px;
  cursor: pointer;
  display: inline-block;
  height: 65px;
  width: 80px;
  background-size: 40px;
  border: 0;
  margin-left: -80px;
  position: relative;
  padding: 0;
}

.search-header-results {
  color: #b2b3b4;
  font-size: 20px;
  border-bottom: 1px solid #dadbdc;
  padding: 0 0 8px;
  font-weight: normal;
}

.search-results-title {
  font-size: 24px;
  margin: 0;
}

.search-results-category {
  margin: 10px 0 -5px;
  padding: 4px 11px;
  display: inline-block;
  color: #9e9696;
  border: 1px solid #cccacf;
}

.search-item {
  margin: 0 0 20px;
}

.search-item a {
  display: block;
  margin: -15px;
  padding: 15px;
  transition: all .3s;
}

.search-item a p {
  color: #47494f;
}

.search-item a:hover {
  background: #f0f4fa;
}

.custom-select {
  position: relative;
  display: inline-block;
  position: relative;
  position: relative;
}

.custom-select select {
  margin: 0;
  font: normal 16px "Source Sans Pro", sans-serif;
  outline: none;
  line-height: 1.2;
  color: #0a3d90;
  -webkit-appearance: none;
  -webkit-borde-radius: 0;
  border-radius: 0;
  border: 1px solid #7693c2;
  padding: 6px 10px;
  display: block;
  overflow: hidden;
  max-height: 50px;
  transition: all .3s;
  z-index: 1;
  background: #f0f4fa;
}

@media only screen and (min-width: 576px) {
  .custom-select select {
    font-size: 20px;
  }
}

.custom-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #0a3d90;
}

.custom-select:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: 38px;
  background: #f0f4fa;
  right: 1px;
  top: 1px;
  bottom: 1px;
  transition: all .3s;
}

.custom-select:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: 17px;
  height: 9px;
  background: url("img/arrow-bottom-blue.png");
  right: 18px;
  top: 17px;
  transition: all .3s;
}

.custom-select:focus:after {
  transform: rotate(180deg);
}

.tabs {
  margin: 40px 0;
}

.tabs-title {
  display: none;
}

.tabs-nav {
  border-bottom: 1px solid #c4d5ec;
  text-align: right;
  padding: 0 0 5px;
}

.tabs-nav li {
  display: inline;
  font-size: 18px;
  margin: 0 0 0 50px;
  color: #0472db;
  cursor: pointer;
}

.tabs-nav .active {
  font-weight: 600;
}

.tabs-item {
  display: none;
}

.tabs-item:first-child {
  display: block;
}

.tabs-large {
  border: 0;
  text-align: left;
}

.tabs-large li {
  display: block;
  border: 1px solid #0a3d90;
  text-transform: uppercase;
  font-size: 20px;
  padding: 15px 30px;
  color: #0a3d90;
  margin: -1px 0 0 0;
  transition: all .3s;
  font-weight: 300;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .tabs-large li {
    display: inline-block;
    font-size: 24px;
    margin-top: 0;
    margin-right: 30px;
  }
}

.tabs-large li:hover {
  background: #e6ebf4;
}

.tabs-large li.active {
  background: #3e9df8;
  color: #fff;
  font-weight: 300;
}

.tabs-large li.active:hover {
  background: #3e9df8;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  transition: opacity .2s;
}

.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}

.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 3;
  position: relative;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .cd-horizontal-timeline .timeline {
    top: 390px;
    width: 90%;
  }
}

.cd-horizontal-timeline .timeline:before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 70px;
  top: 7px;
  left: 40px;
  background: linear-gradient(to right, #fff, transparent);
  z-index: 4;
}

@media only screen and (min-width: 576px) {
  .cd-horizontal-timeline .timeline:before {
    width: 50px;
  }
}

.cd-horizontal-timeline .timeline:after {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 70px;
  top: 7px;
  right: 40px;
  background: linear-gradient(to left, #fff, transparent);
  z-index: 4;
}

@media only screen and (min-width: 576px) {
  .cd-horizontal-timeline .timeline:after {
    width: 50px;
  }
}

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
  z-index: 3;
}

.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}

.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
}

.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
}

.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #9db8e0;
  transition: transform .4s;
}

.cd-horizontal-timeline .events li {
  list-style-type: none;
}

.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #0472db;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .3s;
}

.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 20px;
  padding-bottom: 15px;
  color: #c4d4ec;
  transform: translateZ(0);
  transition: all .3s;
}

@media only screen and (min-width: 992px) {
  .cd-horizontal-timeline .events a {
    font-size: 28px;
  }
}

.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  bottom: -6px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 2px solid #0358a9;
  background-color: #fff;
  transition: background-color .3s, border-color .3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #0472db;
  border-color: #0472db;
}

.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
  font-size: 30px;
  padding-bottom: 12px;
}

@media only screen and (min-width: 992px) {
  .cd-horizontal-timeline .events a.selected {
    font-size: 38px;
  }
}

.cd-horizontal-timeline .events a.selected::after {
  background-color: #0472db;
  border-color: #0472db;
}

.cd-horizontal-timeline .events a.older-event::after {
  border-color: #0472db;
}

.cd-horizontal-timeline .events a.older-event, .cd-horizontal-timeline .events a.selected {
  color: #0472db;
}

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: -60px auto 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: #0472db;
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-timeline-navigation a::after {
  content: '';
  position: absolute;
  height: 21px;
  width: 9px;
  top: 7px;
  left: 12px;
  background: url("img/arrow-left-white.svg") no-repeat 0 0;
}

.cd-timeline-navigation a.prev {
  left: 0;
}

.cd-timeline-navigation a.next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}

.no-touch .cd-timeline-navigation a:hover {
  border-color: #0472db;
}

.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #0358a9;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: -2px 0 0;
  overflow: hidden;
  transition: height .4s;
}

.cd-horizontal-timeline .events-content > ol {
  margin: 0;
  padding: 0;
}

.cd-horizontal-timeline .events-content > ol > li {
  list-style-type: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  opacity: 0;
  animation-duration: .4s;
  animation-timing-function: ease-in-out;
}

@media only screen and (min-width: 992px) {
  .cd-horizontal-timeline .events-content > ol > li {
    padding: 0 5%;
  }
}

.cd-horizontal-timeline .events-content > ol > li.selected {
  /* visible event content */
  position: relative;
  z-index: 1;
  opacity: 1;
  transform: translateX(0);
}

@media only screen and (min-width: 992px) {
  .cd-horizontal-timeline .events-content > ol > li.selected {
    z-index: 2;
  }
}

.cd-horizontal-timeline .events-content > ol > li.enter-right, .cd-horizontal-timeline .events-content > ol > li.leave-right {
  animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content > ol > li.enter-left, .cd-horizontal-timeline .events-content > ol > li.leave-left {
  animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content > ol > li.leave-right, .cd-horizontal-timeline .events-content > ol > li.leave-left {
  animation-direction: reverse;
}

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

.events-info {
  border: 1px solid #c4d5ec;
  padding: 25px 25px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  margin: 0 auto 0;
  overflow: hidden;
  position: relative;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .events-info {
    width: 760px;
  }
}

.events-info:before {
  content: '';
  display: block;
  position: absolute;
  display: none;
  margin: 0 0 0 -16px;
  top: -17px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 16px 16px;
  border-color: transparent transparent #c4d5ec transparent;
}

.events-info:after {
  content: '';
  display: block;
  position: absolute;
  display: none;
  margin: 0 0 0 -16px;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 16px 16px;
  border-color: transparent transparent #fff transparent;
}

.events-info h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 8px;
}

.events-info p {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .events-info p {
    font-size: 20px;
  }
}

.events-info p + h4 {
  margin-top: 15px;
}

.events-block {
  display: table;
  width: 100%;
  margin: 0 0 30px;
}

.events-block .events-block-img {
  display: table-cell;
  width: 120px;
  vertical-align: top;
  padding: 0 25px 0 0;
}

@media only screen and (min-width: 576px) {
  .events-block .events-block-img {
    width: 240px;
  }
}

.events-block .events-block-img img {
  display: block;
  width: 100%;
}

.events-block .events-block-txt {
  display: table-cell;
  vertical-align: top;
}

.events-president {
  min-height: 250px;
  margin: 0 auto;
  display: table;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .events-president {
    margin: 0 auto 140px;
    width: 760px;
    display: block;
  }
}

.events-president .events-block {
  border: 1px solid #c4d5ec;
  padding: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .events-president .events-block {
    display: block;
    min-height: 250px;
    padding: 25px;
  }
}

.events-president h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .events-president h4 {
    font-size: 20px;
    margin: 0 0 8px;
  }
}

.events-president .president-name {
  display: block;
}

@media only screen and (min-width: 992px) {
  .events-president .president-name {
    display: inline;
  }
}

.events-president p {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .events-president p {
    font-size: 20px;
  }
}

.events-president-image {
  width: 80px;
  padding: 0 10px 0 0;
  display: table-cell;
  vertical-align: top;
}

@media only screen and (min-width: 992px) {
  .events-president-image {
    float: left;
    width: 215px;
    height: 200px;
    display: block;
    padding-right: 30px;
  }
}

.events-president-image img {
  display: block;
  width: 100%;
}

.events-president-content {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (min-width: 992px) {
  .events-president-content {
    float: left;
    display: block;
  }
}

.tools-item {
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
  padding: 0 0 0 30px;
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
  position: relative;
}

@media only screen and (min-width: 576px) {
  .tools-item {
    margin-bottom: 30px;
    padding-left: 50px;
  }
}

.tools-item:before {
  content: '';
  display: block;
  position: absolute;
  background: #0472db;
  width: 15px;
  height: 1px;
  top: 14px;
  left: 0;
}

@media only screen and (min-width: 576px) {
  .tools-item:before {
    width: 30px;
  }
}

.tools-item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #0a3d90;
  margin: 0 0 10px;
}

.tools-item h4 a {
  color: inherit;
}

.tools-actions li {
  margin: 0 0 15px;
}

.tools-actions a {
  font-size: 18px;
  text-transform: uppercase;
  color: #0472db;
}

.tools-upload {
  padding: 0 35px 0 0;
  position: relative;
}

.tools-upload:before {
  content: '';
  display: block;
  position: absolute;
  background: url("img/icon-arrow-circle-top-blue.svg");
  width: 26px;
  height: 26px;
  top: 0;
  right: 0;
}

.tools-row {
  margin-bottom: 30px;
}

.tools-row::after {
  clear: both;
  content: "";
  display: block;
}

@media only screen and (min-width: 576px) {
  .tools-row .tools-item {
    width: calc(25% - 37.5px);
    float: left;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 576px) {
  .tools-row .tools-row .tools-item {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px;
  }
}

.tools-col-full {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 576px) {
  .tools-col-full {
    width: calc(100% - 60px);
    float: left;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 576px) {
  .tools-col {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px;
  }
}

.tools-row-highlight {
  background: #f3f7fb;
  overflow: hidden;
  padding: 10px 20px;
}

.mc-col1 {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 576px) {
  .mc-col1 {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px;
  }
}

.mc-col2 {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 576px) {
  .mc-col2 {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px;
    padding-top: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .video-list {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
  }
}

.video-list-item {
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) {
  .video-list-item {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

.video-list-item h4 {
  font-size: 20px;
  font-weight: normal;
  color: #0a3d90;
  margin: 10px 0 0;
}

.video-list-thumb {
  position: relative;
}

.video-list-thumb:before {
  content: '';
  display: block;
  position: absolute;
  width: 81px;
  height: 81px;
  background: url("img/icon-play-white.png");
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
}

.video-list-thumb img {
  display: block;
  width: 100%;
}

.wysiwyg p {
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .wysiwyg p {
    line-height: 32px;
  }
}

.wysiwyg ul {
  margin: 20px 0;
}

.wysiwyg li {
  font-size: 16px;
  padding: 0 0 0 30px;
  margin: 0 0 15px;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .wysiwyg li {
    font-size: 20px;
    padding: 0 0 0 57px;
  }
}

.wysiwyg li:before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 1px;
  border-bottom: 1px solid #c4d5ec;
  top: 12px;
  left: 0;
}

@media only screen and (min-width: 992px) {
  .wysiwyg li:before {
    top: 14px;
    width: 30px;
  }
}

.wysiwyg h2 {
  margin-top: 10px;
  margin-bottom: 30px;
}

.wysiwyg h3 {
  font-size: 24px;
  color: #47494f;
}

.wysiwyg h4 {
  font-size: 18px;
}

@media only screen and (min-width: 576px) {
  .wysiwyg h4 {
    font-size: 22px;
  }
}

.wysiwyg img {
  width: auto;
}

.wysiwyg .ico-file, .wysiwyg .ico-xls, .wysiwyg .ico-doc, .wysiwyg .ico-ppt, .wysiwyg .ico-pdf {
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 0 0 2px 36px;
  font-size: 20px;
}

.wysiwyg .ico-file:before, .wysiwyg .ico-xls:before, .wysiwyg .ico-doc:before, .wysiwyg .ico-ppt:before, .wysiwyg .ico-pdf:before {
  display: none;
}

.wysiwyg .ico-xls {
  background-image: url("img/ico-xls.png");
}

.wysiwyg .ico-doc {
  background-image: url("img/ico-doc.png");
}

.wysiwyg .ico-ppt {
  background-image: url("img/ico-ppt.png");
}

.wysiwyg .ico-pdf {
  background-image: url("img/ico-pdf.png");
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

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

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.home-news {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 576px) {
  .home-news {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .home-news {
    width: calc(25% - 37.5px);
    float: left;
    margin-left: 30px;
  }
}

.home-events {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 576px) {
  .home-events {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .home-events {
    width: calc(25% - 37.5px);
    float: left;
    margin-left: 30px;
  }
}

.home-highlights {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 992px) {
  .home-highlights {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .home-highlights .row {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
  }
}

.home-highlights-item {
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (min-width: 576px) {
  .home-highlights-item {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

@media only screen and (min-width: 992px) {
  .home-highlights-item {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

.home-highlights-item img {
  display: block;
  width: 100%;
}

.home-banner {
  height: 245px;
  padding: 0 10px;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .home-banner {
    height: 460px;
  }
}

.home-banner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(to right, rgba(4, 114, 219, 0.3), rgba(4, 114, 219, 0.3));
  background-blend-mode: multiply;
  background-size: cover;
  display: none;
}

.home-banner .container {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.home-banner h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  line-height: 1;
  margin: 0 0 30px;
}

@media only screen and (min-width: 992px) {
  .home-banner h1 {
    font-size: 60px;
  }
}

.home-banner h1 strong {
  font-weight: normal;
}

.home-banner .btn, .home-banner .wpcf7-submit {
  margin: 0 15px;
  display: none;
}

@media only screen and (min-width: 992px) {
  .home-banner .btn, .home-banner .wpcf7-submit {
    display: inline-block;
  }
}

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

@media only screen and (min-width: 992px) {
  .all-news-item {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px;
    float: none;
    display: inline-block;
    vertical-align: top;
    border-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  img.thumb-mobile {
    display: none;
  }
}

img.thumb-desktop {
  display: none;
}

@media only screen and (min-width: 992px) {
  img.thumb-desktop {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
