/*!
Theme Name: Cross River Partnership
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: crossriverpartnership
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Cross River Partnership is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }


.home-top-slider__overlay-content.home-top-slider__overlay-content > img {
    max-width: 100% !important;
}



/**
 * Red Giant Added Covid-19
 */


#menu-item-7289 a{
    color: white!important;
	background-color: red!important;
}


#menu-item-7289 a:hover{
    color: black!important;
}

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

/**
 * 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
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  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
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * 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 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/*--------------------------------------------------------------
# 3rd party SCSS
--------------------------------------------------------------*/
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

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

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1310px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

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

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

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

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

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

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

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

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

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

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

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

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

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1310px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid white;
  border-radius: none;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.8; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: none;
  border-top-right-radius: none; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 80%;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 80%; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 80%; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  opacity: 0;
  -webkit-filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.5)); }
  .tooltip.show {
    opacity: 1; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #fff; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #fff; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #24c7f5; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #fff; }

.tooltip-inner {
  padding: 0.25rem 0.5rem;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  border-top: 15px solid #24c7f5; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: 2px; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  /*font-size: 2rem;*/
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

h1 {
  font-size: 2.875rem; }

h2 {
  font-size: 2.25rem; }

h3 {
  font-size: 1.8rem; }

h4 {
  font-size: 1.15rem; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #fff;
  margin-top: 177px;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button:visited {
  border: none;
  background: #d5d5d5;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: 0.85rem 1.4em;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  -webkit-transition: background-color 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  cursor: pointer; }
  button:hover, button:active, button:focus, button.is-active,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="button"].is-active,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="reset"].is-active,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="submit"].is-active,
  .button:hover,
  .button:active,
  .button:focus,
  .button.is-active,
  .button:visited:hover,
  .button:visited:active,
  .button:visited:focus,
  .button:visited.is-active {
    color: #fff;
    text-decoration: none;
    background: #000; }

.button--blue {
  background-color: #5ec5f0;
  color: #fff; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #000;
  border: 1px solid #d5d5d5;
  border-radius: 0;
  padding: 0.45em 1.3em; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #d5d5d5; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  outline: none; }
  a:visited {
    outline: 0; }
  a:hover, a:focus, a:active {
    color: #5ec5f0;
    outline: 0; }
  a:focus {
    outline: 0; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.container {
  max-width: 1920px;
  margin: 0 auto; }

.container-small {
  max-width: 1500px;
  padding: 0 0.75rem;
  margin: 0 auto; }

.section-title {
  font-size: 2.3rem;
  line-height: 1.25; }
  @media (min-width: 576px) {
    .section-title {
      font-size: 2.125rem; } }
  @media (max-width: 767.98px) {
    .section-title {
      font-size: 2rem; } }

.content-area {
  padding-bottom: 0; }

.section-accordion, .section-text-content, .section-slider, .section-slider-featured, .section-events-list {
  background: #fff; }

.section-slider > .container {
  padding: 2rem 2rem; }
  @media (min-width: 576px) {
    .section-slider > .container {
      padding: 3rem; } }

.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.home-top-slider__overlay,
.home-top-slider__overlay-content {
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.home-top-slider__overlay-content {
  width: 86%;
  left: 7%;
  background: none; }

.home-top-slider__overlay-content.home-top-slider__overlay-content > img {
  width: 50%;
  max-width: 400px;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5)); }
  @media (max-width: 767.98px) {
    .home-top-slider__overlay-content.home-top-slider__overlay-content > img {
      display: none; } }

.home-top-slider__overlay-content.home-top-slider__overlay-content > p {
  color: #fff;
  width: 66%;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  margin: 2em 0 0 0; }
  @media (max-width: 767.98px) {
    .home-top-slider__overlay-content.home-top-slider__overlay-content > p {
      width: 90%;
      font-size: 1rem;
      margin-top: 0; } }

.home-top-slider {
  height: inherit;
  background-color: inherit; }
  .home-top-slider__wrapper {
    height: 45vw;
    background-color: #000;
    position: relative; }
  .home-top-slider__item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding-top: 6.5rem;
    padding-bottom: 5%;
    position: relative;
    color: #fff; }
  @media (min-width: 992px) {
    .home-top-slider__wrapper, .home-top-slider__item {
      height: 45vw; }
    .home-top-slider__item {
      padding-top: 11.5rem; } }

.owl-nav.owl-nav.owl-nav {
  margin: 0; }
  @media (max-width: 767.98px) {
    .owl-nav.owl-nav.owl-nav {
      display: none; } }
  .owl-nav.owl-nav.owl-nav > button {
    font-size: 0.5rem;
    color: #fff;
    line-height: 0.4;
    padding: 0;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%; }
    @media (min-width: 992px) {
      .owl-nav.owl-nav.owl-nav > button {
        font-size: 0.5rem;
        padding: 0; } }
    .owl-nav.owl-nav.owl-nav > button:focus {
      outline: 0; }
  .owl-nav.owl-nav.owl-nav > .owl-next {
    right: 0; }
    .owl-nav.owl-nav.owl-nav > .owl-next > svg {
      -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
      transform: rotateZ(180deg);
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center; }
  .owl-nav.owl-nav.owl-nav > .owl-prev {
    left: 0; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: rgba(0, 0, 0, 0.5); }

.svg-inline--fa {
  overflow: visible;
  width: 1em; }

.owl-theme .owl-dots .owl-dot span {
  background: #7ed1f4;
  outline: none; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ccc; }

.testimonials-slider {
  padding: 0 12rem;
  text-align: center; }
  .testimonials-slider__title {
    text-align: center;
    margin-bottom: 0; }
  .testimonials-slider .owl-nav.owl-nav.owl-nav > button {
    -webkit-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    transform: translateY(-75%); }
  .testimonials-slider .owl-dots > .owl-dot {
    padding: 0.85rem 0.1em;
    outline: 0; }
    .testimonials-slider .owl-dots > .owl-dot > span {
      width: 20px;
      height: 20px; }
  .testimonials-slider .owl-nav.owl-nav .owl-next,
  .testimonials-slider .owl-nav.owl-nav .owl-prev {
    color: #b2b2b2; }
    .testimonials-slider .owl-nav.owl-nav .owl-next:hover, .testimonials-slider .owl-nav.owl-nav .owl-next:focus, .testimonials-slider .owl-nav.owl-nav .owl-next:active,
    .testimonials-slider .owl-nav.owl-nav .owl-prev:hover,
    .testimonials-slider .owl-nav.owl-nav .owl-prev:focus,
    .testimonials-slider .owl-nav.owl-nav .owl-prev:active {
      color: #000;
      background: none; }

.social-feed {
  background-color: #e7f3fc; }
  .social-feed #ff-stream-1 {
    background-color: #e7f3fc; }
  .social-feed h1 {
    font-size: 3.125rem; }
  .social-feed .ff-item-meta,
  .social-feed .ff-item-bar {
    display: none; }
  .social-feed #ff-stream-1 .ff-filter-holder .ff-search::after {
    color: #fff;
    top: 3px; }
  .social-feed #ff-stream-1 .ff-filter-holder .ff-search input {
    border: none;
    border-radius: 0 !important;
    background-color: #7ed1f4;
    color: #fff; }
    .social-feed #ff-stream-1 .ff-filter-holder .ff-search input::-webkit-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #fff;
      opacity: 1;
      /* Firefox */ }
    .social-feed #ff-stream-1 .ff-filter-holder .ff-search input:-ms-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #fff;
      opacity: 1;
      /* Firefox */ }
    .social-feed #ff-stream-1 .ff-filter-holder .ff-search input::-ms-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #fff;
      opacity: 1;
      /* Firefox */ }
    .social-feed #ff-stream-1 .ff-filter-holder .ff-search input::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #fff;
      opacity: 1;
      /* Firefox */ }
    .social-feed #ff-stream-1 .ff-filter-holder .ff-search input:focus::-webkit-input-placeholder {
      opacity: 0; }
    .social-feed #ff-stream-1 .ff-filter-holder .ff-search input:focus:-ms-input-placeholder {
      opacity: 0; }
    .social-feed #ff-stream-1 .ff-filter-holder .ff-search input:focus::-ms-input-placeholder {
      opacity: 0; }
    .social-feed #ff-stream-1 .ff-filter-holder .ff-search input:focus::placeholder {
      opacity: 0; }
    .social-feed #ff-stream-1 .ff-filter-holder .ff-search input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #fff; }
    .social-feed #ff-stream-1 .ff-filter-holder .ff-search input:focus:-ms-input-placeholder {
      opacity: 0; }
    .social-feed #ff-stream-1 .ff-filter-holder .ff-search input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #fff; }
    .social-feed #ff-stream-1 .ff-filter-holder .ff-search input:focus::-ms-input-placeholder {
      opacity: 0; }
  .social-feed #ff-stream-1 .ff-loadmore-wrapper .ff-btn {
    background-color: #7ed1f4;
    color: #fff; }
    .social-feed #ff-stream-1 .ff-loadmore-wrapper .ff-btn:focus, .social-feed #ff-stream-1 .ff-loadmore-wrapper .ff-btn:active, .social-feed #ff-stream-1 .ff-loadmore-wrapper .ff-btn:hover {
      background-color: #000; }

.home-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3rem; }
  .home-links > .button {
    margin: 0.625rem;
    background-color: #5ec5f0;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    font-size: 1.5rem;
    font-weight: normal;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
    @media (min-width: 576px) {
      .home-links > .button {
        width: 50%;
        -ms-flex-preferred-size: calc(50% - 1.25rem);
        flex-basis: calc(50% - 1.25rem); } }
    @media (min-width: 768px) {
      .home-links > .button {
        width: 25%;
        -ms-flex-preferred-size: calc(25% - 1.25rem);
        flex-basis: calc(25% - 1.25rem); } }
    @media (min-width: 992px) {
      .home-links > .button {
        font-size: 1.75rem;
        font-weight: medium; } }
    .home-links > .button::before {
      content: "";
      display: block;
      width: 1px;
      margin-left: -1px;
      height: 0;
      padding-top: 75%; }
    .home-links > .button::after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(126, 209, 244, 0.9);
      left: 0;
      top: 0;
      opacity: 0;
      z-index: -1;
      -webkit-transition: opacity 0.2s;
      -o-transition: opacity 0.2s;
      transition: opacity 0.2s; }
    .home-links > .button:hover, .home-links > .button:focus, .home-links > .button:active {
      background-color: #5ec5f0; }
      .home-links > .button:hover::after, .home-links > .button:focus::after, .home-links > .button:active::after {
        opacity: 1; }

.air-quality-widget {
  border-bottom: 0.7rem solid #63c5ee; }
  .air-quality-widget iframe {
    display: block;
    position: relative;
    bottom: -1px; }

@media (min-width: 1200px) {
  .accordion > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch; } }

.accordion__item__title {
  font-size: 1.25rem;
  padding: 0.75rem 0;
  font-weight: normal;
  background: #c2e1f7;
  cursor: pointer;
  margin: 0;
  margin-top: 1rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-transform: uppercase; }
  .accordion__item__title:first-child {
    margin-left: 0; }
  .accordion__item__title > .fas {
    float: left;
    margin-top: 0.4rem;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    -o-transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s; }
  .accordion__item__title > .fa-plus-square {
    margin-left: 1em;
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotate(0deg);
    transform: rotateZ(0deg); }
  .accordion__item__title > .fa-minus-square {
    opacity: 0;
    z-index: 2;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; }
  @media (min-width: 1200px) {
    .accordion__item__title {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-top: 0;
      margin-left: 0.3em;
      text-align: center;
      padding: 1rem 0; }
      .accordion__item__title .fas {
        display: none; } }

.accordion__item__title--active {
  font-weight: bold;
  background-color: #7ed1f4; }
  .accordion__item__title--active > .fa-plus-square {
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotateZ(-90deg);
    opacity: 0; }
  .accordion__item__title--active > .fa-minus-square {
    opacity: 1; }
  .accordion__item__title--active + .accordion__item__body {
    display: block; }

.accordion__item__body {
  display: none;
  padding: 1rem 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  background-color: #7ed1f4; }
  .accordion__item__body > .button {
    background-color: #fff;
    display: table;
    margin: 0 auto; }
  @media (min-width: 1200px) {
    .accordion__item__body {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      padding: 3rem 3.4rem; } }

.cta {
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #5ec5f1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .cta::before {
    content: "";
    padding-top: 17.47%;
    width: 1px;
    margin-left: -1px; }
  .cta--fixed-background {
    background-attachment: fixed; }
  .cta > .container {
    z-index: 1;
    position: relative;
    padding: 2.5rem 1rem; }
    @media (min-width: 768px) {
      .cta > .container {
        padding: 3rem; } }
  .cta__title {
    text-transform: uppercase;
    color: #fff;
    font-size: 2rem;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    font-weight: bold; }
    @media (min-width: 768px) {
      .cta__title {
        font-size: 2.2rem; } }
    @media (min-width: 1200px) {
      .cta__title {
        font-size: 2.75rem; } }

.modal-newsletter .modal-header {
  padding: 0;
  position: relative;
  z-index: 2; }
  .modal-newsletter .modal-header .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background: transparent;
    z-index: 100000;
    background: #000;
    line-height: 1;
    font-size: 2rem;
    color: #fff;
    text-shadow: 1px 1px 4px #000;
    border-radius: 50%;
    overflow: hidden; }
    .modal-newsletter .modal-header .close > .fas {
      display: block; }

.modal-newsletter .modal-body {
  padding: 0; }

.footer {
  line-height: 1.75;
  background-color: #7ed1f4;
  padding: 1.5rem 0; }
  @media (min-width: 992px) {
    .footer {
      padding: 2rem 0; } }
  .footer > .container-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 992px) {
      .footer > .container-small {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .footer a {
    text-decoration: none;
    color: #fff;
    padding: 0; }
    .footer a:hover, .footer a:focus, .footer a:active {
      color: #000; }
  .footer__logo {
    margin-right: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    white-space: nowrap;
    font-weight: bold;
    font-size: 1rem;
    margin-right: 4rem; }
    .footer__logo > img {
      display: block;
      max-width: 75%; }
    @media (min-width: 576px) {
      .footer__logo {
        font-size: 1rem; }
        .footer__logo > img {
          max-width: 35%; } }
    @media (min-width: 992px) {
      .footer__logo {
        font-size: 1.1rem; }
        .footer__logo > img {
          max-width: 70%; } }
    @media (min-width: 1310px) {
      .footer__logo {
        font-size: 1.2rem; }
        .footer__logo > img {
          max-width: 60%; } }
  .footer__nav {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1em;
    column-gap: 1em;
    padding-left: 0em;
    font-size: 1rem;
    margin-top: 1rem; }
    @media (min-width: 576px) {
      .footer__nav {
        -webkit-column-count: 2;
        column-count: 2; } }
    .footer__nav .menu {
      padding: 0;
      margin: 0;
      list-style: none;
      text-decoration: none;
      white-space: nowrap; }
      .footer__nav .menu:first-child {
        padding-right: 3rem; }
    @media (min-width: 992px) {
      .footer__nav {
        border-left: 2px solid #fff;
        -webkit-column-gap: 2em;
        column-gap: 2em;
        padding-left: 1em;
        -webkit-column-rule: 2px solid #fff;
        column-rule: 2px solid #fff;
        font-size: 1.2rem;
        margin-top: 0; } }
    @media (min-width: 1310px) {
      .footer__nav {
        font-size: 1.5rem; } }
  .footer__copyright {
    background: #000;
    color: #fff;
    font-size: 0.85rem;
    padding: 0.5rem 0em; }
    .footer__copyright a {
      color: #fff;
      text-decoration: none;
      text-align: right;
      float: right; }
    @media (min-width: 992px) {
      .footer__copyright {
        font-size: 1rem; } }

.site-header::after {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1; }

.site-header > .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (min-width: 576px) {
    .site-header > .container {
      padding: 0 1.5rem; } }

.site-social {
  font-size: 1em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 0rem;
  margin-left: 1rem;
  margin-bottom: 1.3rem; }
  @media (min-width: 1200px) {
    .site-social {
      font-size: 1.3em; } }
  @media (min-width: 992px) {
    .site-social {
      display: block; } }
  @media (min-width: 576px) {
    .site-social {
      margin-left: 4rem; } }
  @media (max-width: 991.98px) {
    .site-social {
      position: relative;
      top: 0.75rem;
      text-align: right; } }
  .site-social__link {
    color: #000;
    padding: 0.6rem 0.35rem;
    position: relative;
    bottom: 0; }
  .site-social__button {
    color: #000;
    background-color: #fff;
    padding: 0.45em 0.7em;
    margin-left: 0.7rem;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none; }
    .site-social__button:hover, .site-social__button:focus, .site-social__button:active {
      color: #fff;
      background-color: #5ec5f0; }
    @media (min-width: 1200px) {
      .site-social__button {
        font-size: 1.4rem; } }
    @media (max-width: 991.98px) {
      .site-social__button {
        font-size: 0.65rem;
        display: block; } }

.messages a {
  text-align: center; }

iframe .round-corners {
  border-radius: 0 !important; }

.site-branding {
  position: relative;
  width: 100%;
  max-width: 65%;
  -ms-flex-negative: 1;
  flex-shrink: 1; }
  @media (min-width: 576px) {
    .site-branding {
      max-width: 100%; } }
  .site-branding > .custom-logo-link {
    display: block;
    font-size: 1rem;
    line-height: 1;
    padding-bottom: 0.5rem;
    position: relative; }
    .site-branding > .custom-logo-link > .custom-logo {
      display: block;
      left: 0;
      top: 0;
      width: auto;
      max-height: 12vh; }

.site-header.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .admin-bar .site-header.site-header {
    top: 32px; }
  .site-header.site-header .main-navigation {
    background-color: #000;
    width: 100%; }
    .site-header.site-header .main-navigation__button {
      color: #fff;
      display: inline-block;
      font-size: 1.5rem;
      padding: 0.2rem 0.5rem;
      cursor: pointer; }
      @media (min-width: 1310px) {
        .site-header.site-header .main-navigation__button {
          display: none; } }
    .site-header.site-header .main-navigation .menu {
      list-style: none;
      padding: 0;
      margin: 0;
      background: #000;
      /*font-size: 1rem;*/
      font-weight: 600;
      display: none; }
      @media (min-width: 1310px) {
        .site-header.site-header .main-navigation .menu {
          display: block;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: stretch;
          -ms-flex-align: stretch;
          align-items: stretch;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          width: 100%; } }
      .site-header.site-header .main-navigation .menu a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 2.5;
        display: inline-block;
        margin-right: 2em;
        padding: 0 1em 0 0; }
        .site-header.site-header .main-navigation .menu a:hover, .site-header.site-header .main-navigation .menu a:active, .site-header.site-header .main-navigation .menu a:focus {
          color: #5ec5f0; }
      .site-header.site-header .main-navigation .menu .current-menu-item > a,
      .site-header.site-header .main-navigation .menu .current-menu-parent > a {
        color: #5ec5f0; }
    .site-header.site-header .main-navigation .menu-item {
      display: block;
      position: relative; }
      @media (min-width: 1310px) {
        .site-header.site-header .main-navigation .menu-item {
          display: inline-block; } }
      .site-header.site-header .main-navigation .menu-item + .menu-item > a {
        padding: 0 1em; }
    .site-header.site-header .main-navigation .sub-menu {
      position: absolute;
      background-color: #000;
      white-space: nowrap;
      margin-left: 0;
      padding-left: 1.6ch;
      display: none; }
      @media (max-width: 1309.98px) {
        .site-header.site-header .main-navigation .sub-menu {
          display: block;
          margin-left: 2rem;
          position: static; } }
      .site-header.site-header .main-navigation .sub-menu:hover, .site-header.site-header .main-navigation .sub-menu:focus, .site-header.site-header .main-navigation .sub-menu:active {
        display: block; }
      .site-header.site-header .main-navigation .sub-menu > .menu-item {
        display: block; }
        .site-header.site-header .main-navigation .sub-menu > .menu-item > a {
          padding-left: 0; }
    .site-header.site-header .main-navigation .menu-item-has-children:hover > .sub-menu, .site-header.site-header .main-navigation .menu-item-has-children:focus > .sub-menu, .site-header.site-header .main-navigation .menu-item-has-children:active > .sub-menu {
      display: block; }

.featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .featured__item {
    position: relative;
    display: block;
    text-decoration: none;
    z-index: 1;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }
    @media (min-width: 768px) {
      .featured__item {
        width: 50%; } }
    @media (min-width: 1200px) {
      .featured__item {
        width: 33.33333333%; } }
    @media (min-width: 1310px) {
      .featured__item {
        font-size: 1.75rem; } }
    .featured__item .featured__item__text {
      padding: 3rem 2rem;
      display: block; }
    .featured__item::before {
      content: "";
      display: block;
      width: 1px;
      margin-left: -1px;
      height: 0;
      padding-top: 62.6%; }
    .featured__item:nth-child(4n-3) {
      background-color: #a6beca; }
    .featured__item:nth-child(4n-2) {
      background-color: #8bb4c6; }
    .featured__item:nth-child(4n-1) {
      background-color: #66a7c3; }
    .featured__item:nth-child(4n) {
      background-color: #4b9dc2; }
    .featured__item::after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(126, 209, 244, 0.9);
      opacity: 0;
      z-index: -1;
      -webkit-transition: opacity 0.2s;
      -o-transition: opacity 0.2s;
      transition: opacity 0.2s; }
    .featured__item:hover, .featured__item:focus, .featured__item:active {
      color: #fff; }
      .featured__item:hover::after, .featured__item:focus::after, .featured__item:active::after {
        opacity: 1; }

.projects-grid {
  margin: 0 auto;
  padding: 0 2rem;
  margin-bottom: 4rem; }
  .projects-grid__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none; }
    .publications-grid .projects-grid__item {
      margin: 10px; }
    .projects-grid__item:hover, .projects-grid__item:focus, .projects-grid__item:active {
      color: #fff; }
    .projects-grid__item.is-hidden {
      display: none; }
  .projects-grid__item:nth-child(4n-3) {
    background-color: #a6beca; }
  .projects-grid__item:nth-child(4n-2) {
    background-color: #8bb4c6; }
  .projects-grid__item:nth-child(4n-1) {
    background-color: #66a7c3; }
  .projects-grid__item:nth-child(4n) {
    background-color: #4b9dc2; }
  .projects-grid__item__text {
    padding: 2em 2em;
    position: relative;
    z-index: 1;
    font-size: 1.35rem;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    word-wrap: break-word; }
    .publications-grid .projects-grid__item__text {
      position: absolute;
      top: 50%;
      padding-top: 0;
      text-align: center;
      width: 100%; }
  .projects-grid__item__text-container {
    position: relative; }
  .projects-grid__title, .projects-grid__title-hidden, .projects-grid__desc {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.2s;
    transition: opacity 0.1s, -webkit-transform 0.2s;
    -o-transition: transform 0.2s, opacity 0.1s;
    transition: transform 0.2s, opacity 0.1s;
    transition: transform 0.2s, opacity 0.1s, -webkit-transform 0.2s; }
  .projects-grid__title {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    font-size: 1.75rem;
    line-height: 1;
    font-weight: bold;
    word-wrap: break-word; }
    .publications-grid .projects-grid__title {
      position: relative;
      font-size: 1rem;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      opacity: 0; }
  .projects-grid__title-hidden {
    opacity: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    font-size: 1.75rem;
    line-height: 1; }
  .projects-grid__desc {
    opacity: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0); }
  .projects-grid__item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: 0;
    -webkit-transition: background 0.2s, opacity 0.2s;
    -o-transition: background 0.2s, opacity 0.2s;
    transition: background 0.2s, opacity 0.2s; }
    .publications-grid .projects-grid__item::after {
      background-color: rgba(0, 0, 0, 0); }
  .projects-grid__item:hover::after, .projects-grid__item:focus::after, .projects-grid__item:active::after {
    background-color: #5ec5f1;
    opacity: 0.9; }
  .projects-grid__item:hover .projects-grid__title-hidden,
  .projects-grid__item:hover .projects-grid__desc, .projects-grid__item:focus .projects-grid__title-hidden,
  .projects-grid__item:focus .projects-grid__desc, .projects-grid__item:active .projects-grid__title-hidden,
  .projects-grid__item:active .projects-grid__desc {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }
  .projects-grid__item:hover .projects-grid__title, .projects-grid__item:focus .projects-grid__title, .projects-grid__item:active .projects-grid__title {
    opacity: 0;
    -webkit-transform: translateY(-50%) scaleX(0);
    -ms-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0); }
    .publications-grid .projects-grid__item:hover .projects-grid__title, .publications-grid .projects-grid__item:focus .projects-grid__title, .publications-grid .projects-grid__item:active .projects-grid__title {
      opacity: 1;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .projects-grid__item::before {
    content: "";
    width: 1px;
    margin-left: -1px;
    height: 0;
    padding-top: 100%; }
    .publications-grid .projects-grid__item::before {
      padding-top: 141.42857142857142857143%; }
  @media (min-width: 768px) {
    .projects-grid.publications-grid {
      display: grid;
      justify-items: stretch;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
      justify-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      grid-auto-flow: row dense;
      grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
      row-gap: 10px;
      -webkit-column-gap: 10px;
      column-gap: 10px; }
    .publications-grid .projects-grid__item {
      margin: 0; } }
  @media (min-width: 992px) {
    .projects-grid {
      display: grid;
      justify-items: stretch;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
      justify-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      grid-auto-flow: row dense;
      grid-template-columns: repeat(auto-fill, minmax(50%, 1fr)); }
      .projects-grid.publications-grid {
        grid-template-columns: repeat(auto-fill, minmax(30%, 1fr)); }
      .projects-grid.__item--big {
        grid-row-end: span 2;
        grid-column-end: span 2; } }
  @media (min-width: 1200px) {
    .projects-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr); }
      .projects-grid.publications-grid {
        grid-template-columns: repeat(auto-fill, minmax(20%, 1fr)); }
      .projects-grid__item {
        grid-column-end: span 2; }
        .publications-grid .projects-grid__item {
          grid-column-end: span 1; }
      .projects-grid__item--big {
        grid-row-end: span 2;
        grid-column-end: span 4; } }
  @media (min-width: 1700px) {
    .projects-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(25%, 1fr)); }
      .projects-grid.publications-grid {
        grid-template-columns: repeat(auto-fill, minmax(15%, 1fr)); }
      .projects-grid__item {
        grid-column-end: span 1; }
      .projects-grid__item--big {
        grid-row-end: span 2;
        grid-column-end: span 2; } }

.project__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 1200px) {
    .project__wrap {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

.project__related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: baseline;
  align-content: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 2em;
  background-color: #bfe9f9;
  padding: 2rem 1.5rem; }
  @media (min-width: 1200px) {
    .project__related {
      width: 30%;
      min-width: 240px;
      max-width: 350px;
      margin-left: 1rem;
      margin-top: 0; } }
  .project__related__title {
    margin-top: -0.3em;
    margin-bottom: 1rem; }
  .project__related__item {
    text-decoration: none;
    padding-bottom: 1.5em;
    margin-bottom: 2em;
    display: block;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-bottom: 1px solid #ccc;
    width: 100%;
    word-wrap: break-word;
    word-break: break-word; }
    @media (min-width: 576px) {
      .project__related__item {
        padding-bottom: 2em;
        margin-bottom: 2.5em;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        border-bottom: 0; }
        .project__related__item + .project__related__item {
          margin-left: 2em; } }
    @media (min-width: 1200px) {
      .project__related__item {
        border-bottom: 1px solid #ccc;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
        .project__related__item + .project__related__item {
          margin-left: 0; } }
    .project__related__item h4 {
      text-transform: uppercase;
      margin: 0.5em 0 0; }
      .project__related__item h4:first-child {
        margin-top: 0; }
    .project__related__item img {
      width: 100%; }
    .project__related__item:last-child {
      border: 0;
      margin-bottom: 0; }

.project__header {
  background-color: #5ec5f0;
  color: #fff;
  padding-bottom: 1rem; }

.project__info {
  margin: 0 2rem 0; }

.post-thumbnail + .project__info {
  margin-top: 1rem; }

.project__title {
  font-size: 1.75rem;
  margin: 0;
  word-wrap: break-word;
  word-break: break-word; }

.project__info:first-child {
  padding-top: 1.4em; }

.project__details {
  border-top: 1px solid;
  margin-top: 0.5rem;
  padding-top: 0.5rem; }

.project__details:last-child {
  margin-bottom: 1rem; }

.project__image .wp-post-image {
  width: 100%; }

.project__url {
  background-color: #dbedfb;
  text-decoration: none;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  padding: 0.25em 1em;
  font-weight: bold;
  font-size: 1.25rem;
  display: table;
  margin: 3rem 0 1rem 0; }
  .project__url:hover, .project__url:focus, .project__url:active {
    background-color: #add6f6;
    color: #000; }

.project__content {
  padding: 2rem 0;
  border: 1px solid #ccc;
  border-width: 1px 0;
  margin-bottom: 2rem; }

.project__partners {
  margin-bottom: 2rem;
  padding: 0 0 2rem 0;
  border-bottom: 1px solid #ccc; }

.project__downloads {
  background-color: #5ec5f0;
  color: #fff;
  padding: 1rem 2rem;
  margin-top: 2rem; }
  .project__downloads h2 {
    margin: 0;
    line-height: 1.2; }
  .project__downloads__item {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0.75em 0;
    text-decoration: none;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .project__downloads__item:hover, .project__downloads__item:focus, .project__downloads__item:active {
      color: #000; }
    .project__downloads__item:last-child {
      border: 0; }
    .project__downloads__item .fas {
      display: block;
      font-size: 2.25em;
      margin-top: 0.3rem;
      margin-right: 2rem; }
    .project__downloads__item > div > div {
      font-size: 1.25rem; }

.publication-icon.publication-icon {
  font-size: 2rem;
  display: block;
  text-align: center;
  margin-bottom: 0.5rem; }

.videos-grid .projects-grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.videos-grid .videos-grid__video::before {
  padding-top: 56.25%;
  content: "";
  width: 1px;
  margin-left: -1px;
  height: 0;
  padding-top: 100%; }

.videos-grid .projects-grid__item::before {
  display: none; }

.videos-grid .projects-grid__item::after {
  display: none; }

.videos-grid .videos-grid__video {
  background-color: #000;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.videos-grid .videos-grid__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.videos-grid .videos-grid__video iframe,
.videos-grid .videos-grid__video object,
.videos-grid .videos-grid__video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.videos-grid__title {
  display: block;
  margin: 0.5em; }

[tooltip] {
  position: relative;
  display: inline-block; }

[tooltip]::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: rgba(36, 199, 245, 0.9) transparent transparent transparent;
  z-index: 1070;
  opacity: 0;
  display: block; }

[tooltip]::after {
  content: attr(tooltip);
  position: absolute;
  display: block;
  left: 50%;
  top: -6px;
  -webkit-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  background: rgba(36, 199, 245, 0.9);
  text-align: center;
  color: #fff;
  padding: 0.75em 0.25em;
  font-size: 1rem;
  min-width: 80px;
  border-radius: 3px;
  pointer-events: none;
  z-index: 1070;
  opacity: 0;
  white-space: nowrap; }

[tooltip]:hover {
  z-index: 1071; }

[tooltip]:hover::after,
[tooltip]:hover::before {
  opacity: 1; }

.partners {
  position: relative; }
  .partners__tooltip__wrap {
    display: none; }
  .partners__tooltip {
    padding: 0.75rem 0.75rem;
    text-align: left; }
  .partners__map {
    position: relative; }
    .partners__map > svg {
      overflow: visible;
      width: 100%;
      height: auto;
      pointer-events: none;
      display: block; }
      .partners__map > svg text,
      .partners__map > svg tspan {
        font-family: sans-serif;
        font-size: 0.4rem;
        fill: #7d7e81; }
  .partners__button {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    line-height: 0;
    width: 1.5vw;
    height: 1.5vw;
    max-width: 20px;
    max-height: 20px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background-color: #7d7e81;
    z-index: 0;
    outline: 0; }
    .partners__button.is-highlighted {
      background-color: #ff0000;
      z-index: 2; }
  .partners__title {
    font-size: 1.4rem;
    margin: 0; }
  .partners__url {
    display: block;
    margin-bottom: 1rem; }
  .partners__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .partners__image-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .partners__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 6.25rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.3); }
    .partners__image::before {
      content: "";
      display: block;
      width: 1px;
      margin-left: -1px;
      padding-bottom: 100%; }
  .partners__logo {
    max-width: 250px;
    margin-right: 1rem;
    margin-top: 0.5rem; }
  .partners__details {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    line-height: 1;
    font-weight: 600;
    font-size: 1.1rem; }

.partner-logos > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch; }

.partner-logos__item {
  width: 50%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: border 0.2s, -webkit-transform 0.2s;
  transition: border 0.2s, -webkit-transform 0.2s;
  -o-transition: border 0.2s, transform 0.2s;
  transition: border 0.2s, transform 0.2s;
  transition: border 0.2s, transform 0.2s, -webkit-transform 0.2s;
  position: relative;
  z-index: 1; }
  .partner-logos__item[href]:hover, .partner-logos__item[href]:focus, .partner-logos__item[href]:active {
    border-color: rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2; }
  .partner-logos__item > img {
    width: 100%; }
  @media (min-width: 768px) {
    .partner-logos__item {
      width: 33.333333333%; } }
  @media (min-width: 992px) {
    .partner-logos__item {
      width: 25%; } }
  @media (min-width: 1200px) {
    .partner-logos__item {
      width: 16.6666666666%; } }

.team > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.team__photo {
  width: 100%;
  margin-bottom: 0.7rem;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: rgba(125, 126, 129, 0.2); }
  .team__photo:before {
    content: "";
    display: block;
    width: 1px;
    margin-left: -1px;
    padding-bottom: 100%; }

.team__item {
  text-align: center;
  width: 50%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: relative;
  z-index: 1;
  text-decoration: none; }
  .team__item:hover, .team__item:focus, .team__item:active {
    color: #000; }
  .team__item[href]:hover, .team__item[href]:focus, .team__item[href]:active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2;
    color: #5ec5f1; }
  .team__item > img {
    width: 100%; }
  @media (min-width: 768px) {
    .team__item {
      width: 33.333333333%; } }
  @media (min-width: 992px) {
    .team__item {
      width: 25%; } }
  @media (min-width: 1200px) {
    .team__item {
      width: 16.6666666666%; } }
  .team__item span {
    color: #5ec5f1;
    font-weight: bold;
    font-style: italic;
    font-size: 0.75em; }

.news-search {
  text-align: center; }
  .news-search .search-field {
    padding: 0.53em 1.3em;
    min-width: 25vw; }
  .news-search .search-submit {
    background-color: #5ec5f0;
    color: #fff; }
  .news-search__fields {
    margin: 0 auto;
    display: table;
    text-align: left; }
  .news-search select {
    margin-right: 0.5rem;
    margin-top: 0.5rem;
    padding: 0.5rem 1rem; }

.news-grid {
  margin-top: 3rem;
  overflow: hidden;
  height: 0; }
  .news-grid__item {
    display: inline-block;
    text-decoration: none;
    background-color: #e9e9e9;
    min-width: 250px;
    max-width: 400px; }
    .news-grid__item.news-grid__item--blue {
      background-color: #bfe9f9; }
  .news-grid__img {
    background-color: #918f8f;
    border: 1px solid #e9e9e9;
    border-bottom: 0; }
    .news-grid__img img {
      width: 100%;
      display: block; }
  .news-grid__title {
    margin: 0.9rem 1rem 0;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.2; }
  .news-grid__desc {
    margin: 0 1em;
    word-wrap: break-word;
    word-break: break-word; }
  .news-grid__meta {
    display: block;
    margin: 0 1em 1.25em;
    font-weight: bold; }
  .news-grid__load-more {
    display: block;
    margin: 2rem auto;
    position: relative; }
    .news-grid__load-more .fas {
      margin-right: 0.5em;
      -webkit-animation: zrotate 1.4s infinite linear;
      animation: zrotate 1.4s infinite linear;
      display: none; }
    .news-grid__load-more.is-loading > .fas {
      display: inline-block; }

@-webkit-keyframes zrotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes zrotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 1200px) {
    .news__wrap {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

.news__sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: baseline;
  align-content: baseline;
  margin-top: 2em;
  background-color: #bfe9f9;
  padding: 0 1.5rem; }
  .news__sidebar p:last-child {
    margin-bottom: 0; }
  @media (min-width: 1200px) {
    .news__sidebar {
      width: 30%;
      min-width: 240px;
      max-width: 350px;
      margin-top: 0; } }
  .news__sidebar__title {
    margin-top: 1.1725rem;
    margin-bottom: 1rem; }
  .news__sidebar__item {
    text-decoration: none;
    padding-bottom: 1.5em;
    margin-bottom: 2em;
    display: block;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-bottom: 1px solid #ccc; }
    @media (min-width: 576px) {
      .news__sidebar__item {
        padding-bottom: 2em;
        margin-bottom: 2.5em;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        border-bottom: 0; }
        .news__sidebar__item + .project__related__item {
          margin-left: 2em; } }
    @media (min-width: 1200px) {
      .news__sidebar__item {
        border-bottom: 1px solid #ccc;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
        .news__sidebar__item + .project__related__item {
          margin-left: 0; } }
    .news__sidebar__item h4 {
      text-transform: uppercase;
      margin: 0.5em 0 0; }
    .news__sidebar__item img {
      width: 100%; }
    .news__sidebar__item:last-child {
      border: 0;
      margin-bottom: 0; }

.news__header {
  padding-bottom: 1rem; }

.news__title {
  font-size: 1.75rem; }

.news__meta {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  font-weight: bold; }

.news__image .wp-post-image {
  width: 100%; }

.news__content {
  padding: 2rem 0;
  border: 1px solid #000;
  border-width: 1px 0;
  margin-bottom: 2rem; }

.grid-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem; }
  .grid-filter > .button,
  .grid-filter > button {
    background-color: #bfe9f9;
    color: #000;
    text-transform: uppercase; }
    .grid-filter > .button--news,
    .grid-filter > button--news {
      background-color: #e9e9e9; }
    .grid-filter > .button:hover, .grid-filter > .button:focus, .grid-filter > .button:active, .grid-filter > .button.is-active,
    .grid-filter > button:hover,
    .grid-filter > button:focus,
    .grid-filter > button:active,
    .grid-filter > button.is-active {
      background-color: #5ec5f0;
      color: #fff; }
    .grid-filter > .button + .button,
    .grid-filter > button + .button {
      margin-left: 1rem; }
    @media (max-width: 991.98px) {
      .grid-filter > .button,
      .grid-filter > button {
        font-size: 0.75em; } }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* RED GIANT - TOM EDITS
	 ========================================================================== */
.timeline-post.timeline-mansory.ctl-left {
  text-align: right !important; }

/* .site-header.site-header .main-navigation {
    display: none;
} */



.search-box {
    display: block;
    padding: 8px;
    text-align: right;
}



.filter-items {
    width: 0 !important;
    margin: auto !important;
}


.sb-loadmore {
    width: 180px !important;
    margin: auto !important;
}

/*.site-header.site-header .main-navigation__button {*/
/*    display: none !important;*/
/*}*/

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