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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57- and 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/*! Base styles */
body {
  font-family: "Open Sans", sans-serif;
}

header, section, footer {
  text-align: center;
}

section {
  position: relative;
  z-index: 5;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  text-align: left;
  padding: 1%;
}

img {
  max-width: 100%;
}

a, a:link, a:active {
  color: #44768e;
  text-decoration: underline;
  transition: all 0.3s;
}

a:hover {
  color: #333638;
  transition: all 0.3s;
}

a.btn {
  display: inline-block;
  background-color: #e6e7e8;
  color: #231f20;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-align: center;
  padding: 8px 35px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s;
  text-transform: capitalize;
}

.center a.btn {
  position: relative;
  color: #231f20;
}

a.btn.white {
  background-color: #fff;
  color: #333638;
  border: 1px solid #333638;
  transition: all 0.3s;
}

a.btn:hover {
  background-color: #333638;
  color: #fff;
  transition: all 0.3s;
}

.load-more {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

h1 {
  font-size: 45px;
  line-height: 50px;
  color: #231f20;
  font-weight: 400;
  margin: 0 0 20px 0;
}

h2 {
  font-size: 45px;
  line-height: 50px;
  color: #231f20;
  font-weight: 400;
  margin: 0 0 20px 0;
}

h3 {
  color: #231f20;
  font-size: 24px;
  line-height: 39px;
  font-weight: 400;
}

h4 {
  color: #1b75bb;
  font-size: 22px;
  line-height: 39px;
  font-weight: 400;
}

.alm-btn-wrap .alm-load-more-btn {
  background-color: #1b75bb !important;
}

.wrapper .row .col ul li {
  font-size: 16px;
  line-height: 24px;
  color: #6d6e71;
  margin: 0 0 5px 0;
}
@media screen and (max-width: 768px) {
  .wrapper .row .col ul li {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 0px 0;
  }
}

header {
  background-color: #f7f9f9;
  display: block;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  height: 102px;
}
header .wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  padding: 0 30px;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
header .wrapper #burger {
  display: block;
  font-size: 30px;
  color: #0e3354;
}
header .wrapper #logo {
  display: inline-block;
  position: relative;
  align-items: center;
  justify-content: center;
}
header .wrapper #logo img {
  position: relative;
}
header .wrapper nav {
  background-color: #f7f9f9;
  display: inline-block;
  margin: 0 0px 0 0px;
  position: absolute;
  left: 0;
  height: 100%;
  position: fixed;
  top: 0px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transform: translate(-200%, 0);
  transition: all 0.7s ease;
  width: 100%;
  max-width: 350px;
  height: 100vh;
  z-index: 999;
  margin: 0;
}
header .wrapper nav ul {
  left: 0;
  display: block;
  margin: 100px 0 0 0;
  padding: 0px;
}
header .wrapper nav ul li {
  display: block;
  margin: 0 0 0px 0;
  padding: 5px 20px;
  height: auto;
  position: relative;
}
header .wrapper nav ul li a:link, header .wrapper nav ul li a:active, header .wrapper nav ul li a:visited {
  color: #6d6e71;
  line-height: 20px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}
header .wrapper nav ul li.current-menu-item a, header .wrapper nav ul li:hover a {
  color: #1b75bb;
  transition: all 0.3s ease;
}
header .wrapper nav ul li:after {
  display: none;
}
header .wrapper nav ul li.active {
  border-top: 0px solid yellow;
}
header .wrapper nav ul li.active a {
  position: relative;
  top: 0px;
}
header .wrapper nav ul li.move-down {
  margin-top: 20px;
}
header .wrapper nav ul li.small a:link, header .wrapper nav ul li.small a:active, header .wrapper nav ul li.small a:visited {
  font-size: 14px;
}
header .wrapper nav ul li.menu-item-has-children span.toggle {
  display: inline-block;
  right: 20px;
  top: 5px;
  color: #6d6e71;
  font-size: 12px;
  width: 20px;
  height: 20px;
  padding: 2px 5px;
  cursor: pointer;
  position: absolute;
  font-weight: 400;
}
header .wrapper nav ul li.menu-item-has-children span.toggle .fa-minus {
  display: none;
}
header .wrapper nav ul li.menu-item-has-children.open span.toggle .fa-minus {
  display: inline-block;
}
header .wrapper nav ul li.menu-item-has-children.open span.toggle .fa-plus {
  display: none;
}
header .wrapper nav ul li ul.sub-menu {
  display: block;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease;
}
header .wrapper nav ul li ul.sub-menu li {
  border: none;
  text-transform: none;
  padding: 5px 0;
}
header .wrapper nav ul li ul.sub-menu li a:link, header .wrapper nav ul li ul.sub-menu li a:active, header .wrapper nav ul li ul.sub-menu li a:visited {
  font-size: 15px;
  line-height: 15px;
  text-transform: none;
  font-weight: 400;
  color: #6d6e71;
  transition: all 0.3s ease;
}
header .wrapper nav ul li ul.sub-menu li.current-menu-item a, header .wrapper nav ul li ul.sub-menu li:hover a {
  color: #1b75bb;
  transition: all 0.3s ease;
}
header .wrapper nav ul li ul.sub-menu li:first-child {
  line-height: 18px;
}
header .wrapper nav ul li ul.sub-menu.open {
  display: block;
  max-height: 100vh;
  overflow: hidden;
  padding: 10px 0;
  margin: 0;
  transition: all 400ms ease;
}
header .wrapper nav.open {
  transform: translate(0%, 0);
  transition: all 0.7s ease;
  visibility: visible;
  opacity: 1;
}
header .wrapper #burger {
  display: inline-block;
  position: absolute;
  left: 85px;
  top: 33px;
  z-index: 1000;
  cursor: pointer;
  transition: all 0s ease-in;
}
@media screen and (max-width: 1340px) {
  header .wrapper #burger {
    left: 30px;
  }
}
header .wrapper #burger .fa-times, header .wrapper #burger .closeimg {
  display: none;
}
header .wrapper #burger .fa {
  font-size: 24px;
  color: #1b75bb;
}
header .wrapper #logo {
  position: relative;
  top: 0px;
  margin: 0 auto;
}
header .wrapper #logo img {
  top: 3px;
}
@media screen and (max-width: 768px) {
  header .wrapper #burger {
    left: 30px;
    top: 32px;
  }
  header .wrapper #search {
    right: 32px;
    top: 32px;
  }
}
@media screen and (max-width: 640px) {
  header .wrapper #logo {
    position: relative;
    top: 0px;
    margin: 0 auto;
  }
  header .wrapper #logo img {
    max-width: 150px;
    height: auto;
    top: 3px;
  }
}

header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

header.sticky + .hero {
  padding-top: 102px;
}

body.nav-open, html.nav-open {
  height: 100vh;
  overflow: hidden;
}
body.nav-open header .wrapper #burger, html.nav-open header .wrapper #burger {
  left: 300px;
  position: fixed;
  transition: all 0.7s ease;
}
body.nav-open header .wrapper #burger .fa-times, body.nav-open header .wrapper #burger .closeimg, html.nav-open header .wrapper #burger .fa-times, html.nav-open header .wrapper #burger .closeimg {
  display: inline-block;
}
body.nav-open header .wrapper #burger .fa-bars, body.nav-open header .wrapper #burger .burgerimg, html.nav-open header .wrapper #burger .fa-bars, html.nav-open header .wrapper #burger .burgerimg {
  display: none;
}
body.nav-open header .wrapper #burger #search_submit, html.nav-open header .wrapper #burger #search_submit {
  display: none;
}

header form {
  width: 255px;
  position: absolute;
  right: 80px;
  transition: all 0.7s ease;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  header form {
    right: 45px;
  }
}
header form .search-box {
  width: auto;
  height: fit-content;
  text-align: right;
  position: relative;
}
header form .search-box * {
  box-sizing: border-box;
}
header form .search-box .input-search {
  height: 50px;
  width: 50px;
  border-style: none;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 2px;
  outline: none;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
  padding-right: 40px;
  color: #fff;
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}
header form .search-box .input-search::placeholder {
  color: rgba(34, 34, 34, 0.5);
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 100;
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}
header form .search-box .btn-search {
  width: 50px;
  height: 50px;
  border-style: none;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  color: #ffffff;
  background-color: transparent;
  pointer-events: painted;
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}
header form .search-box .btn-search i {
  color: #1b75bb;
}
header form .search-box .fa-close {
  z-index: -1;
  position: absolute;
  right: 10px;
  top: 17px;
  opacity: 0;
  color: rgba(34, 34, 34, 0.5);
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}

header form.visible {
  width: 30%;
  transition: all 0.5s linear;
}
@media screen and (max-width: 640px) {
  header form.visible {
    width: 65%;
  }
}
header form.visible .search-box {
  width: 100%;
  transition: all 0.3s linear;
}
header form.visible .search-box .input-search {
  width: 100%;
  border-radius: 0px;
  background-color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.3s linear;
  padding-left: 50px;
  padding-right: 10px;
  color: #333638;
}
header form.visible .search-box .btn-search {
  right: auto;
  transition: all 0.3s linear;
}
header form.visible .search-box .fa-close {
  z-index: 9990;
  opacity: 1;
  transition: all 0.5s linear;
}

header form:focus {
  width: 100%;
  transition: all 0.3s ease;
  max-width: 255px;
}

@media screen and (max-width: 1023px) {
  header.showing-search .wrapper #logozzz {
    transition: all 0.3s linear;
    left: 60px;
    margin: 0;
  }
}

/*! footer styles */
footer {
  background-color: #f1f1f2;
}
footer .wrapper {
  padding: 60px 20px;
  max-width: 1340px;
}
footer .wrapper #logo-footer {
  max-width: 175px;
}
footer .wrapper .legal {
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  footer .wrapper .legal {
    padding: 0 0px;
  }
}
footer .wrapper .row {
  display: flex;
  flex-wrap: wrap;
}
footer .wrapper .row .col {
  min-width: 33.3333%;
  flex-basis: 33.3333%;
  box-sizing: border-box;
  padding: 0 32px;
}
footer .wrapper .row .col .wpcf7 {
  margin: 15px 0 0 0;
}
footer .wrapper .row .col p {
  color: #231f20;
  font-size: 16px;
  line-height: 24px;
  max-width: 250px;
  margin: 20px 0;
}
footer .wrapper .row .col h4 {
  color: #231f20;
  font-size: 19px;
  font-weight: bold;
  margin: 30px 0 0px 0;
}
footer .wrapper .row .col form p {
  max-width: 395px;
}
footer .wrapper .row .col form input {
  height: 50px;
  padding: 10px;
  font-size: 10px;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 0 30px 0;
  box-sizing: border-box;
  border: none;
  background-color: #fff;
}
footer .wrapper .row .col form input[type=submit] {
  width: auto;
  display: inline-block;
  background-color: #fbfbfb;
  color: #231f20;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-align: center;
  padding: 10px 55px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s;
}
footer .wrapper .row .col form textarea {
  height: 130px;
  padding: 10px;
  font-size: 10px;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 0 20px 0;
  box-sizing: border-box;
  border: none;
}
footer .wrapper .row .col div#subscribeform {
  display: flex;
  margin: 10px 0 0 0;
}
footer .wrapper .row .col div#subscribeform input {
  height: 50px;
  padding: 10px;
  font-size: 10px;
  display: inline-block;
  width: calc(100% - 85px);
  max-width: 156px;
  margin: 0 0 20px 0;
  box-sizing: border-box;
  border: none;
  background-color: #fff;
}
footer .wrapper .row .col div#subscribeform input[type=submit] {
  width: 85px;
  display: inline-block;
  background-color: #939597;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-align: center;
  padding: 10px 0px;
  border-radius: 0px;
  text-decoration: none;
  transition: all 0.3s;
}
footer .wrapper .row .col:last-child p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  footer .wrapper {
    padding: 32px;
  }
  footer .wrapper .row .col {
    flex-basis: 100%;
    min-width: 100%;
    margin: 0 0 20px 0;
    border: none;
    padding: 0;
  }
  footer .wrapper .row .col:last-child {
    margin: 0 0 0px 0;
  }
}

section.home-hero .wrapper {
  padding: 0;
  max-width: 100%;
  position: relative;
  height: 720px;
}
section.home-hero .wrapper #background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section.home-hero .wrapper .video {
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
section.home-hero .wrapper .copy {
  height: 100%;
  width: 100%;
  z-index: 5;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 100px;
  box-sizing: border-box;
  color: #fff;
  max-width: 1310px;
  padding: 25px 20px 63px 20px;
  margin: 0 auto;
}
section.home-hero .wrapper .copy h1 {
  font-size: 47px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
section.home-hero .wrapper .copy h2 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 40px 0;
  color: #fff;
}
section.home-hero .wrapper .copy h3 {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  color: #fff;
}
section.home-hero .wrapper .copy a {
  background-color: #e7e8e9;
  padding: 10px 35px;
  line-height: 25px;
  border-radius: 25px;
  display: inline-block;
  text-decoration: none;
  color: #231f20;
  font-size: 16px;
  width: auto;
}
@media screen and (max-width: 1300px) {
  section.home-hero .wrapper .copy {
    padding: 25px 43px 63px 43px;
  }
}
@media screen and (max-width: 1020px) {
  section.home-hero .wrapper .copy {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  section.home-hero .wrapper .copy {
    justify-content: flex-start;
    padding: 32px;
  }
  section.home-hero .wrapper .copy h1 {
    font-size: 42px;
  }
  section.home-hero .wrapper .copy h2 {
    font-size: 22px;
    line-height: 36px;
  }
}

section.sub-hero .wrapper {
  position: relative;
  padding: 0 0px;
  box-sizing: border-box;
  display: block;
  max-width: 100%;
}
section.sub-hero .wrapper .video {
  background-size: cover;
  background-color: #999;
  background-blend-mode: multiply;
  background-position: center center;
  position: relative;
  height: 370px;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
section.sub-hero .wrapper .video lottie-player {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  section.sub-hero .wrapper .video lottie-player {
    width: 200%;
  }
}
section.sub-hero .wrapper .copy {
  height: 100%;
  width: calc(100% - 85px);
  max-width: 1260px;
  z-index: 5;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 100px;
  box-sizing: border-box;
  color: #fff;
}
section.sub-hero .wrapper .copy h3 {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  color: #fff;
}
section.sub-hero .wrapper .copy h2 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 40px 0;
  color: #fff;
}
section.sub-hero .wrapper .copy h2 a {
  background-color: transparent;
  padding: 0px;
  display: inline-block;
  text-decoration: none;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  width: auto;
  color: #fff;
}
section.sub-hero .wrapper .copy h1 {
  font-size: 44px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 0px 0;
  color: #fff;
}
section.sub-hero .wrapper .copy a {
  background-color: #e7e8e9;
  padding: 10px 35px;
  line-height: 25px;
  border-radius: 25px;
  display: inline-block;
  text-decoration: none;
  color: #231f20;
  font-size: 16px;
  width: auto;
}
section.sub-hero .wrapper #anchors {
  display: block;
  position: absolute;
  left: calc((100% - 1340px) / 2);
  bottom: 0;
  z-index: 10;
  margin: 0;
  padding: 0 30px;
}
@media screen and (max-width: 1340px) {
  section.sub-hero .wrapper #anchors {
    left: 0px;
  }
}
section.sub-hero .wrapper #anchors li {
  display: inline-block;
  margin: 0 20px 0 0;
  height: 43px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
section.sub-hero .wrapper #anchors li a {
  text-decoration: none;
  color: #231f20;
  text-align: center;
  font-size: 15px;
  line-height: 26px;
  font-weight: bold;
}
section.sub-hero .wrapper #anchors li:after {
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  section.sub-hero .wrapper #anchors {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  section.sub-hero .wrapper {
    padding: 0px;
  }
  section.sub-hero .wrapper .video {
    background-position: right 0;
  }
  section.sub-hero .wrapper .copy {
    padding: 0 !important;
    top: 0 !important;
    justify-content: center;
    width: calc(100% - 70px);
  }
}

section.sub-hero .wrapper .video.no-blend {
  background-color: transparent;
  background-blend-mode: multiply;
}
section.sub-hero .wrapper .copy {
  justify-content: center;
  padding: 0px 0px;
  top: 0px;
}
section.sub-hero .wrapper .copy h2 {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  section.sub-hero .wrapper .copy {
    padding: 0px 0px;
  }
}
section.sub-hero .wrapper .copy.split {
  flex-direction: row;
  align-items: center;
}
section.sub-hero .wrapper .copy.split * {
  flex-basis: 50%;
  min-width: 50%;
}
section.sub-hero .wrapper .copy.split p {
  font-size: 16px;
  line-height: 26px;
}

section.align-left .wrapper .copy {
  left: 0;
  padding: 0;
  height: 130px;
  display: flex;
  justify-content: center;
}

section.sub-hero.no-image .wrapper {
  background-color: #fff;
  padding: 45px 30px 0 30px;
  max-width: 1400px;
}
section.sub-hero.no-image .wrapper .video {
  background-color: #fff;
  height: 0px;
}
section.sub-hero.no-image .wrapper .copy {
  position: relative;
  top: 0;
}
section.sub-hero.no-image .wrapper .copy h1, section.sub-hero.no-image .wrapper .copy h2 {
  color: #000;
}
section.sub-hero.no-image .wrapper .copy.split {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  max-width: calc(100% - 0px);
  padding: 0;
  height: auto;
  min-height: 140px;
}
section.sub-hero.no-image .wrapper .copy.split * {
  flex-basis: 50%;
  min-width: 50%;
}
section.sub-hero.no-image .wrapper .copy.split p {
  color: #6d6e71;
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 1260px) {
  section.sub-hero.no-image .wrapper .copy.split {
    max-width: calc(100% - 64px);
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  section.sub-hero.no-image .wrapper .copy.split {
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
  }
  section.sub-hero.no-image .wrapper .copy.split * {
    flex-basis: 100%;
    min-width: 100%;
  }
}

section.sub-hero.border-bottom .wrapper .copy.split {
  border-bottom: 1px solid #6d6e71;
}

.single-post section.sub-hero.no-image .wrapper {
  max-width: 1320px;
}

/* page styles */
section.content .wrapper h2 {
  font-size: 36px;
  line-height: 42px;
}
section.content .wrapper h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 50px 0;
}
section.content .wrapper p {
  font-size: 18px;
  line-height: 26px;
}
section.content .wrapper ul li {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  section.content .wrapper ul {
    padding: 0 0 0 20px;
  }
}
section.content .wrapper p.icon {
  text-align: center;
  margin: 0 0 30px 0;
}
section.content .wrapper p.icon img {
  max-width: 275px;
  height: auto;
}
section.content .wrapper div.cta {
  margin: 60px 0 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.content .wrapper div.cta p {
  font-size: 30px;
  color: #1b75bb;
  font-weight: 700;
  line-height: 36px;
  width: 100%;
  text-align: center;
}
section.content .wrapper div.cta a.btn {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  section.content .wrapper h2 {
    font-size: 18px;
    line-height: 25px;
  }
  section.content .wrapper h3 {
    font-size: 16px;
    line-height: 18px;
  }
  section.content .wrapper p, section.content .wrapper ul li {
    font-size: 16px;
    line-height: 30px;
  }
}

section.blocks .wrapper {
  display: flex;
  max-width: 100%;
  padding: 0 0px;
}
section.blocks .wrapper .block {
  flex-basis: 50%;
  min-width: 50%;
}
section.blocks .wrapper .block.copy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10%;
}
section.blocks .wrapper .block.copy div {
  margin: 55px 100px 55px 20px;
}
section.blocks .wrapper .block.copy div h3 {
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0px 0;
}
section.blocks .wrapper .block.copy div p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  margin: 20px 0 30px 0;
}
section.blocks .wrapper .block.copy div p.social {
  font-size: 22px;
}
section.blocks .wrapper .block.copy div a.btn {
  background-color: transparent;
  border: 2px solid #1b75bb;
  color: #1b75bb;
}
section.blocks .wrapper .block.copy div a.btn:hover {
  border: 2px solid #1b75bb;
  background-color: #1b75bb;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.blocks .wrapper .block.copy div {
    margin: 55px 20px;
  }
  section.blocks .wrapper .block.copy div h3 {
    font-size: 30px;
    line-height: 32px;
  }
  section.blocks .wrapper .block.copy div p {
    font-size: 14px;
    line-height: 20px;
  }
}
section.blocks .wrapper .block.image {
  display: flex;
}
section.blocks .wrapper .block.image div {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center;
}
section.blocks .wrapper .block.image img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  section.blocks .wrapper {
    padding: 0 20px;
  }
  section.blocks .wrapper .block {
    flex-basis: 100%;
    min-width: 100%;
  }
}

.subject {
  margin: 0 0 60px 0;
}
.subject a {
  border: 1px solid #1b75bb;
  border-radius: 32px;
  line-height: 64px;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  color: #1b75bb;
  font-size: 20px;
}
.subject a:hover {
  transition: all 0.3s ease;
  background-color: #1b75bb;
  color: #fff;
}

.topic {
  margin: 0 0 50px 0;
  min-height: 140px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-color: transparent;
  opacity: 1;
  transition: all 0.3s ease;
  position: relative;
}
.topic a {
  color: #fff;
  transition: all 0.3s ease;
  font-size: 20px;
  line-height: 24px;
  display: block;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 999;
  min-height: 140px;
  flex-basis: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topic a:hover {
  transition: all 0.3s ease;
}

.topic.services {
  margin: 0 0 20px 0;
  max-width: 90%;
}

.topic:after {
  transition: all 0.3s ease;
  background-color: #000;
  opacity: 0.4;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  background-blend-mode: normal;
}

.topic:hover:after {
  opacity: 0.8;
  transition: all 0.3s ease;
  background-color: #5fafa1;
  background-blend-mode: normal;
}

.project {
  margin: 0 0 50px 0;
}
.project a {
  color: #1b75bb;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  display: block;
  margin: 0 0 20px 0;
  text-decoration: none;
}
.project p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

#projects .row {
  display: flex;
  flex-wrap: wrap;
}
#projects .row .project-details {
  flex-basis: 33.333333%;
  min-width: 33.333333%;
  padding: 0 23px;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}
#projects .row .project-details .title {
  color: #1b75bb;
  font-size: 20px;
  line-height: 24px;
  display: block;
  margin: 0 0 20px 0;
  text-decoration: none;
}
#projects .row .project-details .hide {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #projects .row .project-details {
    flex-basis: 50%;
    min-width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #projects .row .project-details {
    flex-basis: 100%;
    min-width: 100%;
  }
}

.publication {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 22px;
  color: #6d6e71;
  font-weight: 400;
}
.publication a {
  color: #1b75bb;
  font-size: 20px;
  line-height: 24px;
  display: block;
  margin: 0 0 20px 0;
  text-decoration: none;
}
.publication p {
  font-size: 18px;
  line-height: 22px;
  color: #6d6e71;
}

@media screen and (max-width: 768px) {
  .subject {
    margin: 0 0 30px 0;
  }
}
/* page styles */
section.news-cols .wrapper {
  max-width: 1310px;
  padding: 25px 20px 0px 20px;
  margin: 0 auto;
}
section.news-cols .wrapper .row {
  display: flex;
  flex-wrap: wrap;
}
section.news-cols .wrapper .row .col {
  flex-basis: 33.333%;
  min-width: 33.3333%;
  padding: 0 23px;
  box-sizing: border-box;
  border-right: 1px solid #e7e8e9;
}
section.news-cols .wrapper .row .col img {
  max-width: 100%;
  height: auto !important;
}
section.news-cols .wrapper .row .col .date .type {
  text-transform: lowercase;
}
section.news-cols .wrapper .row .col .title {
  min-height: 45px;
}
section.news-cols .wrapper .row .col .title a {
  color: #231f20;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
}
section.news-cols .wrapper .row .col .title.big a {
  font-size: 24px;
  line-height: 28px;
}
section.news-cols .wrapper .row .col .quote {
  background-color: #e7e8e9;
  padding: 20px 30px 35px;
  color: #231f20;
  font-size: 18px;
  font-style: italic;
  position: relative;
  overflow: visible;
}
section.news-cols .wrapper .row .col .quote:after {
  background-image: url(../img/quote-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 29px;
  height: 29px;
  content: "";
  position: absolute;
  left: 20%;
  bottom: -29px;
}
section.news-cols .wrapper .row .col a.thumb img {
  max-height: 252px;
}
section.news-cols .wrapper .row .col:last-child {
  border: none;
}
@media screen and (max-width: 768px) {
  section.news-cols .wrapper .row .col {
    flex-basis: 100%;
    min-width: 100%;
    margin: 0 0 80px 0;
    border: none;
    padding: 0;
  }
  section.news-cols .wrapper .row .col:last-child {
    margin: 0 0 0px 0;
  }
}

/* page styles */
section.four-cols .wrapper {
  max-width: 1310px;
  padding: 20px 20px 20px 20px;
  margin: 0 auto;
}
section.four-cols .wrapper .row, section.four-cols .wrapper .alm-reveal {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
section.four-cols .wrapper .row .col, section.four-cols .wrapper .alm-reveal .col {
  flex-basis: 25%;
  min-width: 25%;
  padding: 0 23px;
  box-sizing: border-box;
}
section.four-cols .wrapper .row .col h2, section.four-cols .wrapper .alm-reveal .col h2 {
  font-size: 45px;
  line-height: 50px;
  color: #231f20;
  font-weight: 400;
  margin: 0 0 20px 0;
}
section.four-cols .wrapper .row .col p, section.four-cols .wrapper .alm-reveal .col p {
  font-size: 16px;
  line-height: 20px;
  color: #6d6e71;
  margin: 5px 0 20px 0;
}
section.four-cols .wrapper .row .col ul, section.four-cols .wrapper .alm-reveal .col ul {
  list-style: none;
  padding: 0;
}
section.four-cols .wrapper .row .col ul li, section.four-cols .wrapper .alm-reveal .col ul li {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0 0 3px 0;
}
section.four-cols .wrapper.border-top {
  border-top: 1px solid #dedfe0;
}
@media screen and (max-width: 768px) {
  section.four-cols .wrapper.border-top {
    border-top: none;
  }
}
@media screen and (max-width: 1023px) {
  section.four-cols .wrapper {
    padding: 20px 20px 30px 20px;
  }
  section.four-cols .wrapper .row .col, section.four-cols .wrapper .alm-reveal .col {
    flex-basis: 50%;
    min-width: 50%;
    margin: 0 0 0px 0;
    border: none;
  }
  section.four-cols .wrapper .row .col img, section.four-cols .wrapper .row .col .date, section.four-cols .wrapper .row .col .title, section.four-cols .wrapper .row .col .quote, section.four-cols .wrapper .alm-reveal .col img, section.four-cols .wrapper .alm-reveal .col .date, section.four-cols .wrapper .alm-reveal .col .title, section.four-cols .wrapper .alm-reveal .col .quote {
    max-width: 400px;
  }
  section.four-cols .wrapper .row .col img, section.four-cols .wrapper .alm-reveal .col img {
    width: 100%;
  }
  section.four-cols .wrapper .row .col ul, section.four-cols .wrapper .alm-reveal .col ul {
    margin: 0 0 0px 0;
    padding: 0;
  }
  section.four-cols .wrapper .row .col:nth-child(1), section.four-cols .wrapper .alm-reveal .col:nth-child(1) {
    order: 1;
  }
  section.four-cols .wrapper .row .col:nth-child(3), section.four-cols .wrapper .alm-reveal .col:nth-child(3) {
    order: 2;
  }
  section.four-cols .wrapper .row .col:nth-child(2), section.four-cols .wrapper .alm-reveal .col:nth-child(2) {
    order: 3;
  }
  section.four-cols .wrapper .row .col:nth-child(4), section.four-cols .wrapper .alm-reveal .col:nth-child(4) {
    order: 5;
  }
  section.four-cols .wrapper .row .col:last-child, section.four-cols .wrapper .alm-reveal .col:last-child {
    margin: 0 0 0px 0;
  }
}
@media screen and (max-width: 768px) {
  section.four-cols .wrapper {
    padding: 20px 20px 30px 20px;
  }
  section.four-cols .wrapper .row .col, section.four-cols .wrapper .alm-reveal .col {
    flex-basis: 100%;
    min-width: 100%;
    margin: 0 0 20px 0;
    border: none;
  }
  section.four-cols .wrapper .row .col img, section.four-cols .wrapper .row .col .date, section.four-cols .wrapper .row .col .title, section.four-cols .wrapper .row .col .quote, section.four-cols .wrapper .alm-reveal .col img, section.four-cols .wrapper .alm-reveal .col .date, section.four-cols .wrapper .alm-reveal .col .title, section.four-cols .wrapper .alm-reveal .col .quote {
    max-width: 400px;
  }
  section.four-cols .wrapper .row .col ul, section.four-cols .wrapper .alm-reveal .col ul {
    margin: 0 0 0px 0;
    padding: 0;
  }
  section.four-cols .wrapper .row .col:nth-child(3), section.four-cols .wrapper .alm-reveal .col:nth-child(3) {
    order: 3;
  }
  section.four-cols .wrapper .row .col:nth-child(2), section.four-cols .wrapper .alm-reveal .col:nth-child(2) {
    order: 2;
  }
  section.four-cols .wrapper .row .col:last-child, section.four-cols .wrapper .alm-reveal .col:last-child {
    margin: 0 0 0px 0;
  }
}
@media screen and (max-width: 479px) {
  section.four-cols .wrapper .row .col img, section.four-cols .wrapper .row .col .date, section.four-cols .wrapper .row .col .title, section.four-cols .wrapper .row .col .quote, section.four-cols .wrapper .alm-reveal .col img, section.four-cols .wrapper .alm-reveal .col .date, section.four-cols .wrapper .alm-reveal .col .title, section.four-cols .wrapper .alm-reveal .col .quote {
    max-width: 280px;
  }
}

section.four-cols.with-title .wrapper .intro {
  background-image: url(../img/line.png);
  background-repeat: repeat-x;
  background-position: 0 33px;
  display: flex;
  justify-content: center;
  margin: 0 20px;
}
section.four-cols.with-title .wrapper .intro h3 {
  font-size: 28px;
  color: #231f20;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding: 15px 40px;
  background-color: #fff;
  margin: 0 auto 75px auto;
}
@media screen and (max-width: 768px) {
  section.four-cols.with-title .wrapper .intro h3 {
    margin: 0 auto 20px auto;
  }
}

section.four-cols.with-title.has-load-team .wrapper .intro h3 {
  margin: 0 auto 20px auto;
}

section.four-cols.our-team .wrapper {
  padding: 0px 20px 60px 20px;
}
section.four-cols.our-team .wrapper .row .col .team-member {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  section.four-cols.our-team .wrapper .row .col .team-member {
    margin: 0 0 30px 0;
  }
}
section.four-cols.our-team .wrapper .row .col .team-member a {
  text-decoration: none;
  color: #6d6e71;
}
section.four-cols.our-team .wrapper .row.hide {
  display: none;
}
@media screen and (max-width: 768px) {
  section.four-cols.our-team .wrapper {
    padding: 0px 20px 20px 20px;
  }
}

/* page styles */
section.three-cols .wrapper {
  max-width: 1310px;
  padding: 60px 20px 63px 20px;
  margin: 0 auto;
}
section.three-cols .wrapper .row {
  display: flex;
  flex-wrap: wrap;
}
section.three-cols .wrapper .row .col {
  flex-basis: 33.3333%;
  min-width: 33.33333%;
  padding: 0 23px;
  box-sizing: border-box;
}
section.three-cols .wrapper .row .col p {
  font-size: 16px;
  line-height: 26px;
  color: #6d6e71;
  margin: 0 0 20px 0;
}
section.three-cols .wrapper .row .col ul {
  list-style: none;
  margin: 0 0 50px 0px;
  padding: 0;
}
section.three-cols .wrapper .row .col ul li {
  font-weight: 400;
  color: #6d6e71;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 3px 0;
}
section.three-cols .wrapper .row .col ul li a {
  font-size: 16px;
  line-height: 26px;
  color: #58595b;
  text-decoration: none;
}
section.three-cols .wrapper .row .col ul li.parent {
  line-height: 24px;
  color: #1b75bc;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 10px 0;
}
section.three-cols .wrapper .row .col ul li.parent a {
  color: #1b75bc;
  font-size: 20px;
  line-height: 24px;
}
section.three-cols .wrapper .row .col ul.bullets {
  list-style: disc;
  margin: 0 0 50px 20px;
}
section.three-cols .wrapper .row .col.flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.three-cols .wrapper .row .col.flex h2 {
  font-size: 35px;
  line-height: 40px;
  color: #231f20;
  font-weight: 400;
  margin: 0 0 20px 0;
}
section.three-cols .wrapper .row .col.flex p {
  font-size: 18px;
  line-height: 28px;
  color: #6d6e71;
  margin: 0 0 20px 0;
}
section.three-cols .wrapper.border-top {
  border-top: 1px solid #dedfe0;
}
@media screen and (max-width: 768px) {
  section.three-cols .wrapper {
    padding: 30px 20px 30px 20px;
  }
  section.three-cols .wrapper .row .col {
    flex-basis: 100%;
    min-width: 100%;
    margin: 0 0 20px 0;
    border: none;
    padding: 0 10px;
  }
  section.three-cols .wrapper .row .col img, section.three-cols .wrapper .row .col .date, section.three-cols .wrapper .row .col .title, section.three-cols .wrapper .row .col .quote {
    max-width: 400px;
  }
  section.three-cols .wrapper .row .col h4 {
    margin: 10px 0;
  }
  section.three-cols .wrapper .row .col ul {
    margin: 0 0 20px 0px;
  }
  section.three-cols .wrapper .row .col ul li.parent {
    line-height: 30px;
  }
  section.three-cols .wrapper .row .col:last-child {
    margin: 0 0 0px 0;
  }
  section.three-cols .wrapper .row:last-child .col:last-child .project {
    margin: 0;
  }
}

section.three-cols.with-title .wrapper .intro {
  background-image: url(../img/line.png);
  background-repeat: repeat-x;
  background-position: 0 33px;
  display: flex;
  justify-content: center;
  margin: 0 20px;
}
section.three-cols.with-title .wrapper .intro h3 {
  font-size: 28px;
  color: #231f20;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding: 15px 40px;
  background-color: #fff;
  margin: 0 auto 60px auto;
}
section.three-cols.with-title .wrapper .intro .btn {
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding: 15px 40px;
  background-color: #1b75bb;
  margin: 0 auto 40px auto;
  top: 8px;
}
section.three-cols.with-title .wrapper .intro .btn:before, section.three-cols.with-title .wrapper .intro .btn:after {
  background-color: #fff;
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  content: "";
  z-index: 999;
}
section.three-cols.with-title .wrapper .intro .btn:before {
  left: -40px;
}
section.three-cols.with-title .wrapper .intro .btn:after {
  right: -40px;
}
@media screen and (max-width: 768px) {
  section.three-cols.with-title .wrapper .intro h3 {
    padding: 15px 20px;
    margin: 0 auto 20px auto;
  }
}

section.three-cols.services .wrapper .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

section.three-cols.subjects .wrapper {
  padding: 60px 20px 20px 20px;
  max-width: 1300px;
}
section.three-cols.subjects .wrapper .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  section.three-cols.subjects .wrapper {
    padding: 30px 20px 30px 20px;
  }
  section.three-cols.subjects .wrapper .row .col {
    margin: 0;
  }
}

section.three-cols.projects .wrapper {
  padding: 0px 20px 20px 20px;
  max-width: 1300px;
}
section.three-cols.projects .wrapper .row p {
  color: #6d6e71;
  font-size: 18px;
  line-height: 28px;
}

section.three-cols.markets .wrapper {
  padding: 40px 20px 20px 20px;
}

section.three-cols.topics .wrapper {
  max-width: 1300px;
  padding: 40px 20px 20px 20px;
}

section.three-cols.service_categories .wrapper {
  max-width: 1300px;
  padding: 40px 20px 20px 20px;
}
section.three-cols.service_categories .wrapper .col.services-col {
  padding: 0 0 50px 0;
}
section.three-cols.service_categories .wrapper .col.services-col a {
  text-decoration: none;
  font-size: 18px;
}

section.three-cols.articles .wrapper {
  padding: 0px 20px 20px 20px;
}

.single-services section.four-cols.our-team .wrapper {
  max-width: 1300px;
}

section.border-top .wrapper {
  border-top: 2px solid #e9e9ea;
  padding: 30px 20px 30px 20px;
}

section.three-cols .wrapper .row .col.services ul li a:hover {
  color: #1b75bb;
}

/* page styles */
section.two-cols .wrapper {
  max-width: 1310px;
  padding: 40px 20px 40px 20px;
  margin: 0 auto;
}
section.two-cols .wrapper .row {
  display: flex;
  flex-wrap: wrap;
}
section.two-cols .wrapper .row .col {
  flex-basis: 50%;
  min-width: 50%;
  padding: 0 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  section.two-cols .wrapper .row .col {
    padding: 0 20px;
  }
}
section.two-cols .wrapper .row .col h2 {
  font-size: 35px;
  line-height: 40px;
  color: #231f20;
  font-weight: 400;
  margin: 0 0 20px 0;
}
section.two-cols .wrapper .row .col h3 {
  color: #231f20;
  font-size: 24px;
  line-height: 39px;
  font-weight: 400;
  margin: -5px 0 20px 0;
}
section.two-cols .wrapper .row .col p {
  font-size: 16px;
  line-height: 24px;
  color: #6d6e71;
  margin: 0 0 20px 0;
}
section.two-cols .wrapper .row .col p.quote {
  color: #1b75bb;
  font-style: italic;
  font-size: 24px;
  line-height: 38px;
}
section.two-cols .wrapper .row .col *:last-child {
  margin-bottom: 0px;
}
section.two-cols .wrapper .row .col .image {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.two-cols .wrapper .row .col .image img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.two-cols .wrapper .row .col.image {
  display: flex;
  align-items: stretch;
}
section.two-cols .wrapper .row .col.image .inner-image {
  background-size: cover;
  background-position: center;
  margin-bottom: 0px !important;
  flex: 1;
}
section.two-cols .wrapper .row .col.col-service-image img {
  width: 100%;
}
section.two-cols .wrapper .row .col.flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.two-cols .wrapper .row .col.flex h2 {
  font-size: 35px;
  line-height: 40px;
  color: #231f20;
  font-weight: 400;
  margin: 0 0 20px 0;
}
section.two-cols .wrapper .row .col.flex p {
  font-size: 18px;
  line-height: 28px;
  color: #6d6e71;
  margin: 0 0 20px 0;
}
section.two-cols .wrapper .row .col.flex p.quote {
  color: #1b75bb;
  font-style: italic;
  font-size: 24px;
  line-height: 38px;
}
section.two-cols .wrapper.border-top {
  border-top: 1px solid #dedfe0;
}
@media screen and (max-width: 768px) {
  section.two-cols .wrapper.border-top {
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  section.two-cols .wrapper {
    padding: 30px 30px 30px 30px;
  }
  section.two-cols .wrapper .row .col {
    flex-basis: 100%;
    min-width: 100%;
    margin: 0 0 0px 0;
    border: none;
    padding: 0 0px;
  }
  section.two-cols .wrapper .row .col:last-child {
    margin: 0 0 0px 0;
  }
  section.two-cols .wrapper .row .col.image-left {
    margin: 0 0 20px 0;
  }
  section.two-cols .wrapper .row .col.image-right {
    margin: 0 0 30px 0;
  }
  section.two-cols .wrapper .row .col h2 {
    font-size: 36px;
    line-height: 44px;
  }
  section.two-cols .wrapper .row .col h3 {
    font-size: 20px;
    line-height: 24px;
  }
  section.two-cols .wrapper .row .col p {
    font-size: 16px;
    line-height: 24px;
  }
  section.two-cols .wrapper .row .col .gallery {
    margin: 20px 0 0 0;
  }
  section.two-cols .wrapper .row .col.flex h2 {
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 20px 0;
  }
  section.two-cols .wrapper .row .col.flex p {
    font-size: 16px;
    line-height: 24px;
  }
  section.two-cols .wrapper .row .col.col-service-image {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  section.two-cols .wrapper .row .col img {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  section.two-cols.trends-archive .wrapper .row .col {
    margin: 0 0 0px 0;
  }
}

section.two-cols.with-title .wrapper .intro {
  background-image: url(../img/line.png);
  background-repeat: repeat-x;
  background-position: 0 33px;
  display: flex;
  justify-content: center;
  margin: 0 20px;
}
section.two-cols.with-title .wrapper .intro h3 {
  font-size: 28px;
  color: #231f20;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding: 15px 40px;
  background-color: #fff;
  margin: 0 auto 35px auto;
}
@media screen and (max-width: 768px) {
  section.two-cols.with-title .wrapper .intro {
    margin: 0 0px;
  }
  section.two-cols.with-title .wrapper .intro h3 {
    margin: 0 auto 10px auto;
  }
}

section.two-cols .wrapper .row .col .project {
  margin: 0 0 20px 0;
}
section.two-cols .wrapper .row .col .project p {
  font-size: 18px;
  line-height: 24px;
}
section.two-cols .wrapper .row .col .project p.title {
  margin: 0;
  font-weight: bold;
}
section.two-cols .wrapper .row .col .project a {
  margin: 0;
}

section.two-cols.hasbg .wrapper .row .col h2 {
  margin: 40px 0 20px 0;
}
section.two-cols.hasbg .wrapper .row .col div:last-child:not(.image), section.two-cols.hasbg .wrapper .row .col p:last-child {
  margin-bottom: 40px;
}

section.two-cols.border-top .wrapper {
  padding: 30px 30px 63px 30px;
}

section.two-cols .wrapper.remove-top-bottom-padding {
  padding: 0px 30px 0px 30px;
}

section#weworkon.two-cols .wrapper {
  padding: 40px 30px 0px 30px;
}

/* page styles */
section.two-third-one-third .wrapper {
  max-width: 1310px;
  padding: 60px 20px 63px 20px;
  margin: 0 auto;
}
section.two-third-one-third .wrapper .row {
  display: flex;
  flex-wrap: wrap;
}
section.two-third-one-third .wrapper .row .col {
  padding: 0 23px;
  box-sizing: border-box;
}
section.two-third-one-third .wrapper .row .col h2 {
  font-size: 45px;
  line-height: 50px;
  color: #231f20;
  font-weight: 400;
  margin: 0 0 20px 0;
}
section.two-third-one-third .wrapper .row .col h3 {
  color: #231f20;
  font-size: 24px;
  line-height: 39px;
  font-weight: 400;
}
section.two-third-one-third .wrapper .row .col h4 {
  color: #1b75bb;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
section.two-third-one-third .wrapper .row .col p {
  font-size: 18px;
  line-height: 28px;
  color: #6d6e71;
  margin: 0 0 20px 0;
}
section.two-third-one-third .wrapper .row .col ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}
section.two-third-one-third .wrapper .row .col ul li {
  font-size: 18px;
  line-height: 28px;
  color: #6d6e71;
  margin: 0 0 0px 0;
  font-weight: 400;
}
section.two-third-one-third .wrapper .row .col.first {
  flex-basis: 66.666%;
  min-width: 66.666%;
}
section.two-third-one-third .wrapper .row .col.second {
  flex-basis: 33.3333%;
  min-width: 33.3333%;
}
section.two-third-one-third .wrapper .row .col.flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.two-third-one-third .wrapper .row .col.flex h2 {
  font-size: 35px;
  line-height: 40px;
  color: #231f20;
  font-weight: 400;
  margin: 0 0 20px 0;
}
section.two-third-one-third .wrapper .row .col.flex p {
  font-size: 18px;
  line-height: 28px;
  color: #6d6e71;
  margin: 0 0 20px 0;
}
section.two-third-one-third .wrapper.border-top {
  border-top: 1px solid #dedfe0;
}
@media screen and (max-width: 768px) {
  section.two-third-one-third .wrapper {
    padding: 30px 20px 30px 20px;
  }
  section.two-third-one-third .wrapper .row .col.first, section.two-third-one-third .wrapper .row .col.second, section.two-third-one-third .wrapper .row .col.flex {
    flex-basis: 100%;
    min-width: 100%;
    margin: 0 0 30px 0;
    border: none;
  }
  section.two-third-one-third .wrapper .row .col.first img, section.two-third-one-third .wrapper .row .col.first .date, section.two-third-one-third .wrapper .row .col.first .title, section.two-third-one-third .wrapper .row .col.first .quote, section.two-third-one-third .wrapper .row .col.second img, section.two-third-one-third .wrapper .row .col.second .date, section.two-third-one-third .wrapper .row .col.second .title, section.two-third-one-third .wrapper .row .col.second .quote, section.two-third-one-third .wrapper .row .col.flex img, section.two-third-one-third .wrapper .row .col.flex .date, section.two-third-one-third .wrapper .row .col.flex .title, section.two-third-one-third .wrapper .row .col.flex .quote {
    max-width: 400px;
  }
  section.two-third-one-third .wrapper .row .col.first ul, section.two-third-one-third .wrapper .row .col.second ul, section.two-third-one-third .wrapper .row .col.flex ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
  }
  section.two-third-one-third .wrapper .row .col:last-child {
    margin: 0 0 0px 0;
  }
}

/* page styles */
section.one-third-two-third .wrapper {
  max-width: 1310px;
  padding: 60px 20px 63px 20px;
  margin: 0 auto;
}
section.one-third-two-third .wrapper .row {
  display: flex;
  flex-wrap: wrap;
}
section.one-third-two-third .wrapper .row .col {
  padding: 0 23px;
  box-sizing: border-box;
}
section.one-third-two-third .wrapper .row .col h2 {
  font-size: 45px;
  line-height: 50px;
  color: #231f20;
  font-weight: 400;
  margin: 0 0 20px 0;
}
section.one-third-two-third .wrapper .row .col h3 {
  color: #231f20;
  font-size: 24px;
  line-height: 39px;
  font-weight: 400;
}
section.one-third-two-third .wrapper .row .col h4 {
  color: #1b75bb;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
section.one-third-two-third .wrapper .row .col p {
  font-size: 18px;
  line-height: 28px;
  color: #6d6e71;
  margin: 0 0 20px 0;
}
section.one-third-two-third .wrapper .row .col ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}
section.one-third-two-third .wrapper .row .col ul li {
  font-size: 18px;
  line-height: 28px;
  color: #6d6e71;
  margin: 0 0 0px 0;
  font-weight: 400;
}
section.one-third-two-third .wrapper .row .col ul.slick-dots {
  padding: 0 0 0 0px;
}
section.one-third-two-third .wrapper .row .col.first {
  flex-basis: 33.3333%;
  min-width: 33.3333%;
}
section.one-third-two-third .wrapper .row .col.first .member-left {
  display: block;
  padding-top: 0px;
}
section.one-third-two-third .wrapper .row .col.first .member-left a img {
  max-width: 50px;
  margin: 0 10px;
}
section.one-third-two-third .wrapper .row .col.first .member-left .photo {
  margin: 0 0 20px 0;
}
section.one-third-two-third .wrapper .row .col.first .member-left .email {
  text-decoration: none;
}
section.one-third-two-third .wrapper .row .col.second {
  flex-basis: 66.666%;
  min-width: 66.666%;
}
section.one-third-two-third .wrapper .row .col.flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.one-third-two-third .wrapper .row .col.flex h2 {
  font-size: 35px;
  line-height: 40px;
  color: #231f20;
  font-weight: 400;
  margin: 0 0 20px 0;
}
section.one-third-two-third .wrapper .row .col.flex p {
  font-size: 18px;
  line-height: 28px;
  color: #6d6e71;
  margin: 0 0 20px 0;
}
section.one-third-two-third .wrapper.border-top {
  border-top: 1px solid #dedfe0;
}
@media screen and (max-width: 768px) {
  section.one-third-two-third .wrapper {
    padding: 30px 20px 30px 20px;
  }
  section.one-third-two-third .wrapper .row .col.first, section.one-third-two-third .wrapper .row .col.second {
    flex-basis: 100%;
    min-width: 100%;
    margin: 0 0 30px 0;
    padding: 0 12px;
  }
}

/* page styles */
section.single-col .wrapper {
  max-width: 1260px;
  padding: 60px 30px;
  margin: 0 auto;
}
section.single-col .wrapper h2 {
  font-size: 35px;
  color: #231f20;
  font-weight: 400;
}
section.single-col .wrapper p {
  color: #6d6e71;
  font-size: 18px;
  line-height: 28px;
  max-width: 770px;
  margin: 20px auto;
}
section.single-col .wrapper ul {
  margin: 20px auto;
  padding: 0 0 0 15px;
  max-width: 770px;
}
section.single-col .wrapper ul li {
  margin: 0 0 10px 0;
  color: #6d6e71;
  font-size: 18px;
  line-height: 28px;
  list-style: disc;
}
section.single-col .wrapper ul.search-results {
  margin: 0 0 40px 0px;
}
section.single-col .wrapper ul.search-results li {
  margin: 0 0 10px 0;
  list-style: none;
}
section.single-col .wrapper ul.search-results a .entry-title {
  color: #1b75bb;
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
section.single-col .wrapper ul.search-results .entry-content p {
  max-width: 100%;
  margin: 0;
}
section.single-col .wrapper.center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.single-col .wrapper.center {
    text-align: left;
  }
}
section.single-col .wrapper.border-top {
  border-top: 1px solid #dedfe0;
}
@media screen and (max-width: 768px) {
  section.single-col .wrapper.border-top {
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  section.single-col .wrapper {
    padding: 30px 30px 30px 30px;
  }
}

section.single-col.with-title .wrapper .intro {
  background-image: url(../img/line.png);
  background-repeat: repeat-x;
  background-position: 0 33px;
  display: flex;
  justify-content: center;
  margin: 0 20px;
}
section.single-col.with-title .wrapper .intro h3 {
  font-size: 28px;
  line-height: 35px;
  color: #231f20;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding: 15px 40px;
  background-color: #fff;
  margin: 0 auto 0px auto;
}
@media screen and (max-width: 768px) {
  section.single-col.with-title .wrapper .intro {
    margin: 0 0px;
  }
  section.single-col.with-title .wrapper .intro h3 {
    padding: 15px 0px;
  }
}

section.single-col.center .wrapper * {
  text-align: center;
}

section.single-col .wrapper .col-service-category-content {
  color: #6d6e71;
  font-size: 18px;
  line-height: 24px;
}

section.single-col.full-width .wrapper p, section.single-col.full-width .wrapper ul, section.single-col.full-width .wrapper h1, section.single-col.full-width .wrapper h2, section.single-col.full-width .wrapper h3, section.single-col.full-width .wrapper h4, section.single-col.full-width .wrapper h5 {
  max-width: 1260px;
}
section.single-col.full-width .wrapper h1, section.single-col.full-width .wrapper h2, section.single-col.full-width .wrapper h3, section.single-col.full-width .wrapper h4, section.single-col.full-width .wrapper h5 {
  margin: 20px auto;
}
section.single-col.full-width .wrapper ul {
  padding: 0 0 0 40px;
}

section.no-padding-bottom .wrapper {
  padding-bottom: 0px !important;
}
section.no-padding-bottom .wrapper .accordion {
  margin-bottom: 0px;
}

section.no-padding-top .wrapper {
  padding-top: 0px !important;
}
section.no-padding-top .wrapper .accordion {
  margin-top: 0px;
}

section.single-col.single-trend .wrapper {
  max-width: 1260px;
}
section.single-col.single-trend .wrapper h3, section.single-col.single-trend .wrapper h4, section.single-col.single-trend .wrapper p, section.single-col.single-trend .wrapper ul {
  max-width: 100%;
}

.one-third-two-third .wrapper .row .col .slider .slick-dots {
  margin: 23px 0;
  padding: 0p;
}
.one-third-two-third .wrapper .row .col .slider .slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 10px !important;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #a7a9ac;
}
.one-third-two-third .wrapper .row .col .slider .slick-dots li button {
  display: none;
}
.one-third-two-third .wrapper .row .col .name {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 15px 0;
}
.one-third-two-third .wrapper .row .col .name strong {
  color: #000;
}
.one-third-two-third .wrapper .row .col .title {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 15px 0;
}
.one-third-two-third .wrapper .row .col .pronoun {
  font-size: 15px;
  line-height: 19px;
  margin: 0 0 15px 0;
}
.one-third-two-third .wrapper .row .col .quote p {
  font-size: 20px;
  line-height: 24px;
}

/* page styles */
section.single-col .wrapper .trend-issue {
  max-width: 1254px;
  padding: 0px 45px 0px 45px;
  margin: 0 auto;
  height: 385px;
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 3;
}
section.single-col .wrapper .trend-issue .copy {
  display: flex;
  max-width: 455px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
}
section.single-col .wrapper .trend-issue .copy h4 {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  color: #fff;
}
section.single-col .wrapper .trend-issue .copy h2 {
  font-size: 32px;
  line-height: 42px;
  margin: 15px 0;
  color: #fff;
}
section.single-col .wrapper .trend-issue .copy .btn {
  background-color: #1b75bb;
  color: #fff;
  display: inline-block;
}
section.single-col .wrapper .trend-issue #trends-image {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
}
section.single-col .wrapper .trend-issue:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/tint.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
section.single-col .wrapper .trend-issues {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 40px 0;
}
section.single-col .wrapper .trend-issues .trend-issue {
  margin: 0 0 20px 0;
  flex-basis: 50%;
  min-width: 50%;
  box-sizing: border-box;
  height: auto;
  background-image: none;
}
section.single-col .wrapper .trend-issues .trend-issue p {
  margin: 0;
}
section.single-col .wrapper .trend-issues .trend-issue ul {
  margin: 0;
  list-style: none;
  padding: 0 0 0 20px;
}
section.single-col .wrapper .trend-issues .trend-issue ul li {
  margin: 0 0 3px 0;
}
section.single-col .wrapper .trend-issues .trend-issue ul li a {
  text-decoration: none;
}
section.single-col .wrapper .trend-issues .trend-issue:after {
  display: none;
}

section.single-col .wrapper .accordion,
section.four-cols .wrapper .accordion {
  display: block;
  width: 100%;
  margin: 48px auto 10px auto;
}
section.single-col .wrapper .accordion .toggle,
section.four-cols .wrapper .accordion .toggle {
  display: block;
  height: 69px;
  border-top: 1px solid #d3d4d5;
  border-bottom: 1px solid #d3d4d5;
  position: relative;
  padding: 0px 0 0 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #1b75bb;
  font-size: 24px;
  font-weight: 400;
}
section.single-col .wrapper .accordion .toggle .fa,
section.four-cols .wrapper .accordion .toggle .fa {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #d3d4d5;
  font-size: 30px;
  cursor: pointer;
}
section.single-col .wrapper .accordion .toggle .fa-minus,
section.four-cols .wrapper .accordion .toggle .fa-minus {
  display: none;
}
section.single-col .wrapper .accordion .content,
section.four-cols .wrapper .accordion .content {
  display: block;
  padding: 0 80px;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
}
section.single-col .wrapper .accordion .content p,
section.four-cols .wrapper .accordion .content p {
  max-width: 100%;
}
section.single-col .wrapper .accordion.open .toggle .fa-plus,
section.four-cols .wrapper .accordion.open .toggle .fa-plus {
  display: none;
}
section.single-col .wrapper .accordion.open .toggle .fa-minus,
section.four-cols .wrapper .accordion.open .toggle .fa-minus {
  display: block;
}
section.single-col .wrapper .accordion.open .content,
section.four-cols .wrapper .accordion.open .content {
  transition: all 0.3s ease;
  max-height: 5000px;
  overflow: scroll;
}

section.four-cols .wrapper .accordion {
  width: calc(100% - 40px);
  margin: 0px auto 10px auto;
}
section.four-cols .wrapper .accordion .toggle {
  border-top: 0px solid #d3d4d5;
  border-bottom: 0px solid #d3d4d5;
}
section.four-cols .wrapper .accordion a {
  text-decoration: none;
  color: #1b75bb;
}

section.four-cols .wrapper .row .col .article-teaser {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 175px;
  max-width: 320px;
  box-sizing: border-box;
  padding: 24px 10px 17px 10px;
  margin: 0 0 40px 0;
  position: relative;
  background-position: center center;
}
section.four-cols .wrapper .row .col .article-teaser .title {
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 999;
}
section.four-cols .wrapper .row .col .article-teaser .btn {
  font-size: 13px;
  background-color: #bcbec0;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  section.four-cols .wrapper .row .col .article-teaser {
    margin: 0 auto;
  }
}

section.four-cols .wrapper .row .col .article-teaser:after {
  background-color: #1b75bb;
  opacity: 0.71;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  mix-blend-mode: normal;
}

section.three-cols.articles .wrapper .intro h3 {
  padding-bottom: 0px;
  margin-bottom: 12px;
}
section.three-cols.articles .wrapper .row .article {
  padding: 40px 0px;
  border-right: 1px solid #e8e9ea;
}
section.three-cols.articles .wrapper .row .article p.date {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  font-weight: 400;
  color: #231f20;
}
section.three-cols.articles .wrapper .row .article a {
  font-size: 23px;
  line-height: 28px;
  margin: 0;
  font-weight: 400;
  text-decoration: none;
  color: #231f20;
}
section.three-cols.articles .wrapper .row .col:first-child .article {
  padding: 40px 20px 0px 10px;
}
section.three-cols.articles .wrapper .row .col:last-child .article {
  border: none;
}
@media screen and (max-width: 768px) {
  section.three-cols.articles .wrapper .row .col .article, section.three-cols.articles .wrapper .row .col:first-child .article {
    padding: 10px 0px;
  }
}

section.three-cols.articles.articles-with-images .wrapper .row .article {
  padding: 40px 0px 40px 0px;
  border: none;
}
section.three-cols.articles.articles-with-images .wrapper .row .article .list {
  font-size: 16px;
  line-height: 22px;
  margin: 15px 0 0 0;
  font-weight: 400;
  color: #231f20;
}
section.three-cols.articles.articles-with-images .wrapper .row .article ul {
  list-style: none;
}
section.three-cols.articles.articles-with-images .wrapper .row .article ul li {
  color: #939598;
  font-size: 16px;
  line-height: 22px;
}
section.three-cols.articles.articles-with-images .wrapper .row .col:first-child .article {
  padding: 40px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
  section.three-cols.articles.articles-with-images .wrapper .row .article {
    padding: 20px 0px 20px 0px;
  }
}

section.single-article .wrapper {
  display: flex;
  max-width: 980px;
  padding: 0 32px;
  box-sizing: border-box;
  flex-wrap: wrap;
}
section.single-article .wrapper .article-left {
  flex-basis: 66.66666%;
  min-width: 66.66666%;
  font-family: "Open Sans", sans-serif;
  padding-top: 30px;
  color: #6d6e71;
  font-size: 18px;
  line-height: 24px;
}
section.single-article .wrapper .article-left strong {
  color: #333638;
}
section.single-article .wrapper .article-left figure {
  margin: 10px 0;
}
section.single-article .wrapper .article-left figure h3 {
  border-top: 2px solid #e4e4e5;
  padding: 10px 0;
  font-size: 18px;
  line-height: 39px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #333638;
}
section.single-article .wrapper .article-left figure figcaption {
  padding: 10px 0 25px 0;
  font-size: 15px;
  line-height: 18px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #333638;
}
section.single-article .wrapper .article-left .date {
  color: #333638;
  font-size: 18px;
  font-weight: 400;
}
section.single-article .wrapper .article-left .author {
  color: #333638;
  font-size: 18px;
  font-weight: 400;
}
section.single-article .wrapper .article-left .social a {
  color: #fff;
  width: 30px;
  height: 30px;
  background-color: #77797b;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  margin: 0 10px 0 0;
}
section.single-article .wrapper .article-left .social a .fa {
  color: #fff;
  font-size: 20px;
}
section.single-article .wrapper .article-left .article-intro h3, section.single-article .wrapper .article-left .article-intro p {
  color: #1b75bb;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
section.single-article .wrapper .article-left h4 {
  color: #1b75bb;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin: 40px 0 0 0;
}
section.single-article .wrapper .article-left p {
  color: #6d6e71;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 20px 0;
}
section.single-article .wrapper .article-left p strong {
  color: #333638;
}
section.single-article .wrapper .article-left p.wp-caption-text {
  font-size: 12px;
  line-height: 14px;
}
section.single-article .wrapper .article-left ul li {
  color: #6d6e71;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 20px 0;
}
section.single-article .wrapper .article-left ul li strong {
  color: #333638;
}
section.single-article .wrapper .article-left p.callout {
  text-align: left;
  font-size: 24px;
  line-height: 40px;
  color: #1b75bb;
  border-left: 6px solid #1b75bb;
  padding: 50px 0 25px 25px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
  position: relative;
}
section.single-article .wrapper .article-left p.callout:after {
  content: '"';
  font-size: 60px;
  position: absolute;
  top: 5px;
  left: 15px;
  color: #1b75bb;
}
section.single-article .wrapper .article-left a {
  color: #5d83ae;
  text-decoration: none;
}
section.single-article .wrapper .article-left .contact_info p {
  font-size: 15px;
  line-height: 19px;
}
section.single-article .wrapper .article-left .references p {
  font-size: 15px;
  line-height: 19px;
}
section.single-article .wrapper .article-left .additional-info {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #b1b2b3;
  padding: 20px 0;
  margin: 40px 0;
}
section.single-article .wrapper .article-left .additional-info h4 {
  margin: 0 0 20px 0;
  color: #333638;
  font-size: 22px;
  font-weight: 400;
}
section.single-article .wrapper .article-left .additional-info a {
  color: #1b75bb;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}
section.single-article .wrapper .article-left .additional-info ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
section.single-article .wrapper .article-left .additional-info ul li {
  margin: 0 0 20px 0;
}
section.single-article .wrapper .article-left .additional-info .authors {
  flex-basis: 40%;
  min-width: 40%;
  margin-right: 5%;
}
section.single-article .wrapper .article-left .additional-info .articles {
  flex-basis: 55%;
  min-width: 55%;
}
@media screen and (max-width: 768px) {
  section.single-article .wrapper .article-left .additional-info .authors, section.single-article .wrapper .article-left .additional-info .articles {
    flex-basis: 100%;
    min-width: 100%;
    margin-right: 0;
  }
}
section.single-article .wrapper .trend-menu {
  flex-basis: 33.33333%;
  min-width: 33.33333%;
  padding-top: 30px;
}
section.single-article .wrapper .trend-menu ul li {
  list-style: none;
  border-top: 2px solid #e4e4e5;
  padding: 20px 0;
  color: #333638;
}
section.single-article .wrapper .trend-menu ul li span {
  display: block;
}
section.single-article .wrapper .trend-menu ul li span:first-child {
  font-size: 16px;
  line-height: 20px;
}
section.single-article .wrapper .trend-menu ul li a {
  font-size: 22px;
  line-height: 28px;
  text-decoration: none;
  color: #333638;
}
@media screen and (max-width: 768px) {
  section.single-article .wrapper {
    max-width: 100%;
  }
  section.single-article .wrapper .article-left {
    flex-basis: 100%;
    min-width: 100%;
  }
  section.single-article .wrapper .trend-menu {
    display: none;
  }
}

section.two-cols .wrapper .row .col .trend-issue .date {
  margin: 0;
  padding: 0;
}
section.two-cols .wrapper .row .col .trend-issue ul {
  margin: 0px 0 20px 0;
  padding: 0;
}
section.two-cols .wrapper .row .col .trend-issue ul li {
  list-style: none;
}
section.two-cols .wrapper .row .col .trend-issue ul li a {
  color: #1b75bb;
  text-decoration: none;
}

section.four-cols.news-rows .wrapper {
  padding: 0px 20px 60px 20px;
}
section.four-cols.news-rows .wrapper .row {
  padding: 20px 0 0 0;
  border-top: 1px solid #e9e9ea;
}
section.four-cols.news-rows .wrapper .row .col {
  padding-top: 20px;
}
section.four-cols.news-rows .wrapper .row .col .news-item {
  margin: 0 0 50px 0;
}
section.four-cols.news-rows .wrapper .row .col .news-item .date {
  color: #333638;
}
section.four-cols.news-rows .wrapper .row .col .news-item a {
  color: #333638;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
section.four-cols.news-rows .wrapper .row.hide {
  display: none;
}
@media screen and (max-width: 768px) {
  section.four-cols.news-rows .wrapper {
    padding: 0px 20px 0px 20px;
  }
  section.four-cols.news-rows .wrapper .row {
    border: none;
  }
  section.four-cols.news-rows .wrapper .row .col .news-item {
    margin: 0 0 0px 0;
    padding: 20px 0 0;
    border-top: 1px solid #e9e9ea;
  }
}

section.two-cols.news-rows .wrapper {
  padding: 0px 20px 60px 20px;
}
section.two-cols.news-rows .wrapper .row {
  border-top: 1px solid #e9e9ea;
  padding: 20px 0 0 0;
}
section.two-cols.news-rows .wrapper .row .col:not(:last-child) {
  border-right: 1px solid #e9e9ea;
}
section.two-cols.news-rows .wrapper .row .col .news-item {
  margin: 0 0 50px 0;
}
section.two-cols.news-rows .wrapper .row .col .news-item .date {
  color: #333638;
}
section.two-cols.news-rows .wrapper .row .col .news-item a {
  color: #333638;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
section.two-cols.news-rows .wrapper .row .col .news-item .quote {
  background-color: #e7e8e9;
  padding: 20px 35px;
  color: #231f20;
  font-size: 16px;
  font-style: italic;
  position: relative;
  overflow: visible;
}
section.two-cols.news-rows .wrapper .row .col .news-item .quote:after {
  background-image: url(../img/quote-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 29px;
  height: 29px;
  content: "";
  position: absolute;
  left: 20%;
  bottom: -29px;
}
section.two-cols.news-rows .wrapper .row .col .news-item.split {
  display: flex;
}
section.two-cols.news-rows .wrapper .row .col .news-item.split .left {
  flex-basis: 50%;
  min-width: 50%;
  box-sizing: border-box;
  padding: 0 10px 0 0;
}
section.two-cols.news-rows .wrapper .row .col .news-item.split .right {
  flex-basis: 50%;
  min-width: 50%;
  box-sizing: border-box;
  padding: 0 0px 0 10px;
}
section.two-cols.news-rows .wrapper .row .col .news-item.split .right img {
  height: auto;
}
section.two-cols.news-rows .wrapper .row .col .news-item.big .teaser {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  section.two-cols.news-rows .wrapper {
    padding: 0px 20px 20px 20px;
  }
  section.two-cols.news-rows .wrapper .row {
    border: none;
  }
  section.two-cols.news-rows .wrapper .row .col .news-item {
    margin: 0 0 0px 0;
    padding: 20px 0 0;
    border-top: 1px solid #e9e9ea;
  }
  section.two-cols.news-rows .wrapper .row .col .news-item .quote {
    margin-bottom: 20px;
  }
  section.two-cols.news-rows .wrapper .row .col .news-item.split {
    flex-wrap: wrap;
  }
  section.two-cols.news-rows .wrapper .row .col .news-item.split .left {
    flex-basis: 100%;
    min-width: 100%;
    padding: 0;
  }
  section.two-cols.news-rows .wrapper .row .col .news-item.split .right {
    flex-basis: 100%;
    min-width: 100%;
    padding: 20px 0 0 0;
  }
}

section.two-cols.news-rows.news-big-row .wrapper .row .col:not(:last-child) {
  border-right: 0px solid #e9e9ea;
}
section.two-cols.news-rows.news-big-row .wrapper .row .col img {
  height: auto !important;
}

section.four-cols.news-rows .wrapper .row .col:not(:last-child) {
  border-right: 1px solid #e9e9ea;
}

section.two-cols.news-rows.no-border-top .wrapper .row {
  border: none;
}

section.two-cols.news-rows:last-of-type .wrapper {
  padding: 0px 20px 60px 20px;
}
/* page styles */
section.one-third-two-third .wrapper .row .col.first #filterbox {
  background-color: #e7e8e9;
  padding: 30px 20px 10px 20px;
}
section.one-third-two-third .wrapper .row .col.first #filterbox h2 {
  font-size: 35px;
  line-height: 40px;
}
section.one-third-two-third .wrapper .row .col.first #filterbox form label {
  margin: 0 0 10px 0;
  padding: 0;
  display: block;
}
section.one-third-two-third .wrapper .row .col.first #filterbox form input[type=text] {
  margin: 0 0 40px 0;
  padding: 5px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
section.one-third-two-third .wrapper .row .col.first #filterbox form input[type=submit], section.one-third-two-third .wrapper .row .col.first #filterbox form button {
  background-color: #1b75bc;
  color: #fff;
  padding: 4px 30px 4px 30px;
  border-radius: 15px;
  box-shadow: none;
  border: none;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 20px 0;
}
section.one-third-two-third .wrapper .row .col.first #filterbox form input[type=submit] {
  margin: 0 30px 20px 0;
}
#scientific-papers .paper {
  margin: 0 0 30px 0;
  font-family: "Open Sans", sans-serif;
}
#scientific-papers .paper p {
  margin: 0;
  font-size: 18px;
  color: #6d6e71;
  line-height: 22px;
  padding: 0;
}
#scientific-papers .paper .name {
  color: #1b75bb;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
button#load-more {
  background-color: #1b75bc;
  color: #fff;
  padding: 4px 30px 4px 30px;
  border-radius: 15px;
  box-shadow: none;
  border: none;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}

section.filter .wrapper {
  padding: 20px 60px;
}
section.filter .wrapper input[type=text] {
  padding: 5px 10px;
  border: 2px solid #d3d4d5;
  display: inline-block;
  margin: 0 20px 20px 0;
}
@media screen and (max-width: 768px) {
  section.filter .wrapper {
    padding: 20px 32px;
  }
  section.filter .wrapper input[type=text] {
    display: block;
  }
}

/* page styles */
body.page-team section.text.filter .wrapper {
  display: flex;
  padding: 20px 20px;
  max-width: 1270px;
}
@media screen and (max-width: 1340px) {
  body.page-team section.text.filter .wrapper {
    padding: 20px 40px;
  }
}
body.page-team section.text.filter .wrapper .alm-filters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
body.page-team section.text.filter .wrapper .alm-filters .alm-filter--inner {
  padding: 0;
}
body.page-team section.text.filter .wrapper .alm-filters .alm-filter {
  max-width: 190px;
  margin: 0 20px;
}
body.page-team section.text.filter .wrapper .alm-filters .alm-filter input[type=text] {
  margin: 0;
}
body.page-team section.text.filter .wrapper .alm-filters .alm-filter ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333638;
}
body.page-team section.text.filter .wrapper .alm-filters .alm-filter :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333638;
}
body.page-team section.text.filter .wrapper .alm-filters .alm-filter ::-ms-input-placeholder { /* Microsoft Edge */
  color: #333638;
}
body.page-team section.text.filter .wrapper .alm-filters .alm-filter select {
  height: 38px;
  -webkit-appearance: none;
  padding: 0 10px;
  border: 2px solid #d3d4d5;
  border-radius: 3px;
  color: #333638;
}
body.page-team .alm-btn-wrap .alm-load-more-btn.done {
  display: none;
}

/* page styles */
section.call-to-action .wrapper {
  max-width: 1310px;
  padding: 50px 20px 63px 20px;
  margin: 0 auto;
  text-align: center;
}
section.call-to-action .wrapper * {
  text-align: center;
}
section.call-to-action .wrapper h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}
section.call-to-action .wrapper h2.bigger {
  font-size: 50px;
  line-height: 55px;
}
@media screen and (max-width: 768px) {
  section.call-to-action .wrapper h2.bigger {
    font-size: 36px;
    line-height: 44px;
  }
}
section.call-to-action .wrapper p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  max-width: 1000px;
  margin: 20px auto;
}

section.call-to-action.with-gradient-bg {
  background: rgb(41, 85, 163);
  background: linear-gradient(90deg, rgb(41, 85, 163) 0%, rgb(104, 193, 237) 100%);
}

.single-col.search-results-wrapper .search-results-header {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #6d6e71;
  margin: 0 0 20px 0;
}
.single-col.search-results-wrapper .row {
  padding-bottom: 20px;
  margin: 0 0 20px 0;
}
.single-col.search-results-wrapper .search-results {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
}
.single-col.search-results-wrapper .search-results .search-result {
  display: block;
  margin: 40px 0;
}
.single-col.search-results-wrapper .search-results .search-result .search-excerpt {
  color: #148846;
}
.single-col.search-results-wrapper .search-results .search-result .author {
  margin: 0;
  padding: 0;
}
.single-col.search-results-wrapper .search-results .search-result .name {
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  color: #1b75bb;
}
.single-col.search-results-wrapper .search-results .search-result a {
  text-decoration: none;
  color: #1b75bb;
  font-size: 20px;
  line-height: 24px;
}
.single-col.search-results-wrapper .search-results .search-result a span {
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  color: #1b75bb;
}
.single-col.search-results-wrapper .search-results .search-result p, .single-col.search-results-wrapper .search-results .search-result .entry-content {
  font-size: 20px;
  line-height: 24px;
  max-width: 100%;
}

#partnerships {
  max-width: 1340px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: space-between;
  justify-content: space-between;
}
#partnerships .partnership {
  display: block;
  flex-basis: 48%;
  min-width: 48%;
  margin: 0 0 60px 0;
}
#partnerships .partnership .accordion {
  margin: 0px auto 10px auto;
}

.breadcrumb .wrapper {
  max-width: 1260px;
  margin: 0px auto;
  width: 100%;
  padding: 20px 30px;
}
.breadcrumb .wrapper ul {
  margin: 0;
  padding: 0;
}
.breadcrumb .wrapper ul li {
  display: inline-block;
  font-size: 13px;
}
@media screen and (max-width: 1330px) {
  .breadcrumb .wrapper {
    padding: 20px 30px;
  }
}

a[data-fancybox] img {
  cursor: zoom-in;
}

.fancybox__container {
  --carousel-button-bg: rgb(0 0 0 / 44%);
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: none;
}

.fancybox__nav {
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
  --carousel-button-svg-stroke-width: 3;
}

.fancybox__nav .carousel__button.is-prev {
  left: 30px;
}

.fancybox__nav .carousel__button.is-next {
  right: 30px;
}

.carousel__button.is-close {
  top: 30px;
  right: 30px;
}

.fancybox__slide {
  padding: 0;
}

.fancybox__thumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.fancybox__thumbs .carousel__slide {
  padding: 20px 10px;
  overflow: visible;
}

.fancybox__thumb {
  border-radius: 6px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3), 0 2px 4px -1px rgba(0, 0, 0, 0.26);
}

.is-nav-selected .fancybox__thumb {
  transform: scale(1.25);
}

.is-nav-selected .fancybox__thumb::after {
  display: none;
}

.quote_with_photo .wrapper {
  position: relative;
  max-width: 650px;
  width: 100%;
  margin: 80px auto;
}
.quote_with_photo .wrapper .image {
  z-index: 1;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.quote_with_photo .wrapper .quote {
  z-index: 10;
  position: relative;
  padding: 30px;
  box-sizing: border-box;
  width: 365px;
  right: 0;
  margin: 0;
  float: right;
}
.quote_with_photo .wrapper .quote h3 {
  color: #fff;
  font-style: italic;
}
.quote_with_photo .wrapper .quote p {
  color: #fff;
}
.quote_with_photo .wrapper .quote:after {
  position: absolute;
  background-color: #1b75bb;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
}

section {
  clear: both;
}

/*# sourceMappingURL=styles.css.map */

.four-cols.news-rows .alm-listing {
	 display: flex;
    flex-wrap: wrap;
}
